Form2.Designer.cs 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386
  1. namespace BBrovki1Z
  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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form2));
  30. this.panel1 = new System.Windows.Forms.Panel();
  31. this.button1 = new System.Windows.Forms.Button();
  32. this.label1 = new System.Windows.Forms.Label();
  33. this.panel2 = new System.Windows.Forms.Panel();
  34. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  35. this.button2 = new System.Windows.Forms.Button();
  36. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  37. this.iDDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.наименованиеуслугиDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.главноеизображениеDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.длительностьDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.стоимостьDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.действующаяскидкаDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.serviceBindingSource = new System.Windows.Forms.BindingSource(this.components);
  44. this.bBrovkiZDataSet = new BBrovki1Z.BBrovkiZDataSet();
  45. this.serviceTableAdapter = new BBrovki1Z.BBrovkiZDataSetTableAdapters.ServiceTableAdapter();
  46. this.groupBox1 = new System.Windows.Forms.GroupBox();
  47. this.button7 = new System.Windows.Forms.Button();
  48. this.button6 = new System.Windows.Forms.Button();
  49. this.button5 = new System.Windows.Forms.Button();
  50. this.comboBox2 = new System.Windows.Forms.ComboBox();
  51. this.label3 = new System.Windows.Forms.Label();
  52. this.comboBox1 = new System.Windows.Forms.ComboBox();
  53. this.button4 = new System.Windows.Forms.Button();
  54. this.button3 = new System.Windows.Forms.Button();
  55. this.label2 = new System.Windows.Forms.Label();
  56. this.panel3 = new System.Windows.Forms.Panel();
  57. this.panel1.SuspendLayout();
  58. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)(this.serviceBindingSource)).BeginInit();
  61. ((System.ComponentModel.ISupportInitialize)(this.bBrovkiZDataSet)).BeginInit();
  62. this.groupBox1.SuspendLayout();
  63. this.SuspendLayout();
  64. //
  65. // panel1
  66. //
  67. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
  68. this.panel1.Controls.Add(this.button1);
  69. this.panel1.Controls.Add(this.label1);
  70. this.panel1.Location = new System.Drawing.Point(116, -6);
  71. this.panel1.Name = "panel1";
  72. this.panel1.Size = new System.Drawing.Size(743, 56);
  73. this.panel1.TabIndex = 3;
  74. //
  75. // button1
  76. //
  77. this.button1.ForeColor = System.Drawing.Color.Black;
  78. this.button1.Location = new System.Drawing.Point(660, 7);
  79. this.button1.Name = "button1";
  80. this.button1.Size = new System.Drawing.Size(22, 23);
  81. this.button1.TabIndex = 3;
  82. this.button1.Text = "X";
  83. this.button1.UseVisualStyleBackColor = true;
  84. this.button1.Click += new System.EventHandler(this.button1_Click);
  85. //
  86. // label1
  87. //
  88. this.label1.AutoSize = true;
  89. this.label1.Font = new System.Drawing.Font("Tahoma", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  90. this.label1.ForeColor = System.Drawing.Color.White;
  91. this.label1.Location = new System.Drawing.Point(175, 15);
  92. this.label1.Name = "label1";
  93. this.label1.Size = new System.Drawing.Size(244, 33);
  94. this.label1.TabIndex = 3;
  95. this.label1.Text = "..::Ассортимент::..";
  96. //
  97. // panel2
  98. //
  99. this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
  100. this.panel2.Location = new System.Drawing.Point(-152, -9);
  101. this.panel2.Name = "panel2";
  102. this.panel2.Size = new System.Drawing.Size(200, 59);
  103. this.panel2.TabIndex = 5;
  104. //
  105. // pictureBox1
  106. //
  107. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  108. this.pictureBox1.Location = new System.Drawing.Point(32, 0);
  109. this.pictureBox1.Name = "pictureBox1";
  110. this.pictureBox1.Size = new System.Drawing.Size(100, 50);
  111. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  112. this.pictureBox1.TabIndex = 4;
  113. this.pictureBox1.TabStop = false;
  114. //
  115. // button2
  116. //
  117. this.button2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
  118. this.button2.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  119. this.button2.ForeColor = System.Drawing.Color.White;
  120. this.button2.Location = new System.Drawing.Point(12, 405);
  121. this.button2.Name = "button2";
  122. this.button2.Size = new System.Drawing.Size(92, 33);
  123. this.button2.TabIndex = 6;
  124. this.button2.Text = "Назад";
  125. this.button2.UseVisualStyleBackColor = false;
  126. this.button2.Click += new System.EventHandler(this.button2_Click);
  127. //
  128. // dataGridView1
  129. //
  130. this.dataGridView1.AutoGenerateColumns = false;
  131. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  132. this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  133. this.iDDataGridViewTextBoxColumn,
  134. this.наименованиеуслугиDataGridViewTextBoxColumn,
  135. this.главноеизображениеDataGridViewTextBoxColumn,
  136. this.длительностьDataGridViewTextBoxColumn,
  137. this.стоимостьDataGridViewTextBoxColumn,
  138. this.действующаяскидкаDataGridViewTextBoxColumn});
  139. this.dataGridView1.DataSource = this.serviceBindingSource;
  140. this.dataGridView1.Location = new System.Drawing.Point(12, 67);
  141. this.dataGridView1.Name = "dataGridView1";
  142. this.dataGridView1.Size = new System.Drawing.Size(776, 150);
  143. this.dataGridView1.TabIndex = 7;
  144. //
  145. // iDDataGridViewTextBoxColumn
  146. //
  147. this.iDDataGridViewTextBoxColumn.DataPropertyName = "ID";
  148. this.iDDataGridViewTextBoxColumn.HeaderText = "ID";
  149. this.iDDataGridViewTextBoxColumn.Name = "iDDataGridViewTextBoxColumn";
  150. //
  151. // наименованиеуслугиDataGridViewTextBoxColumn
  152. //
  153. this.наименованиеуслугиDataGridViewTextBoxColumn.DataPropertyName = "Наименование_услуги";
  154. this.наименованиеуслугиDataGridViewTextBoxColumn.HeaderText = "Наименование_услуги";
  155. this.наименованиеуслугиDataGridViewTextBoxColumn.Name = "наименованиеуслугиDataGridViewTextBoxColumn";
  156. //
  157. // главноеизображениеDataGridViewTextBoxColumn
  158. //
  159. this.главноеизображениеDataGridViewTextBoxColumn.DataPropertyName = "Главное_изображение";
  160. this.главноеизображениеDataGridViewTextBoxColumn.HeaderText = "Главное_изображение";
  161. this.главноеизображениеDataGridViewTextBoxColumn.Name = "главноеизображениеDataGridViewTextBoxColumn";
  162. //
  163. // длительностьDataGridViewTextBoxColumn
  164. //
  165. this.длительностьDataGridViewTextBoxColumn.DataPropertyName = "Длительность";
  166. this.длительностьDataGridViewTextBoxColumn.HeaderText = "Длительность";
  167. this.длительностьDataGridViewTextBoxColumn.Name = "длительностьDataGridViewTextBoxColumn";
  168. //
  169. // стоимостьDataGridViewTextBoxColumn
  170. //
  171. this.стоимостьDataGridViewTextBoxColumn.DataPropertyName = "Стоимость";
  172. this.стоимостьDataGridViewTextBoxColumn.HeaderText = "Стоимость";
  173. this.стоимостьDataGridViewTextBoxColumn.Name = "стоимостьDataGridViewTextBoxColumn";
  174. //
  175. // действующаяскидкаDataGridViewTextBoxColumn
  176. //
  177. this.действующаяскидкаDataGridViewTextBoxColumn.DataPropertyName = "Действующая_скидка";
  178. this.действующаяскидкаDataGridViewTextBoxColumn.HeaderText = "Действующая_скидка";
  179. this.действующаяскидкаDataGridViewTextBoxColumn.Name = "действующаяскидкаDataGridViewTextBoxColumn";
  180. //
  181. // serviceBindingSource
  182. //
  183. this.serviceBindingSource.DataMember = "Service";
  184. this.serviceBindingSource.DataSource = this.bBrovkiZDataSet;
  185. //
  186. // bBrovkiZDataSet
  187. //
  188. this.bBrovkiZDataSet.DataSetName = "BBrovkiZDataSet";
  189. this.bBrovkiZDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  190. //
  191. // serviceTableAdapter
  192. //
  193. this.serviceTableAdapter.ClearBeforeFill = true;
  194. //
  195. // groupBox1
  196. //
  197. this.groupBox1.Controls.Add(this.button7);
  198. this.groupBox1.Controls.Add(this.button6);
  199. this.groupBox1.Controls.Add(this.button5);
  200. this.groupBox1.Controls.Add(this.comboBox2);
  201. this.groupBox1.Controls.Add(this.label3);
  202. this.groupBox1.Controls.Add(this.comboBox1);
  203. this.groupBox1.Controls.Add(this.button4);
  204. this.groupBox1.Controls.Add(this.button3);
  205. this.groupBox1.Controls.Add(this.label2);
  206. this.groupBox1.Controls.Add(this.panel3);
  207. this.groupBox1.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  208. this.groupBox1.Location = new System.Drawing.Point(12, 223);
  209. this.groupBox1.Name = "groupBox1";
  210. this.groupBox1.Size = new System.Drawing.Size(776, 176);
  211. this.groupBox1.TabIndex = 8;
  212. this.groupBox1.TabStop = false;
  213. this.groupBox1.Text = "Сортировка";
  214. //
  215. // button7
  216. //
  217. this.button7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255)))));
  218. this.button7.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  219. this.button7.Location = new System.Drawing.Point(391, 132);
  220. this.button7.Name = "button7";
  221. this.button7.Size = new System.Drawing.Size(243, 29);
  222. this.button7.TabIndex = 9;
  223. this.button7.Text = "Добавить новую услугу";
  224. this.button7.UseVisualStyleBackColor = false;
  225. this.button7.Click += new System.EventHandler(this.button7_Click);
  226. //
  227. // button6
  228. //
  229. this.button6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
  230. this.button6.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  231. this.button6.ForeColor = System.Drawing.Color.White;
  232. this.button6.Location = new System.Drawing.Point(516, 74);
  233. this.button6.Name = "button6";
  234. this.button6.Size = new System.Drawing.Size(118, 33);
  235. this.button6.TabIndex = 8;
  236. this.button6.Text = "Сбросить";
  237. this.button6.UseVisualStyleBackColor = false;
  238. this.button6.Click += new System.EventHandler(this.button6_Click);
  239. //
  240. // button5
  241. //
  242. this.button5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
  243. this.button5.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  244. this.button5.ForeColor = System.Drawing.Color.White;
  245. this.button5.Location = new System.Drawing.Point(391, 74);
  246. this.button5.Name = "button5";
  247. this.button5.Size = new System.Drawing.Size(118, 33);
  248. this.button5.TabIndex = 7;
  249. this.button5.Text = "Применить";
  250. this.button5.UseVisualStyleBackColor = false;
  251. this.button5.Click += new System.EventHandler(this.button5_Click);
  252. //
  253. // comboBox2
  254. //
  255. this.comboBox2.DataSource = this.serviceBindingSource;
  256. this.comboBox2.DisplayMember = "Наименование_услуги";
  257. this.comboBox2.FormattingEnabled = true;
  258. this.comboBox2.Location = new System.Drawing.Point(205, 79);
  259. this.comboBox2.Name = "comboBox2";
  260. this.comboBox2.Size = new System.Drawing.Size(179, 24);
  261. this.comboBox2.TabIndex = 6;
  262. //
  263. // label3
  264. //
  265. this.label3.AutoSize = true;
  266. this.label3.Location = new System.Drawing.Point(6, 84);
  267. this.label3.Name = "label3";
  268. this.label3.Size = new System.Drawing.Size(192, 16);
  269. this.label3.TabIndex = 5;
  270. this.label3.Text = "Сортировка по наименованию:";
  271. //
  272. // comboBox1
  273. //
  274. this.comboBox1.DataSource = this.serviceBindingSource;
  275. this.comboBox1.DisplayMember = "Длительность";
  276. this.comboBox1.FormattingEnabled = true;
  277. this.comboBox1.Location = new System.Drawing.Point(205, 27);
  278. this.comboBox1.Name = "comboBox1";
  279. this.comboBox1.Size = new System.Drawing.Size(179, 24);
  280. this.comboBox1.TabIndex = 4;
  281. //
  282. // button4
  283. //
  284. this.button4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
  285. this.button4.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  286. this.button4.ForeColor = System.Drawing.Color.White;
  287. this.button4.Location = new System.Drawing.Point(515, 21);
  288. this.button4.Name = "button4";
  289. this.button4.Size = new System.Drawing.Size(119, 33);
  290. this.button4.TabIndex = 3;
  291. this.button4.Text = "Сбросить";
  292. this.button4.UseVisualStyleBackColor = false;
  293. this.button4.Click += new System.EventHandler(this.button4_Click);
  294. //
  295. // button3
  296. //
  297. this.button3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
  298. this.button3.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  299. this.button3.ForeColor = System.Drawing.Color.White;
  300. this.button3.Location = new System.Drawing.Point(390, 21);
  301. this.button3.Name = "button3";
  302. this.button3.Size = new System.Drawing.Size(119, 33);
  303. this.button3.TabIndex = 2;
  304. this.button3.Text = "Применить";
  305. this.button3.UseVisualStyleBackColor = false;
  306. this.button3.Click += new System.EventHandler(this.button3_Click);
  307. //
  308. // label2
  309. //
  310. this.label2.AutoSize = true;
  311. this.label2.Location = new System.Drawing.Point(6, 35);
  312. this.label2.Name = "label2";
  313. this.label2.Size = new System.Drawing.Size(185, 16);
  314. this.label2.TabIndex = 1;
  315. this.label2.Text = "Сортировка по длительности:";
  316. //
  317. // panel3
  318. //
  319. this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255)))));
  320. this.panel3.Location = new System.Drawing.Point(0, 17);
  321. this.panel3.Name = "panel3";
  322. this.panel3.Size = new System.Drawing.Size(776, 155);
  323. this.panel3.TabIndex = 9;
  324. //
  325. // Form2
  326. //
  327. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  328. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  329. this.ClientSize = new System.Drawing.Size(800, 450);
  330. this.Controls.Add(this.groupBox1);
  331. this.Controls.Add(this.dataGridView1);
  332. this.Controls.Add(this.button2);
  333. this.Controls.Add(this.panel1);
  334. this.Controls.Add(this.panel2);
  335. this.Controls.Add(this.pictureBox1);
  336. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  337. this.Name = "Form2";
  338. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  339. this.Text = "Ассортимент";
  340. this.Load += new System.EventHandler(this.Form2_Load);
  341. this.panel1.ResumeLayout(false);
  342. this.panel1.PerformLayout();
  343. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  344. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  345. ((System.ComponentModel.ISupportInitialize)(this.serviceBindingSource)).EndInit();
  346. ((System.ComponentModel.ISupportInitialize)(this.bBrovkiZDataSet)).EndInit();
  347. this.groupBox1.ResumeLayout(false);
  348. this.groupBox1.PerformLayout();
  349. this.ResumeLayout(false);
  350. }
  351. #endregion
  352. private System.Windows.Forms.Panel panel1;
  353. private System.Windows.Forms.Button button1;
  354. private System.Windows.Forms.Label label1;
  355. private System.Windows.Forms.Panel panel2;
  356. private System.Windows.Forms.PictureBox pictureBox1;
  357. private System.Windows.Forms.Button button2;
  358. private System.Windows.Forms.DataGridView dataGridView1;
  359. private BBrovkiZDataSet bBrovkiZDataSet;
  360. private System.Windows.Forms.BindingSource serviceBindingSource;
  361. private BBrovkiZDataSetTableAdapters.ServiceTableAdapter serviceTableAdapter;
  362. private System.Windows.Forms.DataGridViewTextBoxColumn iDDataGridViewTextBoxColumn;
  363. private System.Windows.Forms.DataGridViewTextBoxColumn наименованиеуслугиDataGridViewTextBoxColumn;
  364. private System.Windows.Forms.DataGridViewTextBoxColumn главноеизображениеDataGridViewTextBoxColumn;
  365. private System.Windows.Forms.DataGridViewTextBoxColumn длительностьDataGridViewTextBoxColumn;
  366. private System.Windows.Forms.DataGridViewTextBoxColumn стоимостьDataGridViewTextBoxColumn;
  367. private System.Windows.Forms.DataGridViewTextBoxColumn действующаяскидкаDataGridViewTextBoxColumn;
  368. private System.Windows.Forms.GroupBox groupBox1;
  369. private System.Windows.Forms.ComboBox comboBox1;
  370. private System.Windows.Forms.Button button4;
  371. private System.Windows.Forms.Button button3;
  372. private System.Windows.Forms.Label label2;
  373. private System.Windows.Forms.Button button6;
  374. private System.Windows.Forms.Button button5;
  375. private System.Windows.Forms.ComboBox comboBox2;
  376. private System.Windows.Forms.Label label3;
  377. private System.Windows.Forms.Button button7;
  378. private System.Windows.Forms.Panel panel3;
  379. }
  380. }