⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 form_repair_repairinput.designer.cs

📁 以前为一家4S店开发的维修管理及客户管理的软件,C#开发!
💻 CS
📖 第 1 页 / 共 3 页
字号:
            this.text_prerepairid.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
            // 
            // text_companyname
            // 
            this.text_companyname.Location = new System.Drawing.Point(89, 24);
            this.text_companyname.Name = "text_companyname";
            this.text_companyname.Size = new System.Drawing.Size(100, 21);
            this.text_companyname.TabIndex = 18;
            // 
            // text_customername
            // 
            this.text_customername.Location = new System.Drawing.Point(364, 24);
            this.text_customername.Name = "text_customername";
            this.text_customername.Size = new System.Drawing.Size(70, 21);
            this.text_customername.TabIndex = 19;
            // 
            // text_customertel
            // 
            this.text_customertel.Location = new System.Drawing.Point(566, 24);
            this.text_customertel.Name = "text_customertel";
            this.text_customertel.Size = new System.Drawing.Size(137, 21);
            this.text_customertel.TabIndex = 20;
            // 
            // text_carno
            // 
            this.text_carno.Location = new System.Drawing.Point(89, 49);
            this.text_carno.Name = "text_carno";
            this.text_carno.Size = new System.Drawing.Size(129, 21);
            this.text_carno.TabIndex = 21;
            // 
            // text_carcolor
            // 
            this.text_carcolor.Location = new System.Drawing.Point(364, 49);
            this.text_carcolor.Name = "text_carcolor";
            this.text_carcolor.Size = new System.Drawing.Size(70, 21);
            this.text_carcolor.TabIndex = 22;
            // 
            // text_carmodel
            // 
            this.text_carmodel.Location = new System.Drawing.Point(566, 49);
            this.text_carmodel.Name = "text_carmodel";
            this.text_carmodel.Size = new System.Drawing.Size(137, 21);
            this.text_carmodel.TabIndex = 23;
            // 
            // text_caroils
            // 
            this.text_caroils.Location = new System.Drawing.Point(364, 76);
            this.text_caroils.Name = "text_caroils";
            this.text_caroils.Size = new System.Drawing.Size(70, 21);
            this.text_caroils.TabIndex = 24;
            // 
            // text_carmile
            // 
            this.text_carmile.Location = new System.Drawing.Point(89, 76);
            this.text_carmile.Name = "text_carmile";
            this.text_carmile.Size = new System.Drawing.Size(100, 21);
            this.text_carmile.TabIndex = 25;
            // 
            // text_carinsure
            // 
            this.text_carinsure.Location = new System.Drawing.Point(566, 76);
            this.text_carinsure.Name = "text_carinsure";
            this.text_carinsure.Size = new System.Drawing.Size(137, 21);
            this.text_carinsure.TabIndex = 26;
            // 
            // text_display
            // 
            this.text_display.Location = new System.Drawing.Point(89, 23);
            this.text_display.Name = "text_display";
            this.text_display.Size = new System.Drawing.Size(220, 39);
            this.text_display.TabIndex = 27;
            this.text_display.Text = "";
            // 
            // text_suggest
            // 
            this.text_suggest.Location = new System.Drawing.Point(89, 97);
            this.text_suggest.Name = "text_suggest";
            this.text_suggest.Size = new System.Drawing.Size(220, 39);
            this.text_suggest.TabIndex = 28;
            this.text_suggest.Text = "";
            // 
            // text_outdate
            // 
            this.text_outdate.Location = new System.Drawing.Point(89, 144);
            this.text_outdate.Name = "text_outdate";
            this.text_outdate.Size = new System.Drawing.Size(116, 21);
            this.text_outdate.TabIndex = 33;
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.button_load);
            this.groupBox1.Controls.Add(this.text_employname);
            this.groupBox1.Controls.Add(this.wxlab);
            this.groupBox1.Controls.Add(this.text_prerepairid);
            this.groupBox1.Controls.Add(this.empnamelab);
            this.groupBox1.Location = new System.Drawing.Point(29, 12);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(729, 53);
            this.groupBox1.TabIndex = 34;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "维修基本信息";
            // 
            // button_load
            // 
            this.button_load.Location = new System.Drawing.Point(281, 19);
            this.button_load.Name = "button_load";
            this.button_load.Size = new System.Drawing.Size(75, 23);
            this.button_load.TabIndex = 18;
            this.button_load.Text = "调入单据";
            this.button_load.UseVisualStyleBackColor = true;
            // 
            // text_employname
            // 
            this.text_employname.AutoCompleteCustomSource.AddRange(new string[] {
            "郑青杨",
            "金钱",
            "刘强",
            "周振",
            "林亚"});
            this.text_employname.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
            this.text_employname.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource;
            this.text_employname.Location = new System.Drawing.Point(568, 21);
            this.text_employname.Name = "text_employname";
            this.text_employname.Size = new System.Drawing.Size(100, 21);
            this.text_employname.TabIndex = 17;
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.text_address);
            this.groupBox2.Controls.Add(this.label2);
            this.groupBox2.Controls.Add(this.text_vip);
            this.groupBox2.Controls.Add(this.label1);
            this.groupBox2.Controls.Add(this.complab);
            this.groupBox2.Controls.Add(this.cusnmlab);
            this.groupBox2.Controls.Add(this.text_companyname);
            this.groupBox2.Controls.Add(this.pholab);
            this.groupBox2.Controls.Add(this.text_customertel);
            this.groupBox2.Controls.Add(this.text_customername);
            this.groupBox2.Location = new System.Drawing.Point(29, 71);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(729, 83);
            this.groupBox2.TabIndex = 35;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "客户信息";
            // 
            // text_address
            // 
            this.text_address.Location = new System.Drawing.Point(364, 51);
            this.text_address.Name = "text_address";
            this.text_address.Size = new System.Drawing.Size(339, 21);
            this.text_address.TabIndex = 24;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(293, 54);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(65, 12);
            this.label2.TabIndex = 23;
            this.label2.Text = "联系地址:";
            // 
            // text_vip
            // 
            this.text_vip.Location = new System.Drawing.Point(89, 51);
            this.text_vip.Name = "text_vip";
            this.text_vip.Size = new System.Drawing.Size(100, 21);
            this.text_vip.TabIndex = 22;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(36, 54);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(47, 12);
            this.label1.TabIndex = 21;
            this.label1.Text = "VIP号:";
            // 
            // groupBox3
            // 
            this.groupBox3.Controls.Add(this.label4);
            this.groupBox3.Controls.Add(this.text_carrack);
            this.groupBox3.Controls.Add(this.label3);
            this.groupBox3.Controls.Add(this.oilslab);
            this.groupBox3.Controls.Add(this.mileslab);
            this.groupBox3.Controls.Add(this.cartypelab);
            this.groupBox3.Controls.Add(this.text_carno);
            this.groupBox3.Controls.Add(this.text_carcolor);
            this.groupBox3.Controls.Add(this.carnolab);
            this.groupBox3.Controls.Add(this.text_carmodel);
            this.groupBox3.Controls.Add(this.carcololab);
            this.groupBox3.Controls.Add(this.insurenolab);
            this.groupBox3.Controls.Add(this.text_caroils);
            this.groupBox3.Controls.Add(this.text_carinsure);
            this.groupBox3.Controls.Add(this.text_carmile);
            this.groupBox3.Location = new System.Drawing.Point(29, 160);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(729, 108);
            this.groupBox3.TabIndex = 36;
            this.groupBox3.TabStop = false;
            this.groupBox3.Text = "车辆信息";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(195, 79);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(17, 12);
            this.label4.TabIndex = 29;
            this.label4.Text = "KM";
            // 
            // text_carrack
            // 
            this.text_carrack.Location = new System.Drawing.Point(89, 21);
            this.text_carrack.Name = "text_carrack";
            this.text_carrack.Size = new System.Drawing.Size(100, 21);
            this.text_carrack.TabIndex = 28;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(30, 24);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(53, 12);

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -