|
|
@@ -33,9 +33,6 @@
|
|
|
this.selectSessionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
this.sESSIONSToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
this.selectArchiveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
- this.startNewSessionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
- this.pauzeSessionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
- this.stopSessionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
this.chatBox = new System.Windows.Forms.TextBox();
|
|
|
this.messageBox = new System.Windows.Forms.TextBox();
|
|
|
this.chatArea = new System.Windows.Forms.GroupBox();
|
|
|
@@ -43,6 +40,7 @@
|
|
|
this.doctorTabControl = new System.Windows.Forms.TabControl();
|
|
|
this.tabPageSummary = new System.Windows.Forms.TabPage();
|
|
|
this.doctorSummaryUC1 = new FietsClient.Forms.DoctorSummaryUC();
|
|
|
+ this.nieuwePatientToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
this.menuStrip1.SuspendLayout();
|
|
|
this.chatArea.SuspendLayout();
|
|
|
this.doctorTabControl.SuspendLayout();
|
|
|
@@ -56,7 +54,8 @@
|
|
|
this.archiefToolStripMenuItem});
|
|
|
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
|
|
|
this.menuStrip1.Name = "menuStrip1";
|
|
|
- this.menuStrip1.Size = new System.Drawing.Size(1084, 24);
|
|
|
+ this.menuStrip1.Padding = new System.Windows.Forms.Padding(8, 2, 0, 2);
|
|
|
+ this.menuStrip1.Size = new System.Drawing.Size(1445, 28);
|
|
|
this.menuStrip1.TabIndex = 0;
|
|
|
this.menuStrip1.Text = "menuStrip1";
|
|
|
//
|
|
|
@@ -64,66 +63,48 @@
|
|
|
//
|
|
|
this.archiefToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
this.selectSessionToolStripMenuItem,
|
|
|
- this.selectArchiveToolStripMenuItem,
|
|
|
- this.startNewSessionToolStripMenuItem,
|
|
|
- this.pauzeSessionToolStripMenuItem,
|
|
|
- this.stopSessionToolStripMenuItem});
|
|
|
+ this.selectArchiveToolStripMenuItem});
|
|
|
this.archiefToolStripMenuItem.Name = "archiefToolStripMenuItem";
|
|
|
- this.archiefToolStripMenuItem.Size = new System.Drawing.Size(56, 20);
|
|
|
+ this.archiefToolStripMenuItem.Size = new System.Drawing.Size(66, 24);
|
|
|
this.archiefToolStripMenuItem.Text = "Patient";
|
|
|
//
|
|
|
// selectSessionToolStripMenuItem
|
|
|
//
|
|
|
this.selectSessionToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
- this.sESSIONSToolStripMenuItem});
|
|
|
+ this.sESSIONSToolStripMenuItem,
|
|
|
+ this.nieuwePatientToolStripMenuItem});
|
|
|
this.selectSessionToolStripMenuItem.Name = "selectSessionToolStripMenuItem";
|
|
|
- this.selectSessionToolStripMenuItem.Size = new System.Drawing.Size(164, 22);
|
|
|
+ this.selectSessionToolStripMenuItem.Size = new System.Drawing.Size(181, 26);
|
|
|
this.selectSessionToolStripMenuItem.Text = "Select patient";
|
|
|
//
|
|
|
// sESSIONSToolStripMenuItem
|
|
|
//
|
|
|
this.sESSIONSToolStripMenuItem.Name = "sESSIONSToolStripMenuItem";
|
|
|
- this.sESSIONSToolStripMenuItem.Size = new System.Drawing.Size(116, 22);
|
|
|
+ this.sESSIONSToolStripMenuItem.Size = new System.Drawing.Size(183, 26);
|
|
|
this.sESSIONSToolStripMenuItem.Text = "Patients";
|
|
|
//
|
|
|
// selectArchiveToolStripMenuItem
|
|
|
//
|
|
|
this.selectArchiveToolStripMenuItem.Name = "selectArchiveToolStripMenuItem";
|
|
|
- this.selectArchiveToolStripMenuItem.Size = new System.Drawing.Size(164, 22);
|
|
|
+ this.selectArchiveToolStripMenuItem.Size = new System.Drawing.Size(181, 26);
|
|
|
this.selectArchiveToolStripMenuItem.Text = "Select archive";
|
|
|
//
|
|
|
- // startNewSessionToolStripMenuItem
|
|
|
- //
|
|
|
- this.startNewSessionToolStripMenuItem.Name = "startNewSessionToolStripMenuItem";
|
|
|
- this.startNewSessionToolStripMenuItem.Size = new System.Drawing.Size(164, 22);
|
|
|
- this.startNewSessionToolStripMenuItem.Text = "Start new session";
|
|
|
- //
|
|
|
- // pauzeSessionToolStripMenuItem
|
|
|
- //
|
|
|
- this.pauzeSessionToolStripMenuItem.Name = "pauzeSessionToolStripMenuItem";
|
|
|
- this.pauzeSessionToolStripMenuItem.Size = new System.Drawing.Size(164, 22);
|
|
|
- this.pauzeSessionToolStripMenuItem.Text = "Pauze session";
|
|
|
- //
|
|
|
- // stopSessionToolStripMenuItem
|
|
|
- //
|
|
|
- this.stopSessionToolStripMenuItem.Name = "stopSessionToolStripMenuItem";
|
|
|
- this.stopSessionToolStripMenuItem.Size = new System.Drawing.Size(164, 22);
|
|
|
- this.stopSessionToolStripMenuItem.Text = "Stop session";
|
|
|
- //
|
|
|
// chatBox
|
|
|
//
|
|
|
- this.chatBox.Location = new System.Drawing.Point(0, 13);
|
|
|
+ this.chatBox.Location = new System.Drawing.Point(0, 16);
|
|
|
+ this.chatBox.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
this.chatBox.Multiline = true;
|
|
|
this.chatBox.Name = "chatBox";
|
|
|
this.chatBox.ReadOnly = true;
|
|
|
- this.chatBox.Size = new System.Drawing.Size(228, 560);
|
|
|
+ this.chatBox.Size = new System.Drawing.Size(303, 688);
|
|
|
this.chatBox.TabIndex = 3;
|
|
|
//
|
|
|
// messageBox
|
|
|
//
|
|
|
- this.messageBox.Location = new System.Drawing.Point(0, 579);
|
|
|
+ this.messageBox.Location = new System.Drawing.Point(0, 713);
|
|
|
+ this.messageBox.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
this.messageBox.Name = "messageBox";
|
|
|
- this.messageBox.Size = new System.Drawing.Size(228, 20);
|
|
|
+ this.messageBox.Size = new System.Drawing.Size(303, 22);
|
|
|
this.messageBox.TabIndex = 6;
|
|
|
this.messageBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.messageBox_KeyPress);
|
|
|
//
|
|
|
@@ -132,18 +113,21 @@
|
|
|
this.chatArea.Controls.Add(this.messageButton);
|
|
|
this.chatArea.Controls.Add(this.chatBox);
|
|
|
this.chatArea.Controls.Add(this.messageBox);
|
|
|
- this.chatArea.Location = new System.Drawing.Point(849, 50);
|
|
|
+ this.chatArea.Location = new System.Drawing.Point(1132, 62);
|
|
|
+ this.chatArea.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
this.chatArea.Name = "chatArea";
|
|
|
- this.chatArea.Size = new System.Drawing.Size(228, 641);
|
|
|
+ this.chatArea.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
+ this.chatArea.Size = new System.Drawing.Size(304, 789);
|
|
|
this.chatArea.TabIndex = 5;
|
|
|
this.chatArea.TabStop = false;
|
|
|
this.chatArea.Text = "Chat:";
|
|
|
//
|
|
|
// messageButton
|
|
|
//
|
|
|
- this.messageButton.Location = new System.Drawing.Point(0, 605);
|
|
|
+ this.messageButton.Location = new System.Drawing.Point(0, 745);
|
|
|
+ this.messageButton.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
this.messageButton.Name = "messageButton";
|
|
|
- this.messageButton.Size = new System.Drawing.Size(228, 30);
|
|
|
+ this.messageButton.Size = new System.Drawing.Size(304, 37);
|
|
|
this.messageButton.TabIndex = 7;
|
|
|
this.messageButton.Text = "send";
|
|
|
this.messageButton.UseVisualStyleBackColor = true;
|
|
|
@@ -152,19 +136,21 @@
|
|
|
// doctorTabControl
|
|
|
//
|
|
|
this.doctorTabControl.Controls.Add(this.tabPageSummary);
|
|
|
- this.doctorTabControl.Location = new System.Drawing.Point(13, 28);
|
|
|
+ this.doctorTabControl.Location = new System.Drawing.Point(17, 34);
|
|
|
+ this.doctorTabControl.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
this.doctorTabControl.Name = "doctorTabControl";
|
|
|
this.doctorTabControl.SelectedIndex = 0;
|
|
|
- this.doctorTabControl.Size = new System.Drawing.Size(830, 666);
|
|
|
+ this.doctorTabControl.Size = new System.Drawing.Size(1107, 820);
|
|
|
this.doctorTabControl.TabIndex = 6;
|
|
|
//
|
|
|
// tabPageSummary
|
|
|
//
|
|
|
this.tabPageSummary.BackColor = System.Drawing.Color.Transparent;
|
|
|
this.tabPageSummary.Controls.Add(this.doctorSummaryUC1);
|
|
|
- this.tabPageSummary.Location = new System.Drawing.Point(4, 22);
|
|
|
+ this.tabPageSummary.Location = new System.Drawing.Point(4, 25);
|
|
|
+ this.tabPageSummary.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
this.tabPageSummary.Name = "tabPageSummary";
|
|
|
- this.tabPageSummary.Size = new System.Drawing.Size(822, 640);
|
|
|
+ this.tabPageSummary.Size = new System.Drawing.Size(1099, 791);
|
|
|
this.tabPageSummary.TabIndex = 0;
|
|
|
this.tabPageSummary.Text = "Summary";
|
|
|
//
|
|
|
@@ -172,20 +158,29 @@
|
|
|
//
|
|
|
this.doctorSummaryUC1.BackColor = System.Drawing.SystemColors.Control;
|
|
|
this.doctorSummaryUC1.Location = new System.Drawing.Point(0, 0);
|
|
|
+ this.doctorSummaryUC1.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
|
|
|
this.doctorSummaryUC1.Name = "doctorSummaryUC1";
|
|
|
- this.doctorSummaryUC1.Size = new System.Drawing.Size(822, 640);
|
|
|
+ this.doctorSummaryUC1.Size = new System.Drawing.Size(1096, 788);
|
|
|
this.doctorSummaryUC1.TabIndex = 0;
|
|
|
//
|
|
|
+ // nieuwePatientToolStripMenuItem
|
|
|
+ //
|
|
|
+ this.nieuwePatientToolStripMenuItem.Name = "nieuwePatientToolStripMenuItem";
|
|
|
+ this.nieuwePatientToolStripMenuItem.Size = new System.Drawing.Size(183, 26);
|
|
|
+ this.nieuwePatientToolStripMenuItem.Text = "Nieuwe Patient";
|
|
|
+ this.nieuwePatientToolStripMenuItem.Click += new System.EventHandler(this.nieuwePatientToolStripMenuItem_Click);
|
|
|
+ //
|
|
|
// DoctorForm
|
|
|
//
|
|
|
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.BackColor = System.Drawing.SystemColors.Control;
|
|
|
- this.ClientSize = new System.Drawing.Size(1084, 701);
|
|
|
+ this.ClientSize = new System.Drawing.Size(1445, 863);
|
|
|
this.Controls.Add(this.doctorTabControl);
|
|
|
this.Controls.Add(this.chatArea);
|
|
|
this.Controls.Add(this.menuStrip1);
|
|
|
this.MainMenuStrip = this.menuStrip1;
|
|
|
+ this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
this.Name = "DoctorForm";
|
|
|
this.Text = "Doctor";
|
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.DoctorForm_FormClosing);
|
|
|
@@ -211,13 +206,11 @@
|
|
|
private System.Windows.Forms.TextBox messageBox;
|
|
|
private System.Windows.Forms.GroupBox chatArea;
|
|
|
private System.Windows.Forms.ToolStripMenuItem selectArchiveToolStripMenuItem;
|
|
|
- private System.Windows.Forms.ToolStripMenuItem startNewSessionToolStripMenuItem;
|
|
|
- private System.Windows.Forms.ToolStripMenuItem pauzeSessionToolStripMenuItem;
|
|
|
- private System.Windows.Forms.ToolStripMenuItem stopSessionToolStripMenuItem;
|
|
|
private System.Windows.Forms.Button messageButton;
|
|
|
private System.Windows.Forms.TabControl doctorTabControl;
|
|
|
private System.Windows.Forms.TabPage tabPageSummary;
|
|
|
private Forms.DoctorSummaryUC doctorSummaryUC1;
|
|
|
+ private System.Windows.Forms.ToolStripMenuItem nieuwePatientToolStripMenuItem;
|
|
|
}
|
|
|
}
|
|
|
|