Service.Designer.cs 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526
  1. namespace Beauty
  2. {
  3. partial class Service
  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(Service));
  30. this.makhanovISP42DataSet = new Beauty.MakhanovISP42DataSet();
  31. this.serviceBindingSource = new System.Windows.Forms.BindingSource(this.components);
  32. this.serviceTableAdapter = new Beauty.MakhanovISP42DataSetTableAdapters.serviceTableAdapter();
  33. this.tableAdapterManager = new Beauty.MakhanovISP42DataSetTableAdapters.TableAdapterManager();
  34. this.serviceBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
  35. this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
  36. this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
  37. this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
  38. this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
  39. this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
  40. this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
  41. this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
  42. this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  43. this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
  44. this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
  45. this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  46. this.serviceBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
  47. this.serviceDataGridView = 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.maskedTextBox1 = new System.Windows.Forms.MaskedTextBox();
  54. this.maskedTextBox2 = new System.Windows.Forms.MaskedTextBox();
  55. this.maskedTextBox3 = new System.Windows.Forms.MaskedTextBox();
  56. this.maskedTextBox4 = new System.Windows.Forms.MaskedTextBox();
  57. this.label1 = new System.Windows.Forms.Label();
  58. this.label2 = new System.Windows.Forms.Label();
  59. this.label3 = new System.Windows.Forms.Label();
  60. this.label4 = new System.Windows.Forms.Label();
  61. this.maskedTextBox5 = new System.Windows.Forms.MaskedTextBox();
  62. this.label5 = new System.Windows.Forms.Label();
  63. this.button1 = new System.Windows.Forms.Button();
  64. this.button2 = new System.Windows.Forms.Button();
  65. this.button3 = new System.Windows.Forms.Button();
  66. this.button4 = new System.Windows.Forms.Button();
  67. this.button5 = new System.Windows.Forms.Button();
  68. this.button6 = new System.Windows.Forms.Button();
  69. this.button7 = new System.Windows.Forms.Button();
  70. this.button8 = new System.Windows.Forms.Button();
  71. ((System.ComponentModel.ISupportInitialize)(this.makhanovISP42DataSet)).BeginInit();
  72. ((System.ComponentModel.ISupportInitialize)(this.serviceBindingSource)).BeginInit();
  73. ((System.ComponentModel.ISupportInitialize)(this.serviceBindingNavigator)).BeginInit();
  74. this.serviceBindingNavigator.SuspendLayout();
  75. ((System.ComponentModel.ISupportInitialize)(this.serviceDataGridView)).BeginInit();
  76. this.SuspendLayout();
  77. //
  78. // makhanovISP42DataSet
  79. //
  80. this.makhanovISP42DataSet.DataSetName = "MakhanovISP42DataSet";
  81. this.makhanovISP42DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  82. //
  83. // serviceBindingSource
  84. //
  85. this.serviceBindingSource.DataMember = "service";
  86. this.serviceBindingSource.DataSource = this.makhanovISP42DataSet;
  87. //
  88. // serviceTableAdapter
  89. //
  90. this.serviceTableAdapter.ClearBeforeFill = true;
  91. //
  92. // tableAdapterManager
  93. //
  94. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  95. this.tableAdapterManager.clientTableAdapter = null;
  96. this.tableAdapterManager.serviceclientTableAdapter = null;
  97. this.tableAdapterManager.serviceTableAdapter = this.serviceTableAdapter;
  98. this.tableAdapterManager.UpdateOrder = Beauty.MakhanovISP42DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  99. //
  100. // serviceBindingNavigator
  101. //
  102. this.serviceBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
  103. this.serviceBindingNavigator.BindingSource = this.serviceBindingSource;
  104. this.serviceBindingNavigator.CountItem = this.bindingNavigatorCountItem;
  105. this.serviceBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
  106. this.serviceBindingNavigator.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
  107. this.serviceBindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  108. this.bindingNavigatorMoveFirstItem,
  109. this.bindingNavigatorMovePreviousItem,
  110. this.bindingNavigatorSeparator,
  111. this.bindingNavigatorPositionItem,
  112. this.bindingNavigatorCountItem,
  113. this.bindingNavigatorSeparator1,
  114. this.bindingNavigatorMoveNextItem,
  115. this.bindingNavigatorMoveLastItem,
  116. this.bindingNavigatorSeparator2,
  117. this.bindingNavigatorAddNewItem,
  118. this.bindingNavigatorDeleteItem,
  119. this.serviceBindingNavigatorSaveItem});
  120. this.serviceBindingNavigator.Location = new System.Drawing.Point(0, 0);
  121. this.serviceBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
  122. this.serviceBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
  123. this.serviceBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
  124. this.serviceBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
  125. this.serviceBindingNavigator.Name = "serviceBindingNavigator";
  126. this.serviceBindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
  127. this.serviceBindingNavigator.Size = new System.Drawing.Size(889, 25);
  128. this.serviceBindingNavigator.TabIndex = 0;
  129. this.serviceBindingNavigator.Text = "bindingNavigator1";
  130. this.serviceBindingNavigator.Visible = false;
  131. //
  132. // bindingNavigatorAddNewItem
  133. //
  134. this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  135. this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
  136. this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
  137. this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
  138. this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
  139. this.bindingNavigatorAddNewItem.Text = "Добавить";
  140. //
  141. // bindingNavigatorCountItem
  142. //
  143. this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
  144. this.bindingNavigatorCountItem.Size = new System.Drawing.Size(43, 22);
  145. this.bindingNavigatorCountItem.Text = "для {0}";
  146. this.bindingNavigatorCountItem.ToolTipText = "Общее число элементов";
  147. //
  148. // bindingNavigatorDeleteItem
  149. //
  150. this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  151. this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
  152. this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
  153. this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
  154. this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22);
  155. this.bindingNavigatorDeleteItem.Text = "Удалить";
  156. //
  157. // bindingNavigatorMoveFirstItem
  158. //
  159. this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  160. this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
  161. this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
  162. this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
  163. this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
  164. this.bindingNavigatorMoveFirstItem.Text = "Переместить в начало";
  165. //
  166. // bindingNavigatorMovePreviousItem
  167. //
  168. this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  169. this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
  170. this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
  171. this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
  172. this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
  173. this.bindingNavigatorMovePreviousItem.Text = "Переместить назад";
  174. //
  175. // bindingNavigatorSeparator
  176. //
  177. this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
  178. this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
  179. //
  180. // bindingNavigatorPositionItem
  181. //
  182. this.bindingNavigatorPositionItem.AccessibleName = "Положение";
  183. this.bindingNavigatorPositionItem.AutoSize = false;
  184. this.bindingNavigatorPositionItem.Font = new System.Drawing.Font("Segoe UI", 9F);
  185. this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
  186. this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23);
  187. this.bindingNavigatorPositionItem.Text = "0";
  188. this.bindingNavigatorPositionItem.ToolTipText = "Текущее положение";
  189. //
  190. // bindingNavigatorSeparator1
  191. //
  192. this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
  193. this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
  194. //
  195. // bindingNavigatorMoveNextItem
  196. //
  197. this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  198. this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
  199. this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
  200. this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
  201. this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
  202. this.bindingNavigatorMoveNextItem.Text = "Переместить вперед";
  203. //
  204. // bindingNavigatorMoveLastItem
  205. //
  206. this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  207. this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
  208. this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
  209. this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
  210. this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
  211. this.bindingNavigatorMoveLastItem.Text = "Переместить в конец";
  212. //
  213. // bindingNavigatorSeparator2
  214. //
  215. this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
  216. this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
  217. //
  218. // serviceBindingNavigatorSaveItem
  219. //
  220. this.serviceBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  221. this.serviceBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("serviceBindingNavigatorSaveItem.Image")));
  222. this.serviceBindingNavigatorSaveItem.Name = "serviceBindingNavigatorSaveItem";
  223. this.serviceBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 22);
  224. this.serviceBindingNavigatorSaveItem.Text = "Сохранить данные";
  225. this.serviceBindingNavigatorSaveItem.Click += new System.EventHandler(this.serviceBindingNavigatorSaveItem_Click);
  226. //
  227. // serviceDataGridView
  228. //
  229. this.serviceDataGridView.AllowUserToDeleteRows = false;
  230. this.serviceDataGridView.AutoGenerateColumns = false;
  231. this.serviceDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  232. this.serviceDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  233. this.dataGridViewTextBoxColumn1,
  234. this.dataGridViewTextBoxColumn2,
  235. this.dataGridViewTextBoxColumn3,
  236. this.dataGridViewTextBoxColumn4,
  237. this.dataGridViewTextBoxColumn5});
  238. this.serviceDataGridView.DataSource = this.serviceBindingSource;
  239. this.serviceDataGridView.Location = new System.Drawing.Point(12, 28);
  240. this.serviceDataGridView.Name = "serviceDataGridView";
  241. this.serviceDataGridView.Size = new System.Drawing.Size(557, 187);
  242. this.serviceDataGridView.TabIndex = 1;
  243. //
  244. // dataGridViewTextBoxColumn1
  245. //
  246. this.dataGridViewTextBoxColumn1.DataPropertyName = "Наименование_услуги";
  247. this.dataGridViewTextBoxColumn1.HeaderText = "Наименование_услуги";
  248. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  249. //
  250. // dataGridViewTextBoxColumn2
  251. //
  252. this.dataGridViewTextBoxColumn2.DataPropertyName = "Главное_изображение";
  253. this.dataGridViewTextBoxColumn2.HeaderText = "Главное_изображение";
  254. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  255. //
  256. // dataGridViewTextBoxColumn3
  257. //
  258. this.dataGridViewTextBoxColumn3.DataPropertyName = "Длительность";
  259. this.dataGridViewTextBoxColumn3.HeaderText = "Длительность";
  260. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  261. //
  262. // dataGridViewTextBoxColumn4
  263. //
  264. this.dataGridViewTextBoxColumn4.DataPropertyName = "Стоимость";
  265. this.dataGridViewTextBoxColumn4.HeaderText = "Стоимость";
  266. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  267. //
  268. // dataGridViewTextBoxColumn5
  269. //
  270. this.dataGridViewTextBoxColumn5.DataPropertyName = "Действующая_скидка";
  271. this.dataGridViewTextBoxColumn5.HeaderText = "Действующая_скидка";
  272. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  273. //
  274. // maskedTextBox1
  275. //
  276. this.maskedTextBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.serviceBindingSource, "Наименование_услуги", true));
  277. this.maskedTextBox1.Location = new System.Drawing.Point(12, 222);
  278. this.maskedTextBox1.Name = "maskedTextBox1";
  279. this.maskedTextBox1.Size = new System.Drawing.Size(360, 20);
  280. this.maskedTextBox1.TabIndex = 2;
  281. //
  282. // maskedTextBox2
  283. //
  284. this.maskedTextBox2.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.serviceBindingSource, "Главное_изображение", true));
  285. this.maskedTextBox2.Location = new System.Drawing.Point(12, 248);
  286. this.maskedTextBox2.Mask = "Услуги салона красоты\\\\.png";
  287. this.maskedTextBox2.Name = "maskedTextBox2";
  288. this.maskedTextBox2.Size = new System.Drawing.Size(360, 20);
  289. this.maskedTextBox2.TabIndex = 3;
  290. //
  291. // maskedTextBox3
  292. //
  293. this.maskedTextBox3.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.serviceBindingSource, "Длительность", true));
  294. this.maskedTextBox3.Location = new System.Drawing.Point(12, 274);
  295. this.maskedTextBox3.Name = "maskedTextBox3";
  296. this.maskedTextBox3.Size = new System.Drawing.Size(360, 20);
  297. this.maskedTextBox3.TabIndex = 4;
  298. //
  299. // maskedTextBox4
  300. //
  301. this.maskedTextBox4.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.serviceBindingSource, "Стоимость", true));
  302. this.maskedTextBox4.Location = new System.Drawing.Point(12, 300);
  303. this.maskedTextBox4.Name = "maskedTextBox4";
  304. this.maskedTextBox4.Size = new System.Drawing.Size(360, 20);
  305. this.maskedTextBox4.TabIndex = 5;
  306. //
  307. // label1
  308. //
  309. this.label1.AutoSize = true;
  310. this.label1.Location = new System.Drawing.Point(378, 225);
  311. this.label1.Name = "label1";
  312. this.label1.Size = new System.Drawing.Size(119, 13);
  313. this.label1.TabIndex = 6;
  314. this.label1.Text = "Наименование услуги";
  315. //
  316. // label2
  317. //
  318. this.label2.AutoSize = true;
  319. this.label2.Location = new System.Drawing.Point(378, 251);
  320. this.label2.Name = "label2";
  321. this.label2.Size = new System.Drawing.Size(77, 13);
  322. this.label2.TabIndex = 7;
  323. this.label2.Text = "Изображение";
  324. //
  325. // label3
  326. //
  327. this.label3.AutoSize = true;
  328. this.label3.Location = new System.Drawing.Point(378, 277);
  329. this.label3.Name = "label3";
  330. this.label3.Size = new System.Drawing.Size(112, 13);
  331. this.label3.TabIndex = 8;
  332. this.label3.Text = "Длительность (мин.)";
  333. //
  334. // label4
  335. //
  336. this.label4.AutoSize = true;
  337. this.label4.Location = new System.Drawing.Point(378, 303);
  338. this.label4.Name = "label4";
  339. this.label4.Size = new System.Drawing.Size(91, 13);
  340. this.label4.TabIndex = 9;
  341. this.label4.Text = "Стоимость (руб.)";
  342. //
  343. // maskedTextBox5
  344. //
  345. this.maskedTextBox5.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.serviceBindingSource, "Действующая_скидка", true));
  346. this.maskedTextBox5.Location = new System.Drawing.Point(12, 326);
  347. this.maskedTextBox5.Name = "maskedTextBox5";
  348. this.maskedTextBox5.Size = new System.Drawing.Size(360, 20);
  349. this.maskedTextBox5.TabIndex = 10;
  350. //
  351. // label5
  352. //
  353. this.label5.AutoSize = true;
  354. this.label5.Location = new System.Drawing.Point(378, 329);
  355. this.label5.Name = "label5";
  356. this.label5.Size = new System.Drawing.Size(89, 13);
  357. this.label5.TabIndex = 11;
  358. this.label5.Text = "Скидка (% / нет)";
  359. //
  360. // button1
  361. //
  362. this.button1.Location = new System.Drawing.Point(585, 29);
  363. this.button1.Name = "button1";
  364. this.button1.Size = new System.Drawing.Size(75, 23);
  365. this.button1.TabIndex = 12;
  366. this.button1.Text = "Добавить";
  367. this.button1.UseVisualStyleBackColor = true;
  368. this.button1.Click += new System.EventHandler(this.button1_Click);
  369. //
  370. // button2
  371. //
  372. this.button2.Location = new System.Drawing.Point(667, 28);
  373. this.button2.Name = "button2";
  374. this.button2.Size = new System.Drawing.Size(75, 23);
  375. this.button2.TabIndex = 13;
  376. this.button2.Text = "Сохранить";
  377. this.button2.UseVisualStyleBackColor = true;
  378. this.button2.Click += new System.EventHandler(this.button2_Click);
  379. //
  380. // button3
  381. //
  382. this.button3.Location = new System.Drawing.Point(585, 70);
  383. this.button3.Name = "button3";
  384. this.button3.Size = new System.Drawing.Size(75, 23);
  385. this.button3.TabIndex = 14;
  386. this.button3.Text = "Удалить";
  387. this.button3.UseVisualStyleBackColor = true;
  388. this.button3.Click += new System.EventHandler(this.button3_Click);
  389. //
  390. // button4
  391. //
  392. this.button4.Location = new System.Drawing.Point(585, 134);
  393. this.button4.Name = "button4";
  394. this.button4.Size = new System.Drawing.Size(75, 23);
  395. this.button4.TabIndex = 15;
  396. this.button4.Text = "Первая";
  397. this.button4.UseVisualStyleBackColor = true;
  398. this.button4.Click += new System.EventHandler(this.button4_Click);
  399. //
  400. // button5
  401. //
  402. this.button5.Location = new System.Drawing.Point(667, 134);
  403. this.button5.Name = "button5";
  404. this.button5.Size = new System.Drawing.Size(75, 23);
  405. this.button5.TabIndex = 16;
  406. this.button5.Text = "Последняя";
  407. this.button5.UseVisualStyleBackColor = true;
  408. this.button5.Click += new System.EventHandler(this.button5_Click);
  409. //
  410. // button6
  411. //
  412. this.button6.Location = new System.Drawing.Point(585, 192);
  413. this.button6.Name = "button6";
  414. this.button6.Size = new System.Drawing.Size(75, 23);
  415. this.button6.TabIndex = 17;
  416. this.button6.Text = "Вперед";
  417. this.button6.UseVisualStyleBackColor = true;
  418. this.button6.Click += new System.EventHandler(this.button6_Click);
  419. //
  420. // button7
  421. //
  422. this.button7.Location = new System.Drawing.Point(667, 192);
  423. this.button7.Name = "button7";
  424. this.button7.Size = new System.Drawing.Size(75, 23);
  425. this.button7.TabIndex = 18;
  426. this.button7.Text = "Назад";
  427. this.button7.UseVisualStyleBackColor = true;
  428. this.button7.Click += new System.EventHandler(this.button7_Click);
  429. //
  430. // button8
  431. //
  432. this.button8.Location = new System.Drawing.Point(671, 336);
  433. this.button8.Name = "button8";
  434. this.button8.Size = new System.Drawing.Size(75, 23);
  435. this.button8.TabIndex = 19;
  436. this.button8.Text = "Закрыть";
  437. this.button8.UseVisualStyleBackColor = true;
  438. this.button8.Click += new System.EventHandler(this.button8_Click);
  439. //
  440. // Service
  441. //
  442. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  443. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  444. this.ClientSize = new System.Drawing.Size(758, 371);
  445. this.Controls.Add(this.button8);
  446. this.Controls.Add(this.button7);
  447. this.Controls.Add(this.button6);
  448. this.Controls.Add(this.button5);
  449. this.Controls.Add(this.button4);
  450. this.Controls.Add(this.button3);
  451. this.Controls.Add(this.button2);
  452. this.Controls.Add(this.button1);
  453. this.Controls.Add(this.label5);
  454. this.Controls.Add(this.maskedTextBox5);
  455. this.Controls.Add(this.label4);
  456. this.Controls.Add(this.label3);
  457. this.Controls.Add(this.label2);
  458. this.Controls.Add(this.label1);
  459. this.Controls.Add(this.maskedTextBox4);
  460. this.Controls.Add(this.maskedTextBox3);
  461. this.Controls.Add(this.maskedTextBox2);
  462. this.Controls.Add(this.maskedTextBox1);
  463. this.Controls.Add(this.serviceDataGridView);
  464. this.Controls.Add(this.serviceBindingNavigator);
  465. this.Name = "Service";
  466. this.Text = "Услуги";
  467. this.Load += new System.EventHandler(this.Service_Load);
  468. ((System.ComponentModel.ISupportInitialize)(this.makhanovISP42DataSet)).EndInit();
  469. ((System.ComponentModel.ISupportInitialize)(this.serviceBindingSource)).EndInit();
  470. ((System.ComponentModel.ISupportInitialize)(this.serviceBindingNavigator)).EndInit();
  471. this.serviceBindingNavigator.ResumeLayout(false);
  472. this.serviceBindingNavigator.PerformLayout();
  473. ((System.ComponentModel.ISupportInitialize)(this.serviceDataGridView)).EndInit();
  474. this.ResumeLayout(false);
  475. this.PerformLayout();
  476. }
  477. #endregion
  478. private MakhanovISP42DataSet makhanovISP42DataSet;
  479. private System.Windows.Forms.BindingSource serviceBindingSource;
  480. private MakhanovISP42DataSetTableAdapters.serviceTableAdapter serviceTableAdapter;
  481. private MakhanovISP42DataSetTableAdapters.TableAdapterManager tableAdapterManager;
  482. private System.Windows.Forms.BindingNavigator serviceBindingNavigator;
  483. private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem;
  484. private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
  485. private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem;
  486. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
  487. private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
  488. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
  489. private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
  490. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
  491. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
  492. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
  493. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
  494. private System.Windows.Forms.ToolStripButton serviceBindingNavigatorSaveItem;
  495. private System.Windows.Forms.DataGridView serviceDataGridView;
  496. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  497. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  498. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  499. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  500. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  501. private System.Windows.Forms.MaskedTextBox maskedTextBox1;
  502. private System.Windows.Forms.MaskedTextBox maskedTextBox2;
  503. private System.Windows.Forms.MaskedTextBox maskedTextBox3;
  504. private System.Windows.Forms.MaskedTextBox maskedTextBox4;
  505. private System.Windows.Forms.Label label1;
  506. private System.Windows.Forms.Label label2;
  507. private System.Windows.Forms.Label label3;
  508. private System.Windows.Forms.Label label4;
  509. private System.Windows.Forms.MaskedTextBox maskedTextBox5;
  510. private System.Windows.Forms.Label label5;
  511. private System.Windows.Forms.Button button1;
  512. private System.Windows.Forms.Button button2;
  513. private System.Windows.Forms.Button button3;
  514. private System.Windows.Forms.Button button4;
  515. private System.Windows.Forms.Button button5;
  516. private System.Windows.Forms.Button button6;
  517. private System.Windows.Forms.Button button7;
  518. private System.Windows.Forms.Button button8;
  519. }
  520. }