NetDetailForm.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208
  1. namespace Oreo.PCMonitor.Views
  2. {
  3. partial class NetDetailForm
  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. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  36. this.DgProcessDetail = new System.Windows.Forms.DataGridView();
  37. this.CoIcon = new System.Windows.Forms.DataGridViewImageColumn();
  38. this.CoName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.CoDownload = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.CoUpload = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.CoDownloadCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.CoUploadCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.CoConnectionCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.status = new System.Windows.Forms.Label();
  45. this.label1 = new System.Windows.Forms.Label();
  46. this.label2 = new System.Windows.Forms.Label();
  47. ((System.ComponentModel.ISupportInitialize)(this.DgProcessDetail)).BeginInit();
  48. this.SuspendLayout();
  49. //
  50. // DgProcessDetail
  51. //
  52. this.DgProcessDetail.AllowUserToAddRows = false;
  53. this.DgProcessDetail.AllowUserToDeleteRows = false;
  54. this.DgProcessDetail.AllowUserToResizeColumns = false;
  55. this.DgProcessDetail.AllowUserToResizeRows = false;
  56. this.DgProcessDetail.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  57. this.DgProcessDetail.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None;
  58. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  59. dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
  60. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  61. dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
  62. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  63. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  64. dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  65. this.DgProcessDetail.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  66. this.DgProcessDetail.ColumnHeadersHeight = 40;
  67. this.DgProcessDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  68. this.DgProcessDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  69. this.CoIcon,
  70. this.CoName,
  71. this.CoDownload,
  72. this.CoUpload,
  73. this.CoDownloadCount,
  74. this.CoUploadCount,
  75. this.CoConnectionCount});
  76. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  77. dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Window;
  78. dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  79. dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.ControlText;
  80. dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.GradientActiveCaption;
  81. dataGridViewCellStyle8.SelectionForeColor = System.Drawing.Color.Black;
  82. dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  83. this.DgProcessDetail.DefaultCellStyle = dataGridViewCellStyle8;
  84. this.DgProcessDetail.Location = new System.Drawing.Point(11, 81);
  85. this.DgProcessDetail.Name = "DgProcessDetail";
  86. this.DgProcessDetail.ReadOnly = true;
  87. this.DgProcessDetail.RowHeadersVisible = false;
  88. this.DgProcessDetail.RowTemplate.Height = 40;
  89. this.DgProcessDetail.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  90. this.DgProcessDetail.Size = new System.Drawing.Size(811, 406);
  91. this.DgProcessDetail.TabIndex = 24;
  92. //
  93. // CoIcon
  94. //
  95. this.CoIcon.HeaderText = "名称";
  96. this.CoIcon.Name = "CoIcon";
  97. this.CoIcon.ReadOnly = true;
  98. //
  99. // CoName
  100. //
  101. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  102. this.CoName.DefaultCellStyle = dataGridViewCellStyle2;
  103. this.CoName.HeaderText = "";
  104. this.CoName.Name = "CoName";
  105. this.CoName.ReadOnly = true;
  106. //
  107. // CoDownload
  108. //
  109. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  110. this.CoDownload.DefaultCellStyle = dataGridViewCellStyle3;
  111. this.CoDownload.HeaderText = "下载速度";
  112. this.CoDownload.Name = "CoDownload";
  113. this.CoDownload.ReadOnly = true;
  114. //
  115. // CoUpload
  116. //
  117. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  118. this.CoUpload.DefaultCellStyle = dataGridViewCellStyle4;
  119. this.CoUpload.HeaderText = "上传速度";
  120. this.CoUpload.Name = "CoUpload";
  121. this.CoUpload.ReadOnly = true;
  122. //
  123. // CoDownloadCount
  124. //
  125. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  126. this.CoDownloadCount.DefaultCellStyle = dataGridViewCellStyle5;
  127. this.CoDownloadCount.HeaderText = "已下载流量";
  128. this.CoDownloadCount.Name = "CoDownloadCount";
  129. this.CoDownloadCount.ReadOnly = true;
  130. //
  131. // CoUploadCount
  132. //
  133. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  134. this.CoUploadCount.DefaultCellStyle = dataGridViewCellStyle6;
  135. this.CoUploadCount.HeaderText = "已上传流量";
  136. this.CoUploadCount.Name = "CoUploadCount";
  137. this.CoUploadCount.ReadOnly = true;
  138. //
  139. // CoConnectionCount
  140. //
  141. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  142. this.CoConnectionCount.DefaultCellStyle = dataGridViewCellStyle7;
  143. this.CoConnectionCount.HeaderText = "连接数";
  144. this.CoConnectionCount.Name = "CoConnectionCount";
  145. this.CoConnectionCount.ReadOnly = true;
  146. //
  147. // status
  148. //
  149. this.status.Location = new System.Drawing.Point(14, 506);
  150. this.status.Name = "status";
  151. this.status.Size = new System.Drawing.Size(534, 42);
  152. this.status.TabIndex = 25;
  153. this.status.Text = "信息";
  154. //
  155. // label1
  156. //
  157. this.label1.AutoSize = true;
  158. this.label1.Location = new System.Drawing.Point(720, 40);
  159. this.label1.Name = "label1";
  160. this.label1.Size = new System.Drawing.Size(41, 12);
  161. this.label1.TabIndex = 26;
  162. this.label1.Text = "label1";
  163. //
  164. // label2
  165. //
  166. this.label2.AutoSize = true;
  167. this.label2.Location = new System.Drawing.Point(506, 39);
  168. this.label2.Name = "label2";
  169. this.label2.Size = new System.Drawing.Size(41, 12);
  170. this.label2.TabIndex = 27;
  171. this.label2.Text = "label2";
  172. //
  173. // NetDetailForm
  174. //
  175. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  176. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  177. this.ClientSize = new System.Drawing.Size(834, 561);
  178. this.Controls.Add(this.label2);
  179. this.Controls.Add(this.label1);
  180. this.Controls.Add(this.DgProcessDetail);
  181. this.Controls.Add(this.status);
  182. this.Name = "NetDetailForm";
  183. this.Text = "NetDetailForm";
  184. this.Load += new System.EventHandler(this.NetDetailForm_Load);
  185. ((System.ComponentModel.ISupportInitialize)(this.DgProcessDetail)).EndInit();
  186. this.ResumeLayout(false);
  187. this.PerformLayout();
  188. }
  189. #endregion
  190. private System.Windows.Forms.DataGridView DgProcessDetail;
  191. private System.Windows.Forms.Label status;
  192. private System.Windows.Forms.Label label1;
  193. private System.Windows.Forms.DataGridViewImageColumn CoIcon;
  194. private System.Windows.Forms.DataGridViewTextBoxColumn CoName;
  195. private System.Windows.Forms.DataGridViewTextBoxColumn CoDownload;
  196. private System.Windows.Forms.DataGridViewTextBoxColumn CoUpload;
  197. private System.Windows.Forms.DataGridViewTextBoxColumn CoDownloadCount;
  198. private System.Windows.Forms.DataGridViewTextBoxColumn CoUploadCount;
  199. private System.Windows.Forms.DataGridViewTextBoxColumn CoConnectionCount;
  200. private System.Windows.Forms.Label label2;
  201. }
  202. }