📄 form_customer_carkeepshow.designer.cs
字号:
namespace RepairCRM
{
partial class Form_customer_carkeepshow
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.selectdatavalue2 = new System.Windows.Forms.MonthCalendar();
this.selectdata2 = new System.Windows.Forms.Button();
this.selectdatavalue = new System.Windows.Forms.MonthCalendar();
this.selectdata = new System.Windows.Forms.Button();
this.label3 = new System.Windows.Forms.Label();
this.state2 = new System.Windows.Forms.RadioButton();
this.namevalue = new System.Windows.Forms.TextBox();
this.state1 = new System.Windows.Forms.RadioButton();
this.state = new System.Windows.Forms.RadioButton();
this.youbian = new System.Windows.Forms.Label();
this.modifytimevalue1 = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.address = new System.Windows.Forms.Label();
this.xieli = new System.Windows.Forms.Label();
this.modifytimevalue = new System.Windows.Forms.TextBox();
this.costmortype = new System.Windows.Forms.Label();
this.ybvalue = new System.Windows.Forms.TextBox();
this.exit = new System.Windows.Forms.Button();
this.findsome = new System.Windows.Forms.Button();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.groupBox2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// groupBox2
//
this.groupBox2.Controls.Add(this.selectdatavalue2);
this.groupBox2.Controls.Add(this.selectdata2);
this.groupBox2.Controls.Add(this.selectdatavalue);
this.groupBox2.Controls.Add(this.selectdata);
this.groupBox2.Controls.Add(this.label3);
this.groupBox2.Controls.Add(this.state2);
this.groupBox2.Controls.Add(this.namevalue);
this.groupBox2.Controls.Add(this.state1);
this.groupBox2.Controls.Add(this.state);
this.groupBox2.Controls.Add(this.youbian);
this.groupBox2.Controls.Add(this.modifytimevalue1);
this.groupBox2.Controls.Add(this.label2);
this.groupBox2.Controls.Add(this.address);
this.groupBox2.Controls.Add(this.xieli);
this.groupBox2.Controls.Add(this.modifytimevalue);
this.groupBox2.Controls.Add(this.costmortype);
this.groupBox2.Controls.Add(this.ybvalue);
this.groupBox2.Location = new System.Drawing.Point(53, 6);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(688, 185);
this.groupBox2.TabIndex = 47;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "车辆保养信息快速查询";
//
// selectdatavalue2
//
this.selectdatavalue2.Location = new System.Drawing.Point(216, 28);
this.selectdatavalue2.Name = "selectdatavalue2";
this.selectdatavalue2.TabIndex = 83;
this.selectdatavalue2.Visible = false;
this.selectdatavalue2.DateSelected += new System.Windows.Forms.DateRangeEventHandler(this.selectdatavalue2_DateSelected);
//
// selectdata2
//
this.selectdata2.Location = new System.Drawing.Point(487, 106);
this.selectdata2.Name = "selectdata2";
this.selectdata2.Size = new System.Drawing.Size(30, 20);
this.selectdata2.TabIndex = 6;
this.selectdata2.Text = "....";
this.selectdata2.UseVisualStyleBackColor = true;
this.selectdata2.Click += new System.EventHandler(this.selectdata2_Click);
//
// selectdatavalue
//
this.selectdatavalue.Location = new System.Drawing.Point(91, 28);
this.selectdatavalue.Name = "selectdatavalue";
this.selectdatavalue.TabIndex = 81;
this.selectdatavalue.Visible = false;
this.selectdatavalue.DateSelected += new System.Windows.Forms.DateRangeEventHandler(this.selectdatavalue_DateSelected);
//
// selectdata
//
this.selectdata.Location = new System.Drawing.Point(361, 106);
this.selectdata.Name = "selectdata";
this.selectdata.Size = new System.Drawing.Size(30, 20);
this.selectdata.TabIndex = 4;
this.selectdata.Text = "....";
this.selectdata.UseVisualStyleBackColor = true;
this.selectdata.Click += new System.EventHandler(this.selectdata_Click);
//
// label3
//
this.label3.AutoSize = true;
this.label3.ForeColor = System.Drawing.Color.Red;
this.label3.Location = new System.Drawing.Point(359, 73);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(17, 12);
this.label3.TabIndex = 69;
this.label3.Text = "KM";
//
// state2
//
this.state2.AutoSize = true;
this.state2.Location = new System.Drawing.Point(478, 144);
this.state2.Name = "state2";
this.state2.Size = new System.Drawing.Size(95, 16);
this.state2.TabIndex = 9;
this.state2.TabStop = true;
this.state2.Text = "所有状态车辆";
this.state2.UseVisualStyleBackColor = true;
//
// namevalue
//
this.namevalue.Location = new System.Drawing.Point(280, 33);
this.namevalue.Name = "namevalue";
this.namevalue.Size = new System.Drawing.Size(77, 21);
this.namevalue.TabIndex = 1;
//
// state1
//
this.state1.AutoSize = true;
this.state1.Location = new System.Drawing.Point(372, 144);
this.state1.Name = "state1";
this.state1.Size = new System.Drawing.Size(113, 16);
this.state1.TabIndex = 8;
this.state1.TabStop = true;
this.state1.Text = "不需要保养车辆 ";
this.state1.UseVisualStyleBackColor = true;
//
// state
//
this.state.AutoSize = true;
this.state.Checked = true;
this.state.Location = new System.Drawing.Point(278, 144);
this.state.Name = "state";
this.state.Size = new System.Drawing.Size(95, 16);
this.state.TabIndex = 7;
this.state.TabStop = true;
this.state.Text = "需要保养车辆";
this.state.UseVisualStyleBackColor = true;
//
// youbian
//
this.youbian.AutoSize = true;
this.youbian.Location = new System.Drawing.Point(172, 73);
this.youbian.Name = "youbian";
this.youbian.Size = new System.Drawing.Size(101, 12);
this.youbian.TabIndex = 3;
this.youbian.Text = "保养剩余公里数:";
//
// modifytimevalue1
//
this.modifytimevalue1.Location = new System.Drawing.Point(404, 105);
this.modifytimevalue1.Name = "modifytimevalue1";
this.modifytimevalue1.Size = new System.Drawing.Size(77, 21);
this.modifytimevalue1.TabIndex = 5;
//
// label2
//
this.label2.AutoSize = true;
this.label2.ForeColor = System.Drawing.Color.Red;
this.label2.Location = new System.Drawing.Point(393, 110);
this.label2.Name = "label2";
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -