Form3.Designer.cs 9.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229
  1. namespace WindowsFormsApp22222
  2. {
  3. partial class Form3
  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.textBox1 = new System.Windows.Forms.TextBox();
  29. this.textBox2 = new System.Windows.Forms.TextBox();
  30. this.textBox3 = new System.Windows.Forms.TextBox();
  31. this.textBox4 = new System.Windows.Forms.TextBox();
  32. this.textBox5 = new System.Windows.Forms.TextBox();
  33. this.comboBox1 = new System.Windows.Forms.ComboBox();
  34. this.button1 = new System.Windows.Forms.Button();
  35. this.button2 = new System.Windows.Forms.Button();
  36. this.label1 = new System.Windows.Forms.Label();
  37. this.label2 = new System.Windows.Forms.Label();
  38. this.label3 = new System.Windows.Forms.Label();
  39. this.label4 = new System.Windows.Forms.Label();
  40. this.label5 = new System.Windows.Forms.Label();
  41. this.label6 = new System.Windows.Forms.Label();
  42. this.textBox6 = new System.Windows.Forms.TextBox();
  43. this.label7 = new System.Windows.Forms.Label();
  44. this.SuspendLayout();
  45. //
  46. // textBox1
  47. //
  48. this.textBox1.Location = new System.Drawing.Point(126, 30);
  49. this.textBox1.Name = "textBox1";
  50. this.textBox1.Size = new System.Drawing.Size(176, 20);
  51. this.textBox1.TabIndex = 0;
  52. //
  53. // textBox2
  54. //
  55. this.textBox2.Location = new System.Drawing.Point(126, 71);
  56. this.textBox2.Name = "textBox2";
  57. this.textBox2.Size = new System.Drawing.Size(176, 20);
  58. this.textBox2.TabIndex = 1;
  59. //
  60. // textBox3
  61. //
  62. this.textBox3.Location = new System.Drawing.Point(126, 109);
  63. this.textBox3.Name = "textBox3";
  64. this.textBox3.Size = new System.Drawing.Size(176, 20);
  65. this.textBox3.TabIndex = 2;
  66. //
  67. // textBox4
  68. //
  69. this.textBox4.Location = new System.Drawing.Point(126, 187);
  70. this.textBox4.Name = "textBox4";
  71. this.textBox4.Size = new System.Drawing.Size(176, 20);
  72. this.textBox4.TabIndex = 3;
  73. //
  74. // textBox5
  75. //
  76. this.textBox5.Location = new System.Drawing.Point(126, 233);
  77. this.textBox5.Name = "textBox5";
  78. this.textBox5.Size = new System.Drawing.Size(176, 20);
  79. this.textBox5.TabIndex = 4;
  80. //
  81. // comboBox1
  82. //
  83. this.comboBox1.FormattingEnabled = true;
  84. this.comboBox1.Location = new System.Drawing.Point(126, 147);
  85. this.comboBox1.Name = "comboBox1";
  86. this.comboBox1.Size = new System.Drawing.Size(176, 21);
  87. this.comboBox1.TabIndex = 5;
  88. //
  89. // button1
  90. //
  91. this.button1.Location = new System.Drawing.Point(126, 309);
  92. this.button1.Name = "button1";
  93. this.button1.Size = new System.Drawing.Size(75, 23);
  94. this.button1.TabIndex = 6;
  95. this.button1.Text = "Save";
  96. this.button1.UseVisualStyleBackColor = true;
  97. this.button1.Click += new System.EventHandler(this.button1_Click);
  98. //
  99. // button2
  100. //
  101. this.button2.Location = new System.Drawing.Point(227, 309);
  102. this.button2.Name = "button2";
  103. this.button2.Size = new System.Drawing.Size(75, 23);
  104. this.button2.TabIndex = 7;
  105. this.button2.Text = "Cancel";
  106. this.button2.UseVisualStyleBackColor = true;
  107. this.button2.Click += new System.EventHandler(this.button2_Click);
  108. //
  109. // label1
  110. //
  111. this.label1.AutoSize = true;
  112. this.label1.Location = new System.Drawing.Point(48, 37);
  113. this.label1.Name = "label1";
  114. this.label1.Size = new System.Drawing.Size(72, 13);
  115. this.label1.TabIndex = 8;
  116. this.label1.Text = "Email address";
  117. //
  118. // label2
  119. //
  120. this.label2.AutoSize = true;
  121. this.label2.Location = new System.Drawing.Point(65, 78);
  122. this.label2.Name = "label2";
  123. this.label2.Size = new System.Drawing.Size(55, 13);
  124. this.label2.TabIndex = 10;
  125. this.label2.Text = "First name";
  126. //
  127. // label3
  128. //
  129. this.label3.AutoSize = true;
  130. this.label3.Location = new System.Drawing.Point(64, 116);
  131. this.label3.Name = "label3";
  132. this.label3.Size = new System.Drawing.Size(56, 13);
  133. this.label3.TabIndex = 12;
  134. this.label3.Text = "Last name";
  135. //
  136. // label4
  137. //
  138. this.label4.AutoSize = true;
  139. this.label4.Location = new System.Drawing.Point(85, 155);
  140. this.label4.Name = "label4";
  141. this.label4.Size = new System.Drawing.Size(35, 13);
  142. this.label4.TabIndex = 14;
  143. this.label4.Text = "Office";
  144. //
  145. // label5
  146. //
  147. this.label5.AutoSize = true;
  148. this.label5.Location = new System.Drawing.Point(71, 194);
  149. this.label5.Name = "label5";
  150. this.label5.Size = new System.Drawing.Size(49, 13);
  151. this.label5.TabIndex = 16;
  152. this.label5.Text = "Birthdate";
  153. //
  154. // label6
  155. //
  156. this.label6.AutoSize = true;
  157. this.label6.Location = new System.Drawing.Point(71, 240);
  158. this.label6.Name = "label6";
  159. this.label6.Size = new System.Drawing.Size(53, 13);
  160. this.label6.TabIndex = 18;
  161. this.label6.Text = "Password";
  162. //
  163. // textBox6
  164. //
  165. this.textBox6.Location = new System.Drawing.Point(126, 273);
  166. this.textBox6.Name = "textBox6";
  167. this.textBox6.Size = new System.Drawing.Size(176, 20);
  168. this.textBox6.TabIndex = 19;
  169. //
  170. // label7
  171. //
  172. this.label7.AutoSize = true;
  173. this.label7.Location = new System.Drawing.Point(74, 279);
  174. this.label7.Name = "label7";
  175. this.label7.Size = new System.Drawing.Size(40, 13);
  176. this.label7.TabIndex = 20;
  177. this.label7.Text = "RoleID";
  178. //
  179. // Form3
  180. //
  181. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  182. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  183. this.ClientSize = new System.Drawing.Size(349, 344);
  184. this.Controls.Add(this.label7);
  185. this.Controls.Add(this.textBox6);
  186. this.Controls.Add(this.label6);
  187. this.Controls.Add(this.label5);
  188. this.Controls.Add(this.label4);
  189. this.Controls.Add(this.label3);
  190. this.Controls.Add(this.label2);
  191. this.Controls.Add(this.label1);
  192. this.Controls.Add(this.button2);
  193. this.Controls.Add(this.button1);
  194. this.Controls.Add(this.comboBox1);
  195. this.Controls.Add(this.textBox5);
  196. this.Controls.Add(this.textBox4);
  197. this.Controls.Add(this.textBox3);
  198. this.Controls.Add(this.textBox2);
  199. this.Controls.Add(this.textBox1);
  200. this.Name = "Form3";
  201. this.Text = "Form3";
  202. this.ResumeLayout(false);
  203. this.PerformLayout();
  204. }
  205. #endregion
  206. private System.Windows.Forms.TextBox textBox1;
  207. private System.Windows.Forms.TextBox textBox2;
  208. private System.Windows.Forms.TextBox textBox3;
  209. private System.Windows.Forms.TextBox textBox4;
  210. private System.Windows.Forms.TextBox textBox5;
  211. private System.Windows.Forms.ComboBox comboBox1;
  212. private System.Windows.Forms.Button button1;
  213. private System.Windows.Forms.Button button2;
  214. private System.Windows.Forms.Label label1;
  215. private System.Windows.Forms.Label label2;
  216. private System.Windows.Forms.Label label3;
  217. private System.Windows.Forms.Label label4;
  218. private System.Windows.Forms.Label label5;
  219. private System.Windows.Forms.Label label6;
  220. private System.Windows.Forms.TextBox textBox6;
  221. private System.Windows.Forms.Label label7;
  222. }
  223. }