namespace SewingDressesView { partial class ImplementsForm { /// /// 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(); buttonUpdate = new Button(); ((System.ComponentModel.ISupportInitialize)dataGridView).BeginInit(); SuspendLayout(); // // dataGridView // dataGridView.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize; dataGridView.Location = new Point(17, 18); dataGridView.Name = "dataGridView"; dataGridView.RowHeadersWidth = 51; dataGridView.RowTemplate.Height = 29; dataGridView.Size = new Size(524, 355); dataGridView.TabIndex = 0; // // buttonCreate // buttonCreate.Location = new Point(572, 18); buttonCreate.Name = "buttonCreate"; buttonCreate.Size = new Size(94, 29); buttonCreate.TabIndex = 1; buttonCreate.Text = "Создать"; buttonCreate.UseVisualStyleBackColor = true; buttonCreate.Click += buttonCreate_Click; // // buttonChange // buttonChange.Location = new Point(572, 64); buttonChange.Name = "buttonChange"; buttonChange.Size = new Size(94, 29); buttonChange.TabIndex = 2; buttonChange.Text = "Изменить"; buttonChange.UseVisualStyleBackColor = true; buttonChange.Click += buttonChange_Click; // // buttonDelete // buttonDelete.Location = new Point(572, 111); buttonDelete.Name = "buttonDelete"; buttonDelete.Size = new Size(94, 29); buttonDelete.TabIndex = 3; buttonDelete.Text = "Удалить"; buttonDelete.UseVisualStyleBackColor = true; buttonDelete.Click += buttonDelete_Click; // // buttonUpdate // buttonUpdate.Location = new Point(572, 161); buttonUpdate.Name = "buttonUpdate"; buttonUpdate.Size = new Size(94, 29); buttonUpdate.TabIndex = 4; buttonUpdate.Text = "Обновить"; buttonUpdate.UseVisualStyleBackColor = true; buttonUpdate.Click += buttonUpdate_Click; // // ImplementsForm // AutoScaleDimensions = new SizeF(8F, 20F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(678, 383); Controls.Add(buttonUpdate); Controls.Add(buttonDelete); Controls.Add(buttonChange); Controls.Add(buttonCreate); Controls.Add(dataGridView); Name = "ImplementsForm"; Text = "Исполнители"; Load += ImplementsForm_Load; ((System.ComponentModel.ISupportInitialize)dataGridView).EndInit(); ResumeLayout(false); } #endregion private DataGridView dataGridView; private Button buttonCreate; private Button buttonChange; private Button buttonDelete; private Button buttonUpdate; } }