namespace PrecastConcretePlantView { partial class FormImplementers { /// /// 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() { dataGridView = new DataGridView(); ToolsPanel = new Panel(); buttonAdd = new Button(); buttonUpd = new Button(); buttonDel = new Button(); buttonRef = new Button(); ((System.ComponentModel.ISupportInitialize)dataGridView).BeginInit(); ToolsPanel.SuspendLayout(); SuspendLayout(); // // dataGridView // dataGridView.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize; dataGridView.Location = new Point(12, 12); dataGridView.Name = "dataGridView"; dataGridView.ReadOnly = true; dataGridView.RowTemplate.Height = 25; dataGridView.Size = new Size(470, 314); dataGridView.TabIndex = 0; // // ToolsPanel // ToolsPanel.Controls.Add(buttonRef); ToolsPanel.Controls.Add(buttonDel); ToolsPanel.Controls.Add(buttonUpd); ToolsPanel.Controls.Add(buttonAdd); ToolsPanel.Location = new Point(488, 12); ToolsPanel.Name = "ToolsPanel"; ToolsPanel.Size = new Size(200, 314); ToolsPanel.TabIndex = 1; // // buttonAdd // buttonAdd.Location = new Point(16, 51); buttonAdd.Name = "buttonAdd"; buttonAdd.Size = new Size(166, 40); buttonAdd.TabIndex = 0; buttonAdd.Text = "Добавить"; buttonAdd.UseVisualStyleBackColor = true; buttonAdd.Click += buttonAdd_Click; // // buttonUpd // buttonUpd.Location = new Point(16, 97); buttonUpd.Name = "buttonUpd"; buttonUpd.Size = new Size(166, 40); buttonUpd.TabIndex = 1; buttonUpd.Text = "Изменить"; buttonUpd.UseVisualStyleBackColor = true; buttonUpd.Click += buttonUpd_Click; // // buttonDel // buttonDel.Location = new Point(16, 143); buttonDel.Name = "buttonDel"; buttonDel.Size = new Size(166, 40); buttonDel.TabIndex = 2; buttonDel.Text = "Удалить"; buttonDel.UseVisualStyleBackColor = true; buttonDel.Click += buttonDel_Click; // // buttonRef // buttonRef.Location = new Point(16, 189); buttonRef.Name = "buttonRef"; buttonRef.Size = new Size(166, 40); buttonRef.TabIndex = 3; buttonRef.Text = "Обновить"; buttonRef.UseVisualStyleBackColor = true; buttonRef.Click += buttonRef_Click; // // FormImplementers // AutoScaleDimensions = new SizeF(7F, 15F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(700, 338); Controls.Add(ToolsPanel); Controls.Add(dataGridView); Name = "FormImplementers"; Text = "Исполнитель"; Load += FormImplementers_Load; ((System.ComponentModel.ISupportInitialize)dataGridView).EndInit(); ToolsPanel.ResumeLayout(false); ResumeLayout(false); } #endregion private DataGridView dataGridView; private Panel ToolsPanel; private Button buttonRef; private Button buttonDel; private Button buttonUpd; private Button buttonAdd; } }