DoctorForm.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DoctorForm));
  29. this.menuStrip1 = new System.Windows.Forms.MenuStrip();
  30. this.archiefToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  31. this.loadUsersToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  32. this.PatientBox = new System.Windows.Forms.ToolStripComboBox();
  33. this.sessionsBox = new System.Windows.Forms.ToolStripComboBox();
  34. this.selectSessionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  35. this.logoutToolStripMenuItem = 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.newPatientToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  43. this.doctorSummaryUC1 = new FietsClient.Forms.DoctorSummaryUC();
  44. this.menuStrip1.SuspendLayout();
  45. this.chatArea.SuspendLayout();
  46. this.doctorTabControl.SuspendLayout();
  47. this.tabPageSummary.SuspendLayout();
  48. this.SuspendLayout();
  49. //
  50. // menuStrip1
  51. //
  52. this.menuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
  53. this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  54. this.archiefToolStripMenuItem,
  55. this.newPatientToolStripMenuItem,
  56. this.logoutToolStripMenuItem});
  57. this.menuStrip1.Location = new System.Drawing.Point(0, 0);
  58. this.menuStrip1.Name = "menuStrip1";
  59. this.menuStrip1.Size = new System.Drawing.Size(1084, 24);
  60. this.menuStrip1.TabIndex = 0;
  61. this.menuStrip1.Text = "menuStrip1";
  62. //
  63. // archiefToolStripMenuItem
  64. //
  65. this.archiefToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  66. this.loadUsersToolStripMenuItem,
  67. this.PatientBox,
  68. this.sessionsBox,
  69. this.selectSessionToolStripMenuItem});
  70. this.archiefToolStripMenuItem.Name = "archiefToolStripMenuItem";
  71. this.archiefToolStripMenuItem.Size = new System.Drawing.Size(59, 20);
  72. this.archiefToolStripMenuItem.Text = "Archive";
  73. //
  74. // loadUsersToolStripMenuItem
  75. //
  76. this.loadUsersToolStripMenuItem.Name = "loadUsersToolStripMenuItem";
  77. this.loadUsersToolStripMenuItem.Size = new System.Drawing.Size(181, 22);
  78. this.loadUsersToolStripMenuItem.Text = "Load users";
  79. this.loadUsersToolStripMenuItem.Click += new System.EventHandler(this.loadUsersToolStripMenuItem_Click);
  80. //
  81. // PatientBox
  82. //
  83. this.PatientBox.Name = "PatientBox";
  84. this.PatientBox.Size = new System.Drawing.Size(121, 23);
  85. this.PatientBox.SelectedIndexChanged += new System.EventHandler(this.PatientBox_SelectedIndexChanged);
  86. //
  87. // sessionsBox
  88. //
  89. this.sessionsBox.Name = "sessionsBox";
  90. this.sessionsBox.Size = new System.Drawing.Size(121, 23);
  91. //
  92. // selectSessionToolStripMenuItem
  93. //
  94. this.selectSessionToolStripMenuItem.Name = "selectSessionToolStripMenuItem";
  95. this.selectSessionToolStripMenuItem.Size = new System.Drawing.Size(181, 22);
  96. this.selectSessionToolStripMenuItem.Text = "Select session";
  97. this.selectSessionToolStripMenuItem.Click += new System.EventHandler(this.selectSessionToolStripMenuItem_Click);
  98. //
  99. // logoutToolStripMenuItem
  100. //
  101. this.logoutToolStripMenuItem.Name = "logoutToolStripMenuItem";
  102. this.logoutToolStripMenuItem.Size = new System.Drawing.Size(57, 20);
  103. this.logoutToolStripMenuItem.Text = "Logout";
  104. this.logoutToolStripMenuItem.Click += new System.EventHandler(this.logoutToolStripMenuItem_Click);
  105. //
  106. // chatBox
  107. //
  108. this.chatBox.Location = new System.Drawing.Point(0, 13);
  109. this.chatBox.Multiline = true;
  110. this.chatBox.Name = "chatBox";
  111. this.chatBox.ReadOnly = true;
  112. this.chatBox.Size = new System.Drawing.Size(228, 560);
  113. this.chatBox.TabIndex = 3;
  114. //
  115. // messageBox
  116. //
  117. this.messageBox.Location = new System.Drawing.Point(0, 579);
  118. this.messageBox.Name = "messageBox";
  119. this.messageBox.Size = new System.Drawing.Size(228, 20);
  120. this.messageBox.TabIndex = 6;
  121. this.messageBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.messageBox_KeyPress);
  122. //
  123. // chatArea
  124. //
  125. this.chatArea.Controls.Add(this.messageButton);
  126. this.chatArea.Controls.Add(this.chatBox);
  127. this.chatArea.Controls.Add(this.messageBox);
  128. this.chatArea.Location = new System.Drawing.Point(849, 50);
  129. this.chatArea.Name = "chatArea";
  130. this.chatArea.Size = new System.Drawing.Size(228, 641);
  131. this.chatArea.TabIndex = 5;
  132. this.chatArea.TabStop = false;
  133. this.chatArea.Text = "Chat:";
  134. //
  135. // messageButton
  136. //
  137. this.messageButton.Location = new System.Drawing.Point(0, 605);
  138. this.messageButton.Name = "messageButton";
  139. this.messageButton.Size = new System.Drawing.Size(228, 30);
  140. this.messageButton.TabIndex = 7;
  141. this.messageButton.Text = "send";
  142. this.messageButton.UseVisualStyleBackColor = true;
  143. this.messageButton.Click += new System.EventHandler(this.messageButton_Click);
  144. //
  145. // doctorTabControl
  146. //
  147. this.doctorTabControl.Controls.Add(this.tabPageSummary);
  148. this.doctorTabControl.Location = new System.Drawing.Point(13, 28);
  149. this.doctorTabControl.Name = "doctorTabControl";
  150. this.doctorTabControl.SelectedIndex = 0;
  151. this.doctorTabControl.Size = new System.Drawing.Size(830, 666);
  152. this.doctorTabControl.TabIndex = 6;
  153. //
  154. // tabPageSummary
  155. //
  156. this.tabPageSummary.BackColor = System.Drawing.Color.Transparent;
  157. this.tabPageSummary.Controls.Add(this.doctorSummaryUC1);
  158. this.tabPageSummary.Location = new System.Drawing.Point(4, 22);
  159. this.tabPageSummary.Name = "tabPageSummary";
  160. this.tabPageSummary.Size = new System.Drawing.Size(822, 640);
  161. this.tabPageSummary.TabIndex = 0;
  162. this.tabPageSummary.Text = "Summary";
  163. //
  164. // newPatientToolStripMenuItem
  165. //
  166. this.newPatientToolStripMenuItem.Name = "newPatientToolStripMenuItem";
  167. this.newPatientToolStripMenuItem.Size = new System.Drawing.Size(83, 20);
  168. this.newPatientToolStripMenuItem.Text = "New Patient";
  169. this.newPatientToolStripMenuItem.Click += new System.EventHandler(this.nieuwePatientToolStripMenuItem_Click);
  170. //
  171. // doctorSummaryUC1
  172. //
  173. this.doctorSummaryUC1.BackColor = System.Drawing.SystemColors.Control;
  174. this.doctorSummaryUC1.Location = new System.Drawing.Point(0, 0);
  175. this.doctorSummaryUC1.Margin = new System.Windows.Forms.Padding(4);
  176. this.doctorSummaryUC1.Name = "doctorSummaryUC1";
  177. this.doctorSummaryUC1.Size = new System.Drawing.Size(822, 640);
  178. this.doctorSummaryUC1.TabIndex = 0;
  179. //
  180. // DoctorForm
  181. //
  182. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  183. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  184. this.BackColor = System.Drawing.SystemColors.Control;
  185. this.ClientSize = new System.Drawing.Size(1084, 711);
  186. this.Controls.Add(this.doctorTabControl);
  187. this.Controls.Add(this.chatArea);
  188. this.Controls.Add(this.menuStrip1);
  189. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  190. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  191. this.MainMenuStrip = this.menuStrip1;
  192. this.MaximizeBox = false;
  193. this.Name = "DoctorForm";
  194. this.Text = "Doctor";
  195. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.DoctorForm_FormClosing);
  196. this.Load += new System.EventHandler(this.Form1_Load);
  197. this.menuStrip1.ResumeLayout(false);
  198. this.menuStrip1.PerformLayout();
  199. this.chatArea.ResumeLayout(false);
  200. this.chatArea.PerformLayout();
  201. this.doctorTabControl.ResumeLayout(false);
  202. this.tabPageSummary.ResumeLayout(false);
  203. this.ResumeLayout(false);
  204. this.PerformLayout();
  205. }
  206. #endregion
  207. private System.Windows.Forms.MenuStrip menuStrip1;
  208. private System.Windows.Forms.TextBox chatBox;
  209. private System.Windows.Forms.TextBox messageBox;
  210. private System.Windows.Forms.GroupBox chatArea;
  211. private System.Windows.Forms.Button messageButton;
  212. private System.Windows.Forms.TabControl doctorTabControl;
  213. private Forms.DoctorSummaryUC doctorSummaryUC1;
  214. public System.Windows.Forms.ToolStripMenuItem archiefToolStripMenuItem;
  215. private System.Windows.Forms.ToolStripComboBox PatientBox;
  216. public System.Windows.Forms.TabPage tabPageSummary;
  217. public System.Windows.Forms.ToolStripComboBox sessionsBox;
  218. private System.Windows.Forms.ToolStripMenuItem selectSessionToolStripMenuItem;
  219. private System.Windows.Forms.ToolStripMenuItem loadUsersToolStripMenuItem;
  220. private System.Windows.Forms.ToolStripMenuItem logoutToolStripMenuItem;
  221. private System.Windows.Forms.ToolStripMenuItem newPatientToolStripMenuItem;
  222. }
  223. }