NewPatientForm.Designer.cs 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175
  1. namespace FietsClient.Forms
  2. {
  3. partial class NewPatientForm
  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.button1 = new System.Windows.Forms.Button();
  29. this.label1 = new System.Windows.Forms.Label();
  30. this.label2 = new System.Windows.Forms.Label();
  31. this.label3 = new System.Windows.Forms.Label();
  32. this.label4 = new System.Windows.Forms.Label();
  33. this.textBox1 = new System.Windows.Forms.TextBox();
  34. this.textBox2 = new System.Windows.Forms.TextBox();
  35. this.textBox4 = new System.Windows.Forms.TextBox();
  36. this.comboBox1 = new System.Windows.Forms.ComboBox();
  37. this.label5 = new System.Windows.Forms.Label();
  38. this.passBox = new System.Windows.Forms.TextBox();
  39. this.SuspendLayout();
  40. //
  41. // button1
  42. //
  43. this.button1.Location = new System.Drawing.Point(173, 303);
  44. this.button1.Name = "button1";
  45. this.button1.Size = new System.Drawing.Size(181, 33);
  46. this.button1.TabIndex = 0;
  47. this.button1.Text = "Aanmaken";
  48. this.button1.UseVisualStyleBackColor = true;
  49. this.button1.Click += new System.EventHandler(this.button1_Click);
  50. //
  51. // label1
  52. //
  53. this.label1.AutoSize = true;
  54. this.label1.Location = new System.Drawing.Point(102, 49);
  55. this.label1.Name = "label1";
  56. this.label1.Size = new System.Drawing.Size(113, 17);
  57. this.label1.TabIndex = 1;
  58. this.label1.Text = "Gebruikersnaam";
  59. //
  60. // label2
  61. //
  62. this.label2.AutoSize = true;
  63. this.label2.Location = new System.Drawing.Point(102, 161);
  64. this.label2.Name = "label2";
  65. this.label2.Size = new System.Drawing.Size(54, 17);
  66. this.label2.TabIndex = 2;
  67. this.label2.Text = "Leeftijd";
  68. //
  69. // label3
  70. //
  71. this.label3.AutoSize = true;
  72. this.label3.Location = new System.Drawing.Point(102, 209);
  73. this.label3.Name = "label3";
  74. this.label3.Size = new System.Drawing.Size(64, 17);
  75. this.label3.TabIndex = 3;
  76. this.label3.Text = "Geslacht";
  77. //
  78. // label4
  79. //
  80. this.label4.AutoSize = true;
  81. this.label4.Location = new System.Drawing.Point(102, 261);
  82. this.label4.Name = "label4";
  83. this.label4.Size = new System.Drawing.Size(58, 17);
  84. this.label4.TabIndex = 4;
  85. this.label4.Text = "Gewicht";
  86. //
  87. // textBox1
  88. //
  89. this.textBox1.Location = new System.Drawing.Point(255, 49);
  90. this.textBox1.Name = "textBox1";
  91. this.textBox1.Size = new System.Drawing.Size(145, 22);
  92. this.textBox1.TabIndex = 5;
  93. //
  94. // textBox2
  95. //
  96. this.textBox2.Location = new System.Drawing.Point(255, 158);
  97. this.textBox2.Name = "textBox2";
  98. this.textBox2.Size = new System.Drawing.Size(145, 22);
  99. this.textBox2.TabIndex = 6;
  100. //
  101. // textBox4
  102. //
  103. this.textBox4.Location = new System.Drawing.Point(255, 258);
  104. this.textBox4.Name = "textBox4";
  105. this.textBox4.Size = new System.Drawing.Size(145, 22);
  106. this.textBox4.TabIndex = 8;
  107. //
  108. // comboBox1
  109. //
  110. this.comboBox1.FormattingEnabled = true;
  111. this.comboBox1.Items.AddRange(new object[] {
  112. "Man",
  113. "Vrouw"});
  114. this.comboBox1.Location = new System.Drawing.Point(255, 206);
  115. this.comboBox1.Name = "comboBox1";
  116. this.comboBox1.Size = new System.Drawing.Size(145, 24);
  117. this.comboBox1.TabIndex = 9;
  118. //
  119. // label5
  120. //
  121. this.label5.AutoSize = true;
  122. this.label5.Location = new System.Drawing.Point(102, 102);
  123. this.label5.Name = "label5";
  124. this.label5.Size = new System.Drawing.Size(86, 17);
  125. this.label5.TabIndex = 10;
  126. this.label5.Text = "Wachtwoord";
  127. //
  128. // passBox
  129. //
  130. this.passBox.Location = new System.Drawing.Point(255, 102);
  131. this.passBox.Name = "passBox";
  132. this.passBox.Size = new System.Drawing.Size(145, 22);
  133. this.passBox.TabIndex = 11;
  134. //
  135. // NewPatientForm
  136. //
  137. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
  138. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  139. this.ClientSize = new System.Drawing.Size(551, 362);
  140. this.Controls.Add(this.passBox);
  141. this.Controls.Add(this.label5);
  142. this.Controls.Add(this.comboBox1);
  143. this.Controls.Add(this.textBox4);
  144. this.Controls.Add(this.textBox2);
  145. this.Controls.Add(this.textBox1);
  146. this.Controls.Add(this.label4);
  147. this.Controls.Add(this.label3);
  148. this.Controls.Add(this.label2);
  149. this.Controls.Add(this.label1);
  150. this.Controls.Add(this.button1);
  151. this.Name = "NewPatientForm";
  152. this.Text = "NewPatientForm";
  153. this.ResumeLayout(false);
  154. this.PerformLayout();
  155. }
  156. #endregion
  157. private System.Windows.Forms.Button button1;
  158. private System.Windows.Forms.Label label1;
  159. private System.Windows.Forms.Label label2;
  160. private System.Windows.Forms.Label label3;
  161. private System.Windows.Forms.Label label4;
  162. private System.Windows.Forms.TextBox textBox1;
  163. private System.Windows.Forms.TextBox textBox2;
  164. private System.Windows.Forms.TextBox textBox4;
  165. private System.Windows.Forms.ComboBox comboBox1;
  166. private System.Windows.Forms.Label label5;
  167. private System.Windows.Forms.TextBox passBox;
  168. }
  169. }