Make_Aging.Designer.cs 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293
  1. namespace UAS_MES_NEW.Make
  2. {
  3. partial class Make_Aging
  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.pr_detail_label = new System.Windows.Forms.Label();
  29. this.sncode_label = new System.Windows.Forms.Label();
  30. this.pr_code_label = new System.Windows.Forms.Label();
  31. this.ms_makecode_label = new System.Windows.Forms.Label();
  32. this.ms_makecode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  33. this.ms_prodcode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  34. this.pr_detail = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  35. this.sncode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
  36. this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  37. this.LabelDataGridView = new System.Windows.Forms.DataGridView();
  38. this.AGD_MAKECODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.AGD_SNCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.AGD_INDATE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.quxiao = new System.Windows.Forms.CheckBox();
  42. this.agsum = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  43. this.label2 = new System.Windows.Forms.Label();
  44. ((System.ComponentModel.ISupportInitialize)(this.LabelDataGridView)).BeginInit();
  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(904, 24);
  52. this.pr_detail_label.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  53. this.pr_detail_label.Name = "pr_detail_label";
  54. this.pr_detail_label.Size = new System.Drawing.Size(146, 41);
  55. this.pr_detail_label.TabIndex = 191;
  56. this.pr_detail_label.Text = "产品名称";
  57. //
  58. // sncode_label
  59. //
  60. this.sncode_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  61. | System.Windows.Forms.AnchorStyles.Left)));
  62. this.sncode_label.AutoSize = true;
  63. this.sncode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  64. this.sncode_label.Location = new System.Drawing.Point(28, 844);
  65. this.sncode_label.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  66. this.sncode_label.Name = "sncode_label";
  67. this.sncode_label.Size = new System.Drawing.Size(114, 41);
  68. this.sncode_label.TabIndex = 190;
  69. this.sncode_label.Text = "录入框";
  70. //
  71. // pr_code_label
  72. //
  73. this.pr_code_label.AutoSize = true;
  74. this.pr_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  75. this.pr_code_label.Location = new System.Drawing.Point(472, 24);
  76. this.pr_code_label.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  77. this.pr_code_label.Name = "pr_code_label";
  78. this.pr_code_label.Size = new System.Drawing.Size(146, 41);
  79. this.pr_code_label.TabIndex = 185;
  80. this.pr_code_label.Text = "产品编号";
  81. //
  82. // ms_makecode_label
  83. //
  84. this.ms_makecode_label.AutoSize = true;
  85. this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  86. this.ms_makecode_label.Location = new System.Drawing.Point(12, 24);
  87. this.ms_makecode_label.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  88. this.ms_makecode_label.Name = "ms_makecode_label";
  89. this.ms_makecode_label.Size = new System.Drawing.Size(146, 41);
  90. this.ms_makecode_label.TabIndex = 184;
  91. this.ms_makecode_label.Text = "工单编号";
  92. //
  93. // ms_makecode
  94. //
  95. this.ms_makecode.AutoSize = true;
  96. this.ms_makecode.CutLength = null;
  97. this.ms_makecode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  98. this.ms_makecode.Location = new System.Drawing.Point(184, 24);
  99. this.ms_makecode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  100. this.ms_makecode.MaximumSize = new System.Drawing.Size(400, 0);
  101. this.ms_makecode.Name = "ms_makecode";
  102. this.ms_makecode.Size = new System.Drawing.Size(0, 41);
  103. this.ms_makecode.TabIndex = 198;
  104. //
  105. // ms_prodcode
  106. //
  107. this.ms_prodcode.AutoSize = true;
  108. this.ms_prodcode.CutLength = null;
  109. this.ms_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  110. this.ms_prodcode.Location = new System.Drawing.Point(636, 24);
  111. this.ms_prodcode.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  112. this.ms_prodcode.MaximumSize = new System.Drawing.Size(400, 0);
  113. this.ms_prodcode.Name = "ms_prodcode";
  114. this.ms_prodcode.Size = new System.Drawing.Size(0, 41);
  115. this.ms_prodcode.TabIndex = 193;
  116. //
  117. // pr_detail
  118. //
  119. this.pr_detail.AutoSize = true;
  120. this.pr_detail.CutLength = null;
  121. this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  122. this.pr_detail.Location = new System.Drawing.Point(1084, 24);
  123. this.pr_detail.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  124. this.pr_detail.MaximumSize = new System.Drawing.Size(400, 0);
  125. this.pr_detail.Name = "pr_detail";
  126. this.pr_detail.Size = new System.Drawing.Size(0, 41);
  127. this.pr_detail.TabIndex = 192;
  128. //
  129. // sncode
  130. //
  131. this.sncode.AllPower = "ifall";
  132. this.sncode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  133. | System.Windows.Forms.AnchorStyles.Left)));
  134. this.sncode.BackColor = System.Drawing.Color.White;
  135. this.sncode.ID = null;
  136. this.sncode.Location = new System.Drawing.Point(196, 848);
  137. this.sncode.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4);
  138. this.sncode.Name = "sncode";
  139. this.sncode.Power = null;
  140. this.sncode.Size = new System.Drawing.Size(388, 35);
  141. this.sncode.Str = null;
  142. this.sncode.Str1 = null;
  143. this.sncode.Str2 = null;
  144. this.sncode.TabIndex = 189;
  145. this.sncode.Tag = "ifread";
  146. this.sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sncode_KeyDown);
  147. //
  148. // OperateResult
  149. //
  150. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  151. this.OperateResult.Location = new System.Drawing.Point(1183, 148);
  152. this.OperateResult.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4);
  153. this.OperateResult.Name = "OperateResult";
  154. this.OperateResult.Size = new System.Drawing.Size(281, 677);
  155. this.OperateResult.TabIndex = 188;
  156. this.OperateResult.Text = "";
  157. //
  158. // LabelDataGridView
  159. //
  160. this.LabelDataGridView.AllowUserToAddRows = false;
  161. this.LabelDataGridView.AllowUserToResizeRows = false;
  162. this.LabelDataGridView.BackgroundColor = System.Drawing.SystemColors.ButtonFace;
  163. this.LabelDataGridView.ColumnHeadersHeight = 46;
  164. this.LabelDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  165. this.AGD_MAKECODE,
  166. this.AGD_SNCODE,
  167. this.AGD_INDATE});
  168. this.LabelDataGridView.Location = new System.Drawing.Point(17, 148);
  169. this.LabelDataGridView.Margin = new System.Windows.Forms.Padding(5);
  170. this.LabelDataGridView.Name = "LabelDataGridView";
  171. this.LabelDataGridView.RowHeadersVisible = false;
  172. this.LabelDataGridView.RowHeadersWidth = 82;
  173. this.LabelDataGridView.RowTemplate.Height = 23;
  174. this.LabelDataGridView.Size = new System.Drawing.Size(1131, 609);
  175. this.LabelDataGridView.TabIndex = 200;
  176. //
  177. // AGD_MAKECODE
  178. //
  179. this.AGD_MAKECODE.DataPropertyName = "AGD_MAKECODE";
  180. this.AGD_MAKECODE.HeaderText = "工单号";
  181. this.AGD_MAKECODE.MinimumWidth = 10;
  182. this.AGD_MAKECODE.Name = "AGD_MAKECODE";
  183. this.AGD_MAKECODE.ReadOnly = true;
  184. this.AGD_MAKECODE.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  185. this.AGD_MAKECODE.Width = 200;
  186. //
  187. // AGD_SNCODE
  188. //
  189. this.AGD_SNCODE.DataPropertyName = "AGD_SNCODE";
  190. this.AGD_SNCODE.HeaderText = "SN号";
  191. this.AGD_SNCODE.MinimumWidth = 10;
  192. this.AGD_SNCODE.Name = "AGD_SNCODE";
  193. this.AGD_SNCODE.ReadOnly = true;
  194. this.AGD_SNCODE.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  195. this.AGD_SNCODE.Width = 200;
  196. //
  197. // AGD_INDATE
  198. //
  199. this.AGD_INDATE.DataPropertyName = "AGD_INDATE";
  200. this.AGD_INDATE.HeaderText = "录入时间";
  201. this.AGD_INDATE.MinimumWidth = 300;
  202. this.AGD_INDATE.Name = "AGD_INDATE";
  203. this.AGD_INDATE.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  204. this.AGD_INDATE.Width = 300;
  205. //
  206. // quxiao
  207. //
  208. this.quxiao.AutoSize = true;
  209. this.quxiao.Location = new System.Drawing.Point(656, 856);
  210. this.quxiao.Margin = new System.Windows.Forms.Padding(4);
  211. this.quxiao.Name = "quxiao";
  212. this.quxiao.Size = new System.Drawing.Size(138, 28);
  213. this.quxiao.TabIndex = 204;
  214. this.quxiao.Text = "取消采集";
  215. this.quxiao.UseVisualStyleBackColor = true;
  216. //
  217. // agsum
  218. //
  219. this.agsum.AutoSize = true;
  220. this.agsum.CutLength = null;
  221. this.agsum.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  222. this.agsum.Location = new System.Drawing.Point(200, 785);
  223. this.agsum.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  224. this.agsum.MaximumSize = new System.Drawing.Size(400, 0);
  225. this.agsum.Name = "agsum";
  226. this.agsum.Size = new System.Drawing.Size(0, 41);
  227. this.agsum.TabIndex = 206;
  228. //
  229. // label2
  230. //
  231. this.label2.AutoSize = true;
  232. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  233. this.label2.Location = new System.Drawing.Point(28, 785);
  234. this.label2.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  235. this.label2.Name = "label2";
  236. this.label2.Size = new System.Drawing.Size(82, 41);
  237. this.label2.TabIndex = 205;
  238. this.label2.Text = "数量";
  239. //
  240. // Make_Aging
  241. //
  242. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  243. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  244. this.ClientSize = new System.Drawing.Size(1483, 908);
  245. this.Controls.Add(this.agsum);
  246. this.Controls.Add(this.label2);
  247. this.Controls.Add(this.quxiao);
  248. this.Controls.Add(this.LabelDataGridView);
  249. this.Controls.Add(this.ms_makecode);
  250. this.Controls.Add(this.ms_prodcode);
  251. this.Controls.Add(this.pr_detail);
  252. this.Controls.Add(this.pr_detail_label);
  253. this.Controls.Add(this.sncode_label);
  254. this.Controls.Add(this.sncode);
  255. this.Controls.Add(this.OperateResult);
  256. this.Controls.Add(this.pr_code_label);
  257. this.Controls.Add(this.ms_makecode_label);
  258. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  259. this.Margin = new System.Windows.Forms.Padding(4);
  260. this.Name = "Make_Aging";
  261. this.Tag = "Make!Aging";
  262. this.Text = "老化采集";
  263. this.Activated += new System.EventHandler(this.Make_CollectNetCode_Activated);
  264. this.Load += new System.EventHandler(this.Make_CollectNetCode_Load);
  265. this.SizeChanged += new System.EventHandler(this.Make_CollectNetCode_SizeChanged);
  266. ((System.ComponentModel.ISupportInitialize)(this.LabelDataGridView)).EndInit();
  267. this.ResumeLayout(true);
  268. this.PerformLayout();
  269. }
  270. #endregion
  271. private CustomControl.ValueLabel.ValueLabel ms_prodcode;
  272. private CustomControl.ValueLabel.ValueLabel pr_detail;
  273. private System.Windows.Forms.Label pr_detail_label;
  274. private System.Windows.Forms.Label sncode_label;
  275. private CustomControl.TextBoxWithIcon.SnCollectionBox sncode;
  276. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  277. private System.Windows.Forms.Label pr_code_label;
  278. private System.Windows.Forms.Label ms_makecode_label;
  279. private CustomControl.ValueLabel.ValueLabel ms_makecode;
  280. private System.Windows.Forms.DataGridView LabelDataGridView;
  281. private System.Windows.Forms.DataGridViewTextBoxColumn AGD_MAKECODE;
  282. private System.Windows.Forms.DataGridViewTextBoxColumn AGD_SNCODE;
  283. private System.Windows.Forms.DataGridViewTextBoxColumn AGD_INDATE;
  284. private System.Windows.Forms.CheckBox quxiao;
  285. private CustomControl.ValueLabel.ValueLabel agsum;
  286. private System.Windows.Forms.Label label2;
  287. }
  288. }