Admin.Designer.cs 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464
  1. 
  2. namespace _1Browyshka1
  3. {
  4. partial class Admin
  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 isActiveLabel;
  33. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Admin));
  34. this.panel1 = new System.Windows.Forms.Panel();
  35. this.label1 = new System.Windows.Forms.Label();
  36. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  37. this.groupBox1 = new System.Windows.Forms.GroupBox();
  38. this.groupBox2 = new System.Windows.Forms.GroupBox();
  39. this.button3 = new System.Windows.Forms.Button();
  40. this.button2 = new System.Windows.Forms.Button();
  41. this.button1 = new System.Windows.Forms.Button();
  42. this.isActiveCheckBox = new System.Windows.Forms.CheckBox();
  43. this.productBindingSource = new System.Windows.Forms.BindingSource(this.components);
  44. this._1Brovki1DataSet = new _1Browyshka1._1Brovki1DataSet();
  45. this.costLabel1 = new System.Windows.Forms.Label();
  46. this.titleComboBox = new System.Windows.Forms.ComboBox();
  47. this.productTableAdapter = new _1Browyshka1._1Brovki1DataSetTableAdapters.ProductTableAdapter();
  48. this.tableAdapterManager = new _1Browyshka1._1Brovki1DataSetTableAdapters.TableAdapterManager();
  49. this.productSaleTableAdapter = new _1Browyshka1._1Brovki1DataSetTableAdapters.ProductSaleTableAdapter();
  50. this.productBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
  51. this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
  52. this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
  53. this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
  54. this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
  55. this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
  56. this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
  57. this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
  58. this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  59. this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
  60. this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
  61. this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  62. this.productBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
  63. this.productSaleBindingSource = new System.Windows.Forms.BindingSource(this.components);
  64. this.productBindingSource1 = new System.Windows.Forms.BindingSource(this.components);
  65. titleLabel = new System.Windows.Forms.Label();
  66. costLabel = new System.Windows.Forms.Label();
  67. isActiveLabel = new System.Windows.Forms.Label();
  68. this.panel1.SuspendLayout();
  69. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  70. this.groupBox2.SuspendLayout();
  71. ((System.ComponentModel.ISupportInitialize)(this.productBindingSource)).BeginInit();
  72. ((System.ComponentModel.ISupportInitialize)(this._1Brovki1DataSet)).BeginInit();
  73. ((System.ComponentModel.ISupportInitialize)(this.productBindingNavigator)).BeginInit();
  74. this.productBindingNavigator.SuspendLayout();
  75. ((System.ComponentModel.ISupportInitialize)(this.productSaleBindingSource)).BeginInit();
  76. ((System.ComponentModel.ISupportInitialize)(this.productBindingSource1)).BeginInit();
  77. this.SuspendLayout();
  78. //
  79. // titleLabel
  80. //
  81. titleLabel.AutoSize = true;
  82. titleLabel.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  83. titleLabel.Location = new System.Drawing.Point(6, 16);
  84. titleLabel.Name = "titleLabel";
  85. titleLabel.Size = new System.Drawing.Size(161, 18);
  86. titleLabel.TabIndex = 0;
  87. titleLabel.Text = "Наименование товара";
  88. //
  89. // costLabel
  90. //
  91. costLabel.AutoSize = true;
  92. costLabel.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  93. costLabel.Location = new System.Drawing.Point(6, 49);
  94. costLabel.Name = "costLabel";
  95. costLabel.Size = new System.Drawing.Size(82, 18);
  96. costLabel.TabIndex = 2;
  97. costLabel.Text = "Стоимость";
  98. //
  99. // isActiveLabel
  100. //
  101. isActiveLabel.AutoSize = true;
  102. isActiveLabel.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  103. isActiveLabel.Location = new System.Drawing.Point(6, 80);
  104. isActiveLabel.Name = "isActiveLabel";
  105. isActiveLabel.Size = new System.Drawing.Size(66, 18);
  106. isActiveLabel.TabIndex = 4;
  107. isActiveLabel.Text = "Наличие";
  108. //
  109. // panel1
  110. //
  111. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
  112. this.panel1.Controls.Add(this.label1);
  113. this.panel1.Controls.Add(this.pictureBox1);
  114. this.panel1.Location = new System.Drawing.Point(-2, 28);
  115. this.panel1.Name = "panel1";
  116. this.panel1.Size = new System.Drawing.Size(835, 112);
  117. this.panel1.TabIndex = 0;
  118. //
  119. // label1
  120. //
  121. this.label1.AutoSize = true;
  122. this.label1.Font = new System.Drawing.Font("Tahoma", 20.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  123. this.label1.Location = new System.Drawing.Point(218, 45);
  124. this.label1.Name = "label1";
  125. this.label1.Size = new System.Drawing.Size(461, 33);
  126. this.label1.TabIndex = 1;
  127. this.label1.Text = "Товары салона красоты \"Бровушка\"";
  128. //
  129. // pictureBox1
  130. //
  131. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  132. this.pictureBox1.Location = new System.Drawing.Point(3, 0);
  133. this.pictureBox1.Name = "pictureBox1";
  134. this.pictureBox1.Size = new System.Drawing.Size(141, 107);
  135. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  136. this.pictureBox1.TabIndex = 0;
  137. this.pictureBox1.TabStop = false;
  138. //
  139. // groupBox1
  140. //
  141. this.groupBox1.Location = new System.Drawing.Point(12, 177);
  142. this.groupBox1.Name = "groupBox1";
  143. this.groupBox1.Size = new System.Drawing.Size(223, 162);
  144. this.groupBox1.TabIndex = 1;
  145. this.groupBox1.TabStop = false;
  146. //
  147. // groupBox2
  148. //
  149. this.groupBox2.Controls.Add(this.button3);
  150. this.groupBox2.Controls.Add(this.button2);
  151. this.groupBox2.Controls.Add(this.button1);
  152. this.groupBox2.Controls.Add(isActiveLabel);
  153. this.groupBox2.Controls.Add(this.isActiveCheckBox);
  154. this.groupBox2.Controls.Add(costLabel);
  155. this.groupBox2.Controls.Add(this.costLabel1);
  156. this.groupBox2.Controls.Add(titleLabel);
  157. this.groupBox2.Controls.Add(this.titleComboBox);
  158. this.groupBox2.Location = new System.Drawing.Point(250, 177);
  159. this.groupBox2.Name = "groupBox2";
  160. this.groupBox2.Size = new System.Drawing.Size(563, 162);
  161. this.groupBox2.TabIndex = 2;
  162. this.groupBox2.TabStop = false;
  163. //
  164. // button3
  165. //
  166. this.button3.Location = new System.Drawing.Point(222, 133);
  167. this.button3.Name = "button3";
  168. this.button3.Size = new System.Drawing.Size(75, 23);
  169. this.button3.TabIndex = 8;
  170. this.button3.Text = "Сохранить";
  171. this.button3.UseVisualStyleBackColor = true;
  172. this.button3.Click += new System.EventHandler(this.button3_Click);
  173. //
  174. // button2
  175. //
  176. this.button2.Location = new System.Drawing.Point(116, 133);
  177. this.button2.Name = "button2";
  178. this.button2.Size = new System.Drawing.Size(75, 23);
  179. this.button2.TabIndex = 7;
  180. this.button2.Text = "Удалить";
  181. this.button2.UseVisualStyleBackColor = true;
  182. this.button2.Click += new System.EventHandler(this.button2_Click);
  183. //
  184. // button1
  185. //
  186. this.button1.Location = new System.Drawing.Point(6, 133);
  187. this.button1.Name = "button1";
  188. this.button1.Size = new System.Drawing.Size(75, 23);
  189. this.button1.TabIndex = 6;
  190. this.button1.Text = "Добавить";
  191. this.button1.UseVisualStyleBackColor = true;
  192. this.button1.Click += new System.EventHandler(this.button1_Click);
  193. //
  194. // isActiveCheckBox
  195. //
  196. this.isActiveCheckBox.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.productBindingSource, "IsActive", true));
  197. this.isActiveCheckBox.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  198. this.isActiveCheckBox.Location = new System.Drawing.Point(193, 75);
  199. this.isActiveCheckBox.Name = "isActiveCheckBox";
  200. this.isActiveCheckBox.Size = new System.Drawing.Size(104, 24);
  201. this.isActiveCheckBox.TabIndex = 5;
  202. this.isActiveCheckBox.Text = "В наличии";
  203. this.isActiveCheckBox.UseVisualStyleBackColor = true;
  204. //
  205. // productBindingSource
  206. //
  207. this.productBindingSource.DataMember = "Product";
  208. this.productBindingSource.DataSource = this._1Brovki1DataSet;
  209. //
  210. // _1Brovki1DataSet
  211. //
  212. this._1Brovki1DataSet.DataSetName = "_1Brovki1DataSet";
  213. this._1Brovki1DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  214. //
  215. // costLabel1
  216. //
  217. this.costLabel1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productBindingSource, "Cost", true));
  218. this.costLabel1.Location = new System.Drawing.Point(190, 49);
  219. this.costLabel1.Name = "costLabel1";
  220. this.costLabel1.Size = new System.Drawing.Size(100, 23);
  221. this.costLabel1.TabIndex = 3;
  222. this.costLabel1.Text = "label2";
  223. //
  224. // titleComboBox
  225. //
  226. this.titleComboBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productBindingSource, "Title", true));
  227. this.titleComboBox.DataSource = this.productBindingSource;
  228. this.titleComboBox.DisplayMember = "Title";
  229. this.titleComboBox.FormattingEnabled = true;
  230. this.titleComboBox.Location = new System.Drawing.Point(193, 13);
  231. this.titleComboBox.Name = "titleComboBox";
  232. this.titleComboBox.Size = new System.Drawing.Size(350, 21);
  233. this.titleComboBox.TabIndex = 1;
  234. //
  235. // productTableAdapter
  236. //
  237. this.productTableAdapter.ClearBeforeFill = true;
  238. //
  239. // tableAdapterManager
  240. //
  241. this.tableAdapterManager.AttachedProductTableAdapter = null;
  242. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  243. this.tableAdapterManager.ClientServiceTableAdapter = null;
  244. this.tableAdapterManager.ClientTableAdapter = null;
  245. this.tableAdapterManager.DocumentByServiceTableAdapter = null;
  246. this.tableAdapterManager.GenderTableAdapter = null;
  247. this.tableAdapterManager.ManufacturerTableAdapter = null;
  248. this.tableAdapterManager.ProductPhotoTableAdapter = null;
  249. this.tableAdapterManager.ProductSaleTableAdapter = this.productSaleTableAdapter;
  250. this.tableAdapterManager.ProductTableAdapter = this.productTableAdapter;
  251. this.tableAdapterManager.ServicePhotoTableAdapter = null;
  252. this.tableAdapterManager.ServiceTableAdapter = null;
  253. this.tableAdapterManager.TagOfClientTableAdapter = null;
  254. this.tableAdapterManager.TagTableAdapter = null;
  255. this.tableAdapterManager.UpdateOrder = _1Browyshka1._1Brovki1DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  256. //
  257. // productSaleTableAdapter
  258. //
  259. this.productSaleTableAdapter.ClearBeforeFill = true;
  260. //
  261. // productBindingNavigator
  262. //
  263. this.productBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
  264. this.productBindingNavigator.BindingSource = this.productBindingSource;
  265. this.productBindingNavigator.CountItem = this.bindingNavigatorCountItem;
  266. this.productBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
  267. this.productBindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  268. this.bindingNavigatorMoveFirstItem,
  269. this.bindingNavigatorMovePreviousItem,
  270. this.bindingNavigatorSeparator,
  271. this.bindingNavigatorPositionItem,
  272. this.bindingNavigatorCountItem,
  273. this.bindingNavigatorSeparator1,
  274. this.bindingNavigatorMoveNextItem,
  275. this.bindingNavigatorMoveLastItem,
  276. this.bindingNavigatorSeparator2,
  277. this.bindingNavigatorAddNewItem,
  278. this.bindingNavigatorDeleteItem,
  279. this.productBindingNavigatorSaveItem});
  280. this.productBindingNavigator.Location = new System.Drawing.Point(0, 0);
  281. this.productBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
  282. this.productBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
  283. this.productBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
  284. this.productBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
  285. this.productBindingNavigator.Name = "productBindingNavigator";
  286. this.productBindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
  287. this.productBindingNavigator.Size = new System.Drawing.Size(833, 25);
  288. this.productBindingNavigator.TabIndex = 3;
  289. this.productBindingNavigator.Text = "bindingNavigator1";
  290. //
  291. // bindingNavigatorAddNewItem
  292. //
  293. this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  294. this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
  295. this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
  296. this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
  297. this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
  298. this.bindingNavigatorAddNewItem.Text = "Добавить";
  299. //
  300. // bindingNavigatorCountItem
  301. //
  302. this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
  303. this.bindingNavigatorCountItem.Size = new System.Drawing.Size(43, 22);
  304. this.bindingNavigatorCountItem.Text = "для {0}";
  305. this.bindingNavigatorCountItem.ToolTipText = "Общее число элементов";
  306. //
  307. // bindingNavigatorDeleteItem
  308. //
  309. this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  310. this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
  311. this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
  312. this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
  313. this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22);
  314. this.bindingNavigatorDeleteItem.Text = "Удалить";
  315. //
  316. // bindingNavigatorMoveFirstItem
  317. //
  318. this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  319. this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
  320. this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
  321. this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
  322. this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
  323. this.bindingNavigatorMoveFirstItem.Text = "Переместить в начало";
  324. //
  325. // bindingNavigatorMovePreviousItem
  326. //
  327. this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  328. this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
  329. this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
  330. this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
  331. this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
  332. this.bindingNavigatorMovePreviousItem.Text = "Переместить назад";
  333. //
  334. // bindingNavigatorSeparator
  335. //
  336. this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
  337. this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
  338. //
  339. // bindingNavigatorPositionItem
  340. //
  341. this.bindingNavigatorPositionItem.AccessibleName = "Положение";
  342. this.bindingNavigatorPositionItem.AutoSize = false;
  343. this.bindingNavigatorPositionItem.Font = new System.Drawing.Font("Segoe UI", 9F);
  344. this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
  345. this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23);
  346. this.bindingNavigatorPositionItem.Text = "0";
  347. this.bindingNavigatorPositionItem.ToolTipText = "Текущее положение";
  348. //
  349. // bindingNavigatorSeparator1
  350. //
  351. this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
  352. this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
  353. //
  354. // bindingNavigatorMoveNextItem
  355. //
  356. this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  357. this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
  358. this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
  359. this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
  360. this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
  361. this.bindingNavigatorMoveNextItem.Text = "Переместить вперед";
  362. //
  363. // bindingNavigatorMoveLastItem
  364. //
  365. this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  366. this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
  367. this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
  368. this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
  369. this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
  370. this.bindingNavigatorMoveLastItem.Text = "Переместить в конец";
  371. //
  372. // bindingNavigatorSeparator2
  373. //
  374. this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
  375. this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
  376. //
  377. // productBindingNavigatorSaveItem
  378. //
  379. this.productBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  380. this.productBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("productBindingNavigatorSaveItem.Image")));
  381. this.productBindingNavigatorSaveItem.Name = "productBindingNavigatorSaveItem";
  382. this.productBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 22);
  383. this.productBindingNavigatorSaveItem.Text = "Сохранить данные";
  384. this.productBindingNavigatorSaveItem.Click += new System.EventHandler(this.productBindingNavigatorSaveItem_Click);
  385. //
  386. // productSaleBindingSource
  387. //
  388. this.productSaleBindingSource.DataMember = "ProductSale";
  389. this.productSaleBindingSource.DataSource = this._1Brovki1DataSet;
  390. //
  391. // productBindingSource1
  392. //
  393. this.productBindingSource1.DataMember = "Product";
  394. this.productBindingSource1.DataSource = this._1Brovki1DataSet;
  395. //
  396. // Admin
  397. //
  398. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  399. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  400. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255)))));
  401. this.ClientSize = new System.Drawing.Size(833, 380);
  402. this.Controls.Add(this.productBindingNavigator);
  403. this.Controls.Add(this.groupBox2);
  404. this.Controls.Add(this.groupBox1);
  405. this.Controls.Add(this.panel1);
  406. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  407. this.Name = "Admin";
  408. this.Text = "Admin";
  409. this.Load += new System.EventHandler(this.Admin_Load);
  410. this.panel1.ResumeLayout(false);
  411. this.panel1.PerformLayout();
  412. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  413. this.groupBox2.ResumeLayout(false);
  414. this.groupBox2.PerformLayout();
  415. ((System.ComponentModel.ISupportInitialize)(this.productBindingSource)).EndInit();
  416. ((System.ComponentModel.ISupportInitialize)(this._1Brovki1DataSet)).EndInit();
  417. ((System.ComponentModel.ISupportInitialize)(this.productBindingNavigator)).EndInit();
  418. this.productBindingNavigator.ResumeLayout(false);
  419. this.productBindingNavigator.PerformLayout();
  420. ((System.ComponentModel.ISupportInitialize)(this.productSaleBindingSource)).EndInit();
  421. ((System.ComponentModel.ISupportInitialize)(this.productBindingSource1)).EndInit();
  422. this.ResumeLayout(false);
  423. this.PerformLayout();
  424. }
  425. #endregion
  426. private System.Windows.Forms.Panel panel1;
  427. private System.Windows.Forms.Label label1;
  428. private System.Windows.Forms.PictureBox pictureBox1;
  429. private System.Windows.Forms.GroupBox groupBox1;
  430. private System.Windows.Forms.GroupBox groupBox2;
  431. private _1Brovki1DataSet _1Brovki1DataSet;
  432. private System.Windows.Forms.BindingSource productBindingSource;
  433. private _1Brovki1DataSetTableAdapters.ProductTableAdapter productTableAdapter;
  434. private _1Brovki1DataSetTableAdapters.TableAdapterManager tableAdapterManager;
  435. private System.Windows.Forms.BindingNavigator productBindingNavigator;
  436. private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem;
  437. private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
  438. private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem;
  439. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
  440. private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
  441. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
  442. private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
  443. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
  444. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
  445. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
  446. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
  447. private System.Windows.Forms.ToolStripButton productBindingNavigatorSaveItem;
  448. private System.Windows.Forms.CheckBox isActiveCheckBox;
  449. private System.Windows.Forms.Label costLabel1;
  450. private _1Brovki1DataSetTableAdapters.ProductSaleTableAdapter productSaleTableAdapter;
  451. private System.Windows.Forms.BindingSource productSaleBindingSource;
  452. private System.Windows.Forms.BindingSource productBindingSource1;
  453. private System.Windows.Forms.Button button3;
  454. private System.Windows.Forms.Button button2;
  455. private System.Windows.Forms.Button button1;
  456. private System.Windows.Forms.ComboBox titleComboBox;
  457. }
  458. }