SECI  1
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events
MessagesControl.Designer.cs
Go to the documentation of this file.
1 namespace SeciControls
2 {
3  partial class MessagesControl
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  System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
32  this.dgv1 = new System.Windows.Forms.DataGridView();
33  this.colIsQuestion = new System.Windows.Forms.DataGridViewCheckBoxColumn();
34  this.colMessageType = new System.Windows.Forms.DataGridViewTextBoxColumn();
35  this.colDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
36  this.colTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
37  this.colCount = 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  ((System.ComponentModel.ISupportInitialize)(this.dgv1)).BeginInit();
43  this.SuspendLayout();
44  //
45  // dgv1
46  //
47  this.dgv1.AllowUserToAddRows = false;
48  this.dgv1.AllowUserToDeleteRows = false;
49  this.dgv1.AllowUserToResizeRows = false;
50  this.dgv1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
51  this.dgv1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
52  this.colIsQuestion,
53  this.colMessageType,
54  this.colDate,
55  this.colTime,
56  this.colCount,
57  this.colSource,
58  this.colMessage,
59  this.colYes,
60  this.colNo});
61  dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
62  dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window;
63  dataGridViewCellStyle1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
64  dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText;
65  dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
66  dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
67  dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
68  this.dgv1.DefaultCellStyle = dataGridViewCellStyle1;
69  this.dgv1.Dock = System.Windows.Forms.DockStyle.Fill;
70  this.dgv1.Location = new System.Drawing.Point(0, 0);
71  this.dgv1.Name = "dgv1";
72  this.dgv1.ReadOnly = true;
73  this.dgv1.RowHeadersVisible = false;
74  this.dgv1.Size = new System.Drawing.Size(654, 166);
75  this.dgv1.TabIndex = 0;
76  this.dgv1.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgv1_CellDoubleClick);
77  //
78  // colIsQuestion
79  //
80  this.colIsQuestion.HeaderText = "IsQuestion";
81  this.colIsQuestion.Name = "colIsQuestion";
82  this.colIsQuestion.ReadOnly = true;
83  this.colIsQuestion.Visible = false;
84  //
85  // colMessageType
86  //
87  this.colMessageType.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
88  this.colMessageType.HeaderText = "Type";
89  this.colMessageType.Name = "colMessageType";
90  this.colMessageType.ReadOnly = true;
91  this.colMessageType.Width = 56;
92  //
93  // colDate
94  //
95  this.colDate.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
96  this.colDate.HeaderText = "Date";
97  this.colDate.Name = "colDate";
98  this.colDate.ReadOnly = true;
99  this.colDate.Width = 55;
100  //
101  // colTime
102  //
103  this.colTime.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
104  this.colTime.HeaderText = "Time";
105  this.colTime.Name = "colTime";
106  this.colTime.ReadOnly = true;
107  this.colTime.Width = 55;
108  //
109  // colCount
110  //
111  this.colCount.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
112  this.colCount.HeaderText = "Count";
113  this.colCount.Name = "colCount";
114  this.colCount.ReadOnly = true;
115  this.colCount.Width = 60;
116  //
117  // colSource
118  //
119  this.colSource.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
120  this.colSource.HeaderText = "Source";
121  this.colSource.Name = "colSource";
122  this.colSource.ReadOnly = true;
123  this.colSource.Width = 66;
124  //
125  // colMessage
126  //
127  this.colMessage.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
128  this.colMessage.HeaderText = "Message";
129  this.colMessage.Name = "colMessage";
130  this.colMessage.ReadOnly = true;
131  //
132  // colYes
133  //
134  this.colYes.HeaderText = "Yes";
135  this.colYes.Name = "colYes";
136  this.colYes.ReadOnly = true;
137  this.colYes.Visible = false;
138  //
139  // colNo
140  //
141  this.colNo.HeaderText = "No";
142  this.colNo.Name = "colNo";
143  this.colNo.ReadOnly = true;
144  this.colNo.Visible = false;
145  //
146  // MessagesControl
147  //
148  this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
149  this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
150  this.Controls.Add(this.dgv1);
151  this.Name = "MessagesControl";
152  this.Size = new System.Drawing.Size(654, 166);
153  this.Load += new System.EventHandler(this.MessagesControl_Load);
154  ((System.ComponentModel.ISupportInitialize)(this.dgv1)).EndInit();
155  this.ResumeLayout(false);
156 
157  }
158 
159  #endregion
160 
161  private System.Windows.Forms.DataGridView dgv1;
162  private System.Windows.Forms.DataGridViewCheckBoxColumn colIsQuestion;
163  private System.Windows.Forms.DataGridViewTextBoxColumn colMessageType;
164  private System.Windows.Forms.DataGridViewTextBoxColumn colDate;
165  private System.Windows.Forms.DataGridViewTextBoxColumn colTime;
166  private System.Windows.Forms.DataGridViewTextBoxColumn colCount;
167  private System.Windows.Forms.DataGridViewTextBoxColumn colSource;
168  private System.Windows.Forms.DataGridViewTextBoxColumn colMessage;
169  private System.Windows.Forms.DataGridViewTextBoxColumn colYes;
170  private System.Windows.Forms.DataGridViewTextBoxColumn colNo;
171  }
172 }
void InitializeComponent()
Required method for Designer support - do not modify the contents of this method with the code editor...
System.Windows.Forms.DataGridViewTextBoxColumn colMessageType
System.Windows.Forms.DataGridViewTextBoxColumn colCount
System.Windows.Forms.DataGridViewCheckBoxColumn colIsQuestion
override void Dispose(bool disposing)
Clean up any resources being used.
System.Windows.Forms.DataGridViewTextBoxColumn colMessage
System.Windows.Forms.DataGridViewTextBoxColumn colDate
System.Windows.Forms.DataGridViewTextBoxColumn colTime
System.Windows.Forms.DataGridViewTextBoxColumn colYes
System.ComponentModel.IContainer components
Required designer variable.
System.Windows.Forms.DataGridView dgv1
System.Windows.Forms.DataGridViewTextBoxColumn colNo
System.Windows.Forms.DataGridViewTextBoxColumn colSource