namespace Stone.WinModule.AssembleAdmin { partial class frmViewAssemblyNew { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.webBrowser1 = new System.Windows.Forms.WebBrowser(); this.panel1 = new System.Windows.Forms.Panel(); this.btnClear = new System.Windows.Forms.Button(); this.btnInsert = new System.Windows.Forms.Button(); this.txtBarCode = new System.Windows.Forms.TextBox(); this.btnClose = new System.Windows.Forms.Button(); this.btnUp = new System.Windows.Forms.Button(); this.btnNext = new System.Windows.Forms.Button(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.timer2 = new System.Windows.Forms.Timer(this.components); this.panel1.SuspendLayout(); this.SuspendLayout(); // // 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(885, 440); this.webBrowser1.TabIndex = 4; this.webBrowser1.DocumentCompleted += new System.Windows.Forms.WebBrowserDocumentCompletedEventHandler(this.webBrowser1_DocumentCompleted); // // panel1 // this.panel1.BackColor = System.Drawing.Color.Black; this.panel1.Controls.Add(this.btnClear); this.panel1.Controls.Add(this.btnInsert); this.panel1.Controls.Add(this.txtBarCode); this.panel1.Controls.Add(this.btnClose); this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel1.Location = new System.Drawing.Point(0, 440); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(885, 76); this.panel1.TabIndex = 5; // // btnClear // this.btnClear.BackColor = System.Drawing.Color.Red; this.btnClear.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnClear.Font = new System.Drawing.Font("黑体", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnClear.ForeColor = System.Drawing.Color.White; this.btnClear.Location = new System.Drawing.Point(618, 22); this.btnClear.Name = "btnClear"; this.btnClear.Size = new System.Drawing.Size(106, 38); this.btnClear.TabIndex = 11; this.btnClear.Text = "取消"; this.btnClear.UseVisualStyleBackColor = false; this.btnClear.Click += new System.EventHandler(this.btnClear_Click); // // btnInsert // this.btnInsert.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0))))); this.btnInsert.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnInsert.Font = new System.Drawing.Font("黑体", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnInsert.ForeColor = System.Drawing.Color.White; this.btnInsert.Location = new System.Drawing.Point(495, 22); this.btnInsert.Name = "btnInsert"; this.btnInsert.Size = new System.Drawing.Size(106, 38); this.btnInsert.TabIndex = 10; this.btnInsert.Text = "插单"; this.btnInsert.UseVisualStyleBackColor = false; this.btnInsert.Visible = false; this.btnInsert.Click += new System.EventHandler(this.btnInsert_Click); // // txtBarCode // this.txtBarCode.Font = new System.Drawing.Font("黑体", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtBarCode.Location = new System.Drawing.Point(12, 22); this.txtBarCode.Name = "txtBarCode"; this.txtBarCode.Size = new System.Drawing.Size(279, 38); this.txtBarCode.TabIndex = 8; this.txtBarCode.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtBarCode_KeyUp); // // btnClose // this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnClose.BackColor = System.Drawing.Color.ForestGreen; this.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnClose.Font = new System.Drawing.Font("黑体", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnClose.ForeColor = System.Drawing.Color.White; this.btnClose.Location = new System.Drawing.Point(767, 22); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(106, 38); this.btnClose.TabIndex = 7; this.btnClose.Text = "退出"; this.btnClose.UseVisualStyleBackColor = false; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // btnUp // this.btnUp.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255))))); this.btnUp.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnUp.Font = new System.Drawing.Font("黑体", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnUp.ForeColor = System.Drawing.Color.White; this.btnUp.Location = new System.Drawing.Point(306, 385); this.btnUp.Name = "btnUp"; this.btnUp.Size = new System.Drawing.Size(106, 38); this.btnUp.TabIndex = 9; this.btnUp.Text = "上一条"; this.btnUp.UseVisualStyleBackColor = false; this.btnUp.Click += new System.EventHandler(this.btnUp_Click); // // btnNext // this.btnNext.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0))))); this.btnNext.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnNext.Font = new System.Drawing.Font("黑体", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnNext.ForeColor = System.Drawing.Color.White; this.btnNext.Location = new System.Drawing.Point(418, 385); this.btnNext.Name = "btnNext"; this.btnNext.Size = new System.Drawing.Size(106, 38); this.btnNext.TabIndex = 6; this.btnNext.Text = "下一条"; this.btnNext.UseVisualStyleBackColor = false; this.btnNext.Click += new System.EventHandler(this.btnNext_Click); // // timer1 // this.timer1.Interval = 1000; this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // timer2 // this.timer2.Interval = 1000; this.timer2.Tick += new System.EventHandler(this.timer2_Tick); // // frmViewAssemblyNew // this.ClientSize = new System.Drawing.Size(885, 516); this.Controls.Add(this.webBrowser1); this.Controls.Add(this.btnUp); this.Controls.Add(this.panel1); this.Controls.Add(this.btnNext); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.KeyPreview = true; this.Name = "frmViewAssemblyNew"; this.Text = "生产装配看板"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.Load += new System.EventHandler(this.frmViewAssemblyNew_Load); this.KeyUp += new System.Windows.Forms.KeyEventHandler(this.frmViewAssemblyNew_KeyUp); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.WebBrowser webBrowser1; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Timer timer1; private System.Windows.Forms.Timer timer2; private System.Windows.Forms.Button btnNext; private System.Windows.Forms.Button btnClose; private System.Windows.Forms.TextBox txtBarCode; private System.Windows.Forms.Button btnUp; private System.Windows.Forms.Button btnInsert; private System.Windows.Forms.Button btnClear; } }