namespace RenovationWorkView { 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(); buttonCreate = new Button(); buttonChange = new Button(); buttonDelete = new Button(); buttonRefresh = new Button(); ((System.ComponentModel.ISupportInitialize)dataGridView).BeginInit(); SuspendLayout(); // // dataGridView // dataGridView.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize; dataGridView.Location = new Point(12, 12); dataGridView.Name = "dataGridView"; dataGridView.RowTemplate.Height = 25; dataGridView.Size = new Size(597, 332); dataGridView.TabIndex = 0; // // buttonCreate // buttonCreate.Location = new Point(636, 12); buttonCreate.Name = "buttonCreate"; buttonCreate.Size = new Size(122, 23); buttonCreate.TabIndex = 1; buttonCreate.Text = "Создать"; buttonCreate.UseVisualStyleBackColor = true; buttonCreate.Click += buttonCreate_Click; // // buttonChange // buttonChange.Location = new Point(636, 41); buttonChange.Name = "buttonChange"; buttonChange.Size = new Size(122, 23); buttonChange.TabIndex = 2; buttonChange.Text = "Изменить"; buttonChange.UseVisualStyleBackColor = true; buttonChange.Click += buttonChange_Click; // // buttonDelete // buttonDelete.Location = new Point(636, 70); buttonDelete.Name = "buttonDelete"; buttonDelete.Size = new Size(122, 23); buttonDelete.TabIndex = 3; buttonDelete.Text = "Удалить"; buttonDelete.UseVisualStyleBackColor = true; buttonDelete.Click += buttonDelete_Click; // // buttonRefresh // buttonRefresh.Location = new Point(636, 99); buttonRefresh.Name = "buttonRefresh"; buttonRefresh.Size = new Size(122, 23); buttonRefresh.TabIndex = 4; buttonRefresh.Text = "Обновить"; buttonRefresh.UseVisualStyleBackColor = true; buttonRefresh.Click += buttonRefresh_Click; // // FormImplementers // AutoScaleDimensions = new SizeF(7F, 15F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(779, 356); Controls.Add(buttonRefresh); Controls.Add(buttonDelete); Controls.Add(buttonChange); Controls.Add(buttonCreate); Controls.Add(dataGridView); Name = "FormImplementers"; Text = "Исполнители"; Load += FormImplementers_Load; ((System.ComponentModel.ISupportInitialize)dataGridView).EndInit(); ResumeLayout(false); } #endregion private DataGridView dataGridView; private Button buttonCreate; private Button buttonChange; private Button buttonDelete; private Button buttonRefresh; } }