registrationForm.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335
  1. 
  2. namespace hospital
  3. {
  4. partial class registrationForm
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.surnameTB = new System.Windows.Forms.TextBox();
  30. this.nameTB = new System.Windows.Forms.TextBox();
  31. this.midnameTB = new System.Windows.Forms.TextBox();
  32. this.birthDateDTP = new System.Windows.Forms.DateTimePicker();
  33. this.telephoneMTB = new System.Windows.Forms.MaskedTextBox();
  34. this.seriesMTB = new System.Windows.Forms.MaskedTextBox();
  35. this.divisionCodeMTB = new System.Windows.Forms.MaskedTextBox();
  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.issueDateDTP = new System.Windows.Forms.DateTimePicker();
  40. this.issuedByTB = new System.Windows.Forms.TextBox();
  41. this.loginTB = new System.Windows.Forms.TextBox();
  42. this.passwordTB = new System.Windows.Forms.TextBox();
  43. this.registrationBTN = new System.Windows.Forms.Button();
  44. this.label4 = new System.Windows.Forms.Label();
  45. this.backBTN = new System.Windows.Forms.Button();
  46. this.genderCB = new System.Windows.Forms.ComboBox();
  47. this.label5 = new System.Windows.Forms.Label();
  48. this.label6 = new System.Windows.Forms.Label();
  49. this.label7 = new System.Windows.Forms.Label();
  50. this.label8 = new System.Windows.Forms.Label();
  51. this.label9 = new System.Windows.Forms.Label();
  52. this.label10 = new System.Windows.Forms.Label();
  53. this.label11 = new System.Windows.Forms.Label();
  54. this.SuspendLayout();
  55. //
  56. // surnameTB
  57. //
  58. this.surnameTB.Location = new System.Drawing.Point(12, 65);
  59. this.surnameTB.Name = "surnameTB";
  60. this.surnameTB.Size = new System.Drawing.Size(100, 20);
  61. this.surnameTB.TabIndex = 0;
  62. //
  63. // nameTB
  64. //
  65. this.nameTB.Location = new System.Drawing.Point(12, 91);
  66. this.nameTB.Name = "nameTB";
  67. this.nameTB.Size = new System.Drawing.Size(100, 20);
  68. this.nameTB.TabIndex = 1;
  69. //
  70. // midnameTB
  71. //
  72. this.midnameTB.Location = new System.Drawing.Point(12, 117);
  73. this.midnameTB.Name = "midnameTB";
  74. this.midnameTB.Size = new System.Drawing.Size(100, 20);
  75. this.midnameTB.TabIndex = 2;
  76. //
  77. // birthDateDTP
  78. //
  79. this.birthDateDTP.Location = new System.Drawing.Point(12, 195);
  80. this.birthDateDTP.Name = "birthDateDTP";
  81. this.birthDateDTP.Size = new System.Drawing.Size(124, 20);
  82. this.birthDateDTP.TabIndex = 3;
  83. //
  84. // telephoneMTB
  85. //
  86. this.telephoneMTB.Location = new System.Drawing.Point(12, 156);
  87. this.telephoneMTB.Mask = "+7(000)000-00-00";
  88. this.telephoneMTB.Name = "telephoneMTB";
  89. this.telephoneMTB.Size = new System.Drawing.Size(100, 20);
  90. this.telephoneMTB.TabIndex = 4;
  91. //
  92. // seriesMTB
  93. //
  94. this.seriesMTB.Location = new System.Drawing.Point(166, 65);
  95. this.seriesMTB.Mask = "0000-000000";
  96. this.seriesMTB.Name = "seriesMTB";
  97. this.seriesMTB.Size = new System.Drawing.Size(100, 20);
  98. this.seriesMTB.TabIndex = 5;
  99. //
  100. // divisionCodeMTB
  101. //
  102. this.divisionCodeMTB.Location = new System.Drawing.Point(166, 183);
  103. this.divisionCodeMTB.Mask = "000-000";
  104. this.divisionCodeMTB.Name = "divisionCodeMTB";
  105. this.divisionCodeMTB.Size = new System.Drawing.Size(100, 20);
  106. this.divisionCodeMTB.TabIndex = 6;
  107. //
  108. // label1
  109. //
  110. this.label1.AutoSize = true;
  111. this.label1.Location = new System.Drawing.Point(9, 49);
  112. this.label1.Name = "label1";
  113. this.label1.Size = new System.Drawing.Size(34, 13);
  114. this.label1.TabIndex = 7;
  115. this.label1.Text = "ФИО";
  116. //
  117. // label2
  118. //
  119. this.label2.AutoSize = true;
  120. this.label2.Location = new System.Drawing.Point(9, 140);
  121. this.label2.Name = "label2";
  122. this.label2.Size = new System.Drawing.Size(52, 13);
  123. this.label2.TabIndex = 8;
  124. this.label2.Text = "Телефон";
  125. //
  126. // label3
  127. //
  128. this.label3.AutoSize = true;
  129. this.label3.Location = new System.Drawing.Point(163, 49);
  130. this.label3.Name = "label3";
  131. this.label3.Size = new System.Drawing.Size(76, 13);
  132. this.label3.TabIndex = 9;
  133. this.label3.Text = "Серия, номер";
  134. //
  135. // issueDateDTP
  136. //
  137. this.issueDateDTP.Location = new System.Drawing.Point(166, 144);
  138. this.issueDateDTP.Name = "issueDateDTP";
  139. this.issueDateDTP.Size = new System.Drawing.Size(124, 20);
  140. this.issueDateDTP.TabIndex = 10;
  141. //
  142. // issuedByTB
  143. //
  144. this.issuedByTB.Location = new System.Drawing.Point(166, 105);
  145. this.issuedByTB.Name = "issuedByTB";
  146. this.issuedByTB.Size = new System.Drawing.Size(100, 20);
  147. this.issuedByTB.TabIndex = 11;
  148. this.issuedByTB.TextChanged += new System.EventHandler(this.issuedByTB_TextChanged);
  149. //
  150. // loginTB
  151. //
  152. this.loginTB.Location = new System.Drawing.Point(321, 65);
  153. this.loginTB.Name = "loginTB";
  154. this.loginTB.Size = new System.Drawing.Size(100, 20);
  155. this.loginTB.TabIndex = 12;
  156. //
  157. // passwordTB
  158. //
  159. this.passwordTB.Location = new System.Drawing.Point(321, 104);
  160. this.passwordTB.Name = "passwordTB";
  161. this.passwordTB.Size = new System.Drawing.Size(100, 20);
  162. this.passwordTB.TabIndex = 13;
  163. //
  164. // registrationBTN
  165. //
  166. this.registrationBTN.Location = new System.Drawing.Point(314, 240);
  167. this.registrationBTN.Name = "registrationBTN";
  168. this.registrationBTN.Size = new System.Drawing.Size(124, 23);
  169. this.registrationBTN.TabIndex = 14;
  170. this.registrationBTN.Text = "Зарегистрироваться";
  171. this.registrationBTN.UseVisualStyleBackColor = true;
  172. this.registrationBTN.Click += new System.EventHandler(this.registrationBTN_Click);
  173. //
  174. // label4
  175. //
  176. this.label4.AutoSize = true;
  177. this.label4.Location = new System.Drawing.Point(318, 49);
  178. this.label4.Name = "label4";
  179. this.label4.Size = new System.Drawing.Size(38, 13);
  180. this.label4.TabIndex = 15;
  181. this.label4.Text = "Логин";
  182. //
  183. // backBTN
  184. //
  185. this.backBTN.Location = new System.Drawing.Point(233, 240);
  186. this.backBTN.Name = "backBTN";
  187. this.backBTN.Size = new System.Drawing.Size(75, 23);
  188. this.backBTN.TabIndex = 16;
  189. this.backBTN.Text = "Назад";
  190. this.backBTN.UseVisualStyleBackColor = true;
  191. this.backBTN.Click += new System.EventHandler(this.backBTN_Click);
  192. //
  193. // genderCB
  194. //
  195. this.genderCB.FormattingEnabled = true;
  196. this.genderCB.Location = new System.Drawing.Point(12, 234);
  197. this.genderCB.Name = "genderCB";
  198. this.genderCB.Size = new System.Drawing.Size(100, 21);
  199. this.genderCB.TabIndex = 17;
  200. //
  201. // label5
  202. //
  203. this.label5.AutoSize = true;
  204. this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  205. this.label5.Location = new System.Drawing.Point(12, 13);
  206. this.label5.Name = "label5";
  207. this.label5.Size = new System.Drawing.Size(355, 25);
  208. this.label5.TabIndex = 18;
  209. this.label5.Text = "Регистрация нового пользователя";
  210. //
  211. // label6
  212. //
  213. this.label6.AutoSize = true;
  214. this.label6.Location = new System.Drawing.Point(163, 89);
  215. this.label6.Name = "label6";
  216. this.label6.Size = new System.Drawing.Size(63, 13);
  217. this.label6.TabIndex = 19;
  218. this.label6.Text = "Кем выдан";
  219. this.label6.Click += new System.EventHandler(this.label6_Click);
  220. //
  221. // label7
  222. //
  223. this.label7.AutoSize = true;
  224. this.label7.Location = new System.Drawing.Point(163, 128);
  225. this.label7.Name = "label7";
  226. this.label7.Size = new System.Drawing.Size(73, 13);
  227. this.label7.TabIndex = 20;
  228. this.label7.Text = "Дата выдачи";
  229. //
  230. // label8
  231. //
  232. this.label8.AutoSize = true;
  233. this.label8.Location = new System.Drawing.Point(163, 167);
  234. this.label8.Name = "label8";
  235. this.label8.Size = new System.Drawing.Size(107, 13);
  236. this.label8.TabIndex = 21;
  237. this.label8.Text = "Код подразделения";
  238. //
  239. // label9
  240. //
  241. this.label9.AutoSize = true;
  242. this.label9.Location = new System.Drawing.Point(9, 179);
  243. this.label9.Name = "label9";
  244. this.label9.Size = new System.Drawing.Size(86, 13);
  245. this.label9.TabIndex = 22;
  246. this.label9.Text = "Дата рождения";
  247. //
  248. // label10
  249. //
  250. this.label10.AutoSize = true;
  251. this.label10.Location = new System.Drawing.Point(9, 218);
  252. this.label10.Name = "label10";
  253. this.label10.Size = new System.Drawing.Size(27, 13);
  254. this.label10.TabIndex = 23;
  255. this.label10.Text = "Пол";
  256. //
  257. // label11
  258. //
  259. this.label11.AutoSize = true;
  260. this.label11.Location = new System.Drawing.Point(318, 88);
  261. this.label11.Name = "label11";
  262. this.label11.Size = new System.Drawing.Size(45, 13);
  263. this.label11.TabIndex = 24;
  264. this.label11.Text = "Пароль";
  265. //
  266. // registrationForm
  267. //
  268. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  269. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  270. this.ClientSize = new System.Drawing.Size(450, 275);
  271. this.Controls.Add(this.label11);
  272. this.Controls.Add(this.label10);
  273. this.Controls.Add(this.label9);
  274. this.Controls.Add(this.label8);
  275. this.Controls.Add(this.label7);
  276. this.Controls.Add(this.label6);
  277. this.Controls.Add(this.label5);
  278. this.Controls.Add(this.genderCB);
  279. this.Controls.Add(this.backBTN);
  280. this.Controls.Add(this.label4);
  281. this.Controls.Add(this.registrationBTN);
  282. this.Controls.Add(this.passwordTB);
  283. this.Controls.Add(this.loginTB);
  284. this.Controls.Add(this.issuedByTB);
  285. this.Controls.Add(this.issueDateDTP);
  286. this.Controls.Add(this.label3);
  287. this.Controls.Add(this.label2);
  288. this.Controls.Add(this.label1);
  289. this.Controls.Add(this.divisionCodeMTB);
  290. this.Controls.Add(this.seriesMTB);
  291. this.Controls.Add(this.telephoneMTB);
  292. this.Controls.Add(this.birthDateDTP);
  293. this.Controls.Add(this.midnameTB);
  294. this.Controls.Add(this.nameTB);
  295. this.Controls.Add(this.surnameTB);
  296. this.Name = "registrationForm";
  297. this.Text = "registrationForm";
  298. this.Load += new System.EventHandler(this.registrationForm_Load);
  299. this.ResumeLayout(false);
  300. this.PerformLayout();
  301. }
  302. #endregion
  303. private System.Windows.Forms.TextBox surnameTB;
  304. private System.Windows.Forms.TextBox nameTB;
  305. private System.Windows.Forms.TextBox midnameTB;
  306. private System.Windows.Forms.DateTimePicker birthDateDTP;
  307. private System.Windows.Forms.MaskedTextBox telephoneMTB;
  308. private System.Windows.Forms.MaskedTextBox seriesMTB;
  309. private System.Windows.Forms.MaskedTextBox divisionCodeMTB;
  310. private System.Windows.Forms.Label label1;
  311. private System.Windows.Forms.Label label2;
  312. private System.Windows.Forms.Label label3;
  313. private System.Windows.Forms.DateTimePicker issueDateDTP;
  314. private System.Windows.Forms.TextBox issuedByTB;
  315. private System.Windows.Forms.TextBox loginTB;
  316. private System.Windows.Forms.TextBox passwordTB;
  317. private System.Windows.Forms.Button registrationBTN;
  318. private System.Windows.Forms.Label label4;
  319. private System.Windows.Forms.Button backBTN;
  320. private System.Windows.Forms.ComboBox genderCB;
  321. private System.Windows.Forms.Label label5;
  322. private System.Windows.Forms.Label label6;
  323. private System.Windows.Forms.Label label7;
  324. private System.Windows.Forms.Label label8;
  325. private System.Windows.Forms.Label label9;
  326. private System.Windows.Forms.Label label10;
  327. private System.Windows.Forms.Label label11;
  328. }
  329. }