namespace Kanban
|
{
|
partial class Sc_SCJHList
|
{
|
/// <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_SCJHList));
|
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.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
this.dtpHEndDate = new System.Windows.Forms.DateTimePicker();
|
this.dtpHBeginDate = new System.Windows.Forms.DateTimePicker();
|
this.txtHMaterName = new System.Windows.Forms.TextBox();
|
this.label6 = new System.Windows.Forms.Label();
|
this.button3 = new System.Windows.Forms.Button();
|
this.button2 = new System.Windows.Forms.Button();
|
this.txtHDeptID = new System.Windows.Forms.TextBox();
|
this.label5 = new System.Windows.Forms.Label();
|
this.label4 = new System.Windows.Forms.Label();
|
this.txtHStation = new System.Windows.Forms.TextBox();
|
this.label3 = new System.Windows.Forms.Label();
|
this.txtHModel = new System.Windows.Forms.TextBox();
|
this.label2 = new System.Windows.Forms.Label();
|
this.txtHMaterNumber = new System.Windows.Forms.TextBox();
|
this.label1 = new System.Windows.Forms.Label();
|
this.label22 = new System.Windows.Forms.Label();
|
this.Tool = new System.Windows.Forms.ToolStrip();
|
this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
|
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
|
this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
|
this.toolStripButton4 = new System.Windows.Forms.ToolStripButton();
|
this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
|
this.toolStripSeparator10 = new System.Windows.Forms.ToolStripSeparator();
|
this.toolStripSeparator11 = new System.Windows.Forms.ToolStripSeparator();
|
this.lblTitleCaption = new System.Windows.Forms.ToolStripLabel();
|
this.colorDialog1 = new System.Windows.Forms.ColorDialog();
|
this.timer3 = new System.Windows.Forms.Timer(this.components);
|
((System.ComponentModel.ISupportInitialize)(this.grdMain)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.grdPrint)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.grdSum)).BeginInit();
|
this.splitContainer1.Panel1.SuspendLayout();
|
this.splitContainer1.Panel2.SuspendLayout();
|
this.splitContainer1.SuspendLayout();
|
this.Tool.SuspendLayout();
|
this.SuspendLayout();
|
//
|
// timer1
|
//
|
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
|
//
|
// timer2
|
//
|
this.timer2.Enabled = true;
|
this.timer2.Interval = 20000;
|
this.timer2.Tick += new System.EventHandler(this.timer2_Tick);
|
//
|
// grdMain
|
//
|
this.grdMain.AllowUserToAddRows = false;
|
this.grdMain.AllowUserToDeleteRows = false;
|
this.grdMain.BackgroundColor = System.Drawing.Color.Black;
|
this.grdMain.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
this.grdMain.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.grdMain.Location = new System.Drawing.Point(0, 0);
|
this.grdMain.Name = "grdMain";
|
this.grdMain.ReadOnly = true;
|
this.grdMain.RowTemplate.Height = 23;
|
this.grdMain.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
|
this.grdMain.Size = new System.Drawing.Size(1386, 433);
|
this.grdMain.TabIndex = 19;
|
this.grdMain.CellMouseUp += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.grdMain_CellMouseUp);
|
this.grdMain.Sorted += new System.EventHandler(this.grdMain_Sorted);
|
this.grdMain.DoubleClick += new System.EventHandler(this.grdMain_DblClick);
|
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(772, 146);
|
this.grdPrint.Name = "grdPrint";
|
this.grdPrint.RowTemplate.Height = 23;
|
this.grdPrint.Size = new System.Drawing.Size(25, 24);
|
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, 512);
|
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(1386, 19);
|
this.grdSum.TabIndex = 47;
|
this.grdSum.Visible = false;
|
//
|
// splitContainer1
|
//
|
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.splitContainer1.Location = new System.Drawing.Point(0, 50);
|
this.splitContainer1.Name = "splitContainer1";
|
this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
//
|
// splitContainer1.Panel1
|
//
|
this.splitContainer1.Panel1.BackColor = System.Drawing.Color.Black;
|
this.splitContainer1.Panel1.Controls.Add(this.dtpHEndDate);
|
this.splitContainer1.Panel1.Controls.Add(this.dtpHBeginDate);
|
this.splitContainer1.Panel1.Controls.Add(this.txtHMaterName);
|
this.splitContainer1.Panel1.Controls.Add(this.label6);
|
this.splitContainer1.Panel1.Controls.Add(this.button3);
|
this.splitContainer1.Panel1.Controls.Add(this.button2);
|
this.splitContainer1.Panel1.Controls.Add(this.txtHDeptID);
|
this.splitContainer1.Panel1.Controls.Add(this.label5);
|
this.splitContainer1.Panel1.Controls.Add(this.label4);
|
this.splitContainer1.Panel1.Controls.Add(this.txtHStation);
|
this.splitContainer1.Panel1.Controls.Add(this.label3);
|
this.splitContainer1.Panel1.Controls.Add(this.txtHModel);
|
this.splitContainer1.Panel1.Controls.Add(this.label2);
|
this.splitContainer1.Panel1.Controls.Add(this.txtHMaterNumber);
|
this.splitContainer1.Panel1.Controls.Add(this.label1);
|
this.splitContainer1.Panel1.Controls.Add(this.label22);
|
//
|
// splitContainer1.Panel2
|
//
|
this.splitContainer1.Panel2.Controls.Add(this.grdMain);
|
this.splitContainer1.Size = new System.Drawing.Size(1386, 462);
|
this.splitContainer1.SplitterDistance = 25;
|
this.splitContainer1.TabIndex = 48;
|
//
|
// dtpHEndDate
|
//
|
this.dtpHEndDate.Format = System.Windows.Forms.DateTimePickerFormat.Short;
|
this.dtpHEndDate.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
this.dtpHEndDate.Location = new System.Drawing.Point(273, 3);
|
this.dtpHEndDate.Name = "dtpHEndDate";
|
this.dtpHEndDate.Size = new System.Drawing.Size(137, 21);
|
this.dtpHEndDate.TabIndex = 158;
|
this.dtpHEndDate.ValueChanged += new System.EventHandler(this.dtpHEndDate_ValueChanged);
|
//
|
// dtpHBeginDate
|
//
|
this.dtpHBeginDate.Format = System.Windows.Forms.DateTimePickerFormat.Short;
|
this.dtpHBeginDate.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
this.dtpHBeginDate.Location = new System.Drawing.Point(72, 2);
|
this.dtpHBeginDate.Name = "dtpHBeginDate";
|
this.dtpHBeginDate.Size = new System.Drawing.Size(137, 21);
|
this.dtpHBeginDate.TabIndex = 157;
|
this.dtpHBeginDate.ValueChanged += new System.EventHandler(this.dtpHBeginDate_ValueChanged);
|
//
|
// txtHMaterName
|
//
|
this.txtHMaterName.Enabled = false;
|
this.txtHMaterName.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
this.txtHMaterName.Location = new System.Drawing.Point(975, 2);
|
this.txtHMaterName.Name = "txtHMaterName";
|
this.txtHMaterName.Size = new System.Drawing.Size(126, 21);
|
this.txtHMaterName.TabIndex = 156;
|
//
|
// label6
|
//
|
this.label6.AutoSize = true;
|
this.label6.ForeColor = System.Drawing.Color.White;
|
this.label6.Location = new System.Drawing.Point(911, 5);
|
this.label6.Name = "label6";
|
this.label6.Size = new System.Drawing.Size(65, 12);
|
this.label6.TabIndex = 155;
|
this.label6.Text = "产品名称:";
|
//
|
// button3
|
//
|
this.button3.Anchor = System.Windows.Forms.AnchorStyles.Right;
|
this.button3.Location = new System.Drawing.Point(1218, 3);
|
this.button3.Name = "button3";
|
this.button3.Size = new System.Drawing.Size(52, 23);
|
this.button3.TabIndex = 154;
|
this.button3.Text = "上页";
|
this.button3.UseVisualStyleBackColor = true;
|
//
|
// button2
|
//
|
this.button2.Anchor = System.Windows.Forms.AnchorStyles.Right;
|
this.button2.Location = new System.Drawing.Point(1276, 3);
|
this.button2.Name = "button2";
|
this.button2.Size = new System.Drawing.Size(52, 23);
|
this.button2.TabIndex = 153;
|
this.button2.Text = "下页";
|
this.button2.UseVisualStyleBackColor = true;
|
//
|
// txtHDeptID
|
//
|
this.txtHDeptID.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
this.txtHDeptID.Location = new System.Drawing.Point(452, 3);
|
this.txtHDeptID.Name = "txtHDeptID";
|
this.txtHDeptID.Size = new System.Drawing.Size(108, 21);
|
this.txtHDeptID.TabIndex = 149;
|
this.txtHDeptID.TextChanged += new System.EventHandler(this.txtHDeptID_TextChanged);
|
this.txtHDeptID.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtHDeptID_KeyDown);
|
//
|
// label5
|
//
|
this.label5.AutoSize = true;
|
this.label5.ForeColor = System.Drawing.Color.White;
|
this.label5.Location = new System.Drawing.Point(416, 6);
|
this.label5.Name = "label5";
|
this.label5.Size = new System.Drawing.Size(41, 12);
|
this.label5.TabIndex = 148;
|
this.label5.Text = "车间:";
|
//
|
// label4
|
//
|
this.label4.AutoSize = true;
|
this.label4.ForeColor = System.Drawing.Color.White;
|
this.label4.Location = new System.Drawing.Point(215, 5);
|
this.label4.Name = "label4";
|
this.label4.Size = new System.Drawing.Size(65, 12);
|
this.label4.TabIndex = 146;
|
this.label4.Text = "结束日期:";
|
//
|
// txtHStation
|
//
|
this.txtHStation.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
this.txtHStation.Location = new System.Drawing.Point(602, 3);
|
this.txtHStation.Name = "txtHStation";
|
this.txtHStation.Size = new System.Drawing.Size(108, 21);
|
this.txtHStation.TabIndex = 145;
|
this.txtHStation.TextChanged += new System.EventHandler(this.txtHStation_TextChanged);
|
this.txtHStation.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtHStation_KeyDown);
|
//
|
// label3
|
//
|
this.label3.AutoSize = true;
|
this.label3.ForeColor = System.Drawing.Color.White;
|
this.label3.Location = new System.Drawing.Point(566, 6);
|
this.label3.Name = "label3";
|
this.label3.Size = new System.Drawing.Size(41, 12);
|
this.label3.TabIndex = 144;
|
this.label3.Text = "产线:";
|
//
|
// txtHModel
|
//
|
this.txtHModel.Enabled = false;
|
this.txtHModel.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
this.txtHModel.Location = new System.Drawing.Point(1167, 2);
|
this.txtHModel.Name = "txtHModel";
|
this.txtHModel.Size = new System.Drawing.Size(111, 21);
|
this.txtHModel.TabIndex = 143;
|
//
|
// label2
|
//
|
this.label2.AutoSize = true;
|
this.label2.ForeColor = System.Drawing.Color.White;
|
this.label2.Location = new System.Drawing.Point(1107, 5);
|
this.label2.Name = "label2";
|
this.label2.Size = new System.Drawing.Size(65, 12);
|
this.label2.TabIndex = 142;
|
this.label2.Text = "规格型号:";
|
//
|
// txtHMaterNumber
|
//
|
this.txtHMaterNumber.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
this.txtHMaterNumber.Location = new System.Drawing.Point(780, 2);
|
this.txtHMaterNumber.Name = "txtHMaterNumber";
|
this.txtHMaterNumber.Size = new System.Drawing.Size(126, 21);
|
this.txtHMaterNumber.TabIndex = 141;
|
this.txtHMaterNumber.TextChanged += new System.EventHandler(this.txtHMaterNumber_TextChanged);
|
this.txtHMaterNumber.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtHMaterNumber_KeyDown);
|
//
|
// label1
|
//
|
this.label1.AutoSize = true;
|
this.label1.ForeColor = System.Drawing.Color.White;
|
this.label1.Location = new System.Drawing.Point(716, 5);
|
this.label1.Name = "label1";
|
this.label1.Size = new System.Drawing.Size(65, 12);
|
this.label1.TabIndex = 140;
|
this.label1.Text = "产品代码:";
|
//
|
// label22
|
//
|
this.label22.AutoSize = true;
|
this.label22.ForeColor = System.Drawing.Color.White;
|
this.label22.Location = new System.Drawing.Point(13, 6);
|
this.label22.Name = "label22";
|
this.label22.Size = new System.Drawing.Size(65, 12);
|
this.label22.TabIndex = 138;
|
this.label22.Text = "开始日期:";
|
//
|
// Tool
|
//
|
this.Tool.AutoSize = false;
|
this.Tool.BackColor = System.Drawing.Color.Black;
|
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.toolStripButton2,
|
this.toolStripButton1,
|
this.toolStripButton3,
|
this.toolStripButton4,
|
this.toolStripSeparator6,
|
this.toolStripSeparator10,
|
this.toolStripSeparator11,
|
this.lblTitleCaption});
|
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(1386, 50);
|
this.Tool.Stretch = true;
|
this.Tool.TabIndex = 49;
|
this.Tool.Text = "toolStrip1";
|
//
|
// toolStripButton2
|
//
|
this.toolStripButton2.AutoSize = false;
|
this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
|
this.toolStripButton2.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.toolStripButton2.ForeColor = System.Drawing.Color.White;
|
this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
|
this.toolStripButton2.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.toolStripButton2.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.White;
|
this.toolStripButton2.Name = "toolStripButton2";
|
this.toolStripButton2.Size = new System.Drawing.Size(50, 47);
|
this.toolStripButton2.Text = "<返回";
|
this.toolStripButton2.TextImageRelation = System.Windows.Forms.TextImageRelation.TextAboveImage;
|
this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click);
|
//
|
// toolStripButton1
|
//
|
this.toolStripButton1.AutoSize = false;
|
this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
|
this.toolStripButton1.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.toolStripButton1.ForeColor = System.Drawing.Color.White;
|
this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
|
this.toolStripButton1.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.toolStripButton1.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.White;
|
this.toolStripButton1.Name = "toolStripButton1";
|
this.toolStripButton1.Size = new System.Drawing.Size(50, 47);
|
this.toolStripButton1.Text = "暂停";
|
this.toolStripButton1.TextImageRelation = System.Windows.Forms.TextImageRelation.TextAboveImage;
|
this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
|
//
|
// toolStripButton3
|
//
|
this.toolStripButton3.AutoSize = false;
|
this.toolStripButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
|
this.toolStripButton3.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.toolStripButton3.ForeColor = System.Drawing.Color.White;
|
this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.toolStripButton3.Name = "toolStripButton3";
|
this.toolStripButton3.Size = new System.Drawing.Size(50, 47);
|
this.toolStripButton3.Text = "设置";
|
this.toolStripButton3.Click += new System.EventHandler(this.toolStripButton3_Click);
|
//
|
// toolStripButton4
|
//
|
this.toolStripButton4.AutoSize = false;
|
this.toolStripButton4.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
|
this.toolStripButton4.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.toolStripButton4.ForeColor = System.Drawing.Color.White;
|
this.toolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.toolStripButton4.Name = "toolStripButton4";
|
this.toolStripButton4.Size = new System.Drawing.Size(50, 47);
|
this.toolStripButton4.Text = "引出";
|
this.toolStripButton4.Click += new System.EventHandler(this.toolStripButton4_Click);
|
//
|
// toolStripSeparator6
|
//
|
this.toolStripSeparator6.Name = "toolStripSeparator6";
|
this.toolStripSeparator6.Size = new System.Drawing.Size(6, 50);
|
//
|
// toolStripSeparator10
|
//
|
this.toolStripSeparator10.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
|
this.toolStripSeparator10.Name = "toolStripSeparator10";
|
this.toolStripSeparator10.Size = new System.Drawing.Size(6, 50);
|
//
|
// toolStripSeparator11
|
//
|
this.toolStripSeparator11.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
|
this.toolStripSeparator11.Name = "toolStripSeparator11";
|
this.toolStripSeparator11.Size = new System.Drawing.Size(6, 50);
|
//
|
// lblTitleCaption
|
//
|
this.lblTitleCaption.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
this.lblTitleCaption.Font = new System.Drawing.Font("Microsoft YaHei UI", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.lblTitleCaption.ForeColor = System.Drawing.Color.White;
|
this.lblTitleCaption.Name = "lblTitleCaption";
|
this.lblTitleCaption.Size = new System.Drawing.Size(132, 47);
|
this.lblTitleCaption.Text = "生产任务列表";
|
//
|
// timer3
|
//
|
this.timer3.Interval = 100000000;
|
this.timer3.Tick += new System.EventHandler(this.timer3_Tick);
|
//
|
// Sc_SCJHList
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(1386, 531);
|
this.Controls.Add(this.splitContainer1);
|
this.Controls.Add(this.Tool);
|
this.Controls.Add(this.grdSum);
|
this.Controls.Add(this.grdPrint);
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
this.Name = "Sc_SCJHList";
|
this.Text = "单据列表";
|
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
|
this.Load += new System.EventHandler(this.Sc_SCJHList_Load);
|
((System.ComponentModel.ISupportInitialize)(this.grdMain)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.grdPrint)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.grdSum)).EndInit();
|
this.splitContainer1.Panel1.ResumeLayout(false);
|
this.splitContainer1.Panel1.PerformLayout();
|
this.splitContainer1.Panel2.ResumeLayout(false);
|
this.splitContainer1.ResumeLayout(false);
|
this.Tool.ResumeLayout(false);
|
this.Tool.PerformLayout();
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
public System.Windows.Forms.Timer timer1;
|
private System.Windows.Forms.Timer timer2;
|
private System.Windows.Forms.DataGridView grdMain;
|
private System.Windows.Forms.DataGridView grdPrint;
|
private System.Windows.Forms.DataGridView grdSum;
|
private System.Windows.Forms.SplitContainer splitContainer1;
|
private System.Windows.Forms.Label label3;
|
private System.Windows.Forms.Label label2;
|
private System.Windows.Forms.Label label1;
|
private System.Windows.Forms.Label label22;
|
private System.Windows.Forms.ToolStrip Tool;
|
private System.Windows.Forms.ToolStripButton toolStripButton1;
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator6;
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator10;
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator11;
|
private System.Windows.Forms.ToolStripLabel lblTitleCaption;
|
private System.Windows.Forms.ToolStripButton toolStripButton2;
|
private System.Windows.Forms.ColorDialog colorDialog1;
|
private System.Windows.Forms.ToolStripButton toolStripButton3;
|
private System.Windows.Forms.Timer timer3;
|
private System.Windows.Forms.ToolStripButton toolStripButton4;
|
private System.Windows.Forms.Label label5;
|
private System.Windows.Forms.Label label4;
|
private System.Windows.Forms.Button button3;
|
private System.Windows.Forms.Button button2;
|
private System.Windows.Forms.Label label6;
|
private System.Windows.Forms.DateTimePicker dtpHEndDate;
|
private System.Windows.Forms.DateTimePicker dtpHBeginDate;
|
public System.Windows.Forms.TextBox txtHStation;
|
public System.Windows.Forms.TextBox txtHModel;
|
public System.Windows.Forms.TextBox txtHMaterNumber;
|
public System.Windows.Forms.TextBox txtHDeptID;
|
public System.Windows.Forms.TextBox txtHMaterName;
|
}
|
}
|