DoctorForm.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223
  1. namespace FietsClient
  2. {
  3. partial class DoctorForm
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.menuStrip1 = new System.Windows.Forms.MenuStrip();
  29. this.archiefToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  30. this.selectSessionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  31. this.sESSIONSToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  32. this.selectArchiveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  33. this.startNewSessionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  34. this.pauzeSessionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  35. this.stopSessionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  36. this.chatBox = new System.Windows.Forms.TextBox();
  37. this.messageBox = new System.Windows.Forms.TextBox();
  38. this.chatArea = new System.Windows.Forms.GroupBox();
  39. this.messageButton = new System.Windows.Forms.Button();
  40. this.doctorTabControl = new System.Windows.Forms.TabControl();
  41. this.tabPageSummary = new System.Windows.Forms.TabPage();
  42. this.doctorSummaryUC1 = new FietsClient.Forms.DoctorSummaryUC();
  43. this.menuStrip1.SuspendLayout();
  44. this.chatArea.SuspendLayout();
  45. this.doctorTabControl.SuspendLayout();
  46. this.tabPageSummary.SuspendLayout();
  47. this.SuspendLayout();
  48. //
  49. // menuStrip1
  50. //
  51. this.menuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
  52. this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  53. this.archiefToolStripMenuItem});
  54. this.menuStrip1.Location = new System.Drawing.Point(0, 0);
  55. this.menuStrip1.Name = "menuStrip1";
  56. this.menuStrip1.Size = new System.Drawing.Size(1084, 24);
  57. this.menuStrip1.TabIndex = 0;
  58. this.menuStrip1.Text = "menuStrip1";
  59. //
  60. // archiefToolStripMenuItem
  61. //
  62. this.archiefToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  63. this.selectSessionToolStripMenuItem,
  64. this.selectArchiveToolStripMenuItem,
  65. this.startNewSessionToolStripMenuItem,
  66. this.pauzeSessionToolStripMenuItem,
  67. this.stopSessionToolStripMenuItem});
  68. this.archiefToolStripMenuItem.Name = "archiefToolStripMenuItem";
  69. this.archiefToolStripMenuItem.Size = new System.Drawing.Size(56, 20);
  70. this.archiefToolStripMenuItem.Text = "Patient";
  71. //
  72. // selectSessionToolStripMenuItem
  73. //
  74. this.selectSessionToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  75. this.sESSIONSToolStripMenuItem});
  76. this.selectSessionToolStripMenuItem.Name = "selectSessionToolStripMenuItem";
  77. this.selectSessionToolStripMenuItem.Size = new System.Drawing.Size(164, 22);
  78. this.selectSessionToolStripMenuItem.Text = "Select patient";
  79. //
  80. // sESSIONSToolStripMenuItem
  81. //
  82. this.sESSIONSToolStripMenuItem.Name = "sESSIONSToolStripMenuItem";
  83. this.sESSIONSToolStripMenuItem.Size = new System.Drawing.Size(116, 22);
  84. this.sESSIONSToolStripMenuItem.Text = "Patients";
  85. //
  86. // selectArchiveToolStripMenuItem
  87. //
  88. this.selectArchiveToolStripMenuItem.Name = "selectArchiveToolStripMenuItem";
  89. this.selectArchiveToolStripMenuItem.Size = new System.Drawing.Size(164, 22);
  90. this.selectArchiveToolStripMenuItem.Text = "Select archive";
  91. //
  92. // startNewSessionToolStripMenuItem
  93. //
  94. this.startNewSessionToolStripMenuItem.Name = "startNewSessionToolStripMenuItem";
  95. this.startNewSessionToolStripMenuItem.Size = new System.Drawing.Size(164, 22);
  96. this.startNewSessionToolStripMenuItem.Text = "Start new session";
  97. //
  98. // pauzeSessionToolStripMenuItem
  99. //
  100. this.pauzeSessionToolStripMenuItem.Name = "pauzeSessionToolStripMenuItem";
  101. this.pauzeSessionToolStripMenuItem.Size = new System.Drawing.Size(164, 22);
  102. this.pauzeSessionToolStripMenuItem.Text = "Pauze session";
  103. //
  104. // stopSessionToolStripMenuItem
  105. //
  106. this.stopSessionToolStripMenuItem.Name = "stopSessionToolStripMenuItem";
  107. this.stopSessionToolStripMenuItem.Size = new System.Drawing.Size(164, 22);
  108. this.stopSessionToolStripMenuItem.Text = "Stop session";
  109. //
  110. // chatBox
  111. //
  112. this.chatBox.Location = new System.Drawing.Point(0, 13);
  113. this.chatBox.Multiline = true;
  114. this.chatBox.Name = "chatBox";
  115. this.chatBox.ReadOnly = true;
  116. this.chatBox.Size = new System.Drawing.Size(228, 560);
  117. this.chatBox.TabIndex = 3;
  118. //
  119. // messageBox
  120. //
  121. this.messageBox.Location = new System.Drawing.Point(0, 579);
  122. this.messageBox.Name = "messageBox";
  123. this.messageBox.Size = new System.Drawing.Size(228, 20);
  124. this.messageBox.TabIndex = 6;
  125. this.messageBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.messageBox_KeyPress);
  126. //
  127. // chatArea
  128. //
  129. this.chatArea.Controls.Add(this.messageButton);
  130. this.chatArea.Controls.Add(this.chatBox);
  131. this.chatArea.Controls.Add(this.messageBox);
  132. this.chatArea.Location = new System.Drawing.Point(849, 50);
  133. this.chatArea.Name = "chatArea";
  134. this.chatArea.Size = new System.Drawing.Size(228, 641);
  135. this.chatArea.TabIndex = 5;
  136. this.chatArea.TabStop = false;
  137. this.chatArea.Text = "Chat:";
  138. //
  139. // messageButton
  140. //
  141. this.messageButton.Location = new System.Drawing.Point(0, 605);
  142. this.messageButton.Name = "messageButton";
  143. this.messageButton.Size = new System.Drawing.Size(228, 30);
  144. this.messageButton.TabIndex = 7;
  145. this.messageButton.Text = "send";
  146. this.messageButton.UseVisualStyleBackColor = true;
  147. this.messageButton.Click += new System.EventHandler(this.messageButton_Click);
  148. //
  149. // doctorTabControl
  150. //
  151. this.doctorTabControl.Controls.Add(this.tabPageSummary);
  152. this.doctorTabControl.Location = new System.Drawing.Point(13, 28);
  153. this.doctorTabControl.Name = "doctorTabControl";
  154. this.doctorTabControl.SelectedIndex = 0;
  155. this.doctorTabControl.Size = new System.Drawing.Size(830, 666);
  156. this.doctorTabControl.TabIndex = 6;
  157. //
  158. // tabPageSummary
  159. //
  160. this.tabPageSummary.BackColor = System.Drawing.Color.Transparent;
  161. this.tabPageSummary.Controls.Add(this.doctorSummaryUC1);
  162. this.tabPageSummary.Location = new System.Drawing.Point(4, 22);
  163. this.tabPageSummary.Name = "tabPageSummary";
  164. this.tabPageSummary.Size = new System.Drawing.Size(822, 640);
  165. this.tabPageSummary.TabIndex = 0;
  166. this.tabPageSummary.Text = "Summary";
  167. //
  168. // doctorSummaryUC1
  169. //
  170. this.doctorSummaryUC1.BackColor = System.Drawing.SystemColors.Control;
  171. this.doctorSummaryUC1.Location = new System.Drawing.Point(0, 0);
  172. this.doctorSummaryUC1.Name = "doctorSummaryUC1";
  173. this.doctorSummaryUC1.Size = new System.Drawing.Size(822, 640);
  174. this.doctorSummaryUC1.TabIndex = 0;
  175. //
  176. // DoctorForm
  177. //
  178. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  179. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  180. this.BackColor = System.Drawing.SystemColors.Control;
  181. this.ClientSize = new System.Drawing.Size(1084, 701);
  182. this.Controls.Add(this.doctorTabControl);
  183. this.Controls.Add(this.chatArea);
  184. this.Controls.Add(this.menuStrip1);
  185. this.MainMenuStrip = this.menuStrip1;
  186. this.Name = "DoctorForm";
  187. this.Text = "Doctor";
  188. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.DoctorForm_FormClosing);
  189. this.Load += new System.EventHandler(this.Form1_Load);
  190. this.menuStrip1.ResumeLayout(false);
  191. this.menuStrip1.PerformLayout();
  192. this.chatArea.ResumeLayout(false);
  193. this.chatArea.PerformLayout();
  194. this.doctorTabControl.ResumeLayout(false);
  195. this.tabPageSummary.ResumeLayout(false);
  196. this.ResumeLayout(false);
  197. this.PerformLayout();
  198. }
  199. #endregion
  200. private System.Windows.Forms.MenuStrip menuStrip1;
  201. private System.Windows.Forms.ToolStripMenuItem archiefToolStripMenuItem;
  202. private System.Windows.Forms.ToolStripMenuItem selectSessionToolStripMenuItem;
  203. private System.Windows.Forms.ToolStripMenuItem sESSIONSToolStripMenuItem;
  204. private System.Windows.Forms.TextBox chatBox;
  205. private System.Windows.Forms.TextBox messageBox;
  206. private System.Windows.Forms.GroupBox chatArea;
  207. private System.Windows.Forms.ToolStripMenuItem selectArchiveToolStripMenuItem;
  208. private System.Windows.Forms.ToolStripMenuItem startNewSessionToolStripMenuItem;
  209. private System.Windows.Forms.ToolStripMenuItem pauzeSessionToolStripMenuItem;
  210. private System.Windows.Forms.ToolStripMenuItem stopSessionToolStripMenuItem;
  211. private System.Windows.Forms.Button messageButton;
  212. private System.Windows.Forms.TabControl doctorTabControl;
  213. private System.Windows.Forms.TabPage tabPageSummary;
  214. private Forms.DoctorSummaryUC doctorSummaryUC1;
  215. }
  216. }