Make_ParseLog.Designer.cs 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294
  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.panel1 = new System.Windows.Forms.Panel();
  35. this.onWatch = new System.Windows.Forms.Button();
  36. this.claerBtn = new System.Windows.Forms.Button();
  37. this.LockMakeCode = new UAS_MES_NEW.CustomControl.CustomCheckBox.LockCheckBox();
  38. this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox();
  39. this.allParse = new System.Windows.Forms.Button();
  40. this.label3 = new System.Windows.Forms.Label();
  41. this.lstOk = new System.Windows.Forms.ListBox();
  42. this.lstFiles = new System.Windows.Forms.ListBox();
  43. this.openFileDialog2 = new System.Windows.Forms.OpenFileDialog();
  44. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  45. this.panel1.SuspendLayout();
  46. this.tableLayoutPanel1.SuspendLayout();
  47. this.SuspendLayout();
  48. //
  49. // Device
  50. //
  51. this.Device.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  52. this.Device.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  53. this.Device.FormattingEnabled = true;
  54. this.Device.Items.AddRange(new object[] {
  55. "AOI设备",
  56. "X-ray设备",
  57. "CCD设备"});
  58. this.Device.Location = new System.Drawing.Point(193, 88);
  59. this.Device.Name = "Device";
  60. this.Device.Size = new System.Drawing.Size(387, 39);
  61. this.Device.TabIndex = 2;
  62. this.Device.SelectedIndexChanged += new System.EventHandler(this.Device_SelectedIndexChanged);
  63. //
  64. // label1
  65. //
  66. this.label1.AutoSize = true;
  67. this.label1.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  68. this.label1.Location = new System.Drawing.Point(61, 92);
  69. this.label1.Name = "label1";
  70. this.label1.Size = new System.Drawing.Size(101, 30);
  71. this.label1.TabIndex = 0;
  72. this.label1.Text = "设备类型";
  73. //
  74. // label2
  75. //
  76. this.label2.AutoSize = true;
  77. this.label2.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  78. this.label2.Location = new System.Drawing.Point(61, 154);
  79. this.label2.Name = "label2";
  80. this.label2.Size = new System.Drawing.Size(123, 30);
  81. this.label2.TabIndex = 4;
  82. this.label2.Text = "文件夹路径";
  83. //
  84. // txtPath
  85. //
  86. this.txtPath.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  87. this.txtPath.Location = new System.Drawing.Point(193, 154);
  88. this.txtPath.Name = "txtPath";
  89. this.txtPath.Size = new System.Drawing.Size(387, 35);
  90. this.txtPath.TabIndex = 3;
  91. //
  92. // Choose
  93. //
  94. this.Choose.Cursor = System.Windows.Forms.Cursors.Hand;
  95. this.Choose.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  96. this.Choose.Location = new System.Drawing.Point(601, 155);
  97. this.Choose.Name = "Choose";
  98. this.Choose.Size = new System.Drawing.Size(122, 38);
  99. this.Choose.TabIndex = 4;
  100. this.Choose.Text = "选择";
  101. this.Choose.UseVisualStyleBackColor = true;
  102. this.Choose.Click += new System.EventHandler(this.Choose_Click);
  103. //
  104. // openFileDialog1
  105. //
  106. this.openFileDialog1.FileName = "openFileDialog1";
  107. this.openFileDialog1.RestoreDirectory = true;
  108. //
  109. // panel1
  110. //
  111. this.panel1.BackColor = System.Drawing.SystemColors.Control;
  112. this.panel1.Controls.Add(this.onWatch);
  113. this.panel1.Controls.Add(this.claerBtn);
  114. this.panel1.Controls.Add(this.LockMakeCode);
  115. this.panel1.Controls.Add(this.ma_code);
  116. this.panel1.Controls.Add(this.allParse);
  117. this.panel1.Controls.Add(this.label3);
  118. this.panel1.Controls.Add(this.Device);
  119. this.panel1.Controls.Add(this.label1);
  120. this.panel1.Controls.Add(this.Choose);
  121. this.panel1.Controls.Add(this.label2);
  122. this.panel1.Controls.Add(this.txtPath);
  123. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  124. this.panel1.Location = new System.Drawing.Point(0, 0);
  125. this.panel1.Name = "panel1";
  126. this.panel1.Size = new System.Drawing.Size(1304, 296);
  127. this.panel1.TabIndex = 7;
  128. //
  129. // onWatch
  130. //
  131. this.onWatch.Cursor = System.Windows.Forms.Cursors.Hand;
  132. this.onWatch.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  133. this.onWatch.Location = new System.Drawing.Point(66, 232);
  134. this.onWatch.Name = "onWatch";
  135. this.onWatch.Size = new System.Drawing.Size(122, 38);
  136. this.onWatch.TabIndex = 8;
  137. this.onWatch.Text = "开启解析";
  138. this.onWatch.UseVisualStyleBackColor = true;
  139. this.onWatch.Click += new System.EventHandler(this.onWatch_Click);
  140. //
  141. // claerBtn
  142. //
  143. this.claerBtn.Cursor = System.Windows.Forms.Cursors.Hand;
  144. this.claerBtn.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  145. this.claerBtn.Location = new System.Drawing.Point(391, 231);
  146. this.claerBtn.Name = "claerBtn";
  147. this.claerBtn.Size = new System.Drawing.Size(122, 38);
  148. this.claerBtn.TabIndex = 7;
  149. this.claerBtn.Text = "清除";
  150. this.claerBtn.UseVisualStyleBackColor = true;
  151. this.claerBtn.Click += new System.EventHandler(this.claerBtn_Click);
  152. //
  153. // LockMakeCode
  154. //
  155. this.LockMakeCode.AutoSize = true;
  156. this.LockMakeCode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  157. this.LockMakeCode.LeaveEvent = false;
  158. this.LockMakeCode.Location = new System.Drawing.Point(523, 30);
  159. this.LockMakeCode.Margin = new System.Windows.Forms.Padding(4);
  160. this.LockMakeCode.Name = "LockMakeCode";
  161. this.LockMakeCode.Size = new System.Drawing.Size(72, 28);
  162. this.LockMakeCode.TabIndex = 1;
  163. this.LockMakeCode.Text = "锁定";
  164. this.LockMakeCode.UseVisualStyleBackColor = true;
  165. //
  166. // ma_code
  167. //
  168. this.ma_code.AllPower = null;
  169. this.ma_code.BackColor = System.Drawing.SystemColors.Control;
  170. this.ma_code.Caller = null;
  171. this.ma_code.Condition = null;
  172. this.ma_code.DBTitle = null;
  173. this.ma_code.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  174. this.ma_code.FormName = null;
  175. this.ma_code.Location = new System.Drawing.Point(193, 25);
  176. this.ma_code.Margin = new System.Windows.Forms.Padding(4);
  177. this.ma_code.Name = "ma_code";
  178. this.ma_code.Power = null;
  179. this.ma_code.ReturnData = null;
  180. this.ma_code.SelectField = null;
  181. this.ma_code.SetValueField = null;
  182. this.ma_code.Size = new System.Drawing.Size(320, 42);
  183. this.ma_code.TabIndex = 0;
  184. this.ma_code.TableName = null;
  185. this.ma_code.TextBoxEnable = true;
  186. //
  187. // allParse
  188. //
  189. this.allParse.Cursor = System.Windows.Forms.Cursors.Hand;
  190. this.allParse.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  191. this.allParse.Location = new System.Drawing.Point(230, 232);
  192. this.allParse.Name = "allParse";
  193. this.allParse.Size = new System.Drawing.Size(122, 38);
  194. this.allParse.TabIndex = 5;
  195. this.allParse.Text = "批量解析";
  196. this.allParse.UseVisualStyleBackColor = true;
  197. this.allParse.Click += new System.EventHandler(this.allParse_Click);
  198. //
  199. // label3
  200. //
  201. this.label3.AutoSize = true;
  202. this.label3.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  203. this.label3.Location = new System.Drawing.Point(61, 26);
  204. this.label3.Name = "label3";
  205. this.label3.Size = new System.Drawing.Size(101, 30);
  206. this.label3.TabIndex = 6;
  207. this.label3.Text = "归属工单";
  208. //
  209. // lstOk
  210. //
  211. this.lstOk.Dock = System.Windows.Forms.DockStyle.Fill;
  212. this.lstOk.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  213. this.lstOk.FormattingEnabled = true;
  214. this.lstOk.ItemHeight = 28;
  215. this.lstOk.Location = new System.Drawing.Point(3, 3);
  216. this.lstOk.Name = "lstOk";
  217. this.lstOk.Size = new System.Drawing.Size(1298, 206);
  218. this.lstOk.TabIndex = 1;
  219. //
  220. // lstFiles
  221. //
  222. this.lstFiles.Dock = System.Windows.Forms.DockStyle.Fill;
  223. this.lstFiles.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
  224. this.lstFiles.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  225. this.lstFiles.FormattingEnabled = true;
  226. this.lstFiles.ItemHeight = 22;
  227. this.lstFiles.Location = new System.Drawing.Point(3, 215);
  228. this.lstFiles.Name = "lstFiles";
  229. this.lstFiles.Size = new System.Drawing.Size(1298, 312);
  230. this.lstFiles.TabIndex = 0;
  231. this.lstFiles.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.lstFiles_DrawItem);
  232. //
  233. // openFileDialog2
  234. //
  235. this.openFileDialog2.FileName = "openFileDialog2";
  236. //
  237. // tableLayoutPanel1
  238. //
  239. this.tableLayoutPanel1.ColumnCount = 1;
  240. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  241. this.tableLayoutPanel1.Controls.Add(this.lstOk, 0, 0);
  242. this.tableLayoutPanel1.Controls.Add(this.lstFiles, 0, 1);
  243. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  244. this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 296);
  245. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  246. this.tableLayoutPanel1.RowCount = 2;
  247. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 40F));
  248. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 60F));
  249. this.tableLayoutPanel1.Size = new System.Drawing.Size(1304, 530);
  250. this.tableLayoutPanel1.TabIndex = 8;
  251. //
  252. // Make_ParseLog
  253. //
  254. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  255. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  256. this.BackColor = System.Drawing.SystemColors.Window;
  257. this.ClientSize = new System.Drawing.Size(1304, 826);
  258. this.Controls.Add(this.tableLayoutPanel1);
  259. this.Controls.Add(this.panel1);
  260. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  261. this.Name = "Make_ParseLog";
  262. this.Text = "Make_ParseLog";
  263. this.Load += new System.EventHandler(this.Make_ParseLog_Load);
  264. this.panel1.ResumeLayout(false);
  265. this.panel1.PerformLayout();
  266. this.tableLayoutPanel1.ResumeLayout(false);
  267. this.ResumeLayout(false);
  268. }
  269. #endregion
  270. private System.Windows.Forms.ComboBox Device;
  271. private System.Windows.Forms.Label label1;
  272. private System.Windows.Forms.Label label2;
  273. private System.Windows.Forms.TextBox txtPath;
  274. private System.Windows.Forms.Button Choose;
  275. private System.Windows.Forms.OpenFileDialog openFileDialog1;
  276. private System.Windows.Forms.Panel panel1;
  277. private System.Windows.Forms.Label label3;
  278. private System.Windows.Forms.Button allParse;
  279. private CustomControl.TextBoxWithIcon.MaCodeSearchTextBox ma_code;
  280. private CustomControl.CustomCheckBox.LockCheckBox LockMakeCode;
  281. private System.Windows.Forms.OpenFileDialog openFileDialog2;
  282. private System.Windows.Forms.ListBox lstFiles;
  283. private System.Windows.Forms.Button claerBtn;
  284. private System.Windows.Forms.Button onWatch;
  285. private System.Windows.Forms.ListBox lstOk;
  286. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  287. }
  288. }