namespace Forum { partial class FormAddTopic { /// /// 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.textBoxTopic = new System.Windows.Forms.TextBox(); this.buttonSave = new System.Windows.Forms.Button(); this.buttonCancel = new System.Windows.Forms.Button(); this.SuspendLayout(); // // textBoxTopic // this.textBoxTopic.Location = new System.Drawing.Point(18, 9); this.textBoxTopic.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.textBoxTopic.Name = "textBoxTopic"; this.textBoxTopic.Size = new System.Drawing.Size(191, 23); this.textBoxTopic.TabIndex = 0; // // buttonSave // this.buttonSave.Location = new System.Drawing.Point(18, 34); this.buttonSave.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.buttonSave.Name = "buttonSave"; this.buttonSave.Size = new System.Drawing.Size(82, 22); this.buttonSave.TabIndex = 1; this.buttonSave.Text = "Сохранить"; this.buttonSave.UseVisualStyleBackColor = true; this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click); // // buttonCancel // this.buttonCancel.Location = new System.Drawing.Point(126, 34); this.buttonCancel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Size = new System.Drawing.Size(82, 22); this.buttonCancel.TabIndex = 2; this.buttonCancel.Text = "Отмена"; this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click); // // FormAddTopic // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(220, 63); this.Controls.Add(this.buttonCancel); this.Controls.Add(this.buttonSave); this.Controls.Add(this.textBoxTopic); this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.Name = "FormAddTopic"; this.Text = "Тема"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private TextBox textBoxTopic; private Button buttonSave; private Button buttonCancel; } }