Главная.Designer.cs 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330
  1. namespace BB
  2. {
  3. partial class Главная
  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(Главная));
  30. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
  33. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  34. this.bB_PostanogovDataSet = new BB.BB_PostanogovDataSet();
  35. this.bBPostanogovDataSetBindingSource = new System.Windows.Forms.BindingSource(this.components);
  36. this.услугиBindingSource = new System.Windows.Forms.BindingSource(this.components);
  37. this.услугиTableAdapter = new BB.BB_PostanogovDataSetTableAdapters.УслугиTableAdapter();
  38. this.label2 = new System.Windows.Forms.Label();
  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.label3 = new System.Windows.Forms.Label();
  44. this.label4 = new System.Windows.Forms.Label();
  45. this.comboBox1 = new System.Windows.Forms.ComboBox();
  46. this.услугиBindingSource1 = new System.Windows.Forms.BindingSource(this.components);
  47. this.услугиBindingSource2 = new System.Windows.Forms.BindingSource(this.components);
  48. this.comboBox2 = new System.Windows.Forms.ComboBox();
  49. this.услугиBindingSource3 = new System.Windows.Forms.BindingSource(this.components);
  50. this.button2 = new System.Windows.Forms.Button();
  51. this.button3 = new System.Windows.Forms.Button();
  52. this.button4 = new System.Windows.Forms.Button();
  53. this.pictureBox2 = new System.Windows.Forms.PictureBox();
  54. this.pictureBox3 = new System.Windows.Forms.PictureBox();
  55. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  56. ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
  57. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)(this.bB_PostanogovDataSet)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.bBPostanogovDataSetBindingSource)).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)(this.услугиBindingSource)).BeginInit();
  61. ((System.ComponentModel.ISupportInitialize)(this.услугиBindingSource1)).BeginInit();
  62. ((System.ComponentModel.ISupportInitialize)(this.услугиBindingSource2)).BeginInit();
  63. ((System.ComponentModel.ISupportInitialize)(this.услугиBindingSource3)).BeginInit();
  64. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
  65. ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
  66. this.SuspendLayout();
  67. //
  68. // pictureBox1
  69. //
  70. this.pictureBox1.ErrorImage = ((System.Drawing.Image)(resources.GetObject("pictureBox1.ErrorImage")));
  71. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  72. this.pictureBox1.Location = new System.Drawing.Point(715, -4);
  73. this.pictureBox1.Name = "pictureBox1";
  74. this.pictureBox1.Size = new System.Drawing.Size(78, 99);
  75. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  76. this.pictureBox1.TabIndex = 1;
  77. this.pictureBox1.TabStop = false;
  78. //
  79. // label1
  80. //
  81. this.label1.Font = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  82. this.label1.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  83. this.label1.Location = new System.Drawing.Point(99, 23);
  84. this.label1.Name = "label1";
  85. this.label1.Size = new System.Drawing.Size(610, 23);
  86. this.label1.TabIndex = 2;
  87. this.label1.Text = "Добро пожаловать!";
  88. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  89. //
  90. // dataGridView1
  91. //
  92. this.dataGridView1.AutoGenerateColumns = false;
  93. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  94. this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  95. this.наименованиеуслугиDataGridViewTextBoxColumn,
  96. this.длительностьDataGridViewTextBoxColumn,
  97. this.стоимостьрублейDataGridViewTextBoxColumn,
  98. this.действующаяскидкаDataGridViewTextBoxColumn});
  99. this.dataGridView1.DataSource = this.услугиBindingSource;
  100. this.dataGridView1.Location = new System.Drawing.Point(11, 106);
  101. this.dataGridView1.Name = "dataGridView1";
  102. this.dataGridView1.Size = new System.Drawing.Size(442, 212);
  103. this.dataGridView1.TabIndex = 3;
  104. //
  105. // bB_PostanogovDataSet
  106. //
  107. this.bB_PostanogovDataSet.DataSetName = "BB_PostanogovDataSet";
  108. this.bB_PostanogovDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  109. //
  110. // bBPostanogovDataSetBindingSource
  111. //
  112. this.bBPostanogovDataSetBindingSource.DataSource = this.bB_PostanogovDataSet;
  113. this.bBPostanogovDataSetBindingSource.Position = 0;
  114. //
  115. // услугиBindingSource
  116. //
  117. this.услугиBindingSource.DataMember = "Услуги";
  118. this.услугиBindingSource.DataSource = this.bBPostanogovDataSetBindingSource;
  119. //
  120. // услугиTableAdapter
  121. //
  122. this.услугиTableAdapter.ClearBeforeFill = true;
  123. //
  124. // label2
  125. //
  126. this.label2.Font = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  127. this.label2.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  128. this.label2.Location = new System.Drawing.Point(-202, 72);
  129. this.label2.Name = "label2";
  130. this.label2.Size = new System.Drawing.Size(610, 23);
  131. this.label2.TabIndex = 4;
  132. this.label2.Text = "Наши услуги";
  133. this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  134. //
  135. // наименованиеуслугиDataGridViewTextBoxColumn
  136. //
  137. this.наименованиеуслугиDataGridViewTextBoxColumn.DataPropertyName = "Наименование_услуги";
  138. this.наименованиеуслугиDataGridViewTextBoxColumn.HeaderText = "Наименование_услуги";
  139. this.наименованиеуслугиDataGridViewTextBoxColumn.Name = "наименованиеуслугиDataGridViewTextBoxColumn";
  140. //
  141. // длительностьDataGridViewTextBoxColumn
  142. //
  143. this.длительностьDataGridViewTextBoxColumn.DataPropertyName = "Длительность";
  144. this.длительностьDataGridViewTextBoxColumn.HeaderText = "Длительность";
  145. this.длительностьDataGridViewTextBoxColumn.Name = "длительностьDataGridViewTextBoxColumn";
  146. //
  147. // стоимостьрублейDataGridViewTextBoxColumn
  148. //
  149. this.стоимостьрублейDataGridViewTextBoxColumn.DataPropertyName = "Стоимость_рублей";
  150. this.стоимостьрублейDataGridViewTextBoxColumn.HeaderText = "Стоимость_рублей";
  151. this.стоимостьрублейDataGridViewTextBoxColumn.Name = "стоимостьрублейDataGridViewTextBoxColumn";
  152. //
  153. // действующаяскидкаDataGridViewTextBoxColumn
  154. //
  155. this.действующаяскидкаDataGridViewTextBoxColumn.DataPropertyName = "Действующая_скидка";
  156. this.действующаяскидкаDataGridViewTextBoxColumn.HeaderText = "Действующая_скидка";
  157. this.действующаяскидкаDataGridViewTextBoxColumn.Name = "действующаяскидкаDataGridViewTextBoxColumn";
  158. //
  159. // label3
  160. //
  161. this.label3.AutoSize = true;
  162. this.label3.Location = new System.Drawing.Point(12, 336);
  163. this.label3.Name = "label3";
  164. this.label3.Size = new System.Drawing.Size(77, 13);
  165. this.label3.TabIndex = 5;
  166. this.label3.Text = "Наменование";
  167. //
  168. // label4
  169. //
  170. this.label4.AutoSize = true;
  171. this.label4.Location = new System.Drawing.Point(43, 365);
  172. this.label4.Name = "label4";
  173. this.label4.Size = new System.Drawing.Size(44, 13);
  174. this.label4.TabIndex = 6;
  175. this.label4.Text = "Скидка";
  176. //
  177. // comboBox1
  178. //
  179. this.comboBox1.DataSource = this.услугиBindingSource2;
  180. this.comboBox1.DisplayMember = "Наименование_услуги";
  181. this.comboBox1.FormattingEnabled = true;
  182. this.comboBox1.Location = new System.Drawing.Point(95, 333);
  183. this.comboBox1.Name = "comboBox1";
  184. this.comboBox1.Size = new System.Drawing.Size(358, 21);
  185. this.comboBox1.TabIndex = 9;
  186. //
  187. // услугиBindingSource1
  188. //
  189. this.услугиBindingSource1.DataMember = "Услуги";
  190. this.услугиBindingSource1.DataSource = this.bBPostanogovDataSetBindingSource;
  191. //
  192. // услугиBindingSource2
  193. //
  194. this.услугиBindingSource2.DataMember = "Услуги";
  195. this.услугиBindingSource2.DataSource = this.bBPostanogovDataSetBindingSource;
  196. //
  197. // comboBox2
  198. //
  199. this.comboBox2.DataSource = this.услугиBindingSource3;
  200. this.comboBox2.DisplayMember = "Действующая_скидка";
  201. this.comboBox2.FormattingEnabled = true;
  202. this.comboBox2.Location = new System.Drawing.Point(95, 362);
  203. this.comboBox2.Name = "comboBox2";
  204. this.comboBox2.Size = new System.Drawing.Size(357, 21);
  205. this.comboBox2.TabIndex = 10;
  206. //
  207. // услугиBindingSource3
  208. //
  209. this.услугиBindingSource3.DataMember = "Услуги";
  210. this.услугиBindingSource3.DataSource = this.bBPostanogovDataSetBindingSource;
  211. //
  212. // button2
  213. //
  214. this.button2.Location = new System.Drawing.Point(470, 332);
  215. this.button2.Name = "button2";
  216. this.button2.Size = new System.Drawing.Size(271, 23);
  217. this.button2.TabIndex = 12;
  218. this.button2.Text = "Показать всё";
  219. this.button2.UseVisualStyleBackColor = true;
  220. this.button2.Click += new System.EventHandler(this.button2_Click);
  221. //
  222. // button3
  223. //
  224. this.button3.Location = new System.Drawing.Point(470, 361);
  225. this.button3.Name = "button3";
  226. this.button3.Size = new System.Drawing.Size(132, 23);
  227. this.button3.TabIndex = 13;
  228. this.button3.Text = "Найти";
  229. this.button3.UseVisualStyleBackColor = true;
  230. this.button3.Click += new System.EventHandler(this.button3_Click);
  231. //
  232. // button4
  233. //
  234. this.button4.Location = new System.Drawing.Point(608, 361);
  235. this.button4.Name = "button4";
  236. this.button4.Size = new System.Drawing.Size(132, 23);
  237. this.button4.TabIndex = 14;
  238. this.button4.Text = "Закрыть";
  239. this.button4.UseVisualStyleBackColor = true;
  240. //
  241. // pictureBox2
  242. //
  243. this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
  244. this.pictureBox2.Location = new System.Drawing.Point(524, 213);
  245. this.pictureBox2.Name = "pictureBox2";
  246. this.pictureBox2.Size = new System.Drawing.Size(269, 113);
  247. this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  248. this.pictureBox2.TabIndex = 15;
  249. this.pictureBox2.TabStop = false;
  250. //
  251. // pictureBox3
  252. //
  253. this.pictureBox3.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox3.Image")));
  254. this.pictureBox3.Location = new System.Drawing.Point(470, 99);
  255. this.pictureBox3.Name = "pictureBox3";
  256. this.pictureBox3.Size = new System.Drawing.Size(251, 108);
  257. this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  258. this.pictureBox3.TabIndex = 16;
  259. this.pictureBox3.TabStop = false;
  260. //
  261. // Главная
  262. //
  263. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  264. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  265. this.BackColor = System.Drawing.Color.LightPink;
  266. this.ClientSize = new System.Drawing.Size(821, 402);
  267. this.Controls.Add(this.pictureBox3);
  268. this.Controls.Add(this.pictureBox2);
  269. this.Controls.Add(this.button4);
  270. this.Controls.Add(this.button3);
  271. this.Controls.Add(this.button2);
  272. this.Controls.Add(this.comboBox2);
  273. this.Controls.Add(this.comboBox1);
  274. this.Controls.Add(this.label4);
  275. this.Controls.Add(this.label3);
  276. this.Controls.Add(this.label2);
  277. this.Controls.Add(this.dataGridView1);
  278. this.Controls.Add(this.label1);
  279. this.Controls.Add(this.pictureBox1);
  280. this.Name = "Главная";
  281. this.Text = "Form2";
  282. this.Load += new System.EventHandler(this.Главная_Load);
  283. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  284. ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
  285. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  286. ((System.ComponentModel.ISupportInitialize)(this.bB_PostanogovDataSet)).EndInit();
  287. ((System.ComponentModel.ISupportInitialize)(this.bBPostanogovDataSetBindingSource)).EndInit();
  288. ((System.ComponentModel.ISupportInitialize)(this.услугиBindingSource)).EndInit();
  289. ((System.ComponentModel.ISupportInitialize)(this.услугиBindingSource1)).EndInit();
  290. ((System.ComponentModel.ISupportInitialize)(this.услугиBindingSource2)).EndInit();
  291. ((System.ComponentModel.ISupportInitialize)(this.услугиBindingSource3)).EndInit();
  292. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
  293. ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
  294. this.ResumeLayout(false);
  295. this.PerformLayout();
  296. }
  297. #endregion
  298. private System.Windows.Forms.PictureBox pictureBox1;
  299. private System.Windows.Forms.Label label1;
  300. private System.Windows.Forms.BindingSource bindingSource1;
  301. private System.Windows.Forms.DataGridView dataGridView1;
  302. private System.Windows.Forms.BindingSource bBPostanogovDataSetBindingSource;
  303. private BB_PostanogovDataSet bB_PostanogovDataSet;
  304. private System.Windows.Forms.BindingSource услугиBindingSource;
  305. private BB_PostanogovDataSetTableAdapters.УслугиTableAdapter услугиTableAdapter;
  306. private System.Windows.Forms.Label label2;
  307. private System.Windows.Forms.DataGridViewTextBoxColumn наименованиеуслугиDataGridViewTextBoxColumn;
  308. private System.Windows.Forms.DataGridViewTextBoxColumn длительностьDataGridViewTextBoxColumn;
  309. private System.Windows.Forms.DataGridViewTextBoxColumn стоимостьрублейDataGridViewTextBoxColumn;
  310. private System.Windows.Forms.DataGridViewTextBoxColumn действующаяскидкаDataGridViewTextBoxColumn;
  311. private System.Windows.Forms.Label label3;
  312. private System.Windows.Forms.Label label4;
  313. private System.Windows.Forms.ComboBox comboBox1;
  314. private System.Windows.Forms.BindingSource услугиBindingSource1;
  315. private System.Windows.Forms.BindingSource услугиBindingSource2;
  316. private System.Windows.Forms.ComboBox comboBox2;
  317. private System.Windows.Forms.BindingSource услугиBindingSource3;
  318. private System.Windows.Forms.Button button2;
  319. private System.Windows.Forms.Button button3;
  320. private System.Windows.Forms.Button button4;
  321. private System.Windows.Forms.PictureBox pictureBox2;
  322. private System.Windows.Forms.PictureBox pictureBox3;
  323. }
  324. }