namespace SoftwareInstallationView { 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() { DeleteButton = new Button(); UpdateButton = new Button(); DataGridView = new DataGridView(); ((System.ComponentModel.ISupportInitialize)DataGridView).BeginInit(); SuspendLayout(); // // DeleteButton // DeleteButton.Location = new Point(617, 41); DeleteButton.Name = "DeleteButton"; DeleteButton.Size = new Size(114, 35); DeleteButton.TabIndex = 2; DeleteButton.Text = "Удалить"; DeleteButton.UseVisualStyleBackColor = true; DeleteButton.Click += DeleteButton_Click; // // UpdateButton // UpdateButton.Location = new Point(617, 95); UpdateButton.Name = "UpdateButton"; UpdateButton.Size = new Size(114, 36); UpdateButton.TabIndex = 3; UpdateButton.Text = "Обновить"; UpdateButton.UseVisualStyleBackColor = true; UpdateButton.Click += UpdateButton_Click; // // DataGridView // DataGridView.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize; DataGridView.Location = new Point(12, 12); DataGridView.Name = "DataGridView"; DataGridView.Size = new Size(572, 426); DataGridView.TabIndex = 4; // // FormClient // AutoScaleDimensions = new SizeF(7F, 15F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(769, 450); Controls.Add(DataGridView); Controls.Add(UpdateButton); Controls.Add(DeleteButton); Name = "FormClient"; Text = "Клиенты"; ((System.ComponentModel.ISupportInitialize)DataGridView).EndInit(); ResumeLayout(false); } #endregion private Button DeleteButton; private Button UpdateButton; private DataGridView DataGridView; } }