1 namespace Sample_Environment_Control_Interface.Dialogs.Messages
3 partial class SECI_Errors
8 private System.ComponentModel.IContainer components = null;
14 protected override void Dispose(
bool disposing)
16 if (disposing && (components != null))
20 base.Dispose(disposing);
24 #region Component Designer generated code
32 this.panel1 =
new System.Windows.Forms.Panel();
33 this.label1 =
new System.Windows.Forms.Label();
34 this.dataGridView1 =
new System.Windows.Forms.DataGridView();
35 this.colDate =
new System.Windows.Forms.DataGridViewTextBoxColumn();
36 this.colTime =
new System.Windows.Forms.DataGridViewTextBoxColumn();
37 this.colSource =
new System.Windows.Forms.DataGridViewTextBoxColumn();
38 this.colMessage =
new System.Windows.Forms.DataGridViewTextBoxColumn();
39 this.panel1.SuspendLayout();
40 ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
45 this.panel1.BackColor = System.Drawing.Color.SkyBlue;
46 this.panel1.Controls.Add(this.label1);
47 this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
48 this.panel1.Location =
new System.Drawing.Point(0, 0);
49 this.panel1.Name =
"panel1";
50 this.panel1.Size =
new System.Drawing.Size(659, 26);
51 this.panel1.TabIndex = 2;
55 this.label1.AutoSize =
true;
56 this.label1.Font =
new System.Drawing.Font(
"Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
57 this.label1.Location =
new System.Drawing.Point(3, 3);
58 this.label1.Name =
"label1";
59 this.label1.Size =
new System.Drawing.Size(137, 20);
60 this.label1.TabIndex = 0;
61 this.label1.Text =
"SECI Messages";
65 this.dataGridView1.AllowUserToAddRows =
false;
66 this.dataGridView1.AllowUserToDeleteRows =
false;
67 this.dataGridView1.AllowUserToResizeColumns =
false;
68 this.dataGridView1.AllowUserToResizeRows =
false;
69 this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
70 this.dataGridView1.Columns.AddRange(
new System.Windows.Forms.DataGridViewColumn[] {
75 this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
76 this.dataGridView1.Location =
new System.Drawing.Point(0, 26);
77 this.dataGridView1.Name =
"dataGridView1";
78 this.dataGridView1.ReadOnly =
true;
79 this.dataGridView1.Size =
new System.Drawing.Size(659, 332);
80 this.dataGridView1.TabIndex = 1;
84 this.colDate.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
85 this.colDate.HeaderText =
"Date";
86 this.colDate.Name =
"colDate";
87 this.colDate.ReadOnly =
true;
88 this.colDate.Width = 55;
92 this.colTime.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
93 this.colTime.HeaderText =
"Time";
94 this.colTime.Name =
"colTime";
95 this.colTime.ReadOnly =
true;
96 this.colTime.Width = 55;
100 this.colSource.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
101 this.colSource.HeaderText =
"Source";
102 this.colSource.Name =
"colSource";
103 this.colSource.ReadOnly =
true;
104 this.colSource.Width = 66;
108 this.colMessage.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
109 this.colMessage.HeaderText =
"Message";
110 this.colMessage.Name =
"colMessage";
111 this.colMessage.ReadOnly =
true;
115 this.AutoScaleDimensions =
new System.Drawing.SizeF(6F, 13F);
116 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
117 this.BackColor = System.Drawing.Color.White;
118 this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
119 this.Controls.Add(this.dataGridView1);
120 this.Controls.Add(this.panel1);
121 this.Name =
"SECI_Errors";
122 this.Size =
new System.Drawing.Size(659, 358);
123 this.Load +=
new System.EventHandler(this.SECI_Errors_Load);
124 this.panel1.ResumeLayout(
false);
125 this.panel1.PerformLayout();
126 ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
127 this.ResumeLayout(
false);
133 private System.Windows.Forms.Panel
panel1;
134 private System.Windows.Forms.Label
label1;
136 private System.Windows.Forms.DataGridViewTextBoxColumn
colDate;
137 private System.Windows.Forms.DataGridViewTextBoxColumn
colTime;
138 private System.Windows.Forms.DataGridViewTextBoxColumn
colSource;
139 private System.Windows.Forms.DataGridViewTextBoxColumn
colMessage;
override void Dispose(bool disposing)
Clean up any resources being used.
System.Windows.Forms.DataGridViewTextBoxColumn colDate
System.Windows.Forms.DataGridViewTextBoxColumn colSource
System.Windows.Forms.DataGridViewTextBoxColumn colMessage
void InitializeComponent()
Required method for Designer support - do not modify the contents of this method with the code editor...
System.Windows.Forms.Panel panel1
System.Windows.Forms.DataGridViewTextBoxColumn colTime
System.Windows.Forms.Label label1
System.Windows.Forms.DataGridView dataGridView1