Form3.Designer.cs 36 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628
  1. 
  2. namespace WindowsFormsApp16
  3. {
  4. partial class Form3
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.components = new System.ComponentModel.Container();
  30. System.Windows.Forms.Label стоимостьLabel;
  31. System.Windows.Forms.Label label4;
  32. System.Windows.Forms.Label label5;
  33. System.Windows.Forms.Label label6;
  34. System.Windows.Forms.Label наименование_услугиLabel;
  35. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form3));
  36. System.Windows.Forms.Label emailLabel;
  37. System.Windows.Forms.Label телефонLabel;
  38. System.Windows.Forms.Label отчествоLabel;
  39. System.Windows.Forms.Label имяLabel;
  40. System.Windows.Forms.Label фамилияLabel;
  41. this.panel1 = new System.Windows.Forms.Panel();
  42. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  43. this.button1 = new System.Windows.Forms.Button();
  44. this.label2 = new System.Windows.Forms.Label();
  45. this.textBox1 = new System.Windows.Forms.TextBox();
  46. this.textBox2 = new System.Windows.Forms.TextBox();
  47. this.serviceBindingSource = new System.Windows.Forms.BindingSource(this.components);
  48. this.gayduk_pr2DataSet = new WindowsFormsApp16.Gayduk_pr2DataSet();
  49. this.textBox3 = new System.Windows.Forms.TextBox();
  50. this.textBox5 = new System.Windows.Forms.TextBox();
  51. this.clientBindingSource = new System.Windows.Forms.BindingSource(this.components);
  52. this.наименование_услугиTextBox = new System.Windows.Forms.TextBox();
  53. this.serviceTableAdapter = new WindowsFormsApp16.Gayduk_pr2DataSetTableAdapters.ServiceTableAdapter();
  54. this.tableAdapterManager = new WindowsFormsApp16.Gayduk_pr2DataSetTableAdapters.TableAdapterManager();
  55. this.clientTableAdapter = new WindowsFormsApp16.Gayduk_pr2DataSetTableAdapters.ClientTableAdapter();
  56. this.genderTableAdapter = new WindowsFormsApp16.Gayduk_pr2DataSetTableAdapters.GenderTableAdapter();
  57. this.serviceBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
  58. this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
  59. this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
  60. this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
  61. this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
  62. this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
  63. this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
  64. this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
  65. this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  66. this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
  67. this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
  68. this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  69. this.serviceBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
  70. this.genderBindingSource = new System.Windows.Forms.BindingSource(this.components);
  71. this.emailTextBox = new System.Windows.Forms.TextBox();
  72. this.label3 = new System.Windows.Forms.Label();
  73. this.label7 = new System.Windows.Forms.Label();
  74. this.телефонTextBox = new System.Windows.Forms.TextBox();
  75. this.отчествоTextBox = new System.Windows.Forms.TextBox();
  76. this.имяTextBox = new System.Windows.Forms.TextBox();
  77. this.фамилияTextBox = new System.Windows.Forms.TextBox();
  78. this.button3 = new System.Windows.Forms.Button();
  79. this.textBox4 = new System.Windows.Forms.TextBox();
  80. стоимостьLabel = new System.Windows.Forms.Label();
  81. label4 = new System.Windows.Forms.Label();
  82. label5 = new System.Windows.Forms.Label();
  83. label6 = new System.Windows.Forms.Label();
  84. наименование_услугиLabel = new System.Windows.Forms.Label();
  85. emailLabel = new System.Windows.Forms.Label();
  86. телефонLabel = new System.Windows.Forms.Label();
  87. отчествоLabel = new System.Windows.Forms.Label();
  88. имяLabel = new System.Windows.Forms.Label();
  89. фамилияLabel = new System.Windows.Forms.Label();
  90. this.panel1.SuspendLayout();
  91. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  92. ((System.ComponentModel.ISupportInitialize)(this.serviceBindingSource)).BeginInit();
  93. ((System.ComponentModel.ISupportInitialize)(this.gayduk_pr2DataSet)).BeginInit();
  94. ((System.ComponentModel.ISupportInitialize)(this.clientBindingSource)).BeginInit();
  95. ((System.ComponentModel.ISupportInitialize)(this.serviceBindingNavigator)).BeginInit();
  96. this.serviceBindingNavigator.SuspendLayout();
  97. ((System.ComponentModel.ISupportInitialize)(this.genderBindingSource)).BeginInit();
  98. this.SuspendLayout();
  99. //
  100. // стоимостьLabel
  101. //
  102. стоимостьLabel.AutoSize = true;
  103. стоимостьLabel.Location = new System.Drawing.Point(12, -17);
  104. стоимостьLabel.Name = "стоимостьLabel";
  105. стоимостьLabel.Size = new System.Drawing.Size(62, 13);
  106. стоимостьLabel.TabIndex = 21;
  107. стоимостьLabel.Text = "Стоимость";
  108. //
  109. // label4
  110. //
  111. label4.AutoSize = true;
  112. label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.25F);
  113. label4.Location = new System.Drawing.Point(3, 238);
  114. label4.Name = "label4";
  115. label4.Size = new System.Drawing.Size(149, 17);
  116. label4.TabIndex = 37;
  117. label4.Text = "Действующая скидка";
  118. //
  119. // label5
  120. //
  121. label5.AutoSize = true;
  122. label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.25F);
  123. label5.Location = new System.Drawing.Point(2, 284);
  124. label5.Name = "label5";
  125. label5.Size = new System.Drawing.Size(102, 17);
  126. label5.TabIndex = 35;
  127. label5.Text = "Длительность";
  128. //
  129. // label6
  130. //
  131. label6.AutoSize = true;
  132. label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.25F);
  133. label6.Location = new System.Drawing.Point(3, 189);
  134. label6.Name = "label6";
  135. label6.Size = new System.Drawing.Size(78, 17);
  136. label6.TabIndex = 33;
  137. label6.Text = "Стоимость";
  138. //
  139. // наименование_услугиLabel
  140. //
  141. наименование_услугиLabel.AutoSize = true;
  142. наименование_услугиLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.25F);
  143. наименование_услугиLabel.Location = new System.Drawing.Point(3, 143);
  144. наименование_услугиLabel.Name = "наименование_услугиLabel";
  145. наименование_услугиLabel.Size = new System.Drawing.Size(156, 17);
  146. наименование_услугиLabel.TabIndex = 31;
  147. наименование_услугиLabel.Text = "Наименование услуги:";
  148. наименование_услугиLabel.Click += new System.EventHandler(this.наименование_услугиLabel_Click);
  149. //
  150. // panel1
  151. //
  152. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255)))));
  153. this.panel1.Controls.Add(this.textBox4);
  154. this.panel1.Controls.Add(this.button3);
  155. this.panel1.Controls.Add(emailLabel);
  156. this.panel1.Controls.Add(this.emailTextBox);
  157. this.panel1.Controls.Add(this.label3);
  158. this.panel1.Controls.Add(this.label7);
  159. this.panel1.Controls.Add(телефонLabel);
  160. this.panel1.Controls.Add(this.телефонTextBox);
  161. this.panel1.Controls.Add(отчествоLabel);
  162. this.panel1.Controls.Add(this.отчествоTextBox);
  163. this.panel1.Controls.Add(имяLabel);
  164. this.panel1.Controls.Add(this.имяTextBox);
  165. this.panel1.Controls.Add(фамилияLabel);
  166. this.panel1.Controls.Add(this.фамилияTextBox);
  167. this.panel1.Controls.Add(this.pictureBox1);
  168. this.panel1.Controls.Add(this.button1);
  169. this.panel1.Controls.Add(this.label2);
  170. this.panel1.Controls.Add(this.textBox1);
  171. this.panel1.Controls.Add(label4);
  172. this.panel1.Controls.Add(this.textBox2);
  173. this.panel1.Controls.Add(label5);
  174. this.panel1.Controls.Add(this.textBox3);
  175. this.panel1.Controls.Add(label6);
  176. this.panel1.Controls.Add(this.textBox5);
  177. this.panel1.Controls.Add(наименование_услугиLabel);
  178. this.panel1.Controls.Add(this.наименование_услугиTextBox);
  179. this.panel1.Location = new System.Drawing.Point(12, 33);
  180. this.panel1.Name = "panel1";
  181. this.panel1.Size = new System.Drawing.Size(778, 405);
  182. this.panel1.TabIndex = 32;
  183. this.panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
  184. this.panel1.Resize += new System.EventHandler(this.panel1_Resize);
  185. //
  186. // pictureBox1
  187. //
  188. this.pictureBox1.Image = global::WindowsFormsApp16.Properties.Resources.beauty_logo;
  189. this.pictureBox1.Location = new System.Drawing.Point(602, 0);
  190. this.pictureBox1.Name = "pictureBox1";
  191. this.pictureBox1.Size = new System.Drawing.Size(176, 146);
  192. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  193. this.pictureBox1.TabIndex = 42;
  194. this.pictureBox1.TabStop = false;
  195. //
  196. // button1
  197. //
  198. this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
  199. this.button1.Location = new System.Drawing.Point(654, 357);
  200. this.button1.Name = "button1";
  201. this.button1.Size = new System.Drawing.Size(105, 34);
  202. this.button1.TabIndex = 41;
  203. this.button1.Text = "Вернуться ";
  204. this.button1.UseVisualStyleBackColor = false;
  205. this.button1.Click += new System.EventHandler(this.button1_Click_1);
  206. //
  207. // label2
  208. //
  209. this.label2.AutoSize = true;
  210. this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.25F);
  211. this.label2.Location = new System.Drawing.Point(2, 334);
  212. this.label2.Name = "label2";
  213. this.label2.Size = new System.Drawing.Size(295, 17);
  214. this.label2.TabIndex = 40;
  215. this.label2.Text = "Итоговая цена с учетом скидки составляет";
  216. this.label2.Click += new System.EventHandler(this.label2_Click);
  217. //
  218. // textBox1
  219. //
  220. this.textBox1.Location = new System.Drawing.Point(6, 357);
  221. this.textBox1.Name = "textBox1";
  222. this.textBox1.Size = new System.Drawing.Size(185, 20);
  223. this.textBox1.TabIndex = 39;
  224. this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
  225. //
  226. // textBox2
  227. //
  228. this.textBox2.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.serviceBindingSource, "Действующая_скидка", true));
  229. this.textBox2.Location = new System.Drawing.Point(6, 261);
  230. this.textBox2.Name = "textBox2";
  231. this.textBox2.Size = new System.Drawing.Size(185, 20);
  232. this.textBox2.TabIndex = 38;
  233. //
  234. // serviceBindingSource
  235. //
  236. this.serviceBindingSource.DataMember = "Service";
  237. this.serviceBindingSource.DataSource = this.gayduk_pr2DataSet;
  238. //
  239. // gayduk_pr2DataSet
  240. //
  241. this.gayduk_pr2DataSet.DataSetName = "Gayduk_pr2DataSet";
  242. this.gayduk_pr2DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  243. //
  244. // textBox3
  245. //
  246. this.textBox3.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.serviceBindingSource, "Длительность", true));
  247. this.textBox3.Location = new System.Drawing.Point(6, 311);
  248. this.textBox3.Name = "textBox3";
  249. this.textBox3.Size = new System.Drawing.Size(185, 20);
  250. this.textBox3.TabIndex = 36;
  251. this.textBox3.TextChanged += new System.EventHandler(this.textBox3_TextChanged);
  252. //
  253. // textBox5
  254. //
  255. this.textBox5.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.serviceBindingSource, "Стоимость", true));
  256. this.textBox5.Location = new System.Drawing.Point(7, 212);
  257. this.textBox5.Name = "textBox5";
  258. this.textBox5.Size = new System.Drawing.Size(185, 20);
  259. this.textBox5.TabIndex = 34;
  260. //
  261. // clientBindingSource
  262. //
  263. this.clientBindingSource.DataMember = "Client";
  264. this.clientBindingSource.DataSource = this.gayduk_pr2DataSet;
  265. //
  266. // наименование_услугиTextBox
  267. //
  268. this.наименование_услугиTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.serviceBindingSource, "Наименование_услуги", true));
  269. this.наименование_услугиTextBox.Location = new System.Drawing.Point(6, 166);
  270. this.наименование_услугиTextBox.Name = "наименование_услугиTextBox";
  271. this.наименование_услугиTextBox.Size = new System.Drawing.Size(316, 20);
  272. this.наименование_услугиTextBox.TabIndex = 32;
  273. this.наименование_услугиTextBox.TextChanged += new System.EventHandler(this.наименование_услугиTextBox_TextChanged);
  274. //
  275. // serviceTableAdapter
  276. //
  277. this.serviceTableAdapter.ClearBeforeFill = true;
  278. //
  279. // tableAdapterManager
  280. //
  281. this.tableAdapterManager.AttachedProductTableAdapter = null;
  282. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  283. this.tableAdapterManager.ClientTableAdapter = this.clientTableAdapter;
  284. this.tableAdapterManager.DocumentByServiceTableAdapter = null;
  285. this.tableAdapterManager.GenderTableAdapter = this.genderTableAdapter;
  286. this.tableAdapterManager.ManufacturerTableAdapter = null;
  287. this.tableAdapterManager.ProductPhotoTableAdapter = null;
  288. this.tableAdapterManager.ProductSaleTableAdapter = null;
  289. this.tableAdapterManager.ProductTableAdapter = null;
  290. this.tableAdapterManager.ServiceclientTableAdapter = null;
  291. this.tableAdapterManager.ServicePhotoTableAdapter = null;
  292. this.tableAdapterManager.ServiceTableAdapter = this.serviceTableAdapter;
  293. this.tableAdapterManager.TagOfClientTableAdapter = null;
  294. this.tableAdapterManager.TagTableAdapter = null;
  295. this.tableAdapterManager.UpdateOrder = WindowsFormsApp16.Gayduk_pr2DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  296. this.tableAdapterManager.учеткаTableAdapter = null;
  297. //
  298. // clientTableAdapter
  299. //
  300. this.clientTableAdapter.ClearBeforeFill = true;
  301. //
  302. // genderTableAdapter
  303. //
  304. this.genderTableAdapter.ClearBeforeFill = true;
  305. //
  306. // serviceBindingNavigator
  307. //
  308. this.serviceBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
  309. this.serviceBindingNavigator.BindingSource = this.serviceBindingSource;
  310. this.serviceBindingNavigator.CountItem = this.bindingNavigatorCountItem;
  311. this.serviceBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
  312. this.serviceBindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  313. this.bindingNavigatorMoveFirstItem,
  314. this.bindingNavigatorMovePreviousItem,
  315. this.bindingNavigatorSeparator,
  316. this.bindingNavigatorPositionItem,
  317. this.bindingNavigatorCountItem,
  318. this.bindingNavigatorSeparator1,
  319. this.bindingNavigatorMoveNextItem,
  320. this.bindingNavigatorMoveLastItem,
  321. this.bindingNavigatorSeparator2,
  322. this.bindingNavigatorAddNewItem,
  323. this.bindingNavigatorDeleteItem,
  324. this.serviceBindingNavigatorSaveItem});
  325. this.serviceBindingNavigator.Location = new System.Drawing.Point(0, 0);
  326. this.serviceBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
  327. this.serviceBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
  328. this.serviceBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
  329. this.serviceBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
  330. this.serviceBindingNavigator.Name = "serviceBindingNavigator";
  331. this.serviceBindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
  332. this.serviceBindingNavigator.Size = new System.Drawing.Size(802, 25);
  333. this.serviceBindingNavigator.TabIndex = 33;
  334. this.serviceBindingNavigator.Text = "bindingNavigator1";
  335. //
  336. // bindingNavigatorAddNewItem
  337. //
  338. this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  339. this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
  340. this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
  341. this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
  342. this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
  343. this.bindingNavigatorAddNewItem.Text = "Добавить";
  344. //
  345. // bindingNavigatorCountItem
  346. //
  347. this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
  348. this.bindingNavigatorCountItem.Size = new System.Drawing.Size(43, 22);
  349. this.bindingNavigatorCountItem.Text = "для {0}";
  350. this.bindingNavigatorCountItem.ToolTipText = "Общее число элементов";
  351. //
  352. // bindingNavigatorDeleteItem
  353. //
  354. this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  355. this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
  356. this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
  357. this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
  358. this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22);
  359. this.bindingNavigatorDeleteItem.Text = "Удалить";
  360. //
  361. // bindingNavigatorMoveFirstItem
  362. //
  363. this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  364. this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
  365. this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
  366. this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
  367. this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
  368. this.bindingNavigatorMoveFirstItem.Text = "Переместить в начало";
  369. //
  370. // bindingNavigatorMovePreviousItem
  371. //
  372. this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  373. this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
  374. this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
  375. this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
  376. this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
  377. this.bindingNavigatorMovePreviousItem.Text = "Переместить назад";
  378. //
  379. // bindingNavigatorSeparator
  380. //
  381. this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
  382. this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
  383. //
  384. // bindingNavigatorPositionItem
  385. //
  386. this.bindingNavigatorPositionItem.AccessibleName = "Положение";
  387. this.bindingNavigatorPositionItem.AutoSize = false;
  388. this.bindingNavigatorPositionItem.Font = new System.Drawing.Font("Segoe UI", 9F);
  389. this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
  390. this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23);
  391. this.bindingNavigatorPositionItem.Text = "0";
  392. this.bindingNavigatorPositionItem.ToolTipText = "Текущее положение";
  393. //
  394. // bindingNavigatorSeparator1
  395. //
  396. this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
  397. this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
  398. //
  399. // bindingNavigatorMoveNextItem
  400. //
  401. this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  402. this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
  403. this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
  404. this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
  405. this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
  406. this.bindingNavigatorMoveNextItem.Text = "Переместить вперед";
  407. //
  408. // bindingNavigatorMoveLastItem
  409. //
  410. this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  411. this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
  412. this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
  413. this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
  414. this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
  415. this.bindingNavigatorMoveLastItem.Text = "Переместить в конец";
  416. //
  417. // bindingNavigatorSeparator2
  418. //
  419. this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
  420. this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
  421. //
  422. // serviceBindingNavigatorSaveItem
  423. //
  424. this.serviceBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  425. this.serviceBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("serviceBindingNavigatorSaveItem.Image")));
  426. this.serviceBindingNavigatorSaveItem.Name = "serviceBindingNavigatorSaveItem";
  427. this.serviceBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 22);
  428. this.serviceBindingNavigatorSaveItem.Text = "Сохранить данные";
  429. this.serviceBindingNavigatorSaveItem.Click += new System.EventHandler(this.serviceBindingNavigatorSaveItem_Click);
  430. //
  431. // genderBindingSource
  432. //
  433. this.genderBindingSource.DataMember = "Gender";
  434. this.genderBindingSource.DataSource = this.gayduk_pr2DataSet;
  435. //
  436. // emailLabel
  437. //
  438. emailLabel.AutoSize = true;
  439. emailLabel.Location = new System.Drawing.Point(233, 67);
  440. emailLabel.Name = "emailLabel";
  441. emailLabel.Size = new System.Drawing.Size(32, 13);
  442. emailLabel.TabIndex = 53;
  443. emailLabel.Text = "Email";
  444. //
  445. // emailTextBox
  446. //
  447. this.emailTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clientBindingSource, "Email", true));
  448. this.emailTextBox.Location = new System.Drawing.Point(236, 83);
  449. this.emailTextBox.Name = "emailTextBox";
  450. this.emailTextBox.Size = new System.Drawing.Size(212, 20);
  451. this.emailTextBox.TabIndex = 55;
  452. //
  453. // label3
  454. //
  455. this.label3.AutoSize = true;
  456. this.label3.Location = new System.Drawing.Point(233, 6);
  457. this.label3.Name = "label3";
  458. this.label3.Size = new System.Drawing.Size(100, 13);
  459. this.label3.TabIndex = 54;
  460. this.label3.Text = "Контакты клиента";
  461. //
  462. // label7
  463. //
  464. this.label7.AutoSize = true;
  465. this.label7.Location = new System.Drawing.Point(10, 6);
  466. this.label7.Name = "label7";
  467. this.label7.Size = new System.Drawing.Size(131, 13);
  468. this.label7.TabIndex = 52;
  469. this.label7.Text = "Личные данные клиента";
  470. //
  471. // телефонLabel
  472. //
  473. телефонLabel.AutoSize = true;
  474. телефонLabel.Location = new System.Drawing.Point(233, 28);
  475. телефонLabel.Name = "телефонLabel";
  476. телефонLabel.Size = new System.Drawing.Size(52, 13);
  477. телефонLabel.TabIndex = 50;
  478. телефонLabel.Text = "Телефон";
  479. //
  480. // телефонTextBox
  481. //
  482. this.телефонTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clientBindingSource, "Телефон", true));
  483. this.телефонTextBox.Location = new System.Drawing.Point(236, 44);
  484. this.телефонTextBox.Name = "телефонTextBox";
  485. this.телефонTextBox.Size = new System.Drawing.Size(212, 20);
  486. this.телефонTextBox.TabIndex = 51;
  487. //
  488. // отчествоLabel
  489. //
  490. отчествоLabel.AutoSize = true;
  491. отчествоLabel.Location = new System.Drawing.Point(8, 106);
  492. отчествоLabel.Name = "отчествоLabel";
  493. отчествоLabel.Size = new System.Drawing.Size(54, 13);
  494. отчествоLabel.TabIndex = 47;
  495. отчествоLabel.Text = "Отчество";
  496. //
  497. // отчествоTextBox
  498. //
  499. this.отчествоTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clientBindingSource, "Отчество", true));
  500. this.отчествоTextBox.Location = new System.Drawing.Point(11, 122);
  501. this.отчествоTextBox.Name = "отчествоTextBox";
  502. this.отчествоTextBox.Size = new System.Drawing.Size(144, 20);
  503. this.отчествоTextBox.TabIndex = 49;
  504. //
  505. // имяLabel
  506. //
  507. имяLabel.AutoSize = true;
  508. имяLabel.Location = new System.Drawing.Point(8, 67);
  509. имяLabel.Name = "имяLabel";
  510. имяLabel.Size = new System.Drawing.Size(29, 13);
  511. имяLabel.TabIndex = 45;
  512. имяLabel.Text = "Имя";
  513. //
  514. // имяTextBox
  515. //
  516. this.имяTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clientBindingSource, "Имя", true));
  517. this.имяTextBox.Location = new System.Drawing.Point(11, 83);
  518. this.имяTextBox.Name = "имяTextBox";
  519. this.имяTextBox.Size = new System.Drawing.Size(144, 20);
  520. this.имяTextBox.TabIndex = 48;
  521. //
  522. // фамилияLabel
  523. //
  524. фамилияLabel.AutoSize = true;
  525. фамилияLabel.Location = new System.Drawing.Point(8, 28);
  526. фамилияLabel.Name = "фамилияLabel";
  527. фамилияLabel.Size = new System.Drawing.Size(56, 13);
  528. фамилияLabel.TabIndex = 44;
  529. фамилияLabel.Text = "Фамилия";
  530. //
  531. // фамилияTextBox
  532. //
  533. this.фамилияTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clientBindingSource, "Фамилия", true));
  534. this.фамилияTextBox.Location = new System.Drawing.Point(11, 44);
  535. this.фамилияTextBox.Name = "фамилияTextBox";
  536. this.фамилияTextBox.Size = new System.Drawing.Size(144, 20);
  537. this.фамилияTextBox.TabIndex = 46;
  538. //
  539. // button3
  540. //
  541. this.button3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
  542. this.button3.Location = new System.Drawing.Point(318, 350);
  543. this.button3.Name = "button3";
  544. this.button3.Size = new System.Drawing.Size(111, 32);
  545. this.button3.TabIndex = 56;
  546. this.button3.Text = "Посчитать";
  547. this.button3.UseVisualStyleBackColor = false;
  548. this.button3.Click += new System.EventHandler(this.button3_Click);
  549. //
  550. // textBox4
  551. //
  552. this.textBox4.Location = new System.Drawing.Point(496, 211);
  553. this.textBox4.Name = "textBox4";
  554. this.textBox4.Size = new System.Drawing.Size(100, 20);
  555. this.textBox4.TabIndex = 57;
  556. //
  557. // Form3
  558. //
  559. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  560. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  561. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
  562. this.ClientSize = new System.Drawing.Size(802, 450);
  563. this.Controls.Add(this.serviceBindingNavigator);
  564. this.Controls.Add(this.panel1);
  565. this.Controls.Add(стоимостьLabel);
  566. this.Name = "Form3";
  567. this.Text = "Form3";
  568. this.Load += new System.EventHandler(this.Form3_Load);
  569. this.panel1.ResumeLayout(false);
  570. this.panel1.PerformLayout();
  571. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  572. ((System.ComponentModel.ISupportInitialize)(this.serviceBindingSource)).EndInit();
  573. ((System.ComponentModel.ISupportInitialize)(this.gayduk_pr2DataSet)).EndInit();
  574. ((System.ComponentModel.ISupportInitialize)(this.clientBindingSource)).EndInit();
  575. ((System.ComponentModel.ISupportInitialize)(this.serviceBindingNavigator)).EndInit();
  576. this.serviceBindingNavigator.ResumeLayout(false);
  577. this.serviceBindingNavigator.PerformLayout();
  578. ((System.ComponentModel.ISupportInitialize)(this.genderBindingSource)).EndInit();
  579. this.ResumeLayout(false);
  580. this.PerformLayout();
  581. }
  582. #endregion
  583. private System.Windows.Forms.Panel panel1;
  584. private Gayduk_pr2DataSet gayduk_pr2DataSet;
  585. private System.Windows.Forms.BindingSource serviceBindingSource;
  586. private Gayduk_pr2DataSetTableAdapters.ServiceTableAdapter serviceTableAdapter;
  587. private Gayduk_pr2DataSetTableAdapters.TableAdapterManager tableAdapterManager;
  588. private System.Windows.Forms.BindingNavigator serviceBindingNavigator;
  589. private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem;
  590. private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
  591. private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem;
  592. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
  593. private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
  594. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
  595. private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
  596. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
  597. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
  598. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
  599. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
  600. private System.Windows.Forms.ToolStripButton serviceBindingNavigatorSaveItem;
  601. private Gayduk_pr2DataSetTableAdapters.GenderTableAdapter genderTableAdapter;
  602. private System.Windows.Forms.BindingSource genderBindingSource;
  603. private Gayduk_pr2DataSetTableAdapters.ClientTableAdapter clientTableAdapter;
  604. private System.Windows.Forms.BindingSource clientBindingSource;
  605. public System.Windows.Forms.Label label2;
  606. public System.Windows.Forms.TextBox textBox1;
  607. public System.Windows.Forms.TextBox textBox2;
  608. public System.Windows.Forms.TextBox textBox3;
  609. public System.Windows.Forms.TextBox textBox5;
  610. private System.Windows.Forms.TextBox наименование_услугиTextBox;
  611. private System.Windows.Forms.Button button1;
  612. private System.Windows.Forms.PictureBox pictureBox1;
  613. private System.Windows.Forms.TextBox emailTextBox;
  614. private System.Windows.Forms.Label label3;
  615. private System.Windows.Forms.Label label7;
  616. private System.Windows.Forms.TextBox телефонTextBox;
  617. private System.Windows.Forms.TextBox отчествоTextBox;
  618. private System.Windows.Forms.TextBox имяTextBox;
  619. private System.Windows.Forms.TextBox фамилияTextBox;
  620. public System.Windows.Forms.Button button3;
  621. private System.Windows.Forms.TextBox textBox4;
  622. }
  623. }