namespace Core.StlMes.Client.YdmBase { partial class FrmRackSelect { /// /// 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(FrmRackSelect)); this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel(); this.button4 = new System.Windows.Forms.Button(); this.button5 = new System.Windows.Forms.Button(); this.button3 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.button1 = new System.Windows.Forms.Button(); this.listView1 = new System.Windows.Forms.ListView(); this.listView2 = new System.Windows.Forms.ListView(); this.listView3 = new System.Windows.Forms.ListView(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.button7 = new System.Windows.Forms.Button(); this.button6 = new System.Windows.Forms.Button(); this.ultraPanel1.ClientArea.SuspendLayout(); this.ultraPanel1.SuspendLayout(); this.SuspendLayout(); // // ultraPanel1 // // // ultraPanel1.ClientArea // this.ultraPanel1.ClientArea.Controls.Add(this.button4); this.ultraPanel1.ClientArea.Controls.Add(this.button5); this.ultraPanel1.ClientArea.Controls.Add(this.button3); this.ultraPanel1.ClientArea.Controls.Add(this.button2); this.ultraPanel1.ClientArea.Controls.Add(this.button1); this.ultraPanel1.Location = new System.Drawing.Point(97, 29); this.ultraPanel1.Name = "ultraPanel1"; this.ultraPanel1.Size = new System.Drawing.Size(64, 211); this.ultraPanel1.TabIndex = 1; // // button4 // this.button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button4.Image = ((System.Drawing.Image)(resources.GetObject("button4.Image"))); this.button4.Location = new System.Drawing.Point(1, 171); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(55, 27); this.button4.TabIndex = 1; this.button4.UseVisualStyleBackColor = true; this.button4.Click += new System.EventHandler(this.button4_Click); // // button5 // this.button5.BackColor = System.Drawing.SystemColors.ActiveCaption; this.button5.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.button5.ForeColor = System.Drawing.SystemColors.ControlText; this.button5.Image = ((System.Drawing.Image)(resources.GetObject("button5.Image"))); this.button5.Location = new System.Drawing.Point(2, 87); this.button5.Name = "button5"; this.button5.Size = new System.Drawing.Size(55, 27); this.button5.TabIndex = 1; this.button5.UseVisualStyleBackColor = false; this.button5.Click += new System.EventHandler(this.button5_Click); // // button3 // this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button3.Image = ((System.Drawing.Image)(resources.GetObject("button3.Image"))); this.button3.Location = new System.Drawing.Point(1, 129); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(55, 27); this.button3.TabIndex = 1; this.button3.UseVisualStyleBackColor = true; this.button3.Click += new System.EventHandler(this.button3_Click); // // button2 // this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button2.Image = ((System.Drawing.Image)(resources.GetObject("button2.Image"))); this.button2.Location = new System.Drawing.Point(2, 45); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(55, 27); this.button2.TabIndex = 1; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // button1 // this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button1.Image = ((System.Drawing.Image)(resources.GetObject("button1.Image"))); this.button1.Location = new System.Drawing.Point(2, 3); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(55, 27); this.button1.TabIndex = 1; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // listView1 // this.listView1.CheckBoxes = true; this.listView1.Location = new System.Drawing.Point(8, 29); this.listView1.MultiSelect = false; this.listView1.Name = "listView1"; this.listView1.Size = new System.Drawing.Size(84, 211); this.listView1.TabIndex = 2; this.listView1.UseCompatibleStateImageBehavior = false; this.listView1.DoubleClick += new System.EventHandler(this.listView1_DoubleClick); // // listView2 // this.listView2.CheckBoxes = true; this.listView2.Location = new System.Drawing.Point(270, 29); this.listView2.MultiSelect = false; this.listView2.Name = "listView2"; this.listView2.Size = new System.Drawing.Size(84, 211); this.listView2.TabIndex = 2; this.listView2.UseCompatibleStateImageBehavior = false; this.listView2.SelectedIndexChanged += new System.EventHandler(this.listView2_SelectedIndexChanged); this.listView2.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.listView2_ItemCheck); // // listView3 // this.listView3.Enabled = false; this.listView3.Location = new System.Drawing.Point(177, 29); this.listView3.MultiSelect = false; this.listView3.Name = "listView3"; this.listView3.Size = new System.Drawing.Size(84, 211); this.listView3.TabIndex = 3; this.listView3.UseCompatibleStateImageBehavior = false; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(186, 9); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(65, 12); this.label1.TabIndex = 4; this.label1.Text = "选中的料位"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(8, 9); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(77, 12); this.label2.TabIndex = 4; this.label2.Text = "供选择的料架"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(270, 9); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(65, 12); this.label3.TabIndex = 4; this.label3.Text = "选择的料架"; // // button7 // this.button7.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button7.Image = ((System.Drawing.Image)(resources.GetObject("button7.Image"))); this.button7.Location = new System.Drawing.Point(358, 126); this.button7.Name = "button7"; this.button7.Size = new System.Drawing.Size(55, 27); this.button7.TabIndex = 6; this.button7.UseVisualStyleBackColor = true; this.button7.Click += new System.EventHandler(this.button7_Click); // // button6 // this.button6.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button6.Image = ((System.Drawing.Image)(resources.GetObject("button6.Image"))); this.button6.Location = new System.Drawing.Point(357, 79); this.button6.Name = "button6"; this.button6.Size = new System.Drawing.Size(55, 27); this.button6.TabIndex = 5; this.button6.UseVisualStyleBackColor = true; this.button6.Click += new System.EventHandler(this.button6_Click); // // FrmRackSelect // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.SystemColors.ActiveCaption; this.ClientSize = new System.Drawing.Size(415, 243); this.Controls.Add(this.button7); this.Controls.Add(this.button6); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.listView3); this.Controls.Add(this.ultraPanel1); this.Controls.Add(this.listView1); this.Controls.Add(this.listView2); this.ForeColor = System.Drawing.SystemColors.ControlText; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FrmRackSelect"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "料架维护"; this.Load += new System.EventHandler(this.FrmRackSelect_Load); this.ultraPanel1.ClientArea.ResumeLayout(false); this.ultraPanel1.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Infragistics.Win.Misc.UltraPanel ultraPanel1; private System.Windows.Forms.ListView listView1; private System.Windows.Forms.ListView listView2; private System.Windows.Forms.Button button3; private System.Windows.Forms.Button button2; private System.Windows.Forms.Button button1; private System.Windows.Forms.ListView listView3; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Button button4; private System.Windows.Forms.Button button5; private System.Windows.Forms.Button button7; private System.Windows.Forms.Button button6; } }