Make_ParseLog.Designer.cs 14 KB

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