From c508cf024267071ea081524a560c0ef33a029dd9 Mon Sep 17 00:00:00 2001 From: "ns.potapov" Date: Wed, 15 May 2024 12:26:19 +0400 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=B0=D1=87=D0=B0=D0=BB=20=D0=B4=D0=B5?= =?UTF-8?q?=D0=BB=D0=B0=D1=82=D1=8C=20=D1=84=D0=BE=D1=80=D0=BC=D1=8B=20?= =?UTF-8?q?=D0=B4=D0=B5=D1=82=D0=B0=D0=BB=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Diagnoses/FormDiagnose.Designer.cs | 117 ++++++++ Medical/MedicalView/Diagnoses/FormDiagnose.cs | 20 ++ .../MedicalView/Diagnoses/FormDiagnose.resx | 123 ++++++++ .../Doctors/FormDoctor.Designer.cs | 197 ++++++++++++ Medical/MedicalView/Doctors/FormDoctor.cs | 20 ++ Medical/MedicalView/Doctors/FormDoctor.resx | 123 ++++++++ .../Patients/FormPatient.Designer.cs | 282 ++++++++++++++++++ Medical/MedicalView/Patients/FormPatient.cs | 20 ++ Medical/MedicalView/Patients/FormPatient.resx | 123 ++++++++ .../FormSpecialization.Designer.cs | 129 ++++++++ .../Specializations/FormSpecialization.cs | 20 ++ .../Specializations/FormSpecialization.resx | 123 ++++++++ .../MedicalView/Visits/FormVisit.Designer.cs | 45 +++ Medical/MedicalView/Visits/FormVisit.cs | 20 ++ Medical/MedicalView/Visits/FormVisit.resx | 120 ++++++++ 15 files changed, 1482 insertions(+) create mode 100644 Medical/MedicalView/Diagnoses/FormDiagnose.Designer.cs create mode 100644 Medical/MedicalView/Diagnoses/FormDiagnose.cs create mode 100644 Medical/MedicalView/Diagnoses/FormDiagnose.resx create mode 100644 Medical/MedicalView/Doctors/FormDoctor.Designer.cs create mode 100644 Medical/MedicalView/Doctors/FormDoctor.cs create mode 100644 Medical/MedicalView/Doctors/FormDoctor.resx create mode 100644 Medical/MedicalView/Patients/FormPatient.Designer.cs create mode 100644 Medical/MedicalView/Patients/FormPatient.cs create mode 100644 Medical/MedicalView/Patients/FormPatient.resx create mode 100644 Medical/MedicalView/Specializations/FormSpecialization.Designer.cs create mode 100644 Medical/MedicalView/Specializations/FormSpecialization.cs create mode 100644 Medical/MedicalView/Specializations/FormSpecialization.resx create mode 100644 Medical/MedicalView/Visits/FormVisit.Designer.cs create mode 100644 Medical/MedicalView/Visits/FormVisit.cs create mode 100644 Medical/MedicalView/Visits/FormVisit.resx diff --git a/Medical/MedicalView/Diagnoses/FormDiagnose.Designer.cs b/Medical/MedicalView/Diagnoses/FormDiagnose.Designer.cs new file mode 100644 index 0000000..0f9b45d --- /dev/null +++ b/Medical/MedicalView/Diagnoses/FormDiagnose.Designer.cs @@ -0,0 +1,117 @@ +namespace MedicalView.Diagnoses +{ + partial class FormDiagnose + { + /// + /// 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() + { + textBoxName = new TextBox(); + label1 = new Label(); + menuStrip = new MenuStrip(); + ApplyToolStripMenuItem = new ToolStripMenuItem(); + CancelToolStripMenuItem = new ToolStripMenuItem(); + menuStrip.SuspendLayout(); + SuspendLayout(); + // + // textBoxName + // + textBoxName.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right; + textBoxName.Location = new Point(89, 39); + textBoxName.Name = "textBoxName"; + textBoxName.Size = new Size(381, 27); + textBoxName.TabIndex = 13; + // + // label1 + // + label1.AutoSize = true; + label1.Location = new Point(10, 42); + label1.Name = "label1"; + label1.Size = new Size(77, 20); + label1.TabIndex = 9; + label1.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(482, 28); + menuStrip.TabIndex = 17; + 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 = "Отмена"; + // + // FormDiagnose + // + AutoScaleDimensions = new SizeF(8F, 20F); + AutoScaleMode = AutoScaleMode.Font; + ClientSize = new Size(482, 78); + Controls.Add(menuStrip); + Controls.Add(textBoxName); + Controls.Add(label1); + MinimumSize = new Size(0, 125); + Name = "FormDiagnose"; + Text = "Редактировать диагноз"; + menuStrip.ResumeLayout(false); + menuStrip.PerformLayout(); + ResumeLayout(false); + PerformLayout(); + } + + #endregion + + private TextBox textBoxPhoneNumber; + private TextBox textBoxPatronymic; + private TextBox textBoxName; + private TextBox textBoxName; + private Label label4; + private Label label3; + private Label label1; + private MenuStrip menuStrip; + private ToolStripMenuItem ApplyToolStripMenuItem; + private ToolStripMenuItem CancelToolStripMenuItem; + private Label label5; + private Label label6; + private Label label7; + private Label label8; + private DateTimePicker dateTimePicker1; + private RadioButton radioButtonGenderMale; + private RadioButton radioButtonGenderFemale; + private NumericUpDown numericUpDown1; + private NumericUpDown numericUpDown2; + } +} \ No newline at end of file diff --git a/Medical/MedicalView/Diagnoses/FormDiagnose.cs b/Medical/MedicalView/Diagnoses/FormDiagnose.cs new file mode 100644 index 0000000..4f20e60 --- /dev/null +++ b/Medical/MedicalView/Diagnoses/FormDiagnose.cs @@ -0,0 +1,20 @@ +using System; +using System.Collections.Generic; +using System.ComponentModel; +using System.Data; +using System.Drawing; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using System.Windows.Forms; + +namespace MedicalView.Diagnoses +{ + public partial class FormDiagnose : Form + { + public FormDiagnose() + { + InitializeComponent(); + } + } +} diff --git a/Medical/MedicalView/Diagnoses/FormDiagnose.resx b/Medical/MedicalView/Diagnoses/FormDiagnose.resx new file mode 100644 index 0000000..6c82d08 --- /dev/null +++ b/Medical/MedicalView/Diagnoses/FormDiagnose.resx @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 17, 17 + + \ No newline at end of file diff --git a/Medical/MedicalView/Doctors/FormDoctor.Designer.cs b/Medical/MedicalView/Doctors/FormDoctor.Designer.cs new file mode 100644 index 0000000..3934840 --- /dev/null +++ b/Medical/MedicalView/Doctors/FormDoctor.Designer.cs @@ -0,0 +1,197 @@ +namespace MedicalView.Doctors +{ + partial class FormDoctor + { + /// + /// 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(); + label2 = new Label(); + label3 = new Label(); + label4 = new Label(); + label5 = new Label(); + textBoxSurname = new TextBox(); + textBoxName = new TextBox(); + textBoxPatronymic = new TextBox(); + textBoxPhoneNumber = new TextBox(); + comboBoxSpecialization = new ComboBox(); + menuStrip = new MenuStrip(); + ApplyToolStripMenuItem = new ToolStripMenuItem(); + CancelToolStripMenuItem = new ToolStripMenuItem(); + menuStrip.SuspendLayout(); + SuspendLayout(); + // + // label1 + // + label1.AutoSize = true; + label1.Location = new Point(12, 39); + label1.Name = "label1"; + label1.Size = new Size(73, 20); + label1.TabIndex = 0; + label1.Text = "Фамилия"; + // + // label2 + // + label2.AutoSize = true; + label2.Location = new Point(12, 74); + label2.Name = "label2"; + label2.Size = new Size(39, 20); + label2.TabIndex = 1; + label2.Text = "Имя"; + // + // label3 + // + label3.AutoSize = true; + label3.Location = new Point(12, 108); + label3.Name = "label3"; + label3.Size = new Size(72, 20); + label3.TabIndex = 2; + label3.Text = "Отчество"; + // + // label4 + // + label4.AutoSize = true; + label4.Location = new Point(12, 140); + label4.Name = "label4"; + label4.Size = new Size(127, 20); + label4.TabIndex = 3; + label4.Text = "Номер телефона"; + // + // label5 + // + label5.AutoSize = true; + label5.Location = new Point(12, 172); + label5.Name = "label5"; + label5.Size = new Size(116, 20); + label5.TabIndex = 4; + label5.Text = "Специальность"; + // + // textBoxSurname + // + textBoxSurname.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right; + textBoxSurname.Location = new Point(91, 36); + textBoxSurname.Name = "textBoxSurname"; + textBoxSurname.Size = new Size(490, 27); + textBoxSurname.TabIndex = 5; + // + // textBoxName + // + textBoxName.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right; + textBoxName.Location = new Point(91, 71); + textBoxName.Name = "textBoxName"; + textBoxName.Size = new Size(490, 27); + textBoxName.TabIndex = 6; + // + // textBoxPatronymic + // + textBoxPatronymic.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right; + textBoxPatronymic.Location = new Point(91, 105); + textBoxPatronymic.Name = "textBoxPatronymic"; + textBoxPatronymic.Size = new Size(490, 27); + textBoxPatronymic.TabIndex = 7; + // + // textBoxPhoneNumber + // + textBoxPhoneNumber.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right; + textBoxPhoneNumber.Location = new Point(145, 137); + textBoxPhoneNumber.Name = "textBoxPhoneNumber"; + textBoxPhoneNumber.Size = new Size(436, 27); + textBoxPhoneNumber.TabIndex = 8; + // + // comboBoxSpecialization + // + comboBoxSpecialization.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right; + comboBoxSpecialization.FormattingEnabled = true; + comboBoxSpecialization.Location = new Point(145, 169); + comboBoxSpecialization.Name = "comboBoxSpecialization"; + comboBoxSpecialization.Size = new Size(436, 28); + comboBoxSpecialization.TabIndex = 9; + // + // 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(593, 28); + menuStrip.TabIndex = 10; + 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 = "Отмена"; + // + // FormDoctor + // + AutoScaleDimensions = new SizeF(8F, 20F); + AutoScaleMode = AutoScaleMode.Font; + ClientSize = new Size(593, 208); + Controls.Add(comboBoxSpecialization); + Controls.Add(textBoxPhoneNumber); + Controls.Add(textBoxPatronymic); + Controls.Add(textBoxName); + Controls.Add(textBoxSurname); + Controls.Add(label5); + Controls.Add(label4); + Controls.Add(label3); + Controls.Add(label2); + Controls.Add(label1); + Controls.Add(menuStrip); + MainMenuStrip = menuStrip; + MinimumSize = new Size(0, 255); + Name = "FormDoctor"; + Text = "Редактировать врача"; + menuStrip.ResumeLayout(false); + menuStrip.PerformLayout(); + ResumeLayout(false); + PerformLayout(); + } + + #endregion + + private Label label1; + private Label label2; + private Label label3; + private Label label4; + private Label label5; + private TextBox textBoxSurname; + private TextBox textBoxName; + private TextBox textBoxPatronymic; + private TextBox textBoxPhoneNumber; + private ComboBox comboBoxSpecialization; + private MenuStrip menuStrip; + private ToolStripMenuItem ApplyToolStripMenuItem; + private ToolStripMenuItem CancelToolStripMenuItem; + } +} \ No newline at end of file diff --git a/Medical/MedicalView/Doctors/FormDoctor.cs b/Medical/MedicalView/Doctors/FormDoctor.cs new file mode 100644 index 0000000..ecdfa05 --- /dev/null +++ b/Medical/MedicalView/Doctors/FormDoctor.cs @@ -0,0 +1,20 @@ +using System; +using System.Collections.Generic; +using System.ComponentModel; +using System.Data; +using System.Drawing; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using System.Windows.Forms; + +namespace MedicalView.Doctors +{ + public partial class FormDoctor : Form + { + public FormDoctor() + { + InitializeComponent(); + } + } +} diff --git a/Medical/MedicalView/Doctors/FormDoctor.resx b/Medical/MedicalView/Doctors/FormDoctor.resx new file mode 100644 index 0000000..6c82d08 --- /dev/null +++ b/Medical/MedicalView/Doctors/FormDoctor.resx @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 17, 17 + + \ No newline at end of file diff --git a/Medical/MedicalView/Patients/FormPatient.Designer.cs b/Medical/MedicalView/Patients/FormPatient.Designer.cs new file mode 100644 index 0000000..6940f4a --- /dev/null +++ b/Medical/MedicalView/Patients/FormPatient.Designer.cs @@ -0,0 +1,282 @@ +namespace MedicalView.Patients +{ + partial class FormPatient + { + /// + /// 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() + { + 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; + } +} \ No newline at end of file diff --git a/Medical/MedicalView/Patients/FormPatient.cs b/Medical/MedicalView/Patients/FormPatient.cs new file mode 100644 index 0000000..309a0cf --- /dev/null +++ b/Medical/MedicalView/Patients/FormPatient.cs @@ -0,0 +1,20 @@ +using System; +using System.Collections.Generic; +using System.ComponentModel; +using System.Data; +using System.Drawing; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using System.Windows.Forms; + +namespace MedicalView.Patients +{ + public partial class FormPatient : Form + { + public FormPatient() + { + InitializeComponent(); + } + } +} diff --git a/Medical/MedicalView/Patients/FormPatient.resx b/Medical/MedicalView/Patients/FormPatient.resx new file mode 100644 index 0000000..6c82d08 --- /dev/null +++ b/Medical/MedicalView/Patients/FormPatient.resx @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 17, 17 + + \ No newline at end of file diff --git a/Medical/MedicalView/Specializations/FormSpecialization.Designer.cs b/Medical/MedicalView/Specializations/FormSpecialization.Designer.cs new file mode 100644 index 0000000..48dd473 --- /dev/null +++ b/Medical/MedicalView/Specializations/FormSpecialization.Designer.cs @@ -0,0 +1,129 @@ +namespace MedicalView.Specializations +{ + partial class FormSpecialization + { + /// + /// 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() + { + menuStrip = new MenuStrip(); + ApplyToolStripMenuItem = new ToolStripMenuItem(); + CancelToolStripMenuItem = new ToolStripMenuItem(); + textBoxName = new TextBox(); + label1 = new Label(); + checkBoxPediatric = new CheckBox(); + checkBoxTherapeutic = new CheckBox(); + menuStrip.SuspendLayout(); + SuspendLayout(); + // + // 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(489, 28); + menuStrip.TabIndex = 20; + 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 = "Отмена"; + // + // textBoxName + // + textBoxName.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right; + textBoxName.Location = new Point(91, 34); + textBoxName.Name = "textBoxName"; + textBoxName.Size = new Size(386, 27); + textBoxName.TabIndex = 19; + // + // label1 + // + label1.AutoSize = true; + label1.Location = new Point(12, 37); + label1.Name = "label1"; + label1.Size = new Size(77, 20); + label1.TabIndex = 18; + label1.Text = "Название"; + // + // checkBoxPediatric + // + checkBoxPediatric.AutoSize = true; + checkBoxPediatric.Location = new Point(12, 76); + checkBoxPediatric.Name = "checkBoxPediatric"; + checkBoxPediatric.Size = new Size(145, 24); + checkBoxPediatric.TabIndex = 21; + checkBoxPediatric.Text = "Педиатрическая"; + checkBoxPediatric.UseVisualStyleBackColor = true; + // + // checkBoxTherapeutic + // + checkBoxTherapeutic.AutoSize = true; + checkBoxTherapeutic.Location = new Point(183, 76); + checkBoxTherapeutic.Name = "checkBoxTherapeutic"; + checkBoxTherapeutic.Size = new Size(150, 24); + checkBoxTherapeutic.TabIndex = 22; + checkBoxTherapeutic.Text = "Терапевтическая"; + checkBoxTherapeutic.UseVisualStyleBackColor = true; + // + // FormSpecialization + // + AutoScaleDimensions = new SizeF(8F, 20F); + AutoScaleMode = AutoScaleMode.Font; + ClientSize = new Size(489, 108); + Controls.Add(checkBoxTherapeutic); + Controls.Add(checkBoxPediatric); + Controls.Add(menuStrip); + Controls.Add(textBoxName); + Controls.Add(label1); + MinimumSize = new Size(0, 155); + Name = "FormSpecialization"; + Text = "Редактировать специализацию"; + menuStrip.ResumeLayout(false); + menuStrip.PerformLayout(); + ResumeLayout(false); + PerformLayout(); + } + + #endregion + + private MenuStrip menuStrip; + private ToolStripMenuItem ApplyToolStripMenuItem; + private ToolStripMenuItem CancelToolStripMenuItem; + private TextBox textBoxName; + private Label label1; + private CheckBox checkBoxPediatric; + private CheckBox checkBoxTherapeutic; + } +} \ No newline at end of file diff --git a/Medical/MedicalView/Specializations/FormSpecialization.cs b/Medical/MedicalView/Specializations/FormSpecialization.cs new file mode 100644 index 0000000..f6f1b3c --- /dev/null +++ b/Medical/MedicalView/Specializations/FormSpecialization.cs @@ -0,0 +1,20 @@ +using System; +using System.Collections.Generic; +using System.ComponentModel; +using System.Data; +using System.Drawing; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using System.Windows.Forms; + +namespace MedicalView.Specializations +{ + public partial class FormSpecialization : Form + { + public FormSpecialization() + { + InitializeComponent(); + } + } +} diff --git a/Medical/MedicalView/Specializations/FormSpecialization.resx b/Medical/MedicalView/Specializations/FormSpecialization.resx new file mode 100644 index 0000000..6c82d08 --- /dev/null +++ b/Medical/MedicalView/Specializations/FormSpecialization.resx @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 17, 17 + + \ No newline at end of file diff --git a/Medical/MedicalView/Visits/FormVisit.Designer.cs b/Medical/MedicalView/Visits/FormVisit.Designer.cs new file mode 100644 index 0000000..79f0612 --- /dev/null +++ b/Medical/MedicalView/Visits/FormVisit.Designer.cs @@ -0,0 +1,45 @@ +namespace MedicalView.Visits +{ + partial class FormVisit + { + /// + /// 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() + { + SuspendLayout(); + // + // FormVisit + // + AutoScaleDimensions = new SizeF(8F, 20F); + AutoScaleMode = AutoScaleMode.Font; + ClientSize = new Size(800, 450); + Name = "FormVisit"; + Text = "Редактировать прием"; + ResumeLayout(false); + } + + #endregion + } +} \ No newline at end of file diff --git a/Medical/MedicalView/Visits/FormVisit.cs b/Medical/MedicalView/Visits/FormVisit.cs new file mode 100644 index 0000000..1366190 --- /dev/null +++ b/Medical/MedicalView/Visits/FormVisit.cs @@ -0,0 +1,20 @@ +using System; +using System.Collections.Generic; +using System.ComponentModel; +using System.Data; +using System.Drawing; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using System.Windows.Forms; + +namespace MedicalView.Visits +{ + public partial class FormVisit : Form + { + public FormVisit() + { + InitializeComponent(); + } + } +} diff --git a/Medical/MedicalView/Visits/FormVisit.resx b/Medical/MedicalView/Visits/FormVisit.resx new file mode 100644 index 0000000..af32865 --- /dev/null +++ b/Medical/MedicalView/Visits/FormVisit.resx @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file