Form6.Designer.cs 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428
  1. 
  2. namespace KafeKazarin03
  3. {
  4. partial class Form6
  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.Windows.Forms.Label iDLabel;
  31. System.Windows.Forms.Label рольLabel;
  32. System.Windows.Forms.Label датаРожденияLabel;
  33. System.Windows.Forms.Label телефонLabel;
  34. System.Windows.Forms.Label адресLabel;
  35. System.Windows.Forms.Label usernameLabel;
  36. System.Windows.Forms.Label passwordLabel;
  37. System.Windows.Forms.Label статусLabel;
  38. this.kazarinKafeDataSet = new KafeKazarin03.KazarinKafeDataSet();
  39. this.employeesBindingSource = new System.Windows.Forms.BindingSource(this.components);
  40. this.employeesTableAdapter = new KafeKazarin03.KazarinKafeDataSetTableAdapters.EmployeesTableAdapter();
  41. this.tableAdapterManager = new KafeKazarin03.KazarinKafeDataSetTableAdapters.TableAdapterManager();
  42. this.employeesDataGridView = new System.Windows.Forms.DataGridView();
  43. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.iDTextBox = new System.Windows.Forms.TextBox();
  52. this.рольTextBox = new System.Windows.Forms.TextBox();
  53. this.датаРожденияDateTimePicker = new System.Windows.Forms.DateTimePicker();
  54. this.телефонTextBox = new System.Windows.Forms.TextBox();
  55. this.адресTextBox = new System.Windows.Forms.TextBox();
  56. this.usernameTextBox = new System.Windows.Forms.TextBox();
  57. this.passwordTextBox = new System.Windows.Forms.TextBox();
  58. this.статусTextBox = new System.Windows.Forms.TextBox();
  59. this.button1 = new System.Windows.Forms.Button();
  60. this.label3 = new System.Windows.Forms.Label();
  61. this.button4 = new System.Windows.Forms.Button();
  62. iDLabel = new System.Windows.Forms.Label();
  63. рольLabel = new System.Windows.Forms.Label();
  64. датаРожденияLabel = new System.Windows.Forms.Label();
  65. телефонLabel = new System.Windows.Forms.Label();
  66. адресLabel = new System.Windows.Forms.Label();
  67. usernameLabel = new System.Windows.Forms.Label();
  68. passwordLabel = new System.Windows.Forms.Label();
  69. статусLabel = new System.Windows.Forms.Label();
  70. ((System.ComponentModel.ISupportInitialize)(this.kazarinKafeDataSet)).BeginInit();
  71. ((System.ComponentModel.ISupportInitialize)(this.employeesBindingSource)).BeginInit();
  72. ((System.ComponentModel.ISupportInitialize)(this.employeesDataGridView)).BeginInit();
  73. this.SuspendLayout();
  74. //
  75. // iDLabel
  76. //
  77. iDLabel.AutoSize = true;
  78. iDLabel.Font = new System.Drawing.Font("Georgia", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  79. iDLabel.Location = new System.Drawing.Point(17, 80);
  80. iDLabel.Name = "iDLabel";
  81. iDLabel.Size = new System.Drawing.Size(34, 18);
  82. iDLabel.TabIndex = 2;
  83. iDLabel.Text = "ID:";
  84. //
  85. // рольLabel
  86. //
  87. рольLabel.AutoSize = true;
  88. рольLabel.Font = new System.Drawing.Font("Georgia", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  89. рольLabel.Location = new System.Drawing.Point(17, 112);
  90. рольLabel.Name = "рольLabel";
  91. рольLabel.Size = new System.Drawing.Size(55, 18);
  92. рольLabel.TabIndex = 4;
  93. рольLabel.Text = "Роль:";
  94. //
  95. // датаРожденияLabel
  96. //
  97. датаРожденияLabel.AutoSize = true;
  98. датаРожденияLabel.Font = new System.Drawing.Font("Georgia", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  99. датаРожденияLabel.Location = new System.Drawing.Point(17, 148);
  100. датаРожденияLabel.Name = "датаРожденияLabel";
  101. датаРожденияLabel.Size = new System.Drawing.Size(146, 18);
  102. датаРожденияLabel.TabIndex = 6;
  103. датаРожденияLabel.Text = "Дата Рождения:";
  104. //
  105. // телефонLabel
  106. //
  107. телефонLabel.AutoSize = true;
  108. телефонLabel.Font = new System.Drawing.Font("Georgia", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  109. телефонLabel.Location = new System.Drawing.Point(17, 183);
  110. телефонLabel.Name = "телефонLabel";
  111. телефонLabel.Size = new System.Drawing.Size(89, 18);
  112. телефонLabel.TabIndex = 8;
  113. телефонLabel.Text = "Телефон:";
  114. //
  115. // адресLabel
  116. //
  117. адресLabel.AutoSize = true;
  118. адресLabel.Font = new System.Drawing.Font("Georgia", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  119. адресLabel.Location = new System.Drawing.Point(19, 218);
  120. адресLabel.Name = "адресLabel";
  121. адресLabel.Size = new System.Drawing.Size(65, 18);
  122. адресLabel.TabIndex = 10;
  123. адресLabel.Text = "Адрес:";
  124. //
  125. // usernameLabel
  126. //
  127. usernameLabel.AutoSize = true;
  128. usernameLabel.Font = new System.Drawing.Font("Georgia", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  129. usernameLabel.Location = new System.Drawing.Point(19, 253);
  130. usernameLabel.Name = "usernameLabel";
  131. usernameLabel.Size = new System.Drawing.Size(98, 18);
  132. usernameLabel.TabIndex = 12;
  133. usernameLabel.Text = "Username:";
  134. //
  135. // passwordLabel
  136. //
  137. passwordLabel.AutoSize = true;
  138. passwordLabel.Font = new System.Drawing.Font("Georgia", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  139. passwordLabel.Location = new System.Drawing.Point(19, 286);
  140. passwordLabel.Name = "passwordLabel";
  141. passwordLabel.Size = new System.Drawing.Size(93, 18);
  142. passwordLabel.TabIndex = 14;
  143. passwordLabel.Text = "Password:";
  144. //
  145. // статусLabel
  146. //
  147. статусLabel.AutoSize = true;
  148. статусLabel.Font = new System.Drawing.Font("Georgia", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  149. статусLabel.Location = new System.Drawing.Point(17, 321);
  150. статусLabel.Name = "статусLabel";
  151. статусLabel.Size = new System.Drawing.Size(73, 18);
  152. статусLabel.TabIndex = 16;
  153. статусLabel.Text = "Статус:";
  154. //
  155. // kazarinKafeDataSet
  156. //
  157. this.kazarinKafeDataSet.DataSetName = "KazarinKafeDataSet";
  158. this.kazarinKafeDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  159. //
  160. // employeesBindingSource
  161. //
  162. this.employeesBindingSource.DataMember = "Employees";
  163. this.employeesBindingSource.DataSource = this.kazarinKafeDataSet;
  164. //
  165. // employeesTableAdapter
  166. //
  167. this.employeesTableAdapter.ClearBeforeFill = true;
  168. //
  169. // tableAdapterManager
  170. //
  171. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  172. this.tableAdapterManager.CooksTableAdapter = null;
  173. this.tableAdapterManager.EmployeesTableAdapter = this.employeesTableAdapter;
  174. this.tableAdapterManager.OrderedDishesTableAdapter = null;
  175. this.tableAdapterManager.OrdersTableAdapter = null;
  176. this.tableAdapterManager.OrderStatusTableAdapter = null;
  177. this.tableAdapterManager.PaymentMethodTableAdapter = null;
  178. this.tableAdapterManager.ProductTableAdapter = null;
  179. this.tableAdapterManager.RolesTableAdapter = null;
  180. this.tableAdapterManager.TablesTableAdapter = null;
  181. this.tableAdapterManager.UpdateOrder = KafeKazarin03.KazarinKafeDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  182. this.tableAdapterManager.WaitersTableAdapter = null;
  183. this.tableAdapterManager.WorkShiftTableAdapter = null;
  184. this.tableAdapterManager.СategoriesTableAdapter = null;
  185. //
  186. // employeesDataGridView
  187. //
  188. this.employeesDataGridView.AutoGenerateColumns = false;
  189. this.employeesDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  190. this.employeesDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  191. this.dataGridViewTextBoxColumn1,
  192. this.dataGridViewTextBoxColumn2,
  193. this.dataGridViewTextBoxColumn3,
  194. this.dataGridViewTextBoxColumn4,
  195. this.dataGridViewTextBoxColumn5,
  196. this.dataGridViewTextBoxColumn6,
  197. this.dataGridViewTextBoxColumn7,
  198. this.dataGridViewTextBoxColumn8});
  199. this.employeesDataGridView.DataSource = this.employeesBindingSource;
  200. this.employeesDataGridView.Location = new System.Drawing.Point(169, 375);
  201. this.employeesDataGridView.Name = "employeesDataGridView";
  202. this.employeesDataGridView.Size = new System.Drawing.Size(38, 22);
  203. this.employeesDataGridView.TabIndex = 1;
  204. //
  205. // dataGridViewTextBoxColumn1
  206. //
  207. this.dataGridViewTextBoxColumn1.DataPropertyName = "ID";
  208. this.dataGridViewTextBoxColumn1.HeaderText = "ID";
  209. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  210. this.dataGridViewTextBoxColumn1.ReadOnly = true;
  211. //
  212. // dataGridViewTextBoxColumn2
  213. //
  214. this.dataGridViewTextBoxColumn2.DataPropertyName = "Роль";
  215. this.dataGridViewTextBoxColumn2.HeaderText = "Роль";
  216. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  217. //
  218. // dataGridViewTextBoxColumn3
  219. //
  220. this.dataGridViewTextBoxColumn3.DataPropertyName = "ДатаРождения";
  221. this.dataGridViewTextBoxColumn3.HeaderText = "ДатаРождения";
  222. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  223. //
  224. // dataGridViewTextBoxColumn4
  225. //
  226. this.dataGridViewTextBoxColumn4.DataPropertyName = "Телефон";
  227. this.dataGridViewTextBoxColumn4.HeaderText = "Телефон";
  228. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  229. //
  230. // dataGridViewTextBoxColumn5
  231. //
  232. this.dataGridViewTextBoxColumn5.DataPropertyName = "Адрес";
  233. this.dataGridViewTextBoxColumn5.HeaderText = "Адрес";
  234. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  235. //
  236. // dataGridViewTextBoxColumn6
  237. //
  238. this.dataGridViewTextBoxColumn6.DataPropertyName = "Username";
  239. this.dataGridViewTextBoxColumn6.HeaderText = "Username";
  240. this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
  241. //
  242. // dataGridViewTextBoxColumn7
  243. //
  244. this.dataGridViewTextBoxColumn7.DataPropertyName = "Password";
  245. this.dataGridViewTextBoxColumn7.HeaderText = "Password";
  246. this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
  247. //
  248. // dataGridViewTextBoxColumn8
  249. //
  250. this.dataGridViewTextBoxColumn8.DataPropertyName = "Статус";
  251. this.dataGridViewTextBoxColumn8.HeaderText = "Статус";
  252. this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
  253. //
  254. // iDTextBox
  255. //
  256. this.iDTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.employeesBindingSource, "ID", true));
  257. this.iDTextBox.Font = new System.Drawing.Font("Georgia", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  258. this.iDTextBox.Location = new System.Drawing.Point(57, 77);
  259. this.iDTextBox.Name = "iDTextBox";
  260. this.iDTextBox.Size = new System.Drawing.Size(312, 26);
  261. this.iDTextBox.TabIndex = 3;
  262. //
  263. // рольTextBox
  264. //
  265. this.рольTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.employeesBindingSource, "Роль", true));
  266. this.рольTextBox.Font = new System.Drawing.Font("Georgia", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  267. this.рольTextBox.Location = new System.Drawing.Point(78, 109);
  268. this.рольTextBox.Name = "рольTextBox";
  269. this.рольTextBox.Size = new System.Drawing.Size(291, 26);
  270. this.рольTextBox.TabIndex = 5;
  271. //
  272. // датаРожденияDateTimePicker
  273. //
  274. this.датаРожденияDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.employeesBindingSource, "ДатаРождения", true));
  275. this.датаРожденияDateTimePicker.Font = new System.Drawing.Font("Georgia", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  276. this.датаРожденияDateTimePicker.Location = new System.Drawing.Point(169, 142);
  277. this.датаРожденияDateTimePicker.Name = "датаРожденияDateTimePicker";
  278. this.датаРожденияDateTimePicker.Size = new System.Drawing.Size(200, 26);
  279. this.датаРожденияDateTimePicker.TabIndex = 7;
  280. //
  281. // телефонTextBox
  282. //
  283. this.телефонTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.employeesBindingSource, "Телефон", true));
  284. this.телефонTextBox.Font = new System.Drawing.Font("Georgia", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  285. this.телефонTextBox.Location = new System.Drawing.Point(112, 180);
  286. this.телефонTextBox.Name = "телефонTextBox";
  287. this.телефонTextBox.Size = new System.Drawing.Size(257, 26);
  288. this.телефонTextBox.TabIndex = 9;
  289. //
  290. // адресTextBox
  291. //
  292. this.адресTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.employeesBindingSource, "Адрес", true));
  293. this.адресTextBox.Font = new System.Drawing.Font("Georgia", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  294. this.адресTextBox.Location = new System.Drawing.Point(90, 215);
  295. this.адресTextBox.Name = "адресTextBox";
  296. this.адресTextBox.Size = new System.Drawing.Size(279, 26);
  297. this.адресTextBox.TabIndex = 11;
  298. //
  299. // usernameTextBox
  300. //
  301. this.usernameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.employeesBindingSource, "Username", true));
  302. this.usernameTextBox.Font = new System.Drawing.Font("Georgia", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  303. this.usernameTextBox.Location = new System.Drawing.Point(123, 250);
  304. this.usernameTextBox.Name = "usernameTextBox";
  305. this.usernameTextBox.Size = new System.Drawing.Size(246, 26);
  306. this.usernameTextBox.TabIndex = 13;
  307. //
  308. // passwordTextBox
  309. //
  310. this.passwordTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.employeesBindingSource, "Password", true));
  311. this.passwordTextBox.Font = new System.Drawing.Font("Georgia", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  312. this.passwordTextBox.Location = new System.Drawing.Point(118, 283);
  313. this.passwordTextBox.Name = "passwordTextBox";
  314. this.passwordTextBox.Size = new System.Drawing.Size(251, 26);
  315. this.passwordTextBox.TabIndex = 15;
  316. //
  317. // статусTextBox
  318. //
  319. this.статусTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.employeesBindingSource, "Статус", true));
  320. this.статусTextBox.Font = new System.Drawing.Font("Georgia", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  321. this.статусTextBox.Location = new System.Drawing.Point(96, 318);
  322. this.статусTextBox.Name = "статусTextBox";
  323. this.статусTextBox.Size = new System.Drawing.Size(273, 26);
  324. this.статусTextBox.TabIndex = 17;
  325. //
  326. // button1
  327. //
  328. this.button1.BackColor = System.Drawing.Color.Tan;
  329. this.button1.Font = new System.Drawing.Font("Georgia", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  330. this.button1.Location = new System.Drawing.Point(57, 363);
  331. this.button1.Name = "button1";
  332. this.button1.Size = new System.Drawing.Size(260, 34);
  333. this.button1.TabIndex = 18;
  334. this.button1.Text = "Сохранить";
  335. this.button1.UseVisualStyleBackColor = false;
  336. this.button1.Click += new System.EventHandler(this.button1_Click);
  337. //
  338. // label3
  339. //
  340. this.label3.AutoSize = true;
  341. this.label3.Font = new System.Drawing.Font("Georgia", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  342. this.label3.Location = new System.Drawing.Point(34, 27);
  343. this.label3.Name = "label3";
  344. this.label3.Size = new System.Drawing.Size(297, 25);
  345. this.label3.TabIndex = 19;
  346. this.label3.Text = "Добавление сотрудников";
  347. //
  348. // button4
  349. //
  350. this.button4.BackColor = System.Drawing.Color.Tan;
  351. this.button4.Font = new System.Drawing.Font("Georgia", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  352. this.button4.Location = new System.Drawing.Point(269, 411);
  353. this.button4.Name = "button4";
  354. this.button4.Size = new System.Drawing.Size(100, 34);
  355. this.button4.TabIndex = 20;
  356. this.button4.Text = "Отмена";
  357. this.button4.UseVisualStyleBackColor = false;
  358. this.button4.Click += new System.EventHandler(this.button4_Click);
  359. //
  360. // Form6
  361. //
  362. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  363. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  364. this.BackColor = System.Drawing.Color.PeachPuff;
  365. this.ClientSize = new System.Drawing.Size(381, 457);
  366. this.Controls.Add(this.button4);
  367. this.Controls.Add(this.label3);
  368. this.Controls.Add(this.button1);
  369. this.Controls.Add(статусLabel);
  370. this.Controls.Add(this.статусTextBox);
  371. this.Controls.Add(passwordLabel);
  372. this.Controls.Add(this.passwordTextBox);
  373. this.Controls.Add(usernameLabel);
  374. this.Controls.Add(this.usernameTextBox);
  375. this.Controls.Add(адресLabel);
  376. this.Controls.Add(this.адресTextBox);
  377. this.Controls.Add(телефонLabel);
  378. this.Controls.Add(this.телефонTextBox);
  379. this.Controls.Add(датаРожденияLabel);
  380. this.Controls.Add(this.датаРожденияDateTimePicker);
  381. this.Controls.Add(рольLabel);
  382. this.Controls.Add(this.рольTextBox);
  383. this.Controls.Add(iDLabel);
  384. this.Controls.Add(this.iDTextBox);
  385. this.Controls.Add(this.employeesDataGridView);
  386. this.Name = "Form6";
  387. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  388. this.Text = "Добавить сотрудника";
  389. this.Load += new System.EventHandler(this.Form6_Load);
  390. ((System.ComponentModel.ISupportInitialize)(this.kazarinKafeDataSet)).EndInit();
  391. ((System.ComponentModel.ISupportInitialize)(this.employeesBindingSource)).EndInit();
  392. ((System.ComponentModel.ISupportInitialize)(this.employeesDataGridView)).EndInit();
  393. this.ResumeLayout(false);
  394. this.PerformLayout();
  395. }
  396. #endregion
  397. private KazarinKafeDataSet kazarinKafeDataSet;
  398. private System.Windows.Forms.BindingSource employeesBindingSource;
  399. private KazarinKafeDataSetTableAdapters.EmployeesTableAdapter employeesTableAdapter;
  400. private KazarinKafeDataSetTableAdapters.TableAdapterManager tableAdapterManager;
  401. private System.Windows.Forms.DataGridView employeesDataGridView;
  402. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  403. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  404. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  405. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  406. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  407. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
  408. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
  409. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
  410. private System.Windows.Forms.TextBox iDTextBox;
  411. private System.Windows.Forms.TextBox рольTextBox;
  412. private System.Windows.Forms.DateTimePicker датаРожденияDateTimePicker;
  413. private System.Windows.Forms.TextBox телефонTextBox;
  414. private System.Windows.Forms.TextBox адресTextBox;
  415. private System.Windows.Forms.TextBox usernameTextBox;
  416. private System.Windows.Forms.TextBox passwordTextBox;
  417. private System.Windows.Forms.TextBox статусTextBox;
  418. private System.Windows.Forms.Button button1;
  419. private System.Windows.Forms.Label label3;
  420. private System.Windows.Forms.Button button4;
  421. }
  422. }