282 lines
11 KiB
C#
282 lines
11 KiB
C#
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()
|
||
{
|
||
numericUpDown2 = new NumericUpDown();
|
||
numericUpDown1 = new NumericUpDown();
|
||
radioButtonGenderFemale = new RadioButton();
|
||
radioButtonGenderMale = new RadioButton();
|
||
dateTimePicker1 = new DateTimePicker();
|
||
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();
|
||
((System.ComponentModel.ISupportInitialize)numericUpDown2).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)numericUpDown1).BeginInit();
|
||
menuStrip.SuspendLayout();
|
||
SuspendLayout();
|
||
//
|
||
// numericUpDown2
|
||
//
|
||
numericUpDown2.Location = new Point(86, 263);
|
||
numericUpDown2.Name = "numericUpDown2";
|
||
numericUpDown2.Size = new Size(150, 27);
|
||
numericUpDown2.TabIndex = 44;
|
||
//
|
||
// numericUpDown1
|
||
//
|
||
numericUpDown1.Location = new Point(86, 230);
|
||
numericUpDown1.Name = "numericUpDown1";
|
||
numericUpDown1.Size = new Size(150, 27);
|
||
numericUpDown1.TabIndex = 43;
|
||
//
|
||
// radioButtonGenderFemale
|
||
//
|
||
radioButtonGenderFemale.AutoSize = true;
|
||
radioButtonGenderFemale.Location = new Point(140, 199);
|
||
radioButtonGenderFemale.Name = "radioButtonGenderFemale";
|
||
radioButtonGenderFemale.Size = new Size(43, 24);
|
||
radioButtonGenderFemale.TabIndex = 42;
|
||
radioButtonGenderFemale.TabStop = true;
|
||
radioButtonGenderFemale.Text = "Ж";
|
||
radioButtonGenderFemale.UseVisualStyleBackColor = true;
|
||
//
|
||
// radioButtonGenderMale
|
||
//
|
||
radioButtonGenderMale.AutoSize = true;
|
||
radioButtonGenderMale.Location = new Point(71, 199);
|
||
radioButtonGenderMale.Name = "radioButtonGenderMale";
|
||
radioButtonGenderMale.Size = new Size(43, 24);
|
||
radioButtonGenderMale.TabIndex = 41;
|
||
radioButtonGenderMale.TabStop = true;
|
||
radioButtonGenderMale.Text = "М";
|
||
radioButtonGenderMale.UseVisualStyleBackColor = true;
|
||
//
|
||
// dateTimePicker1
|
||
//
|
||
dateTimePicker1.Location = new Point(140, 165);
|
||
dateTimePicker1.Name = "dateTimePicker1";
|
||
dateTimePicker1.Size = new Size(185, 27);
|
||
dateTimePicker1.TabIndex = 40;
|
||
//
|
||
// 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 = "Сохранить";
|
||
//
|
||
// CancelToolStripMenuItem
|
||
//
|
||
CancelToolStripMenuItem.Name = "CancelToolStripMenuItem";
|
||
CancelToolStripMenuItem.Size = new Size(76, 24);
|
||
CancelToolStripMenuItem.Text = "Отмена";
|
||
//
|
||
// 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);
|
||
Controls.Add(numericUpDown2);
|
||
Controls.Add(numericUpDown1);
|
||
Controls.Add(radioButtonGenderFemale);
|
||
Controls.Add(radioButtonGenderMale);
|
||
Controls.Add(dateTimePicker1);
|
||
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 = "Редактировать пациента";
|
||
((System.ComponentModel.ISupportInitialize)numericUpDown2).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)numericUpDown1).EndInit();
|
||
menuStrip.ResumeLayout(false);
|
||
menuStrip.PerformLayout();
|
||
ResumeLayout(false);
|
||
PerformLayout();
|
||
}
|
||
|
||
#endregion
|
||
|
||
private NumericUpDown numericUpDown2;
|
||
private NumericUpDown numericUpDown1;
|
||
private RadioButton radioButtonGenderFemale;
|
||
private RadioButton radioButtonGenderMale;
|
||
private DateTimePicker dateTimePicker1;
|
||
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;
|
||
}
|
||
} |