From db02cba6be28bdcedcb8b51734b1776152eaee60 Mon Sep 17 00:00:00 2001 From: patarci Date: Mon, 21 Oct 2024 02:55:51 +0800 Subject: [PATCH 1/2] feature/HC9 - UI Design Patient Entry Form --- App/App.csproj | 1 + App/App.csproj.user | 3 + .../Patient/frmPatientEntry.Designer.cs | 1071 +++++++++++++++++ App/Modules/Patient/frmPatientEntry.cs | 35 + App/Modules/Patient/frmPatientEntry.resx | 572 +++++++++ App/Program.cs | 4 +- 6 files changed, 1685 insertions(+), 1 deletion(-) create mode 100644 App/Modules/Patient/frmPatientEntry.Designer.cs create mode 100644 App/Modules/Patient/frmPatientEntry.cs create mode 100644 App/Modules/Patient/frmPatientEntry.resx diff --git a/App/App.csproj b/App/App.csproj index af03d74..c02ba19 100644 --- a/App/App.csproj +++ b/App/App.csproj @@ -6,6 +6,7 @@ enable true enable + App.Program diff --git a/App/App.csproj.user b/App/App.csproj.user index e79c45b..504e2a0 100644 --- a/App/App.csproj.user +++ b/App/App.csproj.user @@ -7,5 +7,8 @@ Form + + Form + \ No newline at end of file diff --git a/App/Modules/Patient/frmPatientEntry.Designer.cs b/App/Modules/Patient/frmPatientEntry.Designer.cs new file mode 100644 index 0000000..ff9cab2 --- /dev/null +++ b/App/Modules/Patient/frmPatientEntry.Designer.cs @@ -0,0 +1,1071 @@ +namespace App.Modules.Patient +{ + partial class frmPatientEntry + { + /// + /// 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() + { + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmPatientEntry)); + DataGridViewCellStyle dataGridViewCellStyle7 = new DataGridViewCellStyle(); + DataGridViewCellStyle dataGridViewCellStyle8 = new DataGridViewCellStyle(); + DataGridViewCellStyle dataGridViewCellStyle9 = new DataGridViewCellStyle(); + DataGridViewCellStyle dataGridViewCellStyle10 = new DataGridViewCellStyle(); + DataGridViewCellStyle dataGridViewCellStyle11 = new DataGridViewCellStyle(); + DataGridViewCellStyle dataGridViewCellStyle12 = new DataGridViewCellStyle(); + textBox1 = new TextBox(); + textBox2 = new TextBox(); + textBox3 = new TextBox(); + label2 = new Label(); + label3 = new Label(); + label4 = new Label(); + comboBox1 = new ComboBox(); + label5 = new Label(); + dateTimePicker1 = new DateTimePicker(); + label7 = new Label(); + label8 = new Label(); + textBox4 = new TextBox(); + label9 = new Label(); + textBox5 = new TextBox(); + label10 = new Label(); + textBox6 = new TextBox(); + textBox7 = new TextBox(); + label11 = new Label(); + textBox8 = new TextBox(); + label12 = new Label(); + dgvQuestion = new DataGridView(); + Column1 = new DataGridViewTextBoxColumn(); + Column2 = new DataGridViewTextBoxColumn(); + Column3 = new DataGridViewCheckBoxColumn(); + Column4 = new DataGridViewTextBoxColumn(); + tabControl1 = new TabControl(); + tabPage1 = new TabPage(); + label19 = new Label(); + label1 = new Label(); + tabPage2 = new TabPage(); + pictureBox2 = new PictureBox(); + label6 = new Label(); + tabPage3 = new TabPage(); + pictureBox1 = new PictureBox(); + label13 = new Label(); + dataGridView6 = new DataGridView(); + dataGridViewTextBoxColumn1 = new DataGridViewTextBoxColumn(); + dataGridViewTextBoxColumn2 = new DataGridViewTextBoxColumn(); + dataGridViewTextBoxColumn21 = new DataGridViewTextBoxColumn(); + tabPage4 = new TabPage(); + pictureBox3 = new PictureBox(); + label14 = new Label(); + dataGridView1 = new DataGridView(); + dataGridViewTextBoxColumn3 = new DataGridViewTextBoxColumn(); + Column5 = new DataGridViewTextBoxColumn(); + dataGridViewTextBoxColumn5 = new DataGridViewTextBoxColumn(); + tabPage5 = new TabPage(); + pictureBox4 = new PictureBox(); + label15 = new Label(); + dataGridView2 = new DataGridView(); + dataGridViewTextBoxColumn6 = new DataGridViewTextBoxColumn(); + dataGridViewTextBoxColumn7 = new DataGridViewTextBoxColumn(); + Column6 = new DataGridViewTextBoxColumn(); + dataGridViewTextBoxColumn8 = new DataGridViewTextBoxColumn(); + tabPage6 = new TabPage(); + pictureBox5 = new PictureBox(); + label16 = new Label(); + dataGridView3 = new DataGridView(); + dataGridViewTextBoxColumn9 = new DataGridViewTextBoxColumn(); + dataGridViewTextBoxColumn10 = new DataGridViewTextBoxColumn(); + dataGridViewTextBoxColumn11 = new DataGridViewTextBoxColumn(); + dataGridViewTextBoxColumn12 = new DataGridViewTextBoxColumn(); + tabPage7 = new TabPage(); + pictureBox6 = new PictureBox(); + label17 = new Label(); + dataGridView4 = new DataGridView(); + dataGridViewTextBoxColumn13 = new DataGridViewTextBoxColumn(); + dataGridViewTextBoxColumn14 = new DataGridViewTextBoxColumn(); + dataGridViewTextBoxColumn15 = new DataGridViewTextBoxColumn(); + dataGridViewTextBoxColumn16 = new DataGridViewTextBoxColumn(); + tabPage8 = new TabPage(); + pictureBox7 = new PictureBox(); + label18 = new Label(); + dataGridView5 = new DataGridView(); + dataGridViewTextBoxColumn17 = new DataGridViewTextBoxColumn(); + dataGridViewTextBoxColumn18 = new DataGridViewTextBoxColumn(); + dataGridViewTextBoxColumn19 = new DataGridViewTextBoxColumn(); + dataGridViewTextBoxColumn20 = new DataGridViewTextBoxColumn(); + ((System.ComponentModel.ISupportInitialize)dgvQuestion).BeginInit(); + tabControl1.SuspendLayout(); + tabPage1.SuspendLayout(); + tabPage2.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)pictureBox2).BeginInit(); + tabPage3.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)pictureBox1).BeginInit(); + ((System.ComponentModel.ISupportInitialize)dataGridView6).BeginInit(); + tabPage4.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)pictureBox3).BeginInit(); + ((System.ComponentModel.ISupportInitialize)dataGridView1).BeginInit(); + tabPage5.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)pictureBox4).BeginInit(); + ((System.ComponentModel.ISupportInitialize)dataGridView2).BeginInit(); + tabPage6.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)pictureBox5).BeginInit(); + ((System.ComponentModel.ISupportInitialize)dataGridView3).BeginInit(); + tabPage7.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)pictureBox6).BeginInit(); + ((System.ComponentModel.ISupportInitialize)dataGridView4).BeginInit(); + tabPage8.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)pictureBox7).BeginInit(); + ((System.ComponentModel.ISupportInitialize)dataGridView5).BeginInit(); + SuspendLayout(); + // + // textBox1 + // + textBox1.Font = new Font("Segoe UI", 11.25F, FontStyle.Regular, GraphicsUnit.Point, 0); + textBox1.Location = new Point(93, 143); + textBox1.Name = "textBox1"; + textBox1.Size = new Size(197, 27); + textBox1.TabIndex = 1; + // + // textBox2 + // + textBox2.Font = new Font("Segoe UI", 11.25F, FontStyle.Regular, GraphicsUnit.Point, 0); + textBox2.Location = new Point(521, 143); + textBox2.Name = "textBox2"; + textBox2.Size = new Size(197, 27); + textBox2.TabIndex = 2; + // + // textBox3 + // + textBox3.Font = new Font("Segoe UI", 11.25F, FontStyle.Regular, GraphicsUnit.Point, 0); + textBox3.Location = new Point(307, 143); + textBox3.Name = "textBox3"; + textBox3.Size = new Size(197, 27); + textBox3.TabIndex = 3; + // + // label2 + // + label2.AutoSize = true; + label2.Font = new Font("Segoe UI", 9.75F); + label2.ForeColor = Color.FromArgb(72, 85, 99); + label2.Location = new Point(521, 124); + label2.Name = "label2"; + label2.Size = new Size(63, 17); + label2.TabIndex = 4; + label2.Text = "Lastname"; + // + // label3 + // + label3.AutoSize = true; + label3.Font = new Font("Segoe UI", 9.75F); + label3.ForeColor = Color.FromArgb(72, 85, 99); + label3.Location = new Point(93, 124); + label3.Name = "label3"; + label3.Size = new Size(64, 17); + label3.TabIndex = 5; + label3.Text = "Firstname"; + // + // label4 + // + label4.AutoSize = true; + label4.Font = new Font("Segoe UI", 9.75F); + label4.ForeColor = Color.FromArgb(72, 85, 99); + label4.Location = new Point(307, 124); + label4.Name = "label4"; + label4.Size = new Size(81, 17); + label4.TabIndex = 6; + label4.Text = "Middlename"; + // + // comboBox1 + // + comboBox1.Font = new Font("Segoe UI", 9.75F, FontStyle.Regular, GraphicsUnit.Point, 0); + comboBox1.FormattingEnabled = true; + comboBox1.Items.AddRange(new object[] { "Single", "Married", "Widowed", "Legally Separated" }); + comboBox1.Location = new Point(521, 214); + comboBox1.Name = "comboBox1"; + comboBox1.Size = new Size(197, 25); + comboBox1.TabIndex = 7; + // + // label5 + // + label5.AutoSize = true; + label5.Font = new Font("Segoe UI", 9.75F); + label5.ForeColor = Color.FromArgb(72, 85, 99); + label5.Location = new Point(521, 194); + label5.Name = "label5"; + label5.Size = new Size(70, 17); + label5.TabIndex = 8; + label5.Text = "Civil Status"; + // + // dateTimePicker1 + // + dateTimePicker1.Format = DateTimePickerFormat.Short; + dateTimePicker1.Location = new Point(93, 213); + dateTimePicker1.Name = "dateTimePicker1"; + dateTimePicker1.Size = new Size(197, 23); + dateTimePicker1.TabIndex = 10; + // + // label7 + // + label7.AutoSize = true; + label7.Font = new Font("Segoe UI", 9.75F); + label7.ForeColor = Color.FromArgb(72, 85, 99); + label7.Location = new Point(93, 194); + label7.Name = "label7"; + label7.Size = new Size(83, 17); + label7.TabIndex = 11; + label7.Text = "Date Of Birth"; + // + // label8 + // + label8.AutoSize = true; + label8.Font = new Font("Segoe UI", 9.75F); + label8.ForeColor = Color.FromArgb(72, 85, 99); + label8.Location = new Point(307, 194); + label8.Name = "label8"; + label8.Size = new Size(31, 17); + label8.TabIndex = 12; + label8.Text = "Age"; + // + // textBox4 + // + textBox4.Font = new Font("Segoe UI", 11.25F, FontStyle.Regular, GraphicsUnit.Point, 0); + textBox4.Location = new Point(307, 213); + textBox4.Name = "textBox4"; + textBox4.Size = new Size(197, 27); + textBox4.TabIndex = 13; + // + // label9 + // + label9.AutoSize = true; + label9.Font = new Font("Segoe UI", 9.75F); + label9.ForeColor = Color.FromArgb(72, 85, 99); + label9.Location = new Point(93, 269); + label9.Name = "label9"; + label9.Size = new Size(101, 17); + label9.TabIndex = 15; + label9.Text = "Mobile Number"; + // + // textBox5 + // + textBox5.Font = new Font("Segoe UI", 11.25F, FontStyle.Regular, GraphicsUnit.Point, 0); + textBox5.Location = new Point(93, 288); + textBox5.Name = "textBox5"; + textBox5.Size = new Size(197, 27); + textBox5.TabIndex = 14; + // + // label10 + // + label10.AutoSize = true; + label10.Font = new Font("Segoe UI", 9.75F); + label10.ForeColor = Color.FromArgb(72, 85, 99); + label10.Location = new Point(92, 332); + label10.Name = "label10"; + label10.Size = new Size(95, 17); + label10.TabIndex = 16; + label10.Text = "Home Address"; + // + // textBox6 + // + textBox6.Font = new Font("Segoe UI", 11.25F, FontStyle.Regular, GraphicsUnit.Point, 0); + textBox6.Location = new Point(90, 351); + textBox6.Multiline = true; + textBox6.Name = "textBox6"; + textBox6.Size = new Size(414, 88); + textBox6.TabIndex = 17; + // + // textBox7 + // + textBox7.Font = new Font("Segoe UI", 11.25F, FontStyle.Regular, GraphicsUnit.Point, 0); + textBox7.Location = new Point(307, 288); + textBox7.Name = "textBox7"; + textBox7.Size = new Size(197, 27); + textBox7.TabIndex = 19; + // + // label11 + // + label11.AutoSize = true; + label11.Font = new Font("Segoe UI", 9.75F); + label11.ForeColor = Color.FromArgb(72, 85, 99); + label11.Location = new Point(309, 269); + label11.Name = "label11"; + label11.Size = new Size(100, 17); + label11.TabIndex = 18; + label11.Text = "Guardian Name"; + // + // textBox8 + // + textBox8.Font = new Font("Segoe UI", 11.25F, FontStyle.Regular, GraphicsUnit.Point, 0); + textBox8.Location = new Point(521, 288); + textBox8.Name = "textBox8"; + textBox8.Size = new Size(197, 27); + textBox8.TabIndex = 21; + // + // label12 + // + label12.AutoSize = true; + label12.Font = new Font("Segoe UI", 9.75F); + label12.ForeColor = Color.FromArgb(72, 85, 99); + label12.Location = new Point(523, 269); + label12.Name = "label12"; + label12.Size = new Size(131, 17); + label12.TabIndex = 20; + label12.Text = "Guardian Occupation"; + // + // dgvQuestion + // + dgvQuestion.AllowUserToAddRows = false; + dgvQuestion.AutoSizeColumnsMode = DataGridViewAutoSizeColumnsMode.Fill; + dgvQuestion.BackgroundColor = Color.WhiteSmoke; + dgvQuestion.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize; + dgvQuestion.Columns.AddRange(new DataGridViewColumn[] { Column1, Column2, Column3, Column4 }); + dgvQuestion.Dock = DockStyle.Bottom; + dgvQuestion.EditMode = DataGridViewEditMode.EditProgrammatically; + dgvQuestion.Location = new Point(3, 107); + dgvQuestion.Name = "dgvQuestion"; + dgvQuestion.RowHeadersVisible = false; + dgvQuestion.SelectionMode = DataGridViewSelectionMode.FullRowSelect; + dgvQuestion.Size = new Size(816, 394); + dgvQuestion.TabIndex = 22; + // + // Column1 + // + Column1.HeaderText = "ID"; + Column1.Name = "Column1"; + Column1.Visible = false; + // + // Column2 + // + Column2.HeaderText = "Questions"; + Column2.Name = "Column2"; + // + // Column3 + // + Column3.HeaderText = "Response"; + Column3.Name = "Column3"; + Column3.Resizable = DataGridViewTriState.True; + Column3.SortMode = DataGridViewColumnSortMode.Automatic; + // + // Column4 + // + Column4.HeaderText = "Remarks"; + Column4.Name = "Column4"; + // + // tabControl1 + // + tabControl1.Appearance = TabAppearance.Buttons; + tabControl1.Controls.Add(tabPage1); + tabControl1.Controls.Add(tabPage2); + tabControl1.Controls.Add(tabPage3); + tabControl1.Controls.Add(tabPage4); + tabControl1.Controls.Add(tabPage5); + tabControl1.Controls.Add(tabPage6); + tabControl1.Controls.Add(tabPage7); + tabControl1.Controls.Add(tabPage8); + tabControl1.Location = new Point(0, 0); + tabControl1.Multiline = true; + tabControl1.Name = "tabControl1"; + tabControl1.SelectedIndex = 0; + tabControl1.Size = new Size(830, 535); + tabControl1.SizeMode = TabSizeMode.FillToRight; + tabControl1.TabIndex = 24; + // + // tabPage1 + // + tabPage1.BackColor = Color.WhiteSmoke; + tabPage1.Controls.Add(label19); + tabPage1.Controls.Add(label1); + tabPage1.Controls.Add(textBox8); + tabPage1.Controls.Add(textBox1); + tabPage1.Controls.Add(label12); + tabPage1.Controls.Add(textBox2); + tabPage1.Controls.Add(textBox7); + tabPage1.Controls.Add(textBox3); + tabPage1.Controls.Add(label11); + tabPage1.Controls.Add(label2); + tabPage1.Controls.Add(textBox6); + tabPage1.Controls.Add(label3); + tabPage1.Controls.Add(label10); + tabPage1.Controls.Add(label4); + tabPage1.Controls.Add(label9); + tabPage1.Controls.Add(comboBox1); + tabPage1.Controls.Add(textBox5); + tabPage1.Controls.Add(label5); + tabPage1.Controls.Add(textBox4); + tabPage1.Controls.Add(dateTimePicker1); + tabPage1.Controls.Add(label8); + tabPage1.Controls.Add(label7); + tabPage1.Location = new Point(4, 27); + tabPage1.Name = "tabPage1"; + tabPage1.Padding = new Padding(3); + tabPage1.Size = new Size(822, 504); + tabPage1.TabIndex = 0; + tabPage1.Text = "Personal Information"; + // + // label19 + // + label19.AutoSize = true; + label19.Font = new Font("Segoe UI", 9F, FontStyle.Regular, GraphicsUnit.Point, 0); + label19.ForeColor = Color.DarkRed; + label19.Location = new Point(249, 64); + label19.Name = "label19"; + label19.Size = new Size(335, 15); + label19.TabIndex = 23; + label19.Text = "Patients are required to register their information on this form."; + // + // label1 + // + label1.AutoSize = true; + label1.Font = new Font("Segoe UI Semibold", 24F, FontStyle.Bold, GraphicsUnit.Point, 0); + label1.ForeColor = Color.FromArgb(72, 85, 99); + label1.Location = new Point(261, 14); + label1.Name = "label1"; + label1.Size = new Size(305, 45); + label1.TabIndex = 22; + label1.Text = "Patient Information"; + // + // tabPage2 + // + tabPage2.BackColor = Color.FromArgb(72, 85, 99); + tabPage2.Controls.Add(pictureBox2); + tabPage2.Controls.Add(label6); + tabPage2.Controls.Add(dgvQuestion); + tabPage2.Location = new Point(4, 27); + tabPage2.Name = "tabPage2"; + tabPage2.Padding = new Padding(3); + tabPage2.Size = new Size(822, 504); + tabPage2.TabIndex = 1; + tabPage2.Text = "Questions"; + // + // pictureBox2 + // + pictureBox2.Image = (Image)resources.GetObject("pictureBox2.Image"); + pictureBox2.Location = new Point(36, 34); + pictureBox2.Name = "pictureBox2"; + pictureBox2.Size = new Size(40, 40); + pictureBox2.SizeMode = PictureBoxSizeMode.StretchImage; + pictureBox2.TabIndex = 26; + pictureBox2.TabStop = false; + // + // label6 + // + label6.AutoSize = true; + label6.Font = new Font("Segoe UI Semibold", 24F, FontStyle.Bold, GraphicsUnit.Point, 0); + label6.ForeColor = Color.White; + label6.Location = new Point(80, 31); + label6.Name = "label6"; + label6.Size = new Size(166, 45); + label6.TabIndex = 25; + label6.Text = "Questions"; + // + // tabPage3 + // + tabPage3.BackColor = Color.FromArgb(72, 85, 99); + tabPage3.Controls.Add(pictureBox1); + tabPage3.Controls.Add(label13); + tabPage3.Controls.Add(dataGridView6); + tabPage3.Location = new Point(4, 27); + tabPage3.Name = "tabPage3"; + tabPage3.Padding = new Padding(3); + tabPage3.Size = new Size(822, 504); + tabPage3.TabIndex = 2; + tabPage3.Text = "Allergies"; + // + // pictureBox1 + // + pictureBox1.Image = (Image)resources.GetObject("pictureBox1.Image"); + pictureBox1.Location = new Point(36, 34); + pictureBox1.Name = "pictureBox1"; + pictureBox1.Size = new Size(40, 40); + pictureBox1.SizeMode = PictureBoxSizeMode.StretchImage; + pictureBox1.TabIndex = 28; + pictureBox1.TabStop = false; + // + // label13 + // + label13.AutoSize = true; + label13.Font = new Font("Segoe UI Semibold", 24F, FontStyle.Bold, GraphicsUnit.Point, 0); + label13.ForeColor = Color.White; + label13.Location = new Point(77, 31); + label13.Name = "label13"; + label13.Size = new Size(144, 45); + label13.TabIndex = 27; + label13.Text = "Allergies"; + // + // dataGridView6 + // + dataGridView6.AllowUserToAddRows = false; + dataGridView6.AutoSizeColumnsMode = DataGridViewAutoSizeColumnsMode.Fill; + dataGridView6.BackgroundColor = Color.WhiteSmoke; + dataGridViewCellStyle7.Alignment = DataGridViewContentAlignment.MiddleLeft; + dataGridViewCellStyle7.BackColor = SystemColors.Control; + dataGridViewCellStyle7.Font = new Font("Segoe UI", 9F); + dataGridViewCellStyle7.ForeColor = SystemColors.WindowText; + dataGridViewCellStyle7.SelectionBackColor = SystemColors.Highlight; + dataGridViewCellStyle7.SelectionForeColor = SystemColors.HighlightText; + dataGridViewCellStyle7.WrapMode = DataGridViewTriState.True; + dataGridView6.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7; + dataGridView6.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize; + dataGridView6.Columns.AddRange(new DataGridViewColumn[] { dataGridViewTextBoxColumn1, dataGridViewTextBoxColumn2, dataGridViewTextBoxColumn21 }); + dataGridViewCellStyle8.Alignment = DataGridViewContentAlignment.MiddleLeft; + dataGridViewCellStyle8.BackColor = SystemColors.Window; + dataGridViewCellStyle8.Font = new Font("Segoe UI", 9F); + dataGridViewCellStyle8.ForeColor = SystemColors.ControlText; + dataGridViewCellStyle8.SelectionBackColor = SystemColors.Highlight; + dataGridViewCellStyle8.SelectionForeColor = SystemColors.HighlightText; + dataGridViewCellStyle8.WrapMode = DataGridViewTriState.False; + dataGridView6.DefaultCellStyle = dataGridViewCellStyle8; + dataGridView6.Dock = DockStyle.Bottom; + dataGridView6.EditMode = DataGridViewEditMode.EditProgrammatically; + dataGridView6.Location = new Point(3, 107); + dataGridView6.Name = "dataGridView6"; + dataGridViewCellStyle9.Alignment = DataGridViewContentAlignment.MiddleLeft; + dataGridViewCellStyle9.BackColor = SystemColors.Control; + dataGridViewCellStyle9.Font = new Font("Segoe UI", 9F); + dataGridViewCellStyle9.ForeColor = SystemColors.WindowText; + dataGridViewCellStyle9.SelectionBackColor = SystemColors.Highlight; + dataGridViewCellStyle9.SelectionForeColor = SystemColors.HighlightText; + dataGridViewCellStyle9.WrapMode = DataGridViewTriState.True; + dataGridView6.RowHeadersDefaultCellStyle = dataGridViewCellStyle9; + dataGridView6.RowHeadersVisible = false; + dataGridView6.SelectionMode = DataGridViewSelectionMode.FullRowSelect; + dataGridView6.Size = new Size(816, 394); + dataGridView6.TabIndex = 26; + // + // dataGridViewTextBoxColumn1 + // + dataGridViewTextBoxColumn1.HeaderText = "ID"; + dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1"; + dataGridViewTextBoxColumn1.Visible = false; + // + // dataGridViewTextBoxColumn2 + // + dataGridViewTextBoxColumn2.HeaderText = "Description"; + dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2"; + // + // dataGridViewTextBoxColumn21 + // + dataGridViewTextBoxColumn21.HeaderText = "Remarks"; + dataGridViewTextBoxColumn21.Name = "dataGridViewTextBoxColumn21"; + // + // tabPage4 + // + tabPage4.BackColor = Color.FromArgb(72, 85, 99); + tabPage4.Controls.Add(pictureBox3); + tabPage4.Controls.Add(label14); + tabPage4.Controls.Add(dataGridView1); + tabPage4.Location = new Point(4, 27); + tabPage4.Name = "tabPage4"; + tabPage4.Padding = new Padding(3); + tabPage4.Size = new Size(822, 504); + tabPage4.TabIndex = 3; + tabPage4.Text = "Illness"; + // + // pictureBox3 + // + pictureBox3.Image = (Image)resources.GetObject("pictureBox3.Image"); + pictureBox3.Location = new Point(38, 35); + pictureBox3.Name = "pictureBox3"; + pictureBox3.Size = new Size(40, 40); + pictureBox3.SizeMode = PictureBoxSizeMode.StretchImage; + pictureBox3.TabIndex = 29; + pictureBox3.TabStop = false; + // + // label14 + // + label14.AutoSize = true; + label14.Font = new Font("Segoe UI Semibold", 24F, FontStyle.Bold, GraphicsUnit.Point, 0); + label14.ForeColor = Color.White; + label14.Location = new Point(82, 33); + label14.Name = "label14"; + label14.Size = new Size(109, 45); + label14.TabIndex = 28; + label14.Text = "Illness"; + label14.Click += label14_Click_1; + // + // dataGridView1 + // + dataGridView1.AllowUserToAddRows = false; + dataGridView1.AutoSizeColumnsMode = DataGridViewAutoSizeColumnsMode.Fill; + dataGridView1.BackgroundColor = Color.WhiteSmoke; + dataGridViewCellStyle10.Alignment = DataGridViewContentAlignment.MiddleLeft; + dataGridViewCellStyle10.BackColor = SystemColors.Control; + dataGridViewCellStyle10.Font = new Font("Segoe UI", 9F); + dataGridViewCellStyle10.ForeColor = SystemColors.WindowText; + dataGridViewCellStyle10.SelectionBackColor = SystemColors.Highlight; + dataGridViewCellStyle10.SelectionForeColor = SystemColors.HighlightText; + dataGridViewCellStyle10.WrapMode = DataGridViewTriState.True; + dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle10; + dataGridView1.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize; + dataGridView1.Columns.AddRange(new DataGridViewColumn[] { dataGridViewTextBoxColumn3, Column5, dataGridViewTextBoxColumn5 }); + dataGridViewCellStyle11.Alignment = DataGridViewContentAlignment.MiddleLeft; + dataGridViewCellStyle11.BackColor = SystemColors.Window; + dataGridViewCellStyle11.Font = new Font("Segoe UI", 9F); + dataGridViewCellStyle11.ForeColor = SystemColors.ControlText; + dataGridViewCellStyle11.SelectionBackColor = SystemColors.Highlight; + dataGridViewCellStyle11.SelectionForeColor = SystemColors.HighlightText; + dataGridViewCellStyle11.WrapMode = DataGridViewTriState.False; + dataGridView1.DefaultCellStyle = dataGridViewCellStyle11; + dataGridView1.Dock = DockStyle.Bottom; + dataGridView1.EditMode = DataGridViewEditMode.EditProgrammatically; + dataGridView1.Location = new Point(3, 107); + dataGridView1.Name = "dataGridView1"; + dataGridViewCellStyle12.Alignment = DataGridViewContentAlignment.MiddleLeft; + dataGridViewCellStyle12.BackColor = SystemColors.Control; + dataGridViewCellStyle12.Font = new Font("Segoe UI", 9F); + dataGridViewCellStyle12.ForeColor = SystemColors.WindowText; + dataGridViewCellStyle12.SelectionBackColor = SystemColors.Highlight; + dataGridViewCellStyle12.SelectionForeColor = SystemColors.HighlightText; + dataGridViewCellStyle12.WrapMode = DataGridViewTriState.True; + dataGridView1.RowHeadersDefaultCellStyle = dataGridViewCellStyle12; + dataGridView1.RowHeadersVisible = false; + dataGridView1.SelectionMode = DataGridViewSelectionMode.FullRowSelect; + dataGridView1.Size = new Size(816, 394); + dataGridView1.TabIndex = 27; + // + // dataGridViewTextBoxColumn3 + // + dataGridViewTextBoxColumn3.HeaderText = "ID"; + dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3"; + dataGridViewTextBoxColumn3.Visible = false; + // + // Column5 + // + Column5.HeaderText = "Description"; + Column5.Name = "Column5"; + // + // dataGridViewTextBoxColumn5 + // + dataGridViewTextBoxColumn5.HeaderText = "Remarks"; + dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5"; + // + // tabPage5 + // + tabPage5.BackColor = Color.FromArgb(72, 85, 99); + tabPage5.Controls.Add(pictureBox4); + tabPage5.Controls.Add(label15); + tabPage5.Controls.Add(dataGridView2); + tabPage5.Location = new Point(4, 27); + tabPage5.Name = "tabPage5"; + tabPage5.Padding = new Padding(3); + tabPage5.Size = new Size(822, 504); + tabPage5.TabIndex = 4; + tabPage5.Text = "Surgeries"; + // + // pictureBox4 + // + pictureBox4.Image = (Image)resources.GetObject("pictureBox4.Image"); + pictureBox4.Location = new Point(28, 38); + pictureBox4.Name = "pictureBox4"; + pictureBox4.Size = new Size(40, 40); + pictureBox4.SizeMode = PictureBoxSizeMode.StretchImage; + pictureBox4.TabIndex = 30; + pictureBox4.TabStop = false; + // + // label15 + // + label15.AutoSize = true; + label15.Font = new Font("Segoe UI Semibold", 24F, FontStyle.Bold, GraphicsUnit.Point, 0); + label15.ForeColor = Color.White; + label15.Location = new Point(70, 33); + label15.Name = "label15"; + label15.Size = new Size(155, 45); + label15.TabIndex = 29; + label15.Text = "Surgeries"; + // + // dataGridView2 + // + dataGridView2.AllowUserToAddRows = false; + dataGridView2.AutoSizeColumnsMode = DataGridViewAutoSizeColumnsMode.Fill; + dataGridView2.BackgroundColor = Color.WhiteSmoke; + dataGridView2.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize; + dataGridView2.Columns.AddRange(new DataGridViewColumn[] { dataGridViewTextBoxColumn6, dataGridViewTextBoxColumn7, Column6, dataGridViewTextBoxColumn8 }); + dataGridView2.Dock = DockStyle.Bottom; + dataGridView2.EditMode = DataGridViewEditMode.EditProgrammatically; + dataGridView2.Location = new Point(3, 107); + dataGridView2.Name = "dataGridView2"; + dataGridView2.RowHeadersVisible = false; + dataGridView2.SelectionMode = DataGridViewSelectionMode.FullRowSelect; + dataGridView2.Size = new Size(816, 394); + dataGridView2.TabIndex = 25; + // + // dataGridViewTextBoxColumn6 + // + dataGridViewTextBoxColumn6.HeaderText = "ID"; + dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6"; + dataGridViewTextBoxColumn6.Visible = false; + // + // dataGridViewTextBoxColumn7 + // + dataGridViewTextBoxColumn7.HeaderText = "Description"; + dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7"; + // + // Column6 + // + Column6.HeaderText = "Date"; + Column6.Name = "Column6"; + // + // dataGridViewTextBoxColumn8 + // + dataGridViewTextBoxColumn8.HeaderText = "Remarks"; + dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8"; + // + // tabPage6 + // + tabPage6.BackColor = Color.FromArgb(72, 85, 99); + tabPage6.Controls.Add(pictureBox5); + tabPage6.Controls.Add(label16); + tabPage6.Controls.Add(dataGridView3); + tabPage6.Location = new Point(4, 27); + tabPage6.Name = "tabPage6"; + tabPage6.Padding = new Padding(3); + tabPage6.Size = new Size(822, 504); + tabPage6.TabIndex = 5; + tabPage6.Text = "Immunization"; + // + // pictureBox5 + // + pictureBox5.Image = (Image)resources.GetObject("pictureBox5.Image"); + pictureBox5.Location = new Point(30, 36); + pictureBox5.Name = "pictureBox5"; + pictureBox5.Size = new Size(40, 40); + pictureBox5.SizeMode = PictureBoxSizeMode.StretchImage; + pictureBox5.TabIndex = 31; + pictureBox5.TabStop = false; + // + // label16 + // + label16.AutoSize = true; + label16.Font = new Font("Segoe UI Semibold", 24F, FontStyle.Bold, GraphicsUnit.Point, 0); + label16.ForeColor = Color.White; + label16.Location = new Point(73, 33); + label16.Name = "label16"; + label16.Size = new Size(221, 45); + label16.TabIndex = 30; + label16.Text = "Immunization"; + // + // dataGridView3 + // + dataGridView3.AllowUserToAddRows = false; + dataGridView3.AutoSizeColumnsMode = DataGridViewAutoSizeColumnsMode.Fill; + dataGridView3.BackgroundColor = Color.WhiteSmoke; + dataGridView3.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize; + dataGridView3.Columns.AddRange(new DataGridViewColumn[] { dataGridViewTextBoxColumn9, dataGridViewTextBoxColumn10, dataGridViewTextBoxColumn11, dataGridViewTextBoxColumn12 }); + dataGridView3.Dock = DockStyle.Bottom; + dataGridView3.EditMode = DataGridViewEditMode.EditProgrammatically; + dataGridView3.Location = new Point(3, 107); + dataGridView3.Name = "dataGridView3"; + dataGridView3.RowHeadersVisible = false; + dataGridView3.SelectionMode = DataGridViewSelectionMode.FullRowSelect; + dataGridView3.Size = new Size(816, 394); + dataGridView3.TabIndex = 26; + // + // dataGridViewTextBoxColumn9 + // + dataGridViewTextBoxColumn9.HeaderText = "ID"; + dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9"; + dataGridViewTextBoxColumn9.Visible = false; + // + // dataGridViewTextBoxColumn10 + // + dataGridViewTextBoxColumn10.HeaderText = "Description"; + dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10"; + // + // dataGridViewTextBoxColumn11 + // + dataGridViewTextBoxColumn11.HeaderText = "Date"; + dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11"; + // + // dataGridViewTextBoxColumn12 + // + dataGridViewTextBoxColumn12.HeaderText = "Remarks"; + dataGridViewTextBoxColumn12.Name = "dataGridViewTextBoxColumn12"; + // + // tabPage7 + // + tabPage7.BackColor = Color.FromArgb(72, 85, 99); + tabPage7.Controls.Add(pictureBox6); + tabPage7.Controls.Add(label17); + tabPage7.Controls.Add(dataGridView4); + tabPage7.Location = new Point(4, 27); + tabPage7.Name = "tabPage7"; + tabPage7.Padding = new Padding(3); + tabPage7.Size = new Size(822, 504); + tabPage7.TabIndex = 6; + tabPage7.Text = "Physical Exams"; + // + // pictureBox6 + // + pictureBox6.Image = (Image)resources.GetObject("pictureBox6.Image"); + pictureBox6.Location = new Point(25, 37); + pictureBox6.Name = "pictureBox6"; + pictureBox6.Size = new Size(40, 40); + pictureBox6.SizeMode = PictureBoxSizeMode.StretchImage; + pictureBox6.TabIndex = 32; + pictureBox6.TabStop = false; + // + // label17 + // + label17.AutoSize = true; + label17.Font = new Font("Segoe UI Semibold", 24F, FontStyle.Bold, GraphicsUnit.Point, 0); + label17.ForeColor = Color.White; + label17.Location = new Point(71, 33); + label17.Name = "label17"; + label17.Size = new Size(325, 45); + label17.TabIndex = 31; + label17.Text = "Physical Examination"; + // + // dataGridView4 + // + dataGridView4.AllowUserToAddRows = false; + dataGridView4.AutoSizeColumnsMode = DataGridViewAutoSizeColumnsMode.Fill; + dataGridView4.BackgroundColor = Color.WhiteSmoke; + dataGridView4.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize; + dataGridView4.Columns.AddRange(new DataGridViewColumn[] { dataGridViewTextBoxColumn13, dataGridViewTextBoxColumn14, dataGridViewTextBoxColumn15, dataGridViewTextBoxColumn16 }); + dataGridView4.Dock = DockStyle.Bottom; + dataGridView4.EditMode = DataGridViewEditMode.EditProgrammatically; + dataGridView4.Location = new Point(3, 107); + dataGridView4.Name = "dataGridView4"; + dataGridView4.RowHeadersVisible = false; + dataGridView4.SelectionMode = DataGridViewSelectionMode.FullRowSelect; + dataGridView4.Size = new Size(816, 394); + dataGridView4.TabIndex = 27; + // + // dataGridViewTextBoxColumn13 + // + dataGridViewTextBoxColumn13.HeaderText = "ID"; + dataGridViewTextBoxColumn13.Name = "dataGridViewTextBoxColumn13"; + dataGridViewTextBoxColumn13.Visible = false; + // + // dataGridViewTextBoxColumn14 + // + dataGridViewTextBoxColumn14.HeaderText = "Description"; + dataGridViewTextBoxColumn14.Name = "dataGridViewTextBoxColumn14"; + // + // dataGridViewTextBoxColumn15 + // + dataGridViewTextBoxColumn15.HeaderText = "Date"; + dataGridViewTextBoxColumn15.Name = "dataGridViewTextBoxColumn15"; + // + // dataGridViewTextBoxColumn16 + // + dataGridViewTextBoxColumn16.HeaderText = "Remarks"; + dataGridViewTextBoxColumn16.Name = "dataGridViewTextBoxColumn16"; + // + // tabPage8 + // + tabPage8.BackColor = Color.FromArgb(72, 85, 99); + tabPage8.Controls.Add(pictureBox7); + tabPage8.Controls.Add(label18); + tabPage8.Controls.Add(dataGridView5); + tabPage8.Location = new Point(4, 27); + tabPage8.Name = "tabPage8"; + tabPage8.Padding = new Padding(3); + tabPage8.Size = new Size(822, 504); + tabPage8.TabIndex = 7; + tabPage8.Text = "Laboratories"; + // + // pictureBox7 + // + pictureBox7.Image = (Image)resources.GetObject("pictureBox7.Image"); + pictureBox7.Location = new Point(37, 36); + pictureBox7.Name = "pictureBox7"; + pictureBox7.Size = new Size(40, 40); + pictureBox7.SizeMode = PictureBoxSizeMode.StretchImage; + pictureBox7.TabIndex = 33; + pictureBox7.TabStop = false; + pictureBox7.Click += pictureBox7_Click; + // + // label18 + // + label18.AutoSize = true; + label18.Font = new Font("Segoe UI Semibold", 24F, FontStyle.Bold, GraphicsUnit.Point, 0); + label18.ForeColor = Color.White; + label18.Location = new Point(77, 34); + label18.Name = "label18"; + label18.Size = new Size(202, 45); + label18.TabIndex = 32; + label18.Text = "Laboratories"; + // + // dataGridView5 + // + dataGridView5.AllowUserToAddRows = false; + dataGridView5.AutoSizeColumnsMode = DataGridViewAutoSizeColumnsMode.Fill; + dataGridView5.BackgroundColor = Color.WhiteSmoke; + dataGridView5.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize; + dataGridView5.Columns.AddRange(new DataGridViewColumn[] { dataGridViewTextBoxColumn17, dataGridViewTextBoxColumn18, dataGridViewTextBoxColumn19, dataGridViewTextBoxColumn20 }); + dataGridView5.Dock = DockStyle.Bottom; + dataGridView5.EditMode = DataGridViewEditMode.EditProgrammatically; + dataGridView5.Location = new Point(3, 107); + dataGridView5.Name = "dataGridView5"; + dataGridView5.RowHeadersVisible = false; + dataGridView5.SelectionMode = DataGridViewSelectionMode.FullRowSelect; + dataGridView5.Size = new Size(816, 394); + dataGridView5.TabIndex = 28; + // + // dataGridViewTextBoxColumn17 + // + dataGridViewTextBoxColumn17.HeaderText = "ID"; + dataGridViewTextBoxColumn17.Name = "dataGridViewTextBoxColumn17"; + dataGridViewTextBoxColumn17.Visible = false; + // + // dataGridViewTextBoxColumn18 + // + dataGridViewTextBoxColumn18.HeaderText = "Description"; + dataGridViewTextBoxColumn18.Name = "dataGridViewTextBoxColumn18"; + // + // dataGridViewTextBoxColumn19 + // + dataGridViewTextBoxColumn19.HeaderText = "Date"; + dataGridViewTextBoxColumn19.Name = "dataGridViewTextBoxColumn19"; + // + // dataGridViewTextBoxColumn20 + // + dataGridViewTextBoxColumn20.HeaderText = "Remarks"; + dataGridViewTextBoxColumn20.Name = "dataGridViewTextBoxColumn20"; + // + // frmPatientEntry + // + AutoScaleDimensions = new SizeF(7F, 15F); + AutoScaleMode = AutoScaleMode.Font; + BackColor = Color.WhiteSmoke; + ClientSize = new Size(829, 535); + Controls.Add(tabControl1); + FormBorderStyle = FormBorderStyle.None; + Name = "frmPatientEntry"; + StartPosition = FormStartPosition.CenterScreen; + Text = "frmPatientEntry"; + ((System.ComponentModel.ISupportInitialize)dgvQuestion).EndInit(); + tabControl1.ResumeLayout(false); + tabPage1.ResumeLayout(false); + tabPage1.PerformLayout(); + tabPage2.ResumeLayout(false); + tabPage2.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)pictureBox2).EndInit(); + tabPage3.ResumeLayout(false); + tabPage3.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)pictureBox1).EndInit(); + ((System.ComponentModel.ISupportInitialize)dataGridView6).EndInit(); + tabPage4.ResumeLayout(false); + tabPage4.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)pictureBox3).EndInit(); + ((System.ComponentModel.ISupportInitialize)dataGridView1).EndInit(); + tabPage5.ResumeLayout(false); + tabPage5.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)pictureBox4).EndInit(); + ((System.ComponentModel.ISupportInitialize)dataGridView2).EndInit(); + tabPage6.ResumeLayout(false); + tabPage6.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)pictureBox5).EndInit(); + ((System.ComponentModel.ISupportInitialize)dataGridView3).EndInit(); + tabPage7.ResumeLayout(false); + tabPage7.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)pictureBox6).EndInit(); + ((System.ComponentModel.ISupportInitialize)dataGridView4).EndInit(); + tabPage8.ResumeLayout(false); + tabPage8.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)pictureBox7).EndInit(); + ((System.ComponentModel.ISupportInitialize)dataGridView5).EndInit(); + ResumeLayout(false); + } + + #endregion + private TextBox textBox1; + private TextBox textBox2; + private TextBox textBox3; + private Label label2; + private Label label3; + private Label label4; + private ComboBox comboBox1; + private Label label5; + private DateTimePicker dateTimePicker1; + private Label label7; + private Label label8; + private TextBox textBox4; + private Label label9; + private TextBox textBox5; + private Label label10; + private TextBox textBox6; + private TextBox textBox7; + private Label label11; + private TextBox textBox8; + private Label label12; + private DataGridView dgvQuestion; + private TabControl tabControl1; + private TabPage tabPage1; + private TabPage tabPage2; + private TabPage tabPage3; + private TabPage tabPage4; + private TabPage tabPage5; + private DataGridView dataGridView2; + private DataGridViewTextBoxColumn dataGridViewTextBoxColumn6; + private DataGridViewTextBoxColumn dataGridViewTextBoxColumn7; + private DataGridViewTextBoxColumn Column6; + private DataGridViewTextBoxColumn dataGridViewTextBoxColumn8; + private TabPage tabPage6; + private DataGridView dataGridView3; + private DataGridViewTextBoxColumn dataGridViewTextBoxColumn9; + private DataGridViewTextBoxColumn dataGridViewTextBoxColumn10; + private DataGridViewTextBoxColumn dataGridViewTextBoxColumn11; + private DataGridViewTextBoxColumn dataGridViewTextBoxColumn12; + private TabPage tabPage7; + private DataGridView dataGridView4; + private DataGridViewTextBoxColumn dataGridViewTextBoxColumn13; + private DataGridViewTextBoxColumn dataGridViewTextBoxColumn14; + private DataGridViewTextBoxColumn dataGridViewTextBoxColumn15; + private DataGridViewTextBoxColumn dataGridViewTextBoxColumn16; + private TabPage tabPage8; + private DataGridView dataGridView5; + private DataGridViewTextBoxColumn dataGridViewTextBoxColumn17; + private DataGridViewTextBoxColumn dataGridViewTextBoxColumn18; + private DataGridViewTextBoxColumn dataGridViewTextBoxColumn19; + private DataGridViewTextBoxColumn dataGridViewTextBoxColumn20; + private Label label1; + private DataGridView dataGridView6; + private DataGridViewTextBoxColumn dataGridViewTextBoxColumn1; + private DataGridViewTextBoxColumn dataGridViewTextBoxColumn2; + private DataGridViewTextBoxColumn dataGridViewTextBoxColumn21; + private Label label6; + private DataGridViewTextBoxColumn Column1; + private DataGridViewTextBoxColumn Column2; + private DataGridViewCheckBoxColumn Column3; + private DataGridViewTextBoxColumn Column4; + private Label label13; + private Label label14; + private DataGridView dataGridView1; + private DataGridViewTextBoxColumn dataGridViewTextBoxColumn3; + private DataGridViewTextBoxColumn Column5; + private DataGridViewTextBoxColumn dataGridViewTextBoxColumn5; + private Label label15; + private Label label16; + private Label label17; + private Label label18; + private PictureBox pictureBox1; + private PictureBox pictureBox2; + private PictureBox pictureBox3; + private PictureBox pictureBox4; + private PictureBox pictureBox5; + private PictureBox pictureBox6; + private PictureBox pictureBox7; + private Label label19; + } +} \ No newline at end of file diff --git a/App/Modules/Patient/frmPatientEntry.cs b/App/Modules/Patient/frmPatientEntry.cs new file mode 100644 index 0000000..8e99575 --- /dev/null +++ b/App/Modules/Patient/frmPatientEntry.cs @@ -0,0 +1,35 @@ +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 App.Modules.Patient +{ + public partial class frmPatientEntry : Form + { + public frmPatientEntry() + { + InitializeComponent(); + } + + private void label14_Click(object sender, EventArgs e) + { + + } + + private void label14_Click_1(object sender, EventArgs e) + { + + } + + private void pictureBox7_Click(object sender, EventArgs e) + { + + } + } +} diff --git a/App/Modules/Patient/frmPatientEntry.resx b/App/Modules/Patient/frmPatientEntry.resx new file mode 100644 index 0000000..90017b3 --- /dev/null +++ b/App/Modules/Patient/frmPatientEntry.resx @@ -0,0 +1,572 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + + + 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 + + + + True + + + True + + + True + + + + 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 + Y5FF/g2TjSHrl25rpQAAAABJRU5ErkJggg== + + + + True + + + True + + + True + + + + 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 + + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + + 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 + + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + + iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + vAAADrwBlbxySQAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAARZSURBVHhe7ZtN + qBVlHMavCoqU1a6PXSWBQgWFiR8twsK0VZFUQhuzRViBIKgLgzZlkVJRq6IQxZZqLQS1LNB0IZRi1KrA + okXRx8IviHr9Pe/7zMF7j4PHM+80c+6dHzzo/z//eeZ9n/tx7p05d6yjo6PjckIIj6Ff0LCcRwttlw08 + F9l7WH5GK2xXjger0NYAxBnblePB4HLS4G1dfV+eqy0ArGehl9Fx9Ld1DL2EZnosO3hHXJbjuVoCwPY2 + dCpe4Mp8i271eFaSfYMBYDkD6SMtvkHL0XXoerQCnUTiKJru07KRrJsN4MnkHM6gOW73oHcjKl59nnA7 + G/ZtNICdyTm84FYfHFuXRsIOt7Jh30YD0Ke2WOBWHxx7II2EI25lw76NBnA4OYeH3OqDY8vSSPjcrWzY + t9EA3k7O4Q23+uDYW2kkbHMrG/ZtNID70H/oArrf7R70FqCLnrnX7WzgGXFZjueyByCwfTe5xxDeQ09b + 7yNtXmz3eFbs3XgA09Gb6B9dYwLqvY6y/wwg4hXAZTmeqyWAAuznos1ol7UJ3enDtYB/xGU5nqs1gCbw + tgYK4Bw66zIbeN6DnkOvoK0l0rE16G6flg08ta9zLsthaCla4rIS+ExDT6Ef0LXyPVqFptmuEvgslFzW + DxebjT5BBb+iHehVtLFEOqYZzRbsRrNtOxqwYH23/1Srh7+QPq1n+PBV0SzSl4vuFYi9qJZXh1pgsRvi + skP4Hc1z+5rh3Pn2EOvdbjcs9Cakj7pY7vbQ4LEyWYU/0A1utxcW+WxcbghfuFUZvL5MlmG1W+2FRX6c + 1hrWuVUZvHS/UHzoVnthkYfSWsMytyqD1yPJMhxwq72wSN3tFfE1l38XoxPo4TgwAJr1OYtd6zVcHI8D + bUaLTGvtBaCf88VrcWAANJtOCZtc/38BcJGv0rUmJYe9zXIYmtoBVIWLTPwS0K+9Ypgvgc2uR/p7QBdA + KqdOAMX9//grNf9uSeVQAWxxvSSV4WgcaDMs8qO01rAHPY6KewHDBKBz5aHfBsUHHmkvLPIu9Gdc7niG + CeBy9MvQXI+0GxZ6B9It8P3oaySGCUBPk+XxDrrdh0cLFl75m+BIo02kvYxIAFxUb0Za5LIy2oR2An0B + 0PtMctlDszoBsgWA14NoqctyGNI7sc67rIw2gcSVAoi47EGrjgAGvi0ecVkZrNoSQMRlOZ7rAnBZGay6 + AJJjF0AXgFs93O8CcNmDVhdAOjI5AtBTX7HVrQi1Hp0XjHsETq33CoiNblXGfo0EsDo5hj1uRaj14LNg + 3ANU6n2pHZ5xqzL2aySAW9BZ9C/SW2HnIG2+uHMkjqB5SMdeRHqrnM652TaVwSvishzPZQtAYPc80qYm + chp9l/47Ds2u9elZSLYNBSCw1OOug+g39CPahvQOcT1O345+QjqmmWzPFQvwjLgsx3PZA2gab2ugAKb8 + H03przeqhNDWAPSHGo/arqOjowPGxi4B9ThvvGTRYAgAAAAASUVORK5CYII= + + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + + 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 + XaMaHVm06P/sMScL5m7eogAAAABJRU5ErkJggg== + + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + \ No newline at end of file diff --git a/App/Program.cs b/App/Program.cs index f80911e..7413dc4 100644 --- a/App/Program.cs +++ b/App/Program.cs @@ -1,3 +1,5 @@ +using App.Modules.Patient; + namespace App { internal static class Program @@ -11,7 +13,7 @@ static void Main() // To customize application configuration such as set high DPI settings or default font, // see https://aka.ms/applicationconfiguration. ApplicationConfiguration.Initialize(); - Application.Run(new frmLogin()); + Application.Run(new frmPatientEntry()); } } } \ No newline at end of file From 0e97cf7a2eaefbe1a69c90c0b7ee60bbb5307725 Mon Sep 17 00:00:00 2001 From: patarci Date: Mon, 21 Oct 2024 10:27:00 +0800 Subject: [PATCH 2/2] feature/HC9 - Add Cancel and Save button --- .../Patient/frmPatientEntry.Designer.cs | 596 +++++++++--------- App/Modules/Patient/frmPatientEntry.resx | 60 -- 2 files changed, 313 insertions(+), 343 deletions(-) diff --git a/App/Modules/Patient/frmPatientEntry.Designer.cs b/App/Modules/Patient/frmPatientEntry.Designer.cs index ff9cab2..b7cdb77 100644 --- a/App/Modules/Patient/frmPatientEntry.Designer.cs +++ b/App/Modules/Patient/frmPatientEntry.Designer.cs @@ -29,32 +29,13 @@ protected override void Dispose(bool disposing) private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmPatientEntry)); - DataGridViewCellStyle dataGridViewCellStyle7 = new DataGridViewCellStyle(); - DataGridViewCellStyle dataGridViewCellStyle8 = new DataGridViewCellStyle(); - DataGridViewCellStyle dataGridViewCellStyle9 = new DataGridViewCellStyle(); - DataGridViewCellStyle dataGridViewCellStyle10 = new DataGridViewCellStyle(); - DataGridViewCellStyle dataGridViewCellStyle11 = new DataGridViewCellStyle(); - DataGridViewCellStyle dataGridViewCellStyle12 = new DataGridViewCellStyle(); - textBox1 = new TextBox(); - textBox2 = new TextBox(); - textBox3 = new TextBox(); - label2 = new Label(); + DataGridViewCellStyle dataGridViewCellStyle1 = new DataGridViewCellStyle(); + DataGridViewCellStyle dataGridViewCellStyle2 = new DataGridViewCellStyle(); + DataGridViewCellStyle dataGridViewCellStyle3 = new DataGridViewCellStyle(); + DataGridViewCellStyle dataGridViewCellStyle4 = new DataGridViewCellStyle(); + DataGridViewCellStyle dataGridViewCellStyle5 = new DataGridViewCellStyle(); + DataGridViewCellStyle dataGridViewCellStyle6 = new DataGridViewCellStyle(); label3 = new Label(); - label4 = new Label(); - comboBox1 = new ComboBox(); - label5 = new Label(); - dateTimePicker1 = new DateTimePicker(); - label7 = new Label(); - label8 = new Label(); - textBox4 = new TextBox(); - label9 = new Label(); - textBox5 = new TextBox(); - label10 = new Label(); - textBox6 = new TextBox(); - textBox7 = new TextBox(); - label11 = new Label(); - textBox8 = new TextBox(); - label12 = new Label(); dgvQuestion = new DataGridView(); Column1 = new DataGridViewTextBoxColumn(); Column2 = new DataGridViewTextBoxColumn(); @@ -62,8 +43,29 @@ private void InitializeComponent() Column4 = new DataGridViewTextBoxColumn(); tabControl1 = new TabControl(); tabPage1 = new TabPage(); + label20 = new Label(); + button2 = new Button(); + button1 = new Button(); label19 = new Label(); label1 = new Label(); + textBox8 = new TextBox(); + textBox1 = new TextBox(); + textBox2 = new TextBox(); + textBox7 = new TextBox(); + textBox3 = new TextBox(); + label11 = new Label(); + label2 = new Label(); + textBox6 = new TextBox(); + label10 = new Label(); + label4 = new Label(); + label9 = new Label(); + comboBox1 = new ComboBox(); + textBox5 = new TextBox(); + label5 = new Label(); + textBox4 = new TextBox(); + dateTimePicker1 = new DateTimePicker(); + label8 = new Label(); + label7 = new Label(); tabPage2 = new TabPage(); pictureBox2 = new PictureBox(); label6 = new Label(); @@ -138,199 +140,17 @@ private void InitializeComponent() ((System.ComponentModel.ISupportInitialize)dataGridView5).BeginInit(); SuspendLayout(); // - // textBox1 - // - textBox1.Font = new Font("Segoe UI", 11.25F, FontStyle.Regular, GraphicsUnit.Point, 0); - textBox1.Location = new Point(93, 143); - textBox1.Name = "textBox1"; - textBox1.Size = new Size(197, 27); - textBox1.TabIndex = 1; - // - // textBox2 - // - textBox2.Font = new Font("Segoe UI", 11.25F, FontStyle.Regular, GraphicsUnit.Point, 0); - textBox2.Location = new Point(521, 143); - textBox2.Name = "textBox2"; - textBox2.Size = new Size(197, 27); - textBox2.TabIndex = 2; - // - // textBox3 - // - textBox3.Font = new Font("Segoe UI", 11.25F, FontStyle.Regular, GraphicsUnit.Point, 0); - textBox3.Location = new Point(307, 143); - textBox3.Name = "textBox3"; - textBox3.Size = new Size(197, 27); - textBox3.TabIndex = 3; - // - // label2 - // - label2.AutoSize = true; - label2.Font = new Font("Segoe UI", 9.75F); - label2.ForeColor = Color.FromArgb(72, 85, 99); - label2.Location = new Point(521, 124); - label2.Name = "label2"; - label2.Size = new Size(63, 17); - label2.TabIndex = 4; - label2.Text = "Lastname"; - // // label3 // label3.AutoSize = true; label3.Font = new Font("Segoe UI", 9.75F); label3.ForeColor = Color.FromArgb(72, 85, 99); - label3.Location = new Point(93, 124); + label3.Location = new Point(107, 98); label3.Name = "label3"; label3.Size = new Size(64, 17); label3.TabIndex = 5; label3.Text = "Firstname"; // - // label4 - // - label4.AutoSize = true; - label4.Font = new Font("Segoe UI", 9.75F); - label4.ForeColor = Color.FromArgb(72, 85, 99); - label4.Location = new Point(307, 124); - label4.Name = "label4"; - label4.Size = new Size(81, 17); - label4.TabIndex = 6; - label4.Text = "Middlename"; - // - // comboBox1 - // - comboBox1.Font = new Font("Segoe UI", 9.75F, FontStyle.Regular, GraphicsUnit.Point, 0); - comboBox1.FormattingEnabled = true; - comboBox1.Items.AddRange(new object[] { "Single", "Married", "Widowed", "Legally Separated" }); - comboBox1.Location = new Point(521, 214); - comboBox1.Name = "comboBox1"; - comboBox1.Size = new Size(197, 25); - comboBox1.TabIndex = 7; - // - // label5 - // - label5.AutoSize = true; - label5.Font = new Font("Segoe UI", 9.75F); - label5.ForeColor = Color.FromArgb(72, 85, 99); - label5.Location = new Point(521, 194); - label5.Name = "label5"; - label5.Size = new Size(70, 17); - label5.TabIndex = 8; - label5.Text = "Civil Status"; - // - // dateTimePicker1 - // - dateTimePicker1.Format = DateTimePickerFormat.Short; - dateTimePicker1.Location = new Point(93, 213); - dateTimePicker1.Name = "dateTimePicker1"; - dateTimePicker1.Size = new Size(197, 23); - dateTimePicker1.TabIndex = 10; - // - // label7 - // - label7.AutoSize = true; - label7.Font = new Font("Segoe UI", 9.75F); - label7.ForeColor = Color.FromArgb(72, 85, 99); - label7.Location = new Point(93, 194); - label7.Name = "label7"; - label7.Size = new Size(83, 17); - label7.TabIndex = 11; - label7.Text = "Date Of Birth"; - // - // label8 - // - label8.AutoSize = true; - label8.Font = new Font("Segoe UI", 9.75F); - label8.ForeColor = Color.FromArgb(72, 85, 99); - label8.Location = new Point(307, 194); - label8.Name = "label8"; - label8.Size = new Size(31, 17); - label8.TabIndex = 12; - label8.Text = "Age"; - // - // textBox4 - // - textBox4.Font = new Font("Segoe UI", 11.25F, FontStyle.Regular, GraphicsUnit.Point, 0); - textBox4.Location = new Point(307, 213); - textBox4.Name = "textBox4"; - textBox4.Size = new Size(197, 27); - textBox4.TabIndex = 13; - // - // label9 - // - label9.AutoSize = true; - label9.Font = new Font("Segoe UI", 9.75F); - label9.ForeColor = Color.FromArgb(72, 85, 99); - label9.Location = new Point(93, 269); - label9.Name = "label9"; - label9.Size = new Size(101, 17); - label9.TabIndex = 15; - label9.Text = "Mobile Number"; - // - // textBox5 - // - textBox5.Font = new Font("Segoe UI", 11.25F, FontStyle.Regular, GraphicsUnit.Point, 0); - textBox5.Location = new Point(93, 288); - textBox5.Name = "textBox5"; - textBox5.Size = new Size(197, 27); - textBox5.TabIndex = 14; - // - // label10 - // - label10.AutoSize = true; - label10.Font = new Font("Segoe UI", 9.75F); - label10.ForeColor = Color.FromArgb(72, 85, 99); - label10.Location = new Point(92, 332); - label10.Name = "label10"; - label10.Size = new Size(95, 17); - label10.TabIndex = 16; - label10.Text = "Home Address"; - // - // textBox6 - // - textBox6.Font = new Font("Segoe UI", 11.25F, FontStyle.Regular, GraphicsUnit.Point, 0); - textBox6.Location = new Point(90, 351); - textBox6.Multiline = true; - textBox6.Name = "textBox6"; - textBox6.Size = new Size(414, 88); - textBox6.TabIndex = 17; - // - // textBox7 - // - textBox7.Font = new Font("Segoe UI", 11.25F, FontStyle.Regular, GraphicsUnit.Point, 0); - textBox7.Location = new Point(307, 288); - textBox7.Name = "textBox7"; - textBox7.Size = new Size(197, 27); - textBox7.TabIndex = 19; - // - // label11 - // - label11.AutoSize = true; - label11.Font = new Font("Segoe UI", 9.75F); - label11.ForeColor = Color.FromArgb(72, 85, 99); - label11.Location = new Point(309, 269); - label11.Name = "label11"; - label11.Size = new Size(100, 17); - label11.TabIndex = 18; - label11.Text = "Guardian Name"; - // - // textBox8 - // - textBox8.Font = new Font("Segoe UI", 11.25F, FontStyle.Regular, GraphicsUnit.Point, 0); - textBox8.Location = new Point(521, 288); - textBox8.Name = "textBox8"; - textBox8.Size = new Size(197, 27); - textBox8.TabIndex = 21; - // - // label12 - // - label12.AutoSize = true; - label12.Font = new Font("Segoe UI", 9.75F); - label12.ForeColor = Color.FromArgb(72, 85, 99); - label12.Location = new Point(523, 269); - label12.Name = "label12"; - label12.Size = new Size(131, 17); - label12.TabIndex = 20; - label12.Text = "Guardian Occupation"; - // // dgvQuestion // dgvQuestion.AllowUserToAddRows = false; @@ -392,11 +212,13 @@ private void InitializeComponent() // tabPage1 // tabPage1.BackColor = Color.WhiteSmoke; + tabPage1.Controls.Add(label20); + tabPage1.Controls.Add(button2); + tabPage1.Controls.Add(button1); tabPage1.Controls.Add(label19); tabPage1.Controls.Add(label1); tabPage1.Controls.Add(textBox8); tabPage1.Controls.Add(textBox1); - tabPage1.Controls.Add(label12); tabPage1.Controls.Add(textBox2); tabPage1.Controls.Add(textBox7); tabPage1.Controls.Add(textBox3); @@ -421,14 +243,49 @@ private void InitializeComponent() tabPage1.TabIndex = 0; tabPage1.Text = "Personal Information"; // + // label20 + // + label20.AutoSize = true; + label20.Font = new Font("Segoe UI", 9.75F); + label20.ForeColor = Color.FromArgb(72, 85, 99); + label20.Location = new Point(535, 246); + label20.Name = "label20"; + label20.Size = new Size(131, 17); + label20.TabIndex = 26; + label20.Text = "Guardian Occupation"; + // + // button2 + // + button2.BackColor = Color.Green; + button2.Font = new Font("Segoe UI Semibold", 9.75F, FontStyle.Bold); + button2.ForeColor = Color.White; + button2.Location = new Point(688, 443); + button2.Name = "button2"; + button2.Size = new Size(94, 35); + button2.TabIndex = 25; + button2.Text = "Save"; + button2.UseVisualStyleBackColor = false; + // + // button1 + // + button1.BackColor = Color.FromArgb(72, 85, 99); + button1.Font = new Font("Segoe UI Semibold", 9.75F, FontStyle.Bold); + button1.ForeColor = Color.White; + button1.Location = new Point(596, 443); + button1.Name = "button1"; + button1.Size = new Size(94, 35); + button1.TabIndex = 24; + button1.Text = "Cancel"; + button1.UseVisualStyleBackColor = false; + // // label19 // label19.AutoSize = true; - label19.Font = new Font("Segoe UI", 9F, FontStyle.Regular, GraphicsUnit.Point, 0); + label19.Font = new Font("Segoe UI", 9F, FontStyle.Italic, GraphicsUnit.Point, 0); label19.ForeColor = Color.DarkRed; - label19.Location = new Point(249, 64); + label19.Location = new Point(32, 454); label19.Name = "label19"; - label19.Size = new Size(335, 15); + label19.Size = new Size(331, 15); label19.TabIndex = 23; label19.Text = "Patients are required to register their information on this form."; // @@ -437,11 +294,182 @@ private void InitializeComponent() label1.AutoSize = true; label1.Font = new Font("Segoe UI Semibold", 24F, FontStyle.Bold, GraphicsUnit.Point, 0); label1.ForeColor = Color.FromArgb(72, 85, 99); - label1.Location = new Point(261, 14); + label1.Location = new Point(216, 22); label1.Name = "label1"; - label1.Size = new Size(305, 45); + label1.Size = new Size(389, 45); label1.TabIndex = 22; - label1.Text = "Patient Information"; + label1.Text = "Patient Information Form"; + // + // textBox8 + // + textBox8.Font = new Font("Segoe UI", 11.25F, FontStyle.Regular, GraphicsUnit.Point, 0); + textBox8.Location = new Point(535, 266); + textBox8.Name = "textBox8"; + textBox8.Size = new Size(197, 27); + textBox8.TabIndex = 21; + // + // textBox1 + // + textBox1.Font = new Font("Segoe UI", 11.25F, FontStyle.Regular, GraphicsUnit.Point, 0); + textBox1.Location = new Point(107, 118); + textBox1.Name = "textBox1"; + textBox1.Size = new Size(197, 27); + textBox1.TabIndex = 1; + // + // textBox2 + // + textBox2.Font = new Font("Segoe UI", 11.25F, FontStyle.Regular, GraphicsUnit.Point, 0); + textBox2.Location = new Point(535, 118); + textBox2.Name = "textBox2"; + textBox2.Size = new Size(197, 27); + textBox2.TabIndex = 2; + // + // textBox7 + // + textBox7.Font = new Font("Segoe UI", 11.25F, FontStyle.Regular, GraphicsUnit.Point, 0); + textBox7.Location = new Point(321, 266); + textBox7.Name = "textBox7"; + textBox7.Size = new Size(197, 27); + textBox7.TabIndex = 19; + // + // textBox3 + // + textBox3.Font = new Font("Segoe UI", 11.25F, FontStyle.Regular, GraphicsUnit.Point, 0); + textBox3.Location = new Point(323, 118); + textBox3.Name = "textBox3"; + textBox3.Size = new Size(197, 27); + textBox3.TabIndex = 3; + // + // label11 + // + label11.AutoSize = true; + label11.Font = new Font("Segoe UI", 9.75F); + label11.ForeColor = Color.FromArgb(72, 85, 99); + label11.Location = new Point(323, 247); + label11.Name = "label11"; + label11.Size = new Size(100, 17); + label11.TabIndex = 18; + label11.Text = "Guardian Name"; + // + // label2 + // + label2.AutoSize = true; + label2.Font = new Font("Segoe UI", 9.75F); + label2.ForeColor = Color.FromArgb(72, 85, 99); + label2.Location = new Point(535, 98); + label2.Name = "label2"; + label2.Size = new Size(63, 17); + label2.TabIndex = 4; + label2.Text = "Lastname"; + // + // textBox6 + // + textBox6.Font = new Font("Segoe UI", 11.25F, FontStyle.Regular, GraphicsUnit.Point, 0); + textBox6.Location = new Point(104, 329); + textBox6.Multiline = true; + textBox6.Name = "textBox6"; + textBox6.Size = new Size(414, 88); + textBox6.TabIndex = 17; + // + // label10 + // + label10.AutoSize = true; + label10.Font = new Font("Segoe UI", 9.75F); + label10.ForeColor = Color.FromArgb(72, 85, 99); + label10.Location = new Point(106, 310); + label10.Name = "label10"; + label10.Size = new Size(95, 17); + label10.TabIndex = 16; + label10.Text = "Home Address"; + // + // label4 + // + label4.AutoSize = true; + label4.Font = new Font("Segoe UI", 9.75F); + label4.ForeColor = Color.FromArgb(72, 85, 99); + label4.Location = new Point(321, 98); + label4.Name = "label4"; + label4.Size = new Size(81, 17); + label4.TabIndex = 6; + label4.Text = "Middlename"; + // + // label9 + // + label9.AutoSize = true; + label9.Font = new Font("Segoe UI", 9.75F); + label9.ForeColor = Color.FromArgb(72, 85, 99); + label9.Location = new Point(107, 247); + label9.Name = "label9"; + label9.Size = new Size(101, 17); + label9.TabIndex = 15; + label9.Text = "Mobile Number"; + // + // comboBox1 + // + comboBox1.Font = new Font("Segoe UI", 9.75F, FontStyle.Regular, GraphicsUnit.Point, 0); + comboBox1.FormattingEnabled = true; + comboBox1.Items.AddRange(new object[] { "Single", "Married", "Widowed", "Legally Separated" }); + comboBox1.Location = new Point(535, 192); + comboBox1.Name = "comboBox1"; + comboBox1.Size = new Size(197, 25); + comboBox1.TabIndex = 7; + // + // textBox5 + // + textBox5.Font = new Font("Segoe UI", 11.25F, FontStyle.Regular, GraphicsUnit.Point, 0); + textBox5.Location = new Point(107, 266); + textBox5.Name = "textBox5"; + textBox5.Size = new Size(197, 27); + textBox5.TabIndex = 14; + // + // label5 + // + label5.AutoSize = true; + label5.Font = new Font("Segoe UI", 9.75F); + label5.ForeColor = Color.FromArgb(72, 85, 99); + label5.Location = new Point(535, 172); + label5.Name = "label5"; + label5.Size = new Size(70, 17); + label5.TabIndex = 8; + label5.Text = "Civil Status"; + // + // textBox4 + // + textBox4.Font = new Font("Segoe UI", 11.25F, FontStyle.Regular, GraphicsUnit.Point, 0); + textBox4.Location = new Point(321, 191); + textBox4.Name = "textBox4"; + textBox4.Size = new Size(197, 27); + textBox4.TabIndex = 13; + // + // dateTimePicker1 + // + dateTimePicker1.Format = DateTimePickerFormat.Short; + dateTimePicker1.Location = new Point(107, 191); + dateTimePicker1.Name = "dateTimePicker1"; + dateTimePicker1.Size = new Size(197, 23); + dateTimePicker1.TabIndex = 10; + // + // label8 + // + label8.AutoSize = true; + label8.Font = new Font("Segoe UI", 9.75F); + label8.ForeColor = Color.FromArgb(72, 85, 99); + label8.Location = new Point(321, 172); + label8.Name = "label8"; + label8.Size = new Size(31, 17); + label8.TabIndex = 12; + label8.Text = "Age"; + // + // label7 + // + label7.AutoSize = true; + label7.Font = new Font("Segoe UI", 9.75F); + label7.ForeColor = Color.FromArgb(72, 85, 99); + label7.Location = new Point(107, 172); + label7.Name = "label7"; + label7.Size = new Size(83, 17); + label7.TabIndex = 11; + label7.Text = "Date Of Birth"; // // tabPage2 // @@ -516,36 +544,36 @@ private void InitializeComponent() dataGridView6.AllowUserToAddRows = false; dataGridView6.AutoSizeColumnsMode = DataGridViewAutoSizeColumnsMode.Fill; dataGridView6.BackgroundColor = Color.WhiteSmoke; - dataGridViewCellStyle7.Alignment = DataGridViewContentAlignment.MiddleLeft; - dataGridViewCellStyle7.BackColor = SystemColors.Control; - dataGridViewCellStyle7.Font = new Font("Segoe UI", 9F); - dataGridViewCellStyle7.ForeColor = SystemColors.WindowText; - dataGridViewCellStyle7.SelectionBackColor = SystemColors.Highlight; - dataGridViewCellStyle7.SelectionForeColor = SystemColors.HighlightText; - dataGridViewCellStyle7.WrapMode = DataGridViewTriState.True; - dataGridView6.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7; + dataGridViewCellStyle1.Alignment = DataGridViewContentAlignment.MiddleLeft; + dataGridViewCellStyle1.BackColor = SystemColors.Control; + dataGridViewCellStyle1.Font = new Font("Segoe UI", 9F); + dataGridViewCellStyle1.ForeColor = SystemColors.WindowText; + dataGridViewCellStyle1.SelectionBackColor = SystemColors.Highlight; + dataGridViewCellStyle1.SelectionForeColor = SystemColors.HighlightText; + dataGridViewCellStyle1.WrapMode = DataGridViewTriState.True; + dataGridView6.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1; dataGridView6.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize; dataGridView6.Columns.AddRange(new DataGridViewColumn[] { dataGridViewTextBoxColumn1, dataGridViewTextBoxColumn2, dataGridViewTextBoxColumn21 }); - dataGridViewCellStyle8.Alignment = DataGridViewContentAlignment.MiddleLeft; - dataGridViewCellStyle8.BackColor = SystemColors.Window; - dataGridViewCellStyle8.Font = new Font("Segoe UI", 9F); - dataGridViewCellStyle8.ForeColor = SystemColors.ControlText; - dataGridViewCellStyle8.SelectionBackColor = SystemColors.Highlight; - dataGridViewCellStyle8.SelectionForeColor = SystemColors.HighlightText; - dataGridViewCellStyle8.WrapMode = DataGridViewTriState.False; - dataGridView6.DefaultCellStyle = dataGridViewCellStyle8; + dataGridViewCellStyle2.Alignment = DataGridViewContentAlignment.MiddleLeft; + dataGridViewCellStyle2.BackColor = SystemColors.Window; + dataGridViewCellStyle2.Font = new Font("Segoe UI", 9F); + dataGridViewCellStyle2.ForeColor = SystemColors.ControlText; + dataGridViewCellStyle2.SelectionBackColor = SystemColors.Highlight; + dataGridViewCellStyle2.SelectionForeColor = SystemColors.HighlightText; + dataGridViewCellStyle2.WrapMode = DataGridViewTriState.False; + dataGridView6.DefaultCellStyle = dataGridViewCellStyle2; dataGridView6.Dock = DockStyle.Bottom; dataGridView6.EditMode = DataGridViewEditMode.EditProgrammatically; dataGridView6.Location = new Point(3, 107); dataGridView6.Name = "dataGridView6"; - dataGridViewCellStyle9.Alignment = DataGridViewContentAlignment.MiddleLeft; - dataGridViewCellStyle9.BackColor = SystemColors.Control; - dataGridViewCellStyle9.Font = new Font("Segoe UI", 9F); - dataGridViewCellStyle9.ForeColor = SystemColors.WindowText; - dataGridViewCellStyle9.SelectionBackColor = SystemColors.Highlight; - dataGridViewCellStyle9.SelectionForeColor = SystemColors.HighlightText; - dataGridViewCellStyle9.WrapMode = DataGridViewTriState.True; - dataGridView6.RowHeadersDefaultCellStyle = dataGridViewCellStyle9; + dataGridViewCellStyle3.Alignment = DataGridViewContentAlignment.MiddleLeft; + dataGridViewCellStyle3.BackColor = SystemColors.Control; + dataGridViewCellStyle3.Font = new Font("Segoe UI", 9F); + dataGridViewCellStyle3.ForeColor = SystemColors.WindowText; + dataGridViewCellStyle3.SelectionBackColor = SystemColors.Highlight; + dataGridViewCellStyle3.SelectionForeColor = SystemColors.HighlightText; + dataGridViewCellStyle3.WrapMode = DataGridViewTriState.True; + dataGridView6.RowHeadersDefaultCellStyle = dataGridViewCellStyle3; dataGridView6.RowHeadersVisible = false; dataGridView6.SelectionMode = DataGridViewSelectionMode.FullRowSelect; dataGridView6.Size = new Size(816, 394); @@ -607,36 +635,36 @@ private void InitializeComponent() dataGridView1.AllowUserToAddRows = false; dataGridView1.AutoSizeColumnsMode = DataGridViewAutoSizeColumnsMode.Fill; dataGridView1.BackgroundColor = Color.WhiteSmoke; - dataGridViewCellStyle10.Alignment = DataGridViewContentAlignment.MiddleLeft; - dataGridViewCellStyle10.BackColor = SystemColors.Control; - dataGridViewCellStyle10.Font = new Font("Segoe UI", 9F); - dataGridViewCellStyle10.ForeColor = SystemColors.WindowText; - dataGridViewCellStyle10.SelectionBackColor = SystemColors.Highlight; - dataGridViewCellStyle10.SelectionForeColor = SystemColors.HighlightText; - dataGridViewCellStyle10.WrapMode = DataGridViewTriState.True; - dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle10; + dataGridViewCellStyle4.Alignment = DataGridViewContentAlignment.MiddleLeft; + dataGridViewCellStyle4.BackColor = SystemColors.Control; + dataGridViewCellStyle4.Font = new Font("Segoe UI", 9F); + dataGridViewCellStyle4.ForeColor = SystemColors.WindowText; + dataGridViewCellStyle4.SelectionBackColor = SystemColors.Highlight; + dataGridViewCellStyle4.SelectionForeColor = SystemColors.HighlightText; + dataGridViewCellStyle4.WrapMode = DataGridViewTriState.True; + dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle4; dataGridView1.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize; dataGridView1.Columns.AddRange(new DataGridViewColumn[] { dataGridViewTextBoxColumn3, Column5, dataGridViewTextBoxColumn5 }); - dataGridViewCellStyle11.Alignment = DataGridViewContentAlignment.MiddleLeft; - dataGridViewCellStyle11.BackColor = SystemColors.Window; - dataGridViewCellStyle11.Font = new Font("Segoe UI", 9F); - dataGridViewCellStyle11.ForeColor = SystemColors.ControlText; - dataGridViewCellStyle11.SelectionBackColor = SystemColors.Highlight; - dataGridViewCellStyle11.SelectionForeColor = SystemColors.HighlightText; - dataGridViewCellStyle11.WrapMode = DataGridViewTriState.False; - dataGridView1.DefaultCellStyle = dataGridViewCellStyle11; + dataGridViewCellStyle5.Alignment = DataGridViewContentAlignment.MiddleLeft; + dataGridViewCellStyle5.BackColor = SystemColors.Window; + dataGridViewCellStyle5.Font = new Font("Segoe UI", 9F); + dataGridViewCellStyle5.ForeColor = SystemColors.ControlText; + dataGridViewCellStyle5.SelectionBackColor = SystemColors.Highlight; + dataGridViewCellStyle5.SelectionForeColor = SystemColors.HighlightText; + dataGridViewCellStyle5.WrapMode = DataGridViewTriState.False; + dataGridView1.DefaultCellStyle = dataGridViewCellStyle5; dataGridView1.Dock = DockStyle.Bottom; dataGridView1.EditMode = DataGridViewEditMode.EditProgrammatically; dataGridView1.Location = new Point(3, 107); dataGridView1.Name = "dataGridView1"; - dataGridViewCellStyle12.Alignment = DataGridViewContentAlignment.MiddleLeft; - dataGridViewCellStyle12.BackColor = SystemColors.Control; - dataGridViewCellStyle12.Font = new Font("Segoe UI", 9F); - dataGridViewCellStyle12.ForeColor = SystemColors.WindowText; - dataGridViewCellStyle12.SelectionBackColor = SystemColors.Highlight; - dataGridViewCellStyle12.SelectionForeColor = SystemColors.HighlightText; - dataGridViewCellStyle12.WrapMode = DataGridViewTriState.True; - dataGridView1.RowHeadersDefaultCellStyle = dataGridViewCellStyle12; + dataGridViewCellStyle6.Alignment = DataGridViewContentAlignment.MiddleLeft; + dataGridViewCellStyle6.BackColor = SystemColors.Control; + dataGridViewCellStyle6.Font = new Font("Segoe UI", 9F); + dataGridViewCellStyle6.ForeColor = SystemColors.WindowText; + dataGridViewCellStyle6.SelectionBackColor = SystemColors.Highlight; + dataGridViewCellStyle6.SelectionForeColor = SystemColors.HighlightText; + dataGridViewCellStyle6.WrapMode = DataGridViewTriState.True; + dataGridView1.RowHeadersDefaultCellStyle = dataGridViewCellStyle6; dataGridView1.RowHeadersVisible = false; dataGridView1.SelectionMode = DataGridViewSelectionMode.FullRowSelect; dataGridView1.Size = new Size(816, 394); @@ -989,26 +1017,7 @@ private void InitializeComponent() } #endregion - private TextBox textBox1; - private TextBox textBox2; - private TextBox textBox3; - private Label label2; private Label label3; - private Label label4; - private ComboBox comboBox1; - private Label label5; - private DateTimePicker dateTimePicker1; - private Label label7; - private Label label8; - private TextBox textBox4; - private Label label9; - private TextBox textBox5; - private Label label10; - private TextBox textBox6; - private TextBox textBox7; - private Label label11; - private TextBox textBox8; - private Label label12; private DataGridView dgvQuestion; private TabControl tabControl1; private TabPage tabPage1; @@ -1039,7 +1048,6 @@ private void InitializeComponent() private DataGridViewTextBoxColumn dataGridViewTextBoxColumn18; private DataGridViewTextBoxColumn dataGridViewTextBoxColumn19; private DataGridViewTextBoxColumn dataGridViewTextBoxColumn20; - private Label label1; private DataGridView dataGridView6; private DataGridViewTextBoxColumn dataGridViewTextBoxColumn1; private DataGridViewTextBoxColumn dataGridViewTextBoxColumn2; @@ -1067,5 +1075,27 @@ private void InitializeComponent() private PictureBox pictureBox6; private PictureBox pictureBox7; private Label label19; + private Button button2; + private Button button1; + private Label label20; + private Label label1; + private TextBox textBox8; + private TextBox textBox1; + private TextBox textBox2; + private TextBox textBox7; + private TextBox textBox3; + private Label label11; + private Label label2; + private TextBox textBox6; + private Label label10; + private Label label4; + private Label label9; + private ComboBox comboBox1; + private TextBox textBox5; + private Label label5; + private TextBox textBox4; + private DateTimePicker dateTimePicker1; + private Label label8; + private Label label7; } } \ No newline at end of file diff --git a/App/Modules/Patient/frmPatientEntry.resx b/App/Modules/Patient/frmPatientEntry.resx index 90017b3..3757b35 100644 --- a/App/Modules/Patient/frmPatientEntry.resx +++ b/App/Modules/Patient/frmPatientEntry.resx @@ -129,18 +129,6 @@ True - - True - - - True - - - True - - - True - @@ -350,18 +338,6 @@ True - - True - - - True - - - True - - - True - iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -433,18 +409,6 @@ True - - True - - - True - - - True - - - True - iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -482,18 +446,6 @@ True - - True - - - True - - - True - - - True - iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -557,16 +509,4 @@ True - - True - - - True - - - True - - - True - \ No newline at end of file