namespace Oreo.PCMonitor.Views { partial class NetDetailForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle25 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle32 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle26 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle27 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle28 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle29 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle30 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle31 = new System.Windows.Forms.DataGridViewCellStyle(); this.DgProcessDetail = new System.Windows.Forms.DataGridView(); this.CoIcon = new System.Windows.Forms.DataGridViewImageColumn(); this.CoName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.CoDownload = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.CoUpload = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.CoDownloadCount = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.CoUploadCount = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.CoConnectionCount = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.status = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.DgProcessDetail)).BeginInit(); this.SuspendLayout(); // // DgProcessDetail // this.DgProcessDetail.AllowUserToAddRows = false; this.DgProcessDetail.AllowUserToDeleteRows = false; this.DgProcessDetail.AllowUserToResizeColumns = false; this.DgProcessDetail.AllowUserToResizeRows = false; this.DgProcessDetail.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.DgProcessDetail.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None; dataGridViewCellStyle25.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle25.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle25.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle25.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle25.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle25.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle25.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.DgProcessDetail.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle25; this.DgProcessDetail.ColumnHeadersHeight = 40; this.DgProcessDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.DgProcessDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.CoIcon, this.CoName, this.CoDownload, this.CoUpload, this.CoDownloadCount, this.CoUploadCount, this.CoConnectionCount}); dataGridViewCellStyle32.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle32.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle32.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle32.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle32.SelectionBackColor = System.Drawing.SystemColors.GradientActiveCaption; dataGridViewCellStyle32.SelectionForeColor = System.Drawing.Color.Black; dataGridViewCellStyle32.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.DgProcessDetail.DefaultCellStyle = dataGridViewCellStyle32; this.DgProcessDetail.Location = new System.Drawing.Point(11, 81); this.DgProcessDetail.Name = "DgProcessDetail"; this.DgProcessDetail.ReadOnly = true; this.DgProcessDetail.RowHeadersVisible = false; this.DgProcessDetail.RowTemplate.Height = 40; this.DgProcessDetail.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.DgProcessDetail.Size = new System.Drawing.Size(811, 406); this.DgProcessDetail.TabIndex = 24; // // CoIcon // this.CoIcon.HeaderText = "名称"; this.CoIcon.Name = "CoIcon"; this.CoIcon.ReadOnly = true; // // CoName // dataGridViewCellStyle26.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this.CoName.DefaultCellStyle = dataGridViewCellStyle26; this.CoName.HeaderText = ""; this.CoName.Name = "CoName"; this.CoName.ReadOnly = true; // // CoDownload // dataGridViewCellStyle27.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; this.CoDownload.DefaultCellStyle = dataGridViewCellStyle27; this.CoDownload.HeaderText = "下载速度"; this.CoDownload.Name = "CoDownload"; this.CoDownload.ReadOnly = true; // // CoUpload // dataGridViewCellStyle28.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; this.CoUpload.DefaultCellStyle = dataGridViewCellStyle28; this.CoUpload.HeaderText = "上传速度"; this.CoUpload.Name = "CoUpload"; this.CoUpload.ReadOnly = true; // // CoDownloadCount // dataGridViewCellStyle29.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; this.CoDownloadCount.DefaultCellStyle = dataGridViewCellStyle29; this.CoDownloadCount.HeaderText = "已下载流量"; this.CoDownloadCount.Name = "CoDownloadCount"; this.CoDownloadCount.ReadOnly = true; // // CoUploadCount // dataGridViewCellStyle30.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; this.CoUploadCount.DefaultCellStyle = dataGridViewCellStyle30; this.CoUploadCount.HeaderText = "已上传流量"; this.CoUploadCount.Name = "CoUploadCount"; this.CoUploadCount.ReadOnly = true; // // CoConnectionCount // dataGridViewCellStyle31.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this.CoConnectionCount.DefaultCellStyle = dataGridViewCellStyle31; this.CoConnectionCount.HeaderText = "连接数"; this.CoConnectionCount.Name = "CoConnectionCount"; this.CoConnectionCount.ReadOnly = true; // // status // this.status.Location = new System.Drawing.Point(14, 506); this.status.Name = "status"; this.status.Size = new System.Drawing.Size(534, 42); this.status.TabIndex = 25; this.status.Text = "信息"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(642, 536); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(29, 12); this.label1.TabIndex = 26; this.label1.Text = "丢包"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(642, 524); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(71, 12); this.label2.TabIndex = 27; this.label2.Text = "下载 / 上传"; // // NetDetailForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(834, 561); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.DgProcessDetail); this.Controls.Add(this.status); this.Name = "NetDetailForm"; this.Text = "NetDetailForm"; this.Load += new System.EventHandler(this.NetDetailForm_Load); ((System.ComponentModel.ISupportInitialize)(this.DgProcessDetail)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.DataGridView DgProcessDetail; private System.Windows.Forms.Label status; private System.Windows.Forms.Label label1; private System.Windows.Forms.DataGridViewImageColumn CoIcon; private System.Windows.Forms.DataGridViewTextBoxColumn CoName; private System.Windows.Forms.DataGridViewTextBoxColumn CoDownload; private System.Windows.Forms.DataGridViewTextBoxColumn CoUpload; private System.Windows.Forms.DataGridViewTextBoxColumn CoDownloadCount; private System.Windows.Forms.DataGridViewTextBoxColumn CoUploadCount; private System.Windows.Forms.DataGridViewTextBoxColumn CoConnectionCount; private System.Windows.Forms.Label label2; } }