namespace Kanban
|
{
|
partial class Sc_WorkBillProcTimeReportKB2
|
{
|
/// <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_WorkBillProcTimeReportKB2));
|
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
this.pEmpPic = new System.Windows.Forms.PictureBox();
|
this.lblTimeCD = new System.Windows.Forms.Label();
|
this.label3 = new System.Windows.Forms.Label();
|
this.timer1 = new System.Windows.Forms.Timer(this.components);
|
this.timer2 = new System.Windows.Forms.Timer(this.components);
|
this.timer3 = new System.Windows.Forms.Timer(this.components);
|
this.pBillNo = new System.Windows.Forms.Panel();
|
this.lblICMOBillNo = new System.Windows.Forms.Label();
|
this.panel2 = new System.Windows.Forms.Panel();
|
this.pNow = new System.Windows.Forms.Panel();
|
this.lblTimeNow = new System.Windows.Forms.Label();
|
this.pMater = new System.Windows.Forms.Panel();
|
this.lblMater = new System.Windows.Forms.Label();
|
this.pPic = new System.Windows.Forms.Panel();
|
this.pLogo = new System.Windows.Forms.PictureBox();
|
this.pEmp = new System.Windows.Forms.Panel();
|
this.lblEmp = new System.Windows.Forms.Label();
|
this.pBaseTime = new System.Windows.Forms.Panel();
|
this.lblWorkTime = new System.Windows.Forms.Label();
|
this.pBeginTime = new System.Windows.Forms.Panel();
|
this.lblBeginTime = new System.Windows.Forms.Label();
|
this.label2 = new System.Windows.Forms.Label();
|
this.timer4 = new System.Windows.Forms.Timer(this.components);
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
|
this.splitContainer1.Panel1.SuspendLayout();
|
this.splitContainer1.Panel2.SuspendLayout();
|
this.splitContainer1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.pEmpPic)).BeginInit();
|
this.pBillNo.SuspendLayout();
|
this.panel2.SuspendLayout();
|
this.pNow.SuspendLayout();
|
this.pMater.SuspendLayout();
|
this.pPic.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.pLogo)).BeginInit();
|
this.pEmp.SuspendLayout();
|
this.pBaseTime.SuspendLayout();
|
this.pBeginTime.SuspendLayout();
|
this.SuspendLayout();
|
//
|
// splitContainer1
|
//
|
this.splitContainer1.BackColor = System.Drawing.Color.White;
|
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
this.splitContainer1.Location = new System.Drawing.Point(0, 428);
|
this.splitContainer1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
this.splitContainer1.Name = "splitContainer1";
|
//
|
// splitContainer1.Panel1
|
//
|
this.splitContainer1.Panel1.BackColor = System.Drawing.Color.White;
|
this.splitContainer1.Panel1.Controls.Add(this.pEmpPic);
|
//
|
// splitContainer1.Panel2
|
//
|
this.splitContainer1.Panel2.Controls.Add(this.lblTimeCD);
|
this.splitContainer1.Panel2.Controls.Add(this.label3);
|
this.splitContainer1.Size = new System.Drawing.Size(1840, 524);
|
this.splitContainer1.SplitterDistance = 470;
|
this.splitContainer1.SplitterWidth = 5;
|
this.splitContainer1.TabIndex = 2;
|
//
|
// pEmpPic
|
//
|
this.pEmpPic.BackColor = System.Drawing.Color.White;
|
this.pEmpPic.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
this.pEmpPic.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.pEmpPic.InitialImage = null;
|
this.pEmpPic.Location = new System.Drawing.Point(0, 0);
|
this.pEmpPic.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
this.pEmpPic.Name = "pEmpPic";
|
this.pEmpPic.Size = new System.Drawing.Size(470, 524);
|
this.pEmpPic.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
this.pEmpPic.TabIndex = 3;
|
this.pEmpPic.TabStop = false;
|
//
|
// lblTimeCD
|
//
|
this.lblTimeCD.BackColor = System.Drawing.Color.White;
|
this.lblTimeCD.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.lblTimeCD.Font = new System.Drawing.Font("黑体", 210.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.lblTimeCD.Location = new System.Drawing.Point(88, 0);
|
this.lblTimeCD.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
this.lblTimeCD.Name = "lblTimeCD";
|
this.lblTimeCD.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
this.lblTimeCD.Size = new System.Drawing.Size(1277, 524);
|
this.lblTimeCD.TabIndex = 5;
|
this.lblTimeCD.Text = "0000:00";
|
this.lblTimeCD.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
//
|
// label3
|
//
|
this.label3.BackColor = System.Drawing.Color.White;
|
this.label3.Dock = System.Windows.Forms.DockStyle.Left;
|
this.label3.Enabled = false;
|
this.label3.Font = new System.Drawing.Font("黑体", 44.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.label3.ForeColor = System.Drawing.SystemColors.GrayText;
|
this.label3.Location = new System.Drawing.Point(0, 0);
|
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
this.label3.Name = "label3";
|
this.label3.Size = new System.Drawing.Size(88, 524);
|
this.label3.TabIndex = 4;
|
this.label3.Text = "倒计时";
|
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
//
|
// timer1
|
//
|
this.timer1.Enabled = true;
|
this.timer1.Interval = 1000;
|
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
|
//
|
// timer2
|
//
|
this.timer2.Enabled = true;
|
this.timer2.Interval = 1000;
|
this.timer2.Tick += new System.EventHandler(this.timer2_Tick);
|
//
|
// timer3
|
//
|
this.timer3.Enabled = true;
|
this.timer3.Interval = 1800000;
|
this.timer3.Tick += new System.EventHandler(this.timer3_Tick);
|
//
|
// pBillNo
|
//
|
this.pBillNo.BackColor = System.Drawing.Color.White;
|
this.pBillNo.Controls.Add(this.lblICMOBillNo);
|
this.pBillNo.Dock = System.Windows.Forms.DockStyle.Top;
|
this.pBillNo.Location = new System.Drawing.Point(0, 0);
|
this.pBillNo.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
this.pBillNo.Name = "pBillNo";
|
this.pBillNo.Size = new System.Drawing.Size(1840, 110);
|
this.pBillNo.TabIndex = 8;
|
//
|
// lblICMOBillNo
|
//
|
this.lblICMOBillNo.BackColor = System.Drawing.Color.White;
|
this.lblICMOBillNo.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.lblICMOBillNo.Font = new System.Drawing.Font("黑体", 69.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.lblICMOBillNo.Location = new System.Drawing.Point(0, 0);
|
this.lblICMOBillNo.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
this.lblICMOBillNo.Name = "lblICMOBillNo";
|
this.lblICMOBillNo.Size = new System.Drawing.Size(1840, 110);
|
this.lblICMOBillNo.TabIndex = 5;
|
this.lblICMOBillNo.Text = "WORK00099999";
|
this.lblICMOBillNo.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
//
|
// panel2
|
//
|
this.panel2.BackColor = System.Drawing.Color.White;
|
this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
this.panel2.Controls.Add(this.pNow);
|
this.panel2.Controls.Add(this.pMater);
|
this.panel2.Controls.Add(this.pPic);
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
|
this.panel2.Location = new System.Drawing.Point(0, 110);
|
this.panel2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
this.panel2.Name = "panel2";
|
this.panel2.Size = new System.Drawing.Size(1840, 207);
|
this.panel2.TabIndex = 9;
|
//
|
// pNow
|
//
|
this.pNow.BackColor = System.Drawing.Color.White;
|
this.pNow.Controls.Add(this.lblTimeNow);
|
this.pNow.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.pNow.Location = new System.Drawing.Point(1863, 0);
|
this.pNow.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
this.pNow.Name = "pNow";
|
this.pNow.Size = new System.Drawing.Size(0, 205);
|
this.pNow.TabIndex = 10;
|
//
|
// lblTimeNow
|
//
|
this.lblTimeNow.BackColor = System.Drawing.Color.White;
|
this.lblTimeNow.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.lblTimeNow.Font = new System.Drawing.Font("黑体", 30F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.lblTimeNow.Location = new System.Drawing.Point(0, 0);
|
this.lblTimeNow.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
this.lblTimeNow.Name = "lblTimeNow";
|
this.lblTimeNow.Size = new System.Drawing.Size(0, 205);
|
this.lblTimeNow.TabIndex = 4;
|
this.lblTimeNow.Text = "2018-01-01 13:33:22";
|
this.lblTimeNow.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
//
|
// pMater
|
//
|
this.pMater.Controls.Add(this.lblMater);
|
this.pMater.Dock = System.Windows.Forms.DockStyle.Left;
|
this.pMater.Location = new System.Drawing.Point(468, 0);
|
this.pMater.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
this.pMater.Name = "pMater";
|
this.pMater.Size = new System.Drawing.Size(1395, 205);
|
this.pMater.TabIndex = 9;
|
//
|
// lblMater
|
//
|
this.lblMater.BackColor = System.Drawing.Color.White;
|
this.lblMater.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.lblMater.Font = new System.Drawing.Font("黑体", 54.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.lblMater.Location = new System.Drawing.Point(0, 0);
|
this.lblMater.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
this.lblMater.Name = "lblMater";
|
this.lblMater.Size = new System.Drawing.Size(1395, 205);
|
this.lblMater.TabIndex = 4;
|
this.lblMater.Text = "GGV999 -新能源空压机(测试数据)";
|
this.lblMater.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
//
|
// pPic
|
//
|
this.pPic.BackColor = System.Drawing.Color.White;
|
this.pPic.Controls.Add(this.pLogo);
|
this.pPic.Dock = System.Windows.Forms.DockStyle.Left;
|
this.pPic.Location = new System.Drawing.Point(0, 0);
|
this.pPic.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
this.pPic.Name = "pPic";
|
this.pPic.Size = new System.Drawing.Size(468, 205);
|
this.pPic.TabIndex = 8;
|
//
|
// pLogo
|
//
|
this.pLogo.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.pLogo.Image = ((System.Drawing.Image)(resources.GetObject("pLogo.Image")));
|
this.pLogo.Location = new System.Drawing.Point(0, 0);
|
this.pLogo.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
this.pLogo.Name = "pLogo";
|
this.pLogo.Size = new System.Drawing.Size(468, 205);
|
this.pLogo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
this.pLogo.TabIndex = 2;
|
this.pLogo.TabStop = false;
|
//
|
// pEmp
|
//
|
this.pEmp.BackColor = System.Drawing.Color.White;
|
this.pEmp.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
this.pEmp.Controls.Add(this.lblEmp);
|
this.pEmp.Dock = System.Windows.Forms.DockStyle.Left;
|
this.pEmp.Location = new System.Drawing.Point(0, 317);
|
this.pEmp.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
this.pEmp.Name = "pEmp";
|
this.pEmp.Size = new System.Drawing.Size(591, 111);
|
this.pEmp.TabIndex = 10;
|
//
|
// lblEmp
|
//
|
this.lblEmp.BackColor = System.Drawing.Color.White;
|
this.lblEmp.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.lblEmp.Font = new System.Drawing.Font("黑体", 45F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.lblEmp.Location = new System.Drawing.Point(0, 0);
|
this.lblEmp.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
this.lblEmp.Name = "lblEmp";
|
this.lblEmp.Size = new System.Drawing.Size(589, 109);
|
this.lblEmp.TabIndex = 5;
|
this.lblEmp.Text = "人员:测试人员";
|
this.lblEmp.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
//
|
// pBaseTime
|
//
|
this.pBaseTime.BackColor = System.Drawing.Color.White;
|
this.pBaseTime.Controls.Add(this.lblWorkTime);
|
this.pBaseTime.Dock = System.Windows.Forms.DockStyle.Left;
|
this.pBaseTime.Location = new System.Drawing.Point(591, 317);
|
this.pBaseTime.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
this.pBaseTime.Name = "pBaseTime";
|
this.pBaseTime.Size = new System.Drawing.Size(664, 111);
|
this.pBaseTime.TabIndex = 11;
|
//
|
// lblWorkTime
|
//
|
this.lblWorkTime.BackColor = System.Drawing.Color.White;
|
this.lblWorkTime.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
this.lblWorkTime.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.lblWorkTime.Font = new System.Drawing.Font("黑体", 45F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.lblWorkTime.Location = new System.Drawing.Point(0, 0);
|
this.lblWorkTime.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
this.lblWorkTime.Name = "lblWorkTime";
|
this.lblWorkTime.Size = new System.Drawing.Size(664, 111);
|
this.lblWorkTime.TabIndex = 6;
|
this.lblWorkTime.Text = "标准工时(m):999";
|
this.lblWorkTime.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
//
|
// pBeginTime
|
//
|
this.pBeginTime.BackColor = System.Drawing.Color.White;
|
this.pBeginTime.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
this.pBeginTime.Controls.Add(this.lblBeginTime);
|
this.pBeginTime.Controls.Add(this.label2);
|
this.pBeginTime.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.pBeginTime.Location = new System.Drawing.Point(1255, 317);
|
this.pBeginTime.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
this.pBeginTime.Name = "pBeginTime";
|
this.pBeginTime.Size = new System.Drawing.Size(585, 111);
|
this.pBeginTime.TabIndex = 12;
|
//
|
// lblBeginTime
|
//
|
this.lblBeginTime.BackColor = System.Drawing.Color.White;
|
this.lblBeginTime.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.lblBeginTime.Font = new System.Drawing.Font("黑体", 45F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.lblBeginTime.Location = new System.Drawing.Point(403, 0);
|
this.lblBeginTime.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
this.lblBeginTime.Name = "lblBeginTime";
|
this.lblBeginTime.Size = new System.Drawing.Size(180, 109);
|
this.lblBeginTime.TabIndex = 7;
|
this.lblBeginTime.Text = "9999-99-99 99:99:99";
|
this.lblBeginTime.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
//
|
// label2
|
//
|
this.label2.BackColor = System.Drawing.Color.White;
|
this.label2.Dock = System.Windows.Forms.DockStyle.Left;
|
this.label2.Font = new System.Drawing.Font("黑体", 45F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.label2.Location = new System.Drawing.Point(0, 0);
|
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
this.label2.Name = "label2";
|
this.label2.Size = new System.Drawing.Size(403, 109);
|
this.label2.TabIndex = 6;
|
this.label2.Text = "开工时间:";
|
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
//
|
// timer4
|
//
|
this.timer4.Enabled = true;
|
this.timer4.Interval = 3600000;
|
this.timer4.Tick += new System.EventHandler(this.timer4_Tick);
|
//
|
// Sc_WorkBillProcTimeReportKB2
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(1840, 952);
|
this.Controls.Add(this.pBeginTime);
|
this.Controls.Add(this.pBaseTime);
|
this.Controls.Add(this.pEmp);
|
this.Controls.Add(this.panel2);
|
this.Controls.Add(this.pBillNo);
|
this.Controls.Add(this.splitContainer1);
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
|
this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
this.Name = "Sc_WorkBillProcTimeReportKB2";
|
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
|
this.Load += new System.EventHandler(this.Sc_WorkBillProcTimeReportKB2_Load);
|
this.splitContainer1.Panel1.ResumeLayout(false);
|
this.splitContainer1.Panel2.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
|
this.splitContainer1.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.pEmpPic)).EndInit();
|
this.pBillNo.ResumeLayout(false);
|
this.panel2.ResumeLayout(false);
|
this.pNow.ResumeLayout(false);
|
this.pMater.ResumeLayout(false);
|
this.pPic.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.pLogo)).EndInit();
|
this.pEmp.ResumeLayout(false);
|
this.pBaseTime.ResumeLayout(false);
|
this.pBeginTime.ResumeLayout(false);
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
private System.Windows.Forms.SplitContainer splitContainer1;
|
private System.Windows.Forms.PictureBox pEmpPic;
|
private System.Windows.Forms.Label label3;
|
private System.Windows.Forms.Label lblTimeCD;
|
private System.Windows.Forms.Timer timer1;
|
private System.Windows.Forms.Timer timer2;
|
private System.Windows.Forms.Timer timer3;
|
private System.Windows.Forms.Panel pBillNo;
|
private System.Windows.Forms.Panel panel2;
|
private System.Windows.Forms.Panel pNow;
|
private System.Windows.Forms.Label lblTimeNow;
|
private System.Windows.Forms.Panel pMater;
|
private System.Windows.Forms.Label lblMater;
|
private System.Windows.Forms.Panel pPic;
|
private System.Windows.Forms.PictureBox pLogo;
|
private System.Windows.Forms.Panel pEmp;
|
private System.Windows.Forms.Label lblEmp;
|
private System.Windows.Forms.Panel pBaseTime;
|
private System.Windows.Forms.Label lblWorkTime;
|
private System.Windows.Forms.Panel pBeginTime;
|
private System.Windows.Forms.Label lblBeginTime;
|
private System.Windows.Forms.Label label2;
|
private System.Windows.Forms.Label lblICMOBillNo;
|
private System.Windows.Forms.Timer timer4;
|
}
|
}
|