-
Notifications
You must be signed in to change notification settings - Fork 0
/
ConGameSett.Designer.cs
402 lines (396 loc) · 23.1 KB
/
ConGameSett.Designer.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
namespace FighyGym2
{
partial class ConGameSett
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Component Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ConGameSett));
this.dataGridView2 = new System.Windows.Forms.DataGridView();
this.dataGridViewCheckBoxColumn1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
this.ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewComboBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewComboBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewComboBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Days = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewButtonColumn1 = new System.Windows.Forms.DataGridViewButtonColumn();
this.dataGridViewButtonColumn2 = new System.Windows.Forms.DataGridViewButtonColumn();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.txtSenf = new System.Windows.Forms.ComboBox();
this.btnAdd = new DevExpress.XtraEditors.SimpleButton();
this.label3 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.txtfeaah = new System.Windows.Forms.TextBox();
this.txtfatrah = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.txtDays = new System.Windows.Forms.TextBox();
this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
this.txtid = new System.Windows.Forms.TextBox();
this.textBox1 = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.fightGymDataSet10 = new FighyGym2.fightGymDataSet10();
this.set_fatratTableAdapter = new FighyGym2.fightGymDataSet10TableAdapters.Set_fatratTableAdapter();
((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.fightGymDataSet10)).BeginInit();
this.SuspendLayout();
//
// dataGridView2
//
this.dataGridView2.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
this.dataGridView2.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
this.dataGridView2.BackgroundColor = System.Drawing.Color.WhiteSmoke;
this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.dataGridViewCheckBoxColumn1,
this.ID,
this.dataGridViewComboBoxColumn1,
this.dataGridViewComboBoxColumn2,
this.dataGridViewComboBoxColumn3,
this.Days,
this.dataGridViewButtonColumn1,
this.dataGridViewButtonColumn2});
this.dataGridView2.Location = new System.Drawing.Point(142, 351);
this.dataGridView2.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.dataGridView2.Name = "dataGridView2";
this.dataGridView2.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.dataGridView2.RowTemplate.Height = 26;
this.dataGridView2.Size = new System.Drawing.Size(1717, 304);
this.dataGridView2.TabIndex = 102;
this.dataGridView2.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView2_CellContentClick);
//
// dataGridViewCheckBoxColumn1
//
this.dataGridViewCheckBoxColumn1.HeaderText = "";
this.dataGridViewCheckBoxColumn1.Name = "dataGridViewCheckBoxColumn1";
//
// ID
//
this.ID.DataPropertyName = "ID";
this.ID.HeaderText = "التسلسل";
this.ID.Name = "ID";
this.ID.ReadOnly = true;
//
// dataGridViewComboBoxColumn1
//
this.dataGridViewComboBoxColumn1.DataPropertyName = "Feaah";
this.dataGridViewComboBoxColumn1.HeaderText = "الفئة";
this.dataGridViewComboBoxColumn1.Name = "dataGridViewComboBoxColumn1";
this.dataGridViewComboBoxColumn1.Resizable = System.Windows.Forms.DataGridViewTriState.True;
//
// dataGridViewComboBoxColumn2
//
this.dataGridViewComboBoxColumn2.DataPropertyName = "Ftrah";
this.dataGridViewComboBoxColumn2.HeaderText = "الفترة";
this.dataGridViewComboBoxColumn2.Name = "dataGridViewComboBoxColumn2";
this.dataGridViewComboBoxColumn2.Resizable = System.Windows.Forms.DataGridViewTriState.True;
//
// dataGridViewComboBoxColumn3
//
this.dataGridViewComboBoxColumn3.DataPropertyName = "Senf";
this.dataGridViewComboBoxColumn3.HeaderText = "التصنيف";
this.dataGridViewComboBoxColumn3.Name = "dataGridViewComboBoxColumn3";
this.dataGridViewComboBoxColumn3.Resizable = System.Windows.Forms.DataGridViewTriState.True;
//
// Days
//
this.Days.DataPropertyName = "Days";
this.Days.HeaderText = "الايام";
this.Days.Name = "Days";
//
// dataGridViewButtonColumn1
//
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle5.NullValue = "تعديل";
this.dataGridViewButtonColumn1.DefaultCellStyle = dataGridViewCellStyle5;
this.dataGridViewButtonColumn1.HeaderText = "تعديل";
this.dataGridViewButtonColumn1.Name = "dataGridViewButtonColumn1";
this.dataGridViewButtonColumn1.Resizable = System.Windows.Forms.DataGridViewTriState.True;
this.dataGridViewButtonColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
this.dataGridViewButtonColumn1.Text = "تعديل";
//
// dataGridViewButtonColumn2
//
dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle6.NullValue = "حذف";
this.dataGridViewButtonColumn2.DefaultCellStyle = dataGridViewCellStyle6;
this.dataGridViewButtonColumn2.HeaderText = "حذف";
this.dataGridViewButtonColumn2.Name = "dataGridViewButtonColumn2";
this.dataGridViewButtonColumn2.Resizable = System.Windows.Forms.DataGridViewTriState.True;
this.dataGridViewButtonColumn2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.txtSenf);
this.groupBox1.Controls.Add(this.btnAdd);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.label6);
this.groupBox1.Controls.Add(this.txtfeaah);
this.groupBox1.Controls.Add(this.txtfatrah);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.txtDays);
this.groupBox1.Controls.Add(this.simpleButton1);
this.groupBox1.Controls.Add(this.txtid);
this.groupBox1.Controls.Add(this.textBox1);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Location = new System.Drawing.Point(517, 56);
this.groupBox1.Margin = new System.Windows.Forms.Padding(4);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Padding = new System.Windows.Forms.Padding(4);
this.groupBox1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.groupBox1.Size = new System.Drawing.Size(1081, 261);
this.groupBox1.TabIndex = 101;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "اعداد الفترات";
//
// txtSenf
//
this.txtSenf.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.txtSenf.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.txtSenf.Font = new System.Drawing.Font("Tahoma", 12F);
this.txtSenf.FormattingEnabled = true;
this.txtSenf.Items.AddRange(new object[] {
"A",
"B"});
this.txtSenf.Location = new System.Drawing.Point(601, 34);
this.txtSenf.Margin = new System.Windows.Forms.Padding(4);
this.txtSenf.Name = "txtSenf";
this.txtSenf.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.txtSenf.Size = new System.Drawing.Size(207, 37);
this.txtSenf.TabIndex = 100;
//
// btnAdd
//
this.btnAdd.Appearance.BackColor = System.Drawing.Color.SteelBlue;
this.btnAdd.Appearance.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.btnAdd.Appearance.BorderColor = System.Drawing.SystemColors.ButtonFace;
this.btnAdd.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F);
this.btnAdd.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.btnAdd.Appearance.Options.UseBackColor = true;
this.btnAdd.Appearance.Options.UseBorderColor = true;
this.btnAdd.Appearance.Options.UseFont = true;
this.btnAdd.Appearance.Options.UseForeColor = true;
this.btnAdd.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnAdd.ImageOptions.Image")));
this.btnAdd.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.RightCenter;
this.btnAdd.Location = new System.Drawing.Point(132, 40);
this.btnAdd.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.btnAdd.Name = "btnAdd";
this.btnAdd.Size = new System.Drawing.Size(121, 39);
this.btnAdd.TabIndex = 96;
this.btnAdd.Text = "حفظ";
this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
this.label3.Location = new System.Drawing.Point(833, 116);
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(54, 29);
this.label3.TabIndex = 22;
this.label3.Text = "الفترة";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
this.label1.Location = new System.Drawing.Point(519, 36);
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(50, 29);
this.label1.TabIndex = 20;
this.label1.Text = "الفئة";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
this.label6.Location = new System.Drawing.Point(516, 113);
this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(52, 29);
this.label6.TabIndex = 104;
this.label6.Text = "الايام";
//
// txtfeaah
//
this.txtfeaah.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtfeaah.Location = new System.Drawing.Point(282, 36);
this.txtfeaah.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.txtfeaah.Name = "txtfeaah";
this.txtfeaah.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.txtfeaah.Size = new System.Drawing.Size(207, 37);
this.txtfeaah.TabIndex = 21;
//
// txtfatrah
//
this.txtfatrah.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtfatrah.Location = new System.Drawing.Point(601, 114);
this.txtfatrah.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.txtfatrah.Name = "txtfatrah";
this.txtfatrah.Size = new System.Drawing.Size(207, 37);
this.txtfatrah.TabIndex = 23;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
this.label2.Location = new System.Drawing.Point(828, 36);
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(71, 29);
this.label2.TabIndex = 18;
this.label2.Text = "الصنف";
//
// txtDays
//
this.txtDays.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtDays.Location = new System.Drawing.Point(282, 108);
this.txtDays.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.txtDays.Name = "txtDays";
this.txtDays.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.txtDays.Size = new System.Drawing.Size(207, 37);
this.txtDays.TabIndex = 105;
//
// simpleButton1
//
this.simpleButton1.Appearance.BackColor = System.Drawing.Color.SteelBlue;
this.simpleButton1.Appearance.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.simpleButton1.Appearance.BorderColor = System.Drawing.SystemColors.ButtonFace;
this.simpleButton1.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F);
this.simpleButton1.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.simpleButton1.Appearance.Options.UseBackColor = true;
this.simpleButton1.Appearance.Options.UseBorderColor = true;
this.simpleButton1.Appearance.Options.UseFont = true;
this.simpleButton1.Appearance.Options.UseForeColor = true;
this.simpleButton1.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.RightCenter;
this.simpleButton1.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("simpleButton1.ImageOptions.SvgImage")));
this.simpleButton1.Location = new System.Drawing.Point(257, 177);
this.simpleButton1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.simpleButton1.Name = "simpleButton1";
this.simpleButton1.Size = new System.Drawing.Size(137, 47);
this.simpleButton1.TabIndex = 103;
this.simpleButton1.Text = "بحث";
this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
//
// txtid
//
this.txtid.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtid.Location = new System.Drawing.Point(77, 120);
this.txtid.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.txtid.Name = "txtid";
this.txtid.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.txtid.Size = new System.Drawing.Size(126, 37);
this.txtid.TabIndex = 102;
this.txtid.Visible = false;
//
// textBox1
//
this.textBox1.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.textBox1.Location = new System.Drawing.Point(411, 185);
this.textBox1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.textBox1.Name = "textBox1";
this.textBox1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.textBox1.Size = new System.Drawing.Size(207, 37);
this.textBox1.TabIndex = 101;
this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
this.label5.Location = new System.Drawing.Point(643, 188);
this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(199, 29);
this.label5.TabIndex = 100;
this.label5.Text = "للتعديل ادخل التصنيف";
this.label5.Click += new System.EventHandler(this.label5_Click);
//
// fightGymDataSet10
//
this.fightGymDataSet10.DataSetName = "fightGymDataSet10";
this.fightGymDataSet10.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// set_fatratTableAdapter
//
this.set_fatratTableAdapter.ClearBeforeFill = true;
//
// ConGameSett
//
this.Appearance.BackColor = System.Drawing.Color.WhiteSmoke;
this.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.Appearance.Options.UseBackColor = true;
this.Appearance.Options.UseFont = true;
this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 24F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.dataGridView2);
this.Controls.Add(this.groupBox1);
this.Margin = new System.Windows.Forms.Padding(4);
this.Name = "ConGameSett";
this.Size = new System.Drawing.Size(1890, 936);
this.Load += new System.EventHandler(this.ConGameSett_Load);
((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.fightGymDataSet10)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.DataGridView dataGridView2;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.ComboBox txtSenf;
private DevExpress.XtraEditors.SimpleButton btnAdd;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox txtfeaah;
private System.Windows.Forms.TextBox txtfatrah;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txtDays;
private DevExpress.XtraEditors.SimpleButton simpleButton1;
private System.Windows.Forms.TextBox txtid;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Label label5;
private fightGymDataSet10 fightGymDataSet10;
private fightGymDataSet10TableAdapters.Set_fatratTableAdapter set_fatratTableAdapter;
private System.Windows.Forms.DataGridViewCheckBoxColumn dataGridViewCheckBoxColumn1;
private System.Windows.Forms.DataGridViewTextBoxColumn ID;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewComboBoxColumn1;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewComboBoxColumn2;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewComboBoxColumn3;
private System.Windows.Forms.DataGridViewTextBoxColumn Days;
private System.Windows.Forms.DataGridViewButtonColumn dataGridViewButtonColumn1;
private System.Windows.Forms.DataGridViewButtonColumn dataGridViewButtonColumn2;
}
}