namespace UAS_MES_Tools { partial class Main { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Main)); this.Pagination = new System.Windows.Forms.TabControl(); this.Page1 = new System.Windows.Forms.TabPage(); this.Page2 = new System.Windows.Forms.TabPage(); this.panel1 = new System.Windows.Forms.Panel(); this.panel2 = new System.Windows.Forms.Panel(); this.CodeTxt = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.ShowMsg = new System.Windows.Forms.TextBox(); this.Pagination.SuspendLayout(); this.Page1.SuspendLayout(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // Pagination // this.Pagination.Controls.Add(this.Page1); this.Pagination.Controls.Add(this.Page2); this.Pagination.Cursor = System.Windows.Forms.Cursors.Hand; this.Pagination.Dock = System.Windows.Forms.DockStyle.Fill; this.Pagination.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.Pagination.ItemSize = new System.Drawing.Size(160, 30); this.Pagination.Location = new System.Drawing.Point(0, 0); this.Pagination.Name = "Pagination"; this.Pagination.SelectedIndex = 0; this.Pagination.Size = new System.Drawing.Size(1254, 660); this.Pagination.SizeMode = System.Windows.Forms.TabSizeMode.Fixed; this.Pagination.TabIndex = 1; // // Page1 // this.Page1.BackColor = System.Drawing.SystemColors.Control; this.Page1.Controls.Add(this.panel2); this.Page1.Controls.Add(this.panel1); this.Page1.Cursor = System.Windows.Forms.Cursors.Default; this.Page1.Location = new System.Drawing.Point(4, 34); this.Page1.Name = "Page1"; this.Page1.Padding = new System.Windows.Forms.Padding(3); this.Page1.Size = new System.Drawing.Size(1246, 622); this.Page1.TabIndex = 0; this.Page1.Text = "条码核对"; // // Page2 // this.Page2.BackColor = System.Drawing.SystemColors.Control; this.Page2.Cursor = System.Windows.Forms.Cursors.Default; this.Page2.Location = new System.Drawing.Point(4, 34); this.Page2.Name = "Page2"; this.Page2.Padding = new System.Windows.Forms.Padding(3); this.Page2.Size = new System.Drawing.Size(1246, 622); this.Page2.TabIndex = 1; this.Page2.Text = "DCR文件打包"; // // panel1 // this.panel1.Controls.Add(this.ShowMsg); this.panel1.Controls.Add(this.label1); this.panel1.Controls.Add(this.CodeTxt); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(3, 3); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(1240, 233); this.panel1.TabIndex = 0; // // panel2 // this.panel2.Dock = System.Windows.Forms.DockStyle.Fill; this.panel2.Location = new System.Drawing.Point(3, 236); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(1240, 383); this.panel2.TabIndex = 1; // // CodeTxt // this.CodeTxt.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.CodeTxt.Location = new System.Drawing.Point(108, 181); this.CodeTxt.Name = "CodeTxt"; this.CodeTxt.Size = new System.Drawing.Size(305, 31); this.CodeTxt.TabIndex = 0; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(48, 181); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(54, 28); this.label1.TabIndex = 1; this.label1.Text = "条码"; // // ShowMsg // this.ShowMsg.BackColor = System.Drawing.SystemColors.Control; this.ShowMsg.Cursor = System.Windows.Forms.Cursors.Default; this.ShowMsg.Location = new System.Drawing.Point(932, 3); this.ShowMsg.Multiline = true; this.ShowMsg.Name = "ShowMsg"; this.ShowMsg.ReadOnly = true; this.ShowMsg.Size = new System.Drawing.Size(303, 224); this.ShowMsg.TabIndex = 2; this.ShowMsg.Text = "Pass"; this.ShowMsg.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // Main // this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 24F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.SystemColors.Control; this.ClientSize = new System.Drawing.Size(1254, 660); this.Controls.Add(this.Pagination); this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(4); this.Name = "Main"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "UAS_MES 工具"; this.Pagination.ResumeLayout(false); this.Page1.ResumeLayout(false); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TabControl Pagination; private System.Windows.Forms.TabPage Page1; private System.Windows.Forms.TabPage Page2; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.TextBox CodeTxt; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox ShowMsg; } }