Диплом: Автоматизированная информационная система контроля доступности сетевого оборудования для ПАО «Ростелеком»

Внимание! Если размещение файла нарушает Ваши авторские права, то обязательно сообщите нам
92
ре this.tabPage3.Controls.Add(this.button2);
ре this.tabPage3.Location = ре new System.Drawing.Point(4, ре 22);
ре this.tabPage3.Name = ре "tabPage3";
ре this.tabPage3.Padding = ре new System.Windows.Forms.Padding(3);
ре this.tabPage3.Size = ре new System.Drawing.Size(405, ре 327);
ре this.tabPage3.TabIndex = ре 2;
ре this.tabPage3.Text = ре "Своя сеть";
ре this.tabPage3.UseVisualStyleBackColor = ре true;
ре //
ре // dataGridView2
ре //
ре this.dataGridView2.Anchor =
ре ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top |
ре System.Windows.Forms.AnchorStyles.Bottom)
ре | System.Windows.Forms.AnchorStyles.Left) ре
ре | System.Windows.Forms.AnchorStyles.Right)));
ре this.dataGridView2.ColumnHeadersHeightSizeMode =
ре System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
ре this.dataGridView2.Location = ре new System.Drawing.Point(11, ре 35);
ре this.dataGridView2.Name = ре "dataGridView2";
ре this.dataGridView2.Size = ре new System.Drawing.Size(386, ре 286);
ре this.dataGridView2.TabIndex = ре 9;
ре //
ре // button1
ре //
ре this.button1.Location = ре new System.Drawing.Point(295, ре 6);
ре this.button1.Name = ре "button1";
ре this.button1.Size = ре new System.Drawing.Size(102, ре 23);
ре this.button1.TabIndex = ре 8;
ре this.button1.Text = ре "Инвертировать";
ре this.button1.UseVisualStyleBackColor = ре true;
ре this.button1.Click += ре new System.EventHandler(this.btnInvertSelection_Click);
ре //
ре // button2
ре //
ре this.button2.Location = ре new System.Drawing.Point(11, ре 6);
ре this.button2.Name = ре "button2";
ре this.button2.Size = ре new System.Drawing.Size(102, ре 23);
ре this.button2.TabIndex = ре 7;
ре this.button2.Text = ре "Выделить все";
ре this.button2.UseVisualStyleBackColor = ре true;
ре this.button2.Click += ре new System.EventHandler(this.btnSelectAll_Click);
ре //
ре // panel1
ре //
ре this.panel1.Controls.Add(this.btnCancel);
ре this.panel1.Controls.Add(this.btnAdd);
ре this.panel1.Dock = ре System.Windows.Forms.DockStyle.Bottom;
ре this.panel1.Location = ре new System.Drawing.Point(0, ре 355);
ре this.panel1.Name = ре "panel1";
ре this.panel1.Size = ре new System.Drawing.Size(413, ре 52);
ре this.panel1.TabIndex = ре 1;
93
ре //
ре // btnCancel
ре //
ре this.btnCancel.DialogResult = ре System.Windows.Forms.DialogResult.Cancel;
ре this.btnCancel.Location = ре new System.Drawing.Point(279, ре 3);
ре this.btnCancel.Name = ре "btnCancel";
ре this.btnCancel.Size = ре new System.Drawing.Size(130, ре 45);
ре this.btnCancel.TabIndex = ре 1;
ре this.btnCancel.Text = ре "Отмена";
ре this.btnCancel.UseVisualStyleBackColor = ре true;
ре this.btnCancel.Click += ре new System.EventHandler(this.btnCancel_Click);
ре //
ре // btnAdd
ре //
ре this.btnAdd.Location = ре new System.Drawing.Point(4, ре 4);
ре this.btnAdd.Name = ре "btnAdd";
ре this.btnAdd.Size = ре new System.Drawing.Size(131, ре 45);
ре this.btnAdd.TabIndex = ре 0;
ре this.btnAdd.Text = ре "Добавить";
ре this.btnAdd.UseVisualStyleBackColor = ре true;
ре this.btnAdd.Click += ре new System.EventHandler(this.btnAdd_Click);
ре //
ре // frmAdd
ре //
ре this.AcceptButton = ре this.btnAdd;
ре this.AutoScaleDimensions = ре new System.Drawing.SizeF(6F, ре 13F);
ре this.AutoScaleMode = ре System.Windows.Forms.AutoScaleMode.Font;
ре this.CancelButton = ре this.btnCancel;
ре this.ClientSize = ре new System.Drawing.Size(413, ре 407);
ре this.Controls.Add(this.panel1);
ре this.Controls.Add(this.tabControl1);
ре this.Icon = ре ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
ре this.Name = ре "frmAdd";
ре this.StartPosition = ре System.Windows.Forms.FormStartPosition.CenterParent;
ре this.Text = ре "Добавить";
ре this.Load += ре new System.EventHandler(this.frmAdd_Load);
ре this.tabControl1.ResumeLayout(false);
ре this.tabPage1.ResumeLayout(false);
ре this.tabPage1.PerformLayout();
ре this.groupBox1.ResumeLayout(false);
ре this.groupBox1.PerformLayout();
ре this.tabPage2.ResumeLayout(false);
ре this.tabPage2.PerformLayout();
ре ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
ре this.tabPage3.ResumeLayout(false);
ре ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit();
ре this.panel1.ResumeLayout(false);
ре this.ResumeLayout(false);
ре }
ре #endregion
94
ре private System.Windows.Forms.TabControl ре tabControl1;
ре private System.Windows.Forms.TabPage ре tabPage1;
ре private System.Windows.Forms.GroupBox ре groupBox1;
ре private System.Windows.Forms.RadioButton ре radioARP;
ре private System.Windows.Forms.RadioButton ре radioICMP;
ре private System.Windows.Forms.Label ре label1;
ре private System.Windows.Forms.TabPage ре tabPage2;
ре private System.Windows.Forms.Panel ре panel1;
ре private System.Windows.Forms.Button ре btnCancel;
ре private System.Windows.Forms.Button ре btnAdd;
ре private System.Windows.Forms.TabPage ре tabPage3;
ре private System.Windows.Forms.TextBox ре tbHost;
ре private System.Windows.Forms.TextBox ре tbRange;
ре private System.Windows.Forms.Label ре label2;
ре private System.Windows.Forms.Button ре btnMakeRange;
ре private System.Windows.Forms.DataGridView ре dataGridView1;
ре private System.Windows.Forms.Button ре btnInvertSelection;
ре private System.Windows.Forms.Button ре btnSelectAll;
ре private System.Windows.Forms.Button ре button1;
ре private System.Windows.Forms.Button ре button2;
ре private System.Windows.Forms.DataGridView ре dataGridView2;
ре }
}
/*Модуль ре frmEdit.Designer.cs*/
namespace ре NetMon
{
ре partial class ре frmEdit
ре {
ре /// <summary>
ре /// Required ре designer variable.
ре /// </summary>
ре private System.ComponentModel.IContainer ре components = ре null;
ре /// <summary>
ре /// Clean ре up any ре resources being ре used.
ре /// </summary>
ре /// <param ре name="disposing">true if ре managed resources ре should be ре disposed; otherwise,
ре false.</param>
ре protected override ре void Dispose(bool ре disposing)
ре {
ре if (disposing ре && (components ре != null))
ре {
ре components.Dispose();
ре }
ре base.Dispose(disposing);
ре }
ре #region Windows ре Form Designer ре generated code
95
ре /// <summary>
ре /// Required ре method for ре Designer support ре - do ре not modify
ре /// the ре contents of ре this method ре with the ре code editor.
ре /// </summary>
ре private void ре InitializeComponent()
ре {
ре System.ComponentModel.ComponentResourceManager resources ре = new
ре System.ComponentModel.ComponentResourceManager(typeof(frmEdit));
ре this.tbHost = ре new System.Windows.Forms.TextBox();
ре this.groupBox1 = ре new System.Windows.Forms.GroupBox();
ре this.radioARP = ре new System.Windows.Forms.RadioButton();
ре this.radioICMP = ре new System.Windows.Forms.RadioButton();
ре this.label1 = ре new System.Windows.Forms.Label();
ре this.btnEdit = ре new System.Windows.Forms.Button();
ре this.btnCancel = ре new System.Windows.Forms.Button();
ре this.groupBox1.SuspendLayout();
ре this.SuspendLayout();
ре //
ре // tbHost
ре //
ре this.tbHost.Location = ре new System.Drawing.Point(100, ре 2);
ре this.tbHost.Name = ре "tbHost";
ре this.tbHost.ReadOnly = ре true;
ре this.tbHost.Size = ре new System.Drawing.Size(158, ре 20);
ре this.tbHost.TabIndex = ре 6;
ре this.tbHost.Text = ре "192.168.1.1";
ре //
ре // groupBox1
ре //
ре this.groupBox1.Controls.Add(this.radioARP);
ре this.groupBox1.Controls.Add(this.radioICMP);
ре this.groupBox1.Location = ре new System.Drawing.Point(15, ре 32);
ре this.groupBox1.Name = ре "groupBox1";
ре this.groupBox1.Size = ре new System.Drawing.Size(243, ре 68);
ре this.groupBox1.TabIndex = ре 4;
ре this.groupBox1.TabStop = ре false;
ре this.groupBox1.Text = ре "Метод тестирования";
ре //
ре // radioARP
ре //
ре this.radioARP.AutoSize = ре true;
ре this.radioARP.Location = ре new System.Drawing.Point(6, ре 42);
ре this.radioARP.Name = ре "radioARP";
ре this.radioARP.Size = ре new System.Drawing.Size(47, ре 17);
ре this.radioARP.TabIndex = ре 4;
ре this.radioARP.Text = ре "ARP";
ре this.radioARP.UseVisualStyleBackColor = ре true;
ре //
ре // radioICMP
ре //
ре this.radioICMP.AutoSize = ре true;
ре this.radioICMP.Checked = ре true;
96
ре this.radioICMP.Location = ре new System.Drawing.Point(6, ре 19);
ре this.radioICMP.Name = ре "radioICMP";
ре this.radioICMP.Size = ре new System.Drawing.Size(51, ре 17);
ре this.radioICMP.TabIndex = ре 3;
ре this.radioICMP.TabStop = ре true;
ре this.radioICMP.Text = ре "ICMP";
ре this.radioICMP.UseVisualStyleBackColor = ре true;
ре //
ре // label1
ре //
ре this.label1.AutoSize = ре true;
ре this.label1.Location = ре new System.Drawing.Point(12, ре 9);
ре this.label1.Name = ре "label1";
ре this.label1.Size = ре new System.Drawing.Size(82, ре 13);
ре this.label1.TabIndex = ре 5;
ре this.label1.Text = ре "IP Адрес ре хоста";
ре //
ре // btnEdit
ре //
ре this.btnEdit.Location = ре new System.Drawing.Point(15, ре 106);
ре this.btnEdit.Name = ре "btnEdit";
ре this.btnEdit.Size = ре new System.Drawing.Size(75, ре 23);
ре this.btnEdit.TabIndex = ре 7;
ре this.btnEdit.Text = ре "Изменить";
ре this.btnEdit.UseVisualStyleBackColor = ре true;
ре this.btnEdit.Click += ре new System.EventHandler(this.btnEdit_Click);
ре //
ре // btnCancel
ре //
ре this.btnCancel.DialogResult = ре System.Windows.Forms.DialogResult.Cancel;
ре this.btnCancel.Location = ре new System.Drawing.Point(181, ре 106);
ре this.btnCancel.Name = ре "btnCancel";
ре this.btnCancel.Size = ре new System.Drawing.Size(75, ре 23);
ре this.btnCancel.TabIndex = ре 8;
ре this.btnCancel.Text = ре "Отмена";
ре this.btnCancel.UseVisualStyleBackColor = ре true;
ре this.btnCancel.Click += ре new System.EventHandler(this.btnCancel_Click);
ре //
ре // frmEdit
ре //
ре this.AcceptButton = ре this.btnEdit;
ре this.AutoScaleDimensions = ре new System.Drawing.SizeF(6F, ре 13F);
ре this.AutoScaleMode = ре System.Windows.Forms.AutoScaleMode.Font;
ре this.CancelButton = ре this.btnCancel;
ре this.ClientSize = ре new System.Drawing.Size(268, ре 138);
ре this.Controls.Add(this.btnCancel);
ре this.Controls.Add(this.btnEdit);
ре this.Controls.Add(this.tbHost);
ре this.Controls.Add(this.groupBox1);
ре this.Controls.Add(this.label1);
ре this.Icon = ре ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
ре this.Name = ре "frmEdit";
97
ре this.Text = ре "Редактирование";
ре this.groupBox1.ResumeLayout(false);
ре this.groupBox1.PerformLayout();
ре this.ResumeLayout(false);
ре this.PerformLayout();
ре }
ре #endregion
ре private System.Windows.Forms.TextBox ре tbHost;
ре private System.Windows.Forms.GroupBox ре groupBox1;
ре private System.Windows.Forms.RadioButton ре radioARP;
ре private System.Windows.Forms.RadioButton ре radioICMP;
ре private System.Windows.Forms.Label ре label1;
ре private System.Windows.Forms.Button ре btnEdit;
ре private System.Windows.Forms.Button ре btnCancel;
ре }
}
/*Модуль ре frmMain.Designer.cs*/
namespace ре NetMon
{
ре partial ре class frmMain
ре {
ре /// <summary&gt;
ре /// Обязательная ре переменная конструктора.
ре /// ре </summary>
ре private System.ComponentModel.IContainer ре components = ре null;
ре /// ре <summary&gt;
ре /// Освободить ре все используемые ре ресурсы.
ре ///
ре /// <param ре name="disposing"&gt;истинно, ре если управляемый ре ресурс должен ре быть удален;
ре иначе ложно.</param&gt;
ре protected ре override void ре Dispose(bool disposing)
ре {
ре if (disposing ре && (components ре != null))
ре {
ре components.Dispose();
ре }
ре base.Dispose(disposing);
ре }
ре #region ре Код, автоматически ре созданный конструктором ре форм Windows
ре /// <summary&gt;
ре /// Требуемый ре метод для ре поддержки конструктора ре — не ре изменяйте
ре /// содержимое ре этого метода ре с помощью ре редактора кода.
ре /// ре </summary>
ре private void ре InitializeComponent()
98
ре {
ре System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 ре = new
ре System.Windows.Forms.DataGridViewCellStyle();
ре System.ComponentModel.ComponentResourceManager resources ре = new
ре System.ComponentModel.ComponentResourceManager(typeof(frmMain));
ре this.toolStrip1 = ре new System.Windows.Forms.ToolStrip();
ре this.btnAdd = ре new System.Windows.Forms.ToolStripButton();
ре this.btnEdit = ре new System.Windows.Forms.ToolStripButton();
ре this.btnDelete = ре new System.Windows.Forms.ToolStripButton();
ре this.btnDeleteAll = ре new System.Windows.Forms.ToolStripButton();
ре this.toolStripSeparator1 = ре new System.Windows.Forms.ToolStripSeparator();
ре this.btnClear = ре new System.Windows.Forms.ToolStripButton();
ре this.toolStripSeparator2 = ре new System.Windows.Forms.ToolStripSeparator();
ре this.btnReport = ре new System.Windows.Forms.ToolStripButton();
ре this.toolStripSeparator3 = ре new System.Windows.Forms.ToolStripSeparator();
ре this.btnSettings = ре new System.Windows.Forms.ToolStripButton();
ре this.btnAbout = ре new System.Windows.Forms.ToolStripButton();
ре this.statusStrip1 = ре new System.Windows.Forms.StatusStrip();
ре this.splitContainer1 = ре new System.Windows.Forms.SplitContainer();
ре this.dataGridView1 = ре new System.Windows.Forms.DataGridView();
ре this.dataGridView2 = ре new System.Windows.Forms.DataGridView();
ре this.toolStrip1.SuspendLayout();
ре ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
ре this.splitContainer1.Panel1.SuspendLayout();
ре this.splitContainer1.Panel2.SuspendLayout();
ре this.splitContainer1.SuspendLayout();
ре ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
ре ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit();
ре this.SuspendLayout();
ре //
ре // toolStrip1
ре //
ре this.toolStrip1.ImageScalingSize = ре new System.Drawing.Size(32, ре 32);
ре this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] ре {
ре this.btnAdd,
ре this.btnEdit,
ре this.btnDelete,
ре this.btnDeleteAll,
ре this.toolStripSeparator1,
ре this.btnClear,
ре this.toolStripSeparator2,
ре this.btnReport,
ре this.toolStripSeparator3,
ре this.btnSettings,
ре this.btnAbout});
ре this.toolStrip1.Location = ре new System.Drawing.Point(0, ре 0);
ре this.toolStrip1.Name = ре "toolStrip1";
ре this.toolStrip1.Size = ре new System.Drawing.Size(738, ре 54);
ре this.toolStrip1.TabIndex = ре 0;
ре this.toolStrip1.Text = ре "toolStrip1";
ре //
ре // btnAdd
99
ре //
ре this.btnAdd.Image = ре global::NetMon.Properties.Resources.plus;
ре this.btnAdd.ImageTransparentColor = ре System.Drawing.Color.Magenta;
ре this.btnAdd.Name = ре "btnAdd";
ре this.btnAdd.Size = ре new System.Drawing.Size(63, ре 51);
ре this.btnAdd.Text = ре "Добавить";
ре this.btnAdd.TextImageRelation = ре System.Windows.Forms.TextImageRelation.ImageAboveText;
ре this.btnAdd.Click += ре new System.EventHandler(this.btnAdd_Click);
ре //
ре // btnEdit
ре //
ре this.btnEdit.Image = ре global::NetMon.Properties.Resources.edit;
ре this.btnEdit.ImageTransparentColor = ре System.Drawing.Color.Magenta;
ре this.btnEdit.Name = ре "btnEdit";
ре this.btnEdit.Size = ре new System.Drawing.Size(91, ре 51);
ре this.btnEdit.Text = ре "Редактировать";
ре this.btnEdit.TextImageRelation = ре System.Windows.Forms.TextImageRelation.ImageAboveText;
ре this.btnEdit.Click += ре new System.EventHandler(this.btnEdit_Click);
ре //
ре // btnDelete
ре //
ре this.btnDelete.Image = ре global::NetMon.Properties.Resources.delete;
ре this.btnDelete.ImageTransparentColor = ре System.Drawing.Color.Magenta;
ре this.btnDelete.Name = ре "btnDelete";
ре this.btnDelete.Size = ре new System.Drawing.Size(125, ре 51);
ре this.btnDelete.Text ре = "Удалить ре выделенное";
ре this.btnDelete.TextImageRelation ре =
System.Windows.Forms.TextImageRelation.ImageAboveText;
ре this.btnDelete.ToolTipText ре = "Удалить ре выделенное";
ре this.btnDelete.Click ре += new ре System.EventHandler(this.btnDelete_Click);
ре //
ре // btnDeleteAll
ре //
ре this.btnDeleteAll.Image = ре global::NetMon.Properties.Resources.delete_all;
ре this.btnDeleteAll.ImageTransparentColor = ре System.Drawing.Color.Magenta;
ре this.btnDeleteAll.Name = ре "btnDeleteAll";
ре this.btnDeleteAll.Size = ре new System.Drawing.Size(76, ре 51);
ре this.btnDeleteAll.Text = ре "Удалить все";
ре this.btnDeleteAll.TextImageRelation =
ре System.Windows.Forms.TextImageRelation.ImageAboveText;
ре this.btnDeleteAll.Click += ре new System.EventHandler(this.btnDeleteAll_Click);
ре //
ре // toolStripSeparator1
ре //
ре this.toolStripSeparator1.Name = ре "toolStripSeparator1";
ре this.toolStripSeparator1.Size = ре new System.Drawing.Size(6, ре 54);
ре //
ре // btnClear
ре //
ре this.btnClear.Image = ре global::NetMon.Properties.Resources.clear;
ре this.btnClear.ImageTransparentColor = ре System.Drawing.Color.Magenta;
ре this.btnClear.Name = ре "btnClear";
100
ре this.btnClear.Size = ре new System.Drawing.Size(85, ре 51);
ре this.btnClear.Text = ре "Очистить лог";
ре this.btnClear.TextImageRelation = ре System.Windows.Forms.TextImageRelation.ImageAboveText;
ре this.btnClear.Click += ре new System.EventHandler(this.btnClear_Click);
ре //
ре // toolStripSeparator2
ре //
ре this.toolStripSeparator2.Name = ре "toolStripSeparator2";
ре this.toolStripSeparator2.Size = ре new System.Drawing.Size(6, ре 54);
ре //
ре // btnReport
ре //
ре this.btnReport.Image = ре global::NetMon.Properties.Resources.report;
ре this.btnReport.ImageTransparentColor = ре System.Drawing.Color.Magenta;
ре this.btnReport.Name = ре "btnReport";
ре this.btnReport.Size = ре new System.Drawing.Size(52, ре 51);
ре this.btnReport.Text = ре "Отчеты";
ре this.btnReport.TextImageRelation =
ре System.Windows.Forms.TextImageRelation.ImageAboveText;
ре this.btnReport.Click += ре new System.EventHandler(this.btnReport_Click);
ре //
ре // toolStripSeparator3
ре //
ре this.toolStripSeparator3.Name = ре "toolStripSeparator3";
ре this.toolStripSeparator3.Size = ре new System.Drawing.Size(6, ре 54);
ре //
ре // btnSettings
ре //
ре this.btnSettings.Image = ре global::NetMon.Properties.Resources.settings;
ре this.btnSettings.ImageTransparentColor = ре System.Drawing.Color.Magenta;
ре this.btnSettings.Name = ре "btnSettings";
ре this.btnSettings.Size = ре new System.Drawing.Size(71, ре 51);
ре this.btnSettings.Text = ре "Настройки";
ре this.btnSettings.TextImageRelation =
ре System.Windows.Forms.TextImageRelation.ImageAboveText;
ре this.btnSettings.Click += ре new System.EventHandler(this.btnSettings_Click);
ре //
ре // btnAbout
ре //
ре this.btnAbout.Alignment = ре System.Windows.Forms.ToolStripItemAlignment.Right;
ре this.btnAbout.Image = ре global::NetMon.Properties.Resources.info;
ре this.btnAbout.ImageTransparentColor = ре System.Drawing.Color.Magenta;
ре this.btnAbout.Name = ре "btnAbout";
ре this.btnAbout.Size = ре new System.Drawing.Size(86, ре 51);
ре this.btnAbout.Text ре = "О ре программе";
ре this.btnAbout.TextImageRelation ре = System.Windows.Forms.TextImageRelation.ImageAboveText;
ре this.btnAbout.Click += ре new System.EventHandler(this.btnAbout_Click);
ре //
ре // statusStrip1
ре //
ре this.statusStrip1.Location = ре new System.Drawing.Point(0, ре 465);
ре this.statusStrip1.Name = ре "statusStrip1";
101
ре this.statusStrip1.Size = ре new System.Drawing.Size(738, ре 22);
ре this.statusStrip1.TabIndex = ре 1;
ре this.statusStrip1.Text = ре "statusStrip1";
ре //
ре // splitContainer1
ре //
ре this.splitContainer1.Dock = ре System.Windows.Forms.DockStyle.Fill;
ре this.splitContainer1.Location = ре new System.Drawing.Point(0, ре 54);
ре this.splitContainer1.Name = ре "splitContainer1";
ре this.splitContainer1.Orientation = ре System.Windows.Forms.Orientation.Horizontal;
ре //
ре // splitContainer1.Panel1
ре //
ре this.splitContainer1.Panel1.Controls.Add(this.dataGridView1);
ре //
ре // splitContainer1.Panel2
ре //
ре this.splitContainer1.Panel2.Controls.Add(this.dataGridView2);
ре this.splitContainer1.Size = ре new System.Drawing.Size(738, ре 411);
ре this.splitContainer1.SplitterDistance = ре 214;
ре this.splitContainer1.TabIndex = ре 2;
ре //
ре // dataGridView1
ре //
ре this.dataGridView1.AllowUserToAddRows = ре false;
ре this.dataGridView1.AllowUserToDeleteRows = ре false;
ре this.dataGridView1.BackgroundColor = ре System.Drawing.SystemColors.Control;
ре this.dataGridView1.ColumnHeadersHeightSizeMode =
ре System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
ре dataGridViewCellStyle1.Alignment =
ре System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
ре dataGridViewCellStyle1.BackColor = ре System.Drawing.SystemColors.Window;
ре dataGridViewCellStyle1.Font = ре new System.Drawing.Font("Microsoft ре Sans Serif", ре 8.25F,
System.Drawing.FontStyle.Regular, ре System.Drawing.GraphicsUnit.Point, ((byte)(204)));
ре dataGridViewCellStyle1.ForeColor = ре System.Drawing.SystemColors.ControlText;
ре dataGridViewCellStyle1.SelectionBackColor =
ре System.Drawing.SystemColors.GradientActiveCaption;
ре dataGridViewCellStyle1.SelectionForeColor = ре System.Drawing.SystemColors.ControlText;
ре dataGridViewCellStyle1.WrapMode = ре System.Windows.Forms.DataGridViewTriState.False;
ре this.dataGridView1.DefaultCellStyle = ре dataGridViewCellStyle1;
ре this.dataGridView1.Dock = ре System.Windows.Forms.DockStyle.Fill;
ре this.dataGridView1.Location = ре new System.Drawing.Point(0, ре 0);
ре this.dataGridView1.Name = ре "dataGridView1";
ре this.dataGridView1.ReadOnly = ре true;
ре this.dataGridView1.SelectionMode =
ре System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
ре this.dataGridView1.Size = ре new System.Drawing.Size(738, ре 214);
ре this.dataGridView1.TabIndex = ре 0;
ре this.dataGridView1.CellPainting += ре new
System.Windows.Forms.DataGridViewCellPaintingEventHandler(this.dataGridView1_CellPaintin
g);
ре //

Смотрите также:

"Автоматизация обработки заявок ООО "Проектно-Строительная Компания"
"Автоматизация процесса аттестации персонала для ООО "Нэт Бай Нэт Холдинг"
"Анализ интернет-активности конкурентов ( на примере конкурентов "Газпром нефть")
"Бухгалтерский учёт и аудит расчётов с подотчётними лицами в организации на примере ООО "ЛОЦ 10""
«Психологическое сопровождение персонала в организации на примере ООО «Крокус»
Cовершенствование деловой оценки персонала в организации (на примере ООО "Даймонд кейтеринг развитие")
IPO - инструмент финансирования деятельности организации. На примере ПАО «Нефтяная компания «Лукойл»
PR как средство продвижения организации (на примере ПАО "Тамбовский завод "Комсомолец им. Н.С. Артемова")
PR-коммуникации в сфере общественного питания (на примере кафе-кондитерской «Cream Cheese»)
SMM как средство повышения эффективности работы учреждений социокультурной сферы (на примере Малого театра)