PIbd-21_Shanygin_A.V_BaseData/Hotel/HotelView/FormPost.Designer.cs

100 lines
3.3 KiB
C#

namespace HotelView
{
partial class FormPost
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
label1 = new Label();
textBoxPost = new TextBox();
buttonCancel = new Button();
buttonSave = new Button();
SuspendLayout();
//
// label1
//
label1.AutoSize = true;
label1.Location = new Point(14, 27);
label1.Name = "label1";
label1.Size = new Size(89, 20);
label1.TabIndex = 0;
label1.Text = "Должность:";
//
// textBoxPost
//
textBoxPost.Location = new Point(99, 24);
textBoxPost.Margin = new Padding(3, 4, 3, 4);
textBoxPost.Name = "textBoxPost";
textBoxPost.Size = new Size(237, 27);
textBoxPost.TabIndex = 2;
//
// buttonCancel
//
buttonCancel.Location = new Point(248, 73);
buttonCancel.Margin = new Padding(3, 4, 3, 4);
buttonCancel.Name = "buttonCancel";
buttonCancel.Size = new Size(88, 40);
buttonCancel.TabIndex = 7;
buttonCancel.Text = "Отмена";
buttonCancel.UseVisualStyleBackColor = true;
buttonCancel.Click += buttonCancel_Click;
//
// buttonSave
//
buttonSave.Location = new Point(138, 73);
buttonSave.Margin = new Padding(3, 4, 3, 4);
buttonSave.Name = "buttonSave";
buttonSave.Size = new Size(95, 40);
buttonSave.TabIndex = 6;
buttonSave.Text = "Сохранить";
buttonSave.UseVisualStyleBackColor = true;
buttonSave.Click += buttonSave_Click;
//
// FormPost
//
AutoScaleDimensions = new SizeF(8F, 20F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(364, 136);
Controls.Add(buttonCancel);
Controls.Add(buttonSave);
Controls.Add(textBoxPost);
Controls.Add(label1);
Margin = new Padding(3, 4, 3, 4);
Name = "FormPost";
Text = "Покупатель";
Load += FormPost_Load;
ResumeLayout(false);
PerformLayout();
}
#endregion
private Label label1;
private TextBox textBoxPost;
private Button buttonCancel;
private Button buttonSave;
}
}