EmployeeAdd.Designer.cs 17 KB

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