namespace QMAPP.WinForm.Forms.Injection { partial class SlushMoldSet { /// /// 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() { this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.tsbSave = new System.Windows.Forms.ToolStripButton(); this.tsbClose = new System.Windows.Forms.ToolStripButton(); this.armThreeB = new System.Windows.Forms.ComboBox(); this.armThreeA = new System.Windows.Forms.ComboBox(); this.armTwoB = new System.Windows.Forms.ComboBox(); this.armTwoA = new System.Windows.Forms.ComboBox(); this.armOneB = new System.Windows.Forms.ComboBox(); this.armOneA = new System.Windows.Forms.ComboBox(); this.label5 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.toolStrip1.SuspendLayout(); this.SuspendLayout(); // // toolStrip1 // this.toolStrip1.AutoSize = false; this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsbSave, this.tsbClose}); this.toolStrip1.Location = new System.Drawing.Point(0, 0); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Size = new System.Drawing.Size(484, 60); this.toolStrip1.TabIndex = 1; this.toolStrip1.Text = "toolStrip1"; // // tsbSave // this.tsbSave.AutoSize = false; this.tsbSave.Font = new System.Drawing.Font("微软雅黑", 12F); this.tsbSave.Image = global::QMAPP.WinForm.Resource1.save; this.tsbSave.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbSave.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbSave.Name = "tsbSave"; this.tsbSave.Size = new System.Drawing.Size(100, 60); this.tsbSave.Text = "保存"; this.tsbSave.Click += new System.EventHandler(this.tsbSave_Click); // // tsbClose // this.tsbClose.AutoSize = false; this.tsbClose.Font = new System.Drawing.Font("微软雅黑", 12F); this.tsbClose.Image = global::QMAPP.WinForm.Resource1.cancle; this.tsbClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbClose.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbClose.Name = "tsbClose"; this.tsbClose.Size = new System.Drawing.Size(100, 60); this.tsbClose.Text = "关闭"; this.tsbClose.Click += new System.EventHandler(this.tsbClose_Click); // // armThreeB // this.armThreeB.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.armThreeB.Location = new System.Drawing.Point(220, 214); this.armThreeB.Name = "armThreeB"; this.armThreeB.Size = new System.Drawing.Size(100, 20); this.armThreeB.TabIndex = 21; // // armThreeA // this.armThreeA.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.armThreeA.Location = new System.Drawing.Point(96, 214); this.armThreeA.Name = "armThreeA"; this.armThreeA.Size = new System.Drawing.Size(100, 20); this.armThreeA.TabIndex = 20; // // armTwoB // this.armTwoB.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.armTwoB.Location = new System.Drawing.Point(220, 155); this.armTwoB.Name = "armTwoB"; this.armTwoB.Size = new System.Drawing.Size(100, 20); this.armTwoB.TabIndex = 19; // // armTwoA // this.armTwoA.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.armTwoA.Location = new System.Drawing.Point(96, 155); this.armTwoA.Name = "armTwoA"; this.armTwoA.Size = new System.Drawing.Size(100, 20); this.armTwoA.TabIndex = 18; // // armOneB // this.armOneB.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.armOneB.Location = new System.Drawing.Point(220, 96); this.armOneB.Name = "armOneB"; this.armOneB.Size = new System.Drawing.Size(100, 20); this.armOneB.TabIndex = 17; // // armOneA // this.armOneA.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.armOneA.Location = new System.Drawing.Point(96, 96); this.armOneA.Name = "armOneA"; this.armOneA.Size = new System.Drawing.Size(100, 20); this.armOneA.TabIndex = 16; // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold); this.label5.Location = new System.Drawing.Point(23, 158); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(51, 16); this.label5.TabIndex = 13; this.label5.Text = "转臂2"; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold); this.label3.Location = new System.Drawing.Point(23, 216); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(51, 16); this.label3.TabIndex = 14; this.label3.Text = "转臂3"; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold); this.label1.Location = new System.Drawing.Point(23, 100); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(51, 16); this.label1.TabIndex = 15; this.label1.Text = "转臂1"; // // SlushMoldSet // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(484, 406); this.Controls.Add(this.armThreeB); this.Controls.Add(this.armThreeA); this.Controls.Add(this.armTwoB); this.Controls.Add(this.armTwoA); this.Controls.Add(this.armOneB); this.Controls.Add(this.armOneA); this.Controls.Add(this.label5); this.Controls.Add(this.label3); this.Controls.Add(this.label1); this.Controls.Add(this.toolStrip1); this.Name = "SlushMoldSet"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "双色搪塑机模腔号设置"; this.Load += new System.EventHandler(this.SlushMoldSet_Load); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ToolStrip toolStrip1; private System.Windows.Forms.ToolStripButton tsbSave; private System.Windows.Forms.ToolStripButton tsbClose; private System.Windows.Forms.ComboBox armThreeB; private System.Windows.Forms.ComboBox armThreeA; private System.Windows.Forms.ComboBox armTwoB; private System.Windows.Forms.ComboBox armTwoA; private System.Windows.Forms.ComboBox armOneB; private System.Windows.Forms.ComboBox armOneA; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label1; } }