namespace BookShopView { partial class FormGenre { /// /// 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.NameTextBox = new System.Windows.Forms.TextBox(); this.LabelName = new System.Windows.Forms.Label(); this.ButtonCancel = new System.Windows.Forms.Button(); this.ButtonSave = new System.Windows.Forms.Button(); this.SuspendLayout(); // // NameTextBox // this.NameTextBox.Location = new System.Drawing.Point(128, 16); this.NameTextBox.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.NameTextBox.Name = "NameTextBox"; this.NameTextBox.Size = new System.Drawing.Size(194, 27); this.NameTextBox.TabIndex = 0; // // LabelName // this.LabelName.AutoSize = true; this.LabelName.Location = new System.Drawing.Point(14, 20); this.LabelName.Name = "LabelName"; this.LabelName.Size = new System.Drawing.Size(80, 20); this.LabelName.TabIndex = 2; this.LabelName.Text = "Название:"; // // ButtonCancel // this.ButtonCancel.Location = new System.Drawing.Point(211, 63); this.ButtonCancel.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.ButtonCancel.Name = "ButtonCancel"; this.ButtonCancel.Size = new System.Drawing.Size(111, 39); this.ButtonCancel.TabIndex = 8; this.ButtonCancel.Text = "Отмена"; this.ButtonCancel.UseVisualStyleBackColor = true; this.ButtonCancel.Click += new System.EventHandler(this.ButtonCancel_Click); // // ButtonSave // this.ButtonSave.Location = new System.Drawing.Point(79, 63); this.ButtonSave.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.ButtonSave.Name = "ButtonSave"; this.ButtonSave.Size = new System.Drawing.Size(111, 39); this.ButtonSave.TabIndex = 9; this.ButtonSave.Text = "Сохранить"; this.ButtonSave.UseVisualStyleBackColor = true; this.ButtonSave.Click += new System.EventHandler(this.ButtonSave_Click); // // FormGenre // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(350, 119); this.Controls.Add(this.ButtonSave); this.Controls.Add(this.ButtonCancel); this.Controls.Add(this.LabelName); this.Controls.Add(this.NameTextBox); this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.Name = "FormGenre"; this.Text = "Жанр"; this.Load += new System.EventHandler(this.FormGenre_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private TextBox NameTextBox; private Label LabelName; private Button ButtonCancel; private Button ButtonSave; } }