Администратор.Designer.cs 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344
  1. 
  2. namespace SalonKrasoti02
  3. {
  4. partial class Администратор
  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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Администратор));
  31. this.panel1 = new System.Windows.Forms.Panel();
  32. this.pictureBox2 = new System.Windows.Forms.PictureBox();
  33. this.label1 = new System.Windows.Forms.Label();
  34. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  35. this.label2 = new System.Windows.Forms.Label();
  36. this.panel2 = new System.Windows.Forms.Panel();
  37. this.button4 = new System.Windows.Forms.Button();
  38. this.button3 = new System.Windows.Forms.Button();
  39. this.button2 = new System.Windows.Forms.Button();
  40. this.button1 = new System.Windows.Forms.Button();
  41. this.discountLabel1 = new System.Windows.Forms.Label();
  42. this.serviceBindingSource = new System.Windows.Forms.BindingSource(this.components);
  43. this.saloonKrasoti02DataSet = new SalonKrasoti02.SaloonKrasoti02DataSet();
  44. this.costLabel1 = new System.Windows.Forms.Label();
  45. this.durationInMinutesLabel1 = new System.Windows.Forms.Label();
  46. this.titleComboBox = new System.Windows.Forms.ComboBox();
  47. this.label5 = new System.Windows.Forms.Label();
  48. this.label4 = new System.Windows.Forms.Label();
  49. this.label3 = new System.Windows.Forms.Label();
  50. this.serviceTableAdapter = new SalonKrasoti02.SaloonKrasoti02DataSetTableAdapters.ServiceTableAdapter();
  51. this.tableAdapterManager = new SalonKrasoti02.SaloonKrasoti02DataSetTableAdapters.TableAdapterManager();
  52. this.servicePhotoPictureBox = new System.Windows.Forms.PictureBox();
  53. this.panel1.SuspendLayout();
  54. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
  55. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  56. this.panel2.SuspendLayout();
  57. ((System.ComponentModel.ISupportInitialize)(this.serviceBindingSource)).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)(this.saloonKrasoti02DataSet)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.servicePhotoPictureBox)).BeginInit();
  60. this.SuspendLayout();
  61. //
  62. // panel1
  63. //
  64. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
  65. this.panel1.Controls.Add(this.pictureBox2);
  66. this.panel1.Controls.Add(this.label1);
  67. this.panel1.Controls.Add(this.pictureBox1);
  68. this.panel1.Location = new System.Drawing.Point(1, 2);
  69. this.panel1.Name = "panel1";
  70. this.panel1.Size = new System.Drawing.Size(797, 100);
  71. this.panel1.TabIndex = 4;
  72. //
  73. // pictureBox2
  74. //
  75. this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
  76. this.pictureBox2.Location = new System.Drawing.Point(646, 0);
  77. this.pictureBox2.Name = "pictureBox2";
  78. this.pictureBox2.Size = new System.Drawing.Size(148, 100);
  79. this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  80. this.pictureBox2.TabIndex = 3;
  81. this.pictureBox2.TabStop = false;
  82. //
  83. // label1
  84. //
  85. this.label1.AutoSize = true;
  86. this.label1.Font = new System.Drawing.Font("Tahoma", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  87. this.label1.Location = new System.Drawing.Point(249, 31);
  88. this.label1.Name = "label1";
  89. this.label1.Size = new System.Drawing.Size(299, 33);
  90. this.label1.TabIndex = 2;
  91. this.label1.Text = "Услуги салона красоты";
  92. //
  93. // pictureBox1
  94. //
  95. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  96. this.pictureBox1.Location = new System.Drawing.Point(0, 0);
  97. this.pictureBox1.Name = "pictureBox1";
  98. this.pictureBox1.Size = new System.Drawing.Size(148, 100);
  99. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  100. this.pictureBox1.TabIndex = 0;
  101. this.pictureBox1.TabStop = false;
  102. //
  103. // label2
  104. //
  105. this.label2.AutoSize = true;
  106. this.label2.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  107. this.label2.Location = new System.Drawing.Point(3, 9);
  108. this.label2.Name = "label2";
  109. this.label2.Size = new System.Drawing.Size(174, 19);
  110. this.label2.TabIndex = 5;
  111. this.label2.Text = "Наименование услуги:";
  112. //
  113. // panel2
  114. //
  115. this.panel2.Controls.Add(this.button4);
  116. this.panel2.Controls.Add(this.button3);
  117. this.panel2.Controls.Add(this.button2);
  118. this.panel2.Controls.Add(this.button1);
  119. this.panel2.Controls.Add(this.discountLabel1);
  120. this.panel2.Controls.Add(this.costLabel1);
  121. this.panel2.Controls.Add(this.durationInMinutesLabel1);
  122. this.panel2.Controls.Add(this.titleComboBox);
  123. this.panel2.Controls.Add(this.label5);
  124. this.panel2.Controls.Add(this.label4);
  125. this.panel2.Controls.Add(this.label3);
  126. this.panel2.Controls.Add(this.label2);
  127. this.panel2.Location = new System.Drawing.Point(334, 108);
  128. this.panel2.Name = "panel2";
  129. this.panel2.Size = new System.Drawing.Size(464, 207);
  130. this.panel2.TabIndex = 6;
  131. //
  132. // button4
  133. //
  134. this.button4.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  135. this.button4.Location = new System.Drawing.Point(340, 172);
  136. this.button4.Name = "button4";
  137. this.button4.Size = new System.Drawing.Size(121, 32);
  138. this.button4.TabIndex = 13;
  139. this.button4.Text = "В главное меню";
  140. this.button4.UseVisualStyleBackColor = true;
  141. this.button4.Click += new System.EventHandler(this.button4_Click);
  142. //
  143. // button3
  144. //
  145. this.button3.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  146. this.button3.Location = new System.Drawing.Point(229, 172);
  147. this.button3.Name = "button3";
  148. this.button3.Size = new System.Drawing.Size(105, 32);
  149. this.button3.TabIndex = 12;
  150. this.button3.Text = "Сохранить";
  151. this.button3.UseVisualStyleBackColor = true;
  152. this.button3.Click += new System.EventHandler(this.button3_Click);
  153. //
  154. // button2
  155. //
  156. this.button2.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  157. this.button2.Location = new System.Drawing.Point(118, 172);
  158. this.button2.Name = "button2";
  159. this.button2.Size = new System.Drawing.Size(105, 32);
  160. this.button2.TabIndex = 11;
  161. this.button2.Text = "Удалить";
  162. this.button2.UseVisualStyleBackColor = true;
  163. this.button2.Click += new System.EventHandler(this.button2_Click);
  164. //
  165. // button1
  166. //
  167. this.button1.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  168. this.button1.Location = new System.Drawing.Point(7, 172);
  169. this.button1.Name = "button1";
  170. this.button1.Size = new System.Drawing.Size(105, 32);
  171. this.button1.TabIndex = 10;
  172. this.button1.Text = "Добавить";
  173. this.button1.UseVisualStyleBackColor = true;
  174. this.button1.Click += new System.EventHandler(this.button1_Click);
  175. //
  176. // discountLabel1
  177. //
  178. this.discountLabel1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.serviceBindingSource, "Discount", true));
  179. this.discountLabel1.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  180. this.discountLabel1.Location = new System.Drawing.Point(76, 118);
  181. this.discountLabel1.Name = "discountLabel1";
  182. this.discountLabel1.Size = new System.Drawing.Size(100, 23);
  183. this.discountLabel1.TabIndex = 9;
  184. this.discountLabel1.Text = "label6";
  185. //
  186. // serviceBindingSource
  187. //
  188. this.serviceBindingSource.DataMember = "Service";
  189. this.serviceBindingSource.DataSource = this.saloonKrasoti02DataSet;
  190. //
  191. // saloonKrasoti02DataSet
  192. //
  193. this.saloonKrasoti02DataSet.DataSetName = "SaloonKrasoti02DataSet";
  194. this.saloonKrasoti02DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  195. //
  196. // costLabel1
  197. //
  198. this.costLabel1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.serviceBindingSource, "Cost", true));
  199. this.costLabel1.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  200. this.costLabel1.Location = new System.Drawing.Point(60, 85);
  201. this.costLabel1.Name = "costLabel1";
  202. this.costLabel1.Size = new System.Drawing.Size(100, 23);
  203. this.costLabel1.TabIndex = 9;
  204. this.costLabel1.Text = "label6";
  205. //
  206. // durationInMinutesLabel1
  207. //
  208. this.durationInMinutesLabel1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.serviceBindingSource, "DurationInMinutes", true));
  209. this.durationInMinutesLabel1.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  210. this.durationInMinutesLabel1.Location = new System.Drawing.Point(221, 48);
  211. this.durationInMinutesLabel1.Name = "durationInMinutesLabel1";
  212. this.durationInMinutesLabel1.Size = new System.Drawing.Size(100, 23);
  213. this.durationInMinutesLabel1.TabIndex = 9;
  214. this.durationInMinutesLabel1.Text = "label6";
  215. //
  216. // titleComboBox
  217. //
  218. this.titleComboBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.serviceBindingSource, "Title", true));
  219. this.titleComboBox.DataSource = this.serviceBindingSource;
  220. this.titleComboBox.DisplayMember = "Title";
  221. this.titleComboBox.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  222. this.titleComboBox.FormattingEnabled = true;
  223. this.titleComboBox.Location = new System.Drawing.Point(183, 11);
  224. this.titleComboBox.Name = "titleComboBox";
  225. this.titleComboBox.Size = new System.Drawing.Size(278, 27);
  226. this.titleComboBox.TabIndex = 9;
  227. //
  228. // label5
  229. //
  230. this.label5.AutoSize = true;
  231. this.label5.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  232. this.label5.Location = new System.Drawing.Point(3, 118);
  233. this.label5.Name = "label5";
  234. this.label5.Size = new System.Drawing.Size(67, 19);
  235. this.label5.TabIndex = 8;
  236. this.label5.Text = "Скидка:";
  237. //
  238. // label4
  239. //
  240. this.label4.AutoSize = true;
  241. this.label4.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  242. this.label4.Location = new System.Drawing.Point(3, 85);
  243. this.label4.Name = "label4";
  244. this.label4.Size = new System.Drawing.Size(51, 19);
  245. this.label4.TabIndex = 7;
  246. this.label4.Text = "Цена:";
  247. //
  248. // label3
  249. //
  250. this.label3.AutoSize = true;
  251. this.label3.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  252. this.label3.Location = new System.Drawing.Point(3, 48);
  253. this.label3.Name = "label3";
  254. this.label3.Size = new System.Drawing.Size(212, 19);
  255. this.label3.TabIndex = 6;
  256. this.label3.Text = "Длительность выполнения:";
  257. //
  258. // serviceTableAdapter
  259. //
  260. this.serviceTableAdapter.ClearBeforeFill = true;
  261. //
  262. // tableAdapterManager
  263. //
  264. this.tableAdapterManager.AttachedProductTableAdapter = null;
  265. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  266. this.tableAdapterManager.ClientServiceTableAdapter = null;
  267. this.tableAdapterManager.ClientTableAdapter = null;
  268. this.tableAdapterManager.DocumentByServiceTableAdapter = null;
  269. this.tableAdapterManager.GenderTableAdapter = null;
  270. this.tableAdapterManager.ManufacturerTableAdapter = null;
  271. this.tableAdapterManager.ProductPhotoTableAdapter = null;
  272. this.tableAdapterManager.ProductSaleTableAdapter = null;
  273. this.tableAdapterManager.ProductTableAdapter = null;
  274. this.tableAdapterManager.ServicePhotoTableAdapter = null;
  275. this.tableAdapterManager.ServiceTableAdapter = this.serviceTableAdapter;
  276. this.tableAdapterManager.TagOfClientTableAdapter = null;
  277. this.tableAdapterManager.TagTableAdapter = null;
  278. this.tableAdapterManager.UpdateOrder = SalonKrasoti02.SaloonKrasoti02DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  279. //
  280. // servicePhotoPictureBox
  281. //
  282. this.servicePhotoPictureBox.DataBindings.Add(new System.Windows.Forms.Binding("Image", this.serviceBindingSource, "ServicePhoto", true));
  283. this.servicePhotoPictureBox.Location = new System.Drawing.Point(1, 108);
  284. this.servicePhotoPictureBox.Name = "servicePhotoPictureBox";
  285. this.servicePhotoPictureBox.Size = new System.Drawing.Size(327, 207);
  286. this.servicePhotoPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  287. this.servicePhotoPictureBox.TabIndex = 8;
  288. this.servicePhotoPictureBox.TabStop = false;
  289. //
  290. // Администратор
  291. //
  292. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  293. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  294. this.ClientSize = new System.Drawing.Size(799, 338);
  295. this.Controls.Add(this.servicePhotoPictureBox);
  296. this.Controls.Add(this.panel2);
  297. this.Controls.Add(this.panel1);
  298. this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  299. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  300. this.Name = "Администратор";
  301. this.Text = "Администратор";
  302. this.Load += new System.EventHandler(this.Администратор_Load);
  303. this.panel1.ResumeLayout(false);
  304. this.panel1.PerformLayout();
  305. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
  306. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  307. this.panel2.ResumeLayout(false);
  308. this.panel2.PerformLayout();
  309. ((System.ComponentModel.ISupportInitialize)(this.serviceBindingSource)).EndInit();
  310. ((System.ComponentModel.ISupportInitialize)(this.saloonKrasoti02DataSet)).EndInit();
  311. ((System.ComponentModel.ISupportInitialize)(this.servicePhotoPictureBox)).EndInit();
  312. this.ResumeLayout(false);
  313. }
  314. #endregion
  315. private System.Windows.Forms.Panel panel1;
  316. private System.Windows.Forms.PictureBox pictureBox2;
  317. private System.Windows.Forms.Label label1;
  318. private System.Windows.Forms.PictureBox pictureBox1;
  319. private System.Windows.Forms.Label label2;
  320. private System.Windows.Forms.Panel panel2;
  321. private SaloonKrasoti02DataSet saloonKrasoti02DataSet;
  322. private System.Windows.Forms.BindingSource serviceBindingSource;
  323. private SaloonKrasoti02DataSetTableAdapters.ServiceTableAdapter serviceTableAdapter;
  324. private SaloonKrasoti02DataSetTableAdapters.TableAdapterManager tableAdapterManager;
  325. private System.Windows.Forms.PictureBox servicePhotoPictureBox;
  326. private System.Windows.Forms.Label label3;
  327. private System.Windows.Forms.Label discountLabel1;
  328. private System.Windows.Forms.Label costLabel1;
  329. private System.Windows.Forms.Label durationInMinutesLabel1;
  330. private System.Windows.Forms.ComboBox titleComboBox;
  331. private System.Windows.Forms.Label label5;
  332. private System.Windows.Forms.Label label4;
  333. private System.Windows.Forms.Button button4;
  334. private System.Windows.Forms.Button button3;
  335. private System.Windows.Forms.Button button2;
  336. private System.Windows.Forms.Button button1;
  337. }
  338. }