ajhvf.Designer.cs 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591
  1. namespace BB_Romanovskaya
  2. {
  3. partial class ajhvf
  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 наименование_услугиLabel;
  30. System.Windows.Forms.Label главное_изображениеLabel;
  31. System.Windows.Forms.Label длительностьLabel;
  32. System.Windows.Forms.Label стоимостьLabel;
  33. System.Windows.Forms.Label действующая_скидкаLabel;
  34. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ajhvf));
  35. this.panel1 = new System.Windows.Forms.Panel();
  36. this.label1 = new System.Windows.Forms.Label();
  37. this.bB_RomanovskayaDataSet = new BB_Romanovskaya.BB_RomanovskayaDataSet();
  38. this.service_b_importBindingSource = new System.Windows.Forms.BindingSource(this.components);
  39. this.service_b_importTableAdapter = new BB_Romanovskaya.BB_RomanovskayaDataSetTableAdapters.service_b_importTableAdapter();
  40. this.tableAdapterManager = new BB_Romanovskaya.BB_RomanovskayaDataSetTableAdapters.TableAdapterManager();
  41. this.service_b_importBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
  42. this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
  43. this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
  44. this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
  45. this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  46. this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  47. this.наименование_услугиTextBox = new System.Windows.Forms.TextBox();
  48. this.главное_изображениеTextBox = new System.Windows.Forms.TextBox();
  49. this.длительностьTextBox = new System.Windows.Forms.TextBox();
  50. this.стоимостьTextBox = new System.Windows.Forms.TextBox();
  51. this.действующая_скидкаTextBox = new System.Windows.Forms.TextBox();
  52. this.service_b_importDataGridView = new System.Windows.Forms.DataGridView();
  53. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.button1 = new System.Windows.Forms.Button();
  59. this.button2 = new System.Windows.Forms.Button();
  60. this.button3 = new System.Windows.Forms.Button();
  61. this.pictureBox5 = new System.Windows.Forms.PictureBox();
  62. this.pictureBox4 = new System.Windows.Forms.PictureBox();
  63. this.pictureBox3 = new System.Windows.Forms.PictureBox();
  64. this.pictureBox2 = new System.Windows.Forms.PictureBox();
  65. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  66. this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
  67. this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
  68. this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
  69. this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
  70. this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
  71. this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
  72. this.service_b_importBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
  73. this.button4 = new System.Windows.Forms.Button();
  74. наименование_услугиLabel = new System.Windows.Forms.Label();
  75. главное_изображениеLabel = new System.Windows.Forms.Label();
  76. длительностьLabel = new System.Windows.Forms.Label();
  77. стоимостьLabel = new System.Windows.Forms.Label();
  78. действующая_скидкаLabel = new System.Windows.Forms.Label();
  79. this.panel1.SuspendLayout();
  80. ((System.ComponentModel.ISupportInitialize)(this.bB_RomanovskayaDataSet)).BeginInit();
  81. ((System.ComponentModel.ISupportInitialize)(this.service_b_importBindingSource)).BeginInit();
  82. ((System.ComponentModel.ISupportInitialize)(this.service_b_importBindingNavigator)).BeginInit();
  83. this.service_b_importBindingNavigator.SuspendLayout();
  84. ((System.ComponentModel.ISupportInitialize)(this.service_b_importDataGridView)).BeginInit();
  85. ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
  86. ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
  87. ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
  88. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
  89. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  90. this.SuspendLayout();
  91. //
  92. // panel1
  93. //
  94. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
  95. this.panel1.Controls.Add(this.label1);
  96. this.panel1.Location = new System.Drawing.Point(0, 1);
  97. this.panel1.Name = "panel1";
  98. this.panel1.Size = new System.Drawing.Size(798, 100);
  99. this.panel1.TabIndex = 0;
  100. //
  101. // label1
  102. //
  103. this.label1.AutoSize = true;
  104. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  105. this.label1.Location = new System.Drawing.Point(298, 27);
  106. this.label1.Name = "label1";
  107. this.label1.Size = new System.Drawing.Size(176, 29);
  108. this.label1.TabIndex = 0;
  109. this.label1.Text = "Список услуг";
  110. //
  111. // bB_RomanovskayaDataSet
  112. //
  113. this.bB_RomanovskayaDataSet.DataSetName = "BB_RomanovskayaDataSet";
  114. this.bB_RomanovskayaDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  115. //
  116. // service_b_importBindingSource
  117. //
  118. this.service_b_importBindingSource.DataMember = "service_b_import";
  119. this.service_b_importBindingSource.DataSource = this.bB_RomanovskayaDataSet;
  120. //
  121. // service_b_importTableAdapter
  122. //
  123. this.service_b_importTableAdapter.ClearBeforeFill = true;
  124. //
  125. // tableAdapterManager
  126. //
  127. this.tableAdapterManager.AdminTableAdapter = null;
  128. this.tableAdapterManager.AttachedProductTableAdapter = null;
  129. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  130. this.tableAdapterManager.client2TableAdapter = null;
  131. this.tableAdapterManager.ClientServiceTableAdapter = null;
  132. this.tableAdapterManager.ClientTableAdapter = null;
  133. this.tableAdapterManager.DocumentByServiceTableAdapter = null;
  134. this.tableAdapterManager.GenderTableAdapter = null;
  135. this.tableAdapterManager.ManufacturerTableAdapter = null;
  136. this.tableAdapterManager.ProductPhotoTableAdapter = null;
  137. this.tableAdapterManager.ProductSaleTableAdapter = null;
  138. this.tableAdapterManager.ProductTableAdapter = null;
  139. this.tableAdapterManager.service_b_importTableAdapter = this.service_b_importTableAdapter;
  140. this.tableAdapterManager.ServicePhotoTableAdapter = null;
  141. this.tableAdapterManager.ServiceTableAdapter = null;
  142. this.tableAdapterManager.TagOfClientTableAdapter = null;
  143. this.tableAdapterManager.TagTableAdapter = null;
  144. this.tableAdapterManager.UpdateOrder = BB_Romanovskaya.BB_RomanovskayaDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  145. this.tableAdapterManager.uslugiTableAdapter = null;
  146. //
  147. // service_b_importBindingNavigator
  148. //
  149. this.service_b_importBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
  150. this.service_b_importBindingNavigator.BindingSource = this.service_b_importBindingSource;
  151. this.service_b_importBindingNavigator.CountItem = this.bindingNavigatorCountItem;
  152. this.service_b_importBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
  153. this.service_b_importBindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  154. this.bindingNavigatorMoveFirstItem,
  155. this.bindingNavigatorMovePreviousItem,
  156. this.bindingNavigatorSeparator,
  157. this.bindingNavigatorPositionItem,
  158. this.bindingNavigatorCountItem,
  159. this.bindingNavigatorSeparator1,
  160. this.bindingNavigatorMoveNextItem,
  161. this.bindingNavigatorMoveLastItem,
  162. this.bindingNavigatorSeparator2,
  163. this.bindingNavigatorAddNewItem,
  164. this.bindingNavigatorDeleteItem,
  165. this.service_b_importBindingNavigatorSaveItem});
  166. this.service_b_importBindingNavigator.Location = new System.Drawing.Point(0, 0);
  167. this.service_b_importBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
  168. this.service_b_importBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
  169. this.service_b_importBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
  170. this.service_b_importBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
  171. this.service_b_importBindingNavigator.Name = "service_b_importBindingNavigator";
  172. this.service_b_importBindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
  173. this.service_b_importBindingNavigator.Size = new System.Drawing.Size(818, 25);
  174. this.service_b_importBindingNavigator.TabIndex = 1;
  175. this.service_b_importBindingNavigator.Text = "bindingNavigator1";
  176. //
  177. // bindingNavigatorSeparator
  178. //
  179. this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
  180. this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
  181. //
  182. // bindingNavigatorPositionItem
  183. //
  184. this.bindingNavigatorPositionItem.AccessibleName = "Положение";
  185. this.bindingNavigatorPositionItem.AutoSize = false;
  186. this.bindingNavigatorPositionItem.Font = new System.Drawing.Font("Segoe UI", 9F);
  187. this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
  188. this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23);
  189. this.bindingNavigatorPositionItem.Text = "0";
  190. this.bindingNavigatorPositionItem.ToolTipText = "Текущее положение";
  191. //
  192. // bindingNavigatorCountItem
  193. //
  194. this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
  195. this.bindingNavigatorCountItem.Size = new System.Drawing.Size(43, 22);
  196. this.bindingNavigatorCountItem.Text = "для {0}";
  197. this.bindingNavigatorCountItem.ToolTipText = "Общее число элементов";
  198. //
  199. // bindingNavigatorSeparator1
  200. //
  201. this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator";
  202. this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
  203. //
  204. // bindingNavigatorSeparator2
  205. //
  206. this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator";
  207. this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
  208. //
  209. // наименование_услугиLabel
  210. //
  211. наименование_услугиLabel.AutoSize = true;
  212. наименование_услугиLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  213. наименование_услугиLabel.Location = new System.Drawing.Point(12, 120);
  214. наименование_услугиLabel.Name = "наименование_услугиLabel";
  215. наименование_услугиLabel.Size = new System.Drawing.Size(164, 18);
  216. наименование_услугиLabel.TabIndex = 2;
  217. наименование_услугиLabel.Text = "Наименование услуги:";
  218. //
  219. // наименование_услугиTextBox
  220. //
  221. this.наименование_услугиTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.service_b_importBindingSource, "Наименование_услуги", true));
  222. this.наименование_услугиTextBox.Location = new System.Drawing.Point(182, 123);
  223. this.наименование_услугиTextBox.Name = "наименование_услугиTextBox";
  224. this.наименование_услугиTextBox.Size = new System.Drawing.Size(100, 20);
  225. this.наименование_услугиTextBox.TabIndex = 3;
  226. //
  227. // главное_изображениеLabel
  228. //
  229. главное_изображениеLabel.AutoSize = true;
  230. главное_изображениеLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  231. главное_изображениеLabel.Location = new System.Drawing.Point(12, 146);
  232. главное_изображениеLabel.Name = "главное_изображениеLabel";
  233. главное_изображениеLabel.Size = new System.Drawing.Size(168, 18);
  234. главное_изображениеLabel.TabIndex = 4;
  235. главное_изображениеLabel.Text = "Главное изображение:";
  236. //
  237. // главное_изображениеTextBox
  238. //
  239. this.главное_изображениеTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.service_b_importBindingSource, "Главное_изображение", true));
  240. this.главное_изображениеTextBox.Location = new System.Drawing.Point(182, 146);
  241. this.главное_изображениеTextBox.Name = "главное_изображениеTextBox";
  242. this.главное_изображениеTextBox.Size = new System.Drawing.Size(100, 20);
  243. this.главное_изображениеTextBox.TabIndex = 5;
  244. //
  245. // длительностьLabel
  246. //
  247. длительностьLabel.AutoSize = true;
  248. длительностьLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  249. длительностьLabel.Location = new System.Drawing.Point(12, 172);
  250. длительностьLabel.Name = "длительностьLabel";
  251. длительностьLabel.Size = new System.Drawing.Size(113, 18);
  252. длительностьLabel.TabIndex = 6;
  253. длительностьLabel.Text = "Длительность:";
  254. //
  255. // длительностьTextBox
  256. //
  257. this.длительностьTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.service_b_importBindingSource, "Длительность", true));
  258. this.длительностьTextBox.Location = new System.Drawing.Point(182, 170);
  259. this.длительностьTextBox.Name = "длительностьTextBox";
  260. this.длительностьTextBox.Size = new System.Drawing.Size(100, 20);
  261. this.длительностьTextBox.TabIndex = 7;
  262. //
  263. // стоимостьLabel
  264. //
  265. стоимостьLabel.AutoSize = true;
  266. стоимостьLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  267. стоимостьLabel.Location = new System.Drawing.Point(12, 198);
  268. стоимостьLabel.Name = "стоимостьLabel";
  269. стоимостьLabel.Size = new System.Drawing.Size(90, 18);
  270. стоимостьLabel.TabIndex = 8;
  271. стоимостьLabel.Text = "Стоимость:";
  272. //
  273. // стоимостьTextBox
  274. //
  275. this.стоимостьTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.service_b_importBindingSource, "Стоимость", true));
  276. this.стоимостьTextBox.Location = new System.Drawing.Point(182, 195);
  277. this.стоимостьTextBox.Name = "стоимостьTextBox";
  278. this.стоимостьTextBox.Size = new System.Drawing.Size(100, 20);
  279. this.стоимостьTextBox.TabIndex = 9;
  280. //
  281. // действующая_скидкаLabel
  282. //
  283. действующая_скидкаLabel.AutoSize = true;
  284. действующая_скидкаLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  285. действующая_скидкаLabel.Location = new System.Drawing.Point(12, 224);
  286. действующая_скидкаLabel.Name = "действующая_скидкаLabel";
  287. действующая_скидкаLabel.Size = new System.Drawing.Size(161, 18);
  288. действующая_скидкаLabel.TabIndex = 10;
  289. действующая_скидкаLabel.Text = "Действующая скидка:";
  290. //
  291. // действующая_скидкаTextBox
  292. //
  293. this.действующая_скидкаTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.service_b_importBindingSource, "Действующая_скидка", true));
  294. this.действующая_скидкаTextBox.Location = new System.Drawing.Point(182, 224);
  295. this.действующая_скидкаTextBox.Name = "действующая_скидкаTextBox";
  296. this.действующая_скидкаTextBox.Size = new System.Drawing.Size(100, 20);
  297. this.действующая_скидкаTextBox.TabIndex = 11;
  298. //
  299. // service_b_importDataGridView
  300. //
  301. this.service_b_importDataGridView.AutoGenerateColumns = false;
  302. this.service_b_importDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  303. this.service_b_importDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  304. this.dataGridViewTextBoxColumn1,
  305. this.dataGridViewTextBoxColumn2,
  306. this.dataGridViewTextBoxColumn3,
  307. this.dataGridViewTextBoxColumn4,
  308. this.dataGridViewTextBoxColumn5});
  309. this.service_b_importDataGridView.DataSource = this.service_b_importBindingSource;
  310. this.service_b_importDataGridView.Location = new System.Drawing.Point(0, 279);
  311. this.service_b_importDataGridView.Name = "service_b_importDataGridView";
  312. this.service_b_importDataGridView.Size = new System.Drawing.Size(544, 220);
  313. this.service_b_importDataGridView.TabIndex = 12;
  314. //
  315. // dataGridViewTextBoxColumn1
  316. //
  317. this.dataGridViewTextBoxColumn1.DataPropertyName = "Наименование_услуги";
  318. this.dataGridViewTextBoxColumn1.HeaderText = "Наименование_услуги";
  319. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  320. //
  321. // dataGridViewTextBoxColumn2
  322. //
  323. this.dataGridViewTextBoxColumn2.DataPropertyName = "Главное_изображение";
  324. this.dataGridViewTextBoxColumn2.HeaderText = "Главное_изображение";
  325. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  326. //
  327. // dataGridViewTextBoxColumn3
  328. //
  329. this.dataGridViewTextBoxColumn3.DataPropertyName = "Длительность";
  330. this.dataGridViewTextBoxColumn3.HeaderText = "Длительность";
  331. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  332. //
  333. // dataGridViewTextBoxColumn4
  334. //
  335. this.dataGridViewTextBoxColumn4.DataPropertyName = "Стоимость";
  336. this.dataGridViewTextBoxColumn4.HeaderText = "Стоимость";
  337. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  338. //
  339. // dataGridViewTextBoxColumn5
  340. //
  341. this.dataGridViewTextBoxColumn5.DataPropertyName = "Действующая_скидка";
  342. this.dataGridViewTextBoxColumn5.HeaderText = "Действующая_скидка";
  343. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  344. //
  345. // button1
  346. //
  347. this.button1.Location = new System.Drawing.Point(550, 279);
  348. this.button1.Name = "button1";
  349. this.button1.Size = new System.Drawing.Size(106, 33);
  350. this.button1.TabIndex = 13;
  351. this.button1.Text = "Добавить ";
  352. this.button1.UseVisualStyleBackColor = true;
  353. this.button1.Click += new System.EventHandler(this.button1_Click);
  354. //
  355. // button2
  356. //
  357. this.button2.Location = new System.Drawing.Point(550, 318);
  358. this.button2.Name = "button2";
  359. this.button2.Size = new System.Drawing.Size(106, 33);
  360. this.button2.TabIndex = 14;
  361. this.button2.Text = "Сохранить";
  362. this.button2.UseVisualStyleBackColor = true;
  363. this.button2.Click += new System.EventHandler(this.button2_Click);
  364. //
  365. // button3
  366. //
  367. this.button3.Location = new System.Drawing.Point(550, 357);
  368. this.button3.Name = "button3";
  369. this.button3.Size = new System.Drawing.Size(106, 33);
  370. this.button3.TabIndex = 15;
  371. this.button3.Text = "Удалить";
  372. this.button3.UseVisualStyleBackColor = true;
  373. this.button3.Click += new System.EventHandler(this.button3_Click);
  374. //
  375. // pictureBox5
  376. //
  377. this.pictureBox5.Image = global::BB_Romanovskaya.Properties.Resources.Моделирование_ресниц;
  378. this.pictureBox5.Location = new System.Drawing.Point(422, 505);
  379. this.pictureBox5.Name = "pictureBox5";
  380. this.pictureBox5.Size = new System.Drawing.Size(107, 81);
  381. this.pictureBox5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  382. this.pictureBox5.TabIndex = 20;
  383. this.pictureBox5.TabStop = false;
  384. //
  385. // pictureBox4
  386. //
  387. this.pictureBox4.Image = global::BB_Romanovskaya.Properties.Resources.Парафинотерапия;
  388. this.pictureBox4.Location = new System.Drawing.Point(317, 505);
  389. this.pictureBox4.Name = "pictureBox4";
  390. this.pictureBox4.Size = new System.Drawing.Size(99, 81);
  391. this.pictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  392. this.pictureBox4.TabIndex = 19;
  393. this.pictureBox4.TabStop = false;
  394. //
  395. // pictureBox3
  396. //
  397. this.pictureBox3.Image = global::BB_Romanovskaya.Properties.Resources.Укрепление_ногтей_гелем;
  398. this.pictureBox3.Location = new System.Drawing.Point(210, 505);
  399. this.pictureBox3.Name = "pictureBox3";
  400. this.pictureBox3.Size = new System.Drawing.Size(101, 81);
  401. this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  402. this.pictureBox3.TabIndex = 18;
  403. this.pictureBox3.TabStop = false;
  404. //
  405. // pictureBox2
  406. //
  407. this.pictureBox2.Image = global::BB_Romanovskaya.Properties.Resources.Окрашивание_бровей;
  408. this.pictureBox2.Location = new System.Drawing.Point(108, 505);
  409. this.pictureBox2.Name = "pictureBox2";
  410. this.pictureBox2.Size = new System.Drawing.Size(96, 81);
  411. this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  412. this.pictureBox2.TabIndex = 17;
  413. this.pictureBox2.TabStop = false;
  414. //
  415. // pictureBox1
  416. //
  417. this.pictureBox1.Image = global::BB_Romanovskaya.Properties.Resources.Контурная_пластика;
  418. this.pictureBox1.Location = new System.Drawing.Point(0, 505);
  419. this.pictureBox1.Name = "pictureBox1";
  420. this.pictureBox1.Size = new System.Drawing.Size(102, 81);
  421. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  422. this.pictureBox1.TabIndex = 16;
  423. this.pictureBox1.TabStop = false;
  424. //
  425. // bindingNavigatorAddNewItem
  426. //
  427. this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  428. this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
  429. this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
  430. this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
  431. this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
  432. this.bindingNavigatorAddNewItem.Text = "Добавить";
  433. //
  434. // bindingNavigatorDeleteItem
  435. //
  436. this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  437. this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
  438. this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
  439. this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
  440. this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22);
  441. this.bindingNavigatorDeleteItem.Text = "Удалить";
  442. //
  443. // bindingNavigatorMoveFirstItem
  444. //
  445. this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  446. this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
  447. this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
  448. this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
  449. this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
  450. this.bindingNavigatorMoveFirstItem.Text = "Переместить в начало";
  451. //
  452. // bindingNavigatorMovePreviousItem
  453. //
  454. this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  455. this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
  456. this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
  457. this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
  458. this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
  459. this.bindingNavigatorMovePreviousItem.Text = "Переместить назад";
  460. //
  461. // bindingNavigatorMoveNextItem
  462. //
  463. this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  464. this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
  465. this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
  466. this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
  467. this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
  468. this.bindingNavigatorMoveNextItem.Text = "Переместить вперед";
  469. //
  470. // bindingNavigatorMoveLastItem
  471. //
  472. this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  473. this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
  474. this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
  475. this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
  476. this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
  477. this.bindingNavigatorMoveLastItem.Text = "Переместить в конец";
  478. //
  479. // service_b_importBindingNavigatorSaveItem
  480. //
  481. this.service_b_importBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  482. this.service_b_importBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("service_b_importBindingNavigatorSaveItem.Image")));
  483. this.service_b_importBindingNavigatorSaveItem.Name = "service_b_importBindingNavigatorSaveItem";
  484. this.service_b_importBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 22);
  485. this.service_b_importBindingNavigatorSaveItem.Text = "Сохранить данные";
  486. this.service_b_importBindingNavigatorSaveItem.Click += new System.EventHandler(this.service_b_importBindingNavigatorSaveItem_Click);
  487. //
  488. // button4
  489. //
  490. this.button4.Location = new System.Drawing.Point(734, 558);
  491. this.button4.Name = "button4";
  492. this.button4.Size = new System.Drawing.Size(72, 28);
  493. this.button4.TabIndex = 21;
  494. this.button4.Text = "Назад";
  495. this.button4.UseVisualStyleBackColor = true;
  496. this.button4.Click += new System.EventHandler(this.button4_Click);
  497. //
  498. // Form3
  499. //
  500. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  501. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  502. this.ClientSize = new System.Drawing.Size(818, 597);
  503. this.Controls.Add(this.button4);
  504. this.Controls.Add(this.pictureBox5);
  505. this.Controls.Add(this.pictureBox4);
  506. this.Controls.Add(this.pictureBox3);
  507. this.Controls.Add(this.pictureBox2);
  508. this.Controls.Add(this.pictureBox1);
  509. this.Controls.Add(this.button3);
  510. this.Controls.Add(this.button2);
  511. this.Controls.Add(this.button1);
  512. this.Controls.Add(this.service_b_importDataGridView);
  513. this.Controls.Add(наименование_услугиLabel);
  514. this.Controls.Add(this.наименование_услугиTextBox);
  515. this.Controls.Add(главное_изображениеLabel);
  516. this.Controls.Add(this.главное_изображениеTextBox);
  517. this.Controls.Add(длительностьLabel);
  518. this.Controls.Add(this.длительностьTextBox);
  519. this.Controls.Add(стоимостьLabel);
  520. this.Controls.Add(this.стоимостьTextBox);
  521. this.Controls.Add(действующая_скидкаLabel);
  522. this.Controls.Add(this.действующая_скидкаTextBox);
  523. this.Controls.Add(this.service_b_importBindingNavigator);
  524. this.Controls.Add(this.panel1);
  525. this.Name = "Form3";
  526. this.Text = "Form3";
  527. this.Load += new System.EventHandler(this.Form3_Load);
  528. this.panel1.ResumeLayout(false);
  529. this.panel1.PerformLayout();
  530. ((System.ComponentModel.ISupportInitialize)(this.bB_RomanovskayaDataSet)).EndInit();
  531. ((System.ComponentModel.ISupportInitialize)(this.service_b_importBindingSource)).EndInit();
  532. ((System.ComponentModel.ISupportInitialize)(this.service_b_importBindingNavigator)).EndInit();
  533. this.service_b_importBindingNavigator.ResumeLayout(false);
  534. this.service_b_importBindingNavigator.PerformLayout();
  535. ((System.ComponentModel.ISupportInitialize)(this.service_b_importDataGridView)).EndInit();
  536. ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit();
  537. ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
  538. ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
  539. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
  540. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  541. this.ResumeLayout(false);
  542. this.PerformLayout();
  543. }
  544. #endregion
  545. private System.Windows.Forms.Panel panel1;
  546. private System.Windows.Forms.Label label1;
  547. private BB_RomanovskayaDataSet bB_RomanovskayaDataSet;
  548. private System.Windows.Forms.BindingSource service_b_importBindingSource;
  549. private BB_RomanovskayaDataSetTableAdapters.service_b_importTableAdapter service_b_importTableAdapter;
  550. private BB_RomanovskayaDataSetTableAdapters.TableAdapterManager tableAdapterManager;
  551. private System.Windows.Forms.BindingNavigator service_b_importBindingNavigator;
  552. private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem;
  553. private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
  554. private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem;
  555. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
  556. private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
  557. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
  558. private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
  559. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
  560. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
  561. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
  562. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
  563. private System.Windows.Forms.ToolStripButton service_b_importBindingNavigatorSaveItem;
  564. private System.Windows.Forms.TextBox наименование_услугиTextBox;
  565. private System.Windows.Forms.TextBox главное_изображениеTextBox;
  566. private System.Windows.Forms.TextBox длительностьTextBox;
  567. private System.Windows.Forms.TextBox стоимостьTextBox;
  568. private System.Windows.Forms.TextBox действующая_скидкаTextBox;
  569. private System.Windows.Forms.DataGridView service_b_importDataGridView;
  570. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  571. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  572. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  573. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  574. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  575. private System.Windows.Forms.Button button1;
  576. private System.Windows.Forms.Button button2;
  577. private System.Windows.Forms.Button button3;
  578. private System.Windows.Forms.PictureBox pictureBox1;
  579. private System.Windows.Forms.PictureBox pictureBox2;
  580. private System.Windows.Forms.PictureBox pictureBox3;
  581. private System.Windows.Forms.PictureBox pictureBox4;
  582. private System.Windows.Forms.PictureBox pictureBox5;
  583. private System.Windows.Forms.Button button4;
  584. }
  585. }