NetDetailForm.Designer.cs 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360
  1. namespace Oreo.NetMan.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. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
  37. this.label2 = new System.Windows.Forms.Label();
  38. this.label1 = new System.Windows.Forms.Label();
  39. this.DgProcessDetail = new System.Windows.Forms.DataGridView();
  40. this.CoIcon = new System.Windows.Forms.DataGridViewImageColumn();
  41. this.CoName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.CoDownload = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.CoUpload = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.CoDownloadCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.CoUploadCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.CoConnectionCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.status = new System.Windows.Forms.Label();
  48. this.tabControl1 = new System.Windows.Forms.TabControl();
  49. this.tabPage1 = new System.Windows.Forms.TabPage();
  50. this.tabPage2 = new System.Windows.Forms.TabPage();
  51. this.DgvConnList = new System.Windows.Forms.DataGridView();
  52. this.DgvConnListIcon = new System.Windows.Forms.DataGridViewImageColumn();
  53. this.DgvConnListProcess = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.DgvConnListProtocol = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.DgvConnListLocalIP = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.DgvConnListLocalPort = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.DgvConnListRemoteIP = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.DgvConnListRemotePort = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.DgvConnListStatus = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. ((System.ComponentModel.ISupportInitialize)(this.DgProcessDetail)).BeginInit();
  61. this.tabControl1.SuspendLayout();
  62. this.tabPage1.SuspendLayout();
  63. this.tabPage2.SuspendLayout();
  64. ((System.ComponentModel.ISupportInitialize)(this.DgvConnList)).BeginInit();
  65. this.SuspendLayout();
  66. //
  67. // label2
  68. //
  69. this.label2.AutoSize = true;
  70. this.label2.Location = new System.Drawing.Point(630, 409);
  71. this.label2.Name = "label2";
  72. this.label2.Size = new System.Drawing.Size(71, 12);
  73. this.label2.TabIndex = 31;
  74. this.label2.Text = "下载 / 上传";
  75. //
  76. // label1
  77. //
  78. this.label1.AutoSize = true;
  79. this.label1.Location = new System.Drawing.Point(630, 425);
  80. this.label1.Name = "label1";
  81. this.label1.Size = new System.Drawing.Size(29, 12);
  82. this.label1.TabIndex = 30;
  83. this.label1.Text = "丢包";
  84. //
  85. // DgProcessDetail
  86. //
  87. this.DgProcessDetail.AllowUserToAddRows = false;
  88. this.DgProcessDetail.AllowUserToDeleteRows = false;
  89. this.DgProcessDetail.AllowUserToResizeColumns = false;
  90. this.DgProcessDetail.AllowUserToResizeRows = false;
  91. this.DgProcessDetail.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  92. this.DgProcessDetail.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None;
  93. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  94. dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
  95. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  96. dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
  97. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  98. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  99. dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  100. this.DgProcessDetail.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  101. this.DgProcessDetail.ColumnHeadersHeight = 40;
  102. this.DgProcessDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  103. this.DgProcessDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  104. this.CoIcon,
  105. this.CoName,
  106. this.CoDownload,
  107. this.CoUpload,
  108. this.CoDownloadCount,
  109. this.CoUploadCount,
  110. this.CoConnectionCount});
  111. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  112. dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Window;
  113. dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  114. dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.ControlText;
  115. dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.GradientActiveCaption;
  116. dataGridViewCellStyle8.SelectionForeColor = System.Drawing.Color.Black;
  117. dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  118. this.DgProcessDetail.DefaultCellStyle = dataGridViewCellStyle8;
  119. this.DgProcessDetail.Location = new System.Drawing.Point(0, 0);
  120. this.DgProcessDetail.Name = "DgProcessDetail";
  121. this.DgProcessDetail.ReadOnly = true;
  122. this.DgProcessDetail.RowHeadersVisible = false;
  123. this.DgProcessDetail.RowTemplate.Height = 40;
  124. this.DgProcessDetail.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  125. this.DgProcessDetail.Size = new System.Drawing.Size(811, 406);
  126. this.DgProcessDetail.TabIndex = 28;
  127. //
  128. // CoIcon
  129. //
  130. this.CoIcon.HeaderText = "名称";
  131. this.CoIcon.Name = "CoIcon";
  132. this.CoIcon.ReadOnly = true;
  133. //
  134. // CoName
  135. //
  136. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  137. this.CoName.DefaultCellStyle = dataGridViewCellStyle2;
  138. this.CoName.HeaderText = "";
  139. this.CoName.Name = "CoName";
  140. this.CoName.ReadOnly = true;
  141. //
  142. // CoDownload
  143. //
  144. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  145. this.CoDownload.DefaultCellStyle = dataGridViewCellStyle3;
  146. this.CoDownload.HeaderText = "下载速度";
  147. this.CoDownload.Name = "CoDownload";
  148. this.CoDownload.ReadOnly = true;
  149. //
  150. // CoUpload
  151. //
  152. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  153. this.CoUpload.DefaultCellStyle = dataGridViewCellStyle4;
  154. this.CoUpload.HeaderText = "上传速度";
  155. this.CoUpload.Name = "CoUpload";
  156. this.CoUpload.ReadOnly = true;
  157. //
  158. // CoDownloadCount
  159. //
  160. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  161. this.CoDownloadCount.DefaultCellStyle = dataGridViewCellStyle5;
  162. this.CoDownloadCount.HeaderText = "已下载流量";
  163. this.CoDownloadCount.Name = "CoDownloadCount";
  164. this.CoDownloadCount.ReadOnly = true;
  165. //
  166. // CoUploadCount
  167. //
  168. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  169. this.CoUploadCount.DefaultCellStyle = dataGridViewCellStyle6;
  170. this.CoUploadCount.HeaderText = "已上传流量";
  171. this.CoUploadCount.Name = "CoUploadCount";
  172. this.CoUploadCount.ReadOnly = true;
  173. //
  174. // CoConnectionCount
  175. //
  176. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  177. this.CoConnectionCount.DefaultCellStyle = dataGridViewCellStyle7;
  178. this.CoConnectionCount.HeaderText = "连接数";
  179. this.CoConnectionCount.Name = "CoConnectionCount";
  180. this.CoConnectionCount.ReadOnly = true;
  181. //
  182. // status
  183. //
  184. this.status.Location = new System.Drawing.Point(6, 409);
  185. this.status.Name = "status";
  186. this.status.Size = new System.Drawing.Size(534, 42);
  187. this.status.TabIndex = 29;
  188. this.status.Text = "信息";
  189. //
  190. // tabControl1
  191. //
  192. this.tabControl1.Controls.Add(this.tabPage1);
  193. this.tabControl1.Controls.Add(this.tabPage2);
  194. this.tabControl1.Location = new System.Drawing.Point(2, 2);
  195. this.tabControl1.Name = "tabControl1";
  196. this.tabControl1.SelectedIndex = 0;
  197. this.tabControl1.Size = new System.Drawing.Size(819, 494);
  198. this.tabControl1.TabIndex = 32;
  199. //
  200. // tabPage1
  201. //
  202. this.tabPage1.Controls.Add(this.DgProcessDetail);
  203. this.tabPage1.Controls.Add(this.label2);
  204. this.tabPage1.Controls.Add(this.status);
  205. this.tabPage1.Controls.Add(this.label1);
  206. this.tabPage1.Location = new System.Drawing.Point(4, 22);
  207. this.tabPage1.Name = "tabPage1";
  208. this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
  209. this.tabPage1.Size = new System.Drawing.Size(811, 468);
  210. this.tabPage1.TabIndex = 0;
  211. this.tabPage1.Text = "tabPage1";
  212. this.tabPage1.UseVisualStyleBackColor = true;
  213. //
  214. // tabPage2
  215. //
  216. this.tabPage2.Controls.Add(this.DgvConnList);
  217. this.tabPage2.Location = new System.Drawing.Point(4, 22);
  218. this.tabPage2.Name = "tabPage2";
  219. this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
  220. this.tabPage2.Size = new System.Drawing.Size(811, 468);
  221. this.tabPage2.TabIndex = 1;
  222. this.tabPage2.Text = "tabPage2";
  223. this.tabPage2.UseVisualStyleBackColor = true;
  224. //
  225. // DgvConnList
  226. //
  227. this.DgvConnList.AllowUserToAddRows = false;
  228. this.DgvConnList.AllowUserToDeleteRows = false;
  229. this.DgvConnList.AllowUserToResizeColumns = false;
  230. this.DgvConnList.AllowUserToResizeRows = false;
  231. this.DgvConnList.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  232. this.DgvConnList.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None;
  233. dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  234. dataGridViewCellStyle9.BackColor = System.Drawing.SystemColors.Control;
  235. dataGridViewCellStyle9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  236. dataGridViewCellStyle9.ForeColor = System.Drawing.SystemColors.WindowText;
  237. dataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  238. dataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  239. dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  240. this.DgvConnList.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle9;
  241. this.DgvConnList.ColumnHeadersHeight = 40;
  242. this.DgvConnList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  243. this.DgvConnList.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  244. this.DgvConnListIcon,
  245. this.DgvConnListProcess,
  246. this.DgvConnListProtocol,
  247. this.DgvConnListLocalIP,
  248. this.DgvConnListLocalPort,
  249. this.DgvConnListRemoteIP,
  250. this.DgvConnListRemotePort,
  251. this.DgvConnListStatus});
  252. this.DgvConnList.Location = new System.Drawing.Point(0, 0);
  253. this.DgvConnList.Name = "DgvConnList";
  254. this.DgvConnList.ReadOnly = true;
  255. this.DgvConnList.RowHeadersVisible = false;
  256. this.DgvConnList.RowTemplate.Height = 40;
  257. this.DgvConnList.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  258. this.DgvConnList.Size = new System.Drawing.Size(811, 468);
  259. this.DgvConnList.TabIndex = 0;
  260. //
  261. // DgvConnListIcon
  262. //
  263. this.DgvConnListIcon.HeaderText = "进程";
  264. this.DgvConnListIcon.Name = "DgvConnListIcon";
  265. this.DgvConnListIcon.ReadOnly = true;
  266. this.DgvConnListIcon.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  267. this.DgvConnListIcon.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  268. //
  269. // DgvConnListProcess
  270. //
  271. this.DgvConnListProcess.HeaderText = "";
  272. this.DgvConnListProcess.Name = "DgvConnListProcess";
  273. this.DgvConnListProcess.ReadOnly = true;
  274. this.DgvConnListProcess.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  275. //
  276. // DgvConnListProtocol
  277. //
  278. this.DgvConnListProtocol.HeaderText = "协议";
  279. this.DgvConnListProtocol.Name = "DgvConnListProtocol";
  280. this.DgvConnListProtocol.ReadOnly = true;
  281. //
  282. // DgvConnListLocalIP
  283. //
  284. this.DgvConnListLocalIP.HeaderText = "本地IP";
  285. this.DgvConnListLocalIP.Name = "DgvConnListLocalIP";
  286. this.DgvConnListLocalIP.ReadOnly = true;
  287. //
  288. // DgvConnListLocalPort
  289. //
  290. this.DgvConnListLocalPort.HeaderText = "本地端口";
  291. this.DgvConnListLocalPort.Name = "DgvConnListLocalPort";
  292. this.DgvConnListLocalPort.ReadOnly = true;
  293. //
  294. // DgvConnListRemoteIP
  295. //
  296. this.DgvConnListRemoteIP.HeaderText = "目标IP";
  297. this.DgvConnListRemoteIP.Name = "DgvConnListRemoteIP";
  298. this.DgvConnListRemoteIP.ReadOnly = true;
  299. //
  300. // DgvConnListRemotePort
  301. //
  302. this.DgvConnListRemotePort.HeaderText = "目标端口";
  303. this.DgvConnListRemotePort.Name = "DgvConnListRemotePort";
  304. this.DgvConnListRemotePort.ReadOnly = true;
  305. //
  306. // DgvConnListStatus
  307. //
  308. this.DgvConnListStatus.HeaderText = "状态";
  309. this.DgvConnListStatus.Name = "DgvConnListStatus";
  310. this.DgvConnListStatus.ReadOnly = true;
  311. //
  312. // NetDetailForm
  313. //
  314. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  315. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  316. this.ClientSize = new System.Drawing.Size(822, 497);
  317. this.Controls.Add(this.tabControl1);
  318. this.Name = "NetDetailForm";
  319. this.Text = "NetDetailForm";
  320. this.Load += new System.EventHandler(this.NetDetailForm_Load);
  321. ((System.ComponentModel.ISupportInitialize)(this.DgProcessDetail)).EndInit();
  322. this.tabControl1.ResumeLayout(false);
  323. this.tabPage1.ResumeLayout(false);
  324. this.tabPage1.PerformLayout();
  325. this.tabPage2.ResumeLayout(false);
  326. ((System.ComponentModel.ISupportInitialize)(this.DgvConnList)).EndInit();
  327. this.ResumeLayout(false);
  328. }
  329. #endregion
  330. private System.Windows.Forms.Label label2;
  331. private System.Windows.Forms.Label label1;
  332. private System.Windows.Forms.DataGridView DgProcessDetail;
  333. private System.Windows.Forms.DataGridViewImageColumn CoIcon;
  334. private System.Windows.Forms.DataGridViewTextBoxColumn CoName;
  335. private System.Windows.Forms.DataGridViewTextBoxColumn CoDownload;
  336. private System.Windows.Forms.DataGridViewTextBoxColumn CoUpload;
  337. private System.Windows.Forms.DataGridViewTextBoxColumn CoDownloadCount;
  338. private System.Windows.Forms.DataGridViewTextBoxColumn CoUploadCount;
  339. private System.Windows.Forms.DataGridViewTextBoxColumn CoConnectionCount;
  340. private System.Windows.Forms.Label status;
  341. private System.Windows.Forms.TabControl tabControl1;
  342. private System.Windows.Forms.TabPage tabPage1;
  343. private System.Windows.Forms.TabPage tabPage2;
  344. private System.Windows.Forms.DataGridView DgvConnList;
  345. private System.Windows.Forms.DataGridViewImageColumn DgvConnListIcon;
  346. private System.Windows.Forms.DataGridViewTextBoxColumn DgvConnListProcess;
  347. private System.Windows.Forms.DataGridViewTextBoxColumn DgvConnListProtocol;
  348. private System.Windows.Forms.DataGridViewTextBoxColumn DgvConnListLocalIP;
  349. private System.Windows.Forms.DataGridViewTextBoxColumn DgvConnListLocalPort;
  350. private System.Windows.Forms.DataGridViewTextBoxColumn DgvConnListRemoteIP;
  351. private System.Windows.Forms.DataGridViewTextBoxColumn DgvConnListRemotePort;
  352. private System.Windows.Forms.DataGridViewTextBoxColumn DgvConnListStatus;
  353. }
  354. }