You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
150 lines
6.8 KiB
150 lines
6.8 KiB
namespace Stone.WinModule.Assembling
|
|
{
|
|
partial class frmAssembling
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.components = new System.ComponentModel.Container();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.lblMsg = new System.Windows.Forms.Label();
|
|
this.btnExit = new System.Windows.Forms.Button();
|
|
this.txtBarCode = new System.Windows.Forms.TextBox();
|
|
this.webBrowser1 = new System.Windows.Forms.WebBrowser();
|
|
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.timer4 = new System.Windows.Forms.Timer(this.components);
|
|
this.panel1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.Controls.Add(this.lblMsg);
|
|
this.panel1.Controls.Add(this.btnExit);
|
|
this.panel1.Controls.Add(this.txtBarCode);
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.panel1.Location = new System.Drawing.Point(0, 384);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(800, 66);
|
|
this.panel1.TabIndex = 35;
|
|
//
|
|
// lblMsg
|
|
//
|
|
this.lblMsg.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.lblMsg.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.lblMsg.ForeColor = System.Drawing.Color.Red;
|
|
this.lblMsg.Location = new System.Drawing.Point(250, 16);
|
|
this.lblMsg.Name = "lblMsg";
|
|
this.lblMsg.Size = new System.Drawing.Size(399, 39);
|
|
this.lblMsg.TabIndex = 2;
|
|
this.lblMsg.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// btnExit
|
|
//
|
|
this.btnExit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnExit.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Bold);
|
|
this.btnExit.Location = new System.Drawing.Point(655, 16);
|
|
this.btnExit.Name = "btnExit";
|
|
this.btnExit.Size = new System.Drawing.Size(133, 39);
|
|
this.btnExit.TabIndex = 1;
|
|
this.btnExit.Text = "退出";
|
|
this.btnExit.UseVisualStyleBackColor = true;
|
|
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
|
|
//
|
|
// txtBarCode
|
|
//
|
|
this.txtBarCode.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.txtBarCode.Location = new System.Drawing.Point(13, 16);
|
|
this.txtBarCode.Name = "txtBarCode";
|
|
this.txtBarCode.Size = new System.Drawing.Size(231, 39);
|
|
this.txtBarCode.TabIndex = 0;
|
|
this.txtBarCode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtBarCode_KeyDown);
|
|
//
|
|
// webBrowser1
|
|
//
|
|
this.webBrowser1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.webBrowser1.Location = new System.Drawing.Point(0, 0);
|
|
this.webBrowser1.MinimumSize = new System.Drawing.Size(20, 20);
|
|
this.webBrowser1.Name = "webBrowser1";
|
|
this.webBrowser1.ScrollBarsEnabled = false;
|
|
this.webBrowser1.Size = new System.Drawing.Size(800, 384);
|
|
this.webBrowser1.TabIndex = 36;
|
|
this.webBrowser1.DocumentCompleted += new System.Windows.Forms.WebBrowserDocumentCompletedEventHandler(this.webBrowser1_DocumentCompleted);
|
|
//
|
|
// timer1
|
|
//
|
|
this.timer1.Interval = 2000;
|
|
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
|
|
//
|
|
// timer2
|
|
//
|
|
this.timer2.Interval = 1000;
|
|
this.timer2.Tick += new System.EventHandler(this.timer2_Tick);
|
|
//
|
|
// timer3
|
|
//
|
|
this.timer3.Interval = 1000;
|
|
this.timer3.Tick += new System.EventHandler(this.timer3_Tick);
|
|
//
|
|
// timer4
|
|
//
|
|
this.timer4.Interval = 1000;
|
|
this.timer4.Tick += new System.EventHandler(this.timer4_Tick);
|
|
//
|
|
// frmAssembling
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(800, 450);
|
|
this.Controls.Add(this.webBrowser1);
|
|
this.Controls.Add(this.panel1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Name = "frmAssembling";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
|
|
this.Text = "装配看板";
|
|
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
|
|
this.Load += new System.EventHandler(this.frmAssembling_Load);
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel1.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.Label lblMsg;
|
|
private System.Windows.Forms.Button btnExit;
|
|
private System.Windows.Forms.TextBox txtBarCode;
|
|
private System.Windows.Forms.WebBrowser webBrowser1;
|
|
private System.Windows.Forms.Timer timer1;
|
|
private System.Windows.Forms.Timer timer2;
|
|
private System.Windows.Forms.Timer timer3;
|
|
private System.Windows.Forms.Timer timer4;
|
|
}
|
|
}
|