Nomenklatura_add.Designer.cs 28 KB

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