namespace SoftwareInstallation { partial class FormClients { /// /// 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(); ButtonDelete = new Button(); ((System.ComponentModel.ISupportInitialize)DataGridView).BeginInit(); SuspendLayout(); // // DataGridView // DataGridView.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize; DataGridView.Location = new Point(12, 34); DataGridView.Name = "DataGridView"; DataGridView.RowTemplate.Height = 25; DataGridView.Size = new Size(776, 404); DataGridView.TabIndex = 0; // // ButtonDelete // ButtonDelete.Location = new Point(12, 5); ButtonDelete.Name = "ButtonDelete"; ButtonDelete.Size = new Size(123, 23); ButtonDelete.TabIndex = 1; ButtonDelete.Text = "Удалить"; ButtonDelete.UseVisualStyleBackColor = true; ButtonDelete.Click += ButtonDelete_Click; // // ClientsForm // AutoScaleDimensions = new SizeF(7F, 15F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(800, 450); Controls.Add(ButtonDelete); Controls.Add(DataGridView); Name = "ClientsForm"; Text = "Клиенты"; Load += FormClients_Load; ((System.ComponentModel.ISupportInitialize)DataGridView).EndInit(); ResumeLayout(false); } #endregion private DataGridView DataGridView; private Button ButtonDelete; } }