PosleRegistracii.Designer.cs 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423
  1. namespace proba
  2. {
  3. partial class PosleRegistracii
  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.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PosleRegistracii));
  30. this.panel1 = new System.Windows.Forms.Panel();
  31. this.checkBox2 = new System.Windows.Forms.CheckBox();
  32. this.checkBox1 = new System.Windows.Forms.CheckBox();
  33. this.text_id_pol = new System.Windows.Forms.ComboBox();
  34. this.polBindingSource = new System.Windows.Forms.BindingSource(this.components);
  35. this.vINILDataSet_Pol = new proba.VINILDataSet_Pol();
  36. this.label8 = new System.Windows.Forms.Label();
  37. this.label7 = new System.Windows.Forms.Label();
  38. this.label6 = new System.Windows.Forms.Label();
  39. this.label5 = new System.Windows.Forms.Label();
  40. this.label4 = new System.Windows.Forms.Label();
  41. this.label3 = new System.Windows.Forms.Label();
  42. this.surname = new System.Windows.Forms.TextBox();
  43. this.name = new System.Windows.Forms.TextBox();
  44. this.date_of_birth = new System.Windows.Forms.TextBox();
  45. this.patronymic = new System.Windows.Forms.TextBox();
  46. this.phone = new System.Windows.Forms.TextBox();
  47. this.label2 = new System.Windows.Forms.Label();
  48. this.label1 = new System.Windows.Forms.Label();
  49. this.description = new System.Windows.Forms.Label();
  50. this.button_back = new System.Windows.Forms.Button();
  51. this.button2 = new System.Windows.Forms.Button();
  52. this.PoleReg1 = new System.Windows.Forms.TextBox();
  53. this.PoleReg3 = new System.Windows.Forms.TextBox();
  54. this.PoleReg2 = new System.Windows.Forms.TextBox();
  55. this.polTableAdapter = new proba.VINILDataSet_PolTableAdapters.PolTableAdapter();
  56. this.button1 = new System.Windows.Forms.Button();
  57. this.panel1.SuspendLayout();
  58. ((System.ComponentModel.ISupportInitialize)(this.polBindingSource)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.vINILDataSet_Pol)).BeginInit();
  60. this.SuspendLayout();
  61. //
  62. // panel1
  63. //
  64. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(133)))), ((int)(((byte)(133)))), ((int)(((byte)(173)))));
  65. this.panel1.Controls.Add(this.button1);
  66. this.panel1.Controls.Add(this.checkBox2);
  67. this.panel1.Controls.Add(this.checkBox1);
  68. this.panel1.Controls.Add(this.text_id_pol);
  69. this.panel1.Controls.Add(this.label8);
  70. this.panel1.Controls.Add(this.label7);
  71. this.panel1.Controls.Add(this.label6);
  72. this.panel1.Controls.Add(this.label5);
  73. this.panel1.Controls.Add(this.label4);
  74. this.panel1.Controls.Add(this.label3);
  75. this.panel1.Controls.Add(this.surname);
  76. this.panel1.Controls.Add(this.name);
  77. this.panel1.Controls.Add(this.date_of_birth);
  78. this.panel1.Controls.Add(this.patronymic);
  79. this.panel1.Controls.Add(this.phone);
  80. this.panel1.Controls.Add(this.label2);
  81. this.panel1.Controls.Add(this.label1);
  82. this.panel1.Controls.Add(this.description);
  83. this.panel1.Controls.Add(this.button_back);
  84. this.panel1.Controls.Add(this.button2);
  85. this.panel1.Controls.Add(this.PoleReg1);
  86. this.panel1.Controls.Add(this.PoleReg3);
  87. this.panel1.Controls.Add(this.PoleReg2);
  88. this.panel1.Location = new System.Drawing.Point(-3, -3);
  89. this.panel1.MaximumSize = new System.Drawing.Size(742, 470);
  90. this.panel1.MinimumSize = new System.Drawing.Size(742, 470);
  91. this.panel1.Name = "panel1";
  92. this.panel1.Size = new System.Drawing.Size(742, 470);
  93. this.panel1.TabIndex = 2;
  94. //
  95. // checkBox2
  96. //
  97. this.checkBox2.AutoSize = true;
  98. this.checkBox2.Location = new System.Drawing.Point(456, 308);
  99. this.checkBox2.Name = "checkBox2";
  100. this.checkBox2.Size = new System.Drawing.Size(114, 17);
  101. this.checkBox2.TabIndex = 39;
  102. this.checkBox2.Text = "Показать пароль";
  103. this.checkBox2.UseVisualStyleBackColor = true;
  104. this.checkBox2.CheckedChanged += new System.EventHandler(this.checkBox2_CheckedChanged);
  105. //
  106. // checkBox1
  107. //
  108. this.checkBox1.AutoSize = true;
  109. this.checkBox1.Location = new System.Drawing.Point(456, 249);
  110. this.checkBox1.Name = "checkBox1";
  111. this.checkBox1.Size = new System.Drawing.Size(114, 17);
  112. this.checkBox1.TabIndex = 38;
  113. this.checkBox1.Text = "Показать пароль";
  114. this.checkBox1.UseVisualStyleBackColor = true;
  115. this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
  116. //
  117. // text_id_pol
  118. //
  119. this.text_id_pol.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.polBindingSource, "id_pol", true));
  120. this.text_id_pol.DataSource = this.polBindingSource;
  121. this.text_id_pol.DisplayMember = "pol";
  122. this.text_id_pol.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  123. this.text_id_pol.FormattingEnabled = true;
  124. this.text_id_pol.Location = new System.Drawing.Point(496, 18);
  125. this.text_id_pol.Name = "text_id_pol";
  126. this.text_id_pol.Size = new System.Drawing.Size(210, 28);
  127. this.text_id_pol.TabIndex = 37;
  128. this.text_id_pol.ValueMember = "id_pol";
  129. //
  130. // polBindingSource
  131. //
  132. this.polBindingSource.DataMember = "Pol";
  133. this.polBindingSource.DataSource = this.vINILDataSet_Pol;
  134. //
  135. // vINILDataSet_Pol
  136. //
  137. this.vINILDataSet_Pol.DataSetName = "VINILDataSet_Pol";
  138. this.vINILDataSet_Pol.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  139. //
  140. // label8
  141. //
  142. this.label8.AutoSize = true;
  143. this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  144. this.label8.Location = new System.Drawing.Point(379, 129);
  145. this.label8.Name = "label8";
  146. this.label8.RightToLeft = System.Windows.Forms.RightToLeft.No;
  147. this.label8.Size = new System.Drawing.Size(90, 24);
  148. this.label8.TabIndex = 36;
  149. this.label8.Text = "Телефон";
  150. //
  151. // label7
  152. //
  153. this.label7.AutoSize = true;
  154. this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  155. this.label7.Location = new System.Drawing.Point(379, 70);
  156. this.label7.Name = "label7";
  157. this.label7.RightToLeft = System.Windows.Forms.RightToLeft.No;
  158. this.label7.Size = new System.Drawing.Size(150, 24);
  159. this.label7.TabIndex = 35;
  160. this.label7.Text = "Дата рождения";
  161. //
  162. // label6
  163. //
  164. this.label6.AutoSize = true;
  165. this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  166. this.label6.Location = new System.Drawing.Point(379, 18);
  167. this.label6.Name = "label6";
  168. this.label6.RightToLeft = System.Windows.Forms.RightToLeft.No;
  169. this.label6.Size = new System.Drawing.Size(44, 24);
  170. this.label6.TabIndex = 34;
  171. this.label6.Text = "Пол";
  172. //
  173. // label5
  174. //
  175. this.label5.AutoSize = true;
  176. this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  177. this.label5.Location = new System.Drawing.Point(15, 129);
  178. this.label5.Name = "label5";
  179. this.label5.RightToLeft = System.Windows.Forms.RightToLeft.No;
  180. this.label5.Size = new System.Drawing.Size(98, 24);
  181. this.label5.TabIndex = 33;
  182. this.label5.Text = "Отчество";
  183. //
  184. // label4
  185. //
  186. this.label4.AutoSize = true;
  187. this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  188. this.label4.Location = new System.Drawing.Point(15, 70);
  189. this.label4.Name = "label4";
  190. this.label4.RightToLeft = System.Windows.Forms.RightToLeft.No;
  191. this.label4.Size = new System.Drawing.Size(46, 24);
  192. this.label4.TabIndex = 32;
  193. this.label4.Text = "Имя";
  194. //
  195. // label3
  196. //
  197. this.label3.AutoSize = true;
  198. this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  199. this.label3.Location = new System.Drawing.Point(15, 18);
  200. this.label3.Name = "label3";
  201. this.label3.RightToLeft = System.Windows.Forms.RightToLeft.No;
  202. this.label3.Size = new System.Drawing.Size(91, 24);
  203. this.label3.TabIndex = 31;
  204. this.label3.Text = "Фамилия";
  205. //
  206. // surname
  207. //
  208. this.surname.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
  209. this.surname.Location = new System.Drawing.Point(122, 15);
  210. this.surname.MaxLength = 25;
  211. this.surname.Name = "surname";
  212. this.surname.Size = new System.Drawing.Size(231, 26);
  213. this.surname.TabIndex = 30;
  214. //
  215. // name
  216. //
  217. this.name.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
  218. this.name.Location = new System.Drawing.Point(122, 70);
  219. this.name.MaxLength = 25;
  220. this.name.Name = "name";
  221. this.name.Size = new System.Drawing.Size(231, 26);
  222. this.name.TabIndex = 29;
  223. //
  224. // date_of_birth
  225. //
  226. this.date_of_birth.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
  227. this.date_of_birth.Location = new System.Drawing.Point(535, 70);
  228. this.date_of_birth.MaxLength = 25;
  229. this.date_of_birth.Name = "date_of_birth";
  230. this.date_of_birth.ShortcutsEnabled = false;
  231. this.date_of_birth.Size = new System.Drawing.Size(171, 26);
  232. this.date_of_birth.TabIndex = 28;
  233. //
  234. // patronymic
  235. //
  236. this.patronymic.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
  237. this.patronymic.Location = new System.Drawing.Point(122, 129);
  238. this.patronymic.MaxLength = 25;
  239. this.patronymic.Name = "patronymic";
  240. this.patronymic.Size = new System.Drawing.Size(231, 26);
  241. this.patronymic.TabIndex = 27;
  242. //
  243. // phone
  244. //
  245. this.phone.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
  246. this.phone.Location = new System.Drawing.Point(475, 126);
  247. this.phone.MaxLength = 11;
  248. this.phone.Name = "phone";
  249. this.phone.ShortcutsEnabled = false;
  250. this.phone.Size = new System.Drawing.Size(231, 26);
  251. this.phone.TabIndex = 26;
  252. this.phone.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.phone_KeyPress);
  253. //
  254. // label2
  255. //
  256. this.label2.AutoSize = true;
  257. this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  258. this.label2.Location = new System.Drawing.Point(15, 189);
  259. this.label2.Name = "label2";
  260. this.label2.RightToLeft = System.Windows.Forms.RightToLeft.No;
  261. this.label2.Size = new System.Drawing.Size(178, 24);
  262. this.label2.TabIndex = 24;
  263. this.label2.Text = "Придумайте логин";
  264. //
  265. // label1
  266. //
  267. this.label1.AutoSize = true;
  268. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  269. this.label1.Location = new System.Drawing.Point(15, 242);
  270. this.label1.Name = "label1";
  271. this.label1.RightToLeft = System.Windows.Forms.RightToLeft.No;
  272. this.label1.Size = new System.Drawing.Size(190, 24);
  273. this.label1.TabIndex = 23;
  274. this.label1.Text = "Придумайте пароль";
  275. //
  276. // description
  277. //
  278. this.description.AutoSize = true;
  279. this.description.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  280. this.description.Location = new System.Drawing.Point(15, 301);
  281. this.description.Name = "description";
  282. this.description.RightToLeft = System.Windows.Forms.RightToLeft.No;
  283. this.description.Size = new System.Drawing.Size(202, 24);
  284. this.description.TabIndex = 22;
  285. this.description.Text = "Подтвердите пароль";
  286. //
  287. // button_back
  288. //
  289. this.button_back.BackColor = System.Drawing.Color.Gray;
  290. this.button_back.Cursor = System.Windows.Forms.Cursors.Hand;
  291. this.button_back.Font = new System.Drawing.Font("Freestyle Script", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  292. this.button_back.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  293. this.button_back.Location = new System.Drawing.Point(22, 369);
  294. this.button_back.Name = "button_back";
  295. this.button_back.Size = new System.Drawing.Size(91, 30);
  296. this.button_back.TabIndex = 6;
  297. this.button_back.Text = "Назад";
  298. this.button_back.UseVisualStyleBackColor = false;
  299. this.button_back.Click += new System.EventHandler(this.button_back_Click);
  300. //
  301. // button2
  302. //
  303. this.button2.BackColor = System.Drawing.Color.Gray;
  304. this.button2.Cursor = System.Windows.Forms.Cursors.Hand;
  305. this.button2.Font = new System.Drawing.Font("Freestyle Script", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  306. this.button2.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  307. this.button2.Location = new System.Drawing.Point(527, 370);
  308. this.button2.Name = "button2";
  309. this.button2.Size = new System.Drawing.Size(179, 30);
  310. this.button2.TabIndex = 5;
  311. this.button2.Text = "Зарегистрироваться";
  312. this.button2.UseVisualStyleBackColor = false;
  313. this.button2.Click += new System.EventHandler(this.button2_Click);
  314. //
  315. // PoleReg1
  316. //
  317. this.PoleReg1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
  318. this.PoleReg1.Location = new System.Drawing.Point(219, 189);
  319. this.PoleReg1.MaxLength = 25;
  320. this.PoleReg1.Name = "PoleReg1";
  321. this.PoleReg1.ShortcutsEnabled = false;
  322. this.PoleReg1.Size = new System.Drawing.Size(231, 26);
  323. this.PoleReg1.TabIndex = 3;
  324. this.PoleReg1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.PoleReg1_KeyPress);
  325. //
  326. // PoleReg3
  327. //
  328. this.PoleReg3.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
  329. this.PoleReg3.Location = new System.Drawing.Point(219, 301);
  330. this.PoleReg3.MaxLength = 25;
  331. this.PoleReg3.Name = "PoleReg3";
  332. this.PoleReg3.ShortcutsEnabled = false;
  333. this.PoleReg3.Size = new System.Drawing.Size(231, 26);
  334. this.PoleReg3.TabIndex = 2;
  335. this.PoleReg3.UseSystemPasswordChar = true;
  336. this.PoleReg3.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.PoleReg3_KeyPress);
  337. //
  338. // PoleReg2
  339. //
  340. this.PoleReg2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
  341. this.PoleReg2.Location = new System.Drawing.Point(219, 242);
  342. this.PoleReg2.MaxLength = 25;
  343. this.PoleReg2.Name = "PoleReg2";
  344. this.PoleReg2.ShortcutsEnabled = false;
  345. this.PoleReg2.Size = new System.Drawing.Size(231, 26);
  346. this.PoleReg2.TabIndex = 2;
  347. this.PoleReg2.Tag = "";
  348. this.PoleReg2.UseSystemPasswordChar = true;
  349. this.PoleReg2.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.PoleReg2_KeyPress);
  350. //
  351. // polTableAdapter
  352. //
  353. this.polTableAdapter.ClearBeforeFill = true;
  354. //
  355. // button1
  356. //
  357. this.button1.BackColor = System.Drawing.Color.Gray;
  358. this.button1.Font = new System.Drawing.Font("Freestyle Script", 9.75F, System.Drawing.FontStyle.Bold);
  359. this.button1.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  360. this.button1.Location = new System.Drawing.Point(243, 370);
  361. this.button1.Name = "button1";
  362. this.button1.Size = new System.Drawing.Size(194, 30);
  363. this.button1.TabIndex = 40;
  364. this.button1.Text = "Требования к паролю";
  365. this.button1.UseVisualStyleBackColor = false;
  366. this.button1.Click += new System.EventHandler(this.button1_Click);
  367. //
  368. // PosleRegistracii
  369. //
  370. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  371. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  372. this.ClientSize = new System.Drawing.Size(726, 431);
  373. this.Controls.Add(this.panel1);
  374. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  375. this.MaximumSize = new System.Drawing.Size(742, 470);
  376. this.MinimumSize = new System.Drawing.Size(742, 470);
  377. this.Name = "PosleRegistracii";
  378. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  379. this.Text = "Регистрация";
  380. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.global_FormClosed);
  381. this.Load += new System.EventHandler(this.PosleRegistracii_Load);
  382. this.panel1.ResumeLayout(false);
  383. this.panel1.PerformLayout();
  384. ((System.ComponentModel.ISupportInitialize)(this.polBindingSource)).EndInit();
  385. ((System.ComponentModel.ISupportInitialize)(this.vINILDataSet_Pol)).EndInit();
  386. this.ResumeLayout(false);
  387. }
  388. #endregion
  389. private System.Windows.Forms.Panel panel1;
  390. private System.Windows.Forms.Button button2;
  391. private System.Windows.Forms.TextBox PoleReg1;
  392. private System.Windows.Forms.TextBox PoleReg2;
  393. private System.Windows.Forms.Button button_back;
  394. private System.Windows.Forms.TextBox PoleReg3;
  395. private System.Windows.Forms.Label label1;
  396. private System.Windows.Forms.Label description;
  397. private System.Windows.Forms.Label label4;
  398. private System.Windows.Forms.Label label3;
  399. private System.Windows.Forms.TextBox surname;
  400. private System.Windows.Forms.TextBox name;
  401. private System.Windows.Forms.TextBox date_of_birth;
  402. private System.Windows.Forms.TextBox patronymic;
  403. private System.Windows.Forms.TextBox phone;
  404. private System.Windows.Forms.Label label2;
  405. private System.Windows.Forms.Label label8;
  406. private System.Windows.Forms.Label label7;
  407. private System.Windows.Forms.Label label6;
  408. private System.Windows.Forms.Label label5;
  409. private System.Windows.Forms.ComboBox text_id_pol;
  410. private VINILDataSet_Pol vINILDataSet_Pol;
  411. private System.Windows.Forms.BindingSource polBindingSource;
  412. private VINILDataSet_PolTableAdapters.PolTableAdapter polTableAdapter;
  413. private System.Windows.Forms.CheckBox checkBox2;
  414. private System.Windows.Forms.CheckBox checkBox1;
  415. private System.Windows.Forms.Button button1;
  416. }
  417. }