Form2.Designer.cs 35 KB

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