SECI  1
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events
LabVIEW_Errors.Designer.cs
Go to the documentation of this file.
1 namespace Sample_Environment_Control_Interface.Dialogs.Messages
2 {
3  partial class LabView_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  #region Component Designer generated code
24 
29  private void InitializeComponent()
30  {
31  this.panel1 = new System.Windows.Forms.Panel();
32  this.label1 = new System.Windows.Forms.Label();
33  this.dataGridView1 = new System.Windows.Forms.DataGridView();
34  this.colType = new System.Windows.Forms.DataGridViewImageColumn();
35  this.colQuestion = new System.Windows.Forms.DataGridViewTextBoxColumn();
36  this.colDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
37  this.colTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
38  this.colSource = new System.Windows.Forms.DataGridViewTextBoxColumn();
39  this.colMessage = new System.Windows.Forms.DataGridViewTextBoxColumn();
40  this.colYes = new System.Windows.Forms.DataGridViewTextBoxColumn();
41  this.colNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
42  this.panel1.SuspendLayout();
43  ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
44  this.SuspendLayout();
45  //
46  // panel1
47  //
48  this.panel1.BackColor = System.Drawing.Color.SkyBlue;
49  this.panel1.Controls.Add(this.label1);
50  this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
51  this.panel1.Location = new System.Drawing.Point(0, 0);
52  this.panel1.Name = "panel1";
53  this.panel1.Size = new System.Drawing.Size(536, 26);
54  this.panel1.TabIndex = 3;
55  //
56  // label1
57  //
58  this.label1.AutoSize = true;
59  this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
60  this.label1.Location = new System.Drawing.Point(3, 3);
61  this.label1.Name = "label1";
62  this.label1.Size = new System.Drawing.Size(171, 20);
63  this.label1.TabIndex = 0;
64  this.label1.Text = "LabView Messages";
65  //
66  // dataGridView1
67  //
68  this.dataGridView1.AllowUserToAddRows = false;
69  this.dataGridView1.AllowUserToDeleteRows = false;
70  this.dataGridView1.AllowUserToResizeColumns = false;
71  this.dataGridView1.AllowUserToResizeRows = false;
72  this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
73  this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
74  this.colType,
75  this.colQuestion,
76  this.colDate,
77  this.colTime,
78  this.colSource,
79  this.colMessage,
80  this.colYes,
81  this.colNo});
82  this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
83  this.dataGridView1.Location = new System.Drawing.Point(0, 26);
84  this.dataGridView1.Name = "dataGridView1";
85  this.dataGridView1.ReadOnly = true;
86  this.dataGridView1.Size = new System.Drawing.Size(536, 229);
87  this.dataGridView1.TabIndex = 4;
88  this.dataGridView1.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellDoubleClick);
89  //
90  // colType
91  //
92  this.colType.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
93  this.colType.HeaderText = "Type";
94  this.colType.Name = "colType";
95  this.colType.ReadOnly = true;
96  this.colType.Width = 37;
97  //
98  // colQuestion
99  //
100  this.colQuestion.HeaderText = "Question";
101  this.colQuestion.Name = "colQuestion";
102  this.colQuestion.ReadOnly = true;
103  this.colQuestion.Visible = false;
104  //
105  // colDate
106  //
107  this.colDate.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
108  this.colDate.HeaderText = "Date";
109  this.colDate.Name = "colDate";
110  this.colDate.ReadOnly = true;
111  this.colDate.Width = 55;
112  //
113  // colTime
114  //
115  this.colTime.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
116  this.colTime.HeaderText = "Time";
117  this.colTime.Name = "colTime";
118  this.colTime.ReadOnly = true;
119  this.colTime.Width = 55;
120  //
121  // colSource
122  //
123  this.colSource.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
124  this.colSource.HeaderText = "Source";
125  this.colSource.Name = "colSource";
126  this.colSource.ReadOnly = true;
127  this.colSource.Width = 66;
128  //
129  // colMessage
130  //
131  this.colMessage.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
132  this.colMessage.HeaderText = "Message";
133  this.colMessage.Name = "colMessage";
134  this.colMessage.ReadOnly = true;
135  //
136  // colYes
137  //
138  this.colYes.HeaderText = "Yes";
139  this.colYes.Name = "colYes";
140  this.colYes.ReadOnly = true;
141  this.colYes.Visible = false;
142  //
143  // colNo
144  //
145  this.colNo.HeaderText = "No";
146  this.colNo.Name = "colNo";
147  this.colNo.ReadOnly = true;
148  this.colNo.Visible = false;
149  //
150  // LabView_Errors
151  //
152  this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
153  this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
154  this.Controls.Add(this.dataGridView1);
155  this.Controls.Add(this.panel1);
156  this.Name = "LabView_Errors";
157  this.Size = new System.Drawing.Size(536, 255);
158  this.Load += new System.EventHandler(this.LabView_Errors_Load);
159  this.panel1.ResumeLayout(false);
160  this.panel1.PerformLayout();
161  ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
162  this.ResumeLayout(false);
163 
164  }
165 
166  #endregion
167 
168  private System.Windows.Forms.Panel panel1;
169  private System.Windows.Forms.Label label1;
170  private System.Windows.Forms.DataGridView dataGridView1;
171  private System.Windows.Forms.DataGridViewImageColumn colType;
172  private System.Windows.Forms.DataGridViewTextBoxColumn colQuestion;
173  private System.Windows.Forms.DataGridViewTextBoxColumn colDate;
174  private System.Windows.Forms.DataGridViewTextBoxColumn colTime;
175  private System.Windows.Forms.DataGridViewTextBoxColumn colSource;
176  private System.Windows.Forms.DataGridViewTextBoxColumn colMessage;
177  private System.Windows.Forms.DataGridViewTextBoxColumn colYes;
178  private System.Windows.Forms.DataGridViewTextBoxColumn colNo;
179  }
180 }
override void Dispose(bool disposing)
Clean up any resources being used.
void InitializeComponent()
Required method for Designer support - do not modify the contents of this method with the code editor...