Make_ParseLog.Designer.cs 15 KB

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