3 partial class MessagesControl
8 private System.ComponentModel.IContainer
components = null;
14 protected override void Dispose(
bool disposing)
20 base.Dispose(disposing);
23 #region Component Designer generated code
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();
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[] {
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);
80 this.colIsQuestion.HeaderText =
"IsQuestion";
81 this.colIsQuestion.Name =
"colIsQuestion";
82 this.colIsQuestion.ReadOnly =
true;
83 this.colIsQuestion.Visible =
false;
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;
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;
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;
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;
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;
127 this.colMessage.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
128 this.colMessage.HeaderText =
"Message";
129 this.colMessage.Name =
"colMessage";
130 this.colMessage.ReadOnly =
true;
134 this.colYes.HeaderText =
"Yes";
135 this.colYes.Name =
"colYes";
136 this.colYes.ReadOnly =
true;
137 this.colYes.Visible =
false;
141 this.colNo.HeaderText =
"No";
142 this.colNo.Name =
"colNo";
143 this.colNo.ReadOnly =
true;
144 this.colNo.Visible =
false;
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);
161 private System.Windows.Forms.DataGridView
dgv1;
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;
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