namespace AppView { partial class FormKeys { /// /// 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() { buttonKeyCreate = new Button(); dataGridViewKeys = new DataGridView(); ButtonKeyRemove = new Button(); buttonKeysUpdate = new Button(); ((System.ComponentModel.ISupportInitialize)dataGridViewKeys).BeginInit(); SuspendLayout(); // // buttonKeyCreate // buttonKeyCreate.Location = new Point(441, 12); buttonKeyCreate.Name = "buttonKeyCreate"; buttonKeyCreate.Size = new Size(128, 34); buttonKeyCreate.TabIndex = 0; buttonKeyCreate.Text = "Создать"; buttonKeyCreate.UseVisualStyleBackColor = true; buttonKeyCreate.Click += buttonKeyCreate_Click; // // dataGridViewKeys // dataGridViewKeys.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize; dataGridViewKeys.Location = new Point(12, 12); dataGridViewKeys.Name = "dataGridViewKeys"; dataGridViewKeys.RowTemplate.Height = 25; dataGridViewKeys.Size = new Size(423, 435); dataGridViewKeys.TabIndex = 1; // // ButtonKeyRemove // ButtonKeyRemove.Location = new Point(441, 52); ButtonKeyRemove.Name = "ButtonKeyRemove"; ButtonKeyRemove.Size = new Size(128, 34); ButtonKeyRemove.TabIndex = 2; ButtonKeyRemove.Text = "Удалить"; ButtonKeyRemove.UseVisualStyleBackColor = true; // // buttonKeysUpdate // buttonKeysUpdate.Location = new Point(441, 92); buttonKeysUpdate.Name = "buttonKeysUpdate"; buttonKeysUpdate.Size = new Size(128, 34); buttonKeysUpdate.TabIndex = 3; buttonKeysUpdate.Text = "Обновить"; buttonKeysUpdate.UseVisualStyleBackColor = true; // // FormKeys // AutoScaleDimensions = new SizeF(7F, 15F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(581, 459); Controls.Add(buttonKeysUpdate); Controls.Add(ButtonKeyRemove); Controls.Add(dataGridViewKeys); Controls.Add(buttonKeyCreate); Name = "FormKeys"; Text = "Ключи"; ((System.ComponentModel.ISupportInitialize)dataGridViewKeys).EndInit(); ResumeLayout(false); } #endregion private Button buttonKeyCreate; private DataGridView dataGridViewKeys; private Button ButtonKeyRemove; private Button buttonKeysUpdate; } }