Special_Collertion.Designer.cs 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286
  1. namespace UAS_MES_NEW.Special
  2. {
  3. partial class Special_Collertion
  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(Special_Collertion));
  29. this.Pallet_label = new System.Windows.Forms.Label();
  30. this.bigboxBtn = new System.Windows.Forms.RadioButton();
  31. this.serBtn = new System.Windows.Forms.RadioButton();
  32. this.ms_makecode_label = new System.Windows.Forms.Label();
  33. this.ms_prodcode_label = new System.Windows.Forms.Label();
  34. this.WeighRecord = new System.Windows.Forms.ListView();
  35. this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  36. this.数据清空 = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  37. this.ms_prodcode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  38. this.ms_makecode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  39. this.OperatResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  40. this.input = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  41. this.Split = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  42. this.label1 = new System.Windows.Forms.Label();
  43. this.num = new System.Windows.Forms.Label();
  44. this.SuspendLayout();
  45. //
  46. // Pallet_label
  47. //
  48. this.Pallet_label.AutoSize = true;
  49. this.Pallet_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  50. this.Pallet_label.Location = new System.Drawing.Point(7, 41);
  51. this.Pallet_label.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  52. this.Pallet_label.Name = "Pallet_label";
  53. this.Pallet_label.Size = new System.Drawing.Size(58, 21);
  54. this.Pallet_label.TabIndex = 1;
  55. this.Pallet_label.Text = "录入框";
  56. //
  57. // bigboxBtn
  58. //
  59. this.bigboxBtn.AutoSize = true;
  60. this.bigboxBtn.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  61. this.bigboxBtn.Location = new System.Drawing.Point(11, 2);
  62. this.bigboxBtn.Margin = new System.Windows.Forms.Padding(2);
  63. this.bigboxBtn.Name = "bigboxBtn";
  64. this.bigboxBtn.Size = new System.Drawing.Size(60, 25);
  65. this.bigboxBtn.TabIndex = 234;
  66. this.bigboxBtn.Text = "箱号";
  67. this.bigboxBtn.UseVisualStyleBackColor = true;
  68. this.bigboxBtn.Click += new System.EventHandler(this.bigboxBtn_Click);
  69. //
  70. // serBtn
  71. //
  72. this.serBtn.AutoSize = true;
  73. this.serBtn.Checked = true;
  74. this.serBtn.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  75. this.serBtn.Location = new System.Drawing.Point(80, 2);
  76. this.serBtn.Margin = new System.Windows.Forms.Padding(2);
  77. this.serBtn.Name = "serBtn";
  78. this.serBtn.Size = new System.Drawing.Size(108, 25);
  79. this.serBtn.TabIndex = 233;
  80. this.serBtn.TabStop = true;
  81. this.serBtn.Text = "单台序列号";
  82. this.serBtn.UseVisualStyleBackColor = true;
  83. this.serBtn.Click += new System.EventHandler(this.bigboxBtn_Click);
  84. //
  85. // ms_makecode_label
  86. //
  87. this.ms_makecode_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  88. | System.Windows.Forms.AnchorStyles.Left)));
  89. this.ms_makecode_label.AutoSize = true;
  90. this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  91. this.ms_makecode_label.Location = new System.Drawing.Point(7, 81);
  92. this.ms_makecode_label.Name = "ms_makecode_label";
  93. this.ms_makecode_label.Size = new System.Drawing.Size(58, 21);
  94. this.ms_makecode_label.TabIndex = 240;
  95. this.ms_makecode_label.Text = "工单号";
  96. //
  97. // ms_prodcode_label
  98. //
  99. this.ms_prodcode_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  100. | System.Windows.Forms.AnchorStyles.Left)));
  101. this.ms_prodcode_label.AutoSize = true;
  102. this.ms_prodcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  103. this.ms_prodcode_label.Location = new System.Drawing.Point(326, 81);
  104. this.ms_prodcode_label.Name = "ms_prodcode_label";
  105. this.ms_prodcode_label.Size = new System.Drawing.Size(74, 21);
  106. this.ms_prodcode_label.TabIndex = 241;
  107. this.ms_prodcode_label.Text = "产品编号";
  108. //
  109. // WeighRecord
  110. //
  111. this.WeighRecord.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  112. this.columnHeader3});
  113. this.WeighRecord.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  114. this.WeighRecord.Location = new System.Drawing.Point(11, 108);
  115. this.WeighRecord.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  116. this.WeighRecord.Name = "WeighRecord";
  117. this.WeighRecord.Size = new System.Drawing.Size(421, 321);
  118. this.WeighRecord.TabIndex = 243;
  119. this.WeighRecord.UseCompatibleStateImageBehavior = false;
  120. this.WeighRecord.View = System.Windows.Forms.View.Details;
  121. //
  122. // columnHeader3
  123. //
  124. this.columnHeader3.Text = "录入项";
  125. this.columnHeader3.Width = 300;
  126. //
  127. // 数据清空
  128. //
  129. this.数据清空.AllPower = null;
  130. this.数据清空.BackColor = System.Drawing.Color.Transparent;
  131. this.数据清空.DownImage = ((System.Drawing.Image)(resources.GetObject("数据清空.DownImage")));
  132. this.数据清空.Image = null;
  133. this.数据清空.IsShowBorder = true;
  134. this.数据清空.Location = new System.Drawing.Point(473, 400);
  135. this.数据清空.MoveImage = ((System.Drawing.Image)(resources.GetObject("数据清空.MoveImage")));
  136. this.数据清空.Name = "数据清空";
  137. this.数据清空.NormalImage = ((System.Drawing.Image)(resources.GetObject("数据清空.NormalImage")));
  138. this.数据清空.Power = null;
  139. this.数据清空.Size = new System.Drawing.Size(56, 28);
  140. this.数据清空.TabIndex = 245;
  141. this.数据清空.Text = "数据清空";
  142. this.数据清空.UseVisualStyleBackColor = false;
  143. this.数据清空.Click += new System.EventHandler(this.数据清空_Click);
  144. //
  145. // ms_prodcode
  146. //
  147. this.ms_prodcode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  148. | System.Windows.Forms.AnchorStyles.Left)));
  149. this.ms_prodcode.AutoSize = true;
  150. this.ms_prodcode.CutLength = null;
  151. this.ms_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  152. this.ms_prodcode.Location = new System.Drawing.Point(422, 81);
  153. this.ms_prodcode.MaximumSize = new System.Drawing.Size(150, 0);
  154. this.ms_prodcode.Name = "ms_prodcode";
  155. this.ms_prodcode.Size = new System.Drawing.Size(0, 21);
  156. this.ms_prodcode.TabIndex = 239;
  157. //
  158. // ms_makecode
  159. //
  160. this.ms_makecode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  161. | System.Windows.Forms.AnchorStyles.Left)));
  162. this.ms_makecode.AutoSize = true;
  163. this.ms_makecode.CutLength = null;
  164. this.ms_makecode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  165. this.ms_makecode.Location = new System.Drawing.Point(87, 81);
  166. this.ms_makecode.MaximumSize = new System.Drawing.Size(250, 0);
  167. this.ms_makecode.Name = "ms_makecode";
  168. this.ms_makecode.Size = new System.Drawing.Size(0, 21);
  169. this.ms_makecode.TabIndex = 242;
  170. //
  171. // OperatResult
  172. //
  173. this.OperatResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  174. this.OperatResult.Location = new System.Drawing.Point(11, 433);
  175. this.OperatResult.Margin = new System.Windows.Forms.Padding(2);
  176. this.OperatResult.Name = "OperatResult";
  177. this.OperatResult.Size = new System.Drawing.Size(777, 123);
  178. this.OperatResult.TabIndex = 3;
  179. this.OperatResult.Text = "";
  180. //
  181. // input
  182. //
  183. this.input.AllPower = null;
  184. this.input.BackColor = System.Drawing.Color.White;
  185. this.input.ID = null;
  186. this.input.Location = new System.Drawing.Point(80, 43);
  187. this.input.Margin = new System.Windows.Forms.Padding(2);
  188. this.input.Name = "input";
  189. this.input.Power = null;
  190. this.input.Size = new System.Drawing.Size(148, 21);
  191. this.input.Str = null;
  192. this.input.Str1 = null;
  193. this.input.Str2 = null;
  194. this.input.TabIndex = 2;
  195. this.input.KeyDown += new System.Windows.Forms.KeyEventHandler(this.input_KeyDown);
  196. //
  197. // Split
  198. //
  199. this.Split.AllPower = null;
  200. this.Split.BackColor = System.Drawing.Color.Transparent;
  201. this.Split.DownImage = ((System.Drawing.Image)(resources.GetObject("Split.DownImage")));
  202. this.Split.Image = null;
  203. this.Split.IsShowBorder = true;
  204. this.Split.Location = new System.Drawing.Point(473, 108);
  205. this.Split.Margin = new System.Windows.Forms.Padding(2);
  206. this.Split.MoveImage = ((System.Drawing.Image)(resources.GetObject("Split.MoveImage")));
  207. this.Split.Name = "Split";
  208. this.Split.NormalImage = ((System.Drawing.Image)(resources.GetObject("Split.NormalImage")));
  209. this.Split.Power = null;
  210. this.Split.Size = new System.Drawing.Size(56, 22);
  211. this.Split.TabIndex = 0;
  212. this.Split.Text = "确认";
  213. this.Split.UseVisualStyleBackColor = false;
  214. this.Split.Click += new System.EventHandler(this.Split_Click);
  215. //
  216. // label1
  217. //
  218. this.label1.AutoSize = true;
  219. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F);
  220. this.label1.Location = new System.Drawing.Point(474, 176);
  221. this.label1.Name = "label1";
  222. this.label1.Size = new System.Drawing.Size(46, 21);
  223. this.label1.TabIndex = 246;
  224. this.label1.Text = "计数:";
  225. //
  226. // num
  227. //
  228. this.num.AutoSize = true;
  229. this.num.Font = new System.Drawing.Font("微软雅黑", 12F);
  230. this.num.Location = new System.Drawing.Point(535, 176);
  231. this.num.Name = "num";
  232. this.num.Size = new System.Drawing.Size(0, 21);
  233. this.num.TabIndex = 247;
  234. //
  235. // Special_Collertion
  236. //
  237. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  238. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  239. this.ClientSize = new System.Drawing.Size(805, 565);
  240. this.Controls.Add(this.num);
  241. this.Controls.Add(this.label1);
  242. this.Controls.Add(this.数据清空);
  243. this.Controls.Add(this.WeighRecord);
  244. this.Controls.Add(this.ms_makecode_label);
  245. this.Controls.Add(this.ms_prodcode_label);
  246. this.Controls.Add(this.ms_prodcode);
  247. this.Controls.Add(this.ms_makecode);
  248. this.Controls.Add(this.bigboxBtn);
  249. this.Controls.Add(this.serBtn);
  250. this.Controls.Add(this.OperatResult);
  251. this.Controls.Add(this.input);
  252. this.Controls.Add(this.Pallet_label);
  253. this.Controls.Add(this.Split);
  254. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  255. this.Margin = new System.Windows.Forms.Padding(2);
  256. this.Name = "Special_Collertion";
  257. this.Tag = "Special!Collertion";
  258. this.Text = "返工采集";
  259. this.Load += new System.EventHandler(this.Special_BoxSplit_Load);
  260. this.ResumeLayout(false);
  261. this.PerformLayout();
  262. }
  263. #endregion
  264. private CustomControl.ButtonUtil.NormalButton Split;
  265. private System.Windows.Forms.Label Pallet_label;
  266. private CustomControl.TextBoxWithIcon.EnterTextBox input;
  267. private CustomControl.RichText.RichTextAutoBottom OperatResult;
  268. private System.Windows.Forms.RadioButton bigboxBtn;
  269. private System.Windows.Forms.RadioButton serBtn;
  270. private System.Windows.Forms.Label ms_makecode_label;
  271. private System.Windows.Forms.Label ms_prodcode_label;
  272. private CustomControl.ValueLabel.ValueLabel ms_prodcode;
  273. private CustomControl.ValueLabel.ValueLabel ms_makecode;
  274. private System.Windows.Forms.ListView WeighRecord;
  275. private System.Windows.Forms.ColumnHeader columnHeader3;
  276. private CustomControl.ButtonUtil.NormalButton 数据清空;
  277. private System.Windows.Forms.Label label1;
  278. private System.Windows.Forms.Label num;
  279. }
  280. }