Nomenklatura_update.Designer.cs 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466
  1. namespace proba
  2. {
  3. partial class Nomenklaturaupdate
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Nomenklaturaupdate));
  30. this.label_id_performer = new System.Windows.Forms.Label();
  31. this.textBox_year_publishing = new System.Windows.Forms.TextBox();
  32. this.label_year_publishing = new System.Windows.Forms.Label();
  33. this.text_description = new System.Windows.Forms.TextBox();
  34. this.label1 = new System.Windows.Forms.Label();
  35. this.text_price = new System.Windows.Forms.TextBox();
  36. this.label_id_genre = new System.Windows.Forms.Label();
  37. this.text_name = new System.Windows.Forms.TextBox();
  38. this.label_id_edition = new System.Windows.Forms.Label();
  39. this.price = new System.Windows.Forms.Label();
  40. this.id_supplier = new System.Windows.Forms.Label();
  41. this.description = new System.Windows.Forms.Label();
  42. this.id_country = new System.Windows.Forms.Label();
  43. this.button_update = new System.Windows.Forms.Button();
  44. this.button_back = new System.Windows.Forms.Button();
  45. this.comboBox_country = new System.Windows.Forms.ComboBox();
  46. this.countryBindingSource = new System.Windows.Forms.BindingSource(this.components);
  47. this.vINILDataSet_Country = new proba.VINILDataSet_Country();
  48. this.comboBox_id_supplier = new System.Windows.Forms.ComboBox();
  49. this.supplierBindingSource = new System.Windows.Forms.BindingSource(this.components);
  50. this.vINILDataSet_supplier = new proba.VINILDataSet_supplier();
  51. this.comboBox_id_performer = new System.Windows.Forms.ComboBox();
  52. this.performerBindingSource = new System.Windows.Forms.BindingSource(this.components);
  53. this.vINILDataSet_performer = new proba.VINILDataSet_performer();
  54. this.performerTableAdapter = new proba.VINILDataSet_performerTableAdapters.PerformerTableAdapter();
  55. this.comboBox_id_genre = new System.Windows.Forms.ComboBox();
  56. this.genreBindingSource = new System.Windows.Forms.BindingSource(this.components);
  57. this.vINILDataSet_Genre = new proba.VINILDataSet_Genre();
  58. this.genreTableAdapter = new proba.VINILDataSet_GenreTableAdapters.GenreTableAdapter();
  59. this.comboBox_id_edition = new System.Windows.Forms.ComboBox();
  60. this.editionBindingSource = new System.Windows.Forms.BindingSource(this.components);
  61. this.vINILDataSet_Edition = new proba.VINILDataSet_Edition();
  62. this.editionTableAdapter = new proba.VINILDataSet_EditionTableAdapters.EditionTableAdapter();
  63. this.countryTableAdapter = new proba.VINILDataSet_CountryTableAdapters.CountryTableAdapter();
  64. this.supplierTableAdapter = new proba.VINILDataSet_supplierTableAdapters.SupplierTableAdapter();
  65. ((System.ComponentModel.ISupportInitialize)(this.countryBindingSource)).BeginInit();
  66. ((System.ComponentModel.ISupportInitialize)(this.vINILDataSet_Country)).BeginInit();
  67. ((System.ComponentModel.ISupportInitialize)(this.supplierBindingSource)).BeginInit();
  68. ((System.ComponentModel.ISupportInitialize)(this.vINILDataSet_supplier)).BeginInit();
  69. ((System.ComponentModel.ISupportInitialize)(this.performerBindingSource)).BeginInit();
  70. ((System.ComponentModel.ISupportInitialize)(this.vINILDataSet_performer)).BeginInit();
  71. ((System.ComponentModel.ISupportInitialize)(this.genreBindingSource)).BeginInit();
  72. ((System.ComponentModel.ISupportInitialize)(this.vINILDataSet_Genre)).BeginInit();
  73. ((System.ComponentModel.ISupportInitialize)(this.editionBindingSource)).BeginInit();
  74. ((System.ComponentModel.ISupportInitialize)(this.vINILDataSet_Edition)).BeginInit();
  75. this.SuspendLayout();
  76. //
  77. // label_id_performer
  78. //
  79. this.label_id_performer.AutoSize = true;
  80. this.label_id_performer.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  81. this.label_id_performer.Location = new System.Drawing.Point(31, 370);
  82. this.label_id_performer.Name = "label_id_performer";
  83. this.label_id_performer.RightToLeft = System.Windows.Forms.RightToLeft.No;
  84. this.label_id_performer.Size = new System.Drawing.Size(129, 24);
  85. this.label_id_performer.TabIndex = 65;
  86. this.label_id_performer.Text = "Исполнитель";
  87. //
  88. // textBox_year_publishing
  89. //
  90. this.textBox_year_publishing.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  91. this.textBox_year_publishing.Location = new System.Drawing.Point(259, 194);
  92. this.textBox_year_publishing.MaxLength = 4;
  93. this.textBox_year_publishing.Name = "textBox_year_publishing";
  94. this.textBox_year_publishing.ShortcutsEnabled = false;
  95. this.textBox_year_publishing.Size = new System.Drawing.Size(248, 26);
  96. this.textBox_year_publishing.TabIndex = 64;
  97. //
  98. // label_year_publishing
  99. //
  100. this.label_year_publishing.AutoSize = true;
  101. this.label_year_publishing.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  102. this.label_year_publishing.Location = new System.Drawing.Point(34, 196);
  103. this.label_year_publishing.Name = "label_year_publishing";
  104. this.label_year_publishing.RightToLeft = System.Windows.Forms.RightToLeft.No;
  105. this.label_year_publishing.Size = new System.Drawing.Size(124, 24);
  106. this.label_year_publishing.TabIndex = 63;
  107. this.label_year_publishing.Text = "Год издания";
  108. //
  109. // text_description
  110. //
  111. this.text_description.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  112. this.text_description.Location = new System.Drawing.Point(173, 62);
  113. this.text_description.MaxLength = 200;
  114. this.text_description.Multiline = true;
  115. this.text_description.Name = "text_description";
  116. this.text_description.Size = new System.Drawing.Size(337, 70);
  117. this.text_description.TabIndex = 62;
  118. //
  119. // label1
  120. //
  121. this.label1.AutoSize = true;
  122. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  123. this.label1.Location = new System.Drawing.Point(39, 18);
  124. this.label1.Name = "label1";
  125. this.label1.RightToLeft = System.Windows.Forms.RightToLeft.No;
  126. this.label1.Size = new System.Drawing.Size(144, 24);
  127. this.label1.TabIndex = 58;
  128. this.label1.Text = "Наименование";
  129. //
  130. // text_price
  131. //
  132. this.text_price.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  133. this.text_price.Location = new System.Drawing.Point(259, 152);
  134. this.text_price.MaxLength = 9;
  135. this.text_price.Name = "text_price";
  136. this.text_price.ShortcutsEnabled = false;
  137. this.text_price.Size = new System.Drawing.Size(248, 26);
  138. this.text_price.TabIndex = 57;
  139. //
  140. // label_id_genre
  141. //
  142. this.label_id_genre.AutoSize = true;
  143. this.label_id_genre.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  144. this.label_id_genre.Location = new System.Drawing.Point(31, 327);
  145. this.label_id_genre.Name = "label_id_genre";
  146. this.label_id_genre.RightToLeft = System.Windows.Forms.RightToLeft.No;
  147. this.label_id_genre.Size = new System.Drawing.Size(58, 24);
  148. this.label_id_genre.TabIndex = 55;
  149. this.label_id_genre.Text = "Жанр";
  150. //
  151. // text_name
  152. //
  153. this.text_name.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  154. this.text_name.Location = new System.Drawing.Point(259, 18);
  155. this.text_name.MaxLength = 50;
  156. this.text_name.Name = "text_name";
  157. this.text_name.Size = new System.Drawing.Size(248, 26);
  158. this.text_name.TabIndex = 56;
  159. //
  160. // label_id_edition
  161. //
  162. this.label_id_edition.AutoSize = true;
  163. this.label_id_edition.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  164. this.label_id_edition.Location = new System.Drawing.Point(31, 284);
  165. this.label_id_edition.Name = "label_id_edition";
  166. this.label_id_edition.RightToLeft = System.Windows.Forms.RightToLeft.No;
  167. this.label_id_edition.Size = new System.Drawing.Size(139, 24);
  168. this.label_id_edition.TabIndex = 54;
  169. this.label_id_edition.Text = "Издательство";
  170. //
  171. // price
  172. //
  173. this.price.AutoSize = true;
  174. this.price.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  175. this.price.Location = new System.Drawing.Point(36, 152);
  176. this.price.Name = "price";
  177. this.price.RightToLeft = System.Windows.Forms.RightToLeft.No;
  178. this.price.Size = new System.Drawing.Size(54, 24);
  179. this.price.TabIndex = 53;
  180. this.price.Text = "Цена";
  181. //
  182. // id_supplier
  183. //
  184. this.id_supplier.AutoSize = true;
  185. this.id_supplier.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  186. this.id_supplier.Location = new System.Drawing.Point(32, 416);
  187. this.id_supplier.Name = "id_supplier";
  188. this.id_supplier.RightToLeft = System.Windows.Forms.RightToLeft.No;
  189. this.id_supplier.Size = new System.Drawing.Size(108, 24);
  190. this.id_supplier.TabIndex = 52;
  191. this.id_supplier.Text = "Поставщик";
  192. //
  193. // description
  194. //
  195. this.description.AutoSize = true;
  196. this.description.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  197. this.description.Location = new System.Drawing.Point(39, 62);
  198. this.description.Name = "description";
  199. this.description.RightToLeft = System.Windows.Forms.RightToLeft.No;
  200. this.description.Size = new System.Drawing.Size(100, 24);
  201. this.description.TabIndex = 51;
  202. this.description.Text = "Описание";
  203. //
  204. // id_country
  205. //
  206. this.id_country.AutoSize = true;
  207. this.id_country.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  208. this.id_country.Location = new System.Drawing.Point(32, 241);
  209. this.id_country.Name = "id_country";
  210. this.id_country.RightToLeft = System.Windows.Forms.RightToLeft.No;
  211. this.id_country.Size = new System.Drawing.Size(209, 24);
  212. this.id_country.TabIndex = 50;
  213. this.id_country.Text = "Страна производства";
  214. //
  215. // button_update
  216. //
  217. this.button_update.BackColor = System.Drawing.Color.Gray;
  218. this.button_update.Cursor = System.Windows.Forms.Cursors.Hand;
  219. this.button_update.Font = new System.Drawing.Font("Freestyle Script", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  220. this.button_update.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  221. this.button_update.Location = new System.Drawing.Point(348, 461);
  222. this.button_update.Name = "button_update";
  223. this.button_update.Size = new System.Drawing.Size(111, 30);
  224. this.button_update.TabIndex = 69;
  225. this.button_update.Text = "Изменить";
  226. this.button_update.UseVisualStyleBackColor = false;
  227. this.button_update.Click += new System.EventHandler(this.button_update_Click);
  228. //
  229. // button_back
  230. //
  231. this.button_back.BackColor = System.Drawing.Color.Gray;
  232. this.button_back.Cursor = System.Windows.Forms.Cursors.Hand;
  233. this.button_back.Font = new System.Drawing.Font("Freestyle Script", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  234. this.button_back.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  235. this.button_back.Location = new System.Drawing.Point(58, 462);
  236. this.button_back.Name = "button_back";
  237. this.button_back.Size = new System.Drawing.Size(111, 30);
  238. this.button_back.TabIndex = 68;
  239. this.button_back.Text = "Назад";
  240. this.button_back.UseVisualStyleBackColor = false;
  241. this.button_back.Click += new System.EventHandler(this.button_back_Click);
  242. //
  243. // comboBox_country
  244. //
  245. this.comboBox_country.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.countryBindingSource, "id_country", true));
  246. this.comboBox_country.DataSource = this.countryBindingSource;
  247. this.comboBox_country.DisplayMember = "country";
  248. this.comboBox_country.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  249. this.comboBox_country.FormattingEnabled = true;
  250. this.comboBox_country.Location = new System.Drawing.Point(259, 237);
  251. this.comboBox_country.Name = "comboBox_country";
  252. this.comboBox_country.Size = new System.Drawing.Size(248, 28);
  253. this.comboBox_country.TabIndex = 70;
  254. this.comboBox_country.ValueMember = "id_country";
  255. //
  256. // countryBindingSource
  257. //
  258. this.countryBindingSource.DataMember = "Country";
  259. this.countryBindingSource.DataSource = this.vINILDataSet_Country;
  260. //
  261. // vINILDataSet_Country
  262. //
  263. this.vINILDataSet_Country.DataSetName = "VINILDataSet_Country";
  264. this.vINILDataSet_Country.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  265. //
  266. // comboBox_id_supplier
  267. //
  268. this.comboBox_id_supplier.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.supplierBindingSource, "id_supplier", true));
  269. this.comboBox_id_supplier.DataSource = this.supplierBindingSource;
  270. this.comboBox_id_supplier.DisplayMember = "name_organization";
  271. this.comboBox_id_supplier.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  272. this.comboBox_id_supplier.FormattingEnabled = true;
  273. this.comboBox_id_supplier.Location = new System.Drawing.Point(259, 416);
  274. this.comboBox_id_supplier.Name = "comboBox_id_supplier";
  275. this.comboBox_id_supplier.Size = new System.Drawing.Size(248, 28);
  276. this.comboBox_id_supplier.TabIndex = 71;
  277. this.comboBox_id_supplier.ValueMember = "id_supplier";
  278. //
  279. // supplierBindingSource
  280. //
  281. this.supplierBindingSource.DataMember = "Supplier";
  282. this.supplierBindingSource.DataSource = this.vINILDataSet_supplier;
  283. //
  284. // vINILDataSet_supplier
  285. //
  286. this.vINILDataSet_supplier.DataSetName = "VINILDataSet_supplier";
  287. this.vINILDataSet_supplier.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  288. //
  289. // comboBox_id_performer
  290. //
  291. this.comboBox_id_performer.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.performerBindingSource, "id_performer", true));
  292. this.comboBox_id_performer.DataSource = this.performerBindingSource;
  293. this.comboBox_id_performer.DisplayMember = "performer";
  294. this.comboBox_id_performer.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  295. this.comboBox_id_performer.FormattingEnabled = true;
  296. this.comboBox_id_performer.Location = new System.Drawing.Point(259, 370);
  297. this.comboBox_id_performer.Name = "comboBox_id_performer";
  298. this.comboBox_id_performer.Size = new System.Drawing.Size(248, 28);
  299. this.comboBox_id_performer.TabIndex = 72;
  300. this.comboBox_id_performer.ValueMember = "id_performer";
  301. //
  302. // performerBindingSource
  303. //
  304. this.performerBindingSource.DataMember = "Performer";
  305. this.performerBindingSource.DataSource = this.vINILDataSet_performer;
  306. //
  307. // vINILDataSet_performer
  308. //
  309. this.vINILDataSet_performer.DataSetName = "VINILDataSet_performer";
  310. this.vINILDataSet_performer.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  311. //
  312. // performerTableAdapter
  313. //
  314. this.performerTableAdapter.ClearBeforeFill = true;
  315. //
  316. // comboBox_id_genre
  317. //
  318. this.comboBox_id_genre.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.genreBindingSource, "id_genre", true));
  319. this.comboBox_id_genre.DataSource = this.genreBindingSource;
  320. this.comboBox_id_genre.DisplayMember = "genre";
  321. this.comboBox_id_genre.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  322. this.comboBox_id_genre.FormattingEnabled = true;
  323. this.comboBox_id_genre.Location = new System.Drawing.Point(259, 327);
  324. this.comboBox_id_genre.Name = "comboBox_id_genre";
  325. this.comboBox_id_genre.Size = new System.Drawing.Size(248, 28);
  326. this.comboBox_id_genre.TabIndex = 73;
  327. this.comboBox_id_genre.ValueMember = "id_genre";
  328. //
  329. // genreBindingSource
  330. //
  331. this.genreBindingSource.DataMember = "Genre";
  332. this.genreBindingSource.DataSource = this.vINILDataSet_Genre;
  333. //
  334. // vINILDataSet_Genre
  335. //
  336. this.vINILDataSet_Genre.DataSetName = "VINILDataSet_Genre";
  337. this.vINILDataSet_Genre.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  338. //
  339. // genreTableAdapter
  340. //
  341. this.genreTableAdapter.ClearBeforeFill = true;
  342. //
  343. // comboBox_id_edition
  344. //
  345. this.comboBox_id_edition.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.editionBindingSource, "id_edition", true));
  346. this.comboBox_id_edition.DataSource = this.editionBindingSource;
  347. this.comboBox_id_edition.DisplayMember = "edition";
  348. this.comboBox_id_edition.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  349. this.comboBox_id_edition.FormattingEnabled = true;
  350. this.comboBox_id_edition.Location = new System.Drawing.Point(259, 284);
  351. this.comboBox_id_edition.Name = "comboBox_id_edition";
  352. this.comboBox_id_edition.Size = new System.Drawing.Size(248, 28);
  353. this.comboBox_id_edition.TabIndex = 74;
  354. this.comboBox_id_edition.ValueMember = "id_edition";
  355. //
  356. // editionBindingSource
  357. //
  358. this.editionBindingSource.DataMember = "Edition";
  359. this.editionBindingSource.DataSource = this.vINILDataSet_Edition;
  360. //
  361. // vINILDataSet_Edition
  362. //
  363. this.vINILDataSet_Edition.DataSetName = "VINILDataSet_Edition";
  364. this.vINILDataSet_Edition.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  365. //
  366. // editionTableAdapter
  367. //
  368. this.editionTableAdapter.ClearBeforeFill = true;
  369. //
  370. // countryTableAdapter
  371. //
  372. this.countryTableAdapter.ClearBeforeFill = true;
  373. //
  374. // supplierTableAdapter
  375. //
  376. this.supplierTableAdapter.ClearBeforeFill = true;
  377. //
  378. // Nomenklaturaupdate
  379. //
  380. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  381. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  382. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(133)))), ((int)(((byte)(133)))), ((int)(((byte)(173)))));
  383. this.ClientSize = new System.Drawing.Size(541, 506);
  384. this.Controls.Add(this.comboBox_id_edition);
  385. this.Controls.Add(this.comboBox_id_genre);
  386. this.Controls.Add(this.comboBox_id_performer);
  387. this.Controls.Add(this.comboBox_id_supplier);
  388. this.Controls.Add(this.comboBox_country);
  389. this.Controls.Add(this.button_update);
  390. this.Controls.Add(this.button_back);
  391. this.Controls.Add(this.label_id_performer);
  392. this.Controls.Add(this.textBox_year_publishing);
  393. this.Controls.Add(this.label_year_publishing);
  394. this.Controls.Add(this.text_description);
  395. this.Controls.Add(this.label1);
  396. this.Controls.Add(this.text_price);
  397. this.Controls.Add(this.label_id_genre);
  398. this.Controls.Add(this.text_name);
  399. this.Controls.Add(this.label_id_edition);
  400. this.Controls.Add(this.price);
  401. this.Controls.Add(this.id_supplier);
  402. this.Controls.Add(this.description);
  403. this.Controls.Add(this.id_country);
  404. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  405. this.MaximumSize = new System.Drawing.Size(557, 545);
  406. this.MinimumSize = new System.Drawing.Size(557, 545);
  407. this.Name = "Nomenklaturaupdate";
  408. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  409. this.Text = "Изменение номенклатуры";
  410. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.global_FormClosed);
  411. ((System.ComponentModel.ISupportInitialize)(this.countryBindingSource)).EndInit();
  412. ((System.ComponentModel.ISupportInitialize)(this.vINILDataSet_Country)).EndInit();
  413. ((System.ComponentModel.ISupportInitialize)(this.supplierBindingSource)).EndInit();
  414. ((System.ComponentModel.ISupportInitialize)(this.vINILDataSet_supplier)).EndInit();
  415. ((System.ComponentModel.ISupportInitialize)(this.performerBindingSource)).EndInit();
  416. ((System.ComponentModel.ISupportInitialize)(this.vINILDataSet_performer)).EndInit();
  417. ((System.ComponentModel.ISupportInitialize)(this.genreBindingSource)).EndInit();
  418. ((System.ComponentModel.ISupportInitialize)(this.vINILDataSet_Genre)).EndInit();
  419. ((System.ComponentModel.ISupportInitialize)(this.editionBindingSource)).EndInit();
  420. ((System.ComponentModel.ISupportInitialize)(this.vINILDataSet_Edition)).EndInit();
  421. this.ResumeLayout(false);
  422. this.PerformLayout();
  423. }
  424. #endregion
  425. private System.Windows.Forms.Label label_id_performer;
  426. private System.Windows.Forms.TextBox textBox_year_publishing;
  427. private System.Windows.Forms.Label label_year_publishing;
  428. private System.Windows.Forms.TextBox text_description;
  429. private System.Windows.Forms.Label label1;
  430. private System.Windows.Forms.TextBox text_price;
  431. private System.Windows.Forms.Label label_id_genre;
  432. private System.Windows.Forms.TextBox text_name;
  433. private System.Windows.Forms.Label label_id_edition;
  434. private System.Windows.Forms.Label price;
  435. private System.Windows.Forms.Label id_supplier;
  436. private System.Windows.Forms.Label description;
  437. private System.Windows.Forms.Label id_country;
  438. private System.Windows.Forms.Button button_update;
  439. private System.Windows.Forms.Button button_back;
  440. private System.Windows.Forms.ComboBox comboBox_country;
  441. private System.Windows.Forms.ComboBox comboBox_id_supplier;
  442. private System.Windows.Forms.ComboBox comboBox_id_performer;
  443. private VINILDataSet_performer vINILDataSet_performer;
  444. private System.Windows.Forms.BindingSource performerBindingSource;
  445. private VINILDataSet_performerTableAdapters.PerformerTableAdapter performerTableAdapter;
  446. private System.Windows.Forms.ComboBox comboBox_id_genre;
  447. private VINILDataSet_Genre vINILDataSet_Genre;
  448. private System.Windows.Forms.BindingSource genreBindingSource;
  449. private VINILDataSet_GenreTableAdapters.GenreTableAdapter genreTableAdapter;
  450. private System.Windows.Forms.ComboBox comboBox_id_edition;
  451. private VINILDataSet_Edition vINILDataSet_Edition;
  452. private System.Windows.Forms.BindingSource editionBindingSource;
  453. private VINILDataSet_EditionTableAdapters.EditionTableAdapter editionTableAdapter;
  454. private VINILDataSet_Country vINILDataSet_Country;
  455. private System.Windows.Forms.BindingSource countryBindingSource;
  456. private VINILDataSet_CountryTableAdapters.CountryTableAdapter countryTableAdapter;
  457. private VINILDataSet_supplier vINILDataSet_supplier;
  458. private System.Windows.Forms.BindingSource supplierBindingSource;
  459. private VINILDataSet_supplierTableAdapters.SupplierTableAdapter supplierTableAdapter;
  460. }
  461. }