Make_ReadWriteInfo.Designer.cs 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380
  1. namespace UAS_MES_NEW.Make
  2. {
  3. partial class Make_ReadWriteInfo
  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 = new System.Windows.Forms.Label();
  29. this.label10 = new System.Windows.Forms.Label();
  30. this.remain_qty = new System.Windows.Forms.Label();
  31. this.mcd_okqty = new System.Windows.Forms.Label();
  32. this.ma_prodcode = new System.Windows.Forms.Label();
  33. this.ma_code = new System.Windows.Forms.Label();
  34. this.label5 = new System.Windows.Forms.Label();
  35. this.label4 = new System.Windows.Forms.Label();
  36. this.label3 = new System.Windows.Forms.Label();
  37. this.label2 = new System.Windows.Forms.Label();
  38. this.label1 = new System.Windows.Forms.Label();
  39. this.CheckItemDGV = new System.Windows.Forms.DataGridView();
  40. this.ms_item = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.ms_info = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.FileWatcher = new System.IO.FileSystemWatcher();
  43. this.WatchPath = new System.Windows.Forms.TextBox();
  44. this.label6 = new System.Windows.Forms.Label();
  45. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.StepCount = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SourceStepCount();
  48. this.sncode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
  49. this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  50. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.button1 = new System.Windows.Forms.Button();
  52. this.Watch = new System.Windows.Forms.Button();
  53. ((System.ComponentModel.ISupportInitialize)(this.CheckItemDGV)).BeginInit();
  54. ((System.ComponentModel.ISupportInitialize)(this.FileWatcher)).BeginInit();
  55. this.SuspendLayout();
  56. //
  57. // pr_detail
  58. //
  59. this.pr_detail.AutoSize = true;
  60. this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F);
  61. this.pr_detail.Location = new System.Drawing.Point(1258, 38);
  62. this.pr_detail.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  63. this.pr_detail.Name = "pr_detail";
  64. this.pr_detail.Size = new System.Drawing.Size(0, 41);
  65. this.pr_detail.TabIndex = 31;
  66. //
  67. // label10
  68. //
  69. this.label10.AutoSize = true;
  70. this.label10.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  71. this.label10.Location = new System.Drawing.Point(64, 782);
  72. this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  73. this.label10.Name = "label10";
  74. this.label10.Size = new System.Drawing.Size(53, 35);
  75. this.label10.TabIndex = 28;
  76. this.label10.Text = "SN";
  77. //
  78. // remain_qty
  79. //
  80. this.remain_qty.AutoSize = true;
  81. this.remain_qty.Font = new System.Drawing.Font("微软雅黑", 12F);
  82. this.remain_qty.Location = new System.Drawing.Point(204, 130);
  83. this.remain_qty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  84. this.remain_qty.Name = "remain_qty";
  85. this.remain_qty.Size = new System.Drawing.Size(0, 41);
  86. this.remain_qty.TabIndex = 26;
  87. //
  88. // mcd_okqty
  89. //
  90. this.mcd_okqty.AutoSize = true;
  91. this.mcd_okqty.Font = new System.Drawing.Font("微软雅黑", 12F);
  92. this.mcd_okqty.Location = new System.Drawing.Point(724, 130);
  93. this.mcd_okqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  94. this.mcd_okqty.Name = "mcd_okqty";
  95. this.mcd_okqty.Size = new System.Drawing.Size(0, 41);
  96. this.mcd_okqty.TabIndex = 25;
  97. //
  98. // ma_prodcode
  99. //
  100. this.ma_prodcode.AutoSize = true;
  101. this.ma_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F);
  102. this.ma_prodcode.Location = new System.Drawing.Point(724, 38);
  103. this.ma_prodcode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  104. this.ma_prodcode.Name = "ma_prodcode";
  105. this.ma_prodcode.Size = new System.Drawing.Size(0, 41);
  106. this.ma_prodcode.TabIndex = 24;
  107. //
  108. // ma_code
  109. //
  110. this.ma_code.AutoSize = true;
  111. this.ma_code.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  112. this.ma_code.Location = new System.Drawing.Point(204, 38);
  113. this.ma_code.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  114. this.ma_code.Name = "ma_code";
  115. this.ma_code.Size = new System.Drawing.Size(0, 41);
  116. this.ma_code.TabIndex = 23;
  117. //
  118. // label5
  119. //
  120. this.label5.AutoSize = true;
  121. this.label5.Font = new System.Drawing.Font("微软雅黑", 12F);
  122. this.label5.Location = new System.Drawing.Point(574, 130);
  123. this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  124. this.label5.Name = "label5";
  125. this.label5.Size = new System.Drawing.Size(210, 41);
  126. this.label5.TabIndex = 22;
  127. this.label5.Text = "当前工单计数";
  128. //
  129. // label4
  130. //
  131. this.label4.AutoSize = true;
  132. this.label4.Font = new System.Drawing.Font("微软雅黑", 12F);
  133. this.label4.Location = new System.Drawing.Point(50, 130);
  134. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  135. this.label4.Name = "label4";
  136. this.label4.Size = new System.Drawing.Size(114, 41);
  137. this.label4.TabIndex = 21;
  138. this.label4.Text = "剩余数";
  139. //
  140. // label3
  141. //
  142. this.label3.AutoSize = true;
  143. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F);
  144. this.label3.Location = new System.Drawing.Point(1102, 38);
  145. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  146. this.label3.Name = "label3";
  147. this.label3.Size = new System.Drawing.Size(146, 41);
  148. this.label3.TabIndex = 20;
  149. this.label3.Text = "产品名称";
  150. //
  151. // label2
  152. //
  153. this.label2.AutoSize = true;
  154. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F);
  155. this.label2.Location = new System.Drawing.Point(570, 38);
  156. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  157. this.label2.Name = "label2";
  158. this.label2.Size = new System.Drawing.Size(146, 41);
  159. this.label2.TabIndex = 19;
  160. this.label2.Text = "产品编号";
  161. //
  162. // label1
  163. //
  164. this.label1.AutoSize = true;
  165. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F);
  166. this.label1.Location = new System.Drawing.Point(50, 38);
  167. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  168. this.label1.Name = "label1";
  169. this.label1.Size = new System.Drawing.Size(146, 41);
  170. this.label1.TabIndex = 18;
  171. this.label1.Text = "工单编号";
  172. //
  173. // CheckItemDGV
  174. //
  175. this.CheckItemDGV.AllowUserToAddRows = false;
  176. this.CheckItemDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  177. this.CheckItemDGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  178. this.ms_item,
  179. this.ms_info});
  180. this.CheckItemDGV.Location = new System.Drawing.Point(57, 199);
  181. this.CheckItemDGV.Name = "CheckItemDGV";
  182. this.CheckItemDGV.RowTemplate.Height = 37;
  183. this.CheckItemDGV.Size = new System.Drawing.Size(1128, 562);
  184. this.CheckItemDGV.TabIndex = 33;
  185. this.CheckItemDGV.CellPainting += new System.Windows.Forms.DataGridViewCellPaintingEventHandler(this.CheckItemDGV_CellPainting);
  186. //
  187. // ms_item
  188. //
  189. this.ms_item.DataPropertyName = "ms_item";
  190. this.ms_item.HeaderText = "检测项";
  191. this.ms_item.MinimumWidth = 130;
  192. this.ms_item.Name = "ms_item";
  193. this.ms_item.ReadOnly = true;
  194. this.ms_item.Width = 150;
  195. //
  196. // ms_info
  197. //
  198. this.ms_info.DataPropertyName = "ms_info";
  199. this.ms_info.HeaderText = "参数值";
  200. this.ms_info.MinimumWidth = 300;
  201. this.ms_info.Name = "ms_info";
  202. this.ms_info.ReadOnly = true;
  203. this.ms_info.Width = 468;
  204. //
  205. // FileWatcher
  206. //
  207. this.FileWatcher.EnableRaisingEvents = true;
  208. this.FileWatcher.Filter = "*.log";
  209. this.FileWatcher.IncludeSubdirectories = true;
  210. this.FileWatcher.SynchronizingObject = this;
  211. //
  212. // WatchPath
  213. //
  214. this.WatchPath.Location = new System.Drawing.Point(927, 782);
  215. this.WatchPath.Name = "WatchPath";
  216. this.WatchPath.Size = new System.Drawing.Size(258, 35);
  217. this.WatchPath.TabIndex = 34;
  218. this.WatchPath.Text = "C:\\SNWriter_LOG";
  219. //
  220. // label6
  221. //
  222. this.label6.AutoSize = true;
  223. this.label6.Font = new System.Drawing.Font("微软雅黑", 12F);
  224. this.label6.Location = new System.Drawing.Point(757, 778);
  225. this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  226. this.label6.Name = "label6";
  227. this.label6.Size = new System.Drawing.Size(146, 41);
  228. this.label6.TabIndex = 35;
  229. this.label6.Text = "监控路径";
  230. //
  231. // dataGridViewTextBoxColumn1
  232. //
  233. this.dataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  234. this.dataGridViewTextBoxColumn1.DataPropertyName = "psr_type";
  235. this.dataGridViewTextBoxColumn1.HeaderText = "检测项";
  236. this.dataGridViewTextBoxColumn1.MinimumWidth = 150;
  237. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  238. this.dataGridViewTextBoxColumn1.ReadOnly = true;
  239. //
  240. // dataGridViewTextBoxColumn2
  241. //
  242. this.dataGridViewTextBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  243. this.dataGridViewTextBoxColumn2.DataPropertyName = "psr_systemvalue";
  244. this.dataGridViewTextBoxColumn2.HeaderText = "系统值";
  245. this.dataGridViewTextBoxColumn2.MinimumWidth = 460;
  246. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  247. this.dataGridViewTextBoxColumn2.ReadOnly = true;
  248. //
  249. // StepCount
  250. //
  251. this.StepCount.LineCode = null;
  252. this.StepCount.Location = new System.Drawing.Point(1102, 130);
  253. this.StepCount.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  254. this.StepCount.Name = "StepCount";
  255. this.StepCount.Size = new System.Drawing.Size(176, 44);
  256. this.StepCount.Source = null;
  257. this.StepCount.StepCode = null;
  258. this.StepCount.TabIndex = 32;
  259. //
  260. // sncode
  261. //
  262. this.sncode.AllPower = null;
  263. this.sncode.BackColor = System.Drawing.Color.White;
  264. this.sncode.ID = null;
  265. this.sncode.Location = new System.Drawing.Point(144, 782);
  266. this.sncode.Margin = new System.Windows.Forms.Padding(4);
  267. this.sncode.Name = "sncode";
  268. this.sncode.Power = null;
  269. this.sncode.Size = new System.Drawing.Size(334, 35);
  270. this.sncode.Str = null;
  271. this.sncode.Str1 = null;
  272. this.sncode.Str2 = null;
  273. this.sncode.TabIndex = 29;
  274. this.sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sncode_KeyDown);
  275. //
  276. // OperateResult
  277. //
  278. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  279. this.OperateResult.Location = new System.Drawing.Point(1265, 199);
  280. this.OperateResult.Margin = new System.Windows.Forms.Padding(4);
  281. this.OperateResult.Name = "OperateResult";
  282. this.OperateResult.Size = new System.Drawing.Size(454, 562);
  283. this.OperateResult.TabIndex = 27;
  284. this.OperateResult.Text = "";
  285. //
  286. // dataGridViewTextBoxColumn3
  287. //
  288. this.dataGridViewTextBoxColumn3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  289. this.dataGridViewTextBoxColumn3.DataPropertyName = "psr_systemvalue";
  290. this.dataGridViewTextBoxColumn3.HeaderText = "本机值";
  291. this.dataGridViewTextBoxColumn3.MinimumWidth = 460;
  292. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  293. //
  294. // button1
  295. //
  296. this.button1.Location = new System.Drawing.Point(958, 130);
  297. this.button1.Name = "button1";
  298. this.button1.Size = new System.Drawing.Size(75, 23);
  299. this.button1.TabIndex = 36;
  300. this.button1.Text = "button1";
  301. this.button1.UseVisualStyleBackColor = true;
  302. //
  303. // Watch
  304. //
  305. this.Watch.Location = new System.Drawing.Point(1232, 782);
  306. this.Watch.Name = "Watch";
  307. this.Watch.Size = new System.Drawing.Size(123, 35);
  308. this.Watch.TabIndex = 37;
  309. this.Watch.Text = "监控";
  310. this.Watch.UseVisualStyleBackColor = true;
  311. this.Watch.Click += new System.EventHandler(this.Watch_Click);
  312. //
  313. // Make_ReadWriteInfo
  314. //
  315. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  316. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  317. this.ClientSize = new System.Drawing.Size(1772, 866);
  318. this.Controls.Add(this.Watch);
  319. this.Controls.Add(this.button1);
  320. this.Controls.Add(this.label6);
  321. this.Controls.Add(this.WatchPath);
  322. this.Controls.Add(this.CheckItemDGV);
  323. this.Controls.Add(this.StepCount);
  324. this.Controls.Add(this.pr_detail);
  325. this.Controls.Add(this.sncode);
  326. this.Controls.Add(this.label10);
  327. this.Controls.Add(this.OperateResult);
  328. this.Controls.Add(this.remain_qty);
  329. this.Controls.Add(this.mcd_okqty);
  330. this.Controls.Add(this.ma_prodcode);
  331. this.Controls.Add(this.ma_code);
  332. this.Controls.Add(this.label5);
  333. this.Controls.Add(this.label4);
  334. this.Controls.Add(this.label3);
  335. this.Controls.Add(this.label2);
  336. this.Controls.Add(this.label1);
  337. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  338. this.Margin = new System.Windows.Forms.Padding(4);
  339. this.Name = "Make_ReadWriteInfo";
  340. this.Tag = "Make!ImeiCheck";
  341. this.Load += new System.EventHandler(this.Make_LabelCheck_Load);
  342. this.SizeChanged += new System.EventHandler(this.Make_LabelCheck_SizeChanged);
  343. ((System.ComponentModel.ISupportInitialize)(this.CheckItemDGV)).EndInit();
  344. ((System.ComponentModel.ISupportInitialize)(this.FileWatcher)).EndInit();
  345. this.ResumeLayout(true);
  346. this.PerformLayout();
  347. }
  348. #endregion
  349. private System.Windows.Forms.Label pr_detail;
  350. private CustomControl.TextBoxWithIcon.SnCollectionBox sncode;
  351. private System.Windows.Forms.Label label10;
  352. private System.Windows.Forms.Label remain_qty;
  353. private System.Windows.Forms.Label mcd_okqty;
  354. private System.Windows.Forms.Label ma_prodcode;
  355. private System.Windows.Forms.Label ma_code;
  356. private System.Windows.Forms.Label label5;
  357. private System.Windows.Forms.Label label4;
  358. private System.Windows.Forms.Label label3;
  359. private System.Windows.Forms.Label label2;
  360. private System.Windows.Forms.Label label1;
  361. private CustomControl.TextBoxWithIcon.SourceStepCount StepCount;
  362. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  363. private System.Windows.Forms.DataGridView CheckItemDGV;
  364. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  365. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  366. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  367. private System.Windows.Forms.DataGridViewTextBoxColumn ms_item;
  368. private System.Windows.Forms.DataGridViewTextBoxColumn ms_info;
  369. private System.IO.FileSystemWatcher FileWatcher;
  370. private System.Windows.Forms.Label label6;
  371. private System.Windows.Forms.TextBox WatchPath;
  372. private System.Windows.Forms.Button Watch;
  373. private System.Windows.Forms.Button button1;
  374. }
  375. }