📄 cw_baoche.designer.cs
字号:
// dateTime_FristTime
//
this.dateTime_FristTime.Format = System.Windows.Forms.DateTimePickerFormat.Short;
this.dateTime_FristTime.Location = new System.Drawing.Point(109, 41);
this.dateTime_FristTime.Name = "dateTime_FristTime";
this.dateTime_FristTime.Size = new System.Drawing.Size(110, 21);
this.dateTime_FristTime.TabIndex = 33;
this.dateTime_FristTime.Value = new System.DateTime(2008, 4, 22, 0, 0, 0, 0);
//
// 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, 98);
this.lbMoney.Name = "lbMoney";
this.lbMoney.Size = new System.Drawing.Size(63, 14);
this.lbMoney.TabIndex = 32;
this.lbMoney.Text = "包车费用";
//
// 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, 48);
this.lbBuyTime.Name = "lbBuyTime";
this.lbBuyTime.Size = new System.Drawing.Size(63, 14);
this.lbBuyTime.TabIndex = 31;
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, 20);
this.lbCarNumber.Name = "lbCarNumber";
this.lbCarNumber.Size = new System.Drawing.Size(63, 14);
this.lbCarNumber.TabIndex = 29;
this.lbCarNumber.Text = "车牌号码";
//
// textCarNumber
//
this.textCarNumber.Location = new System.Drawing.Point(109, 13);
this.textCarNumber.Name = "textCarNumber";
this.textCarNumber.Size = new System.Drawing.Size(110, 21);
this.textCarNumber.TabIndex = 30;
//
// button1
//
this.button1.Location = new System.Drawing.Point(143, 283);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(76, 23);
this.button1.TabIndex = 28;
this.button1.Text = "清空";
this.button1.UseVisualStyleBackColor = true;
//
// 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, 346);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "包车信息";
//
// GridView_Car
//
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;
//
// 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 = 481;
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, 312);
this.groupBox15.TabIndex = 0;
this.groupBox15.TabStop = false;
this.groupBox15.Text = "包车查询结果显示";
//
// GridViewCarCheckResult
//
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, 275);
this.GridViewCarCheckResult.TabIndex = 0;
//
// groupBox16
//
this.groupBox16.Controls.Add(this.button2);
this.groupBox16.Controls.Add(this.button3);
this.groupBox16.Controls.Add(this.label44);
this.groupBox16.Controls.Add(this.textCheckCarNumber);
this.groupBox16.Location = new System.Drawing.Point(3, 4);
this.groupBox16.Name = "groupBox16";
this.groupBox16.Size = new System.Drawing.Size(247, 312);
this.groupBox16.TabIndex = 0;
this.groupBox16.TabStop = false;
this.groupBox16.Text = "包车信息查询";
//
// button2
//
this.button2.Location = new System.Drawing.Point(44, 116);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 23);
this.button2.TabIndex = 16;
this.button2.Text = "查询";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// button3
//
this.button3.Location = new System.Drawing.Point(145, 116);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(75, 23);
this.button3.TabIndex = 15;
this.button3.Text = "清空";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// label44
//
this.label44.AutoSize = true;
this.label44.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label44.Location = new System.Drawing.Point(41, 66);
this.label44.Name = "label44";
this.label44.Size = new System.Drawing.Size(63, 14);
this.label44.TabIndex = 13;
this.label44.Text = "车牌号码";
//
// textCheckCarNumber
//
this.textCheckCarNumber.Location = new System.Drawing.Point(110, 59);
this.textCheckCarNumber.Name = "textCheckCarNumber";
this.textCheckCarNumber.Size = new System.Drawing.Size(110, 21);
this.textCheckCarNumber.TabIndex = 14;
//
// label19
//
this.label19.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.label19.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
this.label19.Location = new System.Drawing.Point(747, 5);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(16, 16);
this.label19.TabIndex = 39;
this.label19.Text = "X";
this.label19.Click += new System.EventHandler(this.label19_Click);
//
// label6
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label6.Location = new System.Drawing.Point(183, 181);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(35, 14);
this.label6.TabIndex = 47;
this.label6.Text = "公里";
//
// CW_Baoche
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(773, 409);
this.Controls.Add(this.label19);
this.Controls.Add(this.tabControl3);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "CW_Baoche";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "CW_Baoche";
this.Load += new System.EventHandler(this.CW_Baoche_Load);
this.tabControl3.ResumeLayout(false);
this.tabPage14.ResumeLayout(false);
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel2.ResumeLayout(false);
this.splitContainer1.ResumeLayout(false);
this.groupCar.ResumeLayout(false);
this.groupCar.PerformLayout();
this.groupBox1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.GridView_Car)).EndInit();
this.tabPage15.ResumeLayout(false);
this.splitContainer9.Panel1.ResumeLayout(false);
this.splitContainer9.Panel2.ResumeLayout(false);
this.splitContainer9.ResumeLayout(false);
this.groupBox15.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.GridViewCarCheckResult)).EndInit();
this.groupBox16.ResumeLayout(false);
this.groupBox16.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TabControl tabControl3;
private System.Windows.Forms.TabPage tabPage14;
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.GroupBox groupCar;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.DataGridView GridView_Car;
private System.Windows.Forms.TabPage tabPage15;
private System.Windows.Forms.SplitContainer splitContainer9;
private System.Windows.Forms.GroupBox groupBox15;
private System.Windows.Forms.DataGridView GridViewCarCheckResult;
private System.Windows.Forms.GroupBox groupBox16;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Label label19;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.MaskedTextBox textLoadTotal;
private System.Windows.Forms.MaskedTextBox textMoney;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.MaskedTextBox textAddressLast;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.MaskedTextBox textAddressFrist;
private System.Windows.Forms.DateTimePicker dateTime_LastTime;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox textCarRemark;
private System.Windows.Forms.Label lbCarRemark;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Button btnCarAdd;
private System.Windows.Forms.DateTimePicker dateTime_FristTime;
private System.Windows.Forms.Label lbMoney;
private System.Windows.Forms.Label lbBuyTime;
private System.Windows.Forms.Label lbCarNumber;
private System.Windows.Forms.MaskedTextBox textCarNumber;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Label label44;
private System.Windows.Forms.MaskedTextBox textCheckCarNumber;
private System.Windows.Forms.Label label6;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -