namespace Publication.Forms { partial class FormCustomer { /// /// 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() { labelFIO = new Label(); textBoxFullName = new TextBox(); lablelAge = new Label(); labelTypeCustomer = new Label(); labelPhone = new Label(); labelEmail = new Label(); numericUpDownAge = new NumericUpDown(); comboBoxTypeCustomer = new ComboBox(); textBoxEmail = new TextBox(); buttonSave = new Button(); buttonBreak = new Button(); textBoxPhone = new TextBox(); ((System.ComponentModel.ISupportInitialize)numericUpDownAge).BeginInit(); SuspendLayout(); // // labelFIO // labelFIO.AutoSize = true; labelFIO.Location = new Point(30, 37); labelFIO.Name = "labelFIO"; labelFIO.Size = new Size(42, 20); labelFIO.TabIndex = 0; labelFIO.Text = "ФИО"; // // textBoxFullName // textBoxFullName.Location = new Point(183, 37); textBoxFullName.Name = "textBoxFullName"; textBoxFullName.Size = new Size(150, 27); textBoxFullName.TabIndex = 1; // // lablelAge // lablelAge.AutoSize = true; lablelAge.Location = new Point(30, 94); lablelAge.Name = "lablelAge"; lablelAge.Size = new Size(64, 20); lablelAge.TabIndex = 2; lablelAge.Text = "Возраст"; // // labelTypeCustomer // labelTypeCustomer.AutoSize = true; labelTypeCustomer.Location = new Point(30, 161); labelTypeCustomer.Name = "labelTypeCustomer"; labelTypeCustomer.Size = new Size(108, 20); labelTypeCustomer.TabIndex = 3; labelTypeCustomer.Text = "Тип заказчика"; // // labelPhone // labelPhone.AutoSize = true; labelPhone.Location = new Point(30, 227); labelPhone.Name = "labelPhone"; labelPhone.Size = new Size(127, 20); labelPhone.TabIndex = 4; labelPhone.Text = "Номер телефона"; // // labelEmail // labelEmail.AutoSize = true; labelEmail.Location = new Point(30, 301); labelEmail.Name = "labelEmail"; labelEmail.Size = new Size(51, 20); labelEmail.TabIndex = 5; labelEmail.Text = "Почта"; // // numericUpDownAge // numericUpDownAge.Location = new Point(182, 94); numericUpDownAge.Name = "numericUpDownAge"; numericUpDownAge.Size = new Size(150, 27); numericUpDownAge.TabIndex = 6; // // comboBoxTypeCustomer // comboBoxTypeCustomer.DropDownStyle = ComboBoxStyle.DropDownList; comboBoxTypeCustomer.FormattingEnabled = true; comboBoxTypeCustomer.Location = new Point(182, 161); comboBoxTypeCustomer.Name = "comboBoxTypeCustomer"; comboBoxTypeCustomer.Size = new Size(151, 28); comboBoxTypeCustomer.TabIndex = 7; // // textBoxEmail // textBoxEmail.Location = new Point(182, 298); textBoxEmail.Name = "textBoxEmail"; textBoxEmail.Size = new Size(150, 27); textBoxEmail.TabIndex = 9; // // buttonSave // buttonSave.Anchor = AnchorStyles.Bottom | AnchorStyles.Left; buttonSave.Location = new Point(30, 371); buttonSave.Name = "buttonSave"; buttonSave.Size = new Size(94, 29); buttonSave.TabIndex = 10; buttonSave.Text = "Сохранить"; buttonSave.UseVisualStyleBackColor = true; buttonSave.Click += buttonSave_Click; // // buttonBreak // buttonBreak.Anchor = AnchorStyles.Bottom | AnchorStyles.Right; buttonBreak.Location = new Point(238, 371); buttonBreak.Name = "buttonBreak"; buttonBreak.Size = new Size(94, 29); buttonBreak.TabIndex = 11; buttonBreak.Text = "Отмена"; buttonBreak.UseVisualStyleBackColor = true; buttonBreak.Click += buttonBreak_Click; // // textBoxPhone // textBoxPhone.Location = new Point(182, 227); textBoxPhone.Name = "textBoxPhone"; textBoxPhone.Size = new Size(150, 27); textBoxPhone.TabIndex = 12; // // FormCustomer // AutoScaleDimensions = new SizeF(8F, 20F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(403, 433); Controls.Add(textBoxPhone); Controls.Add(buttonBreak); Controls.Add(buttonSave); Controls.Add(textBoxEmail); Controls.Add(comboBoxTypeCustomer); Controls.Add(numericUpDownAge); Controls.Add(labelEmail); Controls.Add(labelPhone); Controls.Add(labelTypeCustomer); Controls.Add(lablelAge); Controls.Add(textBoxFullName); Controls.Add(labelFIO); Name = "FormCustomer"; StartPosition = FormStartPosition.CenterScreen; Text = "Заказчик"; ((System.ComponentModel.ISupportInitialize)numericUpDownAge).EndInit(); ResumeLayout(false); PerformLayout(); } #endregion private Label labelFIO; private TextBox textBoxFullName; private Label lablelAge; private Label labelTypeCustomer; private Label labelPhone; private Label labelEmail; private NumericUpDown numericUpDownAge; private ComboBox comboBoxTypeCustomer; private TextBox textBoxEmail; private Button buttonSave; private Button buttonBreak; private TextBox textBoxPhone; } }