UControl_Process.Designer.cs 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202
  1. namespace HOZProject
  2. {
  3. partial class UControl_Process
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UControl_Process));
  30. System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem(new string[] {
  31. "aaa",
  32. "aaa",
  33. "Time"}, 0, System.Drawing.Color.Empty, System.Drawing.Color.Empty, new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))));
  34. System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem(new string[] {
  35. "bbb"}, 1, System.Drawing.Color.Empty, System.Drawing.Color.Empty, new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))));
  36. System.Windows.Forms.ListViewItem listViewItem3 = new System.Windows.Forms.ListViewItem(new string[] {
  37. "ccc"}, 2, System.Drawing.Color.Empty, System.Drawing.Color.Empty, new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))));
  38. System.Windows.Forms.ListViewItem listViewItem4 = new System.Windows.Forms.ListViewItem(new string[] {
  39. "ddd"}, 3, System.Drawing.Color.Empty, System.Drawing.Color.Empty, new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))));
  40. System.Windows.Forms.ListViewItem listViewItem5 = new System.Windows.Forms.ListViewItem(new string[] {
  41. "eee"}, 4, System.Drawing.Color.Empty, System.Drawing.Color.Empty, new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))));
  42. this.panel1 = new System.Windows.Forms.Panel();
  43. this.label1 = new System.Windows.Forms.Label();
  44. this.progressBar1 = new System.Windows.Forms.ProgressBar();
  45. this.imageList1 = new System.Windows.Forms.ImageList(this.components);
  46. this.btnClose = new System.Windows.Forms.Button();
  47. this.listView1 = new System.Windows.Forms.ListView();
  48. this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  49. this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  50. this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  51. this.panel2 = new System.Windows.Forms.Panel();
  52. this.label2 = new System.Windows.Forms.Label();
  53. this.panel1.SuspendLayout();
  54. this.panel2.SuspendLayout();
  55. this.SuspendLayout();
  56. //
  57. // panel1
  58. //
  59. this.panel1.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
  60. this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  61. this.panel1.Controls.Add(this.label1);
  62. this.panel1.Controls.Add(this.progressBar1);
  63. this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
  64. this.panel1.Location = new System.Drawing.Point(0, 385);
  65. this.panel1.Name = "panel1";
  66. this.panel1.Size = new System.Drawing.Size(280, 46);
  67. this.panel1.TabIndex = 0;
  68. //
  69. // label1
  70. //
  71. this.label1.AutoSize = true;
  72. this.label1.Font = new System.Drawing.Font("宋体", 10F);
  73. this.label1.ForeColor = System.Drawing.Color.LightGray;
  74. this.label1.Location = new System.Drawing.Point(5, 16);
  75. this.label1.Name = "label1";
  76. this.label1.Size = new System.Drawing.Size(77, 14);
  77. this.label1.TabIndex = 1;
  78. this.label1.Text = "检测总进度";
  79. //
  80. // progressBar1
  81. //
  82. this.progressBar1.Location = new System.Drawing.Point(88, 16);
  83. this.progressBar1.Name = "progressBar1";
  84. this.progressBar1.Size = new System.Drawing.Size(183, 14);
  85. this.progressBar1.TabIndex = 0;
  86. //
  87. // imageList1
  88. //
  89. this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
  90. this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
  91. this.imageList1.Images.SetKeyName(0, "Reset32.png");
  92. this.imageList1.Images.SetKeyName(1, "Ruler32.png");
  93. this.imageList1.Images.SetKeyName(2, "set32.png");
  94. this.imageList1.Images.SetKeyName(3, "start32.png");
  95. this.imageList1.Images.SetKeyName(4, "stop32.png");
  96. //
  97. // btnClose
  98. //
  99. this.btnClose.Dock = System.Windows.Forms.DockStyle.Right;
  100. this.btnClose.Location = new System.Drawing.Point(250, 0);
  101. this.btnClose.Name = "btnClose";
  102. this.btnClose.Size = new System.Drawing.Size(28, 28);
  103. this.btnClose.TabIndex = 2;
  104. this.btnClose.Text = "X";
  105. this.btnClose.UseVisualStyleBackColor = true;
  106. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  107. //
  108. // listView1
  109. //
  110. this.listView1.Activation = System.Windows.Forms.ItemActivation.OneClick;
  111. this.listView1.AllowColumnReorder = true;
  112. this.listView1.AllowDrop = true;
  113. this.listView1.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
  114. this.listView1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  115. this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  116. this.columnHeader1,
  117. this.columnHeader2,
  118. this.columnHeader3});
  119. this.listView1.Dock = System.Windows.Forms.DockStyle.Fill;
  120. this.listView1.ForeColor = System.Drawing.Color.LightGray;
  121. this.listView1.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
  122. this.listView1.HotTracking = true;
  123. this.listView1.HoverSelection = true;
  124. listViewItem1.StateImageIndex = 0;
  125. listViewItem2.StateImageIndex = 0;
  126. listViewItem3.StateImageIndex = 0;
  127. listViewItem4.StateImageIndex = 0;
  128. listViewItem5.StateImageIndex = 0;
  129. this.listView1.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
  130. listViewItem1,
  131. listViewItem2,
  132. listViewItem3,
  133. listViewItem4,
  134. listViewItem5});
  135. this.listView1.LabelWrap = false;
  136. this.listView1.Location = new System.Drawing.Point(0, 30);
  137. this.listView1.MultiSelect = false;
  138. this.listView1.Name = "listView1";
  139. this.listView1.ShowGroups = false;
  140. this.listView1.Size = new System.Drawing.Size(280, 355);
  141. this.listView1.SmallImageList = this.imageList1;
  142. this.listView1.TabIndex = 4;
  143. this.listView1.TabStop = false;
  144. this.listView1.UseCompatibleStateImageBehavior = false;
  145. this.listView1.View = System.Windows.Forms.View.List;
  146. //
  147. // panel2
  148. //
  149. this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  150. this.panel2.Controls.Add(this.label2);
  151. this.panel2.Controls.Add(this.btnClose);
  152. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  153. this.panel2.Location = new System.Drawing.Point(0, 0);
  154. this.panel2.Name = "panel2";
  155. this.panel2.Size = new System.Drawing.Size(280, 30);
  156. this.panel2.TabIndex = 3;
  157. //
  158. // label2
  159. //
  160. this.label2.AutoSize = true;
  161. this.label2.Font = new System.Drawing.Font("宋体", 10F);
  162. this.label2.Location = new System.Drawing.Point(5, 7);
  163. this.label2.Name = "label2";
  164. this.label2.Size = new System.Drawing.Size(35, 14);
  165. this.label2.TabIndex = 3;
  166. this.label2.Text = "XXXX";
  167. //
  168. // UControl_Process
  169. //
  170. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  171. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  172. this.Controls.Add(this.listView1);
  173. this.Controls.Add(this.panel2);
  174. this.Controls.Add(this.panel1);
  175. this.Name = "UControl_Process";
  176. this.Size = new System.Drawing.Size(280, 431);
  177. this.panel1.ResumeLayout(false);
  178. this.panel1.PerformLayout();
  179. this.panel2.ResumeLayout(false);
  180. this.panel2.PerformLayout();
  181. this.ResumeLayout(false);
  182. }
  183. #endregion
  184. private System.Windows.Forms.Panel panel1;
  185. private System.Windows.Forms.Label label1;
  186. private System.Windows.Forms.ProgressBar progressBar1;
  187. private System.Windows.Forms.ImageList imageList1;
  188. private System.Windows.Forms.Button btnClose;
  189. private System.Windows.Forms.ListView listView1;
  190. private System.Windows.Forms.ColumnHeader columnHeader1;
  191. private System.Windows.Forms.ColumnHeader columnHeader2;
  192. private System.Windows.Forms.ColumnHeader columnHeader3;
  193. private System.Windows.Forms.Panel panel2;
  194. private System.Windows.Forms.Label label2;
  195. }
  196. }