namespace Core.StlMes.Client.Mcp.Coupling { partial class FrmOut { /// /// 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() { Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance(); Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem(); Infragistics.Win.ValueListItem valueListItem4 = new Infragistics.Win.ValueListItem(); Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem(); Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem(); Infragistics.Win.ValueListItem valueListItem5 = new Infragistics.Win.ValueListItem(); Infragistics.Win.ValueListItem valueListItem6 = new Infragistics.Win.ValueListItem(); Infragistics.Win.ValueListItem valueListItem7 = new Infragistics.Win.ValueListItem(); Infragistics.Win.ValueListItem valueListItem8 = new Infragistics.Win.ValueListItem(); this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox(); this.ultraComboEditor1 = new Infragistics.Win.UltraWinEditors.UltraComboEditor(); this.label2 = new System.Windows.Forms.Label(); this.txt_Rmark = new Infragistics.Win.UltraWinEditors.UltraTextEditor(); this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel(); this.ultraButton2 = new Infragistics.Win.Misc.UltraButton(); this.ultraButton1 = new Infragistics.Win.Misc.UltraButton(); this.cmbGx = new Infragistics.Win.UltraWinEditors.UltraComboEditor(); this.label1 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit(); this.ultraGroupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_Rmark)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.cmbGx)).BeginInit(); this.SuspendLayout(); // // ultraGroupBox1 // this.ultraGroupBox1.Controls.Add(this.ultraComboEditor1); this.ultraGroupBox1.Controls.Add(this.label2); this.ultraGroupBox1.Controls.Add(this.txt_Rmark); this.ultraGroupBox1.Controls.Add(this.ultraLabel3); this.ultraGroupBox1.Controls.Add(this.ultraButton2); this.ultraGroupBox1.Controls.Add(this.ultraButton1); this.ultraGroupBox1.Controls.Add(this.cmbGx); this.ultraGroupBox1.Controls.Add(this.label1); this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0); this.ultraGroupBox1.Name = "ultraGroupBox1"; this.ultraGroupBox1.Size = new System.Drawing.Size(346, 117); this.ultraGroupBox1.TabIndex = 0; this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007; // // ultraComboEditor1 // this.ultraComboEditor1.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList; this.ultraComboEditor1.Location = new System.Drawing.Point(93, 12); this.ultraComboEditor1.Name = "ultraComboEditor1"; this.ultraComboEditor1.Size = new System.Drawing.Size(111, 21); this.ultraComboEditor1.TabIndex = 132; // // label2 // this.label2.AutoSize = true; this.label2.BackColor = System.Drawing.Color.Transparent; this.label2.Location = new System.Drawing.Point(23, 15); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(53, 12); this.label2.TabIndex = 131; this.label2.Text = "委外单位"; // // txt_Rmark // this.txt_Rmark.Location = new System.Drawing.Point(93, 61); this.txt_Rmark.Name = "txt_Rmark"; this.txt_Rmark.Size = new System.Drawing.Size(226, 21); this.txt_Rmark.TabIndex = 130; // // ultraLabel3 // appearance1.BackColor = System.Drawing.Color.Transparent; appearance1.TextHAlignAsString = "Left"; appearance1.TextVAlignAsString = "Middle"; this.ultraLabel3.Appearance = appearance1; this.ultraLabel3.Location = new System.Drawing.Point(23, 64); this.ultraLabel3.Name = "ultraLabel3"; this.ultraLabel3.Size = new System.Drawing.Size(65, 17); this.ultraLabel3.TabIndex = 129; this.ultraLabel3.Text = "委外说明"; // // ultraButton2 // this.ultraButton2.Location = new System.Drawing.Point(177, 85); this.ultraButton2.Name = "ultraButton2"; this.ultraButton2.Size = new System.Drawing.Size(75, 23); this.ultraButton2.TabIndex = 128; this.ultraButton2.Text = "取消"; this.ultraButton2.Click += new System.EventHandler(this.ultraButton2_Click); // // ultraButton1 // this.ultraButton1.Location = new System.Drawing.Point(78, 85); this.ultraButton1.Name = "ultraButton1"; this.ultraButton1.Size = new System.Drawing.Size(75, 23); this.ultraButton1.TabIndex = 127; this.ultraButton1.Text = "确认"; this.ultraButton1.Click += new System.EventHandler(this.ultraButton1_Click); // // cmbGx // this.cmbGx.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList; valueListItem1.DataValue = " "; valueListItem4.DataValue = "2"; valueListItem4.DisplayText = "锯切"; valueListItem2.DataValue = "0"; valueListItem2.DisplayText = "扒皮"; valueListItem3.DataValue = "1"; valueListItem3.DisplayText = "镗孔"; valueListItem5.DataValue = "4"; valueListItem5.DisplayText = "锯切、扒皮"; valueListItem6.DataValue = "5"; valueListItem6.DisplayText = "锯切、镗孔"; valueListItem7.DataValue = "3"; valueListItem7.DisplayText = "扒皮、镗孔"; valueListItem8.DataValue = "6"; valueListItem8.DisplayText = "锯切、扒皮、镗孔"; this.cmbGx.Items.AddRange(new Infragistics.Win.ValueListItem[] { valueListItem1, valueListItem4, valueListItem2, valueListItem3, valueListItem5, valueListItem6, valueListItem7, valueListItem8}); this.cmbGx.Location = new System.Drawing.Point(93, 37); this.cmbGx.Name = "cmbGx"; this.cmbGx.Size = new System.Drawing.Size(111, 21); this.cmbGx.TabIndex = 126; // // label1 // this.label1.AutoSize = true; this.label1.BackColor = System.Drawing.Color.Transparent; this.label1.Location = new System.Drawing.Point(23, 40); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(65, 12); this.label1.TabIndex = 125; this.label1.Text = "粗加工类型"; // // FrmOut // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(346, 117); this.Controls.Add(this.ultraGroupBox1); this.Name = "FrmOut"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "委外"; this.Load += new System.EventHandler(this.FrmOut_Load); ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit(); this.ultraGroupBox1.ResumeLayout(false); this.ultraGroupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_Rmark)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.cmbGx)).EndInit(); this.ResumeLayout(false); } #endregion private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1; private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbGx; private System.Windows.Forms.Label label1; private Infragistics.Win.Misc.UltraButton ultraButton2; private Infragistics.Win.Misc.UltraButton ultraButton1; private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_Rmark; private Infragistics.Win.Misc.UltraLabel ultraLabel3; private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboEditor1; private System.Windows.Forms.Label label2; } }