Товары.Designer.cs 32 KB

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