Form8.Designer.cs 20 KB

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