Client.Designer.cs 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435
  1. namespace Beauty
  2. {
  3. partial class Client
  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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Client));
  30. this.makhanovISP42DataSet = new Beauty.MakhanovISP42DataSet();
  31. this.clientBindingSource = new System.Windows.Forms.BindingSource(this.components);
  32. this.clientTableAdapter = new Beauty.MakhanovISP42DataSetTableAdapters.clientTableAdapter();
  33. this.tableAdapterManager = new Beauty.MakhanovISP42DataSetTableAdapters.TableAdapterManager();
  34. this.clientBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
  35. this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
  36. this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
  37. this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
  38. this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
  39. this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
  40. this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  41. this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
  42. this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
  43. this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  44. this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
  45. this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
  46. this.clientBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
  47. this.clientDataGridView = new System.Windows.Forms.DataGridView();
  48. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.button7 = new System.Windows.Forms.Button();
  57. this.button6 = new System.Windows.Forms.Button();
  58. this.button5 = new System.Windows.Forms.Button();
  59. this.button4 = new System.Windows.Forms.Button();
  60. this.button3 = new System.Windows.Forms.Button();
  61. this.button2 = new System.Windows.Forms.Button();
  62. this.button1 = new System.Windows.Forms.Button();
  63. this.button8 = new System.Windows.Forms.Button();
  64. ((System.ComponentModel.ISupportInitialize)(this.makhanovISP42DataSet)).BeginInit();
  65. ((System.ComponentModel.ISupportInitialize)(this.clientBindingSource)).BeginInit();
  66. ((System.ComponentModel.ISupportInitialize)(this.clientBindingNavigator)).BeginInit();
  67. this.clientBindingNavigator.SuspendLayout();
  68. ((System.ComponentModel.ISupportInitialize)(this.clientDataGridView)).BeginInit();
  69. this.SuspendLayout();
  70. //
  71. // makhanovISP42DataSet
  72. //
  73. this.makhanovISP42DataSet.DataSetName = "MakhanovISP42DataSet";
  74. this.makhanovISP42DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  75. //
  76. // clientBindingSource
  77. //
  78. this.clientBindingSource.DataMember = "client";
  79. this.clientBindingSource.DataSource = this.makhanovISP42DataSet;
  80. //
  81. // clientTableAdapter
  82. //
  83. this.clientTableAdapter.ClearBeforeFill = true;
  84. //
  85. // tableAdapterManager
  86. //
  87. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  88. this.tableAdapterManager.clientTableAdapter = this.clientTableAdapter;
  89. this.tableAdapterManager.serviceclientTableAdapter = null;
  90. this.tableAdapterManager.serviceTableAdapter = null;
  91. this.tableAdapterManager.UpdateOrder = Beauty.MakhanovISP42DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  92. //
  93. // clientBindingNavigator
  94. //
  95. this.clientBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
  96. this.clientBindingNavigator.BindingSource = this.clientBindingSource;
  97. this.clientBindingNavigator.CountItem = this.bindingNavigatorCountItem;
  98. this.clientBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
  99. this.clientBindingNavigator.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
  100. this.clientBindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  101. this.bindingNavigatorMoveFirstItem,
  102. this.bindingNavigatorMovePreviousItem,
  103. this.bindingNavigatorSeparator,
  104. this.bindingNavigatorPositionItem,
  105. this.bindingNavigatorCountItem,
  106. this.bindingNavigatorSeparator1,
  107. this.bindingNavigatorMoveNextItem,
  108. this.bindingNavigatorMoveLastItem,
  109. this.bindingNavigatorSeparator2,
  110. this.bindingNavigatorAddNewItem,
  111. this.bindingNavigatorDeleteItem,
  112. this.clientBindingNavigatorSaveItem});
  113. this.clientBindingNavigator.Location = new System.Drawing.Point(0, 0);
  114. this.clientBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
  115. this.clientBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
  116. this.clientBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
  117. this.clientBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
  118. this.clientBindingNavigator.Name = "clientBindingNavigator";
  119. this.clientBindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
  120. this.clientBindingNavigator.Size = new System.Drawing.Size(1036, 25);
  121. this.clientBindingNavigator.TabIndex = 0;
  122. this.clientBindingNavigator.Text = "bindingNavigator1";
  123. this.clientBindingNavigator.Visible = false;
  124. //
  125. // bindingNavigatorMoveFirstItem
  126. //
  127. this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  128. this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
  129. this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
  130. this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
  131. this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
  132. this.bindingNavigatorMoveFirstItem.Text = "Переместить в начало";
  133. //
  134. // bindingNavigatorMovePreviousItem
  135. //
  136. this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  137. this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
  138. this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
  139. this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
  140. this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
  141. this.bindingNavigatorMovePreviousItem.Text = "Переместить назад";
  142. //
  143. // bindingNavigatorSeparator
  144. //
  145. this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
  146. this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
  147. //
  148. // bindingNavigatorPositionItem
  149. //
  150. this.bindingNavigatorPositionItem.AccessibleName = "Положение";
  151. this.bindingNavigatorPositionItem.AutoSize = false;
  152. this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
  153. this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23);
  154. this.bindingNavigatorPositionItem.Text = "0";
  155. this.bindingNavigatorPositionItem.ToolTipText = "Текущее положение";
  156. //
  157. // bindingNavigatorCountItem
  158. //
  159. this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
  160. this.bindingNavigatorCountItem.Size = new System.Drawing.Size(43, 15);
  161. this.bindingNavigatorCountItem.Text = "для {0}";
  162. this.bindingNavigatorCountItem.ToolTipText = "Общее число элементов";
  163. //
  164. // bindingNavigatorSeparator1
  165. //
  166. this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator";
  167. this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 6);
  168. //
  169. // bindingNavigatorMoveNextItem
  170. //
  171. this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  172. this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
  173. this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
  174. this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
  175. this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 20);
  176. this.bindingNavigatorMoveNextItem.Text = "Переместить вперед";
  177. //
  178. // bindingNavigatorMoveLastItem
  179. //
  180. this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  181. this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
  182. this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
  183. this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
  184. this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 20);
  185. this.bindingNavigatorMoveLastItem.Text = "Переместить в конец";
  186. //
  187. // bindingNavigatorSeparator2
  188. //
  189. this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator";
  190. this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 6);
  191. //
  192. // bindingNavigatorAddNewItem
  193. //
  194. this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  195. this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
  196. this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
  197. this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
  198. this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
  199. this.bindingNavigatorAddNewItem.Text = "Добавить";
  200. //
  201. // bindingNavigatorDeleteItem
  202. //
  203. this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  204. this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
  205. this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
  206. this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
  207. this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 20);
  208. this.bindingNavigatorDeleteItem.Text = "Удалить";
  209. //
  210. // clientBindingNavigatorSaveItem
  211. //
  212. this.clientBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  213. this.clientBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("clientBindingNavigatorSaveItem.Image")));
  214. this.clientBindingNavigatorSaveItem.Name = "clientBindingNavigatorSaveItem";
  215. this.clientBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 23);
  216. this.clientBindingNavigatorSaveItem.Text = "Сохранить данные";
  217. this.clientBindingNavigatorSaveItem.Click += new System.EventHandler(this.clientBindingNavigatorSaveItem_Click);
  218. //
  219. // clientDataGridView
  220. //
  221. this.clientDataGridView.AutoGenerateColumns = false;
  222. this.clientDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  223. this.clientDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  224. this.dataGridViewTextBoxColumn1,
  225. this.dataGridViewTextBoxColumn2,
  226. this.dataGridViewTextBoxColumn3,
  227. this.dataGridViewTextBoxColumn4,
  228. this.dataGridViewTextBoxColumn5,
  229. this.dataGridViewTextBoxColumn6,
  230. this.dataGridViewTextBoxColumn7,
  231. this.dataGridViewTextBoxColumn8});
  232. this.clientDataGridView.DataSource = this.clientBindingSource;
  233. this.clientDataGridView.Location = new System.Drawing.Point(12, 40);
  234. this.clientDataGridView.Name = "clientDataGridView";
  235. this.clientDataGridView.Size = new System.Drawing.Size(852, 220);
  236. this.clientDataGridView.TabIndex = 1;
  237. //
  238. // dataGridViewTextBoxColumn1
  239. //
  240. this.dataGridViewTextBoxColumn1.DataPropertyName = "Фамилия";
  241. this.dataGridViewTextBoxColumn1.HeaderText = "Фамилия";
  242. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  243. //
  244. // dataGridViewTextBoxColumn2
  245. //
  246. this.dataGridViewTextBoxColumn2.DataPropertyName = "Имя";
  247. this.dataGridViewTextBoxColumn2.HeaderText = "Имя";
  248. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  249. //
  250. // dataGridViewTextBoxColumn3
  251. //
  252. this.dataGridViewTextBoxColumn3.DataPropertyName = "Отчество";
  253. this.dataGridViewTextBoxColumn3.HeaderText = "Отчество";
  254. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  255. //
  256. // dataGridViewTextBoxColumn4
  257. //
  258. this.dataGridViewTextBoxColumn4.DataPropertyName = "Пол";
  259. this.dataGridViewTextBoxColumn4.HeaderText = "Пол";
  260. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  261. //
  262. // dataGridViewTextBoxColumn5
  263. //
  264. this.dataGridViewTextBoxColumn5.DataPropertyName = "Телефон";
  265. this.dataGridViewTextBoxColumn5.HeaderText = "Телефон";
  266. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  267. //
  268. // dataGridViewTextBoxColumn6
  269. //
  270. this.dataGridViewTextBoxColumn6.DataPropertyName = "Дата_рождения";
  271. this.dataGridViewTextBoxColumn6.HeaderText = "Дата_рождения";
  272. this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
  273. //
  274. // dataGridViewTextBoxColumn7
  275. //
  276. this.dataGridViewTextBoxColumn7.DataPropertyName = "Email";
  277. this.dataGridViewTextBoxColumn7.HeaderText = "Email";
  278. this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
  279. //
  280. // dataGridViewTextBoxColumn8
  281. //
  282. this.dataGridViewTextBoxColumn8.DataPropertyName = "Дата_регистрации";
  283. this.dataGridViewTextBoxColumn8.HeaderText = "Дата_регистрации";
  284. this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
  285. //
  286. // button7
  287. //
  288. this.button7.Location = new System.Drawing.Point(658, 266);
  289. this.button7.Name = "button7";
  290. this.button7.Size = new System.Drawing.Size(75, 23);
  291. this.button7.TabIndex = 25;
  292. this.button7.Text = "Назад";
  293. this.button7.UseVisualStyleBackColor = true;
  294. this.button7.Click += new System.EventHandler(this.button7_Click);
  295. //
  296. // button6
  297. //
  298. this.button6.Location = new System.Drawing.Point(563, 266);
  299. this.button6.Name = "button6";
  300. this.button6.Size = new System.Drawing.Size(75, 23);
  301. this.button6.TabIndex = 24;
  302. this.button6.Text = "Вперед";
  303. this.button6.UseVisualStyleBackColor = true;
  304. this.button6.Click += new System.EventHandler(this.button6_Click);
  305. //
  306. // button5
  307. //
  308. this.button5.Location = new System.Drawing.Point(402, 266);
  309. this.button5.Name = "button5";
  310. this.button5.Size = new System.Drawing.Size(75, 23);
  311. this.button5.TabIndex = 23;
  312. this.button5.Text = "Последняя";
  313. this.button5.UseVisualStyleBackColor = true;
  314. this.button5.Click += new System.EventHandler(this.button5_Click);
  315. //
  316. // button4
  317. //
  318. this.button4.Location = new System.Drawing.Point(321, 266);
  319. this.button4.Name = "button4";
  320. this.button4.Size = new System.Drawing.Size(75, 23);
  321. this.button4.TabIndex = 22;
  322. this.button4.Text = "Первая";
  323. this.button4.UseVisualStyleBackColor = true;
  324. this.button4.Click += new System.EventHandler(this.button4_Click);
  325. //
  326. // button3
  327. //
  328. this.button3.Location = new System.Drawing.Point(175, 266);
  329. this.button3.Name = "button3";
  330. this.button3.Size = new System.Drawing.Size(75, 23);
  331. this.button3.TabIndex = 21;
  332. this.button3.Text = "Удалить";
  333. this.button3.UseVisualStyleBackColor = true;
  334. this.button3.Click += new System.EventHandler(this.button3_Click);
  335. //
  336. // button2
  337. //
  338. this.button2.Location = new System.Drawing.Point(94, 265);
  339. this.button2.Name = "button2";
  340. this.button2.Size = new System.Drawing.Size(75, 23);
  341. this.button2.TabIndex = 20;
  342. this.button2.Text = "Сохранить";
  343. this.button2.UseVisualStyleBackColor = true;
  344. this.button2.Click += new System.EventHandler(this.button2_Click);
  345. //
  346. // button1
  347. //
  348. this.button1.Location = new System.Drawing.Point(12, 266);
  349. this.button1.Name = "button1";
  350. this.button1.Size = new System.Drawing.Size(75, 23);
  351. this.button1.TabIndex = 19;
  352. this.button1.Text = "Добавить";
  353. this.button1.UseVisualStyleBackColor = true;
  354. this.button1.Click += new System.EventHandler(this.button1_Click);
  355. //
  356. // button8
  357. //
  358. this.button8.Location = new System.Drawing.Point(788, 265);
  359. this.button8.Name = "button8";
  360. this.button8.Size = new System.Drawing.Size(75, 23);
  361. this.button8.TabIndex = 26;
  362. this.button8.Text = "Закрыть";
  363. this.button8.UseVisualStyleBackColor = true;
  364. this.button8.Click += new System.EventHandler(this.button8_Click);
  365. //
  366. // Client
  367. //
  368. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  369. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  370. this.ClientSize = new System.Drawing.Size(881, 340);
  371. this.Controls.Add(this.button8);
  372. this.Controls.Add(this.button7);
  373. this.Controls.Add(this.button6);
  374. this.Controls.Add(this.button5);
  375. this.Controls.Add(this.button4);
  376. this.Controls.Add(this.button3);
  377. this.Controls.Add(this.button2);
  378. this.Controls.Add(this.button1);
  379. this.Controls.Add(this.clientDataGridView);
  380. this.Controls.Add(this.clientBindingNavigator);
  381. this.Name = "Client";
  382. this.Text = "Клиенты";
  383. this.Load += new System.EventHandler(this.Client_Load);
  384. ((System.ComponentModel.ISupportInitialize)(this.makhanovISP42DataSet)).EndInit();
  385. ((System.ComponentModel.ISupportInitialize)(this.clientBindingSource)).EndInit();
  386. ((System.ComponentModel.ISupportInitialize)(this.clientBindingNavigator)).EndInit();
  387. this.clientBindingNavigator.ResumeLayout(false);
  388. this.clientBindingNavigator.PerformLayout();
  389. ((System.ComponentModel.ISupportInitialize)(this.clientDataGridView)).EndInit();
  390. this.ResumeLayout(false);
  391. this.PerformLayout();
  392. }
  393. #endregion
  394. private MakhanovISP42DataSet makhanovISP42DataSet;
  395. private System.Windows.Forms.BindingSource clientBindingSource;
  396. private MakhanovISP42DataSetTableAdapters.clientTableAdapter clientTableAdapter;
  397. private MakhanovISP42DataSetTableAdapters.TableAdapterManager tableAdapterManager;
  398. private System.Windows.Forms.BindingNavigator clientBindingNavigator;
  399. private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem;
  400. private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
  401. private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem;
  402. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
  403. private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
  404. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
  405. private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
  406. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
  407. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
  408. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
  409. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
  410. private System.Windows.Forms.ToolStripButton clientBindingNavigatorSaveItem;
  411. private System.Windows.Forms.DataGridView clientDataGridView;
  412. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  413. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  414. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  415. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  416. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  417. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
  418. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
  419. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
  420. private System.Windows.Forms.Button button7;
  421. private System.Windows.Forms.Button button6;
  422. private System.Windows.Forms.Button button5;
  423. private System.Windows.Forms.Button button4;
  424. private System.Windows.Forms.Button button3;
  425. private System.Windows.Forms.Button button2;
  426. private System.Windows.Forms.Button button1;
  427. private System.Windows.Forms.Button button8;
  428. }
  429. }