namespace SCM
|
{
|
partial class Sc_ProcessReport
|
{
|
/// <summary>
|
/// 必需的设计器变量。
|
/// </summary>
|
private System.ComponentModel.IContainer components = null;
|
|
/// <summary>
|
/// 清理所有正在使用的资源。
|
/// </summary>
|
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
protected override void Dispose(bool disposing)
|
{
|
if (disposing && (components != null))
|
{
|
components.Dispose();
|
}
|
base.Dispose(disposing);
|
}
|
|
#region Windows 窗体设计器生成的代码
|
|
/// <summary>
|
/// 设计器支持所需的方法 - 不要
|
/// 使用代码编辑器修改此方法的内容。
|
/// </summary>
|
private void InitializeComponent()
|
{
|
this.components = new System.ComponentModel.Container();
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Sc_ProcessReport));
|
this.pPic = new System.Windows.Forms.Panel();
|
this.sp = new System.Windows.Forms.Button();
|
this.qxbg = new System.Windows.Forms.Button();
|
this.BG = new System.Windows.Forms.Button();
|
this.cx = new System.Windows.Forms.Button();
|
this.rg = new System.Windows.Forms.RadioButton();
|
this.xs = new System.Windows.Forms.RadioButton();
|
this.txtHMaterName2 = new System.Windows.Forms.TextBox();
|
this.label3 = new System.Windows.Forms.Label();
|
this.txtHMaterModel2 = new System.Windows.Forms.TextBox();
|
this.label5 = new System.Windows.Forms.Label();
|
this.cmdHMaterID2 = new System.Windows.Forms.Button();
|
this.txtHMaterID2 = new System.Windows.Forms.TextBox();
|
this.label6 = new System.Windows.Forms.Label();
|
this.dtpHEDate = new System.Windows.Forms.DateTimePicker();
|
this.label1 = new System.Windows.Forms.Label();
|
this.txtHICMOBillNo = new System.Windows.Forms.TextBox();
|
this.label28 = new System.Windows.Forms.Label();
|
this.txtHJT = new System.Windows.Forms.TextBox();
|
this.label24 = new System.Windows.Forms.Label();
|
this.cmdHDeptID = new System.Windows.Forms.Button();
|
this.dtpHBDate = new System.Windows.Forms.DateTimePicker();
|
this.label9 = new System.Windows.Forms.Label();
|
this.label4 = new System.Windows.Forms.Label();
|
this.txtHDeptID = new System.Windows.Forms.TextBox();
|
this.panel1 = new System.Windows.Forms.Panel();
|
this.lbljl = new System.Windows.Forms.Label();
|
this.lbldj = new System.Windows.Forms.Label();
|
this.lblCaption = new System.Windows.Forms.Label();
|
this.Tool = new System.Windows.Forms.ToolStrip();
|
this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator();
|
this.mrlk = new System.Windows.Forms.ToolStripButton();
|
this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
|
this.bclk = new System.Windows.Forms.ToolStripButton();
|
this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator();
|
this.tc = new System.Windows.Forms.ToolStripButton();
|
this.timer1 = new System.Windows.Forms.Timer(this.components);
|
this.timer2 = new System.Windows.Forms.Timer(this.components);
|
this.grdMain = new System.Windows.Forms.DataGridView();
|
this.grdPrint = new System.Windows.Forms.DataGridView();
|
this.grdSum = new System.Windows.Forms.DataGridView();
|
this.button6 = new System.Windows.Forms.Button();
|
this.button4 = new System.Windows.Forms.Button();
|
this.pPic.SuspendLayout();
|
this.panel1.SuspendLayout();
|
this.Tool.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.grdMain)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.grdPrint)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.grdSum)).BeginInit();
|
this.SuspendLayout();
|
//
|
// pPic
|
//
|
this.pPic.BackColor = System.Drawing.Color.Transparent;
|
this.pPic.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
this.pPic.Controls.Add(this.button6);
|
this.pPic.Controls.Add(this.button4);
|
this.pPic.Controls.Add(this.sp);
|
this.pPic.Controls.Add(this.qxbg);
|
this.pPic.Controls.Add(this.BG);
|
this.pPic.Controls.Add(this.cx);
|
this.pPic.Controls.Add(this.rg);
|
this.pPic.Controls.Add(this.xs);
|
this.pPic.Controls.Add(this.txtHMaterName2);
|
this.pPic.Controls.Add(this.label3);
|
this.pPic.Controls.Add(this.txtHMaterModel2);
|
this.pPic.Controls.Add(this.label5);
|
this.pPic.Controls.Add(this.cmdHMaterID2);
|
this.pPic.Controls.Add(this.txtHMaterID2);
|
this.pPic.Controls.Add(this.label6);
|
this.pPic.Controls.Add(this.dtpHEDate);
|
this.pPic.Controls.Add(this.label1);
|
this.pPic.Controls.Add(this.txtHICMOBillNo);
|
this.pPic.Controls.Add(this.label28);
|
this.pPic.Controls.Add(this.txtHJT);
|
this.pPic.Controls.Add(this.label24);
|
this.pPic.Controls.Add(this.cmdHDeptID);
|
this.pPic.Controls.Add(this.dtpHBDate);
|
this.pPic.Controls.Add(this.label9);
|
this.pPic.Controls.Add(this.label4);
|
this.pPic.Controls.Add(this.txtHDeptID);
|
this.pPic.Controls.Add(this.panel1);
|
this.pPic.Controls.Add(this.lblCaption);
|
this.pPic.Dock = System.Windows.Forms.DockStyle.Top;
|
this.pPic.Location = new System.Drawing.Point(0, 62);
|
this.pPic.Margin = new System.Windows.Forms.Padding(4);
|
this.pPic.Name = "pPic";
|
this.pPic.Size = new System.Drawing.Size(1208, 210);
|
this.pPic.TabIndex = 15;
|
//
|
// sp
|
//
|
this.sp.BackColor = System.Drawing.Color.DodgerBlue;
|
this.sp.Location = new System.Drawing.Point(558, 166);
|
this.sp.Name = "sp";
|
this.sp.Size = new System.Drawing.Size(94, 35);
|
this.sp.TabIndex = 159;
|
this.sp.Text = "审批";
|
this.sp.UseVisualStyleBackColor = false;
|
this.sp.Click += new System.EventHandler(this.sp_Click);
|
//
|
// qxbg
|
//
|
this.qxbg.BackColor = System.Drawing.Color.DodgerBlue;
|
this.qxbg.Location = new System.Drawing.Point(392, 166);
|
this.qxbg.Name = "qxbg";
|
this.qxbg.Size = new System.Drawing.Size(90, 35);
|
this.qxbg.TabIndex = 158;
|
this.qxbg.Text = "取消报工";
|
this.qxbg.UseVisualStyleBackColor = false;
|
this.qxbg.Click += new System.EventHandler(this.qxbg_Click);
|
//
|
// BG
|
//
|
this.BG.BackColor = System.Drawing.Color.DodgerBlue;
|
this.BG.Location = new System.Drawing.Point(232, 166);
|
this.BG.Name = "BG";
|
this.BG.Size = new System.Drawing.Size(91, 35);
|
this.BG.TabIndex = 157;
|
this.BG.Text = "报工";
|
this.BG.UseVisualStyleBackColor = false;
|
this.BG.Click += new System.EventHandler(this.BG_Click);
|
//
|
// cx
|
//
|
this.cx.BackColor = System.Drawing.Color.DodgerBlue;
|
this.cx.ForeColor = System.Drawing.Color.Black;
|
this.cx.Location = new System.Drawing.Point(63, 165);
|
this.cx.Name = "cx";
|
this.cx.Size = new System.Drawing.Size(94, 35);
|
this.cx.TabIndex = 156;
|
this.cx.Text = "查询";
|
this.cx.UseVisualStyleBackColor = false;
|
this.cx.Click += new System.EventHandler(this.cx_Click);
|
//
|
// rg
|
//
|
this.rg.AutoSize = true;
|
this.rg.Location = new System.Drawing.Point(919, 131);
|
this.rg.Name = "rg";
|
this.rg.Size = new System.Drawing.Size(58, 19);
|
this.rg.TabIndex = 155;
|
this.rg.Text = "绕管";
|
this.rg.UseVisualStyleBackColor = true;
|
//
|
// xs
|
//
|
this.xs.AutoSize = true;
|
this.xs.Checked = true;
|
this.xs.Location = new System.Drawing.Point(820, 131);
|
this.xs.Name = "xs";
|
this.xs.Size = new System.Drawing.Size(58, 19);
|
this.xs.TabIndex = 154;
|
this.xs.TabStop = true;
|
this.xs.Text = "吸塑";
|
this.xs.UseVisualStyleBackColor = true;
|
//
|
// txtHMaterName2
|
//
|
this.txtHMaterName2.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
this.txtHMaterName2.Location = new System.Drawing.Point(543, 93);
|
this.txtHMaterName2.Margin = new System.Windows.Forms.Padding(4);
|
this.txtHMaterName2.Name = "txtHMaterName2";
|
this.txtHMaterName2.Size = new System.Drawing.Size(248, 25);
|
this.txtHMaterName2.TabIndex = 153;
|
//
|
// label3
|
//
|
this.label3.AutoSize = true;
|
this.label3.ForeColor = System.Drawing.Color.Black;
|
this.label3.Location = new System.Drawing.Point(443, 97);
|
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
this.label3.Name = "label3";
|
this.label3.Size = new System.Drawing.Size(67, 15);
|
this.label3.TabIndex = 152;
|
this.label3.Text = "物料名称";
|
//
|
// txtHMaterModel2
|
//
|
this.txtHMaterModel2.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
this.txtHMaterModel2.Location = new System.Drawing.Point(919, 92);
|
this.txtHMaterModel2.Margin = new System.Windows.Forms.Padding(4);
|
this.txtHMaterModel2.Name = "txtHMaterModel2";
|
this.txtHMaterModel2.Size = new System.Drawing.Size(248, 25);
|
this.txtHMaterModel2.TabIndex = 151;
|
//
|
// label5
|
//
|
this.label5.AutoSize = true;
|
this.label5.ForeColor = System.Drawing.Color.Black;
|
this.label5.Location = new System.Drawing.Point(819, 96);
|
this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
this.label5.Name = "label5";
|
this.label5.Size = new System.Drawing.Size(97, 15);
|
this.label5.TabIndex = 150;
|
this.label5.Text = "物料规格型号";
|
//
|
// cmdHMaterID2
|
//
|
this.cmdHMaterID2.BackColor = System.Drawing.Color.Transparent;
|
this.cmdHMaterID2.Image = ((System.Drawing.Image)(resources.GetObject("cmdHMaterID2.Image")));
|
this.cmdHMaterID2.ImageAlign = System.Drawing.ContentAlignment.TopRight;
|
this.cmdHMaterID2.Location = new System.Drawing.Point(368, 91);
|
this.cmdHMaterID2.Margin = new System.Windows.Forms.Padding(4);
|
this.cmdHMaterID2.Name = "cmdHMaterID2";
|
this.cmdHMaterID2.Size = new System.Drawing.Size(29, 28);
|
this.cmdHMaterID2.TabIndex = 149;
|
this.cmdHMaterID2.UseVisualStyleBackColor = false;
|
this.cmdHMaterID2.Click += new System.EventHandler(this.cmdHMaterID2_Click);
|
//
|
// txtHMaterID2
|
//
|
this.txtHMaterID2.BackColor = System.Drawing.Color.Beige;
|
this.txtHMaterID2.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
this.txtHMaterID2.Location = new System.Drawing.Point(147, 93);
|
this.txtHMaterID2.Margin = new System.Windows.Forms.Padding(4);
|
this.txtHMaterID2.Name = "txtHMaterID2";
|
this.txtHMaterID2.Size = new System.Drawing.Size(220, 25);
|
this.txtHMaterID2.TabIndex = 148;
|
this.txtHMaterID2.Tag = "0";
|
this.txtHMaterID2.TextChanged += new System.EventHandler(this.txtHMaterID2_TextChanged);
|
//
|
// label6
|
//
|
this.label6.AutoSize = true;
|
this.label6.ForeColor = System.Drawing.Color.Black;
|
this.label6.Location = new System.Drawing.Point(72, 97);
|
this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
this.label6.Name = "label6";
|
this.label6.Size = new System.Drawing.Size(67, 15);
|
this.label6.TabIndex = 147;
|
this.label6.Text = "物料代码";
|
//
|
// dtpHEDate
|
//
|
this.dtpHEDate.Format = System.Windows.Forms.DateTimePickerFormat.Short;
|
this.dtpHEDate.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
this.dtpHEDate.Location = new System.Drawing.Point(918, 59);
|
this.dtpHEDate.Margin = new System.Windows.Forms.Padding(4);
|
this.dtpHEDate.Name = "dtpHEDate";
|
this.dtpHEDate.Size = new System.Drawing.Size(249, 25);
|
this.dtpHEDate.TabIndex = 144;
|
//
|
// label1
|
//
|
this.label1.AutoSize = true;
|
this.label1.ForeColor = System.Drawing.Color.Black;
|
this.label1.Location = new System.Drawing.Point(818, 65);
|
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
this.label1.Name = "label1";
|
this.label1.Size = new System.Drawing.Size(67, 15);
|
this.label1.TabIndex = 143;
|
this.label1.Text = "结束日期";
|
//
|
// txtHICMOBillNo
|
//
|
this.txtHICMOBillNo.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
this.txtHICMOBillNo.Location = new System.Drawing.Point(146, 59);
|
this.txtHICMOBillNo.Margin = new System.Windows.Forms.Padding(4);
|
this.txtHICMOBillNo.Name = "txtHICMOBillNo";
|
this.txtHICMOBillNo.Size = new System.Drawing.Size(248, 25);
|
this.txtHICMOBillNo.TabIndex = 140;
|
//
|
// label28
|
//
|
this.label28.AutoSize = true;
|
this.label28.ForeColor = System.Drawing.Color.Black;
|
this.label28.Location = new System.Drawing.Point(41, 65);
|
this.label28.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
this.label28.Name = "label28";
|
this.label28.Size = new System.Drawing.Size(97, 15);
|
this.label28.TabIndex = 139;
|
this.label28.Text = "生产订单单号";
|
//
|
// txtHJT
|
//
|
this.txtHJT.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
this.txtHJT.Location = new System.Drawing.Point(543, 125);
|
this.txtHJT.Margin = new System.Windows.Forms.Padding(4);
|
this.txtHJT.Name = "txtHJT";
|
this.txtHJT.Size = new System.Drawing.Size(248, 25);
|
this.txtHJT.TabIndex = 138;
|
//
|
// label24
|
//
|
this.label24.AutoSize = true;
|
this.label24.ForeColor = System.Drawing.Color.Black;
|
this.label24.Location = new System.Drawing.Point(443, 130);
|
this.label24.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
this.label24.Name = "label24";
|
this.label24.Size = new System.Drawing.Size(69, 15);
|
this.label24.TabIndex = 137;
|
this.label24.Text = "机 台";
|
//
|
// cmdHDeptID
|
//
|
this.cmdHDeptID.BackColor = System.Drawing.Color.Transparent;
|
this.cmdHDeptID.Image = ((System.Drawing.Image)(resources.GetObject("cmdHDeptID.Image")));
|
this.cmdHDeptID.ImageAlign = System.Drawing.ContentAlignment.TopRight;
|
this.cmdHDeptID.Location = new System.Drawing.Point(367, 123);
|
this.cmdHDeptID.Margin = new System.Windows.Forms.Padding(4);
|
this.cmdHDeptID.Name = "cmdHDeptID";
|
this.cmdHDeptID.Size = new System.Drawing.Size(29, 28);
|
this.cmdHDeptID.TabIndex = 135;
|
this.cmdHDeptID.UseVisualStyleBackColor = false;
|
this.cmdHDeptID.Click += new System.EventHandler(this.cmdHDeptID_Click);
|
//
|
// dtpHBDate
|
//
|
this.dtpHBDate.Format = System.Windows.Forms.DateTimePickerFormat.Short;
|
this.dtpHBDate.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
this.dtpHBDate.Location = new System.Drawing.Point(542, 59);
|
this.dtpHBDate.Margin = new System.Windows.Forms.Padding(4);
|
this.dtpHBDate.Name = "dtpHBDate";
|
this.dtpHBDate.Size = new System.Drawing.Size(249, 25);
|
this.dtpHBDate.TabIndex = 132;
|
//
|
// label9
|
//
|
this.label9.AutoSize = true;
|
this.label9.ForeColor = System.Drawing.Color.Black;
|
this.label9.Location = new System.Drawing.Point(442, 65);
|
this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
this.label9.Name = "label9";
|
this.label9.Size = new System.Drawing.Size(67, 15);
|
this.label9.TabIndex = 131;
|
this.label9.Text = "开始日期";
|
//
|
// label4
|
//
|
this.label4.AutoSize = true;
|
this.label4.ForeColor = System.Drawing.Color.Black;
|
this.label4.Location = new System.Drawing.Point(72, 129);
|
this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
this.label4.Name = "label4";
|
this.label4.Size = new System.Drawing.Size(67, 15);
|
this.label4.TabIndex = 129;
|
this.label4.Text = "生产车间";
|
//
|
// txtHDeptID
|
//
|
this.txtHDeptID.BackColor = System.Drawing.Color.Beige;
|
this.txtHDeptID.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
this.txtHDeptID.Location = new System.Drawing.Point(146, 125);
|
this.txtHDeptID.Margin = new System.Windows.Forms.Padding(4);
|
this.txtHDeptID.Name = "txtHDeptID";
|
this.txtHDeptID.Size = new System.Drawing.Size(220, 25);
|
this.txtHDeptID.TabIndex = 130;
|
this.txtHDeptID.Tag = "";
|
//
|
// panel1
|
//
|
this.panel1.Controls.Add(this.lbljl);
|
this.panel1.Controls.Add(this.lbldj);
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Right;
|
this.panel1.Location = new System.Drawing.Point(1198, 0);
|
this.panel1.Margin = new System.Windows.Forms.Padding(4);
|
this.panel1.Name = "panel1";
|
this.panel1.Size = new System.Drawing.Size(10, 210);
|
this.panel1.TabIndex = 7;
|
//
|
// lbljl
|
//
|
this.lbljl.AutoSize = true;
|
this.lbljl.Location = new System.Drawing.Point(32, 38);
|
this.lbljl.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
this.lbljl.Name = "lbljl";
|
this.lbljl.Size = new System.Drawing.Size(15, 15);
|
this.lbljl.TabIndex = 1;
|
this.lbljl.Text = " ";
|
//
|
// lbldj
|
//
|
this.lbldj.AutoSize = true;
|
this.lbldj.Location = new System.Drawing.Point(32, 15);
|
this.lbldj.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
this.lbldj.Name = "lbldj";
|
this.lbldj.Size = new System.Drawing.Size(0, 15);
|
this.lbldj.TabIndex = 0;
|
//
|
// lblCaption
|
//
|
this.lblCaption.AutoSize = true;
|
this.lblCaption.BackColor = System.Drawing.Color.Transparent;
|
this.lblCaption.Cursor = System.Windows.Forms.Cursors.No;
|
this.lblCaption.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.lblCaption.Location = new System.Drawing.Point(16, 19);
|
this.lblCaption.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
this.lblCaption.Name = "lblCaption";
|
this.lblCaption.Size = new System.Drawing.Size(124, 27);
|
this.lblCaption.TabIndex = 4;
|
this.lblCaption.Text = "单据列表";
|
this.lblCaption.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
//
|
// Tool
|
//
|
this.Tool.AutoSize = false;
|
this.Tool.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("Tool.BackgroundImage")));
|
this.Tool.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
this.Tool.ImageScalingSize = new System.Drawing.Size(22, 22);
|
this.Tool.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
this.toolStripSeparator9,
|
this.mrlk,
|
this.toolStripSeparator7,
|
this.bclk,
|
this.toolStripSeparator8,
|
this.tc});
|
this.Tool.Location = new System.Drawing.Point(0, 0);
|
this.Tool.Name = "Tool";
|
this.Tool.Padding = new System.Windows.Forms.Padding(0);
|
this.Tool.Size = new System.Drawing.Size(1208, 62);
|
this.Tool.Stretch = true;
|
this.Tool.TabIndex = 16;
|
this.Tool.Text = "toolStrip1";
|
//
|
// toolStripSeparator9
|
//
|
this.toolStripSeparator9.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
|
this.toolStripSeparator9.Name = "toolStripSeparator9";
|
this.toolStripSeparator9.Size = new System.Drawing.Size(6, 62);
|
//
|
// mrlk
|
//
|
this.mrlk.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
|
this.mrlk.Image = ((System.Drawing.Image)(resources.GetObject("mrlk.Image")));
|
this.mrlk.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.mrlk.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
this.mrlk.ImageTransparentColor = System.Drawing.Color.White;
|
this.mrlk.Name = "mrlk";
|
this.mrlk.Size = new System.Drawing.Size(73, 59);
|
this.mrlk.Text = "默认列宽";
|
this.mrlk.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.mrlk.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
this.mrlk.Click += new System.EventHandler(this.mrlk_Click);
|
//
|
// toolStripSeparator7
|
//
|
this.toolStripSeparator7.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
|
this.toolStripSeparator7.Name = "toolStripSeparator7";
|
this.toolStripSeparator7.Size = new System.Drawing.Size(6, 62);
|
//
|
// bclk
|
//
|
this.bclk.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
|
this.bclk.Image = ((System.Drawing.Image)(resources.GetObject("bclk.Image")));
|
this.bclk.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.bclk.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
this.bclk.ImageTransparentColor = System.Drawing.Color.White;
|
this.bclk.Name = "bclk";
|
this.bclk.Size = new System.Drawing.Size(73, 59);
|
this.bclk.Text = "保存列宽";
|
this.bclk.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.bclk.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
this.bclk.Click += new System.EventHandler(this.bclk_Click);
|
//
|
// toolStripSeparator8
|
//
|
this.toolStripSeparator8.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
|
this.toolStripSeparator8.Name = "toolStripSeparator8";
|
this.toolStripSeparator8.Size = new System.Drawing.Size(6, 62);
|
//
|
// tc
|
//
|
this.tc.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
|
this.tc.Image = ((System.Drawing.Image)(resources.GetObject("tc.Image")));
|
this.tc.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.tc.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
this.tc.ImageTransparentColor = System.Drawing.Color.White;
|
this.tc.Name = "tc";
|
this.tc.Size = new System.Drawing.Size(43, 59);
|
this.tc.Text = "退出";
|
this.tc.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.tc.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
this.tc.Click += new System.EventHandler(this.tc_Click);
|
//
|
// timer1
|
//
|
this.timer1.Interval = 6000;
|
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
|
//
|
// timer2
|
//
|
this.timer2.Enabled = true;
|
this.timer2.Tick += new System.EventHandler(this.timer2_Tick);
|
//
|
// grdMain
|
//
|
this.grdMain.AllowUserToAddRows = false;
|
this.grdMain.AllowUserToDeleteRows = false;
|
this.grdMain.BackgroundColor = System.Drawing.Color.White;
|
this.grdMain.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
this.grdMain.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.grdMain.Location = new System.Drawing.Point(0, 272);
|
this.grdMain.Margin = new System.Windows.Forms.Padding(4);
|
this.grdMain.Name = "grdMain";
|
this.grdMain.ReadOnly = true;
|
this.grdMain.RowTemplate.Height = 23;
|
this.grdMain.Size = new System.Drawing.Size(1208, 474);
|
this.grdMain.TabIndex = 19;
|
this.grdMain.CellMouseUp += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.grdMain_CellMouseUp);
|
this.grdMain.CellBeginEdit += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.grdMain_CellBeginEdit);
|
this.grdMain.DoubleClick += new System.EventHandler(this.grdMain_DblClick);
|
this.grdMain.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdMain_CellEndEdit);
|
this.grdMain.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdMain_CellClick);
|
this.grdMain.Paint += new System.Windows.Forms.PaintEventHandler(this.grdMain_Paint);
|
this.grdMain.ColumnWidthChanged += new System.Windows.Forms.DataGridViewColumnEventHandler(this.grdMain_ColumnWidthChanged);
|
//
|
// grdPrint
|
//
|
this.grdPrint.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
this.grdPrint.Location = new System.Drawing.Point(1029, 182);
|
this.grdPrint.Margin = new System.Windows.Forms.Padding(4);
|
this.grdPrint.Name = "grdPrint";
|
this.grdPrint.RowTemplate.Height = 23;
|
this.grdPrint.Size = new System.Drawing.Size(33, 30);
|
this.grdPrint.TabIndex = 8;
|
this.grdPrint.Visible = false;
|
//
|
// grdSum
|
//
|
this.grdSum.AllowUserToAddRows = false;
|
this.grdSum.AllowUserToDeleteRows = false;
|
this.grdSum.BackgroundColor = System.Drawing.SystemColors.Control;
|
this.grdSum.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
this.grdSum.Dock = System.Windows.Forms.DockStyle.Bottom;
|
this.grdSum.Location = new System.Drawing.Point(0, 746);
|
this.grdSum.Margin = new System.Windows.Forms.Padding(4);
|
this.grdSum.Name = "grdSum";
|
this.grdSum.ReadOnly = true;
|
this.grdSum.RowTemplate.Height = 23;
|
this.grdSum.ScrollBars = System.Windows.Forms.ScrollBars.None;
|
this.grdSum.Size = new System.Drawing.Size(1208, 24);
|
this.grdSum.TabIndex = 46;
|
//
|
// button6
|
//
|
this.button6.BackColor = System.Drawing.Color.DodgerBlue;
|
this.button6.ForeColor = System.Drawing.Color.Black;
|
this.button6.Location = new System.Drawing.Point(873, 165);
|
this.button6.Name = "button6";
|
this.button6.Size = new System.Drawing.Size(94, 35);
|
this.button6.TabIndex = 176;
|
this.button6.Text = "取消全选";
|
this.button6.UseVisualStyleBackColor = false;
|
this.button6.Click += new System.EventHandler(this.button6_Click);
|
//
|
// button4
|
//
|
this.button4.BackColor = System.Drawing.Color.DodgerBlue;
|
this.button4.ForeColor = System.Drawing.Color.Black;
|
this.button4.Location = new System.Drawing.Point(722, 165);
|
this.button4.Name = "button4";
|
this.button4.Size = new System.Drawing.Size(94, 35);
|
this.button4.TabIndex = 175;
|
this.button4.Text = "全选";
|
this.button4.UseVisualStyleBackColor = false;
|
this.button4.Click += new System.EventHandler(this.button4_Click);
|
//
|
// Sc_ProcessReport
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(1208, 770);
|
this.Controls.Add(this.grdMain);
|
this.Controls.Add(this.grdSum);
|
this.Controls.Add(this.pPic);
|
this.Controls.Add(this.Tool);
|
this.Controls.Add(this.grdPrint);
|
this.Margin = new System.Windows.Forms.Padding(4);
|
this.Name = "Sc_ProcessReport";
|
this.Text = "单据列表";
|
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
|
this.Load += new System.EventHandler(this.Sc_ProcessReport_Load);
|
this.pPic.ResumeLayout(false);
|
this.pPic.PerformLayout();
|
this.panel1.ResumeLayout(false);
|
this.panel1.PerformLayout();
|
this.Tool.ResumeLayout(false);
|
this.Tool.PerformLayout();
|
((System.ComponentModel.ISupportInitialize)(this.grdMain)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.grdPrint)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.grdSum)).EndInit();
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
private System.Windows.Forms.Panel pPic;
|
private System.Windows.Forms.Label lblCaption;
|
private System.Windows.Forms.ToolStrip Tool;
|
public System.Windows.Forms.Timer timer1;
|
private System.Windows.Forms.Timer timer2;
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator9;
|
private System.Windows.Forms.ToolStripButton mrlk;
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator7;
|
private System.Windows.Forms.ToolStripButton bclk;
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator8;
|
private System.Windows.Forms.DataGridView grdMain;
|
private System.Windows.Forms.Panel panel1;
|
private System.Windows.Forms.Label lbljl;
|
private System.Windows.Forms.Label lbldj;
|
private System.Windows.Forms.DataGridView grdPrint;
|
private System.Windows.Forms.DataGridView grdSum;
|
private System.Windows.Forms.Button sp;
|
private System.Windows.Forms.Button qxbg;
|
private System.Windows.Forms.Button BG;
|
private System.Windows.Forms.Button cx;
|
private System.Windows.Forms.RadioButton rg;
|
private System.Windows.Forms.RadioButton xs;
|
private System.Windows.Forms.TextBox txtHMaterName2;
|
private System.Windows.Forms.Label label3;
|
private System.Windows.Forms.TextBox txtHMaterModel2;
|
private System.Windows.Forms.Label label5;
|
private System.Windows.Forms.Button cmdHMaterID2;
|
private System.Windows.Forms.TextBox txtHMaterID2;
|
private System.Windows.Forms.Label label6;
|
private System.Windows.Forms.DateTimePicker dtpHEDate;
|
private System.Windows.Forms.Label label1;
|
private System.Windows.Forms.TextBox txtHICMOBillNo;
|
private System.Windows.Forms.Label label28;
|
private System.Windows.Forms.TextBox txtHJT;
|
private System.Windows.Forms.Label label24;
|
private System.Windows.Forms.Button cmdHDeptID;
|
private System.Windows.Forms.DateTimePicker dtpHBDate;
|
private System.Windows.Forms.Label label9;
|
private System.Windows.Forms.Label label4;
|
private System.Windows.Forms.TextBox txtHDeptID;
|
private System.Windows.Forms.ToolStripButton tc;
|
private System.Windows.Forms.Button button6;
|
private System.Windows.Forms.Button button4;
|
}
|
}
|