namespace OAM
|
{
|
partial class frmFKView
|
{
|
/// <summary>
|
/// 必需的设计器变量。
|
/// </summary>
|
private System.ComponentModel.IContainer components = null;
|
|
/// <summary>
|
/// 清理所有正在使用的资源。
|
/// </summary>
|
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
protected override void Dispose(bool disposing)
|
{
|
if (disposing && (components != null))
|
{
|
components.Dispose();
|
}
|
base.Dispose(disposing);
|
}
|
|
#region Windows 窗体设计器生成的代码
|
|
/// <summary>
|
/// 设计器支持所需的方法 - 不要
|
/// 使用代码编辑器修改此方法的内容。
|
/// </summary>
|
private void InitializeComponent()
|
{
|
this.components = new System.ComponentModel.Container();
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmFKView));
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
this.txtHCopyMan = new System.Windows.Forms.TextBox();
|
this.label30 = new System.Windows.Forms.Label();
|
this.txtHErrTypeID = new System.Windows.Forms.TextBox();
|
this.label5 = new System.Windows.Forms.Label();
|
this.cmdHErrTypeID = new System.Windows.Forms.Button();
|
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.txtHItemNumber = new System.Windows.Forms.TextBox();
|
this.label3 = new System.Windows.Forms.Label();
|
this.txtHItemModel = new System.Windows.Forms.TextBox();
|
this.label1 = new System.Windows.Forms.Label();
|
this.txtHPlanNo = new System.Windows.Forms.TextBox();
|
this.label2 = new System.Windows.Forms.Label();
|
this.txtHContext = new System.Windows.Forms.TextBox();
|
this.label32 = new System.Windows.Forms.Label();
|
this.txtOperator = new System.Windows.Forms.TextBox();
|
this.label122 = new System.Windows.Forms.Label();
|
this.txttransmitMan = new System.Windows.Forms.TextBox();
|
this.label6 = new System.Windows.Forms.Label();
|
this.txtRtransmitMan = new System.Windows.Forms.TextBox();
|
this.label7 = new System.Windows.Forms.Label();
|
this.cmdSelectEmps2 = new System.Windows.Forms.Button();
|
this.button2 = new System.Windows.Forms.Button();
|
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.label8 = new System.Windows.Forms.Label();
|
this.button1 = new System.Windows.Forms.Button();
|
this.button3 = new System.Windows.Forms.Button();
|
this.button4 = new System.Windows.Forms.Button();
|
this.cmdSend = new System.Windows.Forms.Button();
|
this.cmdCancel = new System.Windows.Forms.Button();
|
this.label10 = new System.Windows.Forms.Label();
|
this.lblHasten = new System.Windows.Forms.Label();
|
this.label12 = new System.Windows.Forms.Label();
|
this.cmdHasten = new System.Windows.Forms.Button();
|
this.timer1 = new System.Windows.Forms.Timer(this.components);
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
this.lblCaption = new System.Windows.Forms.Label();
|
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();
|
//
|
// txtHCopyMan
|
//
|
this.txtHCopyMan.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
this.txtHCopyMan.Location = new System.Drawing.Point(91, 130);
|
this.txtHCopyMan.Name = "txtHCopyMan";
|
this.txtHCopyMan.Size = new System.Drawing.Size(438, 21);
|
this.txtHCopyMan.TabIndex = 205;
|
//
|
// 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(19, 130);
|
this.label30.Name = "label30";
|
this.label30.Size = new System.Drawing.Size(53, 12);
|
this.label30.TabIndex = 204;
|
this.label30.Text = "抄 送";
|
//
|
// txtHErrTypeID
|
//
|
this.txtHErrTypeID.BackColor = System.Drawing.Color.Beige;
|
this.txtHErrTypeID.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
this.txtHErrTypeID.Location = new System.Drawing.Point(616, 130);
|
this.txtHErrTypeID.Name = "txtHErrTypeID";
|
this.txtHErrTypeID.Size = new System.Drawing.Size(171, 21);
|
this.txtHErrTypeID.TabIndex = 202;
|
this.txtHErrTypeID.Tag = "0";
|
//
|
// 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(555, 130);
|
this.label5.Name = "label5";
|
this.label5.Size = new System.Drawing.Size(53, 12);
|
this.label5.TabIndex = 201;
|
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(786, 129);
|
this.cmdHErrTypeID.Name = "cmdHErrTypeID";
|
this.cmdHErrTypeID.Size = new System.Drawing.Size(22, 22);
|
this.cmdHErrTypeID.TabIndex = 203;
|
this.cmdHErrTypeID.UseVisualStyleBackColor = false;
|
//
|
// 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(19, 101);
|
this.label9.Name = "label9";
|
this.label9.Size = new System.Drawing.Size(53, 12);
|
this.label9.TabIndex = 196;
|
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(91, 101);
|
this.dtpHDate.Name = "dtpHDate";
|
this.dtpHDate.Size = new System.Drawing.Size(172, 21);
|
this.dtpHDate.TabIndex = 197;
|
//
|
// txtHReceiveMan
|
//
|
this.txtHReceiveMan.BackColor = System.Drawing.Color.Beige;
|
this.txtHReceiveMan.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
this.txtHReceiveMan.Location = new System.Drawing.Point(616, 104);
|
this.txtHReceiveMan.Name = "txtHReceiveMan";
|
this.txtHReceiveMan.Size = new System.Drawing.Size(171, 21);
|
this.txtHReceiveMan.TabIndex = 199;
|
this.txtHReceiveMan.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(555, 104);
|
this.label4.Name = "label4";
|
this.label4.Size = new System.Drawing.Size(53, 12);
|
this.label4.TabIndex = 198;
|
this.label4.Text = "接 收 人";
|
//
|
// txtHItemNumber
|
//
|
this.txtHItemNumber.BackColor = System.Drawing.Color.Beige;
|
this.txtHItemNumber.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
this.txtHItemNumber.Location = new System.Drawing.Point(616, 74);
|
this.txtHItemNumber.Name = "txtHItemNumber";
|
this.txtHItemNumber.Size = new System.Drawing.Size(172, 21);
|
this.txtHItemNumber.TabIndex = 195;
|
//
|
// 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(555, 77);
|
this.label3.Name = "label3";
|
this.label3.Size = new System.Drawing.Size(53, 12);
|
this.label3.TabIndex = 194;
|
this.label3.Text = "数 量";
|
//
|
// txtHItemModel
|
//
|
this.txtHItemModel.BackColor = System.Drawing.Color.Beige;
|
this.txtHItemModel.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
this.txtHItemModel.Location = new System.Drawing.Point(354, 74);
|
this.txtHItemModel.Name = "txtHItemModel";
|
this.txtHItemModel.Size = new System.Drawing.Size(172, 21);
|
this.txtHItemModel.TabIndex = 193;
|
//
|
// 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(293, 77);
|
this.label1.Name = "label1";
|
this.label1.Size = new System.Drawing.Size(53, 12);
|
this.label1.TabIndex = 192;
|
this.label1.Text = "规格型号";
|
//
|
// txtHPlanNo
|
//
|
this.txtHPlanNo.BackColor = System.Drawing.Color.Beige;
|
this.txtHPlanNo.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
this.txtHPlanNo.Location = new System.Drawing.Point(91, 74);
|
this.txtHPlanNo.Name = "txtHPlanNo";
|
this.txtHPlanNo.Size = new System.Drawing.Size(172, 21);
|
this.txtHPlanNo.TabIndex = 191;
|
//
|
// 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(19, 77);
|
this.label2.Name = "label2";
|
this.label2.Size = new System.Drawing.Size(53, 12);
|
this.label2.TabIndex = 190;
|
this.label2.Text = "计 划 号";
|
//
|
// txtHContext
|
//
|
this.txtHContext.BackColor = System.Drawing.Color.Beige;
|
this.txtHContext.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
this.txtHContext.Location = new System.Drawing.Point(91, 49);
|
this.txtHContext.Name = "txtHContext";
|
this.txtHContext.Size = new System.Drawing.Size(438, 21);
|
this.txtHContext.TabIndex = 189;
|
//
|
// 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(19, 49);
|
this.label32.Name = "label32";
|
this.label32.Size = new System.Drawing.Size(53, 12);
|
this.label32.TabIndex = 188;
|
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(354, 103);
|
this.txtOperator.Name = "txtOperator";
|
this.txtOperator.Size = new System.Drawing.Size(177, 21);
|
this.txtOperator.TabIndex = 207;
|
this.txtOperator.Tag = "0";
|
//
|
// label122
|
//
|
this.label122.AutoSize = true;
|
this.label122.BackColor = System.Drawing.Color.Transparent;
|
this.label122.ForeColor = System.Drawing.Color.Black;
|
this.label122.Location = new System.Drawing.Point(293, 103);
|
this.label122.Name = "label122";
|
this.label122.Size = new System.Drawing.Size(53, 12);
|
this.label122.TabIndex = 206;
|
this.label122.Text = "发 送 人";
|
//
|
// txttransmitMan
|
//
|
this.txttransmitMan.BackColor = System.Drawing.Color.Beige;
|
this.txttransmitMan.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
this.txttransmitMan.Location = new System.Drawing.Point(92, 157);
|
this.txttransmitMan.Name = "txttransmitMan";
|
this.txttransmitMan.Size = new System.Drawing.Size(100, 21);
|
this.txttransmitMan.TabIndex = 209;
|
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(19, 157);
|
this.label6.Name = "label6";
|
this.label6.Size = new System.Drawing.Size(53, 12);
|
this.label6.TabIndex = 208;
|
this.label6.Text = "转 发 人";
|
//
|
// txtRtransmitMan
|
//
|
this.txtRtransmitMan.BackColor = System.Drawing.Color.Beige;
|
this.txtRtransmitMan.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
this.txtRtransmitMan.Location = new System.Drawing.Point(269, 157);
|
this.txtRtransmitMan.Name = "txtRtransmitMan";
|
this.txtRtransmitMan.Size = new System.Drawing.Size(262, 21);
|
this.txtRtransmitMan.TabIndex = 211;
|
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(210, 160);
|
this.label7.Name = "label7";
|
this.label7.Size = new System.Drawing.Size(53, 12);
|
this.label7.TabIndex = 210;
|
this.label7.Text = "转 发 至";
|
//
|
// cmdSelectEmps2
|
//
|
this.cmdSelectEmps2.Location = new System.Drawing.Point(533, 157);
|
this.cmdSelectEmps2.Name = "cmdSelectEmps2";
|
this.cmdSelectEmps2.Size = new System.Drawing.Size(42, 23);
|
this.cmdSelectEmps2.TabIndex = 212;
|
this.cmdSelectEmps2.Text = "添加";
|
this.cmdSelectEmps2.UseVisualStyleBackColor = true;
|
this.cmdSelectEmps2.Click += new System.EventHandler(this.cmdSelectEmps2_Click);
|
//
|
// button2
|
//
|
this.button2.Location = new System.Drawing.Point(585, 157);
|
this.button2.Name = "button2";
|
this.button2.Size = new System.Drawing.Size(42, 23);
|
this.button2.TabIndex = 213;
|
this.button2.Text = "转发";
|
this.button2.UseVisualStyleBackColor = true;
|
this.button2.Click += new System.EventHandler(this.button2_Click);
|
//
|
// splitContainer1
|
//
|
this.splitContainer1.Location = new System.Drawing.Point(21, 201);
|
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, 463);
|
this.splitContainer1.SplitterDistance = 186;
|
this.splitContainer1.TabIndex = 214;
|
//
|
// 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, 4);
|
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, 3);
|
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, 273);
|
this.splitContainer4.SplitterDistance = 206;
|
this.splitContainer4.TabIndex = 46;
|
//
|
// 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, 206);
|
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, 63);
|
this.txtContext_New.TabIndex = 1;
|
//
|
// 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(19, 182);
|
this.label8.Name = "label8";
|
this.label8.Size = new System.Drawing.Size(53, 12);
|
this.label8.TabIndex = 215;
|
this.label8.Text = "详细描述";
|
//
|
// button1
|
//
|
this.button1.Location = new System.Drawing.Point(21, 667);
|
this.button1.Name = "button1";
|
this.button1.Size = new System.Drawing.Size(42, 23);
|
this.button1.TabIndex = 216;
|
this.button1.Text = "删除";
|
this.button1.UseVisualStyleBackColor = true;
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
//
|
// button3
|
//
|
this.button3.Location = new System.Drawing.Point(428, 667);
|
this.button3.Name = "button3";
|
this.button3.Size = new System.Drawing.Size(75, 23);
|
this.button3.TabIndex = 217;
|
this.button3.Text = "我要结案";
|
this.button3.UseVisualStyleBackColor = true;
|
this.button3.Click += new System.EventHandler(this.button3_Click);
|
//
|
// button4
|
//
|
this.button4.Location = new System.Drawing.Point(504, 667);
|
this.button4.Name = "button4";
|
this.button4.Size = new System.Drawing.Size(75, 23);
|
this.button4.TabIndex = 218;
|
this.button4.Text = "我要验证";
|
this.button4.UseVisualStyleBackColor = true;
|
this.button4.Click += new System.EventHandler(this.button4_Click);
|
//
|
// cmdSend
|
//
|
this.cmdSend.Location = new System.Drawing.Point(629, 669);
|
this.cmdSend.Name = "cmdSend";
|
this.cmdSend.Size = new System.Drawing.Size(75, 23);
|
this.cmdSend.TabIndex = 219;
|
this.cmdSend.Text = "提交回复";
|
this.cmdSend.UseVisualStyleBackColor = true;
|
this.cmdSend.Click += new System.EventHandler(this.cmdSend_Click);
|
//
|
// cmdCancel
|
//
|
this.cmdCancel.Location = new System.Drawing.Point(710, 669);
|
this.cmdCancel.Name = "cmdCancel";
|
this.cmdCancel.Size = new System.Drawing.Size(75, 23);
|
this.cmdCancel.TabIndex = 220;
|
this.cmdCancel.Text = "取 消";
|
this.cmdCancel.UseVisualStyleBackColor = true;
|
this.cmdCancel.Click += new System.EventHandler(this.cmdCancel_Click);
|
//
|
// 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(555, 50);
|
this.label10.Name = "label10";
|
this.label10.Size = new System.Drawing.Size(65, 12);
|
this.label10.TabIndex = 221;
|
this.label10.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(627, 50);
|
this.lblHasten.Name = "lblHasten";
|
this.lblHasten.Size = new System.Drawing.Size(11, 12);
|
this.lblHasten.TabIndex = 222;
|
this.lblHasten.Text = "0";
|
//
|
// 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(644, 50);
|
this.label12.Name = "label12";
|
this.label12.Size = new System.Drawing.Size(17, 12);
|
this.label12.TabIndex = 223;
|
this.label12.Text = "次";
|
//
|
// cmdHasten
|
//
|
this.cmdHasten.Location = new System.Drawing.Point(743, 45);
|
this.cmdHasten.Name = "cmdHasten";
|
this.cmdHasten.Size = new System.Drawing.Size(42, 23);
|
this.cmdHasten.TabIndex = 224;
|
this.cmdHasten.Text = "催促";
|
this.cmdHasten.UseVisualStyleBackColor = true;
|
this.cmdHasten.Click += new System.EventHandler(this.cmdHasten_Click);
|
//
|
// timer1
|
//
|
this.timer1.Enabled = true;
|
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(22, 5);
|
this.pictureBox1.Name = "pictureBox1";
|
this.pictureBox1.Size = new System.Drawing.Size(31, 31);
|
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
this.pictureBox1.TabIndex = 226;
|
this.pictureBox1.TabStop = false;
|
//
|
// 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(58, 9);
|
this.lblCaption.Name = "lblCaption";
|
this.lblCaption.Size = new System.Drawing.Size(134, 24);
|
this.lblCaption.TabIndex = 225;
|
this.lblCaption.Text = "异常反馈信息";
|
//
|
// frmFKView
|
//
|
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.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
this.ClientSize = new System.Drawing.Size(814, 719);
|
this.Controls.Add(this.pictureBox1);
|
this.Controls.Add(this.lblCaption);
|
this.Controls.Add(this.cmdHasten);
|
this.Controls.Add(this.label12);
|
this.Controls.Add(this.lblHasten);
|
this.Controls.Add(this.label10);
|
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.label8);
|
this.Controls.Add(this.splitContainer1);
|
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.txtOperator);
|
this.Controls.Add(this.label122);
|
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.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 = "frmFKView";
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
this.Text = "异常反馈信息";
|
this.Load += new System.EventHandler(this.frmFKView_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.TextBox txtHCopyMan;
|
private System.Windows.Forms.Label label30;
|
private System.Windows.Forms.TextBox txtHErrTypeID;
|
private System.Windows.Forms.Label label5;
|
private System.Windows.Forms.Button cmdHErrTypeID;
|
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.TextBox txtHItemNumber;
|
private System.Windows.Forms.Label label3;
|
private System.Windows.Forms.TextBox txtHItemModel;
|
private System.Windows.Forms.Label label1;
|
private System.Windows.Forms.TextBox txtHPlanNo;
|
private System.Windows.Forms.Label label2;
|
private System.Windows.Forms.TextBox txtHContext;
|
private System.Windows.Forms.Label label32;
|
private System.Windows.Forms.TextBox txtOperator;
|
private System.Windows.Forms.Label label122;
|
private System.Windows.Forms.TextBox txttransmitMan;
|
private System.Windows.Forms.Label label6;
|
private System.Windows.Forms.TextBox txtRtransmitMan;
|
private System.Windows.Forms.Label label7;
|
private System.Windows.Forms.Button cmdSelectEmps2;
|
private System.Windows.Forms.Button button2;
|
private System.Windows.Forms.SplitContainer splitContainer1;
|
private System.Windows.Forms.SplitContainer splitContainer2;
|
private System.Windows.Forms.TextBox txtDesc;
|
private System.Windows.Forms.DataGridView grdFJ;
|
private System.Windows.Forms.DataGridView grdMain;
|
private System.Windows.Forms.SplitContainer splitContainer3;
|
private System.Windows.Forms.Label label8;
|
private System.Windows.Forms.Button cmdDel;
|
private System.Windows.Forms.Button cmdAdd;
|
private System.Windows.Forms.SplitContainer splitContainer4;
|
private System.Windows.Forms.TextBox txtContext_New;
|
private System.Windows.Forms.Button button1;
|
private System.Windows.Forms.Button button3;
|
private System.Windows.Forms.Button button4;
|
private System.Windows.Forms.Button cmdSend;
|
private System.Windows.Forms.Button cmdCancel;
|
private System.Windows.Forms.Label label10;
|
private System.Windows.Forms.Label lblHasten;
|
private System.Windows.Forms.Label label12;
|
private System.Windows.Forms.Button cmdHasten;
|
private System.Windows.Forms.Timer timer1;
|
private System.Windows.Forms.PictureBox pictureBox1;
|
private System.Windows.Forms.Label lblCaption;
|
}
|
}
|