namespace OAM
{
partial class frmFK
{
///
/// 必需的设计器变量。
///
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(frmFK));
this.txtHContext = new System.Windows.Forms.TextBox();
this.label32 = new System.Windows.Forms.Label();
this.txtHPlanNo = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.txtHItemModel = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.txtHItemNumber = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.dtpHDate = new System.Windows.Forms.DateTimePicker();
this.txtHReceiveMan = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.cmdHReceiveMan = new System.Windows.Forms.Button();
this.txtHErrTypeID = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.cmdHErrTypeID = new System.Windows.Forms.Button();
this.cmdHCopyMan = new System.Windows.Forms.Button();
this.txtHCopyMan = new System.Windows.Forms.TextBox();
this.label30 = new System.Windows.Forms.Label();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.txtDesc = new System.Windows.Forms.TextBox();
this.grdMain = new System.Windows.Forms.DataGridView();
this.label6 = new System.Windows.Forms.Label();
this.rdbGG = new System.Windows.Forms.RadioButton();
this.rdbGR = new System.Windows.Forms.RadioButton();
this.cmdAdd = new System.Windows.Forms.Button();
this.cmdDel = new System.Windows.Forms.Button();
this.cmdSend = new System.Windows.Forms.Button();
this.cmdCancel = new System.Windows.Forms.Button();
this.lblCaption = new System.Windows.Forms.Label();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.grdMain)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// txtHContext
//
this.txtHContext.BackColor = System.Drawing.Color.Beige;
this.txtHContext.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.txtHContext.Location = new System.Drawing.Point(100, 53);
this.txtHContext.Name = "txtHContext";
this.txtHContext.Size = new System.Drawing.Size(697, 21);
this.txtHContext.TabIndex = 130;
//
// label32
//
this.label32.AutoSize = true;
this.label32.ForeColor = System.Drawing.Color.Black;
this.label32.Location = new System.Drawing.Point(28, 53);
this.label32.Name = "label32";
this.label32.Size = new System.Drawing.Size(53, 12);
this.label32.TabIndex = 129;
this.label32.Text = "主 题";
//
// txtHPlanNo
//
this.txtHPlanNo.BackColor = System.Drawing.Color.Beige;
this.txtHPlanNo.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.txtHPlanNo.Location = new System.Drawing.Point(100, 80);
this.txtHPlanNo.Name = "txtHPlanNo";
this.txtHPlanNo.Size = new System.Drawing.Size(172, 21);
this.txtHPlanNo.TabIndex = 172;
//
// label2
//
this.label2.AutoSize = true;
this.label2.ForeColor = System.Drawing.Color.Black;
this.label2.Location = new System.Drawing.Point(28, 83);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 171;
this.label2.Text = "计 划 号";
//
// txtHItemModel
//
this.txtHItemModel.BackColor = System.Drawing.Color.Beige;
this.txtHItemModel.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.txtHItemModel.Location = new System.Drawing.Point(363, 80);
this.txtHItemModel.Name = "txtHItemModel";
this.txtHItemModel.Size = new System.Drawing.Size(172, 21);
this.txtHItemModel.TabIndex = 174;
//
// label1
//
this.label1.AutoSize = true;
this.label1.ForeColor = System.Drawing.Color.Black;
this.label1.Location = new System.Drawing.Point(302, 83);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 12);
this.label1.TabIndex = 173;
this.label1.Text = "规格型号";
//
// txtHItemNumber
//
this.txtHItemNumber.BackColor = System.Drawing.Color.Beige;
this.txtHItemNumber.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.txtHItemNumber.Location = new System.Drawing.Point(625, 80);
this.txtHItemNumber.Name = "txtHItemNumber";
this.txtHItemNumber.Size = new System.Drawing.Size(172, 21);
this.txtHItemNumber.TabIndex = 176;
//
// label3
//
this.label3.AutoSize = true;
this.label3.ForeColor = System.Drawing.Color.Black;
this.label3.Location = new System.Drawing.Point(564, 83);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(53, 12);
this.label3.TabIndex = 175;
this.label3.Text = "数 量";
//
// label9
//
this.label9.AutoSize = true;
this.label9.ForeColor = System.Drawing.Color.Black;
this.label9.Location = new System.Drawing.Point(28, 107);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(53, 12);
this.label9.TabIndex = 177;
this.label9.Text = "日 期";
//
// dtpHDate
//
this.dtpHDate.Format = System.Windows.Forms.DateTimePickerFormat.Short;
this.dtpHDate.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.dtpHDate.Location = new System.Drawing.Point(100, 107);
this.dtpHDate.Name = "dtpHDate";
this.dtpHDate.Size = new System.Drawing.Size(172, 21);
this.dtpHDate.TabIndex = 178;
//
// txtHReceiveMan
//
this.txtHReceiveMan.BackColor = System.Drawing.Color.Beige;
this.txtHReceiveMan.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.txtHReceiveMan.Location = new System.Drawing.Point(363, 110);
this.txtHReceiveMan.Name = "txtHReceiveMan";
this.txtHReceiveMan.Size = new System.Drawing.Size(152, 21);
this.txtHReceiveMan.TabIndex = 180;
this.txtHReceiveMan.Tag = "0";
this.txtHReceiveMan.TextChanged += new System.EventHandler(this.txtHReceiveMan_TextChanged);
//
// label4
//
this.label4.AutoSize = true;
this.label4.ForeColor = System.Drawing.Color.Black;
this.label4.Location = new System.Drawing.Point(302, 110);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(53, 12);
this.label4.TabIndex = 179;
this.label4.Text = "接 收 人";
//
// cmdHReceiveMan
//
this.cmdHReceiveMan.BackColor = System.Drawing.Color.Transparent;
this.cmdHReceiveMan.Image = ((System.Drawing.Image)(resources.GetObject("cmdHReceiveMan.Image")));
this.cmdHReceiveMan.ImageAlign = System.Drawing.ContentAlignment.TopRight;
this.cmdHReceiveMan.Location = new System.Drawing.Point(516, 110);
this.cmdHReceiveMan.Name = "cmdHReceiveMan";
this.cmdHReceiveMan.Size = new System.Drawing.Size(22, 22);
this.cmdHReceiveMan.TabIndex = 181;
this.cmdHReceiveMan.UseVisualStyleBackColor = false;
this.cmdHReceiveMan.Click += new System.EventHandler(this.cmdHReceiveMan_Click);
//
// txtHErrTypeID
//
this.txtHErrTypeID.BackColor = System.Drawing.Color.Beige;
this.txtHErrTypeID.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.txtHErrTypeID.Location = new System.Drawing.Point(625, 110);
this.txtHErrTypeID.Name = "txtHErrTypeID";
this.txtHErrTypeID.Size = new System.Drawing.Size(152, 21);
this.txtHErrTypeID.TabIndex = 183;
this.txtHErrTypeID.Tag = "0";
this.txtHErrTypeID.TextChanged += new System.EventHandler(this.txtHErrTypeID_TextChanged);
//
// label5
//
this.label5.AutoSize = true;
this.label5.ForeColor = System.Drawing.Color.Black;
this.label5.Location = new System.Drawing.Point(564, 114);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(53, 12);
this.label5.TabIndex = 182;
this.label5.Text = "异常类型";
//
// cmdHErrTypeID
//
this.cmdHErrTypeID.BackColor = System.Drawing.Color.Transparent;
this.cmdHErrTypeID.Image = ((System.Drawing.Image)(resources.GetObject("cmdHErrTypeID.Image")));
this.cmdHErrTypeID.ImageAlign = System.Drawing.ContentAlignment.TopRight;
this.cmdHErrTypeID.Location = new System.Drawing.Point(778, 108);
this.cmdHErrTypeID.Name = "cmdHErrTypeID";
this.cmdHErrTypeID.Size = new System.Drawing.Size(22, 22);
this.cmdHErrTypeID.TabIndex = 184;
this.cmdHErrTypeID.UseVisualStyleBackColor = false;
this.cmdHErrTypeID.Click += new System.EventHandler(this.cmdHErrTypeID_Click);
//
// cmdHCopyMan
//
this.cmdHCopyMan.BackColor = System.Drawing.Color.Transparent;
this.cmdHCopyMan.Image = ((System.Drawing.Image)(resources.GetObject("cmdHCopyMan.Image")));
this.cmdHCopyMan.ImageAlign = System.Drawing.ContentAlignment.TopRight;
this.cmdHCopyMan.Location = new System.Drawing.Point(775, 135);
this.cmdHCopyMan.Name = "cmdHCopyMan";
this.cmdHCopyMan.Size = new System.Drawing.Size(22, 22);
this.cmdHCopyMan.TabIndex = 187;
this.cmdHCopyMan.UseVisualStyleBackColor = false;
this.cmdHCopyMan.Click += new System.EventHandler(this.cmdHCopyMan_Click);
//
// txtHCopyMan
//
this.txtHCopyMan.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.txtHCopyMan.Location = new System.Drawing.Point(100, 136);
this.txtHCopyMan.Name = "txtHCopyMan";
this.txtHCopyMan.Size = new System.Drawing.Size(677, 21);
this.txtHCopyMan.TabIndex = 186;
this.txtHCopyMan.TextChanged += new System.EventHandler(this.txtHCopyMan_TextChanged);
//
// label30
//
this.label30.AutoSize = true;
this.label30.ForeColor = System.Drawing.Color.Black;
this.label30.Location = new System.Drawing.Point(28, 136);
this.label30.Name = "label30";
this.label30.Size = new System.Drawing.Size(53, 12);
this.label30.TabIndex = 185;
this.label30.Text = "抄 送";
//
// splitContainer1
//
this.splitContainer1.Location = new System.Drawing.Point(33, 191);
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.grdMain);
this.splitContainer1.Size = new System.Drawing.Size(767, 365);
this.splitContainer1.SplitterDistance = 230;
this.splitContainer1.TabIndex = 188;
//
// 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;
//
// 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, 131);
this.grdMain.TabIndex = 45;
//
// label6
//
this.label6.AutoSize = true;
this.label6.ForeColor = System.Drawing.Color.Black;
this.label6.Location = new System.Drawing.Point(28, 171);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(53, 12);
this.label6.TabIndex = 189;
this.label6.Text = "详细描述";
//
// rdbGG
//
this.rdbGG.AutoSize = true;
this.rdbGG.Checked = true;
this.rdbGG.Location = new System.Drawing.Point(579, 169);
this.rdbGG.Name = "rdbGG";
this.rdbGG.Size = new System.Drawing.Size(47, 16);
this.rdbGG.TabIndex = 190;
this.rdbGG.TabStop = true;
this.rdbGG.Text = "公共";
this.rdbGG.UseVisualStyleBackColor = true;
//
// rdbGR
//
this.rdbGR.AutoSize = true;
this.rdbGR.Location = new System.Drawing.Point(632, 169);
this.rdbGR.Name = "rdbGR";
this.rdbGR.Size = new System.Drawing.Size(47, 16);
this.rdbGR.TabIndex = 191;
this.rdbGR.TabStop = true;
this.rdbGR.Text = "个人";
this.rdbGR.UseVisualStyleBackColor = true;
//
// cmdAdd
//
this.cmdAdd.Location = new System.Drawing.Point(37, 562);
this.cmdAdd.Name = "cmdAdd";
this.cmdAdd.Size = new System.Drawing.Size(70, 23);
this.cmdAdd.TabIndex = 192;
this.cmdAdd.Text = "添 加";
this.cmdAdd.UseVisualStyleBackColor = true;
this.cmdAdd.Click += new System.EventHandler(this.cmdAdd_Click);
//
// cmdDel
//
this.cmdDel.Location = new System.Drawing.Point(138, 562);
this.cmdDel.Name = "cmdDel";
this.cmdDel.Size = new System.Drawing.Size(70, 23);
this.cmdDel.TabIndex = 193;
this.cmdDel.Text = "删 除";
this.cmdDel.UseVisualStyleBackColor = true;
this.cmdDel.Click += new System.EventHandler(this.cmdDel_Click);
//
// cmdSend
//
this.cmdSend.Location = new System.Drawing.Point(632, 562);
this.cmdSend.Name = "cmdSend";
this.cmdSend.Size = new System.Drawing.Size(70, 23);
this.cmdSend.TabIndex = 194;
this.cmdSend.Text = "新 建";
this.cmdSend.UseVisualStyleBackColor = true;
this.cmdSend.Click += new System.EventHandler(this.cmdSend_Click);
//
// cmdCancel
//
this.cmdCancel.Location = new System.Drawing.Point(734, 562);
this.cmdCancel.Name = "cmdCancel";
this.cmdCancel.Size = new System.Drawing.Size(70, 23);
this.cmdCancel.TabIndex = 195;
this.cmdCancel.Text = "取 消";
this.cmdCancel.UseVisualStyleBackColor = true;
this.cmdCancel.Click += new System.EventHandler(this.cmdCancel_Click);
//
// 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(370, 9);
this.lblCaption.Name = "lblCaption";
this.lblCaption.Size = new System.Drawing.Size(168, 24);
this.lblCaption.TabIndex = 196;
this.lblCaption.Text = "异常反馈信息";
//
// pictureBox1
//
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
this.pictureBox1.Location = new System.Drawing.Point(30, 6);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(41, 41);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox1.TabIndex = 197;
this.pictureBox1.TabStop = false;
//
// frmFK
//
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(821, 589);
this.Controls.Add(this.pictureBox1);
this.Controls.Add(this.lblCaption);
this.Controls.Add(this.cmdCancel);
this.Controls.Add(this.cmdSend);
this.Controls.Add(this.cmdDel);
this.Controls.Add(this.cmdAdd);
this.Controls.Add(this.rdbGR);
this.Controls.Add(this.rdbGG);
this.Controls.Add(this.label6);
this.Controls.Add(this.splitContainer1);
this.Controls.Add(this.cmdHCopyMan);
this.Controls.Add(this.txtHCopyMan);
this.Controls.Add(this.label30);
this.Controls.Add(this.txtHErrTypeID);
this.Controls.Add(this.label5);
this.Controls.Add(this.cmdHErrTypeID);
this.Controls.Add(this.label9);
this.Controls.Add(this.dtpHDate);
this.Controls.Add(this.txtHReceiveMan);
this.Controls.Add(this.label4);
this.Controls.Add(this.cmdHReceiveMan);
this.Controls.Add(this.txtHItemNumber);
this.Controls.Add(this.label3);
this.Controls.Add(this.txtHItemModel);
this.Controls.Add(this.label1);
this.Controls.Add(this.txtHPlanNo);
this.Controls.Add(this.label2);
this.Controls.Add(this.txtHContext);
this.Controls.Add(this.label32);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "frmFK";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "反馈信息";
this.Load += new System.EventHandler(this.frmFK_Load);
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel1.PerformLayout();
this.splitContainer1.Panel2.ResumeLayout(false);
this.splitContainer1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.grdMain)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox txtHContext;
private System.Windows.Forms.Label label32;
private System.Windows.Forms.TextBox txtHPlanNo;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txtHItemModel;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txtHItemNumber;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.DateTimePicker dtpHDate;
private System.Windows.Forms.TextBox txtHReceiveMan;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Button cmdHReceiveMan;
private System.Windows.Forms.TextBox txtHErrTypeID;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Button cmdHErrTypeID;
private System.Windows.Forms.Button cmdHCopyMan;
private System.Windows.Forms.TextBox txtHCopyMan;
private System.Windows.Forms.Label label30;
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.TextBox txtDesc;
private System.Windows.Forms.DataGridView grdMain;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.RadioButton rdbGG;
private System.Windows.Forms.RadioButton rdbGR;
private System.Windows.Forms.Button cmdAdd;
private System.Windows.Forms.Button cmdDel;
private System.Windows.Forms.Button cmdSend;
private System.Windows.Forms.Button cmdCancel;
private System.Windows.Forms.Label lblCaption;
private System.Windows.Forms.PictureBox pictureBox1;
}
}