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() { this.DataGridView = new System.Windows.Forms.DataGridView(); this.DeleteButton = new System.Windows.Forms.Button(); this.UpdateButton = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.DataGridView)).BeginInit(); this.SuspendLayout(); // // DataGridView // this.DataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.DataGridView.Location = new System.Drawing.Point(12, 12); this.DataGridView.Name = "DataGridView"; this.DataGridView.RowTemplate.Height = 25; this.DataGridView.Size = new System.Drawing.Size(572, 426); this.DataGridView.TabIndex = 0; // // DeleteButton // this.DeleteButton.Location = new System.Drawing.Point(590, 27); this.DeleteButton.Name = "DeleteButton"; this.DeleteButton.Size = new System.Drawing.Size(114, 35); this.DeleteButton.TabIndex = 1; this.DeleteButton.Text = "Удалить"; this.DeleteButton.UseVisualStyleBackColor = true; this.DeleteButton.Click += new System.EventHandler(this.DeleteButton_Click); // // UpdateButton // this.UpdateButton.Location = new System.Drawing.Point(590, 78); this.UpdateButton.Name = "UpdateButton"; this.UpdateButton.Size = new System.Drawing.Size(114, 36); this.UpdateButton.TabIndex = 2; this.UpdateButton.Text = "Обновить"; this.UpdateButton.UseVisualStyleBackColor = true; this.UpdateButton.Click += new System.EventHandler(this.UpdateButton_Click); // // FromClients // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(710, 450); this.Controls.Add(this.UpdateButton); this.Controls.Add(this.DeleteButton); this.Controls.Add(this.DataGridView); this.Name = "FromClients"; this.Text = "Клиенты"; this.Load += new System.EventHandler(this.FormClients_Load); ((System.ComponentModel.ISupportInitialize)(this.DataGridView)).EndInit(); this.ResumeLayout(false); } #endregion private DataGridView DataGridView; private Button DeleteButton; private Button UpdateButton; } }