namespace OAM { partial class frmWorkBillView { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmWorkBillView)); this.lblCaption = new System.Windows.Forms.Label(); this.cmdHasten = new System.Windows.Forms.Button(); this.label12 = new System.Windows.Forms.Label(); this.lblHasten = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); this.txtContext = new System.Windows.Forms.TextBox(); this.label32 = new System.Windows.Forms.Label(); this.txtOperator = new System.Windows.Forms.TextBox(); this.label322 = new System.Windows.Forms.Label(); this.txtROperator = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.txtRoperator2 = new System.Windows.Forms.TextBox(); this.label30 = new System.Windows.Forms.Label(); this.button2 = new System.Windows.Forms.Button(); this.cmdSelectEmps2 = new System.Windows.Forms.Button(); this.txtRtransmitMan = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.txttransmitMan = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.dtpFDate = new System.Windows.Forms.DateTimePicker(); this.cmbHEvaluateStatus = new System.Windows.Forms.ComboBox(); this.label34 = new System.Windows.Forms.Label(); this.comboBox1 = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.cmbHLevel = new System.Windows.Forms.ComboBox(); this.label3 = new System.Windows.Forms.Label(); this.DtpHCommDate = new System.Windows.Forms.DateTimePicker(); this.label14 = new System.Windows.Forms.Label(); this.txtHBillNo = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.txtHRemark = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.splitContainer2 = new System.Windows.Forms.SplitContainer(); this.txtDesc = new System.Windows.Forms.TextBox(); this.splitContainer3 = new System.Windows.Forms.SplitContainer(); this.grdFJ = new System.Windows.Forms.DataGridView(); this.cmdDel = new System.Windows.Forms.Button(); this.cmdAdd = new System.Windows.Forms.Button(); this.splitContainer4 = new System.Windows.Forms.SplitContainer(); this.grdMain = new System.Windows.Forms.DataGridView(); this.txtContext_New = new System.Windows.Forms.TextBox(); this.cmdCancel = new System.Windows.Forms.Button(); this.cmdSend = new System.Windows.Forms.Button(); this.button4 = new System.Windows.Forms.Button(); this.button3 = new System.Windows.Forms.Button(); this.button1 = new System.Windows.Forms.Button(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); this.splitContainer2.Panel1.SuspendLayout(); this.splitContainer2.Panel2.SuspendLayout(); this.splitContainer2.SuspendLayout(); this.splitContainer3.Panel1.SuspendLayout(); this.splitContainer3.Panel2.SuspendLayout(); this.splitContainer3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.grdFJ)).BeginInit(); this.splitContainer4.Panel1.SuspendLayout(); this.splitContainer4.Panel2.SuspendLayout(); this.splitContainer4.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.grdMain)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); // // lblCaption // this.lblCaption.BackColor = System.Drawing.Color.Transparent; this.lblCaption.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblCaption.Location = new System.Drawing.Point(65, 9); this.lblCaption.Name = "lblCaption"; this.lblCaption.Size = new System.Drawing.Size(118, 24); this.lblCaption.TabIndex = 198; this.lblCaption.Text = "工作联系单"; // // cmdHasten // this.cmdHasten.Location = new System.Drawing.Point(754, 40); this.cmdHasten.Name = "cmdHasten"; this.cmdHasten.Size = new System.Drawing.Size(42, 23); this.cmdHasten.TabIndex = 230; this.cmdHasten.Text = "催促"; this.cmdHasten.UseVisualStyleBackColor = true; this.cmdHasten.Click += new System.EventHandler(this.cmdHasten_Click); // // label12 // this.label12.AutoSize = true; this.label12.BackColor = System.Drawing.Color.Transparent; this.label12.ForeColor = System.Drawing.Color.Black; this.label12.Location = new System.Drawing.Point(715, 45); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(17, 12); this.label12.TabIndex = 229; this.label12.Text = "次"; // // lblHasten // this.lblHasten.AutoSize = true; this.lblHasten.BackColor = System.Drawing.Color.Transparent; this.lblHasten.ForeColor = System.Drawing.Color.Red; this.lblHasten.Location = new System.Drawing.Point(698, 45); this.lblHasten.Name = "lblHasten"; this.lblHasten.Size = new System.Drawing.Size(11, 12); this.lblHasten.TabIndex = 228; this.lblHasten.Text = "0"; // // label10 // this.label10.AutoSize = true; this.label10.BackColor = System.Drawing.Color.Transparent; this.label10.ForeColor = System.Drawing.Color.Black; this.label10.Location = new System.Drawing.Point(626, 45); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(65, 12); this.label10.TabIndex = 227; this.label10.Text = "催促次数:"; // // txtContext // this.txtContext.BackColor = System.Drawing.Color.Beige; this.txtContext.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.txtContext.Location = new System.Drawing.Point(102, 42); this.txtContext.Name = "txtContext"; this.txtContext.Size = new System.Drawing.Size(518, 21); this.txtContext.TabIndex = 226; // // label32 // this.label32.AutoSize = true; this.label32.BackColor = System.Drawing.Color.Transparent; this.label32.ForeColor = System.Drawing.Color.Black; this.label32.Location = new System.Drawing.Point(26, 42); this.label32.Name = "label32"; this.label32.Size = new System.Drawing.Size(53, 12); this.label32.TabIndex = 225; this.label32.Text = "主 题"; // // txtOperator // this.txtOperator.BackColor = System.Drawing.Color.Beige; this.txtOperator.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.txtOperator.Location = new System.Drawing.Point(102, 69); this.txtOperator.Name = "txtOperator"; this.txtOperator.Size = new System.Drawing.Size(95, 21); this.txtOperator.TabIndex = 234; this.txtOperator.Tag = "0"; // // label322 // this.label322.AutoSize = true; this.label322.BackColor = System.Drawing.Color.Transparent; this.label322.ForeColor = System.Drawing.Color.Black; this.label322.Location = new System.Drawing.Point(26, 69); this.label322.Name = "label322"; this.label322.Size = new System.Drawing.Size(53, 12); this.label322.TabIndex = 233; this.label322.Text = "发 送 人"; // // txtROperator // this.txtROperator.BackColor = System.Drawing.Color.Beige; this.txtROperator.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.txtROperator.Location = new System.Drawing.Point(262, 72); this.txtROperator.Name = "txtROperator"; this.txtROperator.Size = new System.Drawing.Size(95, 21); this.txtROperator.TabIndex = 232; this.txtROperator.Tag = "0"; // // label4 // this.label4.AutoSize = true; this.label4.BackColor = System.Drawing.Color.Transparent; this.label4.ForeColor = System.Drawing.Color.Black; this.label4.Location = new System.Drawing.Point(203, 72); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(53, 12); this.label4.TabIndex = 231; this.label4.Text = "接 收 人"; // // txtRoperator2 // this.txtRoperator2.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.txtRoperator2.Location = new System.Drawing.Point(437, 72); this.txtRoperator2.Name = "txtRoperator2"; this.txtRoperator2.Size = new System.Drawing.Size(183, 21); this.txtRoperator2.TabIndex = 236; // // label30 // this.label30.AutoSize = true; this.label30.BackColor = System.Drawing.Color.Transparent; this.label30.ForeColor = System.Drawing.Color.Black; this.label30.Location = new System.Drawing.Point(365, 72); this.label30.Name = "label30"; this.label30.Size = new System.Drawing.Size(53, 12); this.label30.TabIndex = 235; this.label30.Text = "抄 送"; // // button2 // this.button2.Location = new System.Drawing.Point(578, 99); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(42, 23); this.button2.TabIndex = 242; this.button2.Text = "转发"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // cmdSelectEmps2 // this.cmdSelectEmps2.Location = new System.Drawing.Point(524, 99); this.cmdSelectEmps2.Name = "cmdSelectEmps2"; this.cmdSelectEmps2.Size = new System.Drawing.Size(42, 23); this.cmdSelectEmps2.TabIndex = 241; this.cmdSelectEmps2.Text = "添加"; this.cmdSelectEmps2.UseVisualStyleBackColor = true; this.cmdSelectEmps2.Click += new System.EventHandler(this.cmdSelectEmps2_Click); // // txtRtransmitMan // this.txtRtransmitMan.BackColor = System.Drawing.Color.Beige; this.txtRtransmitMan.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.txtRtransmitMan.Location = new System.Drawing.Point(262, 99); this.txtRtransmitMan.Name = "txtRtransmitMan"; this.txtRtransmitMan.Size = new System.Drawing.Size(256, 21); this.txtRtransmitMan.TabIndex = 240; this.txtRtransmitMan.Tag = "0"; // // label7 // this.label7.AutoSize = true; this.label7.BackColor = System.Drawing.Color.Transparent; this.label7.ForeColor = System.Drawing.Color.Black; this.label7.Location = new System.Drawing.Point(203, 102); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(53, 12); this.label7.TabIndex = 239; this.label7.Text = "转 发 至"; // // txttransmitMan // this.txttransmitMan.BackColor = System.Drawing.Color.Beige; this.txttransmitMan.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.txttransmitMan.Location = new System.Drawing.Point(102, 99); this.txttransmitMan.Name = "txttransmitMan"; this.txttransmitMan.Size = new System.Drawing.Size(95, 21); this.txttransmitMan.TabIndex = 238; this.txttransmitMan.Tag = "0"; // // label6 // this.label6.AutoSize = true; this.label6.BackColor = System.Drawing.Color.Transparent; this.label6.ForeColor = System.Drawing.Color.Black; this.label6.Location = new System.Drawing.Point(26, 99); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(53, 12); this.label6.TabIndex = 237; this.label6.Text = "转 发 人"; // // label9 // this.label9.AutoSize = true; this.label9.BackColor = System.Drawing.Color.Transparent; this.label9.ForeColor = System.Drawing.Color.Black; this.label9.Location = new System.Drawing.Point(628, 72); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(53, 12); this.label9.TabIndex = 243; this.label9.Text = "发送日期"; // // dtpFDate // this.dtpFDate.Format = System.Windows.Forms.DateTimePickerFormat.Short; this.dtpFDate.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.dtpFDate.Location = new System.Drawing.Point(700, 72); this.dtpFDate.Name = "dtpFDate"; this.dtpFDate.Size = new System.Drawing.Size(96, 21); this.dtpFDate.TabIndex = 244; // // cmbHEvaluateStatus // this.cmbHEvaluateStatus.FormattingEnabled = true; this.cmbHEvaluateStatus.Items.AddRange(new object[] { "", "满意", "一般", "不满意"}); this.cmbHEvaluateStatus.Location = new System.Drawing.Point(700, 126); this.cmbHEvaluateStatus.Name = "cmbHEvaluateStatus"; this.cmbHEvaluateStatus.Size = new System.Drawing.Size(96, 20); this.cmbHEvaluateStatus.TabIndex = 246; // // label34 // this.label34.AutoSize = true; this.label34.BackColor = System.Drawing.Color.Transparent; this.label34.ForeColor = System.Drawing.Color.Black; this.label34.Location = new System.Drawing.Point(628, 132); this.label34.Name = "label34"; this.label34.Size = new System.Drawing.Size(53, 12); this.label34.TabIndex = 245; this.label34.Text = "效果评价"; // // comboBox1 // this.comboBox1.FormattingEnabled = true; this.comboBox1.Items.AddRange(new object[] { "8", "9", "10", "11", "12", "13", "14"}); this.comboBox1.Location = new System.Drawing.Point(700, 102); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(96, 20); this.comboBox1.TabIndex = 248; // // label1 // this.label1.AutoSize = true; this.label1.BackColor = System.Drawing.Color.Transparent; this.label1.ForeColor = System.Drawing.Color.Black; this.label1.Location = new System.Drawing.Point(628, 102); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(53, 12); this.label1.TabIndex = 247; this.label1.Text = "字 号:"; // // cmbHLevel // this.cmbHLevel.FormattingEnabled = true; this.cmbHLevel.Items.AddRange(new object[] { "普通", "紧急"}); this.cmbHLevel.Location = new System.Drawing.Point(540, 129); this.cmbHLevel.Name = "cmbHLevel"; this.cmbHLevel.Size = new System.Drawing.Size(80, 20); this.cmbHLevel.TabIndex = 250; // // label3 // this.label3.AutoSize = true; this.label3.BackColor = System.Drawing.Color.Transparent; this.label3.ForeColor = System.Drawing.Color.Black; this.label3.Location = new System.Drawing.Point(481, 129); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(53, 12); this.label3.TabIndex = 249; this.label3.Text = "性 质"; // // DtpHCommDate // this.DtpHCommDate.Format = System.Windows.Forms.DateTimePickerFormat.Short; this.DtpHCommDate.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.DtpHCommDate.Location = new System.Drawing.Point(347, 126); this.DtpHCommDate.Name = "DtpHCommDate"; this.DtpHCommDate.Size = new System.Drawing.Size(128, 21); this.DtpHCommDate.TabIndex = 254; // // label14 // this.label14.BackColor = System.Drawing.Color.Transparent; this.label14.ForeColor = System.Drawing.Color.Black; this.label14.Location = new System.Drawing.Point(262, 126); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(79, 23); this.label14.TabIndex = 253; this.label14.Text = "期望完成时间"; // // txtHBillNo // this.txtHBillNo.BackColor = System.Drawing.Color.Beige; this.txtHBillNo.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.txtHBillNo.Location = new System.Drawing.Point(102, 126); this.txtHBillNo.Name = "txtHBillNo"; this.txtHBillNo.Size = new System.Drawing.Size(154, 21); this.txtHBillNo.TabIndex = 252; // // label2 // this.label2.AutoSize = true; this.label2.BackColor = System.Drawing.Color.Transparent; this.label2.ForeColor = System.Drawing.Color.Black; this.label2.Location = new System.Drawing.Point(26, 126); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(53, 12); this.label2.TabIndex = 251; this.label2.Text = "单 据 号"; // // txtHRemark // this.txtHRemark.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.txtHRemark.Location = new System.Drawing.Point(102, 153); this.txtHRemark.Name = "txtHRemark"; this.txtHRemark.Size = new System.Drawing.Size(677, 21); this.txtHRemark.TabIndex = 256; // // label5 // this.label5.AutoSize = true; this.label5.BackColor = System.Drawing.Color.Transparent; this.label5.ForeColor = System.Drawing.Color.Black; this.label5.Location = new System.Drawing.Point(26, 155); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(53, 12); this.label5.TabIndex = 255; this.label5.Text = "备 注"; // // label8 // this.label8.AutoSize = true; this.label8.BackColor = System.Drawing.Color.Transparent; this.label8.ForeColor = System.Drawing.Color.Black; this.label8.Location = new System.Drawing.Point(26, 175); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(53, 12); this.label8.TabIndex = 258; this.label8.Text = "详细描述"; // // splitContainer1 // this.splitContainer1.Location = new System.Drawing.Point(29, 190); this.splitContainer1.Name = "splitContainer1"; this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.splitContainer2); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.splitContainer4); this.splitContainer1.Size = new System.Drawing.Size(767, 490); this.splitContainer1.SplitterDistance = 186; this.splitContainer1.TabIndex = 257; // // splitContainer2 // this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer2.Location = new System.Drawing.Point(0, 0); this.splitContainer2.Name = "splitContainer2"; // // splitContainer2.Panel1 // this.splitContainer2.Panel1.Controls.Add(this.txtDesc); // // splitContainer2.Panel2 // this.splitContainer2.Panel2.Controls.Add(this.splitContainer3); this.splitContainer2.Size = new System.Drawing.Size(767, 186); this.splitContainer2.SplitterDistance = 533; this.splitContainer2.TabIndex = 1; // // txtDesc // this.txtDesc.Dock = System.Windows.Forms.DockStyle.Fill; this.txtDesc.Location = new System.Drawing.Point(0, 0); this.txtDesc.Multiline = true; this.txtDesc.Name = "txtDesc"; this.txtDesc.Size = new System.Drawing.Size(533, 186); this.txtDesc.TabIndex = 0; // // splitContainer3 // this.splitContainer3.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer3.Location = new System.Drawing.Point(0, 0); this.splitContainer3.Name = "splitContainer3"; this.splitContainer3.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer3.Panel1 // this.splitContainer3.Panel1.Controls.Add(this.grdFJ); // // splitContainer3.Panel2 // this.splitContainer3.Panel2.BackColor = System.Drawing.Color.Lavender; this.splitContainer3.Panel2.Controls.Add(this.cmdDel); this.splitContainer3.Panel2.Controls.Add(this.cmdAdd); this.splitContainer3.Size = new System.Drawing.Size(230, 186); this.splitContainer3.SplitterDistance = 157; this.splitContainer3.TabIndex = 47; // // grdFJ // this.grdFJ.AllowUserToAddRows = false; this.grdFJ.AllowUserToDeleteRows = false; this.grdFJ.BackgroundColor = System.Drawing.Color.WhiteSmoke; this.grdFJ.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.grdFJ.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.grdFJ.Dock = System.Windows.Forms.DockStyle.Fill; this.grdFJ.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.grdFJ.Location = new System.Drawing.Point(0, 0); this.grdFJ.Name = "grdFJ"; this.grdFJ.ReadOnly = true; this.grdFJ.RowHeadersWidth = 30; this.grdFJ.RowTemplate.Height = 23; this.grdFJ.Size = new System.Drawing.Size(230, 157); this.grdFJ.TabIndex = 46; this.grdFJ.DoubleClick += new System.EventHandler(this.grdFJ_DoubleClick); // // cmdDel // this.cmdDel.Location = new System.Drawing.Point(185, 1); this.cmdDel.Name = "cmdDel"; this.cmdDel.Size = new System.Drawing.Size(42, 23); this.cmdDel.TabIndex = 215; this.cmdDel.Text = "删除"; this.cmdDel.UseVisualStyleBackColor = true; this.cmdDel.Click += new System.EventHandler(this.cmdDel_Click); // // cmdAdd // this.cmdAdd.Location = new System.Drawing.Point(8, 1); this.cmdAdd.Name = "cmdAdd"; this.cmdAdd.Size = new System.Drawing.Size(42, 23); this.cmdAdd.TabIndex = 214; this.cmdAdd.Text = "添加"; this.cmdAdd.UseVisualStyleBackColor = true; this.cmdAdd.Click += new System.EventHandler(this.cmdAdd_Click); // // splitContainer4 // this.splitContainer4.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer4.Location = new System.Drawing.Point(0, 0); this.splitContainer4.Name = "splitContainer4"; this.splitContainer4.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer4.Panel1 // this.splitContainer4.Panel1.Controls.Add(this.grdMain); // // splitContainer4.Panel2 // this.splitContainer4.Panel2.Controls.Add(this.txtContext_New); this.splitContainer4.Size = new System.Drawing.Size(767, 300); this.splitContainer4.SplitterDistance = 221; this.splitContainer4.TabIndex = 46; this.splitContainer4.SplitterMoved += new System.Windows.Forms.SplitterEventHandler(this.splitContainer4_SplitterMoved); // // grdMain // this.grdMain.AllowUserToAddRows = false; this.grdMain.AllowUserToDeleteRows = false; this.grdMain.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.DisplayedCellsExceptHeaders; this.grdMain.BackgroundColor = System.Drawing.Color.WhiteSmoke; this.grdMain.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.grdMain.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.grdMain.Dock = System.Windows.Forms.DockStyle.Fill; this.grdMain.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.grdMain.Location = new System.Drawing.Point(0, 0); this.grdMain.Name = "grdMain"; this.grdMain.ReadOnly = true; this.grdMain.RowHeadersWidth = 30; dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.grdMain.RowsDefaultCellStyle = dataGridViewCellStyle1; this.grdMain.RowTemplate.Height = 23; this.grdMain.Size = new System.Drawing.Size(767, 221); this.grdMain.TabIndex = 45; this.grdMain.Scroll += new System.Windows.Forms.ScrollEventHandler(this.grdMain_Scroll); this.grdMain.DoubleClick += new System.EventHandler(this.grdMain_DoubleClick); // // txtContext_New // this.txtContext_New.Dock = System.Windows.Forms.DockStyle.Fill; this.txtContext_New.Location = new System.Drawing.Point(0, 0); this.txtContext_New.Multiline = true; this.txtContext_New.Name = "txtContext_New"; this.txtContext_New.Size = new System.Drawing.Size(767, 75); this.txtContext_New.TabIndex = 1; // // cmdCancel // this.cmdCancel.Location = new System.Drawing.Point(721, 682); this.cmdCancel.Name = "cmdCancel"; this.cmdCancel.Size = new System.Drawing.Size(75, 23); this.cmdCancel.TabIndex = 263; this.cmdCancel.Text = "取 消"; this.cmdCancel.UseVisualStyleBackColor = true; this.cmdCancel.Click += new System.EventHandler(this.cmdCancel_Click); // // cmdSend // this.cmdSend.Location = new System.Drawing.Point(640, 682); this.cmdSend.Name = "cmdSend"; this.cmdSend.Size = new System.Drawing.Size(75, 23); this.cmdSend.TabIndex = 262; this.cmdSend.Text = "提交回复"; this.cmdSend.UseVisualStyleBackColor = true; this.cmdSend.Click += new System.EventHandler(this.cmdSend_Click); // // button4 // this.button4.Location = new System.Drawing.Point(515, 680); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(75, 23); this.button4.TabIndex = 261; this.button4.Text = "我要验证"; this.button4.UseVisualStyleBackColor = true; this.button4.Click += new System.EventHandler(this.button4_Click); // // button3 // this.button3.Location = new System.Drawing.Point(439, 680); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(75, 23); this.button3.TabIndex = 260; this.button3.Text = "我要结案"; this.button3.UseVisualStyleBackColor = true; this.button3.Click += new System.EventHandler(this.button3_Click); // // button1 // this.button1.Location = new System.Drawing.Point(32, 680); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(42, 23); this.button1.TabIndex = 259; this.button1.Text = "删除"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // timer1 // this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // pictureBox1 // this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); this.pictureBox1.Location = new System.Drawing.Point(28, 4); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(31, 31); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox1.TabIndex = 264; this.pictureBox1.TabStop = false; // // frmWorkBillView // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage"))); this.ClientSize = new System.Drawing.Size(815, 707); this.Controls.Add(this.pictureBox1); this.Controls.Add(this.cmdCancel); this.Controls.Add(this.cmdSend); this.Controls.Add(this.button4); this.Controls.Add(this.button3); this.Controls.Add(this.button1); this.Controls.Add(this.splitContainer1); this.Controls.Add(this.label8); this.Controls.Add(this.txtHRemark); this.Controls.Add(this.label5); this.Controls.Add(this.DtpHCommDate); this.Controls.Add(this.label14); this.Controls.Add(this.txtHBillNo); this.Controls.Add(this.label2); this.Controls.Add(this.cmbHLevel); this.Controls.Add(this.label3); this.Controls.Add(this.comboBox1); this.Controls.Add(this.label1); this.Controls.Add(this.cmbHEvaluateStatus); this.Controls.Add(this.label34); this.Controls.Add(this.label9); this.Controls.Add(this.dtpFDate); this.Controls.Add(this.button2); this.Controls.Add(this.cmdSelectEmps2); this.Controls.Add(this.txtRtransmitMan); this.Controls.Add(this.label7); this.Controls.Add(this.txttransmitMan); this.Controls.Add(this.label6); this.Controls.Add(this.txtRoperator2); this.Controls.Add(this.label30); this.Controls.Add(this.txtOperator); this.Controls.Add(this.label322); this.Controls.Add(this.txtROperator); this.Controls.Add(this.label4); this.Controls.Add(this.cmdHasten); this.Controls.Add(this.label12); this.Controls.Add(this.lblHasten); this.Controls.Add(this.label10); this.Controls.Add(this.txtContext); this.Controls.Add(this.label32); this.Controls.Add(this.lblCaption); this.Name = "frmWorkBillView"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "工作联系单"; this.Load += new System.EventHandler(this.frmWorkBillView_Load); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); this.splitContainer1.ResumeLayout(false); this.splitContainer2.Panel1.ResumeLayout(false); this.splitContainer2.Panel1.PerformLayout(); this.splitContainer2.Panel2.ResumeLayout(false); this.splitContainer2.ResumeLayout(false); this.splitContainer3.Panel1.ResumeLayout(false); this.splitContainer3.Panel2.ResumeLayout(false); this.splitContainer3.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.grdFJ)).EndInit(); this.splitContainer4.Panel1.ResumeLayout(false); this.splitContainer4.Panel2.ResumeLayout(false); this.splitContainer4.Panel2.PerformLayout(); this.splitContainer4.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.grdMain)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label lblCaption; private System.Windows.Forms.Button cmdHasten; private System.Windows.Forms.Label label12; private System.Windows.Forms.Label lblHasten; private System.Windows.Forms.Label label10; private System.Windows.Forms.TextBox txtContext; private System.Windows.Forms.Label label32; private System.Windows.Forms.TextBox txtOperator; private System.Windows.Forms.Label label322; private System.Windows.Forms.TextBox txtROperator; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox txtRoperator2; private System.Windows.Forms.Label label30; private System.Windows.Forms.Button button2; private System.Windows.Forms.Button cmdSelectEmps2; private System.Windows.Forms.TextBox txtRtransmitMan; private System.Windows.Forms.Label label7; private System.Windows.Forms.TextBox txttransmitMan; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label9; private System.Windows.Forms.DateTimePicker dtpFDate; private System.Windows.Forms.ComboBox cmbHEvaluateStatus; private System.Windows.Forms.Label label34; private System.Windows.Forms.ComboBox comboBox1; private System.Windows.Forms.Label label1; private System.Windows.Forms.ComboBox cmbHLevel; private System.Windows.Forms.Label label3; private System.Windows.Forms.DateTimePicker DtpHCommDate; private System.Windows.Forms.Label label14; private System.Windows.Forms.TextBox txtHBillNo; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox txtHRemark; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label8; private System.Windows.Forms.SplitContainer splitContainer1; private System.Windows.Forms.SplitContainer splitContainer2; private System.Windows.Forms.TextBox txtDesc; private System.Windows.Forms.SplitContainer splitContainer3; private System.Windows.Forms.DataGridView grdFJ; private System.Windows.Forms.Button cmdDel; private System.Windows.Forms.Button cmdAdd; private System.Windows.Forms.SplitContainer splitContainer4; private System.Windows.Forms.DataGridView grdMain; private System.Windows.Forms.TextBox txtContext_New; private System.Windows.Forms.Button cmdCancel; private System.Windows.Forms.Button cmdSend; private System.Windows.Forms.Button button4; private System.Windows.Forms.Button button3; private System.Windows.Forms.Button button1; private System.Windows.Forms.Timer timer1; private System.Windows.Forms.PictureBox pictureBox1; } }