namespace Core.StlMes.Client.Mcp.Mch.Report { partial class FrmPlineChoose { /// /// 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.cmbPline = new Infragistics.Win.UltraWinEditors.UltraComboEditor(); this.label1 = new System.Windows.Forms.Label(); this.ultraButton2 = new Infragistics.Win.Misc.UltraButton(); this.ultraButton1 = new Infragistics.Win.Misc.UltraButton(); this.plPline = new System.Windows.Forms.Panel(); ((System.ComponentModel.ISupportInitialize)(this.cmbPline)).BeginInit(); this.plPline.SuspendLayout(); this.SuspendLayout(); // // cmbPline // this.cmbPline.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList; this.cmbPline.Location = new System.Drawing.Point(102, 57); this.cmbPline.Margin = new System.Windows.Forms.Padding(4); this.cmbPline.Name = "cmbPline"; this.cmbPline.Size = new System.Drawing.Size(249, 24); this.cmbPline.TabIndex = 890; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(32, 61); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(37, 15); this.label1.TabIndex = 891; this.label1.Text = "产线"; // // ultraButton2 // this.ultraButton2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.ultraButton2.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.ultraButton2.Location = new System.Drawing.Point(291, 132); this.ultraButton2.Margin = new System.Windows.Forms.Padding(4); this.ultraButton2.Name = "ultraButton2"; this.ultraButton2.Size = new System.Drawing.Size(100, 29); this.ultraButton2.TabIndex = 1; this.ultraButton2.Text = "取消"; // // ultraButton1 // this.ultraButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.ultraButton1.Location = new System.Drawing.Point(164, 132); this.ultraButton1.Margin = new System.Windows.Forms.Padding(4); this.ultraButton1.Name = "ultraButton1"; this.ultraButton1.Size = new System.Drawing.Size(100, 29); this.ultraButton1.TabIndex = 0; this.ultraButton1.Text = "确认"; this.ultraButton1.Click += new System.EventHandler(this.ultraButton1_Click); // // plPline // this.plPline.Controls.Add(this.ultraButton1); this.plPline.Controls.Add(this.ultraButton2); this.plPline.Controls.Add(this.label1); this.plPline.Controls.Add(this.cmbPline); this.plPline.Dock = System.Windows.Forms.DockStyle.Fill; this.plPline.Location = new System.Drawing.Point(0, 0); this.plPline.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.plPline.Name = "plPline"; this.plPline.Size = new System.Drawing.Size(426, 186); this.plPline.TabIndex = 894; // // FrmPlineChoose // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(426, 186); this.Controls.Add(this.plPline); this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.Name = "FrmPlineChoose"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "选择产线"; ((System.ComponentModel.ISupportInitialize)(this.cmbPline)).EndInit(); this.plPline.ResumeLayout(false); this.plPline.PerformLayout(); this.ResumeLayout(false); } #endregion private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbPline; private System.Windows.Forms.Label label1; private Infragistics.Win.Misc.UltraButton ultraButton2; private Infragistics.Win.Misc.UltraButton ultraButton1; private System.Windows.Forms.Panel plPline; } }