Users.Designer.cs 23 KB

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