namespace Core.StlMes.Client.SaleOrder.Dialog { partial class CraftNoPopup { /// /// 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(CraftNoPopup)); this.ultraButton1 = new Infragistics.Win.Misc.UltraButton(); this.labelComboBox1 = new Core.Mes.Client.Comm.Control.LabelComboBox(); ((System.ComponentModel.ISupportInitialize)(this.labelComboBox1.ComboBox)).BeginInit(); this.SuspendLayout(); // // ultraButton1 // this.ultraButton1.Location = new System.Drawing.Point(110, 39); this.ultraButton1.Name = "ultraButton1"; this.ultraButton1.Size = new System.Drawing.Size(75, 23); this.ultraButton1.TabIndex = 1; this.ultraButton1.Text = "确认"; this.ultraButton1.Click += new System.EventHandler(this.ultraButton1_Click); // // labelComboBox1 // // // // this.labelComboBox1.CheckBox.AutoSize = true; this.labelComboBox1.CheckBox.Location = new System.Drawing.Point(4, 4); this.labelComboBox1.CheckBox.Name = "checkBox1"; this.labelComboBox1.CheckBox.Size = new System.Drawing.Size(15, 14); this.labelComboBox1.CheckBox.TabIndex = 0; this.labelComboBox1.CheckBox.UseVisualStyleBackColor = true; this.labelComboBox1.CheckBox.Visible = false; // // // this.labelComboBox1.ComboBox.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.None; this.labelComboBox1.ComboBox.Dock = System.Windows.Forms.DockStyle.Fill; this.labelComboBox1.ComboBox.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.labelComboBox1.ComboBox.Location = new System.Drawing.Point(0, 0); this.labelComboBox1.ComboBox.Name = "comboBox1"; this.labelComboBox1.ComboBox.Size = new System.Drawing.Size(188, 21); this.labelComboBox1.ComboBox.TabIndex = 0; // // // this.labelComboBox1.Label.AutoSize = true; this.labelComboBox1.Label.Location = new System.Drawing.Point(4, 4); this.labelComboBox1.Label.Name = "label1"; this.labelComboBox1.Label.Size = new System.Drawing.Size(65, 12); this.labelComboBox1.Label.TabIndex = 2; this.labelComboBox1.Label.Text = "工艺文件号"; this.labelComboBox1.Location = new System.Drawing.Point(12, 11); this.labelComboBox1.Name = "labelComboBox1"; this.labelComboBox1.Size = new System.Drawing.Size(260, 22); this.labelComboBox1.TabIndex = 3; // // CraftNoPopup // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(284, 67); this.Controls.Add(this.labelComboBox1); this.Controls.Add(this.ultraButton1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MaximumSize = new System.Drawing.Size(300, 106); this.MinimizeBox = false; this.MinimumSize = new System.Drawing.Size(300, 106); this.Name = "CraftNoPopup"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "工艺文件号"; ((System.ComponentModel.ISupportInitialize)(this.labelComboBox1.ComboBox)).EndInit(); this.ResumeLayout(false); } #endregion private Infragistics.Win.Misc.UltraButton ultraButton1; private Mes.Client.Comm.Control.LabelComboBox labelComboBox1; public Mes.Client.Comm.Control.LabelComboBox UltraTextEditor1 { get { return labelComboBox1; } set { labelComboBox1 = value; } } } }