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

1 namespace QuanLyXeVaXe
2 {
3     
partial class frmLaiXe
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             System.ComponentModel.ComponentResourceManager resources =
new System.ComponentModel.ComponentResourceManager(typeof(frmLaiXe));
32             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 =
new System.Windows.Forms.DataGridViewCellStyle();
33             
this.gbTimKiemLaiXe = new System.Windows.Forms.GroupBox();
34             
this.rbTimKiemLaiXeTheoMaXe = new System.Windows.Forms.RadioButton();
35             
this.rbTimKiemLaiXeTheoDiaChi = new System.Windows.Forms.RadioButton();
36             
this.rbTimKiemLaiXeTheoTen = new System.Windows.Forms.RadioButton();
37             
this.rbTimKiemLaiXeTheoMa = new System.Windows.Forms.RadioButton();
38             
this.cmdTimKiemLaiXe = new System.Windows.Forms.Button();
39             
this.label1 = new System.Windows.Forms.Label();
40             
this.panel1 = new System.Windows.Forms.Panel();
41             
this.dgvTimKiemLaiXe = new System.Windows.Forms.DataGridView();
42             
this.txtTimKiemLaiXe = new System.Windows.Forms.TextBox();
43             
this.pictureBox1 = new System.Windows.Forms.PictureBox();
44             
this.pictureBox2 = new System.Windows.Forms.PictureBox();
45             
this.gbTimKiemLaiXe.SuspendLayout();
46             
this.panel1.SuspendLayout();
47             ((System.ComponentModel.ISupportInitialize)(
this.dgvTimKiemLaiXe)).BeginInit();
48             ((System.ComponentModel.ISupportInitialize)(
this.pictureBox1)).BeginInit();
49             ((System.ComponentModel.ISupportInitialize)(
this.pictureBox2)).BeginInit();
50             
this.SuspendLayout();
51             
//
52             
// gbTimKiemLaiXe
53             
//
54             
this.gbTimKiemLaiXe.Controls.Add(this.rbTimKiemLaiXeTheoMaXe);
55             
this.gbTimKiemLaiXe.Controls.Add(this.rbTimKiemLaiXeTheoDiaChi);
56             
this.gbTimKiemLaiXe.Controls.Add(this.rbTimKiemLaiXeTheoTen);
57             
this.gbTimKiemLaiXe.Controls.Add(this.rbTimKiemLaiXeTheoMa);
58             
this.gbTimKiemLaiXe.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold);
59             
this.gbTimKiemLaiXe.ForeColor = System.Drawing.Color.Yellow;
60             
this.gbTimKiemLaiXe.Location = new System.Drawing.Point(3, 19);
61             
this.gbTimKiemLaiXe.Name = "gbTimKiemLaiXe";
62             
this.gbTimKiemLaiXe.Size = new System.Drawing.Size(965, 71);
63             
this.gbTimKiemLaiXe.TabIndex = 0;
64             
this.gbTimKiemLaiXe.TabStop = false;
65             
this.gbTimKiemLaiXe.Text = "TÌm kiếm lái xe";
66             
//
67             
// rbTimKiemLaiXeTheoMaXe
68             
//
69             
this.rbTimKiemLaiXeTheoMaXe.AutoSize = true;
70             
this.rbTimKiemLaiXeTheoMaXe.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold);
71             
this.rbTimKiemLaiXeTheoMaXe.ForeColor = System.Drawing.Color.Yellow;
72             
this.rbTimKiemLaiXeTheoMaXe.Location = new System.Drawing.Point(723, 33);
73             
this.rbTimKiemLaiXeTheoMaXe.Name = "rbTimKiemLaiXeTheoMaXe";
74             
this.rbTimKiemLaiXeTheoMaXe.Size = new System.Drawing.Size(210, 19);
75             
this.rbTimKiemLaiXeTheoMaXe.TabIndex = 4;
76             
this.rbTimKiemLaiXeTheoMaXe.TabStop = true;
77             
this.rbTimKiemLaiXeTheoMaXe.Text = "Tìn kiếm theo mã xe của người lái";
78             
this.rbTimKiemLaiXeTheoMaXe.UseVisualStyleBackColor = true;
79             
//
80             
// rbTimKiemLaiXeTheoDiaChi
81             
//
82             
this.rbTimKiemLaiXeTheoDiaChi.AutoSize = true;
83             
this.rbTimKiemLaiXeTheoDiaChi.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold);
84             
this.rbTimKiemLaiXeTheoDiaChi.ForeColor = System.Drawing.Color.Yellow;
85             
this.rbTimKiemLaiXeTheoDiaChi.Location = new System.Drawing.Point(486, 33);
86             
this.rbTimKiemLaiXeTheoDiaChi.Name = "rbTimKiemLaiXeTheoDiaChi";
87             
this.rbTimKiemLaiXeTheoDiaChi.Size = new System.Drawing.Size(163, 19);
88             
this.rbTimKiemLaiXeTheoDiaChi.TabIndex = 4;
89             
this.rbTimKiemLaiXeTheoDiaChi.TabStop = true;
90             
this.rbTimKiemLaiXeTheoDiaChi.Text = "Tìm kiếm theo địa chỉ LX";
91             
this.rbTimKiemLaiXeTheoDiaChi.UseVisualStyleBackColor = true;
92             
//
93             
// rbTimKiemLaiXeTheoTen
94             
//
95             
this.rbTimKiemLaiXeTheoTen.AutoSize = true;
96             
this.rbTimKiemLaiXeTheoTen.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold);
97             
this.rbTimKiemLaiXeTheoTen.ForeColor = System.Drawing.Color.Yellow;
98             
this.rbTimKiemLaiXeTheoTen.Location = new System.Drawing.Point(248, 33);
99             
this.rbTimKiemLaiXeTheoTen.Name = "rbTimKiemLaiXeTheoTen";
100             
this.rbTimKiemLaiXeTheoTen.Size = new System.Drawing.Size(144, 19);
101             
this.rbTimKiemLaiXeTheoTen.TabIndex = 4;
102             
this.rbTimKiemLaiXeTheoTen.TabStop = true;
103             
this.rbTimKiemLaiXeTheoTen.Text = "Tìm kiếm theo tên LX";
104             
this.rbTimKiemLaiXeTheoTen.UseVisualStyleBackColor = true;
105             
//
106             
// rbTimKiemLaiXeTheoMa
107             
//
108             
this.rbTimKiemLaiXeTheoMa.AutoSize = true;
109             
this.rbTimKiemLaiXeTheoMa.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold);
110             
this.rbTimKiemLaiXeTheoMa.ForeColor = System.Drawing.Color.Yellow;
111             
this.rbTimKiemLaiXeTheoMa.Location = new System.Drawing.Point(52, 33);
112             
this.rbTimKiemLaiXeTheoMa.Name = "rbTimKiemLaiXeTheoMa";
113             
this.rbTimKiemLaiXeTheoMa.Size = new System.Drawing.Size(143, 19);
114             
this.rbTimKiemLaiXeTheoMa.TabIndex = 4;
115             
this.rbTimKiemLaiXeTheoMa.TabStop = true;
116             
this.rbTimKiemLaiXeTheoMa.Text = "Tìm kiếm theo mã LX";
117             
this.rbTimKiemLaiXeTheoMa.UseVisualStyleBackColor = true;
118             
//
119             
// cmdTimKiemLaiXe
120             
//
121             
this.cmdTimKiemLaiXe.BackColor = System.Drawing.Color.White;
122             
this.cmdTimKiemLaiXe.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("cmdTimKiemLaiXe.BackgroundImage")));
123             
this.cmdTimKiemLaiXe.Location = new System.Drawing.Point(627, 153);
124             
this.cmdTimKiemLaiXe.Name = "cmdTimKiemLaiXe";
125             
this.cmdTimKiemLaiXe.Size = new System.Drawing.Size(70, 70);
126             
this.cmdTimKiemLaiXe.TabIndex = 1;
127             
this.cmdTimKiemLaiXe.UseVisualStyleBackColor = false;
128             
this.cmdTimKiemLaiXe.Click += new System.EventHandler(this.cmdTimKiemLaiXe_Click);
129             
//
130             
// label1
131             
//
132             
this.label1.AutoSize = true;
133             
this.label1.Font = new System.Drawing.Font("Times New Roman", 11.25F, System.Drawing.FontStyle.Bold);
134             
this.label1.ForeColor = System.Drawing.Color.White;
135             
this.label1.Location = new System.Drawing.Point(331, 153);
136             
this.label1.Name = "label1";
137             
this.label1.Size = new System.Drawing.Size(192, 17);
138             
this.label1.TabIndex = 2;
139             
this.label1.Text = "Nhập thông tin cần tìm kiếm";
140             
//
141             
// panel1
142             
//
143             
this.panel1.Controls.Add(this.dgvTimKiemLaiXe);
144             
this.panel1.ForeColor = System.Drawing.Color.Black;
145             
this.panel1.Location = new System.Drawing.Point(3, 292);
146             
this.panel1.Name = "panel1";
147             
this.panel1.Size = new System.Drawing.Size(964, 243);
148             
this.panel1.TabIndex = 3;
149             
//
150             
// dgvTimKiemLaiXe
151             
//
152             
this.dgvTimKiemLaiXe.BackgroundColor = System.Drawing.Color.White;
153             
this.dgvTimKiemLaiXe.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
154             dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
155             dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window;
156             dataGridViewCellStyle1.Font =
new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
157             dataGridViewCellStyle1.ForeColor = System.Drawing.Color.Black;
158             dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
159             dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
160             dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
161             
this.dgvTimKiemLaiXe.DefaultCellStyle = dataGridViewCellStyle1;
162             
this.dgvTimKiemLaiXe.Location = new System.Drawing.Point(3, 9);
163             
this.dgvTimKiemLaiXe.Name = "dgvTimKiemLaiXe";
164             
this.dgvTimKiemLaiXe.Size = new System.Drawing.Size(961, 221);
165             
this.dgvTimKiemLaiXe.TabIndex = 6;
166             
//
167             
// txtTimKiemLaiXe
168             
//
169             
this.txtTimKiemLaiXe.Location = new System.Drawing.Point(256, 198);
170             
this.txtTimKiemLaiXe.Name = "txtTimKiemLaiXe";
171             
this.txtTimKiemLaiXe.Size = new System.Drawing.Size(347, 20);
172             
this.txtTimKiemLaiXe.TabIndex = 5;
173             
//
174             
// pictureBox1
175             
//
176             
this.pictureBox1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBox1.BackgroundImage")));
177             
this.pictureBox1.Location = new System.Drawing.Point(14, 105);
178             
this.pictureBox1.Name = "pictureBox1";
179             
this.pictureBox1.Size = new System.Drawing.Size(180, 180);
180             
this.pictureBox1.TabIndex = 8;
181             
this.pictureBox1.TabStop = false;
182             
//
183             
// pictureBox2
184             
//
185             
this.pictureBox2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBox2.BackgroundImage")));
186             
this.pictureBox2.Location = new System.Drawing.Point(755, 103);
187             
this.pictureBox2.Name = "pictureBox2";
188             
this.pictureBox2.Size = new System.Drawing.Size(180, 180);
189             
this.pictureBox2.TabIndex = 8;
190             
this.pictureBox2.TabStop = false;
191             
//
192             
// frmLaiXe
193             
//
194             
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
195             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
196             
this.BackColor = System.Drawing.Color.Green;
197             
this.ClientSize = new System.Drawing.Size(980, 547);
198             
this.Controls.Add(this.pictureBox2);
199             
this.Controls.Add(this.pictureBox1);
200             
this.Controls.Add(this.txtTimKiemLaiXe);
201             
this.Controls.Add(this.panel1);
202             
this.Controls.Add(this.label1);
203             
this.Controls.Add(this.cmdTimKiemLaiXe);
204             
this.Controls.Add(this.gbTimKiemLaiXe);
205             
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
206             
this.Name = "frmLaiXe";
207             
this.Text = "frmLaiXe";
208             
this.gbTimKiemLaiXe.ResumeLayout(false);
209             
this.gbTimKiemLaiXe.PerformLayout();
210             
this.panel1.ResumeLayout(false);
211             ((System.ComponentModel.ISupportInitialize)(
this.dgvTimKiemLaiXe)).EndInit();
212             ((System.ComponentModel.ISupportInitialize)(
this.pictureBox1)).EndInit();
213             ((System.ComponentModel.ISupportInitialize)(
this.pictureBox2)).EndInit();
214             
this.ResumeLayout(false);
215             
this.PerformLayout();
216
217         }
218
219         
#endregion
220
221         
private System.Windows.Forms.GroupBox gbTimKiemLaiXe;
222         
private System.Windows.Forms.Button cmdTimKiemLaiXe;
223         
private System.Windows.Forms.Label label1;
224         
private System.Windows.Forms.Panel panel1;
225         
private System.Windows.Forms.RadioButton rbTimKiemLaiXeTheoMa;
226         
private System.Windows.Forms.TextBox txtTimKiemLaiXe;
227         
private System.Windows.Forms.DataGridView dgvTimKiemLaiXe;
228         
private System.Windows.Forms.RadioButton rbTimKiemLaiXeTheoTen;
229         
private System.Windows.Forms.RadioButton rbTimKiemLaiXeTheoDiaChi;
230         
private System.Windows.Forms.RadioButton rbTimKiemLaiXeTheoMaXe;
231         
private System.Windows.Forms.PictureBox pictureBox1;
232         
private System.Windows.Forms.PictureBox pictureBox2;
233     }
234 }



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

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