FormaAdmin.Designer.cs 37 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655
  1. 
  2. namespace Brovi11
  3. {
  4. partial class FormaAdmin
  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 descriptionLabel;
  33. System.Windows.Forms.Label isActiveLabel;
  34. System.Windows.Forms.Label manufacturerIDLabel;
  35. System.Windows.Forms.Label manufacturerIDLabel1;
  36. System.Windows.Forms.Label titleLabel1;
  37. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormaAdmin));
  38. this.panel1 = new System.Windows.Forms.Panel();
  39. this.button12 = new System.Windows.Forms.Button();
  40. this.button10 = new System.Windows.Forms.Button();
  41. this.button9 = new System.Windows.Forms.Button();
  42. this.label1 = new System.Windows.Forms.Label();
  43. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  44. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  45. this.titleDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.costDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.descriptionDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.mainImagePathDataGridViewImageColumn = new System.Windows.Forms.DataGridViewImageColumn();
  49. this.isActiveDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  50. this.manufacturerIDDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.productBindingSource = new System.Windows.Forms.BindingSource(this.components);
  52. this._1Brovi11DataSet = new Brovi11._1Brovi11DataSet();
  53. this.productTableAdapter = new Brovi11._1Brovi11DataSetTableAdapters.ProductTableAdapter();
  54. this.panel2 = new System.Windows.Forms.Panel();
  55. this.isActiveCheckBox = new System.Windows.Forms.CheckBox();
  56. this.manufacturerIDTextBox = new System.Windows.Forms.TextBox();
  57. this.descriptionTextBox = new System.Windows.Forms.TextBox();
  58. this.costTextBox = new System.Windows.Forms.TextBox();
  59. this.titleTextBox = new System.Windows.Forms.TextBox();
  60. this.label2 = new System.Windows.Forms.Label();
  61. this.tableAdapterManager = new Brovi11._1Brovi11DataSetTableAdapters.TableAdapterManager();
  62. this.manufacturerTableAdapter = new Brovi11._1Brovi11DataSetTableAdapters.ManufacturerTableAdapter();
  63. this.panel3 = new System.Windows.Forms.Panel();
  64. this.button2 = new System.Windows.Forms.Button();
  65. this.button1 = new System.Windows.Forms.Button();
  66. this.panel4 = new System.Windows.Forms.Panel();
  67. this.button4 = new System.Windows.Forms.Button();
  68. this.manufacturerIDComboBox = new System.Windows.Forms.ComboBox();
  69. this.button3 = new System.Windows.Forms.Button();
  70. this.manufacturerBindingSource = new System.Windows.Forms.BindingSource(this.components);
  71. this.panel5 = new System.Windows.Forms.Panel();
  72. this.titleTextBox1 = new System.Windows.Forms.TextBox();
  73. this.button6 = new System.Windows.Forms.Button();
  74. this.panel6 = new System.Windows.Forms.Panel();
  75. this.button11 = new System.Windows.Forms.Button();
  76. this.button8 = new System.Windows.Forms.Button();
  77. this.button5 = new System.Windows.Forms.Button();
  78. this.button7 = new System.Windows.Forms.Button();
  79. titleLabel = new System.Windows.Forms.Label();
  80. costLabel = new System.Windows.Forms.Label();
  81. descriptionLabel = new System.Windows.Forms.Label();
  82. isActiveLabel = new System.Windows.Forms.Label();
  83. manufacturerIDLabel = new System.Windows.Forms.Label();
  84. manufacturerIDLabel1 = new System.Windows.Forms.Label();
  85. titleLabel1 = new System.Windows.Forms.Label();
  86. this.panel1.SuspendLayout();
  87. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  88. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  89. ((System.ComponentModel.ISupportInitialize)(this.productBindingSource)).BeginInit();
  90. ((System.ComponentModel.ISupportInitialize)(this._1Brovi11DataSet)).BeginInit();
  91. this.panel2.SuspendLayout();
  92. this.panel3.SuspendLayout();
  93. this.panel4.SuspendLayout();
  94. ((System.ComponentModel.ISupportInitialize)(this.manufacturerBindingSource)).BeginInit();
  95. this.panel5.SuspendLayout();
  96. this.panel6.SuspendLayout();
  97. this.SuspendLayout();
  98. //
  99. // titleLabel
  100. //
  101. titleLabel.AutoSize = true;
  102. titleLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  103. titleLabel.Location = new System.Drawing.Point(58, 48);
  104. titleLabel.Name = "titleLabel";
  105. titleLabel.Size = new System.Drawing.Size(101, 23);
  106. titleLabel.TabIndex = 1;
  107. titleLabel.Text = "Название:";
  108. //
  109. // costLabel
  110. //
  111. costLabel.AutoSize = true;
  112. costLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  113. costLabel.Location = new System.Drawing.Point(98, 96);
  114. costLabel.Name = "costLabel";
  115. costLabel.Size = new System.Drawing.Size(61, 23);
  116. costLabel.TabIndex = 3;
  117. costLabel.Text = "Цена:";
  118. //
  119. // descriptionLabel
  120. //
  121. descriptionLabel.AutoSize = true;
  122. descriptionLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  123. descriptionLabel.Location = new System.Drawing.Point(56, 147);
  124. descriptionLabel.Name = "descriptionLabel";
  125. descriptionLabel.Size = new System.Drawing.Size(103, 23);
  126. descriptionLabel.TabIndex = 5;
  127. descriptionLabel.Text = "Описание:";
  128. //
  129. // isActiveLabel
  130. //
  131. isActiveLabel.AutoSize = true;
  132. isActiveLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  133. isActiveLabel.Location = new System.Drawing.Point(71, 196);
  134. isActiveLabel.Name = "isActiveLabel";
  135. isActiveLabel.Size = new System.Drawing.Size(88, 23);
  136. isActiveLabel.TabIndex = 7;
  137. isActiveLabel.Text = "Активен:";
  138. //
  139. // manufacturerIDLabel
  140. //
  141. manufacturerIDLabel.AutoSize = true;
  142. manufacturerIDLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  143. manufacturerIDLabel.Location = new System.Drawing.Point(6, 248);
  144. manufacturerIDLabel.Name = "manufacturerIDLabel";
  145. manufacturerIDLabel.Size = new System.Drawing.Size(153, 23);
  146. manufacturerIDLabel.TabIndex = 9;
  147. manufacturerIDLabel.Text = "Производитель:";
  148. //
  149. // manufacturerIDLabel1
  150. //
  151. manufacturerIDLabel1.AutoSize = true;
  152. manufacturerIDLabel1.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  153. manufacturerIDLabel1.Location = new System.Drawing.Point(14, 18);
  154. manufacturerIDLabel1.Name = "manufacturerIDLabel1";
  155. manufacturerIDLabel1.Size = new System.Drawing.Size(153, 23);
  156. manufacturerIDLabel1.TabIndex = 1;
  157. manufacturerIDLabel1.Text = "Производитель:";
  158. //
  159. // titleLabel1
  160. //
  161. titleLabel1.AutoSize = true;
  162. titleLabel1.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  163. titleLabel1.Location = new System.Drawing.Point(31, 23);
  164. titleLabel1.Name = "titleLabel1";
  165. titleLabel1.Size = new System.Drawing.Size(167, 23);
  166. titleLabel1.TabIndex = 3;
  167. titleLabel1.Text = "Название товара:";
  168. //
  169. // panel1
  170. //
  171. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
  172. this.panel1.Controls.Add(this.button12);
  173. this.panel1.Controls.Add(this.button10);
  174. this.panel1.Controls.Add(this.button9);
  175. this.panel1.Controls.Add(this.label1);
  176. this.panel1.Controls.Add(this.pictureBox1);
  177. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  178. this.panel1.Location = new System.Drawing.Point(0, 0);
  179. this.panel1.Name = "panel1";
  180. this.panel1.Size = new System.Drawing.Size(1024, 124);
  181. this.panel1.TabIndex = 1;
  182. //
  183. // button12
  184. //
  185. this.button12.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  186. this.button12.Location = new System.Drawing.Point(813, 81);
  187. this.button12.Name = "button12";
  188. this.button12.Size = new System.Drawing.Size(199, 34);
  189. this.button12.TabIndex = 4;
  190. this.button12.Text = "Продажа товаров";
  191. this.button12.UseVisualStyleBackColor = true;
  192. this.button12.Click += new System.EventHandler(this.button12_Click);
  193. //
  194. // button10
  195. //
  196. this.button10.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  197. this.button10.Location = new System.Drawing.Point(813, 41);
  198. this.button10.Name = "button10";
  199. this.button10.Size = new System.Drawing.Size(199, 34);
  200. this.button10.TabIndex = 3;
  201. this.button10.Text = "Производители";
  202. this.button10.UseVisualStyleBackColor = true;
  203. this.button10.Click += new System.EventHandler(this.button10_Click);
  204. //
  205. // button9
  206. //
  207. this.button9.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  208. this.button9.Location = new System.Drawing.Point(813, 3);
  209. this.button9.Name = "button9";
  210. this.button9.Size = new System.Drawing.Size(199, 34);
  211. this.button9.TabIndex = 2;
  212. this.button9.Text = "Авторизация";
  213. this.button9.UseVisualStyleBackColor = true;
  214. this.button9.Click += new System.EventHandler(this.button9_Click);
  215. //
  216. // label1
  217. //
  218. this.label1.AutoSize = true;
  219. this.label1.Font = new System.Drawing.Font("Tahoma", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  220. this.label1.Location = new System.Drawing.Point(402, 52);
  221. this.label1.Name = "label1";
  222. this.label1.Size = new System.Drawing.Size(248, 39);
  223. this.label1.TabIndex = 1;
  224. this.label1.Text = "Список товаров";
  225. //
  226. // pictureBox1
  227. //
  228. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  229. this.pictureBox1.Location = new System.Drawing.Point(3, 3);
  230. this.pictureBox1.Name = "pictureBox1";
  231. this.pictureBox1.Size = new System.Drawing.Size(141, 118);
  232. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  233. this.pictureBox1.TabIndex = 0;
  234. this.pictureBox1.TabStop = false;
  235. //
  236. // dataGridView1
  237. //
  238. this.dataGridView1.AllowUserToOrderColumns = true;
  239. this.dataGridView1.AutoGenerateColumns = false;
  240. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  241. this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  242. this.titleDataGridViewTextBoxColumn,
  243. this.costDataGridViewTextBoxColumn,
  244. this.descriptionDataGridViewTextBoxColumn,
  245. this.mainImagePathDataGridViewImageColumn,
  246. this.isActiveDataGridViewCheckBoxColumn,
  247. this.manufacturerIDDataGridViewTextBoxColumn});
  248. this.dataGridView1.DataSource = this.productBindingSource;
  249. this.dataGridView1.Location = new System.Drawing.Point(0, 130);
  250. this.dataGridView1.Name = "dataGridView1";
  251. this.dataGridView1.Size = new System.Drawing.Size(1024, 243);
  252. this.dataGridView1.TabIndex = 2;
  253. this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
  254. //
  255. // titleDataGridViewTextBoxColumn
  256. //
  257. this.titleDataGridViewTextBoxColumn.DataPropertyName = "Title";
  258. this.titleDataGridViewTextBoxColumn.HeaderText = "Название";
  259. this.titleDataGridViewTextBoxColumn.Name = "titleDataGridViewTextBoxColumn";
  260. //
  261. // costDataGridViewTextBoxColumn
  262. //
  263. this.costDataGridViewTextBoxColumn.DataPropertyName = "Cost";
  264. this.costDataGridViewTextBoxColumn.HeaderText = "Цена";
  265. this.costDataGridViewTextBoxColumn.Name = "costDataGridViewTextBoxColumn";
  266. //
  267. // descriptionDataGridViewTextBoxColumn
  268. //
  269. this.descriptionDataGridViewTextBoxColumn.DataPropertyName = "Description";
  270. this.descriptionDataGridViewTextBoxColumn.HeaderText = "Описание";
  271. this.descriptionDataGridViewTextBoxColumn.Name = "descriptionDataGridViewTextBoxColumn";
  272. //
  273. // mainImagePathDataGridViewImageColumn
  274. //
  275. this.mainImagePathDataGridViewImageColumn.DataPropertyName = "MainImagePath";
  276. this.mainImagePathDataGridViewImageColumn.HeaderText = "Изображение";
  277. this.mainImagePathDataGridViewImageColumn.Name = "mainImagePathDataGridViewImageColumn";
  278. //
  279. // isActiveDataGridViewCheckBoxColumn
  280. //
  281. this.isActiveDataGridViewCheckBoxColumn.DataPropertyName = "IsActive";
  282. this.isActiveDataGridViewCheckBoxColumn.HeaderText = "Активен";
  283. this.isActiveDataGridViewCheckBoxColumn.Name = "isActiveDataGridViewCheckBoxColumn";
  284. //
  285. // manufacturerIDDataGridViewTextBoxColumn
  286. //
  287. this.manufacturerIDDataGridViewTextBoxColumn.DataPropertyName = "ManufacturerID";
  288. this.manufacturerIDDataGridViewTextBoxColumn.HeaderText = "Производитель";
  289. this.manufacturerIDDataGridViewTextBoxColumn.Name = "manufacturerIDDataGridViewTextBoxColumn";
  290. //
  291. // productBindingSource
  292. //
  293. this.productBindingSource.DataMember = "Product";
  294. this.productBindingSource.DataSource = this._1Brovi11DataSet;
  295. //
  296. // _1Brovi11DataSet
  297. //
  298. this._1Brovi11DataSet.DataSetName = "_1Brovi11DataSet";
  299. this._1Brovi11DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  300. //
  301. // productTableAdapter
  302. //
  303. this.productTableAdapter.ClearBeforeFill = true;
  304. //
  305. // panel2
  306. //
  307. this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255)))));
  308. this.panel2.Controls.Add(this.isActiveCheckBox);
  309. this.panel2.Controls.Add(manufacturerIDLabel);
  310. this.panel2.Controls.Add(this.manufacturerIDTextBox);
  311. this.panel2.Controls.Add(isActiveLabel);
  312. this.panel2.Controls.Add(descriptionLabel);
  313. this.panel2.Controls.Add(this.descriptionTextBox);
  314. this.panel2.Controls.Add(costLabel);
  315. this.panel2.Controls.Add(this.costTextBox);
  316. this.panel2.Controls.Add(titleLabel);
  317. this.panel2.Controls.Add(this.titleTextBox);
  318. this.panel2.Controls.Add(this.label2);
  319. this.panel2.Location = new System.Drawing.Point(0, 379);
  320. this.panel2.Name = "panel2";
  321. this.panel2.Size = new System.Drawing.Size(377, 339);
  322. this.panel2.TabIndex = 3;
  323. //
  324. // isActiveCheckBox
  325. //
  326. this.isActiveCheckBox.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.productBindingSource, "IsActive", true));
  327. this.isActiveCheckBox.Location = new System.Drawing.Point(177, 199);
  328. this.isActiveCheckBox.Name = "isActiveCheckBox";
  329. this.isActiveCheckBox.Size = new System.Drawing.Size(180, 24);
  330. this.isActiveCheckBox.TabIndex = 4;
  331. this.isActiveCheckBox.UseVisualStyleBackColor = true;
  332. //
  333. // manufacturerIDTextBox
  334. //
  335. this.manufacturerIDTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productBindingSource, "ManufacturerID", true));
  336. this.manufacturerIDTextBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  337. this.manufacturerIDTextBox.Location = new System.Drawing.Point(177, 245);
  338. this.manufacturerIDTextBox.Name = "manufacturerIDTextBox";
  339. this.manufacturerIDTextBox.Size = new System.Drawing.Size(180, 30);
  340. this.manufacturerIDTextBox.TabIndex = 10;
  341. //
  342. // descriptionTextBox
  343. //
  344. this.descriptionTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productBindingSource, "Description", true));
  345. this.descriptionTextBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  346. this.descriptionTextBox.Location = new System.Drawing.Point(177, 144);
  347. this.descriptionTextBox.Name = "descriptionTextBox";
  348. this.descriptionTextBox.Size = new System.Drawing.Size(180, 30);
  349. this.descriptionTextBox.TabIndex = 6;
  350. //
  351. // costTextBox
  352. //
  353. this.costTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productBindingSource, "Cost", true));
  354. this.costTextBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  355. this.costTextBox.Location = new System.Drawing.Point(177, 93);
  356. this.costTextBox.Name = "costTextBox";
  357. this.costTextBox.Size = new System.Drawing.Size(180, 30);
  358. this.costTextBox.TabIndex = 4;
  359. //
  360. // titleTextBox
  361. //
  362. this.titleTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productBindingSource, "Title", true));
  363. this.titleTextBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  364. this.titleTextBox.Location = new System.Drawing.Point(177, 45);
  365. this.titleTextBox.Name = "titleTextBox";
  366. this.titleTextBox.Size = new System.Drawing.Size(180, 30);
  367. this.titleTextBox.TabIndex = 2;
  368. //
  369. // label2
  370. //
  371. this.label2.AutoSize = true;
  372. this.label2.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  373. this.label2.Location = new System.Drawing.Point(3, 9);
  374. this.label2.Name = "label2";
  375. this.label2.Size = new System.Drawing.Size(78, 23);
  376. this.label2.TabIndex = 0;
  377. this.label2.Text = "Запись:";
  378. //
  379. // tableAdapterManager
  380. //
  381. this.tableAdapterManager.AttachedProductTableAdapter = null;
  382. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  383. this.tableAdapterManager.ClientServiceTableAdapter = null;
  384. this.tableAdapterManager.ClientTableAdapter = null;
  385. this.tableAdapterManager.DocumentByServiceTableAdapter = null;
  386. this.tableAdapterManager.GenderTableAdapter = null;
  387. this.tableAdapterManager.ManufacturerTableAdapter = this.manufacturerTableAdapter;
  388. this.tableAdapterManager.ProductPhotoTableAdapter = null;
  389. this.tableAdapterManager.ProductSaleTableAdapter = null;
  390. this.tableAdapterManager.ProductTableAdapter = this.productTableAdapter;
  391. this.tableAdapterManager.ServicePhotoTableAdapter = null;
  392. this.tableAdapterManager.ServiceTableAdapter = null;
  393. this.tableAdapterManager.TagOfClientTableAdapter = null;
  394. this.tableAdapterManager.TagTableAdapter = null;
  395. this.tableAdapterManager.UpdateOrder = Brovi11._1Brovi11DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  396. //
  397. // manufacturerTableAdapter
  398. //
  399. this.manufacturerTableAdapter.ClearBeforeFill = true;
  400. //
  401. // panel3
  402. //
  403. this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255)))));
  404. this.panel3.Controls.Add(this.button2);
  405. this.panel3.Controls.Add(this.button1);
  406. this.panel3.Location = new System.Drawing.Point(383, 379);
  407. this.panel3.Name = "panel3";
  408. this.panel3.Size = new System.Drawing.Size(211, 123);
  409. this.panel3.TabIndex = 4;
  410. //
  411. // button2
  412. //
  413. this.button2.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  414. this.button2.Location = new System.Drawing.Point(26, 63);
  415. this.button2.Name = "button2";
  416. this.button2.Size = new System.Drawing.Size(162, 45);
  417. this.button2.TabIndex = 1;
  418. this.button2.Text = "По убыванию";
  419. this.button2.UseVisualStyleBackColor = true;
  420. this.button2.Click += new System.EventHandler(this.button2_Click);
  421. //
  422. // button1
  423. //
  424. this.button1.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  425. this.button1.Location = new System.Drawing.Point(26, 12);
  426. this.button1.Name = "button1";
  427. this.button1.Size = new System.Drawing.Size(162, 45);
  428. this.button1.TabIndex = 0;
  429. this.button1.Text = "По возрастанию";
  430. this.button1.UseVisualStyleBackColor = true;
  431. this.button1.Click += new System.EventHandler(this.button1_Click);
  432. //
  433. // panel4
  434. //
  435. this.panel4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255)))));
  436. this.panel4.Controls.Add(this.button4);
  437. this.panel4.Controls.Add(manufacturerIDLabel1);
  438. this.panel4.Controls.Add(this.manufacturerIDComboBox);
  439. this.panel4.Controls.Add(this.button3);
  440. this.panel4.Location = new System.Drawing.Point(383, 508);
  441. this.panel4.Name = "panel4";
  442. this.panel4.Size = new System.Drawing.Size(345, 210);
  443. this.panel4.TabIndex = 5;
  444. this.panel4.Paint += new System.Windows.Forms.PaintEventHandler(this.panel4_Paint);
  445. //
  446. // button4
  447. //
  448. this.button4.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  449. this.button4.Location = new System.Drawing.Point(89, 133);
  450. this.button4.Name = "button4";
  451. this.button4.Size = new System.Drawing.Size(162, 45);
  452. this.button4.TabIndex = 3;
  453. this.button4.Text = "Отобразить все";
  454. this.button4.UseVisualStyleBackColor = true;
  455. this.button4.Click += new System.EventHandler(this.button4_Click);
  456. //
  457. // manufacturerIDComboBox
  458. //
  459. this.manufacturerIDComboBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productBindingSource, "ManufacturerID", true));
  460. this.manufacturerIDComboBox.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.productBindingSource, "ManufacturerID", true));
  461. this.manufacturerIDComboBox.DataSource = this.productBindingSource;
  462. this.manufacturerIDComboBox.DisplayMember = "ManufacturerID";
  463. this.manufacturerIDComboBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  464. this.manufacturerIDComboBox.FormattingEnabled = true;
  465. this.manufacturerIDComboBox.Location = new System.Drawing.Point(173, 15);
  466. this.manufacturerIDComboBox.Name = "manufacturerIDComboBox";
  467. this.manufacturerIDComboBox.Size = new System.Drawing.Size(158, 31);
  468. this.manufacturerIDComboBox.TabIndex = 2;
  469. this.manufacturerIDComboBox.ValueMember = "ManufacturerID";
  470. //
  471. // button3
  472. //
  473. this.button3.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  474. this.button3.Location = new System.Drawing.Point(89, 70);
  475. this.button3.Name = "button3";
  476. this.button3.Size = new System.Drawing.Size(162, 45);
  477. this.button3.TabIndex = 1;
  478. this.button3.Text = "Фильтровать";
  479. this.button3.UseVisualStyleBackColor = true;
  480. this.button3.Click += new System.EventHandler(this.button3_Click);
  481. //
  482. // manufacturerBindingSource
  483. //
  484. this.manufacturerBindingSource.DataMember = "Manufacturer";
  485. this.manufacturerBindingSource.DataSource = this._1Brovi11DataSet;
  486. //
  487. // panel5
  488. //
  489. this.panel5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255)))));
  490. this.panel5.Controls.Add(titleLabel1);
  491. this.panel5.Controls.Add(this.titleTextBox1);
  492. this.panel5.Controls.Add(this.button6);
  493. this.panel5.Location = new System.Drawing.Point(600, 379);
  494. this.panel5.Name = "panel5";
  495. this.panel5.Size = new System.Drawing.Size(424, 123);
  496. this.panel5.TabIndex = 6;
  497. //
  498. // titleTextBox1
  499. //
  500. this.titleTextBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productBindingSource, "Title", true));
  501. this.titleTextBox1.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  502. this.titleTextBox1.Location = new System.Drawing.Point(213, 20);
  503. this.titleTextBox1.Name = "titleTextBox1";
  504. this.titleTextBox1.Size = new System.Drawing.Size(187, 30);
  505. this.titleTextBox1.TabIndex = 4;
  506. //
  507. // button6
  508. //
  509. this.button6.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  510. this.button6.Location = new System.Drawing.Point(122, 63);
  511. this.button6.Name = "button6";
  512. this.button6.Size = new System.Drawing.Size(162, 45);
  513. this.button6.TabIndex = 1;
  514. this.button6.Text = "Поиск";
  515. this.button6.UseVisualStyleBackColor = true;
  516. this.button6.Click += new System.EventHandler(this.button6_Click);
  517. //
  518. // panel6
  519. //
  520. this.panel6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255)))));
  521. this.panel6.Controls.Add(this.button11);
  522. this.panel6.Controls.Add(this.button8);
  523. this.panel6.Controls.Add(this.button5);
  524. this.panel6.Controls.Add(this.button7);
  525. this.panel6.Location = new System.Drawing.Point(734, 508);
  526. this.panel6.Name = "panel6";
  527. this.panel6.Size = new System.Drawing.Size(290, 210);
  528. this.panel6.TabIndex = 7;
  529. //
  530. // button11
  531. //
  532. this.button11.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  533. this.button11.Location = new System.Drawing.Point(28, 160);
  534. this.button11.Name = "button11";
  535. this.button11.Size = new System.Drawing.Size(238, 41);
  536. this.button11.TabIndex = 5;
  537. this.button11.Text = "Редактировать запись";
  538. this.button11.UseVisualStyleBackColor = true;
  539. this.button11.Click += new System.EventHandler(this.button11_Click);
  540. //
  541. // button8
  542. //
  543. this.button8.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  544. this.button8.Location = new System.Drawing.Point(28, 7);
  545. this.button8.Name = "button8";
  546. this.button8.Size = new System.Drawing.Size(238, 45);
  547. this.button8.TabIndex = 4;
  548. this.button8.Text = "Добавить новую запись";
  549. this.button8.UseVisualStyleBackColor = true;
  550. this.button8.Click += new System.EventHandler(this.button8_Click);
  551. //
  552. // button5
  553. //
  554. this.button5.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  555. this.button5.Location = new System.Drawing.Point(59, 109);
  556. this.button5.Name = "button5";
  557. this.button5.Size = new System.Drawing.Size(179, 45);
  558. this.button5.TabIndex = 3;
  559. this.button5.Text = "Сохранить запись";
  560. this.button5.UseVisualStyleBackColor = true;
  561. this.button5.Click += new System.EventHandler(this.button5_Click);
  562. //
  563. // button7
  564. //
  565. this.button7.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  566. this.button7.Location = new System.Drawing.Point(69, 58);
  567. this.button7.Name = "button7";
  568. this.button7.Size = new System.Drawing.Size(162, 45);
  569. this.button7.TabIndex = 1;
  570. this.button7.Text = "Удалить запись";
  571. this.button7.UseVisualStyleBackColor = true;
  572. this.button7.Click += new System.EventHandler(this.button7_Click);
  573. //
  574. // FormaAdmin
  575. //
  576. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  577. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  578. this.ClientSize = new System.Drawing.Size(1024, 717);
  579. this.Controls.Add(this.panel6);
  580. this.Controls.Add(this.panel5);
  581. this.Controls.Add(this.panel4);
  582. this.Controls.Add(this.panel3);
  583. this.Controls.Add(this.panel2);
  584. this.Controls.Add(this.dataGridView1);
  585. this.Controls.Add(this.panel1);
  586. this.Name = "FormaAdmin";
  587. this.Text = "FormaAdmin";
  588. this.Load += new System.EventHandler(this.FormaAdmin_Load);
  589. this.panel1.ResumeLayout(false);
  590. this.panel1.PerformLayout();
  591. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  592. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  593. ((System.ComponentModel.ISupportInitialize)(this.productBindingSource)).EndInit();
  594. ((System.ComponentModel.ISupportInitialize)(this._1Brovi11DataSet)).EndInit();
  595. this.panel2.ResumeLayout(false);
  596. this.panel2.PerformLayout();
  597. this.panel3.ResumeLayout(false);
  598. this.panel4.ResumeLayout(false);
  599. this.panel4.PerformLayout();
  600. ((System.ComponentModel.ISupportInitialize)(this.manufacturerBindingSource)).EndInit();
  601. this.panel5.ResumeLayout(false);
  602. this.panel5.PerformLayout();
  603. this.panel6.ResumeLayout(false);
  604. this.ResumeLayout(false);
  605. }
  606. #endregion
  607. private System.Windows.Forms.Panel panel1;
  608. private System.Windows.Forms.Label label1;
  609. private System.Windows.Forms.PictureBox pictureBox1;
  610. private System.Windows.Forms.DataGridView dataGridView1;
  611. private _1Brovi11DataSet _1Brovi11DataSet;
  612. private System.Windows.Forms.BindingSource productBindingSource;
  613. private _1Brovi11DataSetTableAdapters.ProductTableAdapter productTableAdapter;
  614. private System.Windows.Forms.DataGridViewTextBoxColumn titleDataGridViewTextBoxColumn;
  615. private System.Windows.Forms.DataGridViewTextBoxColumn costDataGridViewTextBoxColumn;
  616. private System.Windows.Forms.DataGridViewTextBoxColumn descriptionDataGridViewTextBoxColumn;
  617. private System.Windows.Forms.DataGridViewImageColumn mainImagePathDataGridViewImageColumn;
  618. private System.Windows.Forms.DataGridViewCheckBoxColumn isActiveDataGridViewCheckBoxColumn;
  619. private System.Windows.Forms.DataGridViewTextBoxColumn manufacturerIDDataGridViewTextBoxColumn;
  620. private System.Windows.Forms.Panel panel2;
  621. private System.Windows.Forms.Label label2;
  622. private System.Windows.Forms.TextBox manufacturerIDTextBox;
  623. private System.Windows.Forms.TextBox descriptionTextBox;
  624. private System.Windows.Forms.TextBox costTextBox;
  625. private System.Windows.Forms.TextBox titleTextBox;
  626. private _1Brovi11DataSetTableAdapters.TableAdapterManager tableAdapterManager;
  627. private System.Windows.Forms.CheckBox isActiveCheckBox;
  628. private System.Windows.Forms.Panel panel3;
  629. private System.Windows.Forms.Button button2;
  630. private System.Windows.Forms.Button button1;
  631. private System.Windows.Forms.Panel panel4;
  632. private System.Windows.Forms.Button button3;
  633. private System.Windows.Forms.ComboBox manufacturerIDComboBox;
  634. private _1Brovi11DataSetTableAdapters.ManufacturerTableAdapter manufacturerTableAdapter;
  635. private System.Windows.Forms.BindingSource manufacturerBindingSource;
  636. private System.Windows.Forms.Button button4;
  637. private System.Windows.Forms.Panel panel5;
  638. private System.Windows.Forms.Button button6;
  639. private System.Windows.Forms.TextBox titleTextBox1;
  640. private System.Windows.Forms.Panel panel6;
  641. private System.Windows.Forms.Button button8;
  642. private System.Windows.Forms.Button button5;
  643. private System.Windows.Forms.Button button7;
  644. private System.Windows.Forms.Button button9;
  645. private System.Windows.Forms.Button button10;
  646. private System.Windows.Forms.Button button11;
  647. private System.Windows.Forms.Button button12;
  648. }
  649. }