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. "CCD相机"});
  57. this.Device.Location = new System.Drawing.Point(193, 88);
  58. this.Device.Name = "Device";
  59. this.Device.Size = new System.Drawing.Size(387, 39);
  60. this.Device.TabIndex = 2;
  61. this.Device.SelectedIndexChanged += new System.EventHandler(this.Device_SelectedIndexChanged);
  62. //
  63. // label1
  64. //
  65. this.label1.AutoSize = true;
  66. this.label1.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  67. this.label1.Location = new System.Drawing.Point(61, 92);
  68. this.label1.Name = "label1";
  69. this.label1.Size = new System.Drawing.Size(101, 30);
  70. this.label1.TabIndex = 0;
  71. this.label1.Text = "设备类型";
  72. //
  73. // label2
  74. //
  75. this.label2.AutoSize = true;
  76. this.label2.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  77. this.label2.Location = new System.Drawing.Point(61, 154);
  78. this.label2.Name = "label2";
  79. this.label2.Size = new System.Drawing.Size(123, 30);
  80. this.label2.TabIndex = 4;
  81. this.label2.Text = "文件夹路径";
  82. //
  83. // txtPath
  84. //
  85. this.txtPath.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  86. this.txtPath.Location = new System.Drawing.Point(193, 154);
  87. this.txtPath.Name = "txtPath";
  88. this.txtPath.Size = new System.Drawing.Size(387, 35);
  89. this.txtPath.TabIndex = 3;
  90. //
  91. // Choose
  92. //
  93. this.Choose.Cursor = System.Windows.Forms.Cursors.Hand;
  94. this.Choose.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  95. this.Choose.Location = new System.Drawing.Point(601, 155);
  96. this.Choose.Name = "Choose";
  97. this.Choose.Size = new System.Drawing.Size(122, 38);
  98. this.Choose.TabIndex = 4;
  99. this.Choose.Text = "选择";
  100. this.Choose.UseVisualStyleBackColor = true;
  101. this.Choose.Click += new System.EventHandler(this.Choose_Click);
  102. //
  103. // openFileDialog1
  104. //
  105. this.openFileDialog1.FileName = "openFileDialog1";
  106. this.openFileDialog1.RestoreDirectory = true;
  107. //
  108. // panel1
  109. //
  110. this.panel1.BackColor = System.Drawing.SystemColors.Control;
  111. this.panel1.Controls.Add(this.onWatch);
  112. this.panel1.Controls.Add(this.claerBtn);
  113. this.panel1.Controls.Add(this.LockMakeCode);
  114. this.panel1.Controls.Add(this.ma_code);
  115. this.panel1.Controls.Add(this.allParse);
  116. this.panel1.Controls.Add(this.label3);
  117. this.panel1.Controls.Add(this.Device);
  118. this.panel1.Controls.Add(this.label1);
  119. this.panel1.Controls.Add(this.Choose);
  120. this.panel1.Controls.Add(this.label2);
  121. this.panel1.Controls.Add(this.txtPath);
  122. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  123. this.panel1.Location = new System.Drawing.Point(0, 0);
  124. this.panel1.Name = "panel1";
  125. this.panel1.Size = new System.Drawing.Size(1304, 296);
  126. this.panel1.TabIndex = 7;
  127. //
  128. // onWatch
  129. //
  130. this.onWatch.Cursor = System.Windows.Forms.Cursors.Hand;
  131. this.onWatch.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  132. this.onWatch.Location = new System.Drawing.Point(66, 232);
  133. this.onWatch.Name = "onWatch";
  134. this.onWatch.Size = new System.Drawing.Size(122, 38);
  135. this.onWatch.TabIndex = 8;
  136. this.onWatch.Text = "开启解析";
  137. this.onWatch.UseVisualStyleBackColor = true;
  138. this.onWatch.Click += new System.EventHandler(this.onWatch_Click);
  139. //
  140. // claerBtn
  141. //
  142. this.claerBtn.Cursor = System.Windows.Forms.Cursors.Hand;
  143. this.claerBtn.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  144. this.claerBtn.Location = new System.Drawing.Point(391, 231);
  145. this.claerBtn.Name = "claerBtn";
  146. this.claerBtn.Size = new System.Drawing.Size(122, 38);
  147. this.claerBtn.TabIndex = 7;
  148. this.claerBtn.Text = "清除";
  149. this.claerBtn.UseVisualStyleBackColor = true;
  150. this.claerBtn.Click += new System.EventHandler(this.claerBtn_Click);
  151. //
  152. // LockMakeCode
  153. //
  154. this.LockMakeCode.AutoSize = true;
  155. this.LockMakeCode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  156. this.LockMakeCode.LeaveEvent = false;
  157. this.LockMakeCode.Location = new System.Drawing.Point(523, 30);
  158. this.LockMakeCode.Margin = new System.Windows.Forms.Padding(4);
  159. this.LockMakeCode.Name = "LockMakeCode";
  160. this.LockMakeCode.Size = new System.Drawing.Size(72, 28);
  161. this.LockMakeCode.TabIndex = 1;
  162. this.LockMakeCode.Text = "锁定";
  163. this.LockMakeCode.UseVisualStyleBackColor = true;
  164. //
  165. // ma_code
  166. //
  167. this.ma_code.AllPower = null;
  168. this.ma_code.BackColor = System.Drawing.SystemColors.Control;
  169. this.ma_code.Caller = null;
  170. this.ma_code.Condition = null;
  171. this.ma_code.DBTitle = null;
  172. this.ma_code.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  173. this.ma_code.FormName = null;
  174. this.ma_code.Location = new System.Drawing.Point(193, 25);
  175. this.ma_code.Margin = new System.Windows.Forms.Padding(4);
  176. this.ma_code.Name = "ma_code";
  177. this.ma_code.Power = null;
  178. this.ma_code.ReturnData = null;
  179. this.ma_code.SelectField = null;
  180. this.ma_code.SetValueField = null;
  181. this.ma_code.Size = new System.Drawing.Size(320, 42);
  182. this.ma_code.TabIndex = 0;
  183. this.ma_code.TableName = null;
  184. this.ma_code.TextBoxEnable = true;
  185. //
  186. // allParse
  187. //
  188. this.allParse.Cursor = System.Windows.Forms.Cursors.Hand;
  189. this.allParse.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  190. this.allParse.Location = new System.Drawing.Point(230, 232);
  191. this.allParse.Name = "allParse";
  192. this.allParse.Size = new System.Drawing.Size(122, 38);
  193. this.allParse.TabIndex = 5;
  194. this.allParse.Text = "批量解析";
  195. this.allParse.UseVisualStyleBackColor = true;
  196. this.allParse.Click += new System.EventHandler(this.allParse_Click);
  197. //
  198. // label3
  199. //
  200. this.label3.AutoSize = true;
  201. this.label3.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  202. this.label3.Location = new System.Drawing.Point(61, 26);
  203. this.label3.Name = "label3";
  204. this.label3.Size = new System.Drawing.Size(101, 30);
  205. this.label3.TabIndex = 6;
  206. this.label3.Text = "归属工单";
  207. //
  208. // lstOk
  209. //
  210. this.lstOk.Dock = System.Windows.Forms.DockStyle.Fill;
  211. this.lstOk.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
  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 = 22;
  215. this.lstOk.Location = new System.Drawing.Point(655, 3);
  216. this.lstOk.Name = "lstOk";
  217. this.lstOk.Size = new System.Drawing.Size(646, 524);
  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, 3);
  228. this.lstFiles.Name = "lstFiles";
  229. this.lstFiles.Size = new System.Drawing.Size(646, 524);
  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 = 2;
  240. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  241. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  242. this.tableLayoutPanel1.Controls.Add(this.lstOk, 1, 0);
  243. this.tableLayoutPanel1.Controls.Add(this.lstFiles, 0, 0);
  244. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  245. this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 296);
  246. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  247. this.tableLayoutPanel1.RowCount = 1;
  248. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
  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. }