FrmOLHeadStock.Designer.cs.svn-base 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315
  1. namespace Core.LgMes.Client.LadleManager
  2. {
  3. partial class FrmOLHeadStock
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  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. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  31. this.ulgrpHeadStock = new Infragistics.Win.Misc.UltraGroupBox();
  32. this.label3 = new System.Windows.Forms.Label();
  33. this.textBox3 = new System.Windows.Forms.TextBox();
  34. this.label2 = new System.Windows.Forms.Label();
  35. this.textBox2 = new System.Windows.Forms.TextBox();
  36. this.label1 = new System.Windows.Forms.Label();
  37. this.textBox1 = new System.Windows.Forms.TextBox();
  38. this.btnensure = new System.Windows.Forms.Button();
  39. this.btnclose = new System.Windows.Forms.Button();
  40. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  41. this.label4 = new System.Windows.Forms.Label();
  42. this.textBox4 = new System.Windows.Forms.TextBox();
  43. this.label5 = new System.Windows.Forms.Label();
  44. this.textBox5 = new System.Windows.Forms.TextBox();
  45. this.label6 = new System.Windows.Forms.Label();
  46. this.textBox6 = new System.Windows.Forms.TextBox();
  47. this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
  48. this.label7 = new System.Windows.Forms.Label();
  49. this.textBox7 = new System.Windows.Forms.TextBox();
  50. ((System.ComponentModel.ISupportInitialize)(this.ulgrpHeadStock)).BeginInit();
  51. this.ulgrpHeadStock.SuspendLayout();
  52. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  53. this.ultraGroupBox1.SuspendLayout();
  54. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
  55. this.ultraGroupBox2.SuspendLayout();
  56. this.SuspendLayout();
  57. //
  58. // ulgrpHeadStock
  59. //
  60. appearance1.BackColor = System.Drawing.Color.Transparent;
  61. this.ulgrpHeadStock.Appearance = appearance1;
  62. this.ulgrpHeadStock.Controls.Add(this.label3);
  63. this.ulgrpHeadStock.Controls.Add(this.textBox3);
  64. this.ulgrpHeadStock.Controls.Add(this.label2);
  65. this.ulgrpHeadStock.Controls.Add(this.textBox2);
  66. this.ulgrpHeadStock.Controls.Add(this.label1);
  67. this.ulgrpHeadStock.Controls.Add(this.textBox1);
  68. this.ulgrpHeadStock.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  69. this.ulgrpHeadStock.Location = new System.Drawing.Point(5, 7);
  70. this.ulgrpHeadStock.Name = "ulgrpHeadStock";
  71. this.ulgrpHeadStock.Size = new System.Drawing.Size(174, 149);
  72. this.ulgrpHeadStock.TabIndex = 275;
  73. this.ulgrpHeadStock.Text = "提钒氧枪喷头库存";
  74. //
  75. // label3
  76. //
  77. this.label3.AutoSize = true;
  78. this.label3.BackColor = System.Drawing.Color.Transparent;
  79. this.label3.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  80. this.label3.Location = new System.Drawing.Point(17, 113);
  81. this.label3.Name = "label3";
  82. this.label3.Size = new System.Drawing.Size(49, 14);
  83. this.label3.TabIndex = 279;
  84. this.label3.Text = "消耗量";
  85. //
  86. // textBox3
  87. //
  88. this.textBox3.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  89. this.textBox3.Location = new System.Drawing.Point(72, 109);
  90. this.textBox3.Name = "textBox3";
  91. this.textBox3.Size = new System.Drawing.Size(91, 23);
  92. this.textBox3.TabIndex = 280;
  93. //
  94. // label2
  95. //
  96. this.label2.AutoSize = true;
  97. this.label2.BackColor = System.Drawing.Color.Transparent;
  98. this.label2.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  99. this.label2.Location = new System.Drawing.Point(17, 69);
  100. this.label2.Name = "label2";
  101. this.label2.Size = new System.Drawing.Size(49, 14);
  102. this.label2.TabIndex = 277;
  103. this.label2.Text = "入库量";
  104. //
  105. // textBox2
  106. //
  107. this.textBox2.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  108. this.textBox2.Location = new System.Drawing.Point(72, 65);
  109. this.textBox2.Name = "textBox2";
  110. this.textBox2.Size = new System.Drawing.Size(91, 23);
  111. this.textBox2.TabIndex = 278;
  112. //
  113. // label1
  114. //
  115. this.label1.AutoSize = true;
  116. this.label1.BackColor = System.Drawing.Color.Transparent;
  117. this.label1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  118. this.label1.Location = new System.Drawing.Point(17, 28);
  119. this.label1.Name = "label1";
  120. this.label1.Size = new System.Drawing.Size(49, 14);
  121. this.label1.TabIndex = 275;
  122. this.label1.Text = "在库量";
  123. //
  124. // textBox1
  125. //
  126. this.textBox1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  127. this.textBox1.Location = new System.Drawing.Point(72, 24);
  128. this.textBox1.Name = "textBox1";
  129. this.textBox1.Size = new System.Drawing.Size(91, 23);
  130. this.textBox1.TabIndex = 276;
  131. //
  132. // btnensure
  133. //
  134. this.btnensure.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  135. this.btnensure.Location = new System.Drawing.Point(185, 171);
  136. this.btnensure.Name = "btnensure";
  137. this.btnensure.Size = new System.Drawing.Size(75, 25);
  138. this.btnensure.TabIndex = 323;
  139. this.btnensure.Text = "更新";
  140. this.btnensure.UseVisualStyleBackColor = true;
  141. this.btnensure.Click += new System.EventHandler(this.btnensure_Click);
  142. //
  143. // btnclose
  144. //
  145. this.btnclose.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  146. this.btnclose.Location = new System.Drawing.Point(284, 171);
  147. this.btnclose.Name = "btnclose";
  148. this.btnclose.Size = new System.Drawing.Size(75, 25);
  149. this.btnclose.TabIndex = 322;
  150. this.btnclose.Text = "关闭";
  151. this.btnclose.UseVisualStyleBackColor = true;
  152. this.btnclose.Click += new System.EventHandler(this.btnclose_Click);
  153. //
  154. // ultraGroupBox1
  155. //
  156. appearance2.BackColor = System.Drawing.Color.Transparent;
  157. this.ultraGroupBox1.Appearance = appearance2;
  158. this.ultraGroupBox1.Controls.Add(this.label4);
  159. this.ultraGroupBox1.Controls.Add(this.textBox4);
  160. this.ultraGroupBox1.Controls.Add(this.label5);
  161. this.ultraGroupBox1.Controls.Add(this.textBox5);
  162. this.ultraGroupBox1.Controls.Add(this.label6);
  163. this.ultraGroupBox1.Controls.Add(this.textBox6);
  164. this.ultraGroupBox1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  165. this.ultraGroupBox1.Location = new System.Drawing.Point(184, 7);
  166. this.ultraGroupBox1.Name = "ultraGroupBox1";
  167. this.ultraGroupBox1.Size = new System.Drawing.Size(175, 149);
  168. this.ultraGroupBox1.TabIndex = 275;
  169. this.ultraGroupBox1.Text = "炼钢氧枪喷头库存";
  170. //
  171. // label4
  172. //
  173. this.label4.AutoSize = true;
  174. this.label4.BackColor = System.Drawing.Color.Transparent;
  175. this.label4.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  176. this.label4.Location = new System.Drawing.Point(16, 113);
  177. this.label4.Name = "label4";
  178. this.label4.Size = new System.Drawing.Size(49, 14);
  179. this.label4.TabIndex = 279;
  180. this.label4.Text = "消耗量";
  181. //
  182. // textBox4
  183. //
  184. this.textBox4.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  185. this.textBox4.Location = new System.Drawing.Point(72, 109);
  186. this.textBox4.Name = "textBox4";
  187. this.textBox4.Size = new System.Drawing.Size(91, 23);
  188. this.textBox4.TabIndex = 280;
  189. //
  190. // label5
  191. //
  192. this.label5.AutoSize = true;
  193. this.label5.BackColor = System.Drawing.Color.Transparent;
  194. this.label5.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  195. this.label5.Location = new System.Drawing.Point(16, 69);
  196. this.label5.Name = "label5";
  197. this.label5.Size = new System.Drawing.Size(49, 14);
  198. this.label5.TabIndex = 277;
  199. this.label5.Text = "入库量";
  200. //
  201. // textBox5
  202. //
  203. this.textBox5.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  204. this.textBox5.Location = new System.Drawing.Point(72, 65);
  205. this.textBox5.Name = "textBox5";
  206. this.textBox5.Size = new System.Drawing.Size(91, 23);
  207. this.textBox5.TabIndex = 278;
  208. //
  209. // label6
  210. //
  211. this.label6.AutoSize = true;
  212. this.label6.BackColor = System.Drawing.Color.Transparent;
  213. this.label6.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  214. this.label6.Location = new System.Drawing.Point(16, 28);
  215. this.label6.Name = "label6";
  216. this.label6.Size = new System.Drawing.Size(49, 14);
  217. this.label6.TabIndex = 275;
  218. this.label6.Text = "在库量";
  219. //
  220. // textBox6
  221. //
  222. this.textBox6.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  223. this.textBox6.Location = new System.Drawing.Point(72, 24);
  224. this.textBox6.Name = "textBox6";
  225. this.textBox6.Size = new System.Drawing.Size(91, 23);
  226. this.textBox6.TabIndex = 276;
  227. //
  228. // ultraGroupBox2
  229. //
  230. appearance3.BackColor = System.Drawing.Color.Transparent;
  231. this.ultraGroupBox2.Appearance = appearance3;
  232. this.ultraGroupBox2.Controls.Add(this.label7);
  233. this.ultraGroupBox2.Controls.Add(this.textBox7);
  234. this.ultraGroupBox2.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  235. this.ultraGroupBox2.Location = new System.Drawing.Point(365, 7);
  236. this.ultraGroupBox2.Name = "ultraGroupBox2";
  237. this.ultraGroupBox2.Size = new System.Drawing.Size(183, 149);
  238. this.ultraGroupBox2.TabIndex = 275;
  239. this.ultraGroupBox2.Text = "氧枪库存";
  240. //
  241. // label7
  242. //
  243. this.label7.AutoSize = true;
  244. this.label7.BackColor = System.Drawing.Color.Transparent;
  245. this.label7.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  246. this.label7.Location = new System.Drawing.Point(3, 69);
  247. this.label7.Name = "label7";
  248. this.label7.Size = new System.Drawing.Size(77, 14);
  249. this.label7.TabIndex = 279;
  250. this.label7.Text = "备用枪数量";
  251. //
  252. // textBox7
  253. //
  254. this.textBox7.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  255. this.textBox7.Location = new System.Drawing.Point(86, 65);
  256. this.textBox7.Name = "textBox7";
  257. this.textBox7.Size = new System.Drawing.Size(91, 23);
  258. this.textBox7.TabIndex = 280;
  259. //
  260. // FrmOLHeadStock
  261. //
  262. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  263. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  264. this.ClientSize = new System.Drawing.Size(552, 210);
  265. this.Controls.Add(this.btnensure);
  266. this.Controls.Add(this.btnclose);
  267. this.Controls.Add(this.ultraGroupBox2);
  268. this.Controls.Add(this.ultraGroupBox1);
  269. this.Controls.Add(this.ulgrpHeadStock);
  270. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  271. this.MaximizeBox = false;
  272. this.Name = "FrmOLHeadStock";
  273. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  274. this.Text = "备用枪及喷头库存管理";
  275. this.WindowState = System.Windows.Forms.FormWindowState.Normal;
  276. //this.Load += new System.EventHandler(this.FrmOLHeadStock_Load);
  277. ((System.ComponentModel.ISupportInitialize)(this.ulgrpHeadStock)).EndInit();
  278. this.ulgrpHeadStock.ResumeLayout(false);
  279. this.ulgrpHeadStock.PerformLayout();
  280. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  281. this.ultraGroupBox1.ResumeLayout(false);
  282. this.ultraGroupBox1.PerformLayout();
  283. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
  284. this.ultraGroupBox2.ResumeLayout(false);
  285. this.ultraGroupBox2.PerformLayout();
  286. this.ResumeLayout(false);
  287. }
  288. #endregion
  289. private Infragistics.Win.Misc.UltraGroupBox ulgrpHeadStock;
  290. private System.Windows.Forms.Label label3;
  291. private System.Windows.Forms.TextBox textBox3;
  292. private System.Windows.Forms.Label label2;
  293. private System.Windows.Forms.TextBox textBox2;
  294. private System.Windows.Forms.Label label1;
  295. private System.Windows.Forms.TextBox textBox1;
  296. private System.Windows.Forms.Button btnensure;
  297. private System.Windows.Forms.Button btnclose;
  298. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  299. private System.Windows.Forms.Label label4;
  300. private System.Windows.Forms.TextBox textBox4;
  301. private System.Windows.Forms.Label label5;
  302. private System.Windows.Forms.TextBox textBox5;
  303. private System.Windows.Forms.Label label6;
  304. private System.Windows.Forms.TextBox textBox6;
  305. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2;
  306. private System.Windows.Forms.Label label7;
  307. private System.Windows.Forms.TextBox textBox7;
  308. }
  309. }