Добавление пользователей.Designer.cs 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492
  1. namespace ИС32Осадчий
  2. {
  3. partial class Добавление_пользователей
  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.Windows.Forms.Label userIDLabel;
  30. System.Windows.Forms.Label userSurnameLabel;
  31. System.Windows.Forms.Label userNameLabel;
  32. System.Windows.Forms.Label userPatronymicLabel;
  33. System.Windows.Forms.Label userLoginLabel;
  34. System.Windows.Forms.Label userPasswordLabel;
  35. System.Windows.Forms.Label roleIDLabel;
  36. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Добавление_пользователей));
  37. this.panel1 = new System.Windows.Forms.Panel();
  38. this.comboBox1 = new System.Windows.Forms.ComboBox();
  39. this.userBindingSource = new System.Windows.Forms.BindingSource(this.components);
  40. this.иС32ОсадчийDataSet = new ИС32Осадчий.ИС32ОсадчийDataSet();
  41. this.roleBindingSource = new System.Windows.Forms.BindingSource(this.components);
  42. this.userPasswordTextBox = new System.Windows.Forms.TextBox();
  43. this.userLoginTextBox = new System.Windows.Forms.TextBox();
  44. this.userPatronymicTextBox = new System.Windows.Forms.TextBox();
  45. this.userNameTextBox = new System.Windows.Forms.TextBox();
  46. this.userSurnameTextBox = new System.Windows.Forms.TextBox();
  47. this.userIDTextBox = new System.Windows.Forms.TextBox();
  48. this.button6 = new System.Windows.Forms.Button();
  49. this.userTableAdapter = new ИС32Осадчий.ИС32ОсадчийDataSetTableAdapters.UserTableAdapter();
  50. this.tableAdapterManager = new ИС32Осадчий.ИС32ОсадчийDataSetTableAdapters.TableAdapterManager();
  51. this.roleTableAdapter = new ИС32Осадчий.ИС32ОсадчийDataSetTableAdapters.RoleTableAdapter();
  52. this.userBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
  53. this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
  54. this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
  55. this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
  56. this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
  57. this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
  58. this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
  59. this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
  60. this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  61. this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
  62. this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
  63. this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  64. this.userBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
  65. this.button3 = new System.Windows.Forms.Button();
  66. this.button2 = new System.Windows.Forms.Button();
  67. this.button1 = new System.Windows.Forms.Button();
  68. userIDLabel = new System.Windows.Forms.Label();
  69. userSurnameLabel = new System.Windows.Forms.Label();
  70. userNameLabel = new System.Windows.Forms.Label();
  71. userPatronymicLabel = new System.Windows.Forms.Label();
  72. userLoginLabel = new System.Windows.Forms.Label();
  73. userPasswordLabel = new System.Windows.Forms.Label();
  74. roleIDLabel = new System.Windows.Forms.Label();
  75. this.panel1.SuspendLayout();
  76. ((System.ComponentModel.ISupportInitialize)(this.userBindingSource)).BeginInit();
  77. ((System.ComponentModel.ISupportInitialize)(this.иС32ОсадчийDataSet)).BeginInit();
  78. ((System.ComponentModel.ISupportInitialize)(this.roleBindingSource)).BeginInit();
  79. ((System.ComponentModel.ISupportInitialize)(this.userBindingNavigator)).BeginInit();
  80. this.userBindingNavigator.SuspendLayout();
  81. this.SuspendLayout();
  82. //
  83. // userIDLabel
  84. //
  85. userIDLabel.AutoSize = true;
  86. userIDLabel.Location = new System.Drawing.Point(263, 92);
  87. userIDLabel.Name = "userIDLabel";
  88. userIDLabel.Size = new System.Drawing.Size(46, 13);
  89. userIDLabel.TabIndex = 9;
  90. userIDLabel.Text = "User ID:";
  91. //
  92. // userSurnameLabel
  93. //
  94. userSurnameLabel.AutoSize = true;
  95. userSurnameLabel.Location = new System.Drawing.Point(232, 141);
  96. userSurnameLabel.Name = "userSurnameLabel";
  97. userSurnameLabel.Size = new System.Drawing.Size(77, 13);
  98. userSurnameLabel.TabIndex = 10;
  99. userSurnameLabel.Text = "User Surname:";
  100. //
  101. // userNameLabel
  102. //
  103. userNameLabel.AutoSize = true;
  104. userNameLabel.Location = new System.Drawing.Point(246, 174);
  105. userNameLabel.Name = "userNameLabel";
  106. userNameLabel.Size = new System.Drawing.Size(63, 13);
  107. userNameLabel.TabIndex = 11;
  108. userNameLabel.Text = "User Name:";
  109. //
  110. // userPatronymicLabel
  111. //
  112. userPatronymicLabel.AutoSize = true;
  113. userPatronymicLabel.Location = new System.Drawing.Point(222, 210);
  114. userPatronymicLabel.Name = "userPatronymicLabel";
  115. userPatronymicLabel.Size = new System.Drawing.Size(87, 13);
  116. userPatronymicLabel.TabIndex = 12;
  117. userPatronymicLabel.Text = "User Patronymic:";
  118. //
  119. // userLoginLabel
  120. //
  121. userLoginLabel.AutoSize = true;
  122. userLoginLabel.Location = new System.Drawing.Point(248, 247);
  123. userLoginLabel.Name = "userLoginLabel";
  124. userLoginLabel.Size = new System.Drawing.Size(61, 13);
  125. userLoginLabel.TabIndex = 13;
  126. userLoginLabel.Text = "User Login:";
  127. //
  128. // userPasswordLabel
  129. //
  130. userPasswordLabel.AutoSize = true;
  131. userPasswordLabel.Location = new System.Drawing.Point(228, 283);
  132. userPasswordLabel.Name = "userPasswordLabel";
  133. userPasswordLabel.Size = new System.Drawing.Size(81, 13);
  134. userPasswordLabel.TabIndex = 14;
  135. userPasswordLabel.Text = "User Password:";
  136. //
  137. // roleIDLabel
  138. //
  139. roleIDLabel.AutoSize = true;
  140. roleIDLabel.Location = new System.Drawing.Point(263, 315);
  141. roleIDLabel.Name = "roleIDLabel";
  142. roleIDLabel.Size = new System.Drawing.Size(46, 13);
  143. roleIDLabel.TabIndex = 15;
  144. roleIDLabel.Text = "Role ID:";
  145. //
  146. // panel1
  147. //
  148. this.panel1.BackColor = System.Drawing.Color.Moccasin;
  149. this.panel1.Controls.Add(this.button3);
  150. this.panel1.Controls.Add(this.comboBox1);
  151. this.panel1.Controls.Add(this.button2);
  152. this.panel1.Controls.Add(roleIDLabel);
  153. this.panel1.Controls.Add(this.button1);
  154. this.panel1.Controls.Add(userPasswordLabel);
  155. this.panel1.Controls.Add(this.userPasswordTextBox);
  156. this.panel1.Controls.Add(userLoginLabel);
  157. this.panel1.Controls.Add(this.userLoginTextBox);
  158. this.panel1.Controls.Add(userPatronymicLabel);
  159. this.panel1.Controls.Add(this.userPatronymicTextBox);
  160. this.panel1.Controls.Add(userNameLabel);
  161. this.panel1.Controls.Add(this.userNameTextBox);
  162. this.panel1.Controls.Add(userSurnameLabel);
  163. this.panel1.Controls.Add(this.userSurnameTextBox);
  164. this.panel1.Controls.Add(userIDLabel);
  165. this.panel1.Controls.Add(this.userIDTextBox);
  166. this.panel1.Controls.Add(this.button6);
  167. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  168. this.panel1.Location = new System.Drawing.Point(0, 0);
  169. this.panel1.Name = "panel1";
  170. this.panel1.Size = new System.Drawing.Size(808, 458);
  171. this.panel1.TabIndex = 1;
  172. //
  173. // comboBox1
  174. //
  175. this.comboBox1.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.userBindingSource, "RoleID", true));
  176. this.comboBox1.DataSource = this.roleBindingSource;
  177. this.comboBox1.DisplayMember = "RoleID";
  178. this.comboBox1.FormattingEnabled = true;
  179. this.comboBox1.Location = new System.Drawing.Point(349, 315);
  180. this.comboBox1.Name = "comboBox1";
  181. this.comboBox1.Size = new System.Drawing.Size(100, 21);
  182. this.comboBox1.TabIndex = 16;
  183. this.comboBox1.ValueMember = "RoleID";
  184. //
  185. // userBindingSource
  186. //
  187. this.userBindingSource.DataMember = "User";
  188. this.userBindingSource.DataSource = this.иС32ОсадчийDataSet;
  189. //
  190. // иС32ОсадчийDataSet
  191. //
  192. this.иС32ОсадчийDataSet.DataSetName = "ИС32ОсадчийDataSet";
  193. this.иС32ОсадчийDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  194. //
  195. // roleBindingSource
  196. //
  197. this.roleBindingSource.DataMember = "Role";
  198. this.roleBindingSource.DataSource = this.иС32ОсадчийDataSet;
  199. //
  200. // userPasswordTextBox
  201. //
  202. this.userPasswordTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.userBindingSource, "UserPassword", true));
  203. this.userPasswordTextBox.Location = new System.Drawing.Point(349, 280);
  204. this.userPasswordTextBox.Name = "userPasswordTextBox";
  205. this.userPasswordTextBox.Size = new System.Drawing.Size(100, 20);
  206. this.userPasswordTextBox.TabIndex = 15;
  207. //
  208. // userLoginTextBox
  209. //
  210. this.userLoginTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.userBindingSource, "UserLogin", true));
  211. this.userLoginTextBox.Location = new System.Drawing.Point(349, 240);
  212. this.userLoginTextBox.Name = "userLoginTextBox";
  213. this.userLoginTextBox.Size = new System.Drawing.Size(100, 20);
  214. this.userLoginTextBox.TabIndex = 14;
  215. //
  216. // userPatronymicTextBox
  217. //
  218. this.userPatronymicTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.userBindingSource, "UserPatronymic", true));
  219. this.userPatronymicTextBox.Location = new System.Drawing.Point(349, 207);
  220. this.userPatronymicTextBox.Name = "userPatronymicTextBox";
  221. this.userPatronymicTextBox.Size = new System.Drawing.Size(100, 20);
  222. this.userPatronymicTextBox.TabIndex = 13;
  223. //
  224. // userNameTextBox
  225. //
  226. this.userNameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.userBindingSource, "UserName", true));
  227. this.userNameTextBox.Location = new System.Drawing.Point(349, 171);
  228. this.userNameTextBox.Name = "userNameTextBox";
  229. this.userNameTextBox.Size = new System.Drawing.Size(100, 20);
  230. this.userNameTextBox.TabIndex = 12;
  231. //
  232. // userSurnameTextBox
  233. //
  234. this.userSurnameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.userBindingSource, "UserSurname", true));
  235. this.userSurnameTextBox.Location = new System.Drawing.Point(349, 134);
  236. this.userSurnameTextBox.Name = "userSurnameTextBox";
  237. this.userSurnameTextBox.Size = new System.Drawing.Size(100, 20);
  238. this.userSurnameTextBox.TabIndex = 11;
  239. //
  240. // userIDTextBox
  241. //
  242. this.userIDTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.userBindingSource, "UserID", true));
  243. this.userIDTextBox.Location = new System.Drawing.Point(349, 92);
  244. this.userIDTextBox.Name = "userIDTextBox";
  245. this.userIDTextBox.Size = new System.Drawing.Size(100, 20);
  246. this.userIDTextBox.TabIndex = 10;
  247. //
  248. // button6
  249. //
  250. this.button6.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  251. this.button6.Location = new System.Drawing.Point(678, 400);
  252. this.button6.Name = "button6";
  253. this.button6.Size = new System.Drawing.Size(110, 38);
  254. this.button6.TabIndex = 9;
  255. this.button6.Text = "Назад";
  256. this.button6.UseVisualStyleBackColor = true;
  257. this.button6.Click += new System.EventHandler(this.button6_Click);
  258. //
  259. // userTableAdapter
  260. //
  261. this.userTableAdapter.ClearBeforeFill = true;
  262. //
  263. // tableAdapterManager
  264. //
  265. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  266. this.tableAdapterManager.OrderProductTableAdapter = null;
  267. this.tableAdapterManager.OrderTableAdapter = null;
  268. this.tableAdapterManager.ProductTableAdapter = null;
  269. this.tableAdapterManager.RoleTableAdapter = this.roleTableAdapter;
  270. this.tableAdapterManager.UpdateOrder = ИС32Осадчий.ИС32ОсадчийDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  271. this.tableAdapterManager.UserTableAdapter = this.userTableAdapter;
  272. //
  273. // roleTableAdapter
  274. //
  275. this.roleTableAdapter.ClearBeforeFill = true;
  276. //
  277. // userBindingNavigator
  278. //
  279. this.userBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
  280. this.userBindingNavigator.BindingSource = this.userBindingSource;
  281. this.userBindingNavigator.CountItem = this.bindingNavigatorCountItem;
  282. this.userBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
  283. this.userBindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  284. this.bindingNavigatorMoveFirstItem,
  285. this.bindingNavigatorMovePreviousItem,
  286. this.bindingNavigatorSeparator,
  287. this.bindingNavigatorPositionItem,
  288. this.bindingNavigatorCountItem,
  289. this.bindingNavigatorSeparator1,
  290. this.bindingNavigatorMoveNextItem,
  291. this.bindingNavigatorMoveLastItem,
  292. this.bindingNavigatorSeparator2,
  293. this.bindingNavigatorAddNewItem,
  294. this.bindingNavigatorDeleteItem,
  295. this.userBindingNavigatorSaveItem});
  296. this.userBindingNavigator.Location = new System.Drawing.Point(0, 0);
  297. this.userBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
  298. this.userBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
  299. this.userBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
  300. this.userBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
  301. this.userBindingNavigator.Name = "userBindingNavigator";
  302. this.userBindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
  303. this.userBindingNavigator.Size = new System.Drawing.Size(808, 25);
  304. this.userBindingNavigator.TabIndex = 2;
  305. this.userBindingNavigator.Text = "bindingNavigator1";
  306. //
  307. // bindingNavigatorAddNewItem
  308. //
  309. this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  310. this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
  311. this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
  312. this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
  313. this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
  314. this.bindingNavigatorAddNewItem.Text = "Добавить";
  315. //
  316. // bindingNavigatorCountItem
  317. //
  318. this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
  319. this.bindingNavigatorCountItem.Size = new System.Drawing.Size(43, 22);
  320. this.bindingNavigatorCountItem.Text = "для {0}";
  321. this.bindingNavigatorCountItem.ToolTipText = "Общее число элементов";
  322. //
  323. // bindingNavigatorDeleteItem
  324. //
  325. this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  326. this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
  327. this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
  328. this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
  329. this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22);
  330. this.bindingNavigatorDeleteItem.Text = "Удалить";
  331. //
  332. // bindingNavigatorMoveFirstItem
  333. //
  334. this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  335. this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
  336. this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
  337. this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
  338. this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
  339. this.bindingNavigatorMoveFirstItem.Text = "Переместить в начало";
  340. //
  341. // bindingNavigatorMovePreviousItem
  342. //
  343. this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  344. this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
  345. this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
  346. this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
  347. this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
  348. this.bindingNavigatorMovePreviousItem.Text = "Переместить назад";
  349. //
  350. // bindingNavigatorSeparator
  351. //
  352. this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
  353. this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
  354. //
  355. // bindingNavigatorPositionItem
  356. //
  357. this.bindingNavigatorPositionItem.AccessibleName = "Положение";
  358. this.bindingNavigatorPositionItem.AutoSize = false;
  359. this.bindingNavigatorPositionItem.Font = new System.Drawing.Font("Segoe UI", 9F);
  360. this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
  361. this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23);
  362. this.bindingNavigatorPositionItem.Text = "0";
  363. this.bindingNavigatorPositionItem.ToolTipText = "Текущее положение";
  364. //
  365. // bindingNavigatorSeparator1
  366. //
  367. this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
  368. this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
  369. //
  370. // bindingNavigatorMoveNextItem
  371. //
  372. this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  373. this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
  374. this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
  375. this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
  376. this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
  377. this.bindingNavigatorMoveNextItem.Text = "Переместить вперед";
  378. //
  379. // bindingNavigatorMoveLastItem
  380. //
  381. this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  382. this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
  383. this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
  384. this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
  385. this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
  386. this.bindingNavigatorMoveLastItem.Text = "Переместить в конец";
  387. //
  388. // bindingNavigatorSeparator2
  389. //
  390. this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
  391. this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
  392. //
  393. // userBindingNavigatorSaveItem
  394. //
  395. this.userBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  396. this.userBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("userBindingNavigatorSaveItem.Image")));
  397. this.userBindingNavigatorSaveItem.Name = "userBindingNavigatorSaveItem";
  398. this.userBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 22);
  399. this.userBindingNavigatorSaveItem.Text = "Сохранить данные";
  400. this.userBindingNavigatorSaveItem.Click += new System.EventHandler(this.userBindingNavigatorSaveItem_Click);
  401. //
  402. // button3
  403. //
  404. this.button3.Location = new System.Drawing.Point(12, 168);
  405. this.button3.Name = "button3";
  406. this.button3.Size = new System.Drawing.Size(180, 32);
  407. this.button3.TabIndex = 22;
  408. this.button3.Text = "Сохранить информацию";
  409. this.button3.UseVisualStyleBackColor = true;
  410. this.button3.Click += new System.EventHandler(this.button3_Click);
  411. //
  412. // button2
  413. //
  414. this.button2.Location = new System.Drawing.Point(12, 130);
  415. this.button2.Name = "button2";
  416. this.button2.Size = new System.Drawing.Size(180, 32);
  417. this.button2.TabIndex = 21;
  418. this.button2.Text = "Удалить";
  419. this.button2.UseVisualStyleBackColor = true;
  420. this.button2.Click += new System.EventHandler(this.button2_Click);
  421. //
  422. // button1
  423. //
  424. this.button1.Location = new System.Drawing.Point(12, 92);
  425. this.button1.Name = "button1";
  426. this.button1.Size = new System.Drawing.Size(180, 32);
  427. this.button1.TabIndex = 20;
  428. this.button1.Text = "Добавить ";
  429. this.button1.UseVisualStyleBackColor = true;
  430. this.button1.Click += new System.EventHandler(this.button1_Click);
  431. //
  432. // Добавление_пользователей
  433. //
  434. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  435. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  436. this.ClientSize = new System.Drawing.Size(808, 458);
  437. this.Controls.Add(this.userBindingNavigator);
  438. this.Controls.Add(this.panel1);
  439. this.Name = "Добавление_пользователей";
  440. this.Text = "Добавление_пользователей";
  441. this.Load += new System.EventHandler(this.Добавление_пользователей_Load);
  442. this.panel1.ResumeLayout(false);
  443. this.panel1.PerformLayout();
  444. ((System.ComponentModel.ISupportInitialize)(this.userBindingSource)).EndInit();
  445. ((System.ComponentModel.ISupportInitialize)(this.иС32ОсадчийDataSet)).EndInit();
  446. ((System.ComponentModel.ISupportInitialize)(this.roleBindingSource)).EndInit();
  447. ((System.ComponentModel.ISupportInitialize)(this.userBindingNavigator)).EndInit();
  448. this.userBindingNavigator.ResumeLayout(false);
  449. this.userBindingNavigator.PerformLayout();
  450. this.ResumeLayout(false);
  451. this.PerformLayout();
  452. }
  453. #endregion
  454. private System.Windows.Forms.Panel panel1;
  455. private System.Windows.Forms.Button button6;
  456. private ИС32ОсадчийDataSet иС32ОсадчийDataSet;
  457. private System.Windows.Forms.BindingSource userBindingSource;
  458. private ИС32ОсадчийDataSetTableAdapters.UserTableAdapter userTableAdapter;
  459. private ИС32ОсадчийDataSetTableAdapters.TableAdapterManager tableAdapterManager;
  460. private System.Windows.Forms.BindingNavigator userBindingNavigator;
  461. private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem;
  462. private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
  463. private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem;
  464. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
  465. private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
  466. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
  467. private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
  468. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
  469. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
  470. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
  471. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
  472. private System.Windows.Forms.ToolStripButton userBindingNavigatorSaveItem;
  473. private System.Windows.Forms.ComboBox comboBox1;
  474. private System.Windows.Forms.TextBox userPasswordTextBox;
  475. private System.Windows.Forms.TextBox userLoginTextBox;
  476. private System.Windows.Forms.TextBox userPatronymicTextBox;
  477. private System.Windows.Forms.TextBox userNameTextBox;
  478. private System.Windows.Forms.TextBox userSurnameTextBox;
  479. private System.Windows.Forms.TextBox userIDTextBox;
  480. private ИС32ОсадчийDataSetTableAdapters.RoleTableAdapter roleTableAdapter;
  481. private System.Windows.Forms.BindingSource roleBindingSource;
  482. private System.Windows.Forms.Button button3;
  483. private System.Windows.Forms.Button button2;
  484. private System.Windows.Forms.Button button1;
  485. }
  486. }