namespace BeautySaloonView { partial class FormPosition { /// /// 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.labelPosition = new System.Windows.Forms.Label(); this.textBox = new System.Windows.Forms.TextBox(); this.buttonCancel = new System.Windows.Forms.Button(); this.buttonSave = new System.Windows.Forms.Button(); this.SuspendLayout(); // // labelPosition // this.labelPosition.AutoSize = true; this.labelPosition.Location = new System.Drawing.Point(12, 9); this.labelPosition.Name = "labelPosition"; this.labelPosition.Size = new System.Drawing.Size(123, 15); this.labelPosition.TabIndex = 0; this.labelPosition.Text = "Название должности"; // // textBox // this.textBox.Location = new System.Drawing.Point(141, 6); this.textBox.Name = "textBox"; this.textBox.Size = new System.Drawing.Size(223, 23); this.textBox.TabIndex = 1; // // buttonCancel // this.buttonCancel.Location = new System.Drawing.Point(282, 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 = 13; this.buttonCancel.Text = "Отмена"; this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.Click += new System.EventHandler(this.ButtonCancel_Click); // // buttonSave // this.buttonSave.Location = new System.Drawing.Point(194, 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 = 12; this.buttonSave.Text = "Сохранить"; this.buttonSave.UseVisualStyleBackColor = true; this.buttonSave.Click += new System.EventHandler(this.ButtonSave_Click); // // FormPosition // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(376, 60); this.Controls.Add(this.buttonCancel); this.Controls.Add(this.buttonSave); this.Controls.Add(this.textBox); this.Controls.Add(this.labelPosition); this.Name = "FormPosition"; this.Text = "Создание должности"; this.Load += new System.EventHandler(this.FormPosition_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Label labelPosition; private TextBox textBox; private Button buttonCancel; private Button buttonSave; } }