namespace OAM
{
partial class frmWorkBill
{
///
/// 必需的设计器变量。
///
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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmWorkBill));
this.lblCaption = new System.Windows.Forms.Label();
this.rdbGR = new System.Windows.Forms.RadioButton();
this.rdbGG = new System.Windows.Forms.RadioButton();
this.txtContext = new System.Windows.Forms.TextBox();
this.label32 = new System.Windows.Forms.Label();
this.txtrOperator = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.cmdSelectEmps = new System.Windows.Forms.Button();
this.cmbHEvaluateStatus = new System.Windows.Forms.ComboBox();
this.label34 = new System.Windows.Forms.Label();
this.cmdSelectEmps2 = new System.Windows.Forms.Button();
this.txtRoperator2 = new System.Windows.Forms.TextBox();
this.label30 = new System.Windows.Forms.Label();
this.txtHBillNo = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.DtpHCommDate = new System.Windows.Forms.DateTimePicker();
this.label14 = new System.Windows.Forms.Label();
this.cmbHLevel = new System.Windows.Forms.ComboBox();
this.label3 = new System.Windows.Forms.Label();
this.txtHRemark = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.txtDesc = new System.Windows.Forms.TextBox();
this.splitContainer2 = new System.Windows.Forms.SplitContainer();
this.label6 = new System.Windows.Forms.Label();
this.grdMain = new System.Windows.Forms.DataGridView();
this.label5 = new System.Windows.Forms.Label();
this.cmdCancel = new System.Windows.Forms.Button();
this.cmdSend = new System.Windows.Forms.Button();
this.cmdDel = new System.Windows.Forms.Button();
this.cmdAdd = new System.Windows.Forms.Button();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.splitContainer2.Panel1.SuspendLayout();
this.splitContainer2.Panel2.SuspendLayout();
this.splitContainer2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.grdMain)).BeginInit();
this.SuspendLayout();
//
// lblCaption
//
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(363, 18);
this.lblCaption.Name = "lblCaption";
this.lblCaption.Size = new System.Drawing.Size(118, 24);
this.lblCaption.TabIndex = 197;
this.lblCaption.Text = "工作联系单";
//
// rdbGR
//
this.rdbGR.AutoSize = true;
this.rdbGR.Location = new System.Drawing.Point(677, 49);
this.rdbGR.Name = "rdbGR";
this.rdbGR.Size = new System.Drawing.Size(47, 16);
this.rdbGR.TabIndex = 199;
this.rdbGR.TabStop = true;
this.rdbGR.Text = "个人";
this.rdbGR.UseVisualStyleBackColor = true;
//
// rdbGG
//
this.rdbGG.AutoSize = true;
this.rdbGG.Checked = true;
this.rdbGG.Location = new System.Drawing.Point(624, 49);
this.rdbGG.Name = "rdbGG";
this.rdbGG.Size = new System.Drawing.Size(47, 16);
this.rdbGG.TabIndex = 198;
this.rdbGG.TabStop = true;
this.rdbGG.Text = "公共";
this.rdbGG.UseVisualStyleBackColor = true;
//
// txtContext
//
this.txtContext.BackColor = System.Drawing.Color.Beige;
this.txtContext.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.txtContext.Location = new System.Drawing.Point(121, 71);
this.txtContext.Name = "txtContext";
this.txtContext.Size = new System.Drawing.Size(697, 21);
this.txtContext.TabIndex = 201;
//
// label32
//
this.label32.AutoSize = true;
this.label32.ForeColor = System.Drawing.Color.Black;
this.label32.Location = new System.Drawing.Point(49, 71);
this.label32.Name = "label32";
this.label32.Size = new System.Drawing.Size(53, 12);
this.label32.TabIndex = 200;
this.label32.Text = "主 题";
//
// txtrOperator
//
this.txtrOperator.BackColor = System.Drawing.Color.Beige;
this.txtrOperator.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.txtrOperator.Location = new System.Drawing.Point(121, 98);
this.txtrOperator.Name = "txtrOperator";
this.txtrOperator.Size = new System.Drawing.Size(152, 21);
this.txtrOperator.TabIndex = 203;
this.txtrOperator.Tag = "0";
//
// label4
//
this.label4.AutoSize = true;
this.label4.ForeColor = System.Drawing.Color.Black;
this.label4.Location = new System.Drawing.Point(49, 98);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(53, 12);
this.label4.TabIndex = 202;
this.label4.Text = "接 收 人";
//
// cmdSelectEmps
//
this.cmdSelectEmps.BackColor = System.Drawing.Color.Transparent;
this.cmdSelectEmps.Image = ((System.Drawing.Image)(resources.GetObject("cmdSelectEmps.Image")));
this.cmdSelectEmps.ImageAlign = System.Drawing.ContentAlignment.TopRight;
this.cmdSelectEmps.Location = new System.Drawing.Point(274, 98);
this.cmdSelectEmps.Name = "cmdSelectEmps";
this.cmdSelectEmps.Size = new System.Drawing.Size(22, 22);
this.cmdSelectEmps.TabIndex = 204;
this.cmdSelectEmps.UseVisualStyleBackColor = false;
this.cmdSelectEmps.Click += new System.EventHandler(this.cmdSelectEmps_Click);
//
// cmbHEvaluateStatus
//
this.cmbHEvaluateStatus.Enabled = false;
this.cmbHEvaluateStatus.FormattingEnabled = true;
this.cmbHEvaluateStatus.Items.AddRange(new object[] {
"不满意",
"满意",
"一般"});
this.cmbHEvaluateStatus.Location = new System.Drawing.Point(395, 98);
this.cmbHEvaluateStatus.Name = "cmbHEvaluateStatus";
this.cmbHEvaluateStatus.Size = new System.Drawing.Size(160, 20);
this.cmbHEvaluateStatus.TabIndex = 206;
//
// label34
//
this.label34.AutoSize = true;
this.label34.ForeColor = System.Drawing.Color.Black;
this.label34.Location = new System.Drawing.Point(310, 98);
this.label34.Name = "label34";
this.label34.Size = new System.Drawing.Size(53, 12);
this.label34.TabIndex = 205;
this.label34.Text = "效果评价";
//
// cmdSelectEmps2
//
this.cmdSelectEmps2.BackColor = System.Drawing.Color.Transparent;
this.cmdSelectEmps2.Image = ((System.Drawing.Image)(resources.GetObject("cmdSelectEmps2.Image")));
this.cmdSelectEmps2.ImageAlign = System.Drawing.ContentAlignment.TopRight;
this.cmdSelectEmps2.Location = new System.Drawing.Point(796, 128);
this.cmdSelectEmps2.Name = "cmdSelectEmps2";
this.cmdSelectEmps2.Size = new System.Drawing.Size(22, 22);
this.cmdSelectEmps2.TabIndex = 212;
this.cmdSelectEmps2.UseVisualStyleBackColor = false;
this.cmdSelectEmps2.Click += new System.EventHandler(this.cmdSelectEmps2_Click);
//
// txtRoperator2
//
this.txtRoperator2.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.txtRoperator2.Location = new System.Drawing.Point(121, 129);
this.txtRoperator2.Name = "txtRoperator2";
this.txtRoperator2.Size = new System.Drawing.Size(677, 21);
this.txtRoperator2.TabIndex = 211;
//
// label30
//
this.label30.AutoSize = true;
this.label30.ForeColor = System.Drawing.Color.Black;
this.label30.Location = new System.Drawing.Point(49, 129);
this.label30.Name = "label30";
this.label30.Size = new System.Drawing.Size(53, 12);
this.label30.TabIndex = 210;
this.label30.Text = "抄 送";
//
// txtHBillNo
//
this.txtHBillNo.BackColor = System.Drawing.Color.Beige;
this.txtHBillNo.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.txtHBillNo.Location = new System.Drawing.Point(121, 160);
this.txtHBillNo.Name = "txtHBillNo";
this.txtHBillNo.Size = new System.Drawing.Size(175, 21);
this.txtHBillNo.TabIndex = 214;
//
// label2
//
this.label2.AutoSize = true;
this.label2.ForeColor = System.Drawing.Color.Black;
this.label2.Location = new System.Drawing.Point(49, 160);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 213;
this.label2.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(395, 160);
this.DtpHCommDate.Name = "DtpHCommDate";
this.DtpHCommDate.Size = new System.Drawing.Size(160, 21);
this.DtpHCommDate.TabIndex = 216;
//
// label14
//
this.label14.ForeColor = System.Drawing.Color.Black;
this.label14.Location = new System.Drawing.Point(310, 160);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(79, 23);
this.label14.TabIndex = 215;
this.label14.Text = "期望完成时间";
//
// cmbHLevel
//
this.cmbHLevel.FormattingEnabled = true;
this.cmbHLevel.Items.AddRange(new object[] {
"普通",
"紧急"});
this.cmbHLevel.Location = new System.Drawing.Point(658, 98);
this.cmbHLevel.Name = "cmbHLevel";
this.cmbHLevel.Size = new System.Drawing.Size(160, 20);
this.cmbHLevel.TabIndex = 218;
//
// label3
//
this.label3.AutoSize = true;
this.label3.ForeColor = System.Drawing.Color.Black;
this.label3.Location = new System.Drawing.Point(593, 98);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(53, 12);
this.label3.TabIndex = 217;
this.label3.Text = "性 质";
//
// txtHRemark
//
this.txtHRemark.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.txtHRemark.Location = new System.Drawing.Point(121, 191);
this.txtHRemark.Name = "txtHRemark";
this.txtHRemark.Size = new System.Drawing.Size(677, 21);
this.txtHRemark.TabIndex = 220;
//
// label1
//
this.label1.AutoSize = true;
this.label1.ForeColor = System.Drawing.Color.Black;
this.label1.Location = new System.Drawing.Point(49, 191);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 12);
this.label1.TabIndex = 219;
this.label1.Text = "备 注";
//
// splitContainer1
//
this.splitContainer1.Location = new System.Drawing.Point(51, 247);
this.splitContainer1.Name = "splitContainer1";
this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.txtDesc);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
this.splitContainer1.Size = new System.Drawing.Size(767, 365);
this.splitContainer1.SplitterDistance = 230;
this.splitContainer1.TabIndex = 221;
//
// 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(767, 230);
this.txtDesc.TabIndex = 0;
//
// splitContainer2
//
this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer2.Location = new System.Drawing.Point(0, 0);
this.splitContainer2.Name = "splitContainer2";
this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitContainer2.Panel1
//
this.splitContainer2.Panel1.Controls.Add(this.label6);
//
// splitContainer2.Panel2
//
this.splitContainer2.Panel2.Controls.Add(this.grdMain);
this.splitContainer2.Size = new System.Drawing.Size(767, 131);
this.splitContainer2.SplitterDistance = 28;
this.splitContainer2.TabIndex = 46;
//
// label6
//
this.label6.AutoSize = true;
this.label6.ForeColor = System.Drawing.Color.Black;
this.label6.Location = new System.Drawing.Point(12, 8);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(41, 12);
this.label6.TabIndex = 223;
this.label6.Text = "字数:";
//
// grdMain
//
this.grdMain.AllowUserToAddRows = false;
this.grdMain.AllowUserToDeleteRows = false;
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;
this.grdMain.RowTemplate.Height = 23;
this.grdMain.Size = new System.Drawing.Size(767, 99);
this.grdMain.TabIndex = 45;
//
// label5
//
this.label5.AutoSize = true;
this.label5.ForeColor = System.Drawing.Color.Black;
this.label5.Location = new System.Drawing.Point(49, 221);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(53, 12);
this.label5.TabIndex = 222;
this.label5.Text = "联络事宜";
//
// cmdCancel
//
this.cmdCancel.Location = new System.Drawing.Point(749, 618);
this.cmdCancel.Name = "cmdCancel";
this.cmdCancel.Size = new System.Drawing.Size(70, 23);
this.cmdCancel.TabIndex = 226;
this.cmdCancel.Text = "取 消";
this.cmdCancel.UseVisualStyleBackColor = true;
this.cmdCancel.Click += new System.EventHandler(this.cmdCancel_Click);
//
// cmdSend
//
this.cmdSend.Location = new System.Drawing.Point(647, 618);
this.cmdSend.Name = "cmdSend";
this.cmdSend.Size = new System.Drawing.Size(70, 23);
this.cmdSend.TabIndex = 225;
this.cmdSend.Text = "发 送";
this.cmdSend.UseVisualStyleBackColor = true;
this.cmdSend.Click += new System.EventHandler(this.cmdSend_Click);
//
// cmdDel
//
this.cmdDel.Location = new System.Drawing.Point(153, 618);
this.cmdDel.Name = "cmdDel";
this.cmdDel.Size = new System.Drawing.Size(70, 23);
this.cmdDel.TabIndex = 224;
this.cmdDel.Text = "删 除";
this.cmdDel.UseVisualStyleBackColor = true;
this.cmdDel.Click += new System.EventHandler(this.cmdDel_Click);
//
// cmdAdd
//
this.cmdAdd.Location = new System.Drawing.Point(52, 618);
this.cmdAdd.Name = "cmdAdd";
this.cmdAdd.Size = new System.Drawing.Size(70, 23);
this.cmdAdd.TabIndex = 223;
this.cmdAdd.Text = "添 加";
this.cmdAdd.UseVisualStyleBackColor = true;
this.cmdAdd.Click += new System.EventHandler(this.cmdAdd_Click);
//
// frmWorkBill
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.Lavender;
this.ClientSize = new System.Drawing.Size(865, 692);
this.Controls.Add(this.cmdCancel);
this.Controls.Add(this.cmdSend);
this.Controls.Add(this.cmdDel);
this.Controls.Add(this.cmdAdd);
this.Controls.Add(this.label5);
this.Controls.Add(this.splitContainer1);
this.Controls.Add(this.txtHRemark);
this.Controls.Add(this.label1);
this.Controls.Add(this.cmbHLevel);
this.Controls.Add(this.label3);
this.Controls.Add(this.DtpHCommDate);
this.Controls.Add(this.label14);
this.Controls.Add(this.txtHBillNo);
this.Controls.Add(this.label2);
this.Controls.Add(this.cmdSelectEmps2);
this.Controls.Add(this.txtRoperator2);
this.Controls.Add(this.label30);
this.Controls.Add(this.cmbHEvaluateStatus);
this.Controls.Add(this.label34);
this.Controls.Add(this.txtrOperator);
this.Controls.Add(this.label4);
this.Controls.Add(this.cmdSelectEmps);
this.Controls.Add(this.txtContext);
this.Controls.Add(this.label32);
this.Controls.Add(this.rdbGR);
this.Controls.Add(this.rdbGG);
this.Controls.Add(this.lblCaption);
this.Name = "frmWorkBill";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "工作联系单";
this.Load += new System.EventHandler(this.frmWorkBill_Load);
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel1.PerformLayout();
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);
((System.ComponentModel.ISupportInitialize)(this.grdMain)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label lblCaption;
private System.Windows.Forms.RadioButton rdbGR;
private System.Windows.Forms.RadioButton rdbGG;
private System.Windows.Forms.TextBox txtContext;
private System.Windows.Forms.Label label32;
private System.Windows.Forms.TextBox txtrOperator;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Button cmdSelectEmps;
private System.Windows.Forms.ComboBox cmbHEvaluateStatus;
private System.Windows.Forms.Label label34;
private System.Windows.Forms.Button cmdSelectEmps2;
private System.Windows.Forms.TextBox txtRoperator2;
private System.Windows.Forms.Label label30;
private System.Windows.Forms.TextBox txtHBillNo;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.DateTimePicker DtpHCommDate;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.ComboBox cmbHLevel;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txtHRemark;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.TextBox txtDesc;
private System.Windows.Forms.SplitContainer splitContainer2;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.DataGridView grdMain;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Button cmdCancel;
private System.Windows.Forms.Button cmdSend;
private System.Windows.Forms.Button cmdDel;
private System.Windows.Forms.Button cmdAdd;
}
}