PopupChoiceGroup.Designer.cs 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. namespace Core.StlMes.Client.Qcm
  2. {
  3. partial class PopupChoiceGroup
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PopupChoiceGroup));
  29. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  30. this.ultraComboEditor1 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  31. this.btnOk = new Infragistics.Win.Misc.UltraButton();
  32. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor1)).BeginInit();
  33. this.SuspendLayout();
  34. //
  35. // ultraLabel1
  36. //
  37. this.ultraLabel1.AutoSize = true;
  38. this.ultraLabel1.Location = new System.Drawing.Point(12, 11);
  39. this.ultraLabel1.Name = "ultraLabel1";
  40. this.ultraLabel1.Size = new System.Drawing.Size(54, 16);
  41. this.ultraLabel1.TabIndex = 0;
  42. this.ultraLabel1.Text = "备料组号";
  43. //
  44. // ultraComboEditor1
  45. //
  46. this.ultraComboEditor1.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  47. this.ultraComboEditor1.Location = new System.Drawing.Point(72, 8);
  48. this.ultraComboEditor1.Name = "ultraComboEditor1";
  49. this.ultraComboEditor1.Size = new System.Drawing.Size(144, 21);
  50. this.ultraComboEditor1.TabIndex = 1;
  51. //
  52. // btnOk
  53. //
  54. this.btnOk.Location = new System.Drawing.Point(85, 44);
  55. this.btnOk.Name = "btnOk";
  56. this.btnOk.Size = new System.Drawing.Size(78, 28);
  57. this.btnOk.TabIndex = 2;
  58. this.btnOk.Text = "确定";
  59. this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
  60. //
  61. // PopupChoiceGroup
  62. //
  63. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  64. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  65. this.ClientSize = new System.Drawing.Size(249, 84);
  66. this.Controls.Add(this.btnOk);
  67. this.Controls.Add(this.ultraComboEditor1);
  68. this.Controls.Add(this.ultraLabel1);
  69. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  70. this.MaximizeBox = false;
  71. this.MinimizeBox = false;
  72. this.Name = "PopupChoiceGroup";
  73. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  74. this.Text = "选择备料组号";
  75. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor1)).EndInit();
  76. this.ResumeLayout(false);
  77. this.PerformLayout();
  78. }
  79. #endregion
  80. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  81. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboEditor1;
  82. private Infragistics.Win.Misc.UltraButton btnOk;
  83. }
  84. }