SECI  1
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events
SECI_Errors.Designer.cs
Go to the documentation of this file.
1 namespace Sample_Environment_Control_Interface.Dialogs.Messages
2 {
3  partial class SECI_Errors
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 
24  #region Component Designer generated code
25 
30  private void InitializeComponent()
31  {
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();
41  this.SuspendLayout();
42  //
43  // panel1
44  //
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;
52  //
53  // label1
54  //
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";
62  //
63  // dataGridView1
64  //
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[] {
71  this.colDate,
72  this.colTime,
73  this.colSource,
74  this.colMessage});
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;
81  //
82  // colDate
83  //
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;
89  //
90  // colTime
91  //
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;
97  //
98  // colSource
99  //
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;
105  //
106  // colMessage
107  //
108  this.colMessage.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
109  this.colMessage.HeaderText = "Message";
110  this.colMessage.Name = "colMessage";
111  this.colMessage.ReadOnly = true;
112  //
113  // SECI_Errors
114  //
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);
128 
129  }
130 
131  #endregion
132 
133  private System.Windows.Forms.Panel panel1;
134  private System.Windows.Forms.Label label1;
135  private System.Windows.Forms.DataGridView dataGridView1;
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;
140  }
141 }
override void Dispose(bool disposing)
Clean up any resources being used.
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...