Make_ParseLog.Designer.cs 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341
  1. namespace UAS_MES_NEW.Make
  2. {
  3. partial class Make_ParseLog
  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.Device = new System.Windows.Forms.ComboBox();
  29. this.label1 = new System.Windows.Forms.Label();
  30. this.label2 = new System.Windows.Forms.Label();
  31. this.txtPath = new System.Windows.Forms.TextBox();
  32. this.Choose = new System.Windows.Forms.Button();
  33. this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
  34. this.logList = new System.Windows.Forms.ListView();
  35. this.sn = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  36. this.time = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  37. this.fileName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  38. this.panel1 = new System.Windows.Forms.Panel();
  39. this.claerBtn = new System.Windows.Forms.Button();
  40. this.LockMakeCode = new UAS_MES_NEW.CustomControl.CustomCheckBox.LockCheckBox();
  41. this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox();
  42. this.allParse = new System.Windows.Forms.Button();
  43. this.label3 = new System.Windows.Forms.Label();
  44. this.panel2 = new System.Windows.Forms.Panel();
  45. this.lstFiles = new System.Windows.Forms.ListBox();
  46. this.openFileDialog2 = new System.Windows.Forms.OpenFileDialog();
  47. this.panel3 = new System.Windows.Forms.Panel();
  48. this.panel4 = new System.Windows.Forms.Panel();
  49. this.onWatch = new System.Windows.Forms.Button();
  50. this.panel1.SuspendLayout();
  51. this.panel2.SuspendLayout();
  52. this.panel3.SuspendLayout();
  53. this.panel4.SuspendLayout();
  54. this.SuspendLayout();
  55. //
  56. // Device
  57. //
  58. this.Device.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  59. this.Device.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  60. this.Device.FormattingEnabled = true;
  61. this.Device.Items.AddRange(new object[] {
  62. "劲拓SPI设备",
  63. "思泰克SPI设备",
  64. "AOI设备",
  65. "GKG印刷机",
  66. "贴片机",
  67. "JUKI贴片机"});
  68. this.Device.Location = new System.Drawing.Point(193, 88);
  69. this.Device.Name = "Device";
  70. this.Device.Size = new System.Drawing.Size(328, 32);
  71. this.Device.TabIndex = 2;
  72. this.Device.SelectedIndexChanged += new System.EventHandler(this.Device_SelectedIndexChanged);
  73. //
  74. // label1
  75. //
  76. this.label1.AutoSize = true;
  77. this.label1.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  78. this.label1.Location = new System.Drawing.Point(61, 86);
  79. this.label1.Name = "label1";
  80. this.label1.Size = new System.Drawing.Size(101, 30);
  81. this.label1.TabIndex = 0;
  82. this.label1.Text = "设备选择";
  83. //
  84. // label2
  85. //
  86. this.label2.AutoSize = true;
  87. this.label2.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  88. this.label2.Location = new System.Drawing.Point(61, 159);
  89. this.label2.Name = "label2";
  90. this.label2.Size = new System.Drawing.Size(123, 30);
  91. this.label2.TabIndex = 4;
  92. this.label2.Text = "文件夹选择";
  93. //
  94. // txtPath
  95. //
  96. this.txtPath.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  97. this.txtPath.Location = new System.Drawing.Point(193, 154);
  98. this.txtPath.Name = "txtPath";
  99. this.txtPath.Size = new System.Drawing.Size(474, 39);
  100. this.txtPath.TabIndex = 3;
  101. //
  102. // Choose
  103. //
  104. this.Choose.Cursor = System.Windows.Forms.Cursors.Hand;
  105. this.Choose.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  106. this.Choose.Location = new System.Drawing.Point(693, 152);
  107. this.Choose.Name = "Choose";
  108. this.Choose.Size = new System.Drawing.Size(122, 38);
  109. this.Choose.TabIndex = 4;
  110. this.Choose.Text = "选择";
  111. this.Choose.UseVisualStyleBackColor = true;
  112. this.Choose.Click += new System.EventHandler(this.Choose_Click);
  113. //
  114. // openFileDialog1
  115. //
  116. this.openFileDialog1.FileName = "openFileDialog1";
  117. this.openFileDialog1.RestoreDirectory = true;
  118. //
  119. // logList
  120. //
  121. this.logList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  122. this.sn,
  123. this.time,
  124. this.fileName});
  125. this.logList.Dock = System.Windows.Forms.DockStyle.Fill;
  126. this.logList.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  127. this.logList.HideSelection = false;
  128. this.logList.Location = new System.Drawing.Point(0, 0);
  129. this.logList.Name = "logList";
  130. this.logList.Size = new System.Drawing.Size(326, 530);
  131. this.logList.TabIndex = 6;
  132. this.logList.UseCompatibleStateImageBehavior = false;
  133. this.logList.View = System.Windows.Forms.View.Details;
  134. this.logList.Visible = false;
  135. //
  136. // sn
  137. //
  138. this.sn.Text = "序号";
  139. this.sn.Width = 55;
  140. //
  141. // time
  142. //
  143. this.time.Text = "时间";
  144. this.time.Width = 220;
  145. //
  146. // fileName
  147. //
  148. this.fileName.Text = "文件名称";
  149. this.fileName.Width = 380;
  150. //
  151. // panel1
  152. //
  153. this.panel1.BackColor = System.Drawing.SystemColors.Control;
  154. this.panel1.Controls.Add(this.onWatch);
  155. this.panel1.Controls.Add(this.claerBtn);
  156. this.panel1.Controls.Add(this.LockMakeCode);
  157. this.panel1.Controls.Add(this.ma_code);
  158. this.panel1.Controls.Add(this.allParse);
  159. this.panel1.Controls.Add(this.label3);
  160. this.panel1.Controls.Add(this.Device);
  161. this.panel1.Controls.Add(this.label1);
  162. this.panel1.Controls.Add(this.Choose);
  163. this.panel1.Controls.Add(this.label2);
  164. this.panel1.Controls.Add(this.txtPath);
  165. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  166. this.panel1.Location = new System.Drawing.Point(0, 0);
  167. this.panel1.Name = "panel1";
  168. this.panel1.Size = new System.Drawing.Size(1304, 296);
  169. this.panel1.TabIndex = 7;
  170. //
  171. // claerBtn
  172. //
  173. this.claerBtn.Cursor = System.Windows.Forms.Cursors.Hand;
  174. this.claerBtn.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  175. this.claerBtn.Location = new System.Drawing.Point(391, 231);
  176. this.claerBtn.Name = "claerBtn";
  177. this.claerBtn.Size = new System.Drawing.Size(122, 38);
  178. this.claerBtn.TabIndex = 7;
  179. this.claerBtn.Text = "清除";
  180. this.claerBtn.UseVisualStyleBackColor = true;
  181. this.claerBtn.Click += new System.EventHandler(this.claerBtn_Click);
  182. //
  183. // LockMakeCode
  184. //
  185. this.LockMakeCode.AutoSize = true;
  186. this.LockMakeCode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  187. this.LockMakeCode.LeaveEvent = false;
  188. this.LockMakeCode.Location = new System.Drawing.Point(520, 25);
  189. this.LockMakeCode.Margin = new System.Windows.Forms.Padding(4);
  190. this.LockMakeCode.Name = "LockMakeCode";
  191. this.LockMakeCode.Size = new System.Drawing.Size(72, 28);
  192. this.LockMakeCode.TabIndex = 1;
  193. this.LockMakeCode.Text = "锁定";
  194. this.LockMakeCode.UseVisualStyleBackColor = true;
  195. //
  196. // ma_code
  197. //
  198. this.ma_code.AllPower = null;
  199. this.ma_code.BackColor = System.Drawing.SystemColors.Control;
  200. this.ma_code.Caller = null;
  201. this.ma_code.Condition = null;
  202. this.ma_code.DBTitle = null;
  203. this.ma_code.FormName = null;
  204. this.ma_code.Location = new System.Drawing.Point(193, 25);
  205. this.ma_code.Margin = new System.Windows.Forms.Padding(4);
  206. this.ma_code.Name = "ma_code";
  207. this.ma_code.Power = null;
  208. this.ma_code.ReturnData = null;
  209. this.ma_code.SelectField = null;
  210. this.ma_code.SetValueField = null;
  211. this.ma_code.Size = new System.Drawing.Size(224, 32);
  212. this.ma_code.TabIndex = 0;
  213. this.ma_code.TableName = null;
  214. this.ma_code.TextBoxEnable = true;
  215. //
  216. // allParse
  217. //
  218. this.allParse.Cursor = System.Windows.Forms.Cursors.Hand;
  219. this.allParse.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  220. this.allParse.Location = new System.Drawing.Point(230, 232);
  221. this.allParse.Name = "allParse";
  222. this.allParse.Size = new System.Drawing.Size(122, 38);
  223. this.allParse.TabIndex = 5;
  224. this.allParse.Text = "批量解析";
  225. this.allParse.UseVisualStyleBackColor = true;
  226. this.allParse.Click += new System.EventHandler(this.allParse_Click);
  227. //
  228. // label3
  229. //
  230. this.label3.AutoSize = true;
  231. this.label3.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  232. this.label3.Location = new System.Drawing.Point(61, 23);
  233. this.label3.Name = "label3";
  234. this.label3.Size = new System.Drawing.Size(57, 30);
  235. this.label3.TabIndex = 6;
  236. this.label3.Text = "工单";
  237. //
  238. // panel2
  239. //
  240. this.panel2.Controls.Add(this.panel4);
  241. this.panel2.Controls.Add(this.panel3);
  242. this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
  243. this.panel2.Location = new System.Drawing.Point(0, 296);
  244. this.panel2.Name = "panel2";
  245. this.panel2.Size = new System.Drawing.Size(1304, 530);
  246. this.panel2.TabIndex = 8;
  247. //
  248. // lstFiles
  249. //
  250. this.lstFiles.Dock = System.Windows.Forms.DockStyle.Fill;
  251. this.lstFiles.FormattingEnabled = true;
  252. this.lstFiles.ItemHeight = 18;
  253. this.lstFiles.Location = new System.Drawing.Point(0, 0);
  254. this.lstFiles.Name = "lstFiles";
  255. this.lstFiles.Size = new System.Drawing.Size(978, 530);
  256. this.lstFiles.TabIndex = 0;
  257. //
  258. // openFileDialog2
  259. //
  260. this.openFileDialog2.FileName = "openFileDialog2";
  261. //
  262. // panel3
  263. //
  264. this.panel3.Controls.Add(this.logList);
  265. this.panel3.Dock = System.Windows.Forms.DockStyle.Right;
  266. this.panel3.Location = new System.Drawing.Point(978, 0);
  267. this.panel3.Name = "panel3";
  268. this.panel3.Size = new System.Drawing.Size(326, 530);
  269. this.panel3.TabIndex = 1;
  270. //
  271. // panel4
  272. //
  273. this.panel4.Controls.Add(this.lstFiles);
  274. this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
  275. this.panel4.Location = new System.Drawing.Point(0, 0);
  276. this.panel4.Name = "panel4";
  277. this.panel4.Size = new System.Drawing.Size(978, 530);
  278. this.panel4.TabIndex = 2;
  279. //
  280. // onWatch
  281. //
  282. this.onWatch.Cursor = System.Windows.Forms.Cursors.Hand;
  283. this.onWatch.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  284. this.onWatch.Location = new System.Drawing.Point(66, 232);
  285. this.onWatch.Name = "onWatch";
  286. this.onWatch.Size = new System.Drawing.Size(122, 38);
  287. this.onWatch.TabIndex = 8;
  288. this.onWatch.Text = "开启解析";
  289. this.onWatch.UseVisualStyleBackColor = true;
  290. this.onWatch.Click += new System.EventHandler(this.onWatch_Click);
  291. //
  292. // Make_ParseLog
  293. //
  294. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  295. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  296. this.BackColor = System.Drawing.SystemColors.Window;
  297. this.ClientSize = new System.Drawing.Size(1304, 826);
  298. this.Controls.Add(this.panel2);
  299. this.Controls.Add(this.panel1);
  300. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  301. this.Name = "Make_ParseLog";
  302. this.Text = "Make_ParseLog";
  303. this.Load += new System.EventHandler(this.Make_ParseLog_Load);
  304. this.panel1.ResumeLayout(false);
  305. this.panel1.PerformLayout();
  306. this.panel2.ResumeLayout(false);
  307. this.panel3.ResumeLayout(false);
  308. this.panel4.ResumeLayout(false);
  309. this.ResumeLayout(false);
  310. }
  311. #endregion
  312. private System.Windows.Forms.ComboBox Device;
  313. private System.Windows.Forms.Label label1;
  314. private System.Windows.Forms.Label label2;
  315. private System.Windows.Forms.TextBox txtPath;
  316. private System.Windows.Forms.Button Choose;
  317. private System.Windows.Forms.OpenFileDialog openFileDialog1;
  318. private System.Windows.Forms.ListView logList;
  319. private System.Windows.Forms.Panel panel1;
  320. private System.Windows.Forms.Panel panel2;
  321. private System.Windows.Forms.ColumnHeader time;
  322. private System.Windows.Forms.ColumnHeader fileName;
  323. private System.Windows.Forms.ColumnHeader sn;
  324. private System.Windows.Forms.Label label3;
  325. private System.Windows.Forms.Button allParse;
  326. private CustomControl.TextBoxWithIcon.MaCodeSearchTextBox ma_code;
  327. private CustomControl.CustomCheckBox.LockCheckBox LockMakeCode;
  328. private System.Windows.Forms.OpenFileDialog openFileDialog2;
  329. private System.Windows.Forms.ListBox lstFiles;
  330. private System.Windows.Forms.Button claerBtn;
  331. private System.Windows.Forms.Panel panel4;
  332. private System.Windows.Forms.Panel panel3;
  333. private System.Windows.Forms.Button onWatch;
  334. }
  335. }