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

📄 workbillspnform.cs

📁 c#编写的汽车销售公司erp进销存系统
💻 CS
📖 第 1 页 / 共 3 页
字号:
			this.label5.Text = "客户地址";
			// 
			// tbTelNo
			// 
			this.tbTelNo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
			this.tbTelNo.Location = new System.Drawing.Point(88, 24);
			this.tbTelNo.Name = "tbTelNo";
			this.tbTelNo.ReadOnly = true;
			this.tbTelNo.Size = new System.Drawing.Size(120, 21);
			this.tbTelNo.TabIndex = 43;
			this.tbTelNo.Text = "";
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(16, 24);
			this.label1.Name = "label1";
			this.label1.TabIndex = 42;
			this.label1.Text = "来电号码";
			// 
			// cmbCustmType
			// 
			this.cmbCustmType.Enabled = false;
			this.cmbCustmType.Location = new System.Drawing.Point(296, 48);
			this.cmbCustmType.Name = "cmbCustmType";
			this.cmbCustmType.Size = new System.Drawing.Size(121, 20);
			this.cmbCustmType.TabIndex = 41;
			// 
			// label3
			// 
			this.label3.Location = new System.Drawing.Point(16, 48);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(72, 23);
			this.label3.TabIndex = 25;
			this.label3.Text = "客户姓名";
			// 
			// tbCName
			// 
			this.tbCName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
			this.tbCName.Location = new System.Drawing.Point(88, 48);
			this.tbCName.Name = "tbCName";
			this.tbCName.ReadOnly = true;
			this.tbCName.Size = new System.Drawing.Size(120, 21);
			this.tbCName.TabIndex = 26;
			this.tbCName.Text = "";
			// 
			// label4
			// 
			this.label4.Location = new System.Drawing.Point(224, 72);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(72, 23);
			this.label4.TabIndex = 27;
			this.label4.Text = "客户性别";
			// 
			// cmbCSex
			// 
			this.cmbCSex.Enabled = false;
			this.cmbCSex.ItemHeight = 12;
			this.cmbCSex.Items.AddRange(new object[] {
														 "男",
														 "女"});
			this.cmbCSex.Location = new System.Drawing.Point(296, 72);
			this.cmbCSex.Name = "cmbCSex";
			this.cmbCSex.Size = new System.Drawing.Size(120, 20);
			this.cmbCSex.TabIndex = 28;
			// 
			// label6
			// 
			this.label6.Location = new System.Drawing.Point(16, 72);
			this.label6.Name = "label6";
			this.label6.Size = new System.Drawing.Size(72, 23);
			this.label6.TabIndex = 31;
			this.label6.Text = "联系方式";
			// 
			// tbCcontact
			// 
			this.tbCcontact.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
			this.tbCcontact.Location = new System.Drawing.Point(88, 72);
			this.tbCcontact.Name = "tbCcontact";
			this.tbCcontact.ReadOnly = true;
			this.tbCcontact.Size = new System.Drawing.Size(120, 21);
			this.tbCcontact.TabIndex = 32;
			this.tbCcontact.Text = "";
			// 
			// label9
			// 
			this.label9.Location = new System.Drawing.Point(224, 48);
			this.label9.Name = "label9";
			this.label9.Size = new System.Drawing.Size(72, 23);
			this.label9.TabIndex = 36;
			this.label9.Text = "客户类别";
			// 
			// groupBox3
			// 
			this.groupBox3.Controls.Add(this.combWBGrade);
			this.groupBox3.Controls.Add(this.tbCComment);
			this.groupBox3.Controls.Add(this.label13);
			this.groupBox3.Controls.Add(this.label12);
			this.groupBox3.Location = new System.Drawing.Point(0, 240);
			this.groupBox3.Name = "groupBox3";
			this.groupBox3.Size = new System.Drawing.Size(448, 104);
			this.groupBox3.TabIndex = 0;
			this.groupBox3.TabStop = false;
			this.groupBox3.Text = "工单回访记录";
			// 
			// combWBGrade
			// 
			this.combWBGrade.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.combWBGrade.Location = new System.Drawing.Point(96, 24);
			this.combWBGrade.Name = "combWBGrade";
			this.combWBGrade.Size = new System.Drawing.Size(121, 20);
			this.combWBGrade.TabIndex = 3;
			// 
			// tbCComment
			// 
			this.tbCComment.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
			this.tbCComment.Location = new System.Drawing.Point(96, 56);
			this.tbCComment.Multiline = true;
			this.tbCComment.Name = "tbCComment";
			this.tbCComment.Size = new System.Drawing.Size(328, 40);
			this.tbCComment.TabIndex = 2;
			this.tbCComment.Text = "";
			// 
			// label13
			// 
			this.label13.Location = new System.Drawing.Point(24, 24);
			this.label13.Name = "label13";
			this.label13.TabIndex = 1;
			this.label13.Text = "满 意 度";
			// 
			// label12
			// 
			this.label12.Location = new System.Drawing.Point(24, 64);
			this.label12.Name = "label12";
			this.label12.TabIndex = 0;
			this.label12.Text = "用户评议";
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(24, 160);
			this.label2.Name = "label2";
			this.label2.TabIndex = 2;
			this.label2.Text = "工单状态";
			// 
			// groupBox2
			// 
			this.groupBox2.Controls.Add(this.cmbSPGrade);
			this.groupBox2.Controls.Add(this.tbSPComment);
			this.groupBox2.Controls.Add(this.label16);
			this.groupBox2.Controls.Add(this.tbSPDate);
			this.groupBox2.Controls.Add(this.label14);
			this.groupBox2.Controls.Add(this.tbSPContent);
			this.groupBox2.Controls.Add(this.label11);
			this.groupBox2.Controls.Add(this.tbSPName);
			this.groupBox2.Controls.Add(this.label10);
			this.groupBox2.Controls.Add(this.label8);
			this.groupBox2.Location = new System.Drawing.Point(8, 16);
			this.groupBox2.Name = "groupBox2";
			this.groupBox2.Size = new System.Drawing.Size(424, 232);
			this.groupBox2.TabIndex = 1;
			this.groupBox2.TabStop = false;
			this.groupBox2.Text = "服务商服务记录";
			// 
			// cmbSPGrade
			// 
			this.cmbSPGrade.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.cmbSPGrade.Location = new System.Drawing.Point(88, 72);
			this.cmbSPGrade.Name = "cmbSPGrade";
			this.cmbSPGrade.Size = new System.Drawing.Size(121, 20);
			this.cmbSPGrade.TabIndex = 8;
			// 
			// tbSPComment
			// 
			this.tbSPComment.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
			this.tbSPComment.Location = new System.Drawing.Point(88, 168);
			this.tbSPComment.Multiline = true;
			this.tbSPComment.Name = "tbSPComment";
			this.tbSPComment.Size = new System.Drawing.Size(320, 40);
			this.tbSPComment.TabIndex = 10;
			this.tbSPComment.Text = "";
			// 
			// label16
			// 
			this.label16.Location = new System.Drawing.Point(16, 168);
			this.label16.Name = "label16";
			this.label16.TabIndex = 9;
			this.label16.Text = "用户评议  ";
			// 
			// tbSPDate
			// 
			this.tbSPDate.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
			this.tbSPDate.Location = new System.Drawing.Point(288, 70);
			this.tbSPDate.Name = "tbSPDate";
			this.tbSPDate.ReadOnly = true;
			this.tbSPDate.Size = new System.Drawing.Size(120, 21);
			this.tbSPDate.TabIndex = 6;
			this.tbSPDate.Text = "";
			// 
			// label14
			// 
			this.label14.Location = new System.Drawing.Point(226, 72);
			this.label14.Name = "label14";
			this.label14.Size = new System.Drawing.Size(72, 23);
			this.label14.TabIndex = 5;
			this.label14.Text = "服务时间";
			// 
			// tbSPContent
			// 
			this.tbSPContent.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
			this.tbSPContent.Location = new System.Drawing.Point(88, 112);
			this.tbSPContent.Multiline = true;
			this.tbSPContent.Name = "tbSPContent";
			this.tbSPContent.Size = new System.Drawing.Size(320, 40);
			this.tbSPContent.TabIndex = 3;
			this.tbSPContent.Text = "";
			// 
			// label11
			// 
			this.label11.Location = new System.Drawing.Point(16, 120);
			this.label11.Name = "label11";
			this.label11.Size = new System.Drawing.Size(80, 20);
			this.label11.TabIndex = 2;
			this.label11.Text = "服务内容  ";
			// 
			// tbSPName
			// 
			this.tbSPName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
			this.tbSPName.Location = new System.Drawing.Point(88, 32);
			this.tbSPName.Name = "tbSPName";
			this.tbSPName.ReadOnly = true;
			this.tbSPName.Size = new System.Drawing.Size(320, 21);
			this.tbSPName.TabIndex = 1;
			this.tbSPName.Text = "";
			// 
			// label10
			// 
			this.label10.Location = new System.Drawing.Point(16, 32);
			this.label10.Name = "label10";
			this.label10.Size = new System.Drawing.Size(80, 23);
			this.label10.TabIndex = 0;
			this.label10.Text = "服务商名称";
			// 
			// label8
			// 
			this.label8.Location = new System.Drawing.Point(16, 72);
			this.label8.Name = "label8";
			this.label8.Size = new System.Drawing.Size(112, 23);
			this.label8.TabIndex = 7;
			this.label8.Text = "服务满意度";
			// 
			// panel2
			// 
			this.panel2.Controls.Add(this.groupBox2);
			this.panel2.Controls.Add(this.btnClose);
			this.panel2.Controls.Add(this.button1);
			this.panel2.Location = new System.Drawing.Point(448, 0);
			this.panel2.Name = "panel2";
			this.panel2.Size = new System.Drawing.Size(432, 344);
			this.panel2.TabIndex = 1;
			// 
			// btnClose
			// 
			this.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			this.btnClose.Location = new System.Drawing.Point(272, 312);
			this.btnClose.Name = "btnClose";
			this.btnClose.Size = new System.Drawing.Size(75, 24);
			this.btnClose.TabIndex = 5;
			this.btnClose.Text = "关闭";
			this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
			// 
			// button1
			// 
			this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			this.button1.Location = new System.Drawing.Point(136, 312);
			this.button1.Name = "button1";
			this.button1.Size = new System.Drawing.Size(75, 24);
			this.button1.TabIndex = 2;
			this.button1.Text = "保存";
			this.button1.Click += new System.EventHandler(this.button1_Click);
			// 
			// WorkBillSPNForm
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
			this.AutoScroll = true;
			this.ClientSize = new System.Drawing.Size(888, 354);
			this.Controls.Add(this.panel2);
			this.Controls.Add(this.panel1);
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "WorkBillSPNForm";
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "工单维护";
			this.panel1.ResumeLayout(false);
			this.groupBox1.ResumeLayout(false);
			this.groupBox3.ResumeLayout(false);
			this.groupBox2.ResumeLayout(false);
			this.panel2.ResumeLayout(false);
			this.ResumeLayout(false);

		}
		#endregion

		#region method

		#region 添加控件
		
		private void CreateLabelControl(string labelName,Point point,Panel panel){
			Label tempLb = new Label();
			tempLb.Text =labelName;
			tempLb.Location=point;

⌨️ 快捷键说明

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