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

📄 serviceproviderform.cs

📁 c#编写的汽车销售公司erp进销存系统
💻 CS
📖 第 1 页 / 共 3 页
字号:
			this.btn_Map_Move.Name = "btn_Map_Move";
			this.btn_Map_Move.TabIndex = 2;
			this.btn_Map_Move.Text = "移动";
			this.btn_Map_Move.Click += new System.EventHandler(this.btn_Map_Move_Click);
			// 
			// groupBox1
			// 
			this.groupBox1.Controls.Add(this.tbKeyWords);
			this.groupBox1.Controls.Add(this.tbSName);
			this.groupBox1.Controls.Add(this.label4);
			this.groupBox1.Controls.Add(this.btnRetrieve);
			this.groupBox1.Controls.Add(this.btnReset);
			this.groupBox1.Controls.Add(this.tbSLinkMan);
			this.groupBox1.Controls.Add(this.cmbSctype);
			this.groupBox1.Controls.Add(this.label3);
			this.groupBox1.Controls.Add(this.label2);
			this.groupBox1.Controls.Add(this.tbAddress);
			this.groupBox1.Controls.Add(this.label1);
			this.groupBox1.Controls.Add(this.label5);
			this.groupBox1.Location = new System.Drawing.Point(6, 8);
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.Size = new System.Drawing.Size(400, 144);
			this.groupBox1.TabIndex = 2;
			this.groupBox1.TabStop = false;
			this.groupBox1.Text = "查询服务商";
			// 
			// tbKeyWords
			// 
			this.tbKeyWords.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
			this.tbKeyWords.Location = new System.Drawing.Point(264, 56);
			this.tbKeyWords.Name = "tbKeyWords";
			this.tbKeyWords.Size = new System.Drawing.Size(120, 21);
			this.tbKeyWords.TabIndex = 7;
			this.tbKeyWords.Text = "";
			// 
			// tbSName
			// 
			this.tbSName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
			this.tbSName.Location = new System.Drawing.Point(88, 32);
			this.tbSName.Name = "tbSName";
			this.tbSName.Size = new System.Drawing.Size(120, 21);
			this.tbSName.TabIndex = 2;
			this.tbSName.Text = "";
			// 
			// label4
			// 
			this.label4.Font = new System.Drawing.Font("宋体", 9F);
			this.label4.Location = new System.Drawing.Point(216, 56);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(64, 23);
			this.label4.TabIndex = 6;
			this.label4.Text = "关键字";
			// 
			// btnRetrieve
			// 
			this.btnRetrieve.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			this.btnRetrieve.Location = new System.Drawing.Point(184, 112);
			this.btnRetrieve.Name = "btnRetrieve";
			this.btnRetrieve.Size = new System.Drawing.Size(75, 24);
			this.btnRetrieve.TabIndex = 13;
			this.btnRetrieve.Text = "检索";
			this.btnRetrieve.Click += new System.EventHandler(this.btnRetrieve_Click);
			// 
			// btnReset
			// 
			this.btnReset.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			this.btnReset.Location = new System.Drawing.Point(280, 112);
			this.btnReset.Name = "btnReset";
			this.btnReset.Size = new System.Drawing.Size(75, 24);
			this.btnReset.TabIndex = 14;
			this.btnReset.Text = "重置";
			this.btnReset.Click += new System.EventHandler(this.btnReset_Click);
			// 
			// tbSLinkMan
			// 
			this.tbSLinkMan.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
			this.tbSLinkMan.Location = new System.Drawing.Point(88, 56);
			this.tbSLinkMan.Name = "tbSLinkMan";
			this.tbSLinkMan.Size = new System.Drawing.Size(120, 21);
			this.tbSLinkMan.TabIndex = 5;
			this.tbSLinkMan.Text = "";
			// 
			// cmbSctype
			// 
			this.cmbSctype.ItemHeight = 12;
			this.cmbSctype.Location = new System.Drawing.Point(264, 32);
			this.cmbSctype.Name = "cmbSctype";
			this.cmbSctype.Size = new System.Drawing.Size(121, 20);
			this.cmbSctype.TabIndex = 10;
			// 
			// label3
			// 
			this.label3.Font = new System.Drawing.Font("宋体", 9F);
			this.label3.Location = new System.Drawing.Point(16, 56);
			this.label3.Name = "label3";
			this.label3.TabIndex = 4;
			this.label3.Text = "联系人";
			// 
			// label2
			// 
			this.label2.Font = new System.Drawing.Font("宋体", 9F);
			this.label2.Location = new System.Drawing.Point(216, 32);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(72, 23);
			this.label2.TabIndex = 1;
			this.label2.Text = "分  类";
			// 
			// tbAddress
			// 
			this.tbAddress.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
			this.tbAddress.Location = new System.Drawing.Point(88, 80);
			this.tbAddress.Name = "tbAddress";
			this.tbAddress.Size = new System.Drawing.Size(296, 21);
			this.tbAddress.TabIndex = 9;
			this.tbAddress.Text = "";
			// 
			// label1
			// 
			this.label1.Font = new System.Drawing.Font("宋体", 9F);
			this.label1.Location = new System.Drawing.Point(16, 32);
			this.label1.Name = "label1";
			this.label1.TabIndex = 0;
			this.label1.Text = "服务商名称";
			// 
			// label5
			// 
			this.label5.Font = new System.Drawing.Font("宋体", 9F);
			this.label5.Location = new System.Drawing.Point(16, 88);
			this.label5.Name = "label5";
			this.label5.TabIndex = 8;
			this.label5.Text = "地 址";
			// 
			// groupBox3
			// 
			this.groupBox3.Controls.Add(this.tbSDate);
			this.groupBox3.Controls.Add(this.tbDtailSType);
			this.groupBox3.Controls.Add(this.txtMemo);
			this.groupBox3.Controls.Add(this.txtKeyWords);
			this.groupBox3.Controls.Add(this.txtname);
			this.groupBox3.Controls.Add(this.txtEmail);
			this.groupBox3.Controls.Add(this.txtFax);
			this.groupBox3.Controls.Add(this.txtWeb);
			this.groupBox3.Controls.Add(this.txtRPerson);
			this.groupBox3.Controls.Add(this.label10);
			this.groupBox3.Controls.Add(this.txtTel);
			this.groupBox3.Controls.Add(this.label8);
			this.groupBox3.Controls.Add(this.label11);
			this.groupBox3.Controls.Add(this.label6);
			this.groupBox3.Controls.Add(this.label7);
			this.groupBox3.Controls.Add(this.label9);
			this.groupBox3.Controls.Add(this.label14);
			this.groupBox3.Controls.Add(this.label13);
			this.groupBox3.Controls.Add(this.label12);
			this.groupBox3.Controls.Add(this.txtBad);
			this.groupBox3.Controls.Add(this.txtGood);
			this.groupBox3.Controls.Add(this.label15);
			this.groupBox3.Controls.Add(this.label16);
			this.groupBox3.Controls.Add(this.txtAddr);
			this.groupBox3.Controls.Add(this.label17);
			this.groupBox3.Controls.Add(this.label18);
			this.groupBox3.Location = new System.Drawing.Point(424, 8);
			this.groupBox3.Name = "groupBox3";
			this.groupBox3.Size = new System.Drawing.Size(432, 256);
			this.groupBox3.TabIndex = 0;
			this.groupBox3.TabStop = false;
			this.groupBox3.Text = "服务商信息";
			// 
			// tbSDate
			// 
			this.tbSDate.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
			this.tbSDate.Location = new System.Drawing.Point(296, 96);
			this.tbSDate.Name = "tbSDate";
			this.tbSDate.Size = new System.Drawing.Size(120, 21);
			this.tbSDate.TabIndex = 3;
			this.tbSDate.Text = "";
			// 
			// tbDtailSType
			// 
			this.tbDtailSType.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
			this.tbDtailSType.Location = new System.Drawing.Point(296, 24);
			this.tbDtailSType.Name = "tbDtailSType";
			this.tbDtailSType.Size = new System.Drawing.Size(120, 21);
			this.tbDtailSType.TabIndex = 3;
			this.tbDtailSType.Text = "";
			// 
			// txtMemo
			// 
			this.txtMemo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
			this.txtMemo.Location = new System.Drawing.Point(88, 192);
			this.txtMemo.Multiline = true;
			this.txtMemo.Name = "txtMemo";
			this.txtMemo.Size = new System.Drawing.Size(328, 56);
			this.txtMemo.TabIndex = 21;
			this.txtMemo.Text = "";
			// 
			// txtKeyWords
			// 
			this.txtKeyWords.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
			this.txtKeyWords.Location = new System.Drawing.Point(88, 144);
			this.txtKeyWords.Name = "txtKeyWords";
			this.txtKeyWords.Size = new System.Drawing.Size(328, 21);
			this.txtKeyWords.TabIndex = 17;
			this.txtKeyWords.Text = "";
			// 
			// txtname
			// 
			this.txtname.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
			this.txtname.Location = new System.Drawing.Point(88, 24);
			this.txtname.Name = "txtname";
			this.txtname.Size = new System.Drawing.Size(120, 21);
			this.txtname.TabIndex = 22;
			this.txtname.Text = "";
			// 
			// txtEmail
			// 
			this.txtEmail.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
			this.txtEmail.Location = new System.Drawing.Point(296, 72);
			this.txtEmail.Name = "txtEmail";
			this.txtEmail.Size = new System.Drawing.Size(120, 21);
			this.txtEmail.TabIndex = 15;
			this.txtEmail.Text = "";
			// 
			// txtFax
			// 
			this.txtFax.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
			this.txtFax.Location = new System.Drawing.Point(88, 72);
			this.txtFax.Name = "txtFax";
			this.txtFax.Size = new System.Drawing.Size(120, 21);
			this.txtFax.TabIndex = 14;
			this.txtFax.Text = "";
			// 
			// txtWeb
			// 
			this.txtWeb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
			this.txtWeb.Location = new System.Drawing.Point(88, 96);
			this.txtWeb.Name = "txtWeb";
			this.txtWeb.Size = new System.Drawing.Size(120, 21);
			this.txtWeb.TabIndex = 29;
			this.txtWeb.Text = "";
			// 
			// txtRPerson
			// 
			this.txtRPerson.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
			this.txtRPerson.Location = new System.Drawing.Point(88, 48);
			this.txtRPerson.Name = "txtRPerson";
			this.txtRPerson.Size = new System.Drawing.Size(120, 21);
			this.txtRPerson.TabIndex = 28;
			this.txtRPerson.Text = "";
			// 
			// label10
			// 
			this.label10.Font = new System.Drawing.Font("宋体", 9F);
			this.label10.Location = new System.Drawing.Point(16, 48);
			this.label10.Name = "label10";
			this.label10.Size = new System.Drawing.Size(88, 23);
			this.label10.TabIndex = 27;
			this.label10.Text = "联系人";
			this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// txtTel
			// 
			this.txtTel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
			this.txtTel.Location = new System.Drawing.Point(296, 48);
			this.txtTel.Name = "txtTel";
			this.txtTel.Size = new System.Drawing.Size(120, 21);
			this.txtTel.TabIndex = 30;
			this.txtTel.Text = "";
			// 
			// label8
			// 
			this.label8.Font = new System.Drawing.Font("宋体", 9F);
			this.label8.Location = new System.Drawing.Point(224, 48);
			this.label8.Name = "label8";
			this.label8.Size = new System.Drawing.Size(88, 23);
			this.label8.TabIndex = 25;
			this.label8.Text = "联系电话 ";
			this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// label11
			// 
			this.label11.Font = new System.Drawing.Font("宋体", 9F);
			this.label11.Location = new System.Drawing.Point(16, 96);
			this.label11.Name = "label11";
			this.label11.Size = new System.Drawing.Size(88, 23);
			this.label11.TabIndex = 26;
			this.label11.Text = "服务商网址";
			this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// label6
			// 
			this.label6.Font = new System.Drawing.Font("宋体", 9F);
			this.label6.Location = new System.Drawing.Point(16, 24);
			this.label6.Name = "label6";
			this.label6.Size = new System.Drawing.Size(88, 23);
			this.label6.TabIndex = 19;
			this.label6.Text = "服务商名称";
			this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// label7
			// 
			this.label7.Font = new System.Drawing.Font("宋体", 9F);
			this.label7.Location = new System.Drawing.Point(224, 24);
			this.label7.Name = "label7";
			this.label7.Size = new System.Drawing.Size(88, 23);
			this.label7.TabIndex = 23;
			this.label7.Text = "服务商类别";
			this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// label9
			// 
			this.label9.Font = new System.Drawing.Font("宋体", 9F);
			this.label9.Location = new System.Drawing.Point(224, 96);
			this.label9.Name = "label9";
			this.label9.Size = new System.Drawing.Size(88, 23);
			this.label9.TabIndex = 20;
			this.label9.Text = "加盟时间";
			this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// label14
			// 
			this.label14.Font = new System.Drawing.Font("宋体", 9F);
			this.label14.Location = new System.Drawing.Point(224, 72);
			this.label14.Name = "label14";
			this.label14.Size = new System.Drawing.Size(88, 23);
			this.label14.TabIndex = 12;
			this.label14.Text = "邮件地址";
			this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// label13
			// 
			this.label13.Font = new System.Drawing.Font("宋体", 9F);
			this.label13.Location = new System.Drawing.Point(16, 72);
			this.label13.Name = "label13";
			this.label13.Size = new System.Drawing.Size(88, 23);
			this.label13.TabIndex = 13;
			this.label13.Text = "传真号码";
			this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// label12
			// 
			this.label12.Font = new System.Drawing.Font("宋体", 9F);
			this.label12.Location = new System.Drawing.Point(16, 144);
			this.label12.Name = "label12";
			this.label12.Size = new System.Drawing.Size(88, 23);
			this.label12.TabIndex = 16;
			this.label12.Text = "关键字";
			this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// txtBad
			// 
			this.txtBad.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
			this.txtBad.Location = new System.Drawing.Point(296, 120);
			this.txtBad.Name = "txtBad";
			this.txtBad.Size = new System.Drawing.Size(120, 21);
			this.txtBad.TabIndex = 30;
			this.txtBad.Text = "";
			// 
			// txtGood
			// 
			this.txtGood.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
			this.txtGood.Location = new System.Drawing.Point(88, 120);
			this.txtGood.Name = "txtGood";
			this.txtGood.Size = new System.Drawing.Size(120, 21);
			this.txtGood.TabIndex = 29;
			this.txtGood.Text = "";
			// 
			// label15
			// 
			this.label15.Font = new System.Drawing.Font("宋体", 9F);
			this.label15.Location = new System.Drawing.Point(224, 120);
			this.label15.Name = "label15";
			this.label15.Size = new System.Drawing.Size(88, 23);
			this.label15.TabIndex = 28;
			this.label15.Text = "差评数";
			this.label15.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// label16
			// 
			this.label16.Font = new System.Drawing.Font("宋体", 9F);
			this.label16.Location = new System.Drawing.Point(16, 120);
			this.label16.Name = "label16";
			this.label16.Size = new System.Drawing.Size(88, 23);
			this.label16.TabIndex = 26;
			this.label16.Text = "好评数";
			this.label16.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// txtAddr
			// 
			this.txtAddr.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
			this.txtAddr.Location = new System.Drawing.Point(88, 168);
			this.txtAddr.Name = "txtAddr";
			this.txtAddr.Size = new System.Drawing.Size(328, 21);
			this.txtAddr.TabIndex = 24;
			this.txtAddr.Text = "";
			// 
			// label17
			// 
			this.label17.Font = new System.Drawing.Font("宋体", 9F);
			this.label17.Location = new System.Drawing.Point(16, 168);
			this.label17.Name = "label17";

⌨️ 快捷键说明

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