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

📄 frmaccept.cs

📁 车载GPS?今天这个就是最好的工具
💻 CS
📖 第 1 页 / 共 3 页
字号:
			this.txtTime.TabIndex = 8;
			this.txtTime.Text = "";
			// 
			// lblTime
			// 
			this.lblTime.Location = new System.Drawing.Point(440, 40);
			this.lblTime.Name = "lblTime";
			this.lblTime.Size = new System.Drawing.Size(72, 23);
			this.lblTime.TabIndex = 7;
			this.lblTime.Text = "接警时间:";
			this.lblTime.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// txtDate
			// 
			this.txtDate.Enabled = false;
			this.txtDate.Location = new System.Drawing.Point(336, 32);
			this.txtDate.Name = "txtDate";
			this.txtDate.Size = new System.Drawing.Size(104, 21);
			this.txtDate.TabIndex = 6;
			this.txtDate.Text = "";
			// 
			// lblDate
			// 
			this.lblDate.Location = new System.Drawing.Point(264, 40);
			this.lblDate.Name = "lblDate";
			this.lblDate.Size = new System.Drawing.Size(72, 23);
			this.lblDate.TabIndex = 5;
			this.lblDate.Text = "接警日期:";
			this.lblDate.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// txtNo
			// 
			this.txtNo.Enabled = false;
			this.txtNo.Location = new System.Drawing.Point(112, 32);
			this.txtNo.Name = "txtNo";
			this.txtNo.Size = new System.Drawing.Size(152, 21);
			this.txtNo.TabIndex = 4;
			this.txtNo.Text = "";
			// 
			// lblNO
			// 
			this.lblNO.Location = new System.Drawing.Point(32, 40);
			this.lblNO.Name = "lblNO";
			this.lblNO.Size = new System.Drawing.Size(80, 23);
			this.lblNO.TabIndex = 3;
			this.lblNO.Text = "接警单编号:";
			this.lblNO.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// lblCaption
			// 
			this.lblCaption.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.lblCaption.ForeColor = System.Drawing.SystemColors.Desktop;
			this.lblCaption.Location = new System.Drawing.Point(264, 8);
			this.lblCaption.Name = "lblCaption";
			this.lblCaption.Size = new System.Drawing.Size(192, 24);
			this.lblCaption.TabIndex = 2;
			this.lblCaption.Text = "输配分公司急抢修接警单";
			this.lblCaption.TextAlign = System.Drawing.ContentAlignment.TopCenter;
			// 
			// groupBox2
			// 
			this.groupBox2.BackColor = System.Drawing.Color.Gainsboro;
			this.groupBox2.Controls.Add(this.cboArea1);
			this.groupBox2.Controls.Add(this.lblArea1);
			this.groupBox2.Controls.Add(this.txtDescribe);
			this.groupBox2.Controls.Add(this.lblDescribe);
			this.groupBox2.Controls.Add(this.txtAddress);
			this.groupBox2.Controls.Add(this.lblAddress);
			this.groupBox2.Controls.Add(this.rdoNTime);
			this.groupBox2.Controls.Add(this.rdoYTime);
			this.groupBox2.Controls.Add(this.lblIsTime);
			this.groupBox2.Controls.Add(this.cboArea);
			this.groupBox2.Controls.Add(this.lblArea);
			this.groupBox2.Controls.Add(this.cboVerdict);
			this.groupBox2.Controls.Add(this.lblVerdict);
			this.groupBox2.Controls.Add(this.cboSpot);
			this.groupBox2.Controls.Add(this.lblSpot);
			this.groupBox2.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.groupBox2.ForeColor = System.Drawing.SystemColors.Desktop;
			this.groupBox2.Location = new System.Drawing.Point(0, 208);
			this.groupBox2.Name = "groupBox2";
			this.groupBox2.Size = new System.Drawing.Size(744, 144);
			this.groupBox2.TabIndex = 1;
			this.groupBox2.TabStop = false;
			this.groupBox2.Text = "事故地点信息采集";
			// 
			// txtDescribe
			// 
			this.txtDescribe.Enabled = false;
			this.txtDescribe.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.txtDescribe.Location = new System.Drawing.Point(488, 72);
			this.txtDescribe.Multiline = true;
			this.txtDescribe.Name = "txtDescribe";
			this.txtDescribe.Size = new System.Drawing.Size(232, 56);
			this.txtDescribe.TabIndex = 23;
			this.txtDescribe.Text = "";
			// 
			// lblDescribe
			// 
			this.lblDescribe.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.lblDescribe.ForeColor = System.Drawing.SystemColors.ControlText;
			this.lblDescribe.Location = new System.Drawing.Point(392, 80);
			this.lblDescribe.Name = "lblDescribe";
			this.lblDescribe.Size = new System.Drawing.Size(96, 23);
			this.lblDescribe.TabIndex = 22;
			this.lblDescribe.Text = "报警事故描述:";
			this.lblDescribe.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// txtAddress
			// 
			this.txtAddress.Enabled = false;
			this.txtAddress.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.txtAddress.Location = new System.Drawing.Point(112, 80);
			this.txtAddress.Multiline = true;
			this.txtAddress.Name = "txtAddress";
			this.txtAddress.Size = new System.Drawing.Size(264, 56);
			this.txtAddress.TabIndex = 21;
			this.txtAddress.Text = "";
			// 
			// lblAddress
			// 
			this.lblAddress.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.lblAddress.ForeColor = System.Drawing.SystemColors.ControlText;
			this.lblAddress.Location = new System.Drawing.Point(-8, 88);
			this.lblAddress.Name = "lblAddress";
			this.lblAddress.Size = new System.Drawing.Size(120, 24);
			this.lblAddress.TabIndex = 20;
			this.lblAddress.Text = "事故发生详细地址:";
			this.lblAddress.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// rdoNTime
			// 
			this.rdoNTime.Enabled = false;
			this.rdoNTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.rdoNTime.ForeColor = System.Drawing.SystemColors.ControlText;
			this.rdoNTime.Location = new System.Drawing.Point(640, 48);
			this.rdoNTime.Name = "rdoNTime";
			this.rdoNTime.Size = new System.Drawing.Size(80, 24);
			this.rdoNTime.TabIndex = 19;
			this.rdoNTime.Text = "非常时间";
			// 
			// rdoYTime
			// 
			this.rdoYTime.Checked = true;
			this.rdoYTime.Enabled = false;
			this.rdoYTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.rdoYTime.ForeColor = System.Drawing.SystemColors.ControlText;
			this.rdoYTime.Location = new System.Drawing.Point(536, 48);
			this.rdoYTime.Name = "rdoYTime";
			this.rdoYTime.TabIndex = 18;
			this.rdoYTime.TabStop = true;
			this.rdoYTime.Text = "正常时间";
			// 
			// lblIsTime
			// 
			this.lblIsTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.lblIsTime.ForeColor = System.Drawing.SystemColors.ControlText;
			this.lblIsTime.Location = new System.Drawing.Point(432, 56);
			this.lblIsTime.Name = "lblIsTime";
			this.lblIsTime.Size = new System.Drawing.Size(104, 16);
			this.lblIsTime.TabIndex = 17;
			this.lblIsTime.Text = "重要时间段判断:";
			// 
			// cboArea
			// 
			this.cboArea.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.cboArea.Enabled = false;
			this.cboArea.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.cboArea.Location = new System.Drawing.Point(112, 48);
			this.cboArea.Name = "cboArea";
			this.cboArea.Size = new System.Drawing.Size(96, 20);
			this.cboArea.TabIndex = 13;
			// 
			// lblArea
			// 
			this.lblArea.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.lblArea.ForeColor = System.Drawing.SystemColors.ControlText;
			this.lblArea.Location = new System.Drawing.Point(8, 56);
			this.lblArea.Name = "lblArea";
			this.lblArea.Size = new System.Drawing.Size(104, 23);
			this.lblArea.TabIndex = 12;
			this.lblArea.Text = "事故区域属地1:";
			this.lblArea.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// cboVerdict
			// 
			this.cboVerdict.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.cboVerdict.Enabled = false;
			this.cboVerdict.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.cboVerdict.Location = new System.Drawing.Point(536, 16);
			this.cboVerdict.Name = "cboVerdict";
			this.cboVerdict.Size = new System.Drawing.Size(184, 20);
			this.cboVerdict.TabIndex = 11;
			// 
			// lblVerdict
			// 
			this.lblVerdict.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.lblVerdict.ForeColor = System.Drawing.SystemColors.ControlText;
			this.lblVerdict.Location = new System.Drawing.Point(408, 24);
			this.lblVerdict.Name = "lblVerdict";
			this.lblVerdict.Size = new System.Drawing.Size(120, 23);
			this.lblVerdict.TabIndex = 10;
			this.lblVerdict.Text = "事故区域程度判断:";
			this.lblVerdict.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// cboSpot
			// 
			this.cboSpot.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.cboSpot.Enabled = false;
			this.cboSpot.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.cboSpot.Location = new System.Drawing.Point(112, 16);
			this.cboSpot.Name = "cboSpot";
			this.cboSpot.Size = new System.Drawing.Size(184, 20);
			this.cboSpot.TabIndex = 9;
			// 
			// lblSpot
			// 
			this.lblSpot.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.lblSpot.ForeColor = System.Drawing.SystemColors.ControlText;
			this.lblSpot.Location = new System.Drawing.Point(16, 24);
			this.lblSpot.Name = "lblSpot";
			this.lblSpot.Size = new System.Drawing.Size(96, 23);
			this.lblSpot.TabIndex = 8;
			this.lblSpot.Text = "事故发生区域:";
			this.lblSpot.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// groupBox1
			// 
			this.groupBox1.BackColor = System.Drawing.Color.Gainsboro;
			this.groupBox1.Controls.Add(this.rdoOther);
			this.groupBox1.Controls.Add(this.rdoEmpX);
			this.groupBox1.Controls.Add(this.rdoMan);
			this.groupBox1.Controls.Add(this.rdoEmpS);
			this.groupBox1.Controls.Add(this.label2);
			this.groupBox1.Controls.Add(this.txtCom);
			this.groupBox1.Controls.Add(this.lblCom);
			this.groupBox1.Controls.Add(this.txtPhone);
			this.groupBox1.Controls.Add(this.label1);
			this.groupBox1.Controls.Add(this.txtEmp);
			this.groupBox1.Controls.Add(this.lblEmp);
			this.groupBox1.Controls.Add(this.cboContent);
			this.groupBox1.Controls.Add(this.lblContent);
			this.groupBox1.Controls.Add(this.cboSource);
			this.groupBox1.Controls.Add(this.lblSource);
			this.groupBox1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.groupBox1.ForeColor = System.Drawing.SystemColors.Desktop;
			this.groupBox1.Location = new System.Drawing.Point(0, 64);
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.Size = new System.Drawing.Size(744, 152);
			this.groupBox1.TabIndex = 0;
			this.groupBox1.TabStop = false;
			this.groupBox1.Text = "基本信息来源";
			// 
			// rdoOther
			// 
			this.rdoOther.Enabled = false;
			this.rdoOther.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.rdoOther.ForeColor = System.Drawing.SystemColors.ControlText;
			this.rdoOther.Location = new System.Drawing.Point(440, 112);
			this.rdoOther.Name = "rdoOther";
			this.rdoOther.Size = new System.Drawing.Size(80, 24);
			this.rdoOther.TabIndex = 22;
			this.rdoOther.Text = "其它";
			// 
			// rdoEmpX
			// 
			this.rdoEmpX.Enabled = false;
			this.rdoEmpX.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.rdoEmpX.ForeColor = System.Drawing.SystemColors.ControlText;
			this.rdoEmpX.Location = new System.Drawing.Point(240, 112);
			this.rdoEmpX.Name = "rdoEmpX";
			this.rdoEmpX.Size = new System.Drawing.Size(128, 24);
			this.rdoEmpX.TabIndex = 21;
			this.rdoEmpX.Text = "燃气集团销售公司";
			// 

⌨️ 快捷键说明

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