Make_ParseLog.Designer.cs 13 KB

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