FrmBuyYP.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230
  1. namespace Core.StlMes.Client.BuyBillet
  2. {
  3. partial class FrmBuyYP
  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. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  29. this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
  30. this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
  31. this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
  32. this.ultraLabel5 = new Infragistics.Win.Misc.UltraLabel();
  33. this.cb_pkind = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  34. this.txt_dm = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
  35. this.txt_dbpc = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
  36. this.txt_weight = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
  37. this.btn_close = new Infragistics.Win.Misc.UltraButton();
  38. this.btn_save = new Infragistics.Win.Misc.UltraButton();
  39. this.txt_steelgrade = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  40. this.ultraLabel6 = new Infragistics.Win.Misc.UltraLabel();
  41. this.txt_cic = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  42. this.txt_cb_gz = new Infragistics.Win.Misc.UltraButton();
  43. ((System.ComponentModel.ISupportInitialize)(this.cb_pkind)).BeginInit();
  44. ((System.ComponentModel.ISupportInitialize)(this.txt_dm)).BeginInit();
  45. ((System.ComponentModel.ISupportInitialize)(this.txt_dbpc)).BeginInit();
  46. ((System.ComponentModel.ISupportInitialize)(this.txt_weight)).BeginInit();
  47. ((System.ComponentModel.ISupportInitialize)(this.txt_steelgrade)).BeginInit();
  48. ((System.ComponentModel.ISupportInitialize)(this.txt_cic)).BeginInit();
  49. this.SuspendLayout();
  50. //
  51. // ultraLabel1
  52. //
  53. this.ultraLabel1.Location = new System.Drawing.Point(130, 61);
  54. this.ultraLabel1.Name = "ultraLabel1";
  55. this.ultraLabel1.Size = new System.Drawing.Size(42, 23);
  56. this.ultraLabel1.TabIndex = 0;
  57. this.ultraLabel1.Text = "坯分类";
  58. //
  59. // ultraLabel2
  60. //
  61. this.ultraLabel2.Location = new System.Drawing.Point(130, 90);
  62. this.ultraLabel2.Name = "ultraLabel2";
  63. this.ultraLabel2.Size = new System.Drawing.Size(42, 23);
  64. this.ultraLabel2.TabIndex = 1;
  65. this.ultraLabel2.Text = "钢种";
  66. //
  67. // ultraLabel3
  68. //
  69. this.ultraLabel3.Location = new System.Drawing.Point(130, 149);
  70. this.ultraLabel3.Name = "ultraLabel3";
  71. this.ultraLabel3.Size = new System.Drawing.Size(42, 23);
  72. this.ultraLabel3.TabIndex = 2;
  73. this.ultraLabel3.Text = "断面";
  74. //
  75. // ultraLabel4
  76. //
  77. this.ultraLabel4.Location = new System.Drawing.Point(130, 178);
  78. this.ultraLabel4.Name = "ultraLabel4";
  79. this.ultraLabel4.Size = new System.Drawing.Size(56, 23);
  80. this.ultraLabel4.TabIndex = 3;
  81. this.ultraLabel4.Text = "单倍坯长";
  82. //
  83. // ultraLabel5
  84. //
  85. this.ultraLabel5.Location = new System.Drawing.Point(130, 207);
  86. this.ultraLabel5.Name = "ultraLabel5";
  87. this.ultraLabel5.Size = new System.Drawing.Size(56, 23);
  88. this.ultraLabel5.TabIndex = 4;
  89. this.ultraLabel5.Text = "需求量";
  90. //
  91. // cb_pkind
  92. //
  93. this.cb_pkind.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  94. this.cb_pkind.Location = new System.Drawing.Point(200, 61);
  95. this.cb_pkind.Name = "cb_pkind";
  96. this.cb_pkind.NullText = "选择坯分类";
  97. this.cb_pkind.Size = new System.Drawing.Size(144, 21);
  98. this.cb_pkind.TabIndex = 5;
  99. //
  100. // txt_dm
  101. //
  102. this.txt_dm.Location = new System.Drawing.Point(200, 145);
  103. this.txt_dm.Name = "txt_dm";
  104. this.txt_dm.Size = new System.Drawing.Size(151, 21);
  105. this.txt_dm.TabIndex = 7;
  106. //
  107. // txt_dbpc
  108. //
  109. this.txt_dbpc.Location = new System.Drawing.Point(200, 174);
  110. this.txt_dbpc.Name = "txt_dbpc";
  111. this.txt_dbpc.Size = new System.Drawing.Size(151, 21);
  112. this.txt_dbpc.TabIndex = 8;
  113. //
  114. // txt_weight
  115. //
  116. this.txt_weight.Location = new System.Drawing.Point(200, 203);
  117. this.txt_weight.Name = "txt_weight";
  118. this.txt_weight.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double;
  119. this.txt_weight.Size = new System.Drawing.Size(151, 21);
  120. this.txt_weight.TabIndex = 9;
  121. //
  122. // btn_close
  123. //
  124. this.btn_close.Location = new System.Drawing.Point(478, 273);
  125. this.btn_close.Name = "btn_close";
  126. this.btn_close.Size = new System.Drawing.Size(75, 23);
  127. this.btn_close.TabIndex = 10;
  128. this.btn_close.Text = "关闭";
  129. this.btn_close.Click += new System.EventHandler(this.btn_close_Click);
  130. //
  131. // btn_save
  132. //
  133. this.btn_save.Location = new System.Drawing.Point(354, 273);
  134. this.btn_save.Name = "btn_save";
  135. this.btn_save.Size = new System.Drawing.Size(75, 23);
  136. this.btn_save.TabIndex = 11;
  137. this.btn_save.Text = "保存";
  138. this.btn_save.Click += new System.EventHandler(this.btn_save_Click);
  139. //
  140. // txt_steelgrade
  141. //
  142. this.txt_steelgrade.Location = new System.Drawing.Point(200, 90);
  143. this.txt_steelgrade.Name = "txt_steelgrade";
  144. this.txt_steelgrade.NullText = "输入冶炼钢种";
  145. this.txt_steelgrade.Size = new System.Drawing.Size(238, 21);
  146. this.txt_steelgrade.TabIndex = 12;
  147. //
  148. // ultraLabel6
  149. //
  150. this.ultraLabel6.Location = new System.Drawing.Point(130, 120);
  151. this.ultraLabel6.Name = "ultraLabel6";
  152. this.ultraLabel6.Size = new System.Drawing.Size(67, 23);
  153. this.ultraLabel6.TabIndex = 13;
  154. this.ultraLabel6.Text = "钢种索引码";
  155. //
  156. // txt_cic
  157. //
  158. this.txt_cic.Location = new System.Drawing.Point(200, 116);
  159. this.txt_cic.Name = "txt_cic";
  160. this.txt_cic.NullText = "输入CIC";
  161. this.txt_cic.Size = new System.Drawing.Size(151, 21);
  162. this.txt_cic.TabIndex = 14;
  163. //
  164. // txt_cb_gz
  165. //
  166. this.txt_cb_gz.Location = new System.Drawing.Point(478, 90);
  167. this.txt_cb_gz.Name = "txt_cb_gz";
  168. this.txt_cb_gz.Size = new System.Drawing.Size(75, 23);
  169. this.txt_cb_gz.TabIndex = 15;
  170. this.txt_cb_gz.Text = "选择";
  171. this.txt_cb_gz.Click += new System.EventHandler(this.txt_cb_gz_Click);
  172. //
  173. // FrmBuyYP
  174. //
  175. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  176. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  177. this.ClientSize = new System.Drawing.Size(584, 362);
  178. this.Controls.Add(this.txt_cb_gz);
  179. this.Controls.Add(this.txt_cic);
  180. this.Controls.Add(this.ultraLabel6);
  181. this.Controls.Add(this.txt_steelgrade);
  182. this.Controls.Add(this.btn_save);
  183. this.Controls.Add(this.btn_close);
  184. this.Controls.Add(this.txt_weight);
  185. this.Controls.Add(this.txt_dbpc);
  186. this.Controls.Add(this.txt_dm);
  187. this.Controls.Add(this.cb_pkind);
  188. this.Controls.Add(this.ultraLabel5);
  189. this.Controls.Add(this.ultraLabel4);
  190. this.Controls.Add(this.ultraLabel3);
  191. this.Controls.Add(this.ultraLabel2);
  192. this.Controls.Add(this.ultraLabel1);
  193. this.MaximizeBox = false;
  194. this.Name = "FrmBuyYP";
  195. this.ShowIcon = false;
  196. this.Text = "外购坯预排";
  197. this.Load += new System.EventHandler(this.FrmBuyYP_Load);
  198. ((System.ComponentModel.ISupportInitialize)(this.cb_pkind)).EndInit();
  199. ((System.ComponentModel.ISupportInitialize)(this.txt_dm)).EndInit();
  200. ((System.ComponentModel.ISupportInitialize)(this.txt_dbpc)).EndInit();
  201. ((System.ComponentModel.ISupportInitialize)(this.txt_weight)).EndInit();
  202. ((System.ComponentModel.ISupportInitialize)(this.txt_steelgrade)).EndInit();
  203. ((System.ComponentModel.ISupportInitialize)(this.txt_cic)).EndInit();
  204. this.ResumeLayout(false);
  205. this.PerformLayout();
  206. }
  207. #endregion
  208. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  209. private Infragistics.Win.Misc.UltraLabel ultraLabel2;
  210. private Infragistics.Win.Misc.UltraLabel ultraLabel3;
  211. private Infragistics.Win.Misc.UltraLabel ultraLabel4;
  212. private Infragistics.Win.Misc.UltraLabel ultraLabel5;
  213. private Infragistics.Win.UltraWinEditors.UltraComboEditor cb_pkind;
  214. private Infragistics.Win.UltraWinEditors.UltraNumericEditor txt_dm;
  215. private Infragistics.Win.UltraWinEditors.UltraNumericEditor txt_dbpc;
  216. private Infragistics.Win.UltraWinEditors.UltraNumericEditor txt_weight;
  217. private Infragistics.Win.Misc.UltraButton btn_close;
  218. private Infragistics.Win.Misc.UltraButton btn_save;
  219. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_steelgrade;
  220. private Infragistics.Win.Misc.UltraLabel ultraLabel6;
  221. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_cic;
  222. private Infragistics.Win.Misc.UltraButton txt_cb_gz;
  223. }
  224. }