PersonalArea.Designer.cs 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334
  1. namespace proba
  2. {
  3. partial class PersonalArea
  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(PersonalArea));
  30. this.text_id_pol = new System.Windows.Forms.ComboBox();
  31. this.polBindingSource = new System.Windows.Forms.BindingSource(this.components);
  32. this.vINILDataSet_Pol = new proba.VINILDataSet_Pol();
  33. this.label8 = new System.Windows.Forms.Label();
  34. this.label7 = new System.Windows.Forms.Label();
  35. this.label6 = new System.Windows.Forms.Label();
  36. this.label5 = new System.Windows.Forms.Label();
  37. this.label4 = new System.Windows.Forms.Label();
  38. this.label3 = new System.Windows.Forms.Label();
  39. this.surname = new System.Windows.Forms.TextBox();
  40. this.name = new System.Windows.Forms.TextBox();
  41. this.date_of_birth = new System.Windows.Forms.TextBox();
  42. this.patronymic = new System.Windows.Forms.TextBox();
  43. this.phone = new System.Windows.Forms.TextBox();
  44. this.label2 = new System.Windows.Forms.Label();
  45. this.label_Login = new System.Windows.Forms.Label();
  46. this.text_login = new System.Windows.Forms.TextBox();
  47. this.button_back = new System.Windows.Forms.Button();
  48. this.button_save = new System.Windows.Forms.Button();
  49. this.button_change_password = new System.Windows.Forms.Button();
  50. this.polTableAdapter = new proba.VINILDataSet_PolTableAdapters.PolTableAdapter();
  51. ((System.ComponentModel.ISupportInitialize)(this.polBindingSource)).BeginInit();
  52. ((System.ComponentModel.ISupportInitialize)(this.vINILDataSet_Pol)).BeginInit();
  53. this.SuspendLayout();
  54. //
  55. // text_id_pol
  56. //
  57. this.text_id_pol.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.polBindingSource, "id_pol", true));
  58. this.text_id_pol.DataSource = this.polBindingSource;
  59. this.text_id_pol.DisplayMember = "pol";
  60. this.text_id_pol.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  61. this.text_id_pol.FormattingEnabled = true;
  62. this.text_id_pol.Location = new System.Drawing.Point(188, 192);
  63. this.text_id_pol.Name = "text_id_pol";
  64. this.text_id_pol.Size = new System.Drawing.Size(112, 28);
  65. this.text_id_pol.TabIndex = 49;
  66. this.text_id_pol.ValueMember = "id_pol";
  67. //
  68. // polBindingSource
  69. //
  70. this.polBindingSource.DataMember = "Pol";
  71. this.polBindingSource.DataSource = this.vINILDataSet_Pol;
  72. //
  73. // vINILDataSet_Pol
  74. //
  75. this.vINILDataSet_Pol.DataSetName = "VINILDataSet_Pol";
  76. this.vINILDataSet_Pol.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  77. //
  78. // label8
  79. //
  80. this.label8.AutoSize = true;
  81. this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  82. this.label8.Location = new System.Drawing.Point(72, 288);
  83. this.label8.Name = "label8";
  84. this.label8.RightToLeft = System.Windows.Forms.RightToLeft.No;
  85. this.label8.Size = new System.Drawing.Size(90, 24);
  86. this.label8.TabIndex = 48;
  87. this.label8.Text = "Телефон";
  88. //
  89. // label7
  90. //
  91. this.label7.AutoSize = true;
  92. this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  93. this.label7.Location = new System.Drawing.Point(30, 242);
  94. this.label7.Name = "label7";
  95. this.label7.RightToLeft = System.Windows.Forms.RightToLeft.No;
  96. this.label7.Size = new System.Drawing.Size(150, 24);
  97. this.label7.TabIndex = 47;
  98. this.label7.Text = "Дата рождения";
  99. //
  100. // label6
  101. //
  102. this.label6.AutoSize = true;
  103. this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  104. this.label6.Location = new System.Drawing.Point(72, 196);
  105. this.label6.Name = "label6";
  106. this.label6.RightToLeft = System.Windows.Forms.RightToLeft.No;
  107. this.label6.Size = new System.Drawing.Size(44, 24);
  108. this.label6.TabIndex = 46;
  109. this.label6.Text = "Пол";
  110. //
  111. // label5
  112. //
  113. this.label5.AutoSize = true;
  114. this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  115. this.label5.Location = new System.Drawing.Point(72, 150);
  116. this.label5.Name = "label5";
  117. this.label5.RightToLeft = System.Windows.Forms.RightToLeft.No;
  118. this.label5.Size = new System.Drawing.Size(98, 24);
  119. this.label5.TabIndex = 45;
  120. this.label5.Text = "Отчество";
  121. //
  122. // label4
  123. //
  124. this.label4.AutoSize = true;
  125. this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  126. this.label4.Location = new System.Drawing.Point(72, 107);
  127. this.label4.Name = "label4";
  128. this.label4.RightToLeft = System.Windows.Forms.RightToLeft.No;
  129. this.label4.Size = new System.Drawing.Size(46, 24);
  130. this.label4.TabIndex = 44;
  131. this.label4.Text = "Имя";
  132. //
  133. // label3
  134. //
  135. this.label3.AutoSize = true;
  136. this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  137. this.label3.Location = new System.Drawing.Point(71, 64);
  138. this.label3.Name = "label3";
  139. this.label3.RightToLeft = System.Windows.Forms.RightToLeft.No;
  140. this.label3.Size = new System.Drawing.Size(91, 24);
  141. this.label3.TabIndex = 43;
  142. this.label3.Text = "Фамилия";
  143. //
  144. // surname
  145. //
  146. this.surname.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
  147. this.surname.Location = new System.Drawing.Point(188, 64);
  148. this.surname.MaxLength = 25;
  149. this.surname.Name = "surname";
  150. this.surname.Size = new System.Drawing.Size(231, 26);
  151. this.surname.TabIndex = 42;
  152. //
  153. // name
  154. //
  155. this.name.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
  156. this.name.Location = new System.Drawing.Point(188, 107);
  157. this.name.MaxLength = 25;
  158. this.name.Name = "name";
  159. this.name.Size = new System.Drawing.Size(231, 26);
  160. this.name.TabIndex = 41;
  161. //
  162. // date_of_birth
  163. //
  164. this.date_of_birth.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
  165. this.date_of_birth.Location = new System.Drawing.Point(188, 242);
  166. this.date_of_birth.MaxLength = 25;
  167. this.date_of_birth.Name = "date_of_birth";
  168. this.date_of_birth.ShortcutsEnabled = false;
  169. this.date_of_birth.Size = new System.Drawing.Size(231, 26);
  170. this.date_of_birth.TabIndex = 40;
  171. //
  172. // patronymic
  173. //
  174. this.patronymic.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
  175. this.patronymic.Location = new System.Drawing.Point(188, 150);
  176. this.patronymic.MaxLength = 25;
  177. this.patronymic.Name = "patronymic";
  178. this.patronymic.Size = new System.Drawing.Size(231, 26);
  179. this.patronymic.TabIndex = 39;
  180. //
  181. // phone
  182. //
  183. this.phone.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
  184. this.phone.Location = new System.Drawing.Point(188, 288);
  185. this.phone.MaxLength = 11;
  186. this.phone.Name = "phone";
  187. this.phone.ShortcutsEnabled = false;
  188. this.phone.Size = new System.Drawing.Size(231, 26);
  189. this.phone.TabIndex = 38;
  190. this.phone.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.phone_KeyPress);
  191. //
  192. // label2
  193. //
  194. this.label2.AutoSize = true;
  195. this.label2.Font = new System.Drawing.Font("Times New Roman", 18F, System.Drawing.FontStyle.Bold);
  196. this.label2.Location = new System.Drawing.Point(29, 18);
  197. this.label2.Name = "label2";
  198. this.label2.Size = new System.Drawing.Size(254, 26);
  199. this.label2.TabIndex = 50;
  200. this.label2.Text = "ЛИЧНЫЙ КАБИНЕТ";
  201. //
  202. // label_Login
  203. //
  204. this.label_Login.AutoSize = true;
  205. this.label_Login.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  206. this.label_Login.Location = new System.Drawing.Point(72, 335);
  207. this.label_Login.Name = "label_Login";
  208. this.label_Login.RightToLeft = System.Windows.Forms.RightToLeft.No;
  209. this.label_Login.Size = new System.Drawing.Size(64, 24);
  210. this.label_Login.TabIndex = 52;
  211. this.label_Login.Text = "Логин";
  212. //
  213. // text_login
  214. //
  215. this.text_login.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
  216. this.text_login.Location = new System.Drawing.Point(188, 335);
  217. this.text_login.MaxLength = 25;
  218. this.text_login.Name = "text_login";
  219. this.text_login.ShortcutsEnabled = false;
  220. this.text_login.Size = new System.Drawing.Size(231, 26);
  221. this.text_login.TabIndex = 51;
  222. //
  223. // button_back
  224. //
  225. this.button_back.BackColor = System.Drawing.Color.Gray;
  226. this.button_back.Cursor = System.Windows.Forms.Cursors.Hand;
  227. this.button_back.Font = new System.Drawing.Font("Freestyle Script", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  228. this.button_back.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  229. this.button_back.Location = new System.Drawing.Point(71, 427);
  230. this.button_back.Name = "button_back";
  231. this.button_back.Size = new System.Drawing.Size(91, 30);
  232. this.button_back.TabIndex = 54;
  233. this.button_back.Text = "Назад";
  234. this.button_back.UseVisualStyleBackColor = false;
  235. this.button_back.Click += new System.EventHandler(this.button_back_Click);
  236. //
  237. // button_save
  238. //
  239. this.button_save.BackColor = System.Drawing.Color.Gray;
  240. this.button_save.Cursor = System.Windows.Forms.Cursors.Hand;
  241. this.button_save.Font = new System.Drawing.Font("Freestyle Script", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  242. this.button_save.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  243. this.button_save.Location = new System.Drawing.Point(294, 427);
  244. this.button_save.Name = "button_save";
  245. this.button_save.Size = new System.Drawing.Size(125, 30);
  246. this.button_save.TabIndex = 53;
  247. this.button_save.Text = "Сохранить";
  248. this.button_save.UseVisualStyleBackColor = false;
  249. this.button_save.Click += new System.EventHandler(this.button_save_Click);
  250. //
  251. // button_change_password
  252. //
  253. this.button_change_password.BackColor = System.Drawing.Color.Gray;
  254. this.button_change_password.Cursor = System.Windows.Forms.Cursors.Hand;
  255. this.button_change_password.Font = new System.Drawing.Font("Freestyle Script", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  256. this.button_change_password.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  257. this.button_change_password.Location = new System.Drawing.Point(71, 375);
  258. this.button_change_password.Name = "button_change_password";
  259. this.button_change_password.Size = new System.Drawing.Size(348, 30);
  260. this.button_change_password.TabIndex = 55;
  261. this.button_change_password.Text = "Сменить пароль";
  262. this.button_change_password.UseVisualStyleBackColor = false;
  263. this.button_change_password.Click += new System.EventHandler(this.button_change_password_Click);
  264. //
  265. // polTableAdapter
  266. //
  267. this.polTableAdapter.ClearBeforeFill = true;
  268. //
  269. // PersonalArea
  270. //
  271. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  272. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  273. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(133)))), ((int)(((byte)(133)))), ((int)(((byte)(173)))));
  274. this.ClientSize = new System.Drawing.Size(505, 478);
  275. this.Controls.Add(this.button_change_password);
  276. this.Controls.Add(this.button_back);
  277. this.Controls.Add(this.button_save);
  278. this.Controls.Add(this.label_Login);
  279. this.Controls.Add(this.text_login);
  280. this.Controls.Add(this.label2);
  281. this.Controls.Add(this.text_id_pol);
  282. this.Controls.Add(this.label8);
  283. this.Controls.Add(this.label7);
  284. this.Controls.Add(this.label6);
  285. this.Controls.Add(this.label5);
  286. this.Controls.Add(this.label4);
  287. this.Controls.Add(this.label3);
  288. this.Controls.Add(this.surname);
  289. this.Controls.Add(this.name);
  290. this.Controls.Add(this.date_of_birth);
  291. this.Controls.Add(this.patronymic);
  292. this.Controls.Add(this.phone);
  293. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  294. this.MaximumSize = new System.Drawing.Size(521, 517);
  295. this.MinimumSize = new System.Drawing.Size(521, 517);
  296. this.Name = "PersonalArea";
  297. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  298. this.Text = "Личный кабинет";
  299. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.global_FormClosed);
  300. ((System.ComponentModel.ISupportInitialize)(this.polBindingSource)).EndInit();
  301. ((System.ComponentModel.ISupportInitialize)(this.vINILDataSet_Pol)).EndInit();
  302. this.ResumeLayout(false);
  303. this.PerformLayout();
  304. }
  305. #endregion
  306. private System.Windows.Forms.ComboBox text_id_pol;
  307. private System.Windows.Forms.Label label8;
  308. private System.Windows.Forms.Label label7;
  309. private System.Windows.Forms.Label label6;
  310. private System.Windows.Forms.Label label5;
  311. private System.Windows.Forms.Label label4;
  312. private System.Windows.Forms.Label label3;
  313. private System.Windows.Forms.TextBox surname;
  314. private System.Windows.Forms.TextBox name;
  315. private System.Windows.Forms.TextBox date_of_birth;
  316. private System.Windows.Forms.TextBox patronymic;
  317. private System.Windows.Forms.TextBox phone;
  318. private System.Windows.Forms.Label label2;
  319. private System.Windows.Forms.Label label_Login;
  320. private System.Windows.Forms.TextBox text_login;
  321. private System.Windows.Forms.Button button_back;
  322. private System.Windows.Forms.Button button_save;
  323. private System.Windows.Forms.Button button_change_password;
  324. private VINILDataSet_Pol vINILDataSet_Pol;
  325. private System.Windows.Forms.BindingSource polBindingSource;
  326. private VINILDataSet_PolTableAdapters.PolTableAdapter polTableAdapter;
  327. }
  328. }