Quản lý xe và lái xe C#

1 namespace QuanLyXeVaXe
2 {
3     
partial class frmTraXe2
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
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 Windows Form Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             
this.txtMaKH_Search = new System.Windows.Forms.ComboBox();
32             
this.label1 = new System.Windows.Forms.Label();
33             
this.txtMaHD = new System.Windows.Forms.TextBox();
34             
this.button1 = new System.Windows.Forms.Button();
35             
this.cmdNhapMaKL = new System.Windows.Forms.Button();
36             
this.dataGridView1 = new System.Windows.Forms.DataGridView();
37             
this.label2 = new System.Windows.Forms.Label();
38             
this.label3 = new System.Windows.Forms.Label();
39             
this.dtpNgayHetHan = new System.Windows.Forms.DateTimePicker();
40             
this.label5 = new System.Windows.Forms.Label();
41             
this.cmdTim = new System.Windows.Forms.Button();
42             
this.dtpNgayTraXeThucTe = new System.Windows.Forms.DateTimePicker();
43             
this.label4 = new System.Windows.Forms.Label();
44             
this.txtMaKL = new System.Windows.Forms.ComboBox();
45             
this.label6 = new System.Windows.Forms.Label();
46             
this.txtmaKH = new System.Windows.Forms.ComboBox();
47             
this.label7 = new System.Windows.Forms.Label();
48             
this.dataGridView2 = new System.Windows.Forms.DataGridView();
49             
this.cmdThem = new System.Windows.Forms.Button();
50             ((System.ComponentModel.ISupportInitialize)(
this.dataGridView1)).BeginInit();
51             ((System.ComponentModel.ISupportInitialize)(
this.dataGridView2)).BeginInit();
52             
this.SuspendLayout();
53             
//
54             
// txtMaKH_Search
55             
//
56             
this.txtMaKH_Search.FormattingEnabled = true;
57             
this.txtMaKH_Search.Location = new System.Drawing.Point(104, 12);
58             
this.txtMaKH_Search.Name = "txtMaKH_Search";
59             
this.txtMaKH_Search.Size = new System.Drawing.Size(100, 21);
60             
this.txtMaKH_Search.TabIndex = 1;
61             
this.txtMaKH_Search.SelectedIndexChanged += new System.EventHandler(this.txtMaKH_Search_SelectedIndexChanged);
62             
//
63             
// label1
64             
//
65             
this.label1.AutoSize = true;
66             
this.label1.Location = new System.Drawing.Point(16, 15);
67             
this.label1.Name = "label1";
68             
this.label1.Size = new System.Drawing.Size(82, 13);
69             
this.label1.TabIndex = 2;
70             
this.label1.Text = "Mã khách hàng";
71             
//
72             
// txtMaHD
73             
//
74             
this.txtMaHD.Enabled = false;
75             
this.txtMaHD.Location = new System.Drawing.Point(104, 101);
76             
this.txtMaHD.Name = "txtMaHD";
77             
this.txtMaHD.Size = new System.Drawing.Size(100, 20);
78             
this.txtMaHD.TabIndex = 0;
79             
//
80             
// button1
81             
//
82             
this.button1.Location = new System.Drawing.Point(520, 150);
83             
this.button1.Name = "button1";
84             
this.button1.Size = new System.Drawing.Size(75, 23);
85             
this.button1.TabIndex = 3;
86             
this.button1.Text = "button1";
87             
this.button1.UseVisualStyleBackColor = true;
88             
//
89             
// cmdNhapMaKL
90             
//
91             
this.cmdNhapMaKL.Location = new System.Drawing.Point(215, 208);
92             
this.cmdNhapMaKL.Name = "cmdNhapMaKL";
93             
this.cmdNhapMaKL.Size = new System.Drawing.Size(75, 23);
94             
this.cmdNhapMaKL.TabIndex = 3;
95             
this.cmdNhapMaKL.Text = "Nhập kỷ luật";
96             
this.cmdNhapMaKL.UseVisualStyleBackColor = true;
97             
this.cmdNhapMaKL.Click += new System.EventHandler(this.cmdNhapMaKL_Click);
98             
//
99             
// dataGridView1
100             
//
101             
this.dataGridView1.AllowUserToAddRows = false;
102             
this.dataGridView1.AllowUserToDeleteRows = false;
103             
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
104             
this.dataGridView1.Location = new System.Drawing.Point(293, 3);
105             
this.dataGridView1.Name = "dataGridView1";
106             
this.dataGridView1.ReadOnly = true;
107             
this.dataGridView1.Size = new System.Drawing.Size(374, 130);
108             
this.dataGridView1.TabIndex = 4;
109             
this.dataGridView1.RowHeaderMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dataGridView1_RowHeaderMouseClick);
110             
this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
111             
//
112             
// label2
113             
//
114             
this.label2.AutoSize = true;
115             
this.label2.Location = new System.Drawing.Point(16, 78);
116             
this.label2.Name = "label2";
117             
this.label2.Size = new System.Drawing.Size(82, 13);
118             
this.label2.TabIndex = 2;
119             
this.label2.Text = "Mã khách hàng";
120             
//
121             
// label3
122             
//
123             
this.label3.AutoSize = true;
124             
this.label3.Location = new System.Drawing.Point(27, 104);
125             
this.label3.Name = "label3";
126             
this.label3.Size = new System.Drawing.Size(41, 13);
127             
this.label3.TabIndex = 2;
128             
this.label3.Text = "Mã HĐ";
129             
//
130             
// dtpNgayHetHan
131             
//
132             
this.dtpNgayHetHan.Enabled = false;
133             
this.dtpNgayHetHan.Format = System.Windows.Forms.DateTimePickerFormat.Short;
134             
this.dtpNgayHetHan.Location = new System.Drawing.Point(104, 127);
135             
this.dtpNgayHetHan.Name = "dtpNgayHetHan";
136             
this.dtpNgayHetHan.Size = new System.Drawing.Size(100, 20);
137             
this.dtpNgayHetHan.TabIndex = 5;
138             
//
139             
// label5
140             
//
141             
this.label5.AutoSize = true;
142             
this.label5.Location = new System.Drawing.Point(14, 133);
143             
this.label5.Name = "label5";
144             
this.label5.Size = new System.Drawing.Size(71, 13);
145             
this.label5.TabIndex = 2;
146             
this.label5.Text = "Ngày hết hạn";
147             
//
148             
// cmdTim
149             
//
150             
this.cmdTim.Location = new System.Drawing.Point(114, 40);
151             
this.cmdTim.Name = "cmdTim";
152             
this.cmdTim.Size = new System.Drawing.Size(75, 23);
153             
this.cmdTim.TabIndex = 3;
154             
this.cmdTim.Text = "Tìm";
155             
this.cmdTim.UseVisualStyleBackColor = true;
156             
this.cmdTim.Click += new System.EventHandler(this.cmdTim_Click);
157             
//
158             
// dtpNgayTraXeThucTe
159             
//
160             
this.dtpNgayTraXeThucTe.Format = System.Windows.Forms.DateTimePickerFormat.Short;
161             
this.dtpNgayTraXeThucTe.Location = new System.Drawing.Point(104, 210);
162             
this.dtpNgayTraXeThucTe.Name = "dtpNgayTraXeThucTe";
163             
this.dtpNgayTraXeThucTe.Size = new System.Drawing.Size(100, 20);
164             
this.dtpNgayTraXeThucTe.TabIndex = 6;
165             
this.dtpNgayTraXeThucTe.ValueChanged += new System.EventHandler(this.dtpNgayTraXeThucTe_ValueChanged);
166             
//
167             
// label4
168             
//
169             
this.label4.AutoSize = true;
170             
this.label4.Location = new System.Drawing.Point(1, 213);
171             
this.label4.Name = "label4";
172             
this.label4.Size = new System.Drawing.Size(97, 13);
173             
this.label4.TabIndex = 2;
174             
this.label4.Text = "Ngày trả xe thực tế";
175             
//
176             
// txtMaKL
177             
//
178             
this.txtMaKL.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
179             
this.txtMaKL.FormattingEnabled = true;
180             
this.txtMaKL.Location = new System.Drawing.Point(103, 263);
181             
this.txtMaKL.Name = "txtMaKL";
182             
this.txtMaKL.Size = new System.Drawing.Size(100, 21);
183             
this.txtMaKL.TabIndex = 1;
184             
//
185             
// label6
186             
//
187             
this.label6.AutoSize = true;
188             
this.label6.Location = new System.Drawing.Point(16, 268);
189             
this.label6.Name = "label6";
190             
this.label6.Size = new System.Drawing.Size(53, 13);
191             
this.label6.TabIndex = 2;
192             
this.label6.Text = "Mã kỉ luật";
193             
//
194             
// txtmaKH
195             
//
196             
this.txtmaKH.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple;
197             
this.txtmaKH.FormattingEnabled = true;
198             
this.txtmaKH.Location = new System.Drawing.Point(104, 70);
199             
this.txtmaKH.Name = "txtmaKH";
200             
this.txtmaKH.Size = new System.Drawing.Size(100, 21);
201             
this.txtmaKH.TabIndex = 1;
202             
this.txtmaKH.SelectedIndexChanged += new System.EventHandler(this.txtmaKH_SelectedIndexChanged);
203             
//
204             
// label7
205             
//
206             
this.label7.AutoSize = true;
207             
this.label7.Location = new System.Drawing.Point(99, 234);
208             
this.label7.Name = "label7";
209             
this.label7.Size = new System.Drawing.Size(191, 13);
210             
this.label7.TabIndex = 2;
211             
this.label7.Text = "(Dành cho khách hàng trả xe quá hạn)";
212             
//
213             
// dataGridView2
214             
//
215             
this.dataGridView2.AllowUserToAddRows = false;
216             
this.dataGridView2.AllowUserToDeleteRows = false;
217             
this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
218             
this.dataGridView2.Location = new System.Drawing.Point(4, 315);
219             
this.dataGridView2.Name = "dataGridView2";
220             
this.dataGridView2.ReadOnly = true;
221             
this.dataGridView2.Size = new System.Drawing.Size(732, 150);
222             
this.dataGridView2.TabIndex = 7;
223             
//
224             
// cmdThem
225             
//
226             
this.cmdThem.Location = new System.Drawing.Point(183, 504);
227             
this.cmdThem.Name = "cmdThem";
228             
this.cmdThem.Size = new System.Drawing.Size(75, 23);
229             
this.cmdThem.TabIndex = 3;
230             
this.cmdThem.Text = "Thêm";
231             
this.cmdThem.UseVisualStyleBackColor = true;
232             
this.cmdThem.Click += new System.EventHandler(this.cmdThem_Click);
233             
//
234             
// frmTraXe2
235             
//
236             
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
237             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
238             
this.ClientSize = new System.Drawing.Size(781, 588);
239             
this.Controls.Add(this.dataGridView2);
240             
this.Controls.Add(this.dtpNgayTraXeThucTe);
241             
this.Controls.Add(this.dtpNgayHetHan);
242             
this.Controls.Add(this.dataGridView1);
243             
this.Controls.Add(this.cmdNhapMaKL);
244             
this.Controls.Add(this.cmdTim);
245             
this.Controls.Add(this.cmdThem);
246             
this.Controls.Add(this.button1);
247             
this.Controls.Add(this.label7);
248             
this.Controls.Add(this.label6);
249             
this.Controls.Add(this.label4);
250             
this.Controls.Add(this.label5);
251             
this.Controls.Add(this.label3);
252             
this.Controls.Add(this.label2);
253             
this.Controls.Add(this.label1);
254             
this.Controls.Add(this.txtMaKL);
255             
this.Controls.Add(this.txtmaKH);
256             
this.Controls.Add(this.txtMaKH_Search);
257             
this.Controls.Add(this.txtMaHD);
258             
this.Name = "frmTraXe2";
259             
this.Text = "frmTraXe2";
260             
this.Load += new System.EventHandler(this.frmTraXe2_Load);
261             ((System.ComponentModel.ISupportInitialize)(
this.dataGridView1)).EndInit();
262             ((System.ComponentModel.ISupportInitialize)(
this.dataGridView2)).EndInit();
263             
this.ResumeLayout(false);
264             
this.PerformLayout();
265
266         }
267
268         
#endregion
269
270         
private System.Windows.Forms.ComboBox txtMaKH_Search;
271         
private System.Windows.Forms.Label label1;
272         
private System.Windows.Forms.TextBox txtMaHD;
273         
private System.Windows.Forms.Button button1;
274         
private System.Windows.Forms.Button cmdNhapMaKL;
275         
private System.Windows.Forms.DataGridView dataGridView1;
276         
private System.Windows.Forms.Label label2;
277         
private System.Windows.Forms.Label label3;
278         
private System.Windows.Forms.DateTimePicker dtpNgayHetHan;
279         
private System.Windows.Forms.Label label5;
280         
private System.Windows.Forms.Button cmdTim;
281         
private System.Windows.Forms.DateTimePicker dtpNgayTraXeThucTe;
282         
private System.Windows.Forms.Label label4;
283         
private System.Windows.Forms.ComboBox txtMaKL;
284         
private System.Windows.Forms.Label label6;
285         
private System.Windows.Forms.ComboBox txtmaKH;
286         
private System.Windows.Forms.Label label7;
287         
private System.Windows.Forms.DataGridView dataGridView2;
288         
private System.Windows.Forms.Button cmdThem;
289     }
290 }



Quản lý xe và lái xe C# 14.356 lượt xem

Gõ tìm kiếm nhanh...