Make_ParseLog.Designer.cs 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207
  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.panel2 = new System.Windows.Forms.Panel();
  40. this.panel3 = new System.Windows.Forms.Panel();
  41. this.panel1.SuspendLayout();
  42. this.panel2.SuspendLayout();
  43. this.panel3.SuspendLayout();
  44. this.SuspendLayout();
  45. //
  46. // Device
  47. //
  48. this.Device.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  49. this.Device.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  50. this.Device.FormattingEnabled = true;
  51. this.Device.Items.AddRange(new object[] {
  52. "SPI设备",
  53. "AOI设备",
  54. "印刷机"});
  55. this.Device.Location = new System.Drawing.Point(192, 59);
  56. this.Device.Name = "Device";
  57. this.Device.Size = new System.Drawing.Size(328, 32);
  58. this.Device.TabIndex = 1;
  59. this.Device.SelectedIndexChanged += new System.EventHandler(this.Device_SelectedIndexChanged);
  60. //
  61. // label1
  62. //
  63. this.label1.AutoSize = true;
  64. this.label1.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  65. this.label1.Location = new System.Drawing.Point(60, 57);
  66. this.label1.Name = "label1";
  67. this.label1.Size = new System.Drawing.Size(101, 30);
  68. this.label1.TabIndex = 0;
  69. this.label1.Text = "设备选择";
  70. //
  71. // label2
  72. //
  73. this.label2.AutoSize = true;
  74. this.label2.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  75. this.label2.Location = new System.Drawing.Point(60, 137);
  76. this.label2.Name = "label2";
  77. this.label2.Size = new System.Drawing.Size(101, 30);
  78. this.label2.TabIndex = 4;
  79. this.label2.Text = "路径选择";
  80. //
  81. // txtPath
  82. //
  83. this.txtPath.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  84. this.txtPath.Location = new System.Drawing.Point(192, 132);
  85. this.txtPath.Name = "txtPath";
  86. this.txtPath.Size = new System.Drawing.Size(474, 39);
  87. this.txtPath.TabIndex = 2;
  88. //
  89. // Choose
  90. //
  91. this.Choose.Cursor = System.Windows.Forms.Cursors.Hand;
  92. this.Choose.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  93. this.Choose.Location = new System.Drawing.Point(692, 130);
  94. this.Choose.Name = "Choose";
  95. this.Choose.Size = new System.Drawing.Size(122, 38);
  96. this.Choose.TabIndex = 5;
  97. this.Choose.Text = "选择";
  98. this.Choose.UseVisualStyleBackColor = true;
  99. this.Choose.Click += new System.EventHandler(this.Choose_Click);
  100. //
  101. // openFileDialog1
  102. //
  103. this.openFileDialog1.FileName = "openFileDialog1";
  104. this.openFileDialog1.RestoreDirectory = true;
  105. //
  106. // logList
  107. //
  108. this.logList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  109. this.sn,
  110. this.time,
  111. this.fileName});
  112. this.logList.Dock = System.Windows.Forms.DockStyle.Fill;
  113. this.logList.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  114. this.logList.HideSelection = false;
  115. this.logList.Location = new System.Drawing.Point(0, 0);
  116. this.logList.Name = "logList";
  117. this.logList.Size = new System.Drawing.Size(814, 492);
  118. this.logList.TabIndex = 6;
  119. this.logList.UseCompatibleStateImageBehavior = false;
  120. this.logList.View = System.Windows.Forms.View.Details;
  121. //
  122. // sn
  123. //
  124. this.sn.Text = "序号";
  125. this.sn.Width = 55;
  126. //
  127. // time
  128. //
  129. this.time.Text = "时间";
  130. this.time.Width = 220;
  131. //
  132. // fileName
  133. //
  134. this.fileName.Text = "文件名称";
  135. this.fileName.Width = 380;
  136. //
  137. // panel1
  138. //
  139. this.panel1.Controls.Add(this.Device);
  140. this.panel1.Controls.Add(this.label1);
  141. this.panel1.Controls.Add(this.Choose);
  142. this.panel1.Controls.Add(this.label2);
  143. this.panel1.Controls.Add(this.txtPath);
  144. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  145. this.panel1.Location = new System.Drawing.Point(0, 0);
  146. this.panel1.Name = "panel1";
  147. this.panel1.Size = new System.Drawing.Size(1304, 334);
  148. this.panel1.TabIndex = 7;
  149. //
  150. // panel2
  151. //
  152. this.panel2.Controls.Add(this.panel3);
  153. this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
  154. this.panel2.Location = new System.Drawing.Point(0, 334);
  155. this.panel2.Name = "panel2";
  156. this.panel2.Size = new System.Drawing.Size(1304, 492);
  157. this.panel2.TabIndex = 8;
  158. //
  159. // panel3
  160. //
  161. this.panel3.Controls.Add(this.logList);
  162. this.panel3.Dock = System.Windows.Forms.DockStyle.Left;
  163. this.panel3.Location = new System.Drawing.Point(0, 0);
  164. this.panel3.Name = "panel3";
  165. this.panel3.Size = new System.Drawing.Size(814, 492);
  166. this.panel3.TabIndex = 7;
  167. //
  168. // Make_ParseLog
  169. //
  170. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  171. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  172. this.BackColor = System.Drawing.SystemColors.Window;
  173. this.ClientSize = new System.Drawing.Size(1304, 826);
  174. this.Controls.Add(this.panel2);
  175. this.Controls.Add(this.panel1);
  176. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  177. this.Name = "Make_ParseLog";
  178. this.Text = "Make_ParseLog";
  179. this.Load += new System.EventHandler(this.Make_ParseLog_Load);
  180. this.panel1.ResumeLayout(false);
  181. this.panel1.PerformLayout();
  182. this.panel2.ResumeLayout(false);
  183. this.panel3.ResumeLayout(false);
  184. this.ResumeLayout(false);
  185. }
  186. #endregion
  187. private System.Windows.Forms.ComboBox Device;
  188. private System.Windows.Forms.Label label1;
  189. private System.Windows.Forms.Label label2;
  190. private System.Windows.Forms.TextBox txtPath;
  191. private System.Windows.Forms.Button Choose;
  192. private System.Windows.Forms.OpenFileDialog openFileDialog1;
  193. private System.Windows.Forms.ListView logList;
  194. private System.Windows.Forms.Panel panel1;
  195. private System.Windows.Forms.Panel panel2;
  196. private System.Windows.Forms.Panel panel3;
  197. private System.Windows.Forms.ColumnHeader time;
  198. private System.Windows.Forms.ColumnHeader fileName;
  199. private System.Windows.Forms.ColumnHeader sn;
  200. }
  201. }