Form3.Designer.cs 34 KB

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