CraftNoPopup.Designer.cs 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. namespace Core.StlMes.Client.SaleOrder.Dialog
  2. {
  3. partial class CraftNoPopup
  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(CraftNoPopup));
  29. this.ultraButton1 = new Infragistics.Win.Misc.UltraButton();
  30. this.labelComboBox1 = new Core.Mes.Client.Comm.Control.LabelComboBox();
  31. ((System.ComponentModel.ISupportInitialize)(this.labelComboBox1.ComboBox)).BeginInit();
  32. this.SuspendLayout();
  33. //
  34. // ultraButton1
  35. //
  36. this.ultraButton1.Location = new System.Drawing.Point(110, 39);
  37. this.ultraButton1.Name = "ultraButton1";
  38. this.ultraButton1.Size = new System.Drawing.Size(75, 23);
  39. this.ultraButton1.TabIndex = 1;
  40. this.ultraButton1.Text = "确认";
  41. this.ultraButton1.Click += new System.EventHandler(this.ultraButton1_Click);
  42. //
  43. // labelComboBox1
  44. //
  45. //
  46. //
  47. //
  48. this.labelComboBox1.CheckBox.AutoSize = true;
  49. this.labelComboBox1.CheckBox.Location = new System.Drawing.Point(4, 4);
  50. this.labelComboBox1.CheckBox.Name = "checkBox1";
  51. this.labelComboBox1.CheckBox.Size = new System.Drawing.Size(15, 14);
  52. this.labelComboBox1.CheckBox.TabIndex = 0;
  53. this.labelComboBox1.CheckBox.UseVisualStyleBackColor = true;
  54. this.labelComboBox1.CheckBox.Visible = false;
  55. //
  56. //
  57. //
  58. this.labelComboBox1.ComboBox.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.None;
  59. this.labelComboBox1.ComboBox.Dock = System.Windows.Forms.DockStyle.Fill;
  60. this.labelComboBox1.ComboBox.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  61. this.labelComboBox1.ComboBox.Location = new System.Drawing.Point(0, 0);
  62. this.labelComboBox1.ComboBox.Name = "comboBox1";
  63. this.labelComboBox1.ComboBox.Size = new System.Drawing.Size(188, 21);
  64. this.labelComboBox1.ComboBox.TabIndex = 0;
  65. //
  66. //
  67. //
  68. this.labelComboBox1.Label.AutoSize = true;
  69. this.labelComboBox1.Label.Location = new System.Drawing.Point(4, 4);
  70. this.labelComboBox1.Label.Name = "label1";
  71. this.labelComboBox1.Label.Size = new System.Drawing.Size(65, 12);
  72. this.labelComboBox1.Label.TabIndex = 2;
  73. this.labelComboBox1.Label.Text = "工艺文件号";
  74. this.labelComboBox1.Location = new System.Drawing.Point(12, 11);
  75. this.labelComboBox1.Name = "labelComboBox1";
  76. this.labelComboBox1.Size = new System.Drawing.Size(260, 22);
  77. this.labelComboBox1.TabIndex = 3;
  78. //
  79. // CraftNoPopup
  80. //
  81. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  82. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  83. this.ClientSize = new System.Drawing.Size(284, 67);
  84. this.Controls.Add(this.labelComboBox1);
  85. this.Controls.Add(this.ultraButton1);
  86. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  87. this.MaximizeBox = false;
  88. this.MaximumSize = new System.Drawing.Size(300, 106);
  89. this.MinimizeBox = false;
  90. this.MinimumSize = new System.Drawing.Size(300, 106);
  91. this.Name = "CraftNoPopup";
  92. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  93. this.Text = "工艺文件号";
  94. ((System.ComponentModel.ISupportInitialize)(this.labelComboBox1.ComboBox)).EndInit();
  95. this.ResumeLayout(false);
  96. }
  97. #endregion
  98. private Infragistics.Win.Misc.UltraButton ultraButton1;
  99. private Mes.Client.Comm.Control.LabelComboBox labelComboBox1;
  100. public Mes.Client.Comm.Control.LabelComboBox UltraTextEditor1
  101. {
  102. get { return labelComboBox1; }
  103. set { labelComboBox1 = value; }
  104. }
  105. }
  106. }