| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- namespace Core.StlMes.Client.Qcm
- {
- partial class PopupChoiceGroup
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PopupChoiceGroup));
- this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
- this.ultraComboEditor1 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.btnOk = new Infragistics.Win.Misc.UltraButton();
- ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor1)).BeginInit();
- this.SuspendLayout();
- //
- // ultraLabel1
- //
- this.ultraLabel1.AutoSize = true;
- this.ultraLabel1.Location = new System.Drawing.Point(12, 11);
- this.ultraLabel1.Name = "ultraLabel1";
- this.ultraLabel1.Size = new System.Drawing.Size(54, 16);
- this.ultraLabel1.TabIndex = 0;
- this.ultraLabel1.Text = "备料组号";
- //
- // ultraComboEditor1
- //
- this.ultraComboEditor1.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
- this.ultraComboEditor1.Location = new System.Drawing.Point(72, 8);
- this.ultraComboEditor1.Name = "ultraComboEditor1";
- this.ultraComboEditor1.Size = new System.Drawing.Size(144, 21);
- this.ultraComboEditor1.TabIndex = 1;
- //
- // btnOk
- //
- this.btnOk.Location = new System.Drawing.Point(85, 44);
- this.btnOk.Name = "btnOk";
- this.btnOk.Size = new System.Drawing.Size(78, 28);
- this.btnOk.TabIndex = 2;
- this.btnOk.Text = "确定";
- this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
- //
- // PopupChoiceGroup
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(249, 84);
- this.Controls.Add(this.btnOk);
- this.Controls.Add(this.ultraComboEditor1);
- this.Controls.Add(this.ultraLabel1);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "PopupChoiceGroup";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "选择备料组号";
- ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor1)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private Infragistics.Win.Misc.UltraLabel ultraLabel1;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboEditor1;
- private Infragistics.Win.Misc.UltraButton btnOk;
- }
- }
|