Beispiel #1
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmRptOPHis));
     this.panel2                 = new System.Windows.Forms.Panel();
     this.dataGrid1              = new System.Windows.Forms.DataGrid();
     this.dataGridTableStyle1    = new System.Windows.Forms.DataGridTableStyle();
     this.trans_id               = new System.Windows.Forms.DataGridTextBoxColumn();
     this.task_name_cn           = new System.Windows.Forms.DataGridTextBoxColumn();
     this.trans_type             = new System.Windows.Forms.DataGridTextBoxColumn();
     this.name_cn                = new System.Windows.Forms.DataGridTextBoxColumn();
     this.trans_PK               = new System.Windows.Forms.DataGridTextBoxColumn();
     this.taskmain               = new System.Windows.Forms.DataGridTextBoxColumn();
     this.op_sql                 = new System.Windows.Forms.DataGridTextBoxColumn();
     this.panel4                 = new System.Windows.Forms.Panel();
     this.priComboBox2           = new TJSystem.Classes.PriComboBox();
     this.label4                 = new System.Windows.Forms.Label();
     this.button2                = new TJSystem.Classes.XpStyleButton();
     this.priComboBox3           = new TJSystem.Classes.PriComboBox();
     this.priComboBox1           = new TJSystem.Classes.PriComboBox();
     this.label5                 = new System.Windows.Forms.Label();
     this.label7                 = new System.Windows.Forms.Label();
     this.label3                 = new System.Windows.Forms.Label();
     this.priDateTimePicker3     = new TJSystem.Classes.PriDateTimePicker();
     this.label2                 = new System.Windows.Forms.Label();
     this.priDateTimePicker1     = new TJSystem.Classes.PriDateTimePicker();
     this.button1                = new TJSystem.Classes.XpStyleButton();
     this.xpStyleButton1         = new TJSystem.Classes.XpStyleButton();
     this.panel1                 = new System.Windows.Forms.Panel();
     this.label1                 = new System.Windows.Forms.Label();
     this.dataGridTextBoxColumn1 = new System.Windows.Forms.DataGridTextBoxColumn();
     this.dataGridTextBoxColumn2 = new System.Windows.Forms.DataGridTextBoxColumn();
     this.dataGridTextBoxColumn3 = new System.Windows.Forms.DataGridTextBoxColumn();
     this.dataGridTextBoxColumn4 = new System.Windows.Forms.DataGridTextBoxColumn();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).BeginInit();
     this.panel4.SuspendLayout();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // panel2
     //
     this.panel2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel2.BackgroundImage")));
     this.panel2.BorderStyle     = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel2.Controls.Add(this.dataGrid1);
     this.panel2.Controls.Add(this.panel4);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(0, 48);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(792, 518);
     this.panel2.TabIndex = 11;
     //
     // dataGrid1
     //
     this.dataGrid1.AllowSorting = false;
     this.dataGrid1.Anchor       = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                          | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.dataGrid1.BackgroundColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.dataGrid1.CaptionText     = "销售历史记录";
     this.dataGrid1.CaptionVisible  = false;
     this.dataGrid1.DataMember      = "";
     this.dataGrid1.HeaderForeColor = System.Drawing.SystemColors.ControlText;
     this.dataGrid1.Location        = new System.Drawing.Point(0, 96);
     this.dataGrid1.Name            = "dataGrid1";
     this.dataGrid1.ReadOnly        = true;
     this.dataGrid1.Size            = new System.Drawing.Size(784, 416);
     this.dataGrid1.TabIndex        = 1;
     this.dataGrid1.TableStyles.AddRange(new System.Windows.Forms.DataGridTableStyle[] {
         this.dataGridTableStyle1
     });
     //
     // dataGridTableStyle1
     //
     this.dataGridTableStyle1.AllowSorting = false;
     this.dataGridTableStyle1.DataGrid     = this.dataGrid1;
     this.dataGridTableStyle1.GridColumnStyles.AddRange(new System.Windows.Forms.DataGridColumnStyle[] {
         this.trans_id,
         this.task_name_cn,
         this.trans_type,
         this.name_cn,
         this.trans_PK,
         this.taskmain,
         this.op_sql
     });
     this.dataGridTableStyle1.HeaderForeColor = System.Drawing.SystemColors.ControlText;
     this.dataGridTableStyle1.MappingName     = "xf_transition";
     this.dataGridTableStyle1.ReadOnly        = true;
     //
     // trans_id
     //
     this.trans_id.Format      = "";
     this.trans_id.FormatInfo  = null;
     this.trans_id.HeaderText  = "操作时间";
     this.trans_id.MappingName = "trans_id";
     this.trans_id.NullText    = "";
     this.trans_id.Width       = 150;
     //
     // task_name_cn
     //
     this.task_name_cn.Format      = "";
     this.task_name_cn.FormatInfo  = null;
     this.task_name_cn.HeaderText  = "作业名称";
     this.task_name_cn.MappingName = "task_name_cn";
     this.task_name_cn.NullText    = "";
     this.task_name_cn.Width       = 75;
     //
     // trans_type
     //
     this.trans_type.Format      = "";
     this.trans_type.FormatInfo  = null;
     this.trans_type.HeaderText  = "操作类型";
     this.trans_type.MappingName = "trans_type";
     this.trans_type.NullText    = "";
     this.trans_type.Width       = 75;
     //
     // name_cn
     //
     this.name_cn.Format      = "";
     this.name_cn.FormatInfo  = null;
     this.name_cn.HeaderText  = "操作者";
     this.name_cn.MappingName = "name_cn";
     this.name_cn.NullText    = "";
     this.name_cn.Width       = 150;
     //
     // trans_PK
     //
     this.trans_PK.Format      = "";
     this.trans_PK.FormatInfo  = null;
     this.trans_PK.HeaderText  = "操作关键字";
     this.trans_PK.MappingName = "trans_PK";
     this.trans_PK.NullText    = "";
     this.trans_PK.Width       = 75;
     //
     // taskmain
     //
     this.taskmain.Format      = "";
     this.taskmain.FormatInfo  = null;
     this.taskmain.HeaderText  = "操作对象";
     this.taskmain.MappingName = "taskmain";
     this.taskmain.NullText    = "";
     this.taskmain.Width       = 75;
     //
     // op_sql
     //
     this.op_sql.Format      = "";
     this.op_sql.FormatInfo  = null;
     this.op_sql.HeaderText  = "操作内容";
     this.op_sql.MappingName = "op_sql";
     this.op_sql.NullText    = "";
     this.op_sql.Width       = 150;
     //
     // panel4
     //
     this.panel4.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel4.BackgroundImage")));
     this.panel4.BorderStyle     = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel4.Controls.Add(this.priComboBox2);
     this.panel4.Controls.Add(this.label4);
     this.panel4.Controls.Add(this.button2);
     this.panel4.Controls.Add(this.priComboBox3);
     this.panel4.Controls.Add(this.priComboBox1);
     this.panel4.Controls.Add(this.label5);
     this.panel4.Controls.Add(this.label7);
     this.panel4.Controls.Add(this.label3);
     this.panel4.Controls.Add(this.priDateTimePicker3);
     this.panel4.Controls.Add(this.label2);
     this.panel4.Controls.Add(this.priDateTimePicker1);
     this.panel4.Controls.Add(this.button1);
     this.panel4.Controls.Add(this.xpStyleButton1);
     this.panel4.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel4.Location = new System.Drawing.Point(0, 0);
     this.panel4.Name     = "panel4";
     this.panel4.Size     = new System.Drawing.Size(788, 96);
     this.panel4.TabIndex = 0;
     //
     // priComboBox2
     //
     this.priComboBox2.BackColor     = System.Drawing.Color.White;
     this.priComboBox2.DataField     = "status";
     this.priComboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.priComboBox2.Location      = new System.Drawing.Point(104, 64);
     this.priComboBox2.Name          = "priComboBox2";
     this.priComboBox2.Size          = new System.Drawing.Size(328, 21);
     this.priComboBox2.TabIndex      = 222;
     //
     // label4
     //
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.label4.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.label4.ForeColor = System.Drawing.Color.Blue;
     this.label4.Location  = new System.Drawing.Point(16, 64);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(72, 23);
     this.label4.TabIndex  = 221;
     this.label4.Text      = "作业名称";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(568, 56);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(75, 32);
     this.button2.TabIndex = 220;
     this.button2.Text     = "打印";
     this.button2.Click   += new System.EventHandler(this.button2_Click);
     //
     // priComboBox3
     //
     this.priComboBox3.BackColor     = System.Drawing.Color.White;
     this.priComboBox3.DataField     = "Contact_id";
     this.priComboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.priComboBox3.Location      = new System.Drawing.Point(104, 40);
     this.priComboBox3.Name          = "priComboBox3";
     this.priComboBox3.Size          = new System.Drawing.Size(120, 21);
     this.priComboBox3.TabIndex      = 219;
     //
     // priComboBox1
     //
     this.priComboBox1.BackColor     = System.Drawing.Color.White;
     this.priComboBox1.DataField     = "status";
     this.priComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.priComboBox1.Location      = new System.Drawing.Point(312, 40);
     this.priComboBox1.Name          = "priComboBox1";
     this.priComboBox1.Size          = new System.Drawing.Size(120, 21);
     this.priComboBox1.TabIndex      = 218;
     //
     // label5
     //
     this.label5.BackColor = System.Drawing.Color.Transparent;
     this.label5.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.label5.ForeColor = System.Drawing.Color.Blue;
     this.label5.Location  = new System.Drawing.Point(256, 40);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(48, 23);
     this.label5.TabIndex  = 217;
     this.label5.Text      = "状态";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label7
     //
     this.label7.BackColor = System.Drawing.Color.Transparent;
     this.label7.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.label7.Location  = new System.Drawing.Point(16, 40);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(80, 23);
     this.label7.TabIndex  = 216;
     this.label7.Text      = "销售人员";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.ForeColor = System.Drawing.Color.Blue;
     this.label3.Location  = new System.Drawing.Point(240, 16);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(64, 23);
     this.label3.TabIndex  = 215;
     this.label3.Text      = "结束日期";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // priDateTimePicker3
     //
     this.priDateTimePicker3.CustomFormat = "yyyy-MM-dd";
     this.priDateTimePicker3.DataField    = "so_date";
     this.priDateTimePicker3.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.priDateTimePicker3.Location     = new System.Drawing.Point(104, 16);
     this.priDateTimePicker3.Name         = "priDateTimePicker3";
     this.priDateTimePicker3.Size         = new System.Drawing.Size(120, 22);
     this.priDateTimePicker3.TabIndex     = 214;
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.ForeColor = System.Drawing.Color.Blue;
     this.label2.Location  = new System.Drawing.Point(16, 16);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(80, 23);
     this.label2.TabIndex  = 16;
     this.label2.Text      = "起始日期";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // priDateTimePicker1
     //
     this.priDateTimePicker1.CustomFormat = "yyyy-MM-dd";
     this.priDateTimePicker1.DataField    = "so_date";
     this.priDateTimePicker1.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.priDateTimePicker1.Location     = new System.Drawing.Point(312, 16);
     this.priDateTimePicker1.Name         = "priDateTimePicker1";
     this.priDateTimePicker1.Size         = new System.Drawing.Size(120, 22);
     this.priDateTimePicker1.TabIndex     = 214;
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(472, 56);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(75, 32);
     this.button1.TabIndex = 1;
     this.button1.Text     = "查询";
     this.button1.Click   += new System.EventHandler(this.button1_Click);
     //
     // xpStyleButton1
     //
     this.xpStyleButton1.Location = new System.Drawing.Point(664, 56);
     this.xpStyleButton1.Name     = "xpStyleButton1";
     this.xpStyleButton1.Size     = new System.Drawing.Size(75, 32);
     this.xpStyleButton1.TabIndex = 1;
     this.xpStyleButton1.Text     = "清除记录";
     this.xpStyleButton1.Click   += new System.EventHandler(this.xpStyleButton1_Click);
     //
     // panel1
     //
     this.panel1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel1.BackgroundImage")));
     this.panel1.BorderStyle     = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel1.Controls.Add(this.label1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(792, 48);
     this.panel1.TabIndex = 10;
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.label1.Font      = new System.Drawing.Font("宋体", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.label1.Location  = new System.Drawing.Point(0, 0);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(788, 44);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "用户操作记录";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // dataGridTextBoxColumn1
     //
     this.dataGridTextBoxColumn1.Format      = "";
     this.dataGridTextBoxColumn1.FormatInfo  = null;
     this.dataGridTextBoxColumn1.HeaderText  = "员工编号";
     this.dataGridTextBoxColumn1.MappingName = "employee_id";
     this.dataGridTextBoxColumn1.NullText    = "";
     this.dataGridTextBoxColumn1.Width       = 75;
     //
     // dataGridTextBoxColumn2
     //
     this.dataGridTextBoxColumn2.Format      = "";
     this.dataGridTextBoxColumn2.FormatInfo  = null;
     this.dataGridTextBoxColumn2.HeaderText  = "员工姓名";
     this.dataGridTextBoxColumn2.MappingName = "";
     this.dataGridTextBoxColumn2.NullText    = "";
     this.dataGridTextBoxColumn2.Width       = 75;
     //
     // dataGridTextBoxColumn3
     //
     this.dataGridTextBoxColumn3.Format      = "";
     this.dataGridTextBoxColumn3.FormatInfo  = null;
     this.dataGridTextBoxColumn3.HeaderText  = "英文名";
     this.dataGridTextBoxColumn3.MappingName = "";
     this.dataGridTextBoxColumn3.NullText    = "";
     this.dataGridTextBoxColumn3.Width       = 75;
     //
     // dataGridTextBoxColumn4
     //
     this.dataGridTextBoxColumn4.Format      = "";
     this.dataGridTextBoxColumn4.FormatInfo  = null;
     this.dataGridTextBoxColumn4.HeaderText  = "性别";
     this.dataGridTextBoxColumn4.MappingName = "Gender";
     this.dataGridTextBoxColumn4.NullText    = "";
     this.dataGridTextBoxColumn4.Width       = 75;
     //
     // frmRptOPHis
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(7, 15);
     this.ClientSize        = new System.Drawing.Size(792, 566);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.Name = "frmRptOPHis";
     this.Text = "用户操作记录";
     this.panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).EndInit();
     this.panel4.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Beispiel #2
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmStockChange));
     this.panel3              = new System.Windows.Forms.Panel();
     this.priToolBar1         = new TJSystem.UC.PriToolBar();
     this.panel1              = new System.Windows.Forms.Panel();
     this.label1              = new System.Windows.Forms.Label();
     this.panel2              = new System.Windows.Forms.Panel();
     this.dataGrid1           = new System.Windows.Forms.DataGrid();
     this.dataGridTableStyle1 = new System.Windows.Forms.DataGridTableStyle();
     this.stock_code          = new System.Windows.Forms.DataGridTextBoxColumn();
     this.stock_date          = new System.Windows.Forms.DataGridTextBoxColumn();
     this.status_name         = new System.Windows.Forms.DataGridTextBoxColumn();
     this.wh_name             = new System.Windows.Forms.DataGridTextBoxColumn();
     this.reason              = new System.Windows.Forms.DataGridTextBoxColumn();
     this.remark              = new System.Windows.Forms.DataGridTextBoxColumn();
     this.approvedby          = new System.Windows.Forms.DataGridTextBoxColumn();
     this.approvedon          = new System.Windows.Forms.DataGridTextBoxColumn();
     this.createBy            = new System.Windows.Forms.DataGridTextBoxColumn();
     this.createon            = new System.Windows.Forms.DataGridTextBoxColumn();
     this.modifyBy            = new System.Windows.Forms.DataGridTextBoxColumn();
     this.modifyon            = new System.Windows.Forms.DataGridTextBoxColumn();
     this.panel4              = new System.Windows.Forms.Panel();
     this.priTextBox2         = new TJSystem.Classes.PriTextBox();
     this.linkLabel1          = new System.Windows.Forms.LinkLabel();
     this.priDateTimePicker3  = new TJSystem.Classes.PriDateTimePicker();
     this.linkLabel2          = new System.Windows.Forms.LinkLabel();
     this.priComboBox2        = new TJSystem.Classes.PriComboBox();
     this.priComboBox1        = new TJSystem.Classes.PriComboBox();
     this.label28             = new System.Windows.Forms.Label();
     this.txt18       = new TJSystem.Classes.PriTextBox();
     this.label29     = new System.Windows.Forms.Label();
     this.label32     = new System.Windows.Forms.Label();
     this.txt14       = new TJSystem.Classes.PriTextBox();
     this.label16     = new System.Windows.Forms.Label();
     this.txt12       = new TJSystem.Classes.PriTextBox();
     this.label18     = new System.Windows.Forms.Label();
     this.label5      = new System.Windows.Forms.Label();
     this.label21     = new System.Windows.Forms.Label();
     this.txt20       = new TJSystem.Classes.PriTextBox();
     this.label20     = new System.Windows.Forms.Label();
     this.txt16       = new TJSystem.Classes.PriTextBox();
     this.label17     = new System.Windows.Forms.Label();
     this.label15     = new System.Windows.Forms.Label();
     this.label8      = new System.Windows.Forms.Label();
     this.label2      = new System.Windows.Forms.Label();
     this.txt15       = new TJSystem.Classes.PriTextBox();
     this.txt19       = new TJSystem.Classes.PriTextBox();
     this.txt1        = new TJSystem.Classes.PriTextBox();
     this.priTextBox1 = new TJSystem.Classes.PriTextBox();
     this.panel3.SuspendLayout();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).BeginInit();
     this.panel4.SuspendLayout();
     this.SuspendLayout();
     //
     // panel3
     //
     this.panel3.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel3.BackgroundImage")));
     this.panel3.BorderStyle     = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel3.Controls.Add(this.priToolBar1);
     this.panel3.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel3.Location = new System.Drawing.Point(0, 526);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(792, 40);
     this.panel3.TabIndex = 24;
     //
     // priToolBar1
     //
     this.priToolBar1.DGEnable       = true;
     this.priToolBar1.Dock           = System.Windows.Forms.DockStyle.Bottom;
     this.priToolBar1.Location       = new System.Drawing.Point(0, -4);
     this.priToolBar1.Name           = "priToolBar1";
     this.priToolBar1.setCurrentForm = null;
     this.priToolBar1.Size           = new System.Drawing.Size(788, 40);
     this.priToolBar1.TabIndex       = 0;
     //
     // panel1
     //
     this.panel1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel1.BackgroundImage")));
     this.panel1.BorderStyle     = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel1.Controls.Add(this.label1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(792, 48);
     this.panel1.TabIndex = 22;
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.label1.Font      = new System.Drawing.Font("宋体", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.label1.Location  = new System.Drawing.Point(0, 0);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(788, 44);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "库存调整";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // panel2
     //
     this.panel2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel2.BackgroundImage")));
     this.panel2.BorderStyle     = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel2.Controls.Add(this.dataGrid1);
     this.panel2.Controls.Add(this.panel4);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(792, 566);
     this.panel2.TabIndex = 23;
     //
     // dataGrid1
     //
     this.dataGrid1.AllowSorting = false;
     this.dataGrid1.Anchor       = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                          | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.dataGrid1.BackgroundColor  = System.Drawing.SystemColors.ActiveCaptionText;
     this.dataGrid1.CaptionBackColor = System.Drawing.SystemColors.AppWorkspace;
     this.dataGrid1.CaptionText      = "库存调整";
     this.dataGrid1.CaptionVisible   = false;
     this.dataGrid1.DataMember       = "";
     this.dataGrid1.Font             = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.dataGrid1.HeaderForeColor  = System.Drawing.SystemColors.ControlText;
     this.dataGrid1.Location         = new System.Drawing.Point(0, 176);
     this.dataGrid1.Name             = "dataGrid1";
     this.dataGrid1.ReadOnly         = true;
     this.dataGrid1.Size             = new System.Drawing.Size(792, 344);
     this.dataGrid1.TabIndex         = 1;
     this.dataGrid1.TableStyles.AddRange(new System.Windows.Forms.DataGridTableStyle[] {
         this.dataGridTableStyle1
     });
     this.dataGrid1.Click += new System.EventHandler(this.dataGrid1_Click);
     //
     // dataGridTableStyle1
     //
     this.dataGridTableStyle1.DataGrid = this.dataGrid1;
     this.dataGridTableStyle1.GridColumnStyles.AddRange(new System.Windows.Forms.DataGridColumnStyle[] {
         this.stock_code,
         this.stock_date,
         this.status_name,
         this.wh_name,
         this.reason,
         this.remark,
         this.approvedby,
         this.approvedon,
         this.createBy,
         this.createon,
         this.modifyBy,
         this.modifyon
     });
     this.dataGridTableStyle1.HeaderForeColor = System.Drawing.SystemColors.ControlText;
     this.dataGridTableStyle1.MappingName     = "wip_stock_mstr";
     //
     // stock_code
     //
     this.stock_code.Format      = "";
     this.stock_code.FormatInfo  = null;
     this.stock_code.HeaderText  = "调整单号";
     this.stock_code.MappingName = "stock_code";
     this.stock_code.NullText    = "";
     this.stock_code.Width       = 75;
     //
     // stock_date
     //
     this.stock_date.Format      = "";
     this.stock_date.FormatInfo  = null;
     this.stock_date.HeaderText  = "调整日期";
     this.stock_date.MappingName = "stock_date";
     this.stock_date.NullText    = "";
     this.stock_date.Width       = 75;
     //
     // status_name
     //
     this.status_name.Format      = "";
     this.status_name.FormatInfo  = null;
     this.status_name.HeaderText  = "状态";
     this.status_name.MappingName = "status_name";
     this.status_name.NullText    = "";
     this.status_name.Width       = 75;
     //
     // wh_name
     //
     this.wh_name.Format      = "";
     this.wh_name.FormatInfo  = null;
     this.wh_name.HeaderText  = "仓库";
     this.wh_name.MappingName = "wh_name";
     this.wh_name.NullText    = "";
     this.wh_name.Width       = 75;
     //
     // reason
     //
     this.reason.Format      = "";
     this.reason.FormatInfo  = null;
     this.reason.HeaderText  = "原因";
     this.reason.MappingName = "reason";
     this.reason.NullText    = "";
     this.reason.Width       = 75;
     //
     // remark
     //
     this.remark.Format      = "";
     this.remark.FormatInfo  = null;
     this.remark.HeaderText  = "备注";
     this.remark.MappingName = "remark";
     this.remark.NullText    = "";
     this.remark.Width       = 75;
     //
     // approvedby
     //
     this.approvedby.Format      = "";
     this.approvedby.FormatInfo  = null;
     this.approvedby.HeaderText  = "审核人";
     this.approvedby.MappingName = "approvedby";
     this.approvedby.NullText    = "";
     this.approvedby.Width       = 75;
     //
     // approvedon
     //
     this.approvedon.Format      = "";
     this.approvedon.FormatInfo  = null;
     this.approvedon.HeaderText  = "审核时间";
     this.approvedon.MappingName = "approvedon";
     this.approvedon.NullText    = "";
     this.approvedon.Width       = 75;
     //
     // createBy
     //
     this.createBy.Format      = "";
     this.createBy.FormatInfo  = null;
     this.createBy.HeaderText  = "创建者";
     this.createBy.MappingName = "createBy";
     this.createBy.NullText    = "";
     this.createBy.Width       = 75;
     //
     // createon
     //
     this.createon.Format      = "";
     this.createon.FormatInfo  = null;
     this.createon.HeaderText  = "创建时间";
     this.createon.MappingName = "createon";
     this.createon.NullText    = "";
     this.createon.Width       = 75;
     //
     // modifyBy
     //
     this.modifyBy.Format      = "";
     this.modifyBy.FormatInfo  = null;
     this.modifyBy.HeaderText  = "最后修改人";
     this.modifyBy.MappingName = "modifyBy";
     this.modifyBy.NullText    = "";
     this.modifyBy.Width       = 75;
     //
     // modifyon
     //
     this.modifyon.Format      = "";
     this.modifyon.FormatInfo  = null;
     this.modifyon.HeaderText  = "最后修改时间";
     this.modifyon.MappingName = "modifyon";
     this.modifyon.NullText    = "";
     this.modifyon.Width       = 75;
     //
     // panel4
     //
     this.panel4.BackColor       = System.Drawing.SystemColors.ScrollBar;
     this.panel4.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel4.BackgroundImage")));
     this.panel4.BorderStyle     = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel4.Controls.Add(this.priTextBox2);
     this.panel4.Controls.Add(this.linkLabel1);
     this.panel4.Controls.Add(this.priDateTimePicker3);
     this.panel4.Controls.Add(this.linkLabel2);
     this.panel4.Controls.Add(this.priComboBox2);
     this.panel4.Controls.Add(this.priComboBox1);
     this.panel4.Controls.Add(this.label28);
     this.panel4.Controls.Add(this.txt18);
     this.panel4.Controls.Add(this.label29);
     this.panel4.Controls.Add(this.label32);
     this.panel4.Controls.Add(this.txt14);
     this.panel4.Controls.Add(this.label16);
     this.panel4.Controls.Add(this.txt12);
     this.panel4.Controls.Add(this.label18);
     this.panel4.Controls.Add(this.label5);
     this.panel4.Controls.Add(this.label21);
     this.panel4.Controls.Add(this.txt20);
     this.panel4.Controls.Add(this.label20);
     this.panel4.Controls.Add(this.txt16);
     this.panel4.Controls.Add(this.label17);
     this.panel4.Controls.Add(this.label15);
     this.panel4.Controls.Add(this.label8);
     this.panel4.Controls.Add(this.label2);
     this.panel4.Controls.Add(this.txt15);
     this.panel4.Controls.Add(this.txt19);
     this.panel4.Controls.Add(this.txt1);
     this.panel4.Controls.Add(this.priTextBox1);
     this.panel4.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel4.Font     = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.panel4.Location = new System.Drawing.Point(0, 0);
     this.panel4.Name     = "panel4";
     this.panel4.Size     = new System.Drawing.Size(788, 176);
     this.panel4.TabIndex = 0;
     //
     // priTextBox2
     //
     this.priTextBox2.BackColor = System.Drawing.Color.White;
     this.priTextBox2.DataField = "event_type";
     this.priTextBox2.DataType  = TJSystem.Public.DataType.String;
     this.priTextBox2.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.priTextBox2.Location  = new System.Drawing.Point(96, 192);
     this.priTextBox2.Name      = "priTextBox2";
     this.priTextBox2.Size      = new System.Drawing.Size(112, 23);
     this.priTextBox2.TabIndex  = 218;
     this.priTextBox2.Text      = "MOVE";
     //
     // linkLabel1
     //
     this.linkLabel1.BackColor    = System.Drawing.Color.Transparent;
     this.linkLabel1.Location     = new System.Drawing.Point(648, 48);
     this.linkLabel1.Name         = "linkLabel1";
     this.linkLabel1.Size         = new System.Drawing.Size(72, 23);
     this.linkLabel1.TabIndex     = 217;
     this.linkLabel1.TabStop      = true;
     this.linkLabel1.Text         = "调整出库";
     this.linkLabel1.TextAlign    = System.Drawing.ContentAlignment.MiddleRight;
     this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
     //
     // priDateTimePicker3
     //
     this.priDateTimePicker3.CustomFormat = "yyyy-MM-dd";
     this.priDateTimePicker3.DataField    = "stock_date";
     this.priDateTimePicker3.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.priDateTimePicker3.Location     = new System.Drawing.Point(272, 48);
     this.priDateTimePicker3.Name         = "priDateTimePicker3";
     this.priDateTimePicker3.Size         = new System.Drawing.Size(112, 23);
     this.priDateTimePicker3.TabIndex     = 216;
     //
     // linkLabel2
     //
     this.linkLabel2.BackColor    = System.Drawing.Color.Transparent;
     this.linkLabel2.Location     = new System.Drawing.Point(560, 48);
     this.linkLabel2.Name         = "linkLabel2";
     this.linkLabel2.Size         = new System.Drawing.Size(72, 23);
     this.linkLabel2.TabIndex     = 178;
     this.linkLabel2.TabStop      = true;
     this.linkLabel2.Text         = "调整入库";
     this.linkLabel2.TextAlign    = System.Drawing.ContentAlignment.MiddleRight;
     this.linkLabel2.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel2_LinkClicked);
     //
     // priComboBox2
     //
     this.priComboBox2.BackColor     = System.Drawing.Color.White;
     this.priComboBox2.DataField     = "WH_code";
     this.priComboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.priComboBox2.Location      = new System.Drawing.Point(96, 72);
     this.priComboBox2.Name          = "priComboBox2";
     this.priComboBox2.Size          = new System.Drawing.Size(112, 22);
     this.priComboBox2.TabIndex      = 176;
     //
     // priComboBox1
     //
     this.priComboBox1.BackColor                 = System.Drawing.Color.White;
     this.priComboBox1.DataField                 = "status";
     this.priComboBox1.DropDownStyle             = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.priComboBox1.Location                  = new System.Drawing.Point(448, 48);
     this.priComboBox1.Name                      = "priComboBox1";
     this.priComboBox1.Size                      = new System.Drawing.Size(104, 22);
     this.priComboBox1.TabIndex                  = 174;
     this.priComboBox1.SelectionChangeCommitted += new System.EventHandler(this.priComboBox1_SelectionChangeCommitted);
     //
     // label28
     //
     this.label28.BackColor = System.Drawing.Color.Transparent;
     this.label28.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.label28.Location  = new System.Drawing.Point(536, 120);
     this.label28.Name      = "label28";
     this.label28.Size      = new System.Drawing.Size(64, 23);
     this.label28.TabIndex  = 172;
     this.label28.Text      = "审核时间";
     this.label28.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txt18
     //
     this.txt18.BackColor = System.Drawing.Color.White;
     this.txt18.DataField = "approvedon";
     this.txt18.DataType  = TJSystem.Public.DataType.String;
     this.txt18.Enabled   = false;
     this.txt18.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.txt18.Location  = new System.Drawing.Point(600, 120);
     this.txt18.Name      = "txt18";
     this.txt18.Size      = new System.Drawing.Size(104, 23);
     this.txt18.TabIndex  = 171;
     this.txt18.Text      = "";
     //
     // label29
     //
     this.label29.BackColor = System.Drawing.Color.Transparent;
     this.label29.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.label29.Location  = new System.Drawing.Point(376, 120);
     this.label29.Name      = "label29";
     this.label29.Size      = new System.Drawing.Size(48, 23);
     this.label29.TabIndex  = 170;
     this.label29.Text      = "审核者";
     this.label29.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label32
     //
     this.label32.BackColor = System.Drawing.Color.Transparent;
     this.label32.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.label32.Location  = new System.Drawing.Point(48, 96);
     this.label32.Name      = "label32";
     this.label32.Size      = new System.Drawing.Size(40, 23);
     this.label32.TabIndex  = 156;
     this.label32.Text      = "备注";
     this.label32.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txt14
     //
     this.txt14.BackColor = System.Drawing.Color.White;
     this.txt14.DataField = "remark";
     this.txt14.DataType  = TJSystem.Public.DataType.String;
     this.txt14.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.txt14.Location  = new System.Drawing.Point(96, 96);
     this.txt14.Name      = "txt14";
     this.txt14.Size      = new System.Drawing.Size(624, 23);
     this.txt14.TabIndex  = 157;
     this.txt14.Text      = "";
     //
     // label16
     //
     this.label16.BackColor = System.Drawing.Color.Transparent;
     this.label16.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.label16.Location  = new System.Drawing.Point(208, 72);
     this.label16.Name      = "label16";
     this.label16.Size      = new System.Drawing.Size(64, 23);
     this.label16.TabIndex  = 134;
     this.label16.Text      = "原因";
     this.label16.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txt12
     //
     this.txt12.BackColor = System.Drawing.Color.White;
     this.txt12.Cursor    = System.Windows.Forms.Cursors.Cross;
     this.txt12.DataField = "reason";
     this.txt12.DataType  = TJSystem.Public.DataType.String;
     this.txt12.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.txt12.Location  = new System.Drawing.Point(272, 72);
     this.txt12.Name      = "txt12";
     this.txt12.Size      = new System.Drawing.Size(448, 23);
     this.txt12.TabIndex  = 135;
     this.txt12.Text      = "";
     //
     // label18
     //
     this.label18.BackColor = System.Drawing.Color.Transparent;
     this.label18.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.label18.ForeColor = System.Drawing.Color.Blue;
     this.label18.Location  = new System.Drawing.Point(24, 72);
     this.label18.Name      = "label18";
     this.label18.Size      = new System.Drawing.Size(64, 23);
     this.label18.TabIndex  = 126;
     this.label18.Text      = "仓库代码";
     this.label18.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label5
     //
     this.label5.BackColor = System.Drawing.Color.Transparent;
     this.label5.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.label5.ForeColor = System.Drawing.Color.Blue;
     this.label5.Location  = new System.Drawing.Point(384, 48);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(48, 23);
     this.label5.TabIndex  = 118;
     this.label5.Text      = "状态";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label21
     //
     this.label21.BackColor = System.Drawing.Color.Transparent;
     this.label21.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.label21.Location  = new System.Drawing.Point(200, 144);
     this.label21.Name      = "label21";
     this.label21.Size      = new System.Drawing.Size(64, 23);
     this.label21.TabIndex  = 42;
     this.label21.Text      = "修改时间";
     this.label21.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txt20
     //
     this.txt20.BackColor = System.Drawing.Color.White;
     this.txt20.DataField = "modifyon";
     this.txt20.DataType  = TJSystem.Public.DataType.String;
     this.txt20.Enabled   = false;
     this.txt20.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.txt20.Location  = new System.Drawing.Point(264, 144);
     this.txt20.Name      = "txt20";
     this.txt20.Size      = new System.Drawing.Size(104, 23);
     this.txt20.TabIndex  = 41;
     this.txt20.Text      = "";
     //
     // label20
     //
     this.label20.BackColor = System.Drawing.Color.Transparent;
     this.label20.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.label20.Location  = new System.Drawing.Point(200, 120);
     this.label20.Name      = "label20";
     this.label20.Size      = new System.Drawing.Size(64, 23);
     this.label20.TabIndex  = 40;
     this.label20.Text      = "创建时间";
     this.label20.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txt16
     //
     this.txt16.BackColor = System.Drawing.Color.White;
     this.txt16.DataField = "createon";
     this.txt16.DataType  = TJSystem.Public.DataType.String;
     this.txt16.Enabled   = false;
     this.txt16.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.txt16.Location  = new System.Drawing.Point(264, 120);
     this.txt16.Name      = "txt16";
     this.txt16.Size      = new System.Drawing.Size(104, 23);
     this.txt16.TabIndex  = 39;
     this.txt16.Text      = "";
     //
     // label17
     //
     this.label17.BackColor = System.Drawing.Color.Transparent;
     this.label17.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.label17.Location  = new System.Drawing.Point(16, 144);
     this.label17.Name      = "label17";
     this.label17.Size      = new System.Drawing.Size(80, 23);
     this.label17.TabIndex  = 32;
     this.label17.Text      = "最后修改者";
     this.label17.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label15
     //
     this.label15.BackColor = System.Drawing.Color.Transparent;
     this.label15.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.label15.Location  = new System.Drawing.Point(8, 120);
     this.label15.Name      = "label15";
     this.label15.Size      = new System.Drawing.Size(80, 23);
     this.label15.TabIndex  = 29;
     this.label15.Text      = "创建者";
     this.label15.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label8
     //
     this.label8.BackColor = System.Drawing.Color.Transparent;
     this.label8.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.label8.ForeColor = System.Drawing.Color.Blue;
     this.label8.Location  = new System.Drawing.Point(208, 48);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(64, 23);
     this.label8.TabIndex  = 22;
     this.label8.Text      = "调整日期";
     this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.label2.ForeColor = System.Drawing.Color.Blue;
     this.label2.Location  = new System.Drawing.Point(8, 48);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(80, 23);
     this.label2.TabIndex  = 16;
     this.label2.Text      = "调整单号";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txt15
     //
     this.txt15.BackColor = System.Drawing.Color.White;
     this.txt15.DataField = "createBy";
     this.txt15.DataType  = TJSystem.Public.DataType.String;
     this.txt15.Enabled   = false;
     this.txt15.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.txt15.Location  = new System.Drawing.Point(96, 120);
     this.txt15.Name      = "txt15";
     this.txt15.Size      = new System.Drawing.Size(96, 23);
     this.txt15.TabIndex  = 12;
     this.txt15.Text      = "";
     //
     // txt19
     //
     this.txt19.BackColor = System.Drawing.Color.White;
     this.txt19.DataField = "modifyBy";
     this.txt19.DataType  = TJSystem.Public.DataType.String;
     this.txt19.Enabled   = false;
     this.txt19.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.txt19.Location  = new System.Drawing.Point(96, 144);
     this.txt19.Name      = "txt19";
     this.txt19.Size      = new System.Drawing.Size(96, 23);
     this.txt19.TabIndex  = 9;
     this.txt19.Text      = "";
     //
     // txt1
     //
     this.txt1.BackColor = System.Drawing.Color.White;
     this.txt1.DataField = "stock_code";
     this.txt1.DataType  = TJSystem.Public.DataType.String;
     this.txt1.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.txt1.Location  = new System.Drawing.Point(96, 48);
     this.txt1.Name      = "txt1";
     this.txt1.Size      = new System.Drawing.Size(112, 23);
     this.txt1.TabIndex  = 100;
     this.txt1.Text      = "";
     //
     // priTextBox1
     //
     this.priTextBox1.BackColor = System.Drawing.Color.White;
     this.priTextBox1.DataField = "approvedBy";
     this.priTextBox1.DataType  = TJSystem.Public.DataType.String;
     this.priTextBox1.Enabled   = false;
     this.priTextBox1.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.priTextBox1.Location  = new System.Drawing.Point(424, 120);
     this.priTextBox1.Name      = "priTextBox1";
     this.priTextBox1.Size      = new System.Drawing.Size(104, 23);
     this.priTextBox1.TabIndex  = 41;
     this.priTextBox1.Text      = "";
     //
     // frmStockChange
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(7, 16);
     this.BackColor         = System.Drawing.SystemColors.ScrollBar;
     this.ClientSize        = new System.Drawing.Size(792, 566);
     this.Controls.Add(this.panel3);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.panel2);
     this.Font            = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name            = "frmStockChange";
     this.Text            = "库存调整";
     this.panel3.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).EndInit();
     this.panel4.ResumeLayout(false);
     this.ResumeLayout(false);
 }
        /// <summary>

        /// </summary>
        private void InitializeComponent()
        {
            System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmGatheringBillBalance));
            this.panel3              = new System.Windows.Forms.Panel();
            this.priToolBar1         = new TJSystem.UC.PriToolBar();
            this.panel2              = new System.Windows.Forms.Panel();
            this.dataGrid1           = new System.Windows.Forms.DataGrid();
            this.dataGridTableStyle1 = new System.Windows.Forms.DataGridTableStyle();
            this.panel4              = new System.Windows.Forms.Panel();
            this.dateTimePicker1     = new TJSystem.Classes.PriDateTimePicker();
            this.priTextBox9         = new TJSystem.Classes.PriTextBox();
            this.label22             = new System.Windows.Forms.Label();
            this.priTextBox8         = new TJSystem.Classes.PriTextBox();
            this.label20             = new System.Windows.Forms.Label();
            this.priTextBox4         = new TJSystem.Classes.PriTextBox();
            this.label14             = new System.Windows.Forms.Label();
            this.priTextBox5         = new TJSystem.Classes.PriTextBox();
            this.priTextBox3         = new TJSystem.Classes.PriTextBox();
            this.label9              = new System.Windows.Forms.Label();
            this.label7              = new System.Windows.Forms.Label();
            this.priTextBox7         = new TJSystem.Classes.PriTextBox();
            this.label12             = new System.Windows.Forms.Label();
            this.comboBox1           = new TJSystem.Classes.PriComboBox();
            this.priTextBox2         = new TJSystem.Classes.PriTextBox();
            this.label11             = new System.Windows.Forms.Label();
            this.label3              = new System.Windows.Forms.Label();
            this.label10             = new System.Windows.Forms.Label();
            this.label2              = new System.Windows.Forms.Label();
            this.priTextBox1         = new TJSystem.Classes.PriTextBox();
            this.panel1              = new System.Windows.Forms.Panel();
            this.label1              = new System.Windows.Forms.Label();
            this.panel3.SuspendLayout();
            this.panel2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).BeginInit();
            this.panel4.SuspendLayout();
            this.panel1.SuspendLayout();
            this.SuspendLayout();
            //
            // panel3
            //
            this.panel3.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel3.BackgroundImage")));
            this.panel3.BorderStyle     = System.Windows.Forms.BorderStyle.Fixed3D;
            this.panel3.Controls.Add(this.priToolBar1);
            this.panel3.Dock     = System.Windows.Forms.DockStyle.Bottom;
            this.panel3.Location = new System.Drawing.Point(0, 529);
            this.panel3.Name     = "panel3";
            this.panel3.Size     = new System.Drawing.Size(792, 37);
            this.panel3.TabIndex = 24;
            //
            // priToolBar1
            //
            this.priToolBar1.DGEnable       = true;
            this.priToolBar1.Dock           = System.Windows.Forms.DockStyle.Bottom;
            this.priToolBar1.Location       = new System.Drawing.Point(0, -5);
            this.priToolBar1.Name           = "priToolBar1";
            this.priToolBar1.setCurrentForm = null;
            this.priToolBar1.Size           = new System.Drawing.Size(788, 38);
            this.priToolBar1.TabIndex       = 0;
            //
            // panel2
            //
            this.panel2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel2.BackgroundImage")));
            this.panel2.BorderStyle     = System.Windows.Forms.BorderStyle.Fixed3D;
            this.panel2.Controls.Add(this.dataGrid1);
            this.panel2.Controls.Add(this.panel4);
            this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.panel2.Location = new System.Drawing.Point(0, 45);
            this.panel2.Name     = "panel2";
            this.panel2.Size     = new System.Drawing.Size(792, 521);
            this.panel2.TabIndex = 23;
            //
            // dataGrid1
            //
            this.dataGrid1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                           | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
            this.dataGrid1.BackgroundColor = System.Drawing.SystemColors.ActiveCaptionText;
            this.dataGrid1.CaptionVisible  = false;
            this.dataGrid1.DataMember      = "";
            this.dataGrid1.HeaderForeColor = System.Drawing.SystemColors.ControlText;
            this.dataGrid1.Location        = new System.Drawing.Point(0, 176);
            this.dataGrid1.Name            = "dataGrid1";
            this.dataGrid1.ReadOnly        = true;
            this.dataGrid1.Size            = new System.Drawing.Size(783, 304);
            this.dataGrid1.TabIndex        = 1;
            this.dataGrid1.TableStyles.AddRange(new System.Windows.Forms.DataGridTableStyle[] {
                this.dataGridTableStyle1
            });
            //
            // dataGridTableStyle1
            //
            this.dataGridTableStyle1.AllowSorting    = false;
            this.dataGridTableStyle1.DataGrid        = this.dataGrid1;
            this.dataGridTableStyle1.HeaderForeColor = System.Drawing.SystemColors.ControlText;
            this.dataGridTableStyle1.MappingName     = "finance_pba_master";
            this.dataGridTableStyle1.ReadOnly        = true;
            //
            // panel4
            //
            this.panel4.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel4.BackgroundImage")));
            this.panel4.BorderStyle     = System.Windows.Forms.BorderStyle.Fixed3D;
            this.panel4.Controls.Add(this.dateTimePicker1);
            this.panel4.Controls.Add(this.priTextBox9);
            this.panel4.Controls.Add(this.label22);
            this.panel4.Controls.Add(this.priTextBox8);
            this.panel4.Controls.Add(this.label20);
            this.panel4.Controls.Add(this.priTextBox4);
            this.panel4.Controls.Add(this.label14);
            this.panel4.Controls.Add(this.priTextBox5);
            this.panel4.Controls.Add(this.priTextBox3);
            this.panel4.Controls.Add(this.label9);
            this.panel4.Controls.Add(this.label7);
            this.panel4.Controls.Add(this.priTextBox7);
            this.panel4.Controls.Add(this.label12);
            this.panel4.Controls.Add(this.comboBox1);
            this.panel4.Controls.Add(this.priTextBox2);
            this.panel4.Controls.Add(this.label11);
            this.panel4.Controls.Add(this.label3);
            this.panel4.Controls.Add(this.label10);
            this.panel4.Controls.Add(this.label2);
            this.panel4.Controls.Add(this.priTextBox1);
            this.panel4.Dock     = System.Windows.Forms.DockStyle.Top;
            this.panel4.Location = new System.Drawing.Point(0, 0);
            this.panel4.Name     = "panel4";
            this.panel4.Size     = new System.Drawing.Size(788, 168);
            this.panel4.TabIndex = 0;
            //
            // dateTimePicker1
            //
            this.dateTimePicker1.CustomFormat = "yyyy-MM-dd";
            this.dateTimePicker1.DataField    = "rba_date";
            this.dateTimePicker1.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
            this.dateTimePicker1.Location     = new System.Drawing.Point(368, 15);
            this.dateTimePicker1.Name         = "dateTimePicker1";
            this.dateTimePicker1.Size         = new System.Drawing.Size(144, 22);
            this.dateTimePicker1.TabIndex     = 154;
            this.dateTimePicker1.Value        = new System.DateTime(2007, 2, 4, 16, 42, 7, 859);
            //
            // priTextBox9
            //
            this.priTextBox9.BackColor = System.Drawing.SystemColors.InactiveBorder;
            this.priTextBox9.DataField = "modifyBy";
            this.priTextBox9.DataType  = TJSystem.Public.DataType.String;
            this.priTextBox9.Enabled   = false;
            this.priTextBox9.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
            this.priTextBox9.Location  = new System.Drawing.Point(368, 136);
            this.priTextBox9.Name      = "priTextBox9";
            this.priTextBox9.Size      = new System.Drawing.Size(144, 23);
            this.priTextBox9.TabIndex  = 153;
            this.priTextBox9.Text      = "";
            //
            // label22
            //
            this.label22.BackColor = System.Drawing.Color.Transparent;
            this.label22.Location  = new System.Drawing.Point(269, 136);
            this.label22.Name      = "label22";
            this.label22.Size      = new System.Drawing.Size(96, 22);
            this.label22.TabIndex  = 152;
            this.label22.Text      = "最后修改人";
            this.label22.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.label22.Click    += new System.EventHandler(this.label22_Click);
            //
            // priTextBox8
            //
            this.priTextBox8.BackColor = System.Drawing.SystemColors.InactiveBorder;
            this.priTextBox8.DataField = "modifyOn";
            this.priTextBox8.DataType  = TJSystem.Public.DataType.String;
            this.priTextBox8.Enabled   = false;
            this.priTextBox8.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
            this.priTextBox8.Location  = new System.Drawing.Point(368, 112);
            this.priTextBox8.Name      = "priTextBox8";
            this.priTextBox8.Size      = new System.Drawing.Size(144, 23);
            this.priTextBox8.TabIndex  = 151;
            this.priTextBox8.Text      = "";
            //
            // label20
            //
            this.label20.BackColor = System.Drawing.Color.Transparent;
            this.label20.Location  = new System.Drawing.Point(260, 112);
            this.label20.Name      = "label20";
            this.label20.Size      = new System.Drawing.Size(105, 21);
            this.label20.TabIndex  = 150;
            this.label20.Text      = "最后修改时间";
            this.label20.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            //
            // priTextBox4
            //
            this.priTextBox4.BackColor = System.Drawing.SystemColors.InactiveBorder;
            this.priTextBox4.DataField = "CreateBy";
            this.priTextBox4.DataType  = TJSystem.Public.DataType.String;
            this.priTextBox4.Enabled   = false;
            this.priTextBox4.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
            this.priTextBox4.Location  = new System.Drawing.Point(112, 112);
            this.priTextBox4.Name      = "priTextBox4";
            this.priTextBox4.Size      = new System.Drawing.Size(144, 23);
            this.priTextBox4.TabIndex  = 149;
            this.priTextBox4.Text      = "";
            //
            // label14
            //
            this.label14.BackColor = System.Drawing.Color.Transparent;
            this.label14.Location  = new System.Drawing.Point(27, 112);
            this.label14.Name      = "label14";
            this.label14.Size      = new System.Drawing.Size(77, 21);
            this.label14.TabIndex  = 148;
            this.label14.Text      = "创建者";
            this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            //
            // priTextBox5
            //
            this.priTextBox5.BackColor = System.Drawing.SystemColors.InactiveBorder;
            this.priTextBox5.DataField = "CreateOn";
            this.priTextBox5.DataType  = TJSystem.Public.DataType.String;
            this.priTextBox5.Enabled   = false;
            this.priTextBox5.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
            this.priTextBox5.Location  = new System.Drawing.Point(112, 136);
            this.priTextBox5.Name      = "priTextBox5";
            this.priTextBox5.Size      = new System.Drawing.Size(144, 23);
            this.priTextBox5.TabIndex  = 147;
            this.priTextBox5.Text      = "";
            //
            // priTextBox3
            //
            this.priTextBox3.DataField = "remark";
            this.priTextBox3.DataType  = TJSystem.Public.DataType.String;
            this.priTextBox3.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
            this.priTextBox3.Location  = new System.Drawing.Point(112, 88);
            this.priTextBox3.Name      = "priTextBox3";
            this.priTextBox3.Size      = new System.Drawing.Size(403, 23);
            this.priTextBox3.TabIndex  = 146;
            this.priTextBox3.Text      = "";
            //
            // label9
            //
            this.label9.BackColor = System.Drawing.Color.Transparent;
            this.label9.Location  = new System.Drawing.Point(8, 136);
            this.label9.Name      = "label9";
            this.label9.Size      = new System.Drawing.Size(96, 22);
            this.label9.TabIndex  = 145;
            this.label9.Text      = "创建日期";
            this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            //
            // label7
            //
            this.label7.BackColor = System.Drawing.Color.Transparent;
            this.label7.Location  = new System.Drawing.Point(8, 88);
            this.label7.Name      = "label7";
            this.label7.Size      = new System.Drawing.Size(96, 22);
            this.label7.TabIndex  = 144;
            this.label7.Text      = "备注";
            this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            //
            // priTextBox7
            //
            this.priTextBox7.DataField = "Currency";
            this.priTextBox7.DataType  = TJSystem.Public.DataType.String;
            this.priTextBox7.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
            this.priTextBox7.Location  = new System.Drawing.Point(368, 40);
            this.priTextBox7.Name      = "priTextBox7";
            this.priTextBox7.Size      = new System.Drawing.Size(144, 23);
            this.priTextBox7.TabIndex  = 143;
            this.priTextBox7.Text      = "RMB";
            //
            // label12
            //
            this.label12.BackColor = System.Drawing.Color.Transparent;
            this.label12.Location  = new System.Drawing.Point(288, 40);
            this.label12.Name      = "label12";
            this.label12.Size      = new System.Drawing.Size(77, 21);
            this.label12.TabIndex  = 142;
            this.label12.Text      = "货币";
            this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            //
            // comboBox1
            //
            this.comboBox1.DataField     = "Client_id";
            this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBox1.ItemHeight    = 13;
            this.comboBox1.Location      = new System.Drawing.Point(112, 40);
            this.comboBox1.Name          = "comboBox1";
            this.comboBox1.Size          = new System.Drawing.Size(144, 21);
            this.comboBox1.TabIndex      = 141;
            //
            // priTextBox2
            //
            this.priTextBox2.BackColor = System.Drawing.SystemColors.InactiveBorder;
            this.priTextBox2.DataField = "Client_name";
            this.priTextBox2.DataType  = TJSystem.Public.DataType.String;
            this.priTextBox2.Enabled   = false;
            this.priTextBox2.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
            this.priTextBox2.Location  = new System.Drawing.Point(112, 64);
            this.priTextBox2.Name      = "priTextBox2";
            this.priTextBox2.Size      = new System.Drawing.Size(403, 23);
            this.priTextBox2.TabIndex  = 140;
            this.priTextBox2.Text      = "";
            //
            // label11
            //
            this.label11.BackColor = System.Drawing.Color.Transparent;
            this.label11.Location  = new System.Drawing.Point(8, 64);
            this.label11.Name      = "label11";
            this.label11.Size      = new System.Drawing.Size(96, 21);
            this.label11.TabIndex  = 139;
            this.label11.Text      = "客户名称";
            this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            //
            // label3
            //
            this.label3.BackColor = System.Drawing.Color.Transparent;
            this.label3.ForeColor = System.Drawing.Color.Blue;
            this.label3.Location  = new System.Drawing.Point(8, 40);
            this.label3.Name      = "label3";
            this.label3.Size      = new System.Drawing.Size(96, 21);
            this.label3.TabIndex  = 138;
            this.label3.Text      = "客户号码";
            this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            //
            // label10
            //
            this.label10.BackColor = System.Drawing.Color.Transparent;
            this.label10.Location  = new System.Drawing.Point(288, 15);
            this.label10.Name      = "label10";
            this.label10.Size      = new System.Drawing.Size(77, 21);
            this.label10.TabIndex  = 117;
            this.label10.Text      = "冲销日期";
            this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            //
            // label2
            //
            this.label2.BackColor = System.Drawing.Color.Transparent;
            this.label2.ForeColor = System.Drawing.Color.Blue;
            this.label2.Location  = new System.Drawing.Point(8, 15);
            this.label2.Name      = "label2";
            this.label2.Size      = new System.Drawing.Size(96, 21);
            this.label2.TabIndex  = 115;
            this.label2.Text      = "冲销编号";
            this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            //
            // priTextBox1
            //
            this.priTextBox1.DataField = "rba_code";
            this.priTextBox1.DataType  = TJSystem.Public.DataType.String;
            this.priTextBox1.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
            this.priTextBox1.Location  = new System.Drawing.Point(112, 15);
            this.priTextBox1.Name      = "priTextBox1";
            this.priTextBox1.Size      = new System.Drawing.Size(144, 23);
            this.priTextBox1.TabIndex  = 116;
            this.priTextBox1.Text      = "";
            //
            // panel1
            //
            this.panel1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel1.BackgroundImage")));
            this.panel1.BorderStyle     = System.Windows.Forms.BorderStyle.Fixed3D;
            this.panel1.Controls.Add(this.label1);
            this.panel1.Dock     = System.Windows.Forms.DockStyle.Top;
            this.panel1.Location = new System.Drawing.Point(0, 0);
            this.panel1.Name     = "panel1";
            this.panel1.Size     = new System.Drawing.Size(792, 45);
            this.panel1.TabIndex = 22;
            //
            // label1
            //
            this.label1.BackColor = System.Drawing.Color.Transparent;
            this.label1.Dock      = System.Windows.Forms.DockStyle.Fill;
            this.label1.Font      = new System.Drawing.Font("宋体", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
            this.label1.Location  = new System.Drawing.Point(0, 0);
            this.label1.Name      = "label1";
            this.label1.Size      = new System.Drawing.Size(788, 41);
            this.label1.TabIndex  = 0;
            this.label1.Text      = "收款单冲销应收单";
            this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            //
            // frmGatheringBillBalance
            //
            this.AutoScaleBaseSize = new System.Drawing.Size(7, 15);
            this.ClientSize        = new System.Drawing.Size(792, 566);
            this.Controls.Add(this.panel3);
            this.Controls.Add(this.panel2);
            this.Controls.Add(this.panel1);
            this.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
            this.Name = "frmGatheringBillBalance";
            this.Text = "收款单冲销应收单";
            this.panel3.ResumeLayout(false);
            this.panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).EndInit();
            this.panel4.ResumeLayout(false);
            this.panel1.ResumeLayout(false);
            this.ResumeLayout(false);
        }
Beispiel #4
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmWorkRpt));
     this.dataGridTextBoxColumn2 = new System.Windows.Forms.DataGridTextBoxColumn();
     this.dataGridTextBoxColumn3 = new System.Windows.Forms.DataGridTextBoxColumn();
     this.dataGridTextBoxColumn1 = new System.Windows.Forms.DataGridTextBoxColumn();
     this.dataGridTextBoxColumn4 = new System.Windows.Forms.DataGridTextBoxColumn();
     this.panel2              = new System.Windows.Forms.Panel();
     this.dataGrid1           = new System.Windows.Forms.DataGrid();
     this.dataGridTableStyle1 = new System.Windows.Forms.DataGridTableStyle();
     this.emp_id              = new System.Windows.Forms.DataGridTextBoxColumn();
     this.emp_name            = new System.Windows.Forms.DataGridTextBoxColumn();
     this.start_time          = new System.Windows.Forms.DataGridTextBoxColumn();
     this.end_time            = new System.Windows.Forms.DataGridTextBoxColumn();
     this.pj_code             = new System.Windows.Forms.DataGridTextBoxColumn();
     this.items              = new System.Windows.Forms.DataGridTextBoxColumn();
     this.item_desc          = new System.Windows.Forms.DataGridTextBoxColumn();
     this.wk_hours           = new System.Windows.Forms.DataGridTextBoxColumn();
     this.wk_rate            = new System.Windows.Forms.DataGridTextBoxColumn();
     this.total_rate         = new System.Windows.Forms.DataGridTextBoxColumn();
     this.pre_content        = new System.Windows.Forms.DataGridTextBoxColumn();
     this.panel4             = new System.Windows.Forms.Panel();
     this.priComboBox8       = new TJSystem.Classes.PriComboBox();
     this.button2            = new TJSystem.Classes.XpStyleButton();
     this.label13            = new System.Windows.Forms.Label();
     this.priDateTimePicker3 = new TJSystem.Classes.PriDateTimePicker();
     this.txt3               = new TJSystem.Classes.PriTextBox();
     this.label12            = new System.Windows.Forms.Label();
     this.label8             = new System.Windows.Forms.Label();
     this.label2             = new System.Windows.Forms.Label();
     this.txt1               = new TJSystem.Classes.PriTextBox();
     this.txt2               = new TJSystem.Classes.PriTextBox();
     this.priDateTimePicker1 = new TJSystem.Classes.PriDateTimePicker();
     this.label3             = new System.Windows.Forms.Label();
     this.priTextBox1        = new TJSystem.Classes.PriTextBox();
     this.label4             = new System.Windows.Forms.Label();
     this.label5             = new System.Windows.Forms.Label();
     this.label6             = new System.Windows.Forms.Label();
     this.priTextBox2        = new TJSystem.Classes.PriTextBox();
     this.label7             = new System.Windows.Forms.Label();
     this.label9             = new System.Windows.Forms.Label();
     this.priTextBox3        = new TJSystem.Classes.PriTextBox();
     this.label10            = new System.Windows.Forms.Label();
     this.label11            = new System.Windows.Forms.Label();
     this.priTextBox4        = new TJSystem.Classes.PriTextBox();
     this.label14            = new System.Windows.Forms.Label();
     this.label15            = new System.Windows.Forms.Label();
     this.priTextBox6        = new TJSystem.Classes.PriTextBox();
     this.panel3             = new System.Windows.Forms.Panel();
     this.priToolBar1        = new TJSystem.UC.PriToolBar();
     this.panel1             = new System.Windows.Forms.Panel();
     this.label1             = new System.Windows.Forms.Label();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).BeginInit();
     this.panel4.SuspendLayout();
     this.panel3.SuspendLayout();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // dataGridTextBoxColumn2
     //
     this.dataGridTextBoxColumn2.Format      = "";
     this.dataGridTextBoxColumn2.FormatInfo  = null;
     this.dataGridTextBoxColumn2.HeaderText  = "员工姓名";
     this.dataGridTextBoxColumn2.MappingName = "";
     this.dataGridTextBoxColumn2.NullText    = "";
     this.dataGridTextBoxColumn2.Width       = 75;
     //
     // dataGridTextBoxColumn3
     //
     this.dataGridTextBoxColumn3.Format      = "";
     this.dataGridTextBoxColumn3.FormatInfo  = null;
     this.dataGridTextBoxColumn3.HeaderText  = "英文名";
     this.dataGridTextBoxColumn3.MappingName = "";
     this.dataGridTextBoxColumn3.NullText    = "";
     this.dataGridTextBoxColumn3.Width       = 75;
     //
     // dataGridTextBoxColumn1
     //
     this.dataGridTextBoxColumn1.Format      = "";
     this.dataGridTextBoxColumn1.FormatInfo  = null;
     this.dataGridTextBoxColumn1.HeaderText  = "员工编号";
     this.dataGridTextBoxColumn1.MappingName = "employee_id";
     this.dataGridTextBoxColumn1.NullText    = "";
     this.dataGridTextBoxColumn1.Width       = 75;
     //
     // dataGridTextBoxColumn4
     //
     this.dataGridTextBoxColumn4.Format      = "";
     this.dataGridTextBoxColumn4.FormatInfo  = null;
     this.dataGridTextBoxColumn4.HeaderText  = "性别";
     this.dataGridTextBoxColumn4.MappingName = "Gender";
     this.dataGridTextBoxColumn4.NullText    = "";
     this.dataGridTextBoxColumn4.Width       = 75;
     //
     // panel2
     //
     this.panel2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel2.BackgroundImage")));
     this.panel2.BorderStyle     = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel2.Controls.Add(this.dataGrid1);
     this.panel2.Controls.Add(this.panel4);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(0, 48);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(792, 478);
     this.panel2.TabIndex = 8;
     this.panel2.Paint   += new System.Windows.Forms.PaintEventHandler(this.panel2_Paint);
     //
     // dataGrid1
     //
     this.dataGrid1.AllowSorting = false;
     this.dataGrid1.Anchor       = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                          | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.dataGrid1.BackgroundColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.dataGrid1.CaptionText     = "工作内容";
     this.dataGrid1.CaptionVisible  = false;
     this.dataGrid1.DataMember      = "";
     this.dataGrid1.HeaderForeColor = System.Drawing.SystemColors.ControlText;
     this.dataGrid1.Location        = new System.Drawing.Point(0, 248);
     this.dataGrid1.Name            = "dataGrid1";
     this.dataGrid1.ReadOnly        = true;
     this.dataGrid1.Size            = new System.Drawing.Size(784, 224);
     this.dataGrid1.TabIndex        = 1;
     this.dataGrid1.TableStyles.AddRange(new System.Windows.Forms.DataGridTableStyle[] {
         this.dataGridTableStyle1
     });
     //
     // dataGridTableStyle1
     //
     this.dataGridTableStyle1.AllowSorting = false;
     this.dataGridTableStyle1.DataGrid     = this.dataGrid1;
     this.dataGridTableStyle1.GridColumnStyles.AddRange(new System.Windows.Forms.DataGridColumnStyle[] {
         this.emp_id,
         this.emp_name,
         this.start_time,
         this.end_time,
         this.pj_code,
         this.items,
         this.item_desc,
         this.wk_hours,
         this.wk_rate,
         this.total_rate,
         this.pre_content
     });
     this.dataGridTableStyle1.HeaderForeColor = System.Drawing.SystemColors.ControlText;
     this.dataGridTableStyle1.MappingName     = "tj_workreport";
     this.dataGridTableStyle1.ReadOnly        = true;
     //
     // emp_id
     //
     this.emp_id.Format      = "";
     this.emp_id.FormatInfo  = null;
     this.emp_id.HeaderText  = "记录人";
     this.emp_id.MappingName = "emp_id";
     this.emp_id.NullText    = "";
     this.emp_id.Width       = 75;
     //
     // emp_name
     //
     this.emp_name.Format      = "";
     this.emp_name.FormatInfo  = null;
     this.emp_name.HeaderText  = "记录人名字";
     this.emp_name.MappingName = "emp_name";
     this.emp_name.NullText    = "";
     this.emp_name.Width       = 75;
     //
     // start_time
     //
     this.start_time.Format      = "";
     this.start_time.FormatInfo  = null;
     this.start_time.HeaderText  = "开始时间";
     this.start_time.MappingName = "start_time";
     this.start_time.NullText    = "";
     this.start_time.Width       = 150;
     //
     // end_time
     //
     this.end_time.Format      = "";
     this.end_time.FormatInfo  = null;
     this.end_time.HeaderText  = "结束时间";
     this.end_time.MappingName = "end_time";
     this.end_time.NullText    = "";
     this.end_time.Width       = 150;
     //
     // pj_code
     //
     this.pj_code.Format      = "";
     this.pj_code.FormatInfo  = null;
     this.pj_code.HeaderText  = "项目代号";
     this.pj_code.MappingName = "pj_code";
     this.pj_code.NullText    = "";
     this.pj_code.Width       = 75;
     //
     // items
     //
     this.items.Format      = "";
     this.items.FormatInfo  = null;
     this.items.HeaderText  = "工作事项";
     this.items.MappingName = "items";
     this.items.NullText    = "";
     this.items.Width       = 150;
     //
     // item_desc
     //
     this.item_desc.Format      = "";
     this.item_desc.FormatInfo  = null;
     this.item_desc.HeaderText  = "内容描述";
     this.item_desc.MappingName = "item_desc";
     this.item_desc.NullText    = "";
     this.item_desc.Width       = 250;
     //
     // wk_hours
     //
     this.wk_hours.Format      = "";
     this.wk_hours.FormatInfo  = null;
     this.wk_hours.HeaderText  = "工时";
     this.wk_hours.MappingName = "wk_hours";
     this.wk_hours.NullText    = "";
     this.wk_hours.Width       = 75;
     //
     // wk_rate
     //
     this.wk_rate.Format      = "";
     this.wk_rate.FormatInfo  = null;
     this.wk_rate.HeaderText  = "完成进度";
     this.wk_rate.MappingName = "wk_rate";
     this.wk_rate.NullText    = "";
     this.wk_rate.Width       = 75;
     //
     // total_rate
     //
     this.total_rate.Format      = "";
     this.total_rate.FormatInfo  = null;
     this.total_rate.HeaderText  = "累计完成进度";
     this.total_rate.MappingName = "total_rate";
     this.total_rate.NullText    = "";
     this.total_rate.Width       = 75;
     //
     // pre_content
     //
     this.pre_content.Format      = "";
     this.pre_content.FormatInfo  = null;
     this.pre_content.HeaderText  = "预计工作内容";
     this.pre_content.MappingName = "pre_content";
     this.pre_content.NullText    = "";
     this.pre_content.Width       = 150;
     //
     // panel4
     //
     this.panel4.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel4.BackgroundImage")));
     this.panel4.BorderStyle     = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel4.Controls.Add(this.priComboBox8);
     this.panel4.Controls.Add(this.button2);
     this.panel4.Controls.Add(this.label13);
     this.panel4.Controls.Add(this.priDateTimePicker3);
     this.panel4.Controls.Add(this.txt3);
     this.panel4.Controls.Add(this.label12);
     this.panel4.Controls.Add(this.label8);
     this.panel4.Controls.Add(this.label2);
     this.panel4.Controls.Add(this.txt1);
     this.panel4.Controls.Add(this.txt2);
     this.panel4.Controls.Add(this.priDateTimePicker1);
     this.panel4.Controls.Add(this.label3);
     this.panel4.Controls.Add(this.priTextBox1);
     this.panel4.Controls.Add(this.label4);
     this.panel4.Controls.Add(this.label5);
     this.panel4.Controls.Add(this.label6);
     this.panel4.Controls.Add(this.priTextBox2);
     this.panel4.Controls.Add(this.label7);
     this.panel4.Controls.Add(this.label9);
     this.panel4.Controls.Add(this.priTextBox3);
     this.panel4.Controls.Add(this.label10);
     this.panel4.Controls.Add(this.label11);
     this.panel4.Controls.Add(this.priTextBox4);
     this.panel4.Controls.Add(this.label14);
     this.panel4.Controls.Add(this.label15);
     this.panel4.Controls.Add(this.priTextBox6);
     this.panel4.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel4.Location = new System.Drawing.Point(0, 0);
     this.panel4.Name     = "panel4";
     this.panel4.Size     = new System.Drawing.Size(788, 248);
     this.panel4.TabIndex = 0;
     //
     // priComboBox8
     //
     this.priComboBox8.BackColor                 = System.Drawing.Color.White;
     this.priComboBox8.DataField                 = "emp_id";
     this.priComboBox8.DropDownStyle             = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.priComboBox8.Location                  = new System.Drawing.Point(96, 216);
     this.priComboBox8.Name                      = "priComboBox8";
     this.priComboBox8.Size                      = new System.Drawing.Size(96, 22);
     this.priComboBox8.TabIndex                  = 217;
     this.priComboBox8.SelectionChangeCommitted += new System.EventHandler(this.priComboBox8_SelectionChangeCommitted);
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(456, 208);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(88, 32);
     this.button2.TabIndex = 216;
     this.button2.Text     = "查询";
     this.button2.Click   += new System.EventHandler(this.button2_Click);
     //
     // label13
     //
     this.label13.BackColor = System.Drawing.Color.Transparent;
     this.label13.Font      = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.label13.ForeColor = System.Drawing.Color.SlateBlue;
     this.label13.Location  = new System.Drawing.Point(560, 152);
     this.label13.Name      = "label13";
     this.label13.Size      = new System.Drawing.Size(216, 56);
     this.label13.TabIndex  = 215;
     this.label13.Text      = "此处填写次日或下阶段预计需要完成的工作内容,若不清楚可不用填写!";
     //
     // priDateTimePicker3
     //
     this.priDateTimePicker3.CustomFormat = "yyyy-MM-dd HH:mm:ss";
     this.priDateTimePicker3.DataField    = "start_time";
     this.priDateTimePicker3.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.priDateTimePicker3.Location     = new System.Drawing.Point(96, 8);
     this.priDateTimePicker3.Name         = "priDateTimePicker3";
     this.priDateTimePicker3.Size         = new System.Drawing.Size(168, 23);
     this.priDateTimePicker3.TabIndex     = 214;
     //
     // txt3
     //
     this.txt3.BackColor = System.Drawing.Color.White;
     this.txt3.DataField = "items";
     this.txt3.DataType  = TJSystem.Public.DataType.String;
     this.txt3.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.txt3.Location  = new System.Drawing.Point(96, 32);
     this.txt3.Name      = "txt3";
     this.txt3.Size      = new System.Drawing.Size(448, 23);
     this.txt3.TabIndex  = 102;
     this.txt3.Text      = "";
     //
     // label12
     //
     this.label12.BackColor = System.Drawing.Color.Transparent;
     this.label12.ForeColor = System.Drawing.Color.Blue;
     this.label12.Location  = new System.Drawing.Point(288, 8);
     this.label12.Name      = "label12";
     this.label12.Size      = new System.Drawing.Size(80, 23);
     this.label12.TabIndex  = 26;
     this.label12.Text      = "结束时间";
     this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label8
     //
     this.label8.BackColor = System.Drawing.Color.Transparent;
     this.label8.Location  = new System.Drawing.Point(8, 32);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(80, 23);
     this.label8.TabIndex  = 22;
     this.label8.Text      = "工作事项";
     this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.label8.Click    += new System.EventHandler(this.label8_Click);
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.ForeColor = System.Drawing.Color.Blue;
     this.label2.Location  = new System.Drawing.Point(8, 8);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(80, 23);
     this.label2.TabIndex  = 16;
     this.label2.Text      = "开始时间";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txt1
     //
     this.txt1.BackColor = System.Drawing.Color.White;
     this.txt1.DataField = "pre_content";
     this.txt1.DataType  = TJSystem.Public.DataType.String;
     this.txt1.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.txt1.Location  = new System.Drawing.Point(560, 32);
     this.txt1.Multiline = true;
     this.txt1.Name      = "txt1";
     this.txt1.Size      = new System.Drawing.Size(216, 112);
     this.txt1.TabIndex  = 100;
     this.txt1.Text      = "";
     //
     // txt2
     //
     this.txt2.BackColor = System.Drawing.Color.White;
     this.txt2.DataField = "wk_hours";
     this.txt2.DataType  = TJSystem.Public.DataType.String;
     this.txt2.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.txt2.Location  = new System.Drawing.Point(96, 144);
     this.txt2.Name      = "txt2";
     this.txt2.Size      = new System.Drawing.Size(112, 23);
     this.txt2.TabIndex  = 101;
     this.txt2.Text      = "";
     //
     // priDateTimePicker1
     //
     this.priDateTimePicker1.CustomFormat = "yyyy-MM-dd HH:mm:ss";
     this.priDateTimePicker1.DataField    = "end_time";
     this.priDateTimePicker1.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.priDateTimePicker1.Location     = new System.Drawing.Point(376, 8);
     this.priDateTimePicker1.Name         = "priDateTimePicker1";
     this.priDateTimePicker1.Size         = new System.Drawing.Size(168, 23);
     this.priDateTimePicker1.TabIndex     = 214;
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Location  = new System.Drawing.Point(8, 56);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(80, 23);
     this.label3.TabIndex  = 22;
     this.label3.Text      = "内容描述";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // priTextBox1
     //
     this.priTextBox1.BackColor = System.Drawing.Color.White;
     this.priTextBox1.DataField = "item_desc";
     this.priTextBox1.DataType  = TJSystem.Public.DataType.String;
     this.priTextBox1.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.priTextBox1.Location  = new System.Drawing.Point(96, 56);
     this.priTextBox1.Multiline = true;
     this.priTextBox1.Name      = "priTextBox1";
     this.priTextBox1.Size      = new System.Drawing.Size(448, 88);
     this.priTextBox1.TabIndex  = 102;
     this.priTextBox1.Text      = "";
     //
     // label4
     //
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.label4.Location  = new System.Drawing.Point(8, 144);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(80, 23);
     this.label4.TabIndex  = 22;
     this.label4.Text      = "工时";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label5
     //
     this.label5.BackColor = System.Drawing.Color.Transparent;
     this.label5.Location  = new System.Drawing.Point(208, 144);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(40, 23);
     this.label5.TabIndex  = 22;
     this.label5.Text      = "小时";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label6
     //
     this.label6.BackColor = System.Drawing.Color.Transparent;
     this.label6.Location  = new System.Drawing.Point(208, 168);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(40, 23);
     this.label6.TabIndex  = 22;
     this.label6.Text      = "%";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // priTextBox2
     //
     this.priTextBox2.BackColor = System.Drawing.Color.White;
     this.priTextBox2.DataField = "wk_rate";
     this.priTextBox2.DataType  = TJSystem.Public.DataType.String;
     this.priTextBox2.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.priTextBox2.Location  = new System.Drawing.Point(96, 168);
     this.priTextBox2.Name      = "priTextBox2";
     this.priTextBox2.Size      = new System.Drawing.Size(120, 23);
     this.priTextBox2.TabIndex  = 101;
     this.priTextBox2.Text      = "";
     //
     // label7
     //
     this.label7.BackColor = System.Drawing.Color.Transparent;
     this.label7.Location  = new System.Drawing.Point(8, 168);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(80, 23);
     this.label7.TabIndex  = 22;
     this.label7.Text      = "完成进度";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label9
     //
     this.label9.BackColor = System.Drawing.Color.Transparent;
     this.label9.Location  = new System.Drawing.Point(208, 192);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(40, 23);
     this.label9.TabIndex  = 22;
     this.label9.Text      = "%";
     this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // priTextBox3
     //
     this.priTextBox3.BackColor = System.Drawing.Color.White;
     this.priTextBox3.DataField = "total_rate";
     this.priTextBox3.DataType  = TJSystem.Public.DataType.String;
     this.priTextBox3.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.priTextBox3.Location  = new System.Drawing.Point(96, 192);
     this.priTextBox3.Name      = "priTextBox3";
     this.priTextBox3.Size      = new System.Drawing.Size(120, 23);
     this.priTextBox3.TabIndex  = 101;
     this.priTextBox3.Text      = "";
     //
     // label10
     //
     this.label10.BackColor = System.Drawing.Color.Transparent;
     this.label10.Location  = new System.Drawing.Point(8, 192);
     this.label10.Name      = "label10";
     this.label10.Size      = new System.Drawing.Size(80, 23);
     this.label10.TabIndex  = 22;
     this.label10.Text      = "累计进度";
     this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label11
     //
     this.label11.BackColor = System.Drawing.Color.Transparent;
     this.label11.Location  = new System.Drawing.Point(552, 8);
     this.label11.Name      = "label11";
     this.label11.Size      = new System.Drawing.Size(104, 23);
     this.label11.TabIndex  = 22;
     this.label11.Text      = "预计工作内容";
     this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // priTextBox4
     //
     this.priTextBox4.BackColor = System.Drawing.Color.White;
     this.priTextBox4.DataField = "pj_code";
     this.priTextBox4.DataType  = TJSystem.Public.DataType.String;
     this.priTextBox4.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.priTextBox4.Location  = new System.Drawing.Point(424, 144);
     this.priTextBox4.Name      = "priTextBox4";
     this.priTextBox4.Size      = new System.Drawing.Size(120, 23);
     this.priTextBox4.TabIndex  = 101;
     this.priTextBox4.Text      = "";
     //
     // label14
     //
     this.label14.BackColor = System.Drawing.Color.Transparent;
     this.label14.Location  = new System.Drawing.Point(336, 144);
     this.label14.Name      = "label14";
     this.label14.Size      = new System.Drawing.Size(80, 23);
     this.label14.TabIndex  = 22;
     this.label14.Text      = "项目代号";
     this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label15
     //
     this.label15.BackColor = System.Drawing.Color.Transparent;
     this.label15.Location  = new System.Drawing.Point(8, 216);
     this.label15.Name      = "label15";
     this.label15.Size      = new System.Drawing.Size(80, 23);
     this.label15.TabIndex  = 22;
     this.label15.Text      = "记录人";
     this.label15.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // priTextBox6
     //
     this.priTextBox6.BackColor = System.Drawing.Color.White;
     this.priTextBox6.DataField = "emp_name";
     this.priTextBox6.DataType  = TJSystem.Public.DataType.String;
     this.priTextBox6.Enabled   = false;
     this.priTextBox6.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.priTextBox6.Location  = new System.Drawing.Point(192, 216);
     this.priTextBox6.Name      = "priTextBox6";
     this.priTextBox6.Size      = new System.Drawing.Size(144, 23);
     this.priTextBox6.TabIndex  = 101;
     this.priTextBox6.Text      = "";
     //
     // panel3
     //
     this.panel3.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel3.BackgroundImage")));
     this.panel3.BorderStyle     = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel3.Controls.Add(this.priToolBar1);
     this.panel3.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel3.Location = new System.Drawing.Point(0, 526);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(792, 40);
     this.panel3.TabIndex = 9;
     //
     // priToolBar1
     //
     this.priToolBar1.DGEnable       = true;
     this.priToolBar1.Dock           = System.Windows.Forms.DockStyle.Bottom;
     this.priToolBar1.Location       = new System.Drawing.Point(0, -4);
     this.priToolBar1.Name           = "priToolBar1";
     this.priToolBar1.setCurrentForm = null;
     this.priToolBar1.Size           = new System.Drawing.Size(788, 40);
     this.priToolBar1.TabIndex       = 0;
     //
     // panel1
     //
     this.panel1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel1.BackgroundImage")));
     this.panel1.BorderStyle     = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel1.Controls.Add(this.label1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(792, 48);
     this.panel1.TabIndex = 7;
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.label1.Font      = new System.Drawing.Font("宋体", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.label1.Location  = new System.Drawing.Point(0, 0);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(788, 44);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "工作日报";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // frmWorkRpt
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(7, 16);
     this.BackColor         = System.Drawing.SystemColors.ScrollBar;
     this.ClientSize        = new System.Drawing.Size(792, 566);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel3);
     this.Controls.Add(this.panel1);
     this.Font            = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name            = "frmWorkRpt";
     this.Text            = "工作日报";
     this.panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).EndInit();
     this.panel4.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Beispiel #5
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmRptStockStat));
     this.panel2                 = new System.Windows.Forms.Panel();
     this.dataGrid1              = new System.Windows.Forms.DataGrid();
     this.dataGridTableStyle1    = new System.Windows.Forms.DataGridTableStyle();
     this.so_date                = new System.Windows.Forms.DataGridTextBoxColumn();
     this.so_code                = new System.Windows.Forms.DataGridTextBoxColumn();
     this.client_orderno         = new System.Windows.Forms.DataGridTextBoxColumn();
     this.client_name            = new System.Windows.Forms.DataGridTextBoxColumn();
     this.amount                 = new System.Windows.Forms.DataGridTextBoxColumn();
     this.fobamount              = new System.Windows.Forms.DataGridTextBoxColumn();
     this.createby               = new System.Windows.Forms.DataGridTextBoxColumn();
     this.status_name            = new System.Windows.Forms.DataGridTextBoxColumn();
     this.panel4                 = new System.Windows.Forms.Panel();
     this.radioButton3           = new System.Windows.Forms.RadioButton();
     this.radioButton2           = new System.Windows.Forms.RadioButton();
     this.radioButton1           = new System.Windows.Forms.RadioButton();
     this.button2                = new TJSystem.Classes.XpStyleButton();
     this.priComboBox3           = new TJSystem.Classes.PriComboBox();
     this.priComboBox1           = new TJSystem.Classes.PriComboBox();
     this.label5                 = new System.Windows.Forms.Label();
     this.label7                 = new System.Windows.Forms.Label();
     this.label3                 = new System.Windows.Forms.Label();
     this.priDateTimePicker3     = new TJSystem.Classes.PriDateTimePicker();
     this.label2                 = new System.Windows.Forms.Label();
     this.priDateTimePicker1     = new TJSystem.Classes.PriDateTimePicker();
     this.button1                = new TJSystem.Classes.XpStyleButton();
     this.panel1                 = new System.Windows.Forms.Panel();
     this.label1                 = new System.Windows.Forms.Label();
     this.dataGridTextBoxColumn1 = new System.Windows.Forms.DataGridTextBoxColumn();
     this.dataGridTextBoxColumn2 = new System.Windows.Forms.DataGridTextBoxColumn();
     this.dataGridTextBoxColumn3 = new System.Windows.Forms.DataGridTextBoxColumn();
     this.dataGridTextBoxColumn4 = new System.Windows.Forms.DataGridTextBoxColumn();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).BeginInit();
     this.panel4.SuspendLayout();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // panel2
     //
     this.panel2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel2.BackgroundImage")));
     this.panel2.BorderStyle     = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel2.Controls.Add(this.dataGrid1);
     this.panel2.Controls.Add(this.panel4);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(0, 48);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(792, 518);
     this.panel2.TabIndex = 11;
     //
     // dataGrid1
     //
     this.dataGrid1.AllowSorting = false;
     this.dataGrid1.Anchor       = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                          | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.dataGrid1.BackgroundColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.dataGrid1.CaptionText     = "销售历史记录";
     this.dataGrid1.CaptionVisible  = false;
     this.dataGrid1.DataMember      = "";
     this.dataGrid1.HeaderForeColor = System.Drawing.SystemColors.ControlText;
     this.dataGrid1.Location        = new System.Drawing.Point(0, 112);
     this.dataGrid1.Name            = "dataGrid1";
     this.dataGrid1.ReadOnly        = true;
     this.dataGrid1.Size            = new System.Drawing.Size(784, 400);
     this.dataGrid1.TabIndex        = 1;
     this.dataGrid1.TableStyles.AddRange(new System.Windows.Forms.DataGridTableStyle[] {
         this.dataGridTableStyle1
     });
     //
     // dataGridTableStyle1
     //
     this.dataGridTableStyle1.AllowSorting = false;
     this.dataGridTableStyle1.DataGrid     = this.dataGrid1;
     this.dataGridTableStyle1.GridColumnStyles.AddRange(new System.Windows.Forms.DataGridColumnStyle[] {
         this.so_date,
         this.so_code,
         this.client_orderno,
         this.client_name,
         this.amount,
         this.fobamount,
         this.createby,
         this.status_name
     });
     this.dataGridTableStyle1.HeaderForeColor = System.Drawing.SystemColors.ControlText;
     this.dataGridTableStyle1.MappingName     = "sale_so_master";
     this.dataGridTableStyle1.ReadOnly        = true;
     //
     // so_date
     //
     this.so_date.Format      = "";
     this.so_date.FormatInfo  = null;
     this.so_date.HeaderText  = "订单开立日期";
     this.so_date.MappingName = "so_date";
     this.so_date.NullText    = "";
     this.so_date.Width       = 150;
     //
     // so_code
     //
     this.so_code.Format      = "";
     this.so_code.FormatInfo  = null;
     this.so_code.HeaderText  = "定单号";
     this.so_code.MappingName = "so_code";
     this.so_code.NullText    = "";
     this.so_code.Width       = 75;
     //
     // client_orderno
     //
     this.client_orderno.Format      = "";
     this.client_orderno.FormatInfo  = null;
     this.client_orderno.HeaderText  = "客户合同号";
     this.client_orderno.MappingName = "client_orderno";
     this.client_orderno.NullText    = "";
     this.client_orderno.Width       = 75;
     //
     // client_name
     //
     this.client_name.Format      = "";
     this.client_name.FormatInfo  = null;
     this.client_name.HeaderText  = "客户";
     this.client_name.MappingName = "client_name";
     this.client_name.NullText    = "";
     this.client_name.Width       = 150;
     //
     // amount
     //
     this.amount.Format      = "";
     this.amount.FormatInfo  = null;
     this.amount.HeaderText  = "总金额";
     this.amount.MappingName = "amount";
     this.amount.NullText    = "";
     this.amount.Width       = 75;
     //
     // fobamount
     //
     this.fobamount.Format      = "";
     this.fobamount.FormatInfo  = null;
     this.fobamount.HeaderText  = "FON金额";
     this.fobamount.MappingName = "fobamount";
     this.fobamount.NullText    = "";
     this.fobamount.Width       = 75;
     //
     // createby
     //
     this.createby.Format      = "";
     this.createby.FormatInfo  = null;
     this.createby.HeaderText  = "订单开立人";
     this.createby.MappingName = "createby";
     this.createby.NullText    = "";
     this.createby.Width       = 150;
     //
     // status_name
     //
     this.status_name.Format      = "";
     this.status_name.FormatInfo  = null;
     this.status_name.HeaderText  = "状态";
     this.status_name.MappingName = "status_name";
     this.status_name.NullText    = "";
     this.status_name.Width       = 75;
     //
     // panel4
     //
     this.panel4.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel4.BackgroundImage")));
     this.panel4.BorderStyle     = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel4.Controls.Add(this.radioButton3);
     this.panel4.Controls.Add(this.radioButton2);
     this.panel4.Controls.Add(this.radioButton1);
     this.panel4.Controls.Add(this.button2);
     this.panel4.Controls.Add(this.priComboBox3);
     this.panel4.Controls.Add(this.priComboBox1);
     this.panel4.Controls.Add(this.label5);
     this.panel4.Controls.Add(this.label7);
     this.panel4.Controls.Add(this.label3);
     this.panel4.Controls.Add(this.priDateTimePicker3);
     this.panel4.Controls.Add(this.label2);
     this.panel4.Controls.Add(this.priDateTimePicker1);
     this.panel4.Controls.Add(this.button1);
     this.panel4.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel4.Location = new System.Drawing.Point(0, 0);
     this.panel4.Name     = "panel4";
     this.panel4.Size     = new System.Drawing.Size(788, 104);
     this.panel4.TabIndex = 0;
     //
     // radioButton3
     //
     this.radioButton3.BackColor = System.Drawing.Color.Transparent;
     this.radioButton3.Location  = new System.Drawing.Point(168, 72);
     this.radioButton3.Name      = "radioButton3";
     this.radioButton3.Size      = new System.Drawing.Size(56, 24);
     this.radioButton3.TabIndex  = 223;
     this.radioButton3.Text      = "冲抵";
     //
     // radioButton2
     //
     this.radioButton2.BackColor = System.Drawing.Color.Transparent;
     this.radioButton2.Location  = new System.Drawing.Point(104, 72);
     this.radioButton2.Name      = "radioButton2";
     this.radioButton2.Size      = new System.Drawing.Size(56, 24);
     this.radioButton2.TabIndex  = 222;
     this.radioButton2.Text      = "出库";
     //
     // radioButton1
     //
     this.radioButton1.BackColor = System.Drawing.Color.Transparent;
     this.radioButton1.Checked   = true;
     this.radioButton1.Location  = new System.Drawing.Point(40, 72);
     this.radioButton1.Name      = "radioButton1";
     this.radioButton1.Size      = new System.Drawing.Size(64, 24);
     this.radioButton1.TabIndex  = 221;
     this.radioButton1.TabStop   = true;
     this.radioButton1.Text      = "入库";
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(600, 64);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(75, 32);
     this.button2.TabIndex = 220;
     this.button2.Text     = "打印";
     this.button2.Click   += new System.EventHandler(this.button2_Click);
     //
     // priComboBox3
     //
     this.priComboBox3.BackColor     = System.Drawing.Color.White;
     this.priComboBox3.DataField     = "Contact_id";
     this.priComboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.priComboBox3.Location      = new System.Drawing.Point(104, 40);
     this.priComboBox3.Name          = "priComboBox3";
     this.priComboBox3.Size          = new System.Drawing.Size(120, 21);
     this.priComboBox3.TabIndex      = 219;
     //
     // priComboBox1
     //
     this.priComboBox1.BackColor     = System.Drawing.Color.White;
     this.priComboBox1.DataField     = "status";
     this.priComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.priComboBox1.Location      = new System.Drawing.Point(312, 40);
     this.priComboBox1.Name          = "priComboBox1";
     this.priComboBox1.Size          = new System.Drawing.Size(120, 21);
     this.priComboBox1.TabIndex      = 218;
     //
     // label5
     //
     this.label5.BackColor = System.Drawing.Color.Transparent;
     this.label5.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.label5.ForeColor = System.Drawing.Color.Blue;
     this.label5.Location  = new System.Drawing.Point(256, 40);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(48, 23);
     this.label5.TabIndex  = 217;
     this.label5.Text      = "状态";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label7
     //
     this.label7.BackColor = System.Drawing.Color.Transparent;
     this.label7.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.label7.Location  = new System.Drawing.Point(16, 40);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(80, 23);
     this.label7.TabIndex  = 216;
     this.label7.Text      = "出入库人员";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.ForeColor = System.Drawing.Color.Blue;
     this.label3.Location  = new System.Drawing.Point(240, 16);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(64, 23);
     this.label3.TabIndex  = 215;
     this.label3.Text      = "结束日期";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // priDateTimePicker3
     //
     this.priDateTimePicker3.CustomFormat = "yyyy-MM-dd";
     this.priDateTimePicker3.DataField    = "so_date";
     this.priDateTimePicker3.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.priDateTimePicker3.Location     = new System.Drawing.Point(104, 16);
     this.priDateTimePicker3.Name         = "priDateTimePicker3";
     this.priDateTimePicker3.Size         = new System.Drawing.Size(120, 22);
     this.priDateTimePicker3.TabIndex     = 214;
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.ForeColor = System.Drawing.Color.Blue;
     this.label2.Location  = new System.Drawing.Point(16, 16);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(80, 23);
     this.label2.TabIndex  = 16;
     this.label2.Text      = "起始日期";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // priDateTimePicker1
     //
     this.priDateTimePicker1.CustomFormat = "yyyy-MM-dd";
     this.priDateTimePicker1.DataField    = "so_date";
     this.priDateTimePicker1.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.priDateTimePicker1.Location     = new System.Drawing.Point(312, 16);
     this.priDateTimePicker1.Name         = "priDateTimePicker1";
     this.priDateTimePicker1.Size         = new System.Drawing.Size(120, 22);
     this.priDateTimePicker1.TabIndex     = 214;
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(504, 64);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(75, 32);
     this.button1.TabIndex = 1;
     this.button1.Text     = "查询";
     this.button1.Click   += new System.EventHandler(this.button1_Click);
     //
     // panel1
     //
     this.panel1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel1.BackgroundImage")));
     this.panel1.BorderStyle     = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel1.Controls.Add(this.label1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(792, 48);
     this.panel1.TabIndex = 10;
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.label1.Font      = new System.Drawing.Font("宋体", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.label1.Location  = new System.Drawing.Point(0, 0);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(788, 44);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "库存查询";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // dataGridTextBoxColumn1
     //
     this.dataGridTextBoxColumn1.Format      = "";
     this.dataGridTextBoxColumn1.FormatInfo  = null;
     this.dataGridTextBoxColumn1.HeaderText  = "员工编号";
     this.dataGridTextBoxColumn1.MappingName = "employee_id";
     this.dataGridTextBoxColumn1.NullText    = "";
     this.dataGridTextBoxColumn1.Width       = 75;
     //
     // dataGridTextBoxColumn2
     //
     this.dataGridTextBoxColumn2.Format      = "";
     this.dataGridTextBoxColumn2.FormatInfo  = null;
     this.dataGridTextBoxColumn2.HeaderText  = "员工姓名";
     this.dataGridTextBoxColumn2.MappingName = "";
     this.dataGridTextBoxColumn2.NullText    = "";
     this.dataGridTextBoxColumn2.Width       = 75;
     //
     // dataGridTextBoxColumn3
     //
     this.dataGridTextBoxColumn3.Format      = "";
     this.dataGridTextBoxColumn3.FormatInfo  = null;
     this.dataGridTextBoxColumn3.HeaderText  = "英文名";
     this.dataGridTextBoxColumn3.MappingName = "";
     this.dataGridTextBoxColumn3.NullText    = "";
     this.dataGridTextBoxColumn3.Width       = 75;
     //
     // dataGridTextBoxColumn4
     //
     this.dataGridTextBoxColumn4.Format      = "";
     this.dataGridTextBoxColumn4.FormatInfo  = null;
     this.dataGridTextBoxColumn4.HeaderText  = "性别";
     this.dataGridTextBoxColumn4.MappingName = "Gender";
     this.dataGridTextBoxColumn4.NullText    = "";
     this.dataGridTextBoxColumn4.Width       = 75;
     //
     // frmRptStockStat
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(7, 15);
     this.ClientSize        = new System.Drawing.Size(792, 566);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.Name = "frmRptStockStat";
     this.Text = "库存查询";
     this.panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).EndInit();
     this.panel4.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }