Make_ParseLog.Designer.cs 15 KB

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