namespace ProjectFamilyBudget.Forms { partial class FormPeople { /// /// 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() { label1 = new Label(); textBoxPeopleName = new TextBox(); label3 = new Label(); numericUpDownAge = new NumericUpDown(); buttonSave = new Button(); buttonCansel = new Button(); label4 = new Label(); comboBoxMember = new ComboBox(); label5 = new Label(); textBoxLastName = new TextBox(); ((System.ComponentModel.ISupportInitialize)numericUpDownAge).BeginInit(); SuspendLayout(); // // label1 // label1.AutoSize = true; label1.Location = new Point(29, 27); label1.Name = "label1"; label1.Size = new Size(31, 15); label1.TabIndex = 0; label1.Text = "Имя"; // // textBoxPeopleName // textBoxPeopleName.Location = new Point(86, 24); textBoxPeopleName.Name = "textBoxPeopleName"; textBoxPeopleName.Size = new Size(166, 23); textBoxPeopleName.TabIndex = 1; // // label3 // label3.AutoSize = true; label3.Location = new Point(10, 138); label3.Name = "label3"; label3.Size = new Size(50, 15); label3.TabIndex = 4; label3.Text = "Возраст"; // // numericUpDownAge // numericUpDownAge.Location = new Point(86, 136); numericUpDownAge.Minimum = new decimal(new int[] { 1, 0, 0, 0 }); numericUpDownAge.Name = "numericUpDownAge"; numericUpDownAge.Size = new Size(166, 23); numericUpDownAge.TabIndex = 5; numericUpDownAge.Value = new decimal(new int[] { 1, 0, 0, 0 }); // // buttonSave // buttonSave.Location = new Point(12, 273); buttonSave.Name = "buttonSave"; buttonSave.Size = new Size(90, 45); buttonSave.TabIndex = 6; buttonSave.Text = "Сохранить"; buttonSave.UseVisualStyleBackColor = true; buttonSave.Click += buttonSave_Click; // // buttonCansel // buttonCansel.Location = new Point(162, 275); buttonCansel.Name = "buttonCansel"; buttonCansel.Size = new Size(90, 43); buttonCansel.TabIndex = 7; buttonCansel.Text = "Отмена"; buttonCansel.UseVisualStyleBackColor = true; buttonCansel.Click += buttonCansel_Click; // // label4 // label4.AutoSize = true; label4.Location = new Point(2, 201); label4.Name = "label4"; label4.Size = new Size(72, 15); label4.TabIndex = 8; label4.Text = "Член семьи"; // // comboBoxMember // comboBoxMember.DropDownStyle = ComboBoxStyle.DropDownList; comboBoxMember.FormattingEnabled = true; comboBoxMember.Location = new Point(86, 198); comboBoxMember.Name = "comboBoxMember"; comboBoxMember.Size = new Size(166, 23); comboBoxMember.TabIndex = 9; // // label5 // label5.AutoSize = true; label5.Location = new Point(2, 81); label5.Name = "label5"; label5.Size = new Size(58, 15); label5.TabIndex = 10; label5.Text = "Фамилия"; // // textBoxLastName // textBoxLastName.Location = new Point(86, 81); textBoxLastName.Name = "textBoxLastName"; textBoxLastName.Size = new Size(166, 23); textBoxLastName.TabIndex = 11; // // FormPeople // AutoScaleDimensions = new SizeF(7F, 15F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(264, 341); Controls.Add(textBoxLastName); Controls.Add(label5); Controls.Add(comboBoxMember); Controls.Add(label4); Controls.Add(buttonCansel); Controls.Add(buttonSave); Controls.Add(numericUpDownAge); Controls.Add(label3); Controls.Add(textBoxPeopleName); Controls.Add(label1); Name = "FormPeople"; StartPosition = FormStartPosition.CenterParent; Text = "Человек"; ((System.ComponentModel.ISupportInitialize)numericUpDownAge).EndInit(); ResumeLayout(false); PerformLayout(); } #endregion private Label label1; private TextBox textBoxPeopleName; private Label label3; private NumericUpDown numericUpDownAge; private Button buttonSave; private Button buttonCansel; private Label label4; private ComboBox comboBoxMember; private Label label5; private TextBox textBoxLastName; } }