📄 jl_car_massage.designer.cs
字号:
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.Location = new System.Drawing.Point(203, 180);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(21, 14);
this.label2.TabIndex = 11;
this.label2.Text = "元";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(40, 180);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(63, 14);
this.label1.TabIndex = 8;
this.label1.Text = "保 险 费";
//
// btnCarAdd
//
this.btnCarAdd.Location = new System.Drawing.Point(43, 283);
this.btnCarAdd.Name = "btnCarAdd";
this.btnCarAdd.Size = new System.Drawing.Size(53, 23);
this.btnCarAdd.TabIndex = 7;
this.btnCarAdd.Text = "添加";
this.btnCarAdd.UseVisualStyleBackColor = true;
this.btnCarAdd.Click += new System.EventHandler(this.btnCarAdd_Click);
//
// btnCarDelete
//
this.btnCarDelete.Location = new System.Drawing.Point(166, 283);
this.btnCarDelete.Name = "btnCarDelete";
this.btnCarDelete.Size = new System.Drawing.Size(53, 23);
this.btnCarDelete.TabIndex = 6;
this.btnCarDelete.Text = "删除";
this.btnCarDelete.UseVisualStyleBackColor = true;
this.btnCarDelete.Click += new System.EventHandler(this.btnCarDelete_Click);
//
// btnCarUpdate
//
this.btnCarUpdate.Location = new System.Drawing.Point(107, 283);
this.btnCarUpdate.Name = "btnCarUpdate";
this.btnCarUpdate.Size = new System.Drawing.Size(53, 23);
this.btnCarUpdate.TabIndex = 5;
this.btnCarUpdate.Text = "修改";
this.btnCarUpdate.UseVisualStyleBackColor = true;
this.btnCarUpdate.Click += new System.EventHandler(this.btnCarUpdate_Click);
//
// lbMoney
//
this.lbMoney.AutoSize = true;
this.lbMoney.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbMoney.Location = new System.Drawing.Point(40, 92);
this.lbMoney.Name = "lbMoney";
this.lbMoney.Size = new System.Drawing.Size(63, 14);
this.lbMoney.TabIndex = 3;
this.lbMoney.Text = "养 路 费";
//
// lbRank
//
this.lbRank.AutoSize = true;
this.lbRank.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbRank.Location = new System.Drawing.Point(40, 65);
this.lbRank.Name = "lbRank";
this.lbRank.Size = new System.Drawing.Size(63, 14);
this.lbRank.TabIndex = 2;
this.lbRank.Text = "品 牌";
//
// textRank
//
this.textRank.Location = new System.Drawing.Point(109, 64);
this.textRank.Name = "textRank";
this.textRank.Size = new System.Drawing.Size(110, 21);
this.textRank.TabIndex = 2;
//
// lbBuyTime
//
this.lbBuyTime.AutoSize = true;
this.lbBuyTime.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbBuyTime.Location = new System.Drawing.Point(40, 40);
this.lbBuyTime.Name = "lbBuyTime";
this.lbBuyTime.Size = new System.Drawing.Size(63, 14);
this.lbBuyTime.TabIndex = 1;
this.lbBuyTime.Text = "购买时间";
//
// lbCarNumber
//
this.lbCarNumber.AutoSize = true;
this.lbCarNumber.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbCarNumber.Location = new System.Drawing.Point(40, 17);
this.lbCarNumber.Name = "lbCarNumber";
this.lbCarNumber.Size = new System.Drawing.Size(63, 14);
this.lbCarNumber.TabIndex = 0;
this.lbCarNumber.Text = "车牌号码";
//
// textCarNumber
//
this.textCarNumber.Location = new System.Drawing.Point(109, 10);
this.textCarNumber.Name = "textCarNumber";
this.textCarNumber.RejectInputOnFirstFailure = true;
this.textCarNumber.Size = new System.Drawing.Size(110, 21);
this.textCarNumber.TabIndex = 0;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.GridView_Car);
this.groupBox1.Location = new System.Drawing.Point(3, 14);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(485, 324);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "公车档案";
//
// GridView_Car
//
this.GridView_Car.AllowUserToAddRows = false;
this.GridView_Car.AllowUserToDeleteRows = false;
this.GridView_Car.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.GridView_Car.Location = new System.Drawing.Point(22, 20);
this.GridView_Car.Name = "GridView_Car";
this.GridView_Car.RowTemplate.Height = 23;
this.GridView_Car.Size = new System.Drawing.Size(429, 286);
this.GridView_Car.TabIndex = 0;
this.GridView_Car.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.GridView_Car_CellClick);
//
// tabPage15
//
this.tabPage15.Controls.Add(this.splitContainer9);
this.tabPage15.Location = new System.Drawing.Point(4, 21);
this.tabPage15.Name = "tabPage15";
this.tabPage15.Padding = new System.Windows.Forms.Padding(3);
this.tabPage15.Size = new System.Drawing.Size(752, 349);
this.tabPage15.TabIndex = 1;
this.tabPage15.Text = "公车档案查询";
this.tabPage15.UseVisualStyleBackColor = true;
//
// splitContainer9
//
this.splitContainer9.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer9.Location = new System.Drawing.Point(3, 3);
this.splitContainer9.Name = "splitContainer9";
//
// splitContainer9.Panel1
//
this.splitContainer9.Panel1.Controls.Add(this.groupBox15);
//
// splitContainer9.Panel2
//
this.splitContainer9.Panel2.Controls.Add(this.groupBox16);
this.splitContainer9.Size = new System.Drawing.Size(746, 343);
this.splitContainer9.SplitterDistance = 460;
this.splitContainer9.TabIndex = 0;
//
// groupBox15
//
this.groupBox15.Controls.Add(this.GridViewCarCheckResult);
this.groupBox15.Location = new System.Drawing.Point(0, 4);
this.groupBox15.Name = "groupBox15";
this.groupBox15.Size = new System.Drawing.Size(465, 336);
this.groupBox15.TabIndex = 0;
this.groupBox15.TabStop = false;
this.groupBox15.Text = "公车档案查询结果显示";
//
// GridViewCarCheckResult
//
this.GridViewCarCheckResult.AllowUserToAddRows = false;
this.GridViewCarCheckResult.AllowUserToDeleteRows = false;
this.GridViewCarCheckResult.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.GridViewCarCheckResult.Location = new System.Drawing.Point(7, 20);
this.GridViewCarCheckResult.Name = "GridViewCarCheckResult";
this.GridViewCarCheckResult.RowTemplate.Height = 23;
this.GridViewCarCheckResult.Size = new System.Drawing.Size(442, 292);
this.GridViewCarCheckResult.TabIndex = 0;
//
// groupBox16
//
this.groupBox16.Controls.Add(this.label4);
this.groupBox16.Controls.Add(this.textCheckCarKinds);
this.groupBox16.Controls.Add(this.dateTimeCheckBuyTime);
this.groupBox16.Controls.Add(this.btnCarCheck);
this.groupBox16.Controls.Add(this.btnCarClear);
this.groupBox16.Controls.Add(this.label43);
this.groupBox16.Controls.Add(this.label44);
this.groupBox16.Controls.Add(this.textCheckCarNumber);
this.groupBox16.Location = new System.Drawing.Point(27, 4);
this.groupBox16.Name = "groupBox16";
this.groupBox16.Size = new System.Drawing.Size(247, 336);
this.groupBox16.TabIndex = 0;
this.groupBox16.TabStop = false;
this.groupBox16.Text = "公车档案查询";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label4.Location = new System.Drawing.Point(28, 76);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(63, 14);
this.label4.TabIndex = 21;
this.label4.Text = "品 牌";
//
// textCheckCarKinds
//
this.textCheckCarKinds.Location = new System.Drawing.Point(97, 75);
this.textCheckCarKinds.Name = "textCheckCarKinds";
this.textCheckCarKinds.Size = new System.Drawing.Size(110, 21);
this.textCheckCarKinds.TabIndex = 20;
//
// dateTimeCheckBuyTime
//
this.dateTimeCheckBuyTime.Location = new System.Drawing.Point(97, 106);
this.dateTimeCheckBuyTime.Name = "dateTimeCheckBuyTime";
this.dateTimeCheckBuyTime.ShowCheckBox = true;
this.dateTimeCheckBuyTime.Size = new System.Drawing.Size(110, 21);
this.dateTimeCheckBuyTime.TabIndex = 19;
this.dateTimeCheckBuyTime.Value = new System.DateTime(2008, 4, 19, 0, 0, 0, 0);
//
// btnCarCheck
//
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -