ServiceEditForm.Designer.cs 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384
  1. 
  2. namespace BeautySaloon
  3. {
  4. partial class ServiceEditForm
  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 titleLabel;
  31. System.Windows.Forms.Label costLabel;
  32. System.Windows.Forms.Label durationInSecondsLabel;
  33. System.Windows.Forms.Label descriptionLabel;
  34. System.Windows.Forms.Label discountLabel;
  35. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ServiceEditForm));
  36. this.panel1 = new System.Windows.Forms.Panel();
  37. this.label1 = new System.Windows.Forms.Label();
  38. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  39. this.beauty_saloonDataSet = new BeautySaloon.beauty_saloonDataSet();
  40. this.serviceBindingSource = new System.Windows.Forms.BindingSource(this.components);
  41. this.serviceTableAdapter = new BeautySaloon.beauty_saloonDataSetTableAdapters.ServiceTableAdapter();
  42. this.tableAdapterManager = new BeautySaloon.beauty_saloonDataSetTableAdapters.TableAdapterManager();
  43. this.titleTextBox = new System.Windows.Forms.TextBox();
  44. this.costTextBox = new System.Windows.Forms.TextBox();
  45. this.durationInSecondsTextBox = new System.Windows.Forms.TextBox();
  46. this.descriptionTextBox = new System.Windows.Forms.TextBox();
  47. this.discountTextBox = new System.Windows.Forms.TextBox();
  48. this.PrevButton = new System.Windows.Forms.Button();
  49. this.nextButton = new System.Windows.Forms.Button();
  50. this.LastButton = new System.Windows.Forms.Button();
  51. this.FirstButton = new System.Windows.Forms.Button();
  52. this.DelButton = new System.Windows.Forms.Button();
  53. this.SaveButton = new System.Windows.Forms.Button();
  54. this.exitButton = new System.Windows.Forms.Button();
  55. this.AddButton = new System.Windows.Forms.Button();
  56. titleLabel = new System.Windows.Forms.Label();
  57. costLabel = new System.Windows.Forms.Label();
  58. durationInSecondsLabel = new System.Windows.Forms.Label();
  59. descriptionLabel = new System.Windows.Forms.Label();
  60. discountLabel = new System.Windows.Forms.Label();
  61. this.panel1.SuspendLayout();
  62. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  63. ((System.ComponentModel.ISupportInitialize)(this.beauty_saloonDataSet)).BeginInit();
  64. ((System.ComponentModel.ISupportInitialize)(this.serviceBindingSource)).BeginInit();
  65. this.SuspendLayout();
  66. //
  67. // titleLabel
  68. //
  69. titleLabel.AutoSize = true;
  70. titleLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  71. titleLabel.Location = new System.Drawing.Point(12, 99);
  72. titleLabel.Name = "titleLabel";
  73. titleLabel.Size = new System.Drawing.Size(101, 23);
  74. titleLabel.TabIndex = 8;
  75. titleLabel.Text = "Название:";
  76. //
  77. // costLabel
  78. //
  79. costLabel.AutoSize = true;
  80. costLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  81. costLabel.Location = new System.Drawing.Point(12, 152);
  82. costLabel.Name = "costLabel";
  83. costLabel.Size = new System.Drawing.Size(108, 23);
  84. costLabel.TabIndex = 10;
  85. costLabel.Text = "Стоимость:";
  86. //
  87. // durationInSecondsLabel
  88. //
  89. durationInSecondsLabel.AutoSize = true;
  90. durationInSecondsLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  91. durationInSecondsLabel.Location = new System.Drawing.Point(12, 215);
  92. durationInSecondsLabel.Name = "durationInSecondsLabel";
  93. durationInSecondsLabel.Size = new System.Drawing.Size(141, 23);
  94. durationInSecondsLabel.TabIndex = 12;
  95. durationInSecondsLabel.Text = "Длительность:";
  96. //
  97. // descriptionLabel
  98. //
  99. descriptionLabel.AutoSize = true;
  100. descriptionLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  101. descriptionLabel.Location = new System.Drawing.Point(12, 274);
  102. descriptionLabel.Name = "descriptionLabel";
  103. descriptionLabel.Size = new System.Drawing.Size(103, 23);
  104. descriptionLabel.TabIndex = 14;
  105. descriptionLabel.Text = "Описание:";
  106. //
  107. // discountLabel
  108. //
  109. discountLabel.AutoSize = true;
  110. discountLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  111. discountLabel.Location = new System.Drawing.Point(12, 331);
  112. discountLabel.Name = "discountLabel";
  113. discountLabel.Size = new System.Drawing.Size(78, 23);
  114. discountLabel.TabIndex = 16;
  115. discountLabel.Text = "Скидка:";
  116. //
  117. // panel1
  118. //
  119. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
  120. this.panel1.Controls.Add(this.label1);
  121. this.panel1.Location = new System.Drawing.Point(73, 0);
  122. this.panel1.Name = "panel1";
  123. this.panel1.Size = new System.Drawing.Size(728, 79);
  124. this.panel1.TabIndex = 4;
  125. //
  126. // label1
  127. //
  128. this.label1.AutoSize = true;
  129. this.label1.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  130. this.label1.Location = new System.Drawing.Point(29, 23);
  131. this.label1.Name = "label1";
  132. this.label1.Size = new System.Drawing.Size(205, 23);
  133. this.label1.TabIndex = 0;
  134. this.label1.Text = "Редактирование услуг";
  135. //
  136. // pictureBox1
  137. //
  138. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  139. this.pictureBox1.Location = new System.Drawing.Point(-4, 0);
  140. this.pictureBox1.Name = "pictureBox1";
  141. this.pictureBox1.Size = new System.Drawing.Size(121, 85);
  142. this.pictureBox1.TabIndex = 5;
  143. this.pictureBox1.TabStop = false;
  144. //
  145. // beauty_saloonDataSet
  146. //
  147. this.beauty_saloonDataSet.DataSetName = "beauty_saloonDataSet";
  148. this.beauty_saloonDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  149. //
  150. // serviceBindingSource
  151. //
  152. this.serviceBindingSource.DataMember = "Service";
  153. this.serviceBindingSource.DataSource = this.beauty_saloonDataSet;
  154. //
  155. // serviceTableAdapter
  156. //
  157. this.serviceTableAdapter.ClearBeforeFill = true;
  158. //
  159. // tableAdapterManager
  160. //
  161. this.tableAdapterManager.AttachedProductTableAdapter = null;
  162. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  163. this.tableAdapterManager.ClientServiceTableAdapter = null;
  164. this.tableAdapterManager.ClientTableAdapter = null;
  165. this.tableAdapterManager.DocumentByServiceTableAdapter = null;
  166. this.tableAdapterManager.GenderTableAdapter = null;
  167. this.tableAdapterManager.ManufacturerTableAdapter = null;
  168. this.tableAdapterManager.ProductPhotoTableAdapter = null;
  169. this.tableAdapterManager.ProductSaleTableAdapter = null;
  170. this.tableAdapterManager.ProductTableAdapter = null;
  171. this.tableAdapterManager.ServicePhotoTableAdapter = null;
  172. this.tableAdapterManager.ServiceTableAdapter = this.serviceTableAdapter;
  173. this.tableAdapterManager.TagOfClientTableAdapter = null;
  174. this.tableAdapterManager.TagTableAdapter = null;
  175. this.tableAdapterManager.UpdateOrder = BeautySaloon.beauty_saloonDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  176. //
  177. // titleTextBox
  178. //
  179. this.titleTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.serviceBindingSource, "Title", true));
  180. this.titleTextBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  181. this.titleTextBox.Location = new System.Drawing.Point(171, 96);
  182. this.titleTextBox.Name = "titleTextBox";
  183. this.titleTextBox.Size = new System.Drawing.Size(333, 30);
  184. this.titleTextBox.TabIndex = 9;
  185. //
  186. // costTextBox
  187. //
  188. this.costTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.serviceBindingSource, "Cost", true));
  189. this.costTextBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  190. this.costTextBox.Location = new System.Drawing.Point(171, 149);
  191. this.costTextBox.Name = "costTextBox";
  192. this.costTextBox.Size = new System.Drawing.Size(333, 30);
  193. this.costTextBox.TabIndex = 11;
  194. //
  195. // durationInSecondsTextBox
  196. //
  197. this.durationInSecondsTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.serviceBindingSource, "DurationInSeconds", true));
  198. this.durationInSecondsTextBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  199. this.durationInSecondsTextBox.Location = new System.Drawing.Point(171, 212);
  200. this.durationInSecondsTextBox.Name = "durationInSecondsTextBox";
  201. this.durationInSecondsTextBox.Size = new System.Drawing.Size(333, 30);
  202. this.durationInSecondsTextBox.TabIndex = 13;
  203. //
  204. // descriptionTextBox
  205. //
  206. this.descriptionTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.serviceBindingSource, "Description", true));
  207. this.descriptionTextBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  208. this.descriptionTextBox.Location = new System.Drawing.Point(171, 271);
  209. this.descriptionTextBox.Name = "descriptionTextBox";
  210. this.descriptionTextBox.Size = new System.Drawing.Size(333, 30);
  211. this.descriptionTextBox.TabIndex = 15;
  212. //
  213. // discountTextBox
  214. //
  215. this.discountTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.serviceBindingSource, "Discount", true));
  216. this.discountTextBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  217. this.discountTextBox.Location = new System.Drawing.Point(171, 328);
  218. this.discountTextBox.Name = "discountTextBox";
  219. this.discountTextBox.Size = new System.Drawing.Size(333, 30);
  220. this.discountTextBox.TabIndex = 17;
  221. //
  222. // PrevButton
  223. //
  224. this.PrevButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  225. this.PrevButton.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  226. this.PrevButton.Location = new System.Drawing.Point(203, 389);
  227. this.PrevButton.Name = "PrevButton";
  228. this.PrevButton.Size = new System.Drawing.Size(139, 39);
  229. this.PrevButton.TabIndex = 22;
  230. this.PrevButton.Text = "Предыдущее";
  231. this.PrevButton.UseVisualStyleBackColor = true;
  232. this.PrevButton.Click += new System.EventHandler(this.PrevButton_Click);
  233. //
  234. // nextButton
  235. //
  236. this.nextButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  237. this.nextButton.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  238. this.nextButton.Location = new System.Drawing.Point(16, 389);
  239. this.nextButton.Name = "nextButton";
  240. this.nextButton.Size = new System.Drawing.Size(139, 39);
  241. this.nextButton.TabIndex = 21;
  242. this.nextButton.Text = "Следующее";
  243. this.nextButton.UseVisualStyleBackColor = true;
  244. this.nextButton.Click += new System.EventHandler(this.nextButton_Click);
  245. //
  246. // LastButton
  247. //
  248. this.LastButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  249. this.LastButton.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  250. this.LastButton.Location = new System.Drawing.Point(203, 445);
  251. this.LastButton.Name = "LastButton";
  252. this.LastButton.Size = new System.Drawing.Size(139, 39);
  253. this.LastButton.TabIndex = 24;
  254. this.LastButton.Text = "Последняя";
  255. this.LastButton.UseVisualStyleBackColor = true;
  256. this.LastButton.Click += new System.EventHandler(this.LastButton_Click);
  257. //
  258. // FirstButton
  259. //
  260. this.FirstButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  261. this.FirstButton.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  262. this.FirstButton.Location = new System.Drawing.Point(15, 445);
  263. this.FirstButton.Name = "FirstButton";
  264. this.FirstButton.Size = new System.Drawing.Size(139, 39);
  265. this.FirstButton.TabIndex = 23;
  266. this.FirstButton.Text = "Первая";
  267. this.FirstButton.UseVisualStyleBackColor = true;
  268. this.FirstButton.Click += new System.EventHandler(this.FirstButton_Click);
  269. //
  270. // DelButton
  271. //
  272. this.DelButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  273. this.DelButton.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  274. this.DelButton.Location = new System.Drawing.Point(377, 445);
  275. this.DelButton.Name = "DelButton";
  276. this.DelButton.Size = new System.Drawing.Size(139, 39);
  277. this.DelButton.TabIndex = 25;
  278. this.DelButton.Text = "Удалить";
  279. this.DelButton.UseVisualStyleBackColor = true;
  280. this.DelButton.Click += new System.EventHandler(this.DelButton_Click);
  281. //
  282. // SaveButton
  283. //
  284. this.SaveButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  285. this.SaveButton.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  286. this.SaveButton.Location = new System.Drawing.Point(377, 389);
  287. this.SaveButton.Name = "SaveButton";
  288. this.SaveButton.Size = new System.Drawing.Size(139, 39);
  289. this.SaveButton.TabIndex = 26;
  290. this.SaveButton.Text = "Сохранить";
  291. this.SaveButton.UseVisualStyleBackColor = true;
  292. this.SaveButton.Click += new System.EventHandler(this.SaveButton_Click);
  293. //
  294. // exitButton
  295. //
  296. this.exitButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  297. this.exitButton.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  298. this.exitButton.Location = new System.Drawing.Point(203, 502);
  299. this.exitButton.Name = "exitButton";
  300. this.exitButton.Size = new System.Drawing.Size(139, 39);
  301. this.exitButton.TabIndex = 27;
  302. this.exitButton.Text = "Назад";
  303. this.exitButton.UseVisualStyleBackColor = true;
  304. this.exitButton.Click += new System.EventHandler(this.exitButton_Click);
  305. //
  306. // AddButton
  307. //
  308. this.AddButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  309. this.AddButton.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  310. this.AddButton.Location = new System.Drawing.Point(16, 502);
  311. this.AddButton.Name = "AddButton";
  312. this.AddButton.Size = new System.Drawing.Size(139, 39);
  313. this.AddButton.TabIndex = 28;
  314. this.AddButton.Text = "Добавить";
  315. this.AddButton.UseVisualStyleBackColor = true;
  316. this.AddButton.Click += new System.EventHandler(this.AddButton_Click);
  317. //
  318. // ServiceEditForm
  319. //
  320. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  321. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  322. this.BackColor = System.Drawing.Color.White;
  323. this.ClientSize = new System.Drawing.Size(528, 553);
  324. this.Controls.Add(this.AddButton);
  325. this.Controls.Add(this.exitButton);
  326. this.Controls.Add(this.SaveButton);
  327. this.Controls.Add(this.DelButton);
  328. this.Controls.Add(this.LastButton);
  329. this.Controls.Add(this.FirstButton);
  330. this.Controls.Add(this.PrevButton);
  331. this.Controls.Add(this.nextButton);
  332. this.Controls.Add(titleLabel);
  333. this.Controls.Add(this.titleTextBox);
  334. this.Controls.Add(costLabel);
  335. this.Controls.Add(this.costTextBox);
  336. this.Controls.Add(durationInSecondsLabel);
  337. this.Controls.Add(this.durationInSecondsTextBox);
  338. this.Controls.Add(descriptionLabel);
  339. this.Controls.Add(this.descriptionTextBox);
  340. this.Controls.Add(discountLabel);
  341. this.Controls.Add(this.discountTextBox);
  342. this.Controls.Add(this.panel1);
  343. this.Controls.Add(this.pictureBox1);
  344. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  345. this.Name = "ServiceEditForm";
  346. this.Text = "Редактирование услуг";
  347. this.Load += new System.EventHandler(this.ServiceEditForm_Load);
  348. this.panel1.ResumeLayout(false);
  349. this.panel1.PerformLayout();
  350. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  351. ((System.ComponentModel.ISupportInitialize)(this.beauty_saloonDataSet)).EndInit();
  352. ((System.ComponentModel.ISupportInitialize)(this.serviceBindingSource)).EndInit();
  353. this.ResumeLayout(false);
  354. this.PerformLayout();
  355. }
  356. #endregion
  357. private System.Windows.Forms.Panel panel1;
  358. private System.Windows.Forms.Label label1;
  359. private System.Windows.Forms.PictureBox pictureBox1;
  360. private beauty_saloonDataSet beauty_saloonDataSet;
  361. private System.Windows.Forms.BindingSource serviceBindingSource;
  362. private beauty_saloonDataSetTableAdapters.ServiceTableAdapter serviceTableAdapter;
  363. private beauty_saloonDataSetTableAdapters.TableAdapterManager tableAdapterManager;
  364. private System.Windows.Forms.TextBox titleTextBox;
  365. private System.Windows.Forms.TextBox costTextBox;
  366. private System.Windows.Forms.TextBox durationInSecondsTextBox;
  367. private System.Windows.Forms.TextBox descriptionTextBox;
  368. private System.Windows.Forms.TextBox discountTextBox;
  369. private System.Windows.Forms.Button PrevButton;
  370. private System.Windows.Forms.Button nextButton;
  371. private System.Windows.Forms.Button LastButton;
  372. private System.Windows.Forms.Button FirstButton;
  373. private System.Windows.Forms.Button DelButton;
  374. private System.Windows.Forms.Button SaveButton;
  375. private System.Windows.Forms.Button exitButton;
  376. private System.Windows.Forms.Button AddButton;
  377. }
  378. }