SECI  1
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events
SeciMessages.Designer.cs
Go to the documentation of this file.
1 namespace Sample_Environment_Control_Interface.Dialogs.Messages
2 {
3  partial class SeciMessages
4  {
8  private System.ComponentModel.IContainer components = null;
9 
14  protected override void Dispose(bool disposing)
15  {
16  if (disposing && (components != null))
17  {
18  components.Dispose();
19  }
20  base.Dispose(disposing);
21  }
22 
23  #region Windows Form Designer generated code
24 
29  private void InitializeComponent()
30  {
31  this.btnClose = new System.Windows.Forms.Button();
32  this.splitContainer1 = new System.Windows.Forms.SplitContainer();
35  this.splitContainer1.Panel1.SuspendLayout();
36  this.splitContainer1.Panel2.SuspendLayout();
37  this.splitContainer1.SuspendLayout();
38  this.SuspendLayout();
39  //
40  // btnClose
41  //
42  this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
43  this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
44  this.btnClose.Location = new System.Drawing.Point(577, 581);
45  this.btnClose.Name = "btnClose";
46  this.btnClose.Size = new System.Drawing.Size(75, 23);
47  this.btnClose.TabIndex = 0;
48  this.btnClose.Text = "Close";
49  this.btnClose.UseVisualStyleBackColor = true;
50  this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
51  //
52  // splitContainer1
53  //
54  this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
55  | System.Windows.Forms.AnchorStyles.Left)
56  | System.Windows.Forms.AnchorStyles.Right)));
57  this.splitContainer1.Location = new System.Drawing.Point(12, 12);
58  this.splitContainer1.Name = "splitContainer1";
59  this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
60  //
61  // splitContainer1.Panel1
62  //
63  this.splitContainer1.Panel1.Controls.Add(this.seciErrors);
64  //
65  // splitContainer1.Panel2
66  //
67  this.splitContainer1.Panel2.Controls.Add(this.lvErrors);
68  this.splitContainer1.Size = new System.Drawing.Size(640, 563);
69  this.splitContainer1.SplitterDistance = 281;
70  this.splitContainer1.TabIndex = 3;
71  //
72  // seciErrors
73  //
74  this.seciErrors.BackColor = System.Drawing.Color.White;
75  this.seciErrors.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
76  this.seciErrors.Dock = System.Windows.Forms.DockStyle.Fill;
77  this.seciErrors.Location = new System.Drawing.Point(0, 0);
78  this.seciErrors.Name = "seciErrors";
79  this.seciErrors.Size = new System.Drawing.Size(640, 281);
80  this.seciErrors.TabIndex = 1;
81  //
82  // lvErrors
83  //
84  this.lvErrors.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
85  this.lvErrors.Dock = System.Windows.Forms.DockStyle.Fill;
86  this.lvErrors.Location = new System.Drawing.Point(0, 0);
87  this.lvErrors.Name = "lvErrors";
88  this.lvErrors.Size = new System.Drawing.Size(640, 278);
89  this.lvErrors.TabIndex = 2;
90  //
91  // SeciMessages
92  //
93  this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
94  this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
95  this.ClientSize = new System.Drawing.Size(664, 619);
96  this.Controls.Add(this.splitContainer1);
97  this.Controls.Add(this.btnClose);
98  this.Name = "SeciMessages";
99  this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
100  this.Text = "SECI And LabVIEW Message Information";
101  this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.SECI_Messages_FormClosing);
102  this.splitContainer1.Panel1.ResumeLayout(false);
103  this.splitContainer1.Panel2.ResumeLayout(false);
104  this.splitContainer1.ResumeLayout(false);
105  this.ResumeLayout(false);
106 
107  }
108 
109  #endregion
110 
111  private System.Windows.Forms.Button btnClose;
114  private System.Windows.Forms.SplitContainer splitContainer1;
115 
116 
117  }
118 }
void InitializeComponent()
Required method for Designer support - do not modify the contents of this method with the code editor...
override void Dispose(bool disposing)
Clean up any resources being used.