1 namespace Sample_Environment_Control_Interface.Dialogs.Messages
3 partial class SeciMessages
8 private System.ComponentModel.IContainer components = null;
14 protected override void Dispose(
bool disposing)
16 if (disposing && (components != null))
20 base.Dispose(disposing);
23 #region Windows Form Designer generated code
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();
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);
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;
63 this.splitContainer1.Panel1.Controls.Add(this.seciErrors);
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;
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;
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;
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);
System.Windows.Forms.SplitContainer splitContainer1
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.
System.Windows.Forms.Button btnClose