namespace ProjectGSM.Forms { partial class FormClient { /// /// 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() { nameLabel = new Label(); nameTextBox = new TextBox(); emailLabel = new Label(); emailTextBox = new TextBox(); saveButton = new Button(); cancelButton = new Button(); sex = new Label(); sexCheckBox = new CheckBox(); DateLabel = new Label(); dateTimePicker = new DateTimePicker(); PhoneLabel = new Label(); phoneText = new TextBox(); adressLabel = new Label(); adressBox = new TextBox(); SuspendLayout(); // // nameLabel // nameLabel.Location = new Point(10, 10); nameLabel.Name = "nameLabel"; nameLabel.Size = new Size(100, 23); nameLabel.TabIndex = 0; nameLabel.Text = "Имя клиента:"; // // nameTextBox // nameTextBox.Location = new Point(120, 10); nameTextBox.Name = "nameTextBox"; nameTextBox.Size = new Size(108, 23); nameTextBox.TabIndex = 1; // // emailLabel // emailLabel.Location = new Point(10, 50); emailLabel.Name = "emailLabel"; emailLabel.Size = new Size(100, 23); emailLabel.TabIndex = 2; emailLabel.Text = "Email:"; // // emailTextBox // emailTextBox.Location = new Point(120, 50); emailTextBox.Name = "emailTextBox"; emailTextBox.Size = new Size(108, 23); emailTextBox.TabIndex = 3; // // saveButton // saveButton.Location = new Point(117, 226); saveButton.Name = "saveButton"; saveButton.Size = new Size(75, 23); saveButton.TabIndex = 4; saveButton.Text = "Сохранить"; saveButton.Click += saveButton_Click; // // cancelButton // cancelButton.Location = new Point(197, 226); cancelButton.Name = "cancelButton"; cancelButton.Size = new Size(75, 23); cancelButton.TabIndex = 5; cancelButton.Text = "Отмена"; cancelButton.Click += cancelButton_Click; // // sex // sex.Location = new Point(10, 89); sex.Name = "sex"; sex.Size = new Size(100, 23); sex.TabIndex = 0; sex.Text = "Пол:"; // // sexCheckBox // sexCheckBox.AutoSize = true; sexCheckBox.Location = new Point(120, 88); sexCheckBox.Name = "sexCheckBox"; sexCheckBox.Size = new Size(77, 19); sexCheckBox.TabIndex = 6; sexCheckBox.Text = "мужчина"; sexCheckBox.UseVisualStyleBackColor = true; // // DateLabel // DateLabel.Location = new Point(10, 121); DateLabel.Name = "DateLabel"; DateLabel.Size = new Size(100, 23); DateLabel.TabIndex = 7; DateLabel.Text = "Дата рождения:"; // // dateTimePicker // dateTimePicker.Location = new Point(116, 115); dateTimePicker.Name = "dateTimePicker"; dateTimePicker.Size = new Size(112, 23); dateTimePicker.TabIndex = 8; // // PhoneLabel // PhoneLabel.Location = new Point(10, 157); PhoneLabel.Name = "PhoneLabel"; PhoneLabel.Size = new Size(111, 23); PhoneLabel.TabIndex = 9; PhoneLabel.Text = "Номер телефона:"; // // phoneText // phoneText.Location = new Point(120, 155); phoneText.Name = "phoneText"; phoneText.Size = new Size(108, 23); phoneText.TabIndex = 10; // // adressLabel // adressLabel.Location = new Point(10, 191); adressLabel.Name = "adressLabel"; adressLabel.Size = new Size(111, 23); adressLabel.TabIndex = 11; adressLabel.Text = "Адрес:"; // // adressBox // adressBox.Location = new Point(120, 191); adressBox.Name = "adressBox"; adressBox.Size = new Size(108, 23); adressBox.TabIndex = 12; // // FormClient // ClientSize = new Size(284, 261); Controls.Add(adressBox); Controls.Add(adressLabel); Controls.Add(phoneText); Controls.Add(PhoneLabel); Controls.Add(dateTimePicker); Controls.Add(DateLabel); Controls.Add(sexCheckBox); Controls.Add(sex); Controls.Add(nameLabel); Controls.Add(nameTextBox); Controls.Add(emailLabel); Controls.Add(emailTextBox); Controls.Add(saveButton); Controls.Add(cancelButton); Name = "FormClient"; StartPosition = FormStartPosition.CenterScreen; Text = "Клиент"; ResumeLayout(false); PerformLayout(); } #endregion private Label nameLabel; private TextBox nameTextBox; private Label emailLabel; private TextBox emailTextBox; private Button saveButton; private Button cancelButton; private Label sex; private Label label2; private CheckBox sexCheckBox; private Label DateLabel; private DateTimePicker dateTimePicker; private Label PhoneLabel; private TextBox phoneText; private Label adressLabel; private TextBox adressBox; } }