Make_CollectElec.Designer.cs 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275
  1. namespace UAS_MES_NEW.Make
  2. {
  3. partial class Make_CollectElec
  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.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Make_CollectElec));
  30. this.pr_detail_label = new System.Windows.Forms.Label();
  31. this.sncode_label = new System.Windows.Forms.Label();
  32. this.mcd_remainqty_label = new System.Windows.Forms.Label();
  33. this.mcd_okqty_label = new System.Windows.Forms.Label();
  34. this.pr_code_label = new System.Windows.Forms.Label();
  35. this.ms_makecode_label = new System.Windows.Forms.Label();
  36. this.StepCount = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SourceStepCount();
  37. this.Delete = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  38. this.ms_makecode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  39. this.pr_electricmax = new UAS_MES_NEW.CustomControl.ValueLabel.ValueNumLabel(this.components);
  40. this.pr_electricmin = new UAS_MES_NEW.CustomControl.ValueLabel.ValueNumLabel(this.components);
  41. this.ms_prodcode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  42. this.pr_detail = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  43. this.sncode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
  44. this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  45. this.SuspendLayout();
  46. //
  47. // pr_detail_label
  48. //
  49. this.pr_detail_label.AutoSize = true;
  50. this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  51. this.pr_detail_label.Location = new System.Drawing.Point(452, 22);
  52. this.pr_detail_label.Name = "pr_detail_label";
  53. this.pr_detail_label.Size = new System.Drawing.Size(74, 21);
  54. this.pr_detail_label.TabIndex = 191;
  55. this.pr_detail_label.Text = "产品名称";
  56. //
  57. // sncode_label
  58. //
  59. this.sncode_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  60. | System.Windows.Forms.AnchorStyles.Left)));
  61. this.sncode_label.AutoSize = true;
  62. this.sncode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  63. this.sncode_label.Location = new System.Drawing.Point(14, 422);
  64. this.sncode_label.Name = "sncode_label";
  65. this.sncode_label.Size = new System.Drawing.Size(58, 21);
  66. this.sncode_label.TabIndex = 190;
  67. this.sncode_label.Text = "录入框";
  68. //
  69. // mcd_remainqty_label
  70. //
  71. this.mcd_remainqty_label.AutoSize = true;
  72. this.mcd_remainqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  73. this.mcd_remainqty_label.Location = new System.Drawing.Point(236, 70);
  74. this.mcd_remainqty_label.Name = "mcd_remainqty_label";
  75. this.mcd_remainqty_label.Size = new System.Drawing.Size(90, 21);
  76. this.mcd_remainqty_label.TabIndex = 187;
  77. this.mcd_remainqty_label.Text = "电量最大值";
  78. //
  79. // mcd_okqty_label
  80. //
  81. this.mcd_okqty_label.AutoSize = true;
  82. this.mcd_okqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  83. this.mcd_okqty_label.Location = new System.Drawing.Point(6, 70);
  84. this.mcd_okqty_label.Name = "mcd_okqty_label";
  85. this.mcd_okqty_label.Size = new System.Drawing.Size(90, 21);
  86. this.mcd_okqty_label.TabIndex = 186;
  87. this.mcd_okqty_label.Text = "电量最小值";
  88. //
  89. // pr_code_label
  90. //
  91. this.pr_code_label.AutoSize = true;
  92. this.pr_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  93. this.pr_code_label.Location = new System.Drawing.Point(236, 22);
  94. this.pr_code_label.Name = "pr_code_label";
  95. this.pr_code_label.Size = new System.Drawing.Size(74, 21);
  96. this.pr_code_label.TabIndex = 185;
  97. this.pr_code_label.Text = "产品编号";
  98. //
  99. // ms_makecode_label
  100. //
  101. this.ms_makecode_label.AutoSize = true;
  102. this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  103. this.ms_makecode_label.Location = new System.Drawing.Point(6, 22);
  104. this.ms_makecode_label.Name = "ms_makecode_label";
  105. this.ms_makecode_label.Size = new System.Drawing.Size(74, 21);
  106. this.ms_makecode_label.TabIndex = 184;
  107. this.ms_makecode_label.Text = "工单编号";
  108. //
  109. // StepCount
  110. //
  111. this.StepCount.LineCode = null;
  112. this.StepCount.Location = new System.Drawing.Point(456, 70);
  113. this.StepCount.Margin = new System.Windows.Forms.Padding(2);
  114. this.StepCount.Name = "StepCount";
  115. this.StepCount.Size = new System.Drawing.Size(80, 22);
  116. this.StepCount.Source = null;
  117. this.StepCount.StepCode = null;
  118. this.StepCount.TabIndex = 200;
  119. //
  120. // Delete
  121. //
  122. this.Delete.AllPower = null;
  123. this.Delete.BackColor = System.Drawing.Color.Transparent;
  124. this.Delete.DownImage = ((System.Drawing.Image)(resources.GetObject("Delete.DownImage")));
  125. this.Delete.Image = null;
  126. this.Delete.IsShowBorder = true;
  127. this.Delete.Location = new System.Drawing.Point(382, 422);
  128. this.Delete.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  129. this.Delete.MoveImage = ((System.Drawing.Image)(resources.GetObject("Delete.MoveImage")));
  130. this.Delete.Name = "Delete";
  131. this.Delete.NormalImage = ((System.Drawing.Image)(resources.GetObject("Delete.NormalImage")));
  132. this.Delete.Power = null;
  133. this.Delete.Size = new System.Drawing.Size(75, 28);
  134. this.Delete.TabIndex = 199;
  135. this.Delete.Text = "取消";
  136. this.Delete.UseVisualStyleBackColor = false;
  137. this.Delete.Click += new System.EventHandler(this.deleteButton1_Click);
  138. //
  139. // ms_makecode
  140. //
  141. this.ms_makecode.AutoSize = true;
  142. this.ms_makecode.CutLength = null;
  143. this.ms_makecode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  144. this.ms_makecode.Location = new System.Drawing.Point(92, 22);
  145. this.ms_makecode.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  146. this.ms_makecode.MaximumSize = new System.Drawing.Size(200, 0);
  147. this.ms_makecode.Name = "ms_makecode";
  148. this.ms_makecode.Size = new System.Drawing.Size(0, 21);
  149. this.ms_makecode.TabIndex = 198;
  150. //
  151. // pr_electricmax
  152. //
  153. this.pr_electricmax.AutoSize = true;
  154. this.pr_electricmax.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  155. this.pr_electricmax.Location = new System.Drawing.Point(332, 70);
  156. this.pr_electricmax.Name = "pr_electricmax";
  157. this.pr_electricmax.Size = new System.Drawing.Size(19, 21);
  158. this.pr_electricmax.TabIndex = 195;
  159. this.pr_electricmax.Text = "0";
  160. //
  161. // pr_electricmin
  162. //
  163. this.pr_electricmin.AutoSize = true;
  164. this.pr_electricmin.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  165. this.pr_electricmin.Location = new System.Drawing.Point(102, 70);
  166. this.pr_electricmin.Name = "pr_electricmin";
  167. this.pr_electricmin.Size = new System.Drawing.Size(19, 21);
  168. this.pr_electricmin.TabIndex = 194;
  169. this.pr_electricmin.Text = "0";
  170. //
  171. // ms_prodcode
  172. //
  173. this.ms_prodcode.AutoSize = true;
  174. this.ms_prodcode.CutLength = null;
  175. this.ms_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  176. this.ms_prodcode.Location = new System.Drawing.Point(318, 22);
  177. this.ms_prodcode.MaximumSize = new System.Drawing.Size(200, 0);
  178. this.ms_prodcode.Name = "ms_prodcode";
  179. this.ms_prodcode.Size = new System.Drawing.Size(0, 21);
  180. this.ms_prodcode.TabIndex = 193;
  181. //
  182. // pr_detail
  183. //
  184. this.pr_detail.AutoSize = true;
  185. this.pr_detail.CutLength = null;
  186. this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  187. this.pr_detail.Location = new System.Drawing.Point(542, 22);
  188. this.pr_detail.MaximumSize = new System.Drawing.Size(200, 0);
  189. this.pr_detail.Name = "pr_detail";
  190. this.pr_detail.Size = new System.Drawing.Size(0, 21);
  191. this.pr_detail.TabIndex = 192;
  192. //
  193. // sncode
  194. //
  195. this.sncode.AllPower = "ifall";
  196. this.sncode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  197. | System.Windows.Forms.AnchorStyles.Left)));
  198. this.sncode.BackColor = System.Drawing.Color.White;
  199. this.sncode.ID = null;
  200. this.sncode.Location = new System.Drawing.Point(98, 424);
  201. this.sncode.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  202. this.sncode.Name = "sncode";
  203. this.sncode.Power = null;
  204. this.sncode.Size = new System.Drawing.Size(196, 21);
  205. this.sncode.Str = null;
  206. this.sncode.Str1 = null;
  207. this.sncode.Str2 = null;
  208. this.sncode.TabIndex = 189;
  209. this.sncode.Tag = "ifread";
  210. this.sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sncode_KeyDown);
  211. //
  212. // OperateResult
  213. //
  214. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  215. this.OperateResult.Location = new System.Drawing.Point(10, 106);
  216. this.OperateResult.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  217. this.OperateResult.Name = "OperateResult";
  218. this.OperateResult.Size = new System.Drawing.Size(553, 306);
  219. this.OperateResult.TabIndex = 188;
  220. this.OperateResult.Text = "";
  221. //
  222. // Make_CollectElec
  223. //
  224. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  225. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  226. this.ClientSize = new System.Drawing.Size(741, 454);
  227. this.Controls.Add(this.StepCount);
  228. this.Controls.Add(this.Delete);
  229. this.Controls.Add(this.ms_makecode);
  230. this.Controls.Add(this.pr_electricmax);
  231. this.Controls.Add(this.pr_electricmin);
  232. this.Controls.Add(this.ms_prodcode);
  233. this.Controls.Add(this.pr_detail);
  234. this.Controls.Add(this.pr_detail_label);
  235. this.Controls.Add(this.sncode_label);
  236. this.Controls.Add(this.sncode);
  237. this.Controls.Add(this.OperateResult);
  238. this.Controls.Add(this.mcd_remainqty_label);
  239. this.Controls.Add(this.mcd_okqty_label);
  240. this.Controls.Add(this.pr_code_label);
  241. this.Controls.Add(this.ms_makecode_label);
  242. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  243. this.Margin = new System.Windows.Forms.Padding(2);
  244. this.Name = "Make_CollectElec";
  245. this.Tag = "Make!CollectElec";
  246. this.Text = "电量采集";
  247. this.Activated += new System.EventHandler(this.Make_CollectNetCode_Activated);
  248. this.Load += new System.EventHandler(this.Make_CollectNetCode_Load);
  249. this.SizeChanged += new System.EventHandler(this.Make_CollectNetCode_SizeChanged);
  250. this.ResumeLayout(false);
  251. this.PerformLayout();
  252. }
  253. #endregion
  254. private CustomControl.ValueLabel.ValueNumLabel pr_electricmax;
  255. private CustomControl.ValueLabel.ValueNumLabel pr_electricmin;
  256. private CustomControl.ValueLabel.ValueLabel ms_prodcode;
  257. private CustomControl.ValueLabel.ValueLabel pr_detail;
  258. private System.Windows.Forms.Label pr_detail_label;
  259. private System.Windows.Forms.Label sncode_label;
  260. private CustomControl.TextBoxWithIcon.SnCollectionBox sncode;
  261. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  262. private System.Windows.Forms.Label mcd_remainqty_label;
  263. private System.Windows.Forms.Label mcd_okqty_label;
  264. private System.Windows.Forms.Label pr_code_label;
  265. private System.Windows.Forms.Label ms_makecode_label;
  266. private CustomControl.ValueLabel.ValueLabel ms_makecode;
  267. private CustomControl.ButtonUtil.NormalButton Delete;
  268. private CustomControl.TextBoxWithIcon.SourceStepCount StepCount;
  269. }
  270. }