102
ре // dataGridView2
ре //
ре this.dataGridView2.AllowUserToAddRows = ре false;
ре this.dataGridView2.AllowUserToDeleteRows = ре false;
ре this.dataGridView2.BackgroundColor = ре System.Drawing.SystemColors.Control;
ре this.dataGridView2.ColumnHeadersHeightSizeMode =
ре System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
ре this.dataGridView2.Dock = ре System.Windows.Forms.DockStyle.Fill;
ре this.dataGridView2.Location = ре new System.Drawing.Point(0, ре 0);
ре this.dataGridView2.Name = ре "dataGridView2";
ре this.dataGridView2.ReadOnly = ре true;
ре this.dataGridView2.Size = ре new System.Drawing.Size(738, ре 193);
ре this.dataGridView2.TabIndex = ре 0;
ре //
ре // frmMain
ре //
ре this.AutoScaleDimensions = ре new System.Drawing.SizeF(6F, ре 13F);
ре this.AutoScaleMode = ре System.Windows.Forms.AutoScaleMode.Font;
ре this.ClientSize = ре new System.Drawing.Size(738, ре 487);
ре this.Controls.Add(this.splitContainer1);
ре this.Controls.Add(this.statusStrip1);
ре this.Controls.Add(this.toolStrip1);
ре this.Icon = ре ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
ре this.Name = ре "frmMain";
ре this.Text = ре "NetMon";
ре this.FormClosing += ре new
System.Windows.Forms.FormClosingEventHandler(this.frmMain_FormClosing);
ре this.Load += ре new System.EventHandler(this.Form1_Load);
ре this.toolStrip1.ResumeLayout(false);
ре this.toolStrip1.PerformLayout();
ре this.splitContainer1.Panel1.ResumeLayout(false);
ре this.splitContainer1.Panel2.ResumeLayout(false);
ре ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
ре this.splitContainer1.ResumeLayout(false);
ре ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
ре ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit();
ре this.ResumeLayout(false);
ре this.PerformLayout();
ре }
ре #endregion
ре private System.Windows.Forms.ToolStrip ре toolStrip1;
ре private System.Windows.Forms.ToolStripButton ре btnAdd;
ре private System.Windows.Forms.ToolStripButton ре btnEdit;
ре private System.Windows.Forms.ToolStripSeparator ре toolStripSeparator1;
ре private System.Windows.Forms.ToolStripButton ре btnReport;
ре private System.Windows.Forms.ToolStripSeparator ре toolStripSeparator3;
ре private System.Windows.Forms.ToolStripButton ре btnSettings;
ре private System.Windows.Forms.ToolStripButton ре btnAbout;
ре private System.Windows.Forms.StatusStrip ре statusStrip1;