namespace SoftwareInstallationView { partial class FormSoftwares { /// /// 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() { ToolsPanel = new Panel(); dataGridView = new DataGridView(); buttonRef = new Button(); buttonDel = new Button(); buttonUpd = new Button(); buttonAdd = new Button(); ToolsPanel.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)dataGridView).BeginInit(); SuspendLayout(); // // ToolsPanel // ToolsPanel.Controls.Add(dataGridView); ToolsPanel.Controls.Add(buttonRef); ToolsPanel.Controls.Add(buttonDel); ToolsPanel.Controls.Add(buttonUpd); ToolsPanel.Controls.Add(buttonAdd); ToolsPanel.Location = new Point(-1, -1); ToolsPanel.Name = "ToolsPanel"; ToolsPanel.Size = new Size(819, 481); ToolsPanel.TabIndex = 3; // // dataGridView // dataGridView.AllowUserToAddRows = false; dataGridView.AllowUserToDeleteRows = false; dataGridView.BackgroundColor = Color.White; dataGridView.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize; dataGridView.Location = new Point(0, 0); dataGridView.Name = "dataGridView"; dataGridView.ReadOnly = true; dataGridView.RowHeadersWidth = 51; dataGridView.RowTemplate.Height = 29; dataGridView.Size = new Size(590, 479); dataGridView.TabIndex = 2; // // buttonRef // buttonRef.Location = new Point(610, 231); buttonRef.Name = "buttonRef"; buttonRef.Size = new Size(126, 36); buttonRef.TabIndex = 3; buttonRef.Text = "Обновить"; buttonRef.UseVisualStyleBackColor = true; buttonRef.Click += ButtonRef_Click; // // buttonDel // buttonDel.Location = new Point(610, 167); buttonDel.Name = "buttonDel"; buttonDel.Size = new Size(126, 36); buttonDel.TabIndex = 2; buttonDel.Text = "Удалить"; buttonDel.UseVisualStyleBackColor = true; buttonDel.Click += ButtonDel_Click; // // buttonUpd // buttonUpd.Location = new Point(610, 101); buttonUpd.Name = "buttonUpd"; buttonUpd.Size = new Size(126, 36); buttonUpd.TabIndex = 1; buttonUpd.Text = "Изменить"; buttonUpd.UseVisualStyleBackColor = true; buttonUpd.Click += ButtonUpd_Click; // // buttonAdd // buttonAdd.Location = new Point(610, 41); buttonAdd.Name = "buttonAdd"; buttonAdd.Size = new Size(126, 36); buttonAdd.TabIndex = 0; buttonAdd.Text = "Добавить"; buttonAdd.UseVisualStyleBackColor = true; buttonAdd.Click += ButtonAdd_Click; // // FormSoftwares // AutoScaleDimensions = new SizeF(8F, 20F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(808, 479); Controls.Add(ToolsPanel); Name = "FormSoftwares"; Text = "ПО"; Load += FormSoftwarees_Load; ToolsPanel.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)dataGridView).EndInit(); ResumeLayout(false); } #endregion private Panel ToolsPanel; private Button buttonRef; private Button buttonDel; private Button buttonUpd; private Button buttonAdd; private DataGridView dataGridView; } }