2024-11-03 16:04:27 +04:00
|
|
|
|
namespace ProjectFamilyBudget.Forms
|
|
|
|
|
{
|
|
|
|
|
partial class FormPeople
|
|
|
|
|
{
|
|
|
|
|
/// <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();
|
|
|
|
|
textBoxPeopleName = new TextBox();
|
|
|
|
|
label3 = new Label();
|
|
|
|
|
numericUpDownAge = new NumericUpDown();
|
|
|
|
|
buttonSave = new Button();
|
|
|
|
|
buttonCansel = new Button();
|
|
|
|
|
label4 = new Label();
|
|
|
|
|
comboBoxMember = new ComboBox();
|
2024-11-05 17:54:04 +04:00
|
|
|
|
label5 = new Label();
|
|
|
|
|
textBoxLastName = new TextBox();
|
2024-11-03 16:04:27 +04:00
|
|
|
|
((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";
|
2024-11-05 17:54:04 +04:00
|
|
|
|
textBoxPeopleName.Size = new Size(166, 23);
|
2024-11-03 16:04:27 +04:00
|
|
|
|
textBoxPeopleName.TabIndex = 1;
|
|
|
|
|
//
|
|
|
|
|
// label3
|
|
|
|
|
//
|
|
|
|
|
label3.AutoSize = true;
|
2024-11-05 17:54:04 +04:00
|
|
|
|
label3.Location = new Point(10, 138);
|
2024-11-03 16:04:27 +04:00
|
|
|
|
label3.Name = "label3";
|
|
|
|
|
label3.Size = new Size(50, 15);
|
|
|
|
|
label3.TabIndex = 4;
|
|
|
|
|
label3.Text = "Возраст";
|
|
|
|
|
//
|
|
|
|
|
// numericUpDownAge
|
|
|
|
|
//
|
2024-11-05 17:54:04 +04:00
|
|
|
|
numericUpDownAge.Location = new Point(86, 136);
|
2024-11-03 16:04:27 +04:00
|
|
|
|
numericUpDownAge.Minimum = new decimal(new int[] { 1, 0, 0, 0 });
|
|
|
|
|
numericUpDownAge.Name = "numericUpDownAge";
|
2024-11-05 17:54:04 +04:00
|
|
|
|
numericUpDownAge.Size = new Size(166, 23);
|
2024-11-03 16:04:27 +04:00
|
|
|
|
numericUpDownAge.TabIndex = 5;
|
|
|
|
|
numericUpDownAge.Value = new decimal(new int[] { 1, 0, 0, 0 });
|
|
|
|
|
//
|
|
|
|
|
// buttonSave
|
|
|
|
|
//
|
2024-11-05 17:54:04 +04:00
|
|
|
|
buttonSave.Location = new Point(12, 273);
|
2024-11-03 16:04:27 +04:00
|
|
|
|
buttonSave.Name = "buttonSave";
|
|
|
|
|
buttonSave.Size = new Size(90, 45);
|
|
|
|
|
buttonSave.TabIndex = 6;
|
|
|
|
|
buttonSave.Text = "Сохранить";
|
|
|
|
|
buttonSave.UseVisualStyleBackColor = true;
|
|
|
|
|
buttonSave.Click += buttonSave_Click;
|
|
|
|
|
//
|
|
|
|
|
// buttonCansel
|
|
|
|
|
//
|
2024-11-05 17:54:04 +04:00
|
|
|
|
buttonCansel.Location = new Point(162, 275);
|
2024-11-03 16:04:27 +04:00
|
|
|
|
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;
|
2024-11-05 17:54:04 +04:00
|
|
|
|
label4.Location = new Point(2, 201);
|
2024-11-03 16:04:27 +04:00
|
|
|
|
label4.Name = "label4";
|
|
|
|
|
label4.Size = new Size(72, 15);
|
|
|
|
|
label4.TabIndex = 8;
|
|
|
|
|
label4.Text = "Член семьи";
|
|
|
|
|
//
|
|
|
|
|
// comboBoxMember
|
|
|
|
|
//
|
|
|
|
|
comboBoxMember.DropDownStyle = ComboBoxStyle.DropDownList;
|
|
|
|
|
comboBoxMember.FormattingEnabled = true;
|
2024-11-05 17:54:04 +04:00
|
|
|
|
comboBoxMember.Location = new Point(86, 198);
|
2024-11-03 16:04:27 +04:00
|
|
|
|
comboBoxMember.Name = "comboBoxMember";
|
2024-11-05 17:54:04 +04:00
|
|
|
|
comboBoxMember.Size = new Size(166, 23);
|
2024-11-03 16:04:27 +04:00
|
|
|
|
comboBoxMember.TabIndex = 9;
|
|
|
|
|
//
|
2024-11-05 17:54:04 +04:00
|
|
|
|
// 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;
|
|
|
|
|
//
|
2024-11-03 16:04:27 +04:00
|
|
|
|
// FormPeople
|
|
|
|
|
//
|
|
|
|
|
AutoScaleDimensions = new SizeF(7F, 15F);
|
|
|
|
|
AutoScaleMode = AutoScaleMode.Font;
|
2024-11-05 17:54:04 +04:00
|
|
|
|
ClientSize = new Size(264, 341);
|
|
|
|
|
Controls.Add(textBoxLastName);
|
|
|
|
|
Controls.Add(label5);
|
2024-11-03 16:04:27 +04:00
|
|
|
|
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;
|
2024-11-05 17:54:04 +04:00
|
|
|
|
private Label label5;
|
|
|
|
|
private TextBox textBoxLastName;
|
2024-11-03 16:04:27 +04:00
|
|
|
|
}
|
|
|
|
|
}
|