namespace LawFirmView { partial class Исполнители { /// /// 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(); buttonUpdate = new Button(); buttonDelete = new Button(); buttonRef = new Button(); ((System.ComponentModel.ISupportInitialize)dataGridView).BeginInit(); SuspendLayout(); // // dataGridView // dataGridView.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize; dataGridView.Location = new Point(0, 0); dataGridView.Margin = new Padding(3, 4, 3, 4); dataGridView.Name = "dataGridView"; dataGridView.RowHeadersWidth = 51; dataGridView.RowTemplate.Height = 25; dataGridView.Size = new Size(479, 571); dataGridView.TabIndex = 0; // // buttonCreate // buttonCreate.Location = new Point(544, 16); buttonCreate.Margin = new Padding(3, 4, 3, 4); buttonCreate.Name = "buttonCreate"; buttonCreate.Size = new Size(86, 31); buttonCreate.TabIndex = 1; buttonCreate.Text = "Добавить"; buttonCreate.UseVisualStyleBackColor = true; buttonCreate.Click += buttonCreate_Click; // // buttonUpdate // buttonUpdate.Location = new Point(544, 77); buttonUpdate.Margin = new Padding(3, 4, 3, 4); buttonUpdate.Name = "buttonUpdate"; buttonUpdate.Size = new Size(86, 31); buttonUpdate.TabIndex = 2; buttonUpdate.Text = "Изменить"; buttonUpdate.UseVisualStyleBackColor = true; buttonUpdate.Click += buttonUpdate_Click; // // buttonDelete // buttonDelete.Location = new Point(544, 136); buttonDelete.Margin = new Padding(3, 4, 3, 4); buttonDelete.Name = "buttonDelete"; buttonDelete.Size = new Size(86, 31); buttonDelete.TabIndex = 3; buttonDelete.Text = "Удалить"; buttonDelete.UseVisualStyleBackColor = true; buttonDelete.Click += buttonDelete_Click; // // buttonRef // buttonRef.Location = new Point(544, 195); buttonRef.Margin = new Padding(3, 4, 3, 4); buttonRef.Name = "buttonRef"; buttonRef.Size = new Size(86, 31); buttonRef.TabIndex = 4; buttonRef.Text = "Обновить"; buttonRef.UseVisualStyleBackColor = true; buttonRef.Click += buttonRef_Click; // // Исполнители // AutoScaleDimensions = new SizeF(8F, 20F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(681, 587); Controls.Add(buttonRef); Controls.Add(buttonDelete); Controls.Add(buttonUpdate); Controls.Add(buttonCreate); Controls.Add(dataGridView); Margin = new Padding(3, 4, 3, 4); Name = "Исполнители"; Text = "FormImplementers"; Load += FormImplementers_Load; ((System.ComponentModel.ISupportInitialize)dataGridView).EndInit(); ResumeLayout(false); } #endregion private DataGridView dataGridView; private Button buttonCreate; private Button buttonUpdate; private Button buttonDelete; private Button buttonRef; } }