FrmRentFurnace.Designer.cs 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  1. namespace Core.StlMes.Client.Mcp.Control.Base
  2. {
  3. partial class FrmRentFurnace
  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. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  29. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  30. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmRentFurnace));
  31. this.groupBox1 = new System.Windows.Forms.GroupBox();
  32. this.txtBachNo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  33. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  34. this.txtJudNo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  35. this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
  36. this.panel1 = new System.Windows.Forms.Panel();
  37. this.ultraButton2 = new Infragistics.Win.Misc.UltraButton();
  38. this.ultraButton1 = new Infragistics.Win.Misc.UltraButton();
  39. this.groupBox1.SuspendLayout();
  40. ((System.ComponentModel.ISupportInitialize)(this.txtBachNo)).BeginInit();
  41. ((System.ComponentModel.ISupportInitialize)(this.txtJudNo)).BeginInit();
  42. this.panel1.SuspendLayout();
  43. this.SuspendLayout();
  44. //
  45. // groupBox1
  46. //
  47. this.groupBox1.BackColor = System.Drawing.Color.LightSteelBlue;
  48. this.groupBox1.Controls.Add(this.txtBachNo);
  49. this.groupBox1.Controls.Add(this.ultraLabel1);
  50. this.groupBox1.Controls.Add(this.txtJudNo);
  51. this.groupBox1.Controls.Add(this.ultraLabel3);
  52. this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  53. this.groupBox1.ForeColor = System.Drawing.SystemColors.ControlText;
  54. this.groupBox1.Location = new System.Drawing.Point(0, 0);
  55. this.groupBox1.Name = "groupBox1";
  56. this.groupBox1.Size = new System.Drawing.Size(212, 80);
  57. this.groupBox1.TabIndex = 0;
  58. this.groupBox1.TabStop = false;
  59. this.groupBox1.Text = "编辑区";
  60. //
  61. // txtBachNo
  62. //
  63. this.txtBachNo.Location = new System.Drawing.Point(87, 51);
  64. this.txtBachNo.MaxLength = 10;
  65. this.txtBachNo.Name = "txtBachNo";
  66. this.txtBachNo.Size = new System.Drawing.Size(91, 21);
  67. this.txtBachNo.TabIndex = 2;
  68. //
  69. // ultraLabel1
  70. //
  71. appearance1.TextHAlignAsString = "Center";
  72. appearance1.TextVAlignAsString = "Middle";
  73. this.ultraLabel1.Appearance = appearance1;
  74. this.ultraLabel1.Location = new System.Drawing.Point(17, 51);
  75. this.ultraLabel1.Name = "ultraLabel1";
  76. this.ultraLabel1.Size = new System.Drawing.Size(64, 23);
  77. this.ultraLabel1.TabIndex = 6;
  78. this.ultraLabel1.Text = "组炉批号";
  79. //
  80. // txtJudNo
  81. //
  82. this.txtJudNo.Location = new System.Drawing.Point(87, 25);
  83. this.txtJudNo.MaxLength = 9;
  84. this.txtJudNo.Name = "txtJudNo";
  85. this.txtJudNo.Size = new System.Drawing.Size(91, 21);
  86. this.txtJudNo.TabIndex = 1;
  87. //
  88. // ultraLabel3
  89. //
  90. appearance2.TextHAlignAsString = "Center";
  91. appearance2.TextVAlignAsString = "Middle";
  92. this.ultraLabel3.Appearance = appearance2;
  93. this.ultraLabel3.Location = new System.Drawing.Point(17, 25);
  94. this.ultraLabel3.Name = "ultraLabel3";
  95. this.ultraLabel3.Size = new System.Drawing.Size(64, 23);
  96. this.ultraLabel3.TabIndex = 2;
  97. this.ultraLabel3.Text = "组炉炉号";
  98. //
  99. // panel1
  100. //
  101. this.panel1.BackColor = System.Drawing.Color.LightSteelBlue;
  102. this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  103. this.panel1.Controls.Add(this.ultraButton2);
  104. this.panel1.Controls.Add(this.ultraButton1);
  105. this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
  106. this.panel1.ForeColor = System.Drawing.SystemColors.ControlText;
  107. this.panel1.Location = new System.Drawing.Point(0, 80);
  108. this.panel1.Name = "panel1";
  109. this.panel1.Size = new System.Drawing.Size(212, 49);
  110. this.panel1.TabIndex = 1;
  111. //
  112. // ultraButton2
  113. //
  114. this.ultraButton2.Location = new System.Drawing.Point(124, 13);
  115. this.ultraButton2.Name = "ultraButton2";
  116. this.ultraButton2.Size = new System.Drawing.Size(75, 23);
  117. this.ultraButton2.TabIndex = 1;
  118. this.ultraButton2.Text = "取消";
  119. this.ultraButton2.Click += new System.EventHandler(this.ultraButton2_Click);
  120. //
  121. // ultraButton1
  122. //
  123. this.ultraButton1.Location = new System.Drawing.Point(11, 13);
  124. this.ultraButton1.Name = "ultraButton1";
  125. this.ultraButton1.Size = new System.Drawing.Size(75, 23);
  126. this.ultraButton1.TabIndex = 0;
  127. this.ultraButton1.Text = "确认";
  128. this.ultraButton1.Click += new System.EventHandler(this.ultraButton1_Click);
  129. //
  130. // FrmRentFurnace
  131. //
  132. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  133. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  134. this.ClientSize = new System.Drawing.Size(212, 129);
  135. this.Controls.Add(this.groupBox1);
  136. this.Controls.Add(this.panel1);
  137. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  138. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  139. this.MaximizeBox = false;
  140. this.MinimizeBox = false;
  141. this.Name = "FrmRentFurnace";
  142. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  143. this.Text = "组炉信息";
  144. this.groupBox1.ResumeLayout(false);
  145. this.groupBox1.PerformLayout();
  146. ((System.ComponentModel.ISupportInitialize)(this.txtBachNo)).EndInit();
  147. ((System.ComponentModel.ISupportInitialize)(this.txtJudNo)).EndInit();
  148. this.panel1.ResumeLayout(false);
  149. this.ResumeLayout(false);
  150. }
  151. #endregion
  152. private System.Windows.Forms.GroupBox groupBox1;
  153. private Infragistics.Win.Misc.UltraLabel ultraLabel3;
  154. private System.Windows.Forms.Panel panel1;
  155. private Infragistics.Win.Misc.UltraButton ultraButton1;
  156. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtJudNo;
  157. private Infragistics.Win.Misc.UltraButton ultraButton2;
  158. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtBachNo;
  159. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  160. }
  161. }