Make_FirstInspect.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223
  1. namespace UAS_MES_NEW.Make
  2. {
  3. partial class Make_FirstInspect
  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.label1 = new System.Windows.Forms.Label();
  29. this.txtPath = new System.Windows.Forms.TextBox();
  30. this.Choose = new System.Windows.Forms.Button();
  31. this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
  32. this.onWatch = new System.Windows.Forms.Button();
  33. this.claerBtn = new System.Windows.Forms.Button();
  34. this.allParse = new System.Windows.Forms.Button();
  35. this.lstOk = new System.Windows.Forms.ListBox();
  36. this.lstFiles = new System.Windows.Forms.ListBox();
  37. this.openFileDialog2 = new System.Windows.Forms.OpenFileDialog();
  38. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  39. this.generateRadio = new System.Windows.Forms.CheckBox();
  40. this.panel1 = new System.Windows.Forms.Panel();
  41. this.tableLayoutPanel1.SuspendLayout();
  42. this.panel1.SuspendLayout();
  43. this.SuspendLayout();
  44. //
  45. // label1
  46. //
  47. this.label1.AutoSize = true;
  48. this.label1.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  49. this.label1.Location = new System.Drawing.Point(31, 43);
  50. this.label1.Name = "label1";
  51. this.label1.Size = new System.Drawing.Size(123, 30);
  52. this.label1.TabIndex = 4;
  53. this.label1.Text = "文件夹路径";
  54. //
  55. // txtPath
  56. //
  57. this.txtPath.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  58. this.txtPath.Location = new System.Drawing.Point(149, 43);
  59. this.txtPath.Name = "txtPath";
  60. this.txtPath.Size = new System.Drawing.Size(387, 31);
  61. this.txtPath.TabIndex = 3;
  62. //
  63. // Choose
  64. //
  65. this.Choose.Cursor = System.Windows.Forms.Cursors.Hand;
  66. this.Choose.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  67. this.Choose.Location = new System.Drawing.Point(557, 39);
  68. this.Choose.Name = "Choose";
  69. this.Choose.Size = new System.Drawing.Size(100, 35);
  70. this.Choose.TabIndex = 4;
  71. this.Choose.Text = "选择";
  72. this.Choose.UseVisualStyleBackColor = true;
  73. this.Choose.Click += new System.EventHandler(this.Choose_Click);
  74. //
  75. // openFileDialog1
  76. //
  77. this.openFileDialog1.FileName = "openFileDialog1";
  78. this.openFileDialog1.RestoreDirectory = true;
  79. //
  80. // onWatch
  81. //
  82. this.onWatch.Cursor = System.Windows.Forms.Cursors.Hand;
  83. this.onWatch.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  84. this.onWatch.Location = new System.Drawing.Point(102, 173);
  85. this.onWatch.Name = "onWatch";
  86. this.onWatch.Size = new System.Drawing.Size(122, 38);
  87. this.onWatch.TabIndex = 8;
  88. this.onWatch.Text = "开启监控";
  89. this.onWatch.UseVisualStyleBackColor = true;
  90. this.onWatch.Click += new System.EventHandler(this.onWatch_Click);
  91. //
  92. // claerBtn
  93. //
  94. this.claerBtn.Cursor = System.Windows.Forms.Cursors.Hand;
  95. this.claerBtn.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  96. this.claerBtn.Location = new System.Drawing.Point(427, 172);
  97. this.claerBtn.Name = "claerBtn";
  98. this.claerBtn.Size = new System.Drawing.Size(122, 38);
  99. this.claerBtn.TabIndex = 7;
  100. this.claerBtn.Text = "清除";
  101. this.claerBtn.UseVisualStyleBackColor = true;
  102. this.claerBtn.Click += new System.EventHandler(this.claerBtn_Click);
  103. //
  104. // allParse
  105. //
  106. this.allParse.Cursor = System.Windows.Forms.Cursors.Hand;
  107. this.allParse.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  108. this.allParse.Location = new System.Drawing.Point(266, 173);
  109. this.allParse.Name = "allParse";
  110. this.allParse.Size = new System.Drawing.Size(122, 38);
  111. this.allParse.TabIndex = 5;
  112. this.allParse.Text = "手动解析";
  113. this.allParse.UseVisualStyleBackColor = true;
  114. this.allParse.Click += new System.EventHandler(this.allParse_Click);
  115. //
  116. // lstOk
  117. //
  118. this.lstOk.Dock = System.Windows.Forms.DockStyle.Fill;
  119. this.lstOk.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  120. this.lstOk.FormattingEnabled = true;
  121. this.lstOk.ItemHeight = 24;
  122. this.lstOk.Location = new System.Drawing.Point(3, 3);
  123. this.lstOk.Name = "lstOk";
  124. this.lstOk.Size = new System.Drawing.Size(1494, 249);
  125. this.lstOk.TabIndex = 1;
  126. //
  127. // lstFiles
  128. //
  129. this.lstFiles.Dock = System.Windows.Forms.DockStyle.Fill;
  130. this.lstFiles.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
  131. this.lstFiles.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  132. this.lstFiles.FormattingEnabled = true;
  133. this.lstFiles.ItemHeight = 22;
  134. this.lstFiles.Location = new System.Drawing.Point(3, 258);
  135. this.lstFiles.Name = "lstFiles";
  136. this.lstFiles.Size = new System.Drawing.Size(1494, 377);
  137. this.lstFiles.TabIndex = 0;
  138. this.lstFiles.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.lstFiles_DrawItem);
  139. //
  140. // openFileDialog2
  141. //
  142. this.openFileDialog2.FileName = "openFileDialog2";
  143. //
  144. // tableLayoutPanel1
  145. //
  146. this.tableLayoutPanel1.ColumnCount = 1;
  147. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  148. this.tableLayoutPanel1.Controls.Add(this.lstFiles, 0, 1);
  149. this.tableLayoutPanel1.Controls.Add(this.lstOk, 0, 0);
  150. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  151. this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 262);
  152. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  153. this.tableLayoutPanel1.RowCount = 2;
  154. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 40F));
  155. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 60F));
  156. this.tableLayoutPanel1.Size = new System.Drawing.Size(1500, 638);
  157. this.tableLayoutPanel1.TabIndex = 8;
  158. //
  159. // generateRadio
  160. //
  161. this.generateRadio.AutoSize = true;
  162. this.generateRadio.Cursor = System.Windows.Forms.Cursors.Hand;
  163. this.generateRadio.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  164. this.generateRadio.Location = new System.Drawing.Point(161, 97);
  165. this.generateRadio.Name = "generateRadio";
  166. this.generateRadio.Size = new System.Drawing.Size(227, 32);
  167. this.generateRadio.TabIndex = 11;
  168. this.generateRadio.Text = "是否生成首件任务单";
  169. this.generateRadio.UseVisualStyleBackColor = true;
  170. //
  171. // panel1
  172. //
  173. this.panel1.Controls.Add(this.txtPath);
  174. this.panel1.Controls.Add(this.generateRadio);
  175. this.panel1.Controls.Add(this.Choose);
  176. this.panel1.Controls.Add(this.allParse);
  177. this.panel1.Controls.Add(this.onWatch);
  178. this.panel1.Controls.Add(this.label1);
  179. this.panel1.Controls.Add(this.claerBtn);
  180. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  181. this.panel1.Location = new System.Drawing.Point(0, 0);
  182. this.panel1.Name = "panel1";
  183. this.panel1.Size = new System.Drawing.Size(1500, 262);
  184. this.panel1.TabIndex = 12;
  185. //
  186. // Make_FirstInspect
  187. //
  188. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  189. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  190. this.BackColor = System.Drawing.SystemColors.Control;
  191. this.ClientSize = new System.Drawing.Size(1500, 900);
  192. this.Controls.Add(this.tableLayoutPanel1);
  193. this.Controls.Add(this.panel1);
  194. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  195. this.Name = "Make_FirstInspect";
  196. this.Text = "Make_ParseLog";
  197. this.Load += new System.EventHandler(this.Make_ParseLog_Load);
  198. this.tableLayoutPanel1.ResumeLayout(false);
  199. this.panel1.ResumeLayout(false);
  200. this.panel1.PerformLayout();
  201. this.ResumeLayout(false);
  202. }
  203. #endregion
  204. private System.Windows.Forms.Label label1;
  205. private System.Windows.Forms.TextBox txtPath;
  206. private System.Windows.Forms.Button Choose;
  207. private System.Windows.Forms.OpenFileDialog openFileDialog1;
  208. private System.Windows.Forms.Button allParse;
  209. private System.Windows.Forms.OpenFileDialog openFileDialog2;
  210. private System.Windows.Forms.ListBox lstFiles;
  211. private System.Windows.Forms.Button claerBtn;
  212. private System.Windows.Forms.Button onWatch;
  213. private System.Windows.Forms.ListBox lstOk;
  214. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  215. private System.Windows.Forms.CheckBox generateRadio;
  216. private System.Windows.Forms.Panel panel1;
  217. }
  218. }