EmployeeUpdate.Designer.cs 16 KB

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