2024-05-15 12:26:19 +04:00
|
|
|
|
namespace MedicalView.Patients
|
|
|
|
|
{
|
|
|
|
|
partial class FormPatient
|
|
|
|
|
{
|
|
|
|
|
/// <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()
|
|
|
|
|
{
|
2024-05-16 01:04:54 +04:00
|
|
|
|
numericUpDownWeight = new NumericUpDown();
|
|
|
|
|
numericUpDownHeight = new NumericUpDown();
|
2024-05-15 12:26:19 +04:00
|
|
|
|
radioButtonGenderFemale = new RadioButton();
|
|
|
|
|
radioButtonGenderMale = new RadioButton();
|
2024-05-16 01:04:54 +04:00
|
|
|
|
datePickerBirthday = new DateTimePicker();
|
2024-05-15 12:26:19 +04:00
|
|
|
|
label8 = new Label();
|
|
|
|
|
label7 = new Label();
|
|
|
|
|
label6 = new Label();
|
|
|
|
|
label5 = new Label();
|
|
|
|
|
menuStrip = new MenuStrip();
|
|
|
|
|
ApplyToolStripMenuItem = new ToolStripMenuItem();
|
|
|
|
|
CancelToolStripMenuItem = new ToolStripMenuItem();
|
|
|
|
|
textBoxPhoneNumber = new TextBox();
|
|
|
|
|
textBoxPatronymic = new TextBox();
|
|
|
|
|
textBoxName = new TextBox();
|
|
|
|
|
textBoxSurname = new TextBox();
|
|
|
|
|
label4 = new Label();
|
|
|
|
|
label3 = new Label();
|
|
|
|
|
label2 = new Label();
|
|
|
|
|
label1 = new Label();
|
2024-05-16 01:04:54 +04:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)numericUpDownWeight).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)numericUpDownHeight).BeginInit();
|
2024-05-15 12:26:19 +04:00
|
|
|
|
menuStrip.SuspendLayout();
|
|
|
|
|
SuspendLayout();
|
|
|
|
|
//
|
2024-05-16 01:04:54 +04:00
|
|
|
|
// numericUpDownWeight
|
2024-05-15 12:26:19 +04:00
|
|
|
|
//
|
2024-05-16 01:04:54 +04:00
|
|
|
|
numericUpDownWeight.Location = new Point(86, 263);
|
|
|
|
|
numericUpDownWeight.Maximum = new decimal(new int[] { 500, 0, 0, 0 });
|
|
|
|
|
numericUpDownWeight.Name = "numericUpDownWeight";
|
|
|
|
|
numericUpDownWeight.Size = new Size(150, 27);
|
|
|
|
|
numericUpDownWeight.TabIndex = 44;
|
|
|
|
|
numericUpDownWeight.Value = new decimal(new int[] { 50, 0, 0, 0 });
|
2024-05-15 12:26:19 +04:00
|
|
|
|
//
|
2024-05-16 01:04:54 +04:00
|
|
|
|
// numericUpDownHeight
|
2024-05-15 12:26:19 +04:00
|
|
|
|
//
|
2024-05-16 01:04:54 +04:00
|
|
|
|
numericUpDownHeight.Location = new Point(86, 230);
|
|
|
|
|
numericUpDownHeight.Maximum = new decimal(new int[] { 300, 0, 0, 0 });
|
|
|
|
|
numericUpDownHeight.Name = "numericUpDownHeight";
|
|
|
|
|
numericUpDownHeight.Size = new Size(150, 27);
|
|
|
|
|
numericUpDownHeight.TabIndex = 43;
|
|
|
|
|
numericUpDownHeight.Value = new decimal(new int[] { 150, 0, 0, 0 });
|
2024-05-15 12:26:19 +04:00
|
|
|
|
//
|
|
|
|
|
// radioButtonGenderFemale
|
|
|
|
|
//
|
|
|
|
|
radioButtonGenderFemale.AutoSize = true;
|
|
|
|
|
radioButtonGenderFemale.Location = new Point(140, 199);
|
|
|
|
|
radioButtonGenderFemale.Name = "radioButtonGenderFemale";
|
|
|
|
|
radioButtonGenderFemale.Size = new Size(43, 24);
|
|
|
|
|
radioButtonGenderFemale.TabIndex = 42;
|
2024-05-16 01:04:54 +04:00
|
|
|
|
radioButtonGenderFemale.Tag = "Ж";
|
2024-05-15 12:26:19 +04:00
|
|
|
|
radioButtonGenderFemale.Text = "Ж";
|
|
|
|
|
radioButtonGenderFemale.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// radioButtonGenderMale
|
|
|
|
|
//
|
|
|
|
|
radioButtonGenderMale.AutoSize = true;
|
2024-05-16 01:04:54 +04:00
|
|
|
|
radioButtonGenderMale.Checked = true;
|
2024-05-15 12:26:19 +04:00
|
|
|
|
radioButtonGenderMale.Location = new Point(71, 199);
|
|
|
|
|
radioButtonGenderMale.Name = "radioButtonGenderMale";
|
|
|
|
|
radioButtonGenderMale.Size = new Size(43, 24);
|
|
|
|
|
radioButtonGenderMale.TabIndex = 41;
|
|
|
|
|
radioButtonGenderMale.TabStop = true;
|
2024-05-16 01:04:54 +04:00
|
|
|
|
radioButtonGenderMale.Tag = "М";
|
2024-05-15 12:26:19 +04:00
|
|
|
|
radioButtonGenderMale.Text = "М";
|
|
|
|
|
radioButtonGenderMale.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
2024-05-16 01:04:54 +04:00
|
|
|
|
// datePickerBirthday
|
2024-05-15 12:26:19 +04:00
|
|
|
|
//
|
2024-05-16 01:04:54 +04:00
|
|
|
|
datePickerBirthday.Format = DateTimePickerFormat.Short;
|
|
|
|
|
datePickerBirthday.Location = new Point(140, 165);
|
|
|
|
|
datePickerBirthday.Name = "datePickerBirthday";
|
|
|
|
|
datePickerBirthday.Size = new Size(120, 27);
|
|
|
|
|
datePickerBirthday.TabIndex = 40;
|
2024-05-15 12:26:19 +04:00
|
|
|
|
//
|
|
|
|
|
// label8
|
|
|
|
|
//
|
|
|
|
|
label8.AutoSize = true;
|
|
|
|
|
label8.Location = new Point(7, 263);
|
|
|
|
|
label8.Name = "label8";
|
|
|
|
|
label8.Size = new Size(53, 20);
|
|
|
|
|
label8.TabIndex = 39;
|
|
|
|
|
label8.Text = "Вес, кг";
|
|
|
|
|
//
|
|
|
|
|
// label7
|
|
|
|
|
//
|
|
|
|
|
label7.AutoSize = true;
|
|
|
|
|
label7.Location = new Point(7, 232);
|
|
|
|
|
label7.Name = "label7";
|
|
|
|
|
label7.Size = new Size(64, 20);
|
|
|
|
|
label7.TabIndex = 38;
|
|
|
|
|
label7.Text = "Рост, см";
|
|
|
|
|
//
|
|
|
|
|
// label6
|
|
|
|
|
//
|
|
|
|
|
label6.AutoSize = true;
|
|
|
|
|
label6.Location = new Point(7, 201);
|
|
|
|
|
label6.Name = "label6";
|
|
|
|
|
label6.Size = new Size(37, 20);
|
|
|
|
|
label6.TabIndex = 37;
|
|
|
|
|
label6.Text = "Пол";
|
|
|
|
|
//
|
|
|
|
|
// label5
|
|
|
|
|
//
|
|
|
|
|
label5.AutoSize = true;
|
|
|
|
|
label5.Location = new Point(7, 169);
|
|
|
|
|
label5.Name = "label5";
|
|
|
|
|
label5.Size = new Size(116, 20);
|
|
|
|
|
label5.TabIndex = 36;
|
|
|
|
|
label5.Text = "Дата рождения";
|
|
|
|
|
//
|
|
|
|
|
// menuStrip
|
|
|
|
|
//
|
|
|
|
|
menuStrip.ImageScalingSize = new Size(20, 20);
|
|
|
|
|
menuStrip.Items.AddRange(new ToolStripItem[] { ApplyToolStripMenuItem, CancelToolStripMenuItem });
|
|
|
|
|
menuStrip.Location = new Point(0, 0);
|
|
|
|
|
menuStrip.Name = "menuStrip";
|
|
|
|
|
menuStrip.Size = new Size(570, 28);
|
|
|
|
|
menuStrip.TabIndex = 35;
|
|
|
|
|
menuStrip.Text = "menuStrip1";
|
|
|
|
|
//
|
|
|
|
|
// ApplyToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
ApplyToolStripMenuItem.Name = "ApplyToolStripMenuItem";
|
|
|
|
|
ApplyToolStripMenuItem.Size = new Size(97, 24);
|
|
|
|
|
ApplyToolStripMenuItem.Text = "Сохранить";
|
2024-05-16 01:04:54 +04:00
|
|
|
|
ApplyToolStripMenuItem.Click += ApplyToolStripMenuItem_Click;
|
2024-05-15 12:26:19 +04:00
|
|
|
|
//
|
|
|
|
|
// CancelToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
CancelToolStripMenuItem.Name = "CancelToolStripMenuItem";
|
|
|
|
|
CancelToolStripMenuItem.Size = new Size(76, 24);
|
|
|
|
|
CancelToolStripMenuItem.Text = "Отмена";
|
2024-05-16 01:04:54 +04:00
|
|
|
|
CancelToolStripMenuItem.Click += CancelToolStripMenuItem_Click;
|
2024-05-15 12:26:19 +04:00
|
|
|
|
//
|
|
|
|
|
// textBoxPhoneNumber
|
|
|
|
|
//
|
|
|
|
|
textBoxPhoneNumber.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
|
|
|
|
textBoxPhoneNumber.Location = new Point(140, 132);
|
|
|
|
|
textBoxPhoneNumber.Name = "textBoxPhoneNumber";
|
|
|
|
|
textBoxPhoneNumber.Size = new Size(418, 27);
|
|
|
|
|
textBoxPhoneNumber.TabIndex = 34;
|
|
|
|
|
//
|
|
|
|
|
// textBoxPatronymic
|
|
|
|
|
//
|
|
|
|
|
textBoxPatronymic.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
|
|
|
|
textBoxPatronymic.Location = new Point(86, 100);
|
|
|
|
|
textBoxPatronymic.Name = "textBoxPatronymic";
|
|
|
|
|
textBoxPatronymic.Size = new Size(472, 27);
|
|
|
|
|
textBoxPatronymic.TabIndex = 33;
|
|
|
|
|
//
|
|
|
|
|
// textBoxName
|
|
|
|
|
//
|
|
|
|
|
textBoxName.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
|
|
|
|
textBoxName.Location = new Point(86, 66);
|
|
|
|
|
textBoxName.Name = "textBoxName";
|
|
|
|
|
textBoxName.Size = new Size(472, 27);
|
|
|
|
|
textBoxName.TabIndex = 32;
|
|
|
|
|
//
|
|
|
|
|
// textBoxSurname
|
|
|
|
|
//
|
|
|
|
|
textBoxSurname.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
|
|
|
|
textBoxSurname.Location = new Point(86, 31);
|
|
|
|
|
textBoxSurname.Name = "textBoxSurname";
|
|
|
|
|
textBoxSurname.Size = new Size(472, 27);
|
|
|
|
|
textBoxSurname.TabIndex = 31;
|
|
|
|
|
//
|
|
|
|
|
// label4
|
|
|
|
|
//
|
|
|
|
|
label4.AutoSize = true;
|
|
|
|
|
label4.Location = new Point(7, 135);
|
|
|
|
|
label4.Name = "label4";
|
|
|
|
|
label4.Size = new Size(127, 20);
|
|
|
|
|
label4.TabIndex = 30;
|
|
|
|
|
label4.Text = "Номер телефона";
|
|
|
|
|
//
|
|
|
|
|
// label3
|
|
|
|
|
//
|
|
|
|
|
label3.AutoSize = true;
|
|
|
|
|
label3.Location = new Point(7, 103);
|
|
|
|
|
label3.Name = "label3";
|
|
|
|
|
label3.Size = new Size(72, 20);
|
|
|
|
|
label3.TabIndex = 29;
|
|
|
|
|
label3.Text = "Отчество";
|
|
|
|
|
//
|
|
|
|
|
// label2
|
|
|
|
|
//
|
|
|
|
|
label2.AutoSize = true;
|
|
|
|
|
label2.Location = new Point(7, 69);
|
|
|
|
|
label2.Name = "label2";
|
|
|
|
|
label2.Size = new Size(39, 20);
|
|
|
|
|
label2.TabIndex = 28;
|
|
|
|
|
label2.Text = "Имя";
|
|
|
|
|
//
|
|
|
|
|
// label1
|
|
|
|
|
//
|
|
|
|
|
label1.AutoSize = true;
|
|
|
|
|
label1.Location = new Point(7, 34);
|
|
|
|
|
label1.Name = "label1";
|
|
|
|
|
label1.Size = new Size(73, 20);
|
|
|
|
|
label1.TabIndex = 27;
|
|
|
|
|
label1.Text = "Фамилия";
|
|
|
|
|
//
|
|
|
|
|
// FormPatient
|
|
|
|
|
//
|
|
|
|
|
AutoScaleDimensions = new SizeF(8F, 20F);
|
|
|
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
|
|
|
ClientSize = new Size(570, 297);
|
2024-05-16 01:04:54 +04:00
|
|
|
|
Controls.Add(numericUpDownWeight);
|
|
|
|
|
Controls.Add(numericUpDownHeight);
|
2024-05-15 12:26:19 +04:00
|
|
|
|
Controls.Add(radioButtonGenderFemale);
|
|
|
|
|
Controls.Add(radioButtonGenderMale);
|
2024-05-16 01:04:54 +04:00
|
|
|
|
Controls.Add(datePickerBirthday);
|
2024-05-15 12:26:19 +04:00
|
|
|
|
Controls.Add(label8);
|
|
|
|
|
Controls.Add(label7);
|
|
|
|
|
Controls.Add(label6);
|
|
|
|
|
Controls.Add(label5);
|
|
|
|
|
Controls.Add(menuStrip);
|
|
|
|
|
Controls.Add(textBoxPhoneNumber);
|
|
|
|
|
Controls.Add(textBoxPatronymic);
|
|
|
|
|
Controls.Add(textBoxName);
|
|
|
|
|
Controls.Add(textBoxSurname);
|
|
|
|
|
Controls.Add(label4);
|
|
|
|
|
Controls.Add(label3);
|
|
|
|
|
Controls.Add(label2);
|
|
|
|
|
Controls.Add(label1);
|
|
|
|
|
MinimumSize = new Size(0, 344);
|
|
|
|
|
Name = "FormPatient";
|
|
|
|
|
Text = "Редактировать пациента";
|
2024-05-16 01:04:54 +04:00
|
|
|
|
Load += FormPatient_Load;
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)numericUpDownWeight).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)numericUpDownHeight).EndInit();
|
2024-05-15 12:26:19 +04:00
|
|
|
|
menuStrip.ResumeLayout(false);
|
|
|
|
|
menuStrip.PerformLayout();
|
|
|
|
|
ResumeLayout(false);
|
|
|
|
|
PerformLayout();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
2024-05-16 01:04:54 +04:00
|
|
|
|
private NumericUpDown numericUpDownWeight;
|
|
|
|
|
private NumericUpDown numericUpDownHeight;
|
2024-05-15 12:26:19 +04:00
|
|
|
|
private RadioButton radioButtonGenderFemale;
|
|
|
|
|
private RadioButton radioButtonGenderMale;
|
2024-05-16 01:04:54 +04:00
|
|
|
|
private DateTimePicker datePickerBirthday;
|
2024-05-15 12:26:19 +04:00
|
|
|
|
private Label label8;
|
|
|
|
|
private Label label7;
|
|
|
|
|
private Label label6;
|
|
|
|
|
private Label label5;
|
|
|
|
|
private MenuStrip menuStrip;
|
|
|
|
|
private ToolStripMenuItem ApplyToolStripMenuItem;
|
|
|
|
|
private ToolStripMenuItem CancelToolStripMenuItem;
|
|
|
|
|
private TextBox textBoxPhoneNumber;
|
|
|
|
|
private TextBox textBoxPatronymic;
|
|
|
|
|
private TextBox textBoxName;
|
|
|
|
|
private TextBox textBoxSurname;
|
|
|
|
|
private Label label4;
|
|
|
|
|
private Label label3;
|
|
|
|
|
private Label label2;
|
|
|
|
|
private Label label1;
|
|
|
|
|
}
|
|
|
|
|
}
|