123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469 |
- namespace proba
- {
- partial class Nomenklaturaadd
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Nomenklaturaadd));
- this.label_id_performer = new System.Windows.Forms.Label();
- this.textBox_year_publishing = new System.Windows.Forms.TextBox();
- this.label_year_publishing = new System.Windows.Forms.Label();
- this.text_description = new System.Windows.Forms.TextBox();
- this.label1 = new System.Windows.Forms.Label();
- this.text_price = new System.Windows.Forms.TextBox();
- this.label_id_genre = new System.Windows.Forms.Label();
- this.text_name = new System.Windows.Forms.TextBox();
- this.label_id_edition = new System.Windows.Forms.Label();
- this.price = new System.Windows.Forms.Label();
- this.id_supplier = new System.Windows.Forms.Label();
- this.description = new System.Windows.Forms.Label();
- this.id_country = new System.Windows.Forms.Label();
- this.button_save = new System.Windows.Forms.Button();
- this.button_back = new System.Windows.Forms.Button();
- this.comboBox_country = new System.Windows.Forms.ComboBox();
- this.countryBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.vINILDataSet_Country = new proba.VINILDataSet_Country();
- this.comboBox_id_genre = new System.Windows.Forms.ComboBox();
- this.genreBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.vINILDataSet_Genre = new proba.VINILDataSet_Genre();
- this.comboBox_id_edition = new System.Windows.Forms.ComboBox();
- this.editionBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.vINILDataSet_Edition = new proba.VINILDataSet_Edition();
- this.genreTableAdapter = new proba.VINILDataSet_GenreTableAdapters.GenreTableAdapter();
- this.comboBox_id_performer = new System.Windows.Forms.ComboBox();
- this.performerBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.vINILDataSet_performer = new proba.VINILDataSet_performer();
- this.performerTableAdapter = new proba.VINILDataSet_performerTableAdapters.PerformerTableAdapter();
- this.countryTableAdapter = new proba.VINILDataSet_CountryTableAdapters.CountryTableAdapter();
- this.editionTableAdapter = new proba.VINILDataSet_EditionTableAdapters.EditionTableAdapter();
- this.text_id_suplier = new System.Windows.Forms.ComboBox();
- this.supplierBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.vINILDataSet_supplier = new proba.VINILDataSet_supplier();
- this.supplierTableAdapter = new proba.VINILDataSet_supplierTableAdapters.SupplierTableAdapter();
- ((System.ComponentModel.ISupportInitialize)(this.countryBindingSource)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.vINILDataSet_Country)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.genreBindingSource)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.vINILDataSet_Genre)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.editionBindingSource)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.vINILDataSet_Edition)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.performerBindingSource)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.vINILDataSet_performer)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.supplierBindingSource)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.vINILDataSet_supplier)).BeginInit();
- this.SuspendLayout();
- //
- // label_id_performer
- //
- this.label_id_performer.AutoSize = true;
- this.label_id_performer.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label_id_performer.Location = new System.Drawing.Point(31, 370);
- this.label_id_performer.Name = "label_id_performer";
- this.label_id_performer.RightToLeft = System.Windows.Forms.RightToLeft.No;
- this.label_id_performer.Size = new System.Drawing.Size(129, 24);
- this.label_id_performer.TabIndex = 47;
- this.label_id_performer.Text = "Исполнитель";
- //
- // textBox_year_publishing
- //
- this.textBox_year_publishing.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.textBox_year_publishing.Location = new System.Drawing.Point(259, 194);
- this.textBox_year_publishing.MaxLength = 4;
- this.textBox_year_publishing.Name = "textBox_year_publishing";
- this.textBox_year_publishing.ShortcutsEnabled = false;
- this.textBox_year_publishing.Size = new System.Drawing.Size(248, 26);
- this.textBox_year_publishing.TabIndex = 46;
- this.textBox_year_publishing.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox_year_publishing_KeyPress);
- //
- // label_year_publishing
- //
- this.label_year_publishing.AutoSize = true;
- this.label_year_publishing.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label_year_publishing.Location = new System.Drawing.Point(34, 196);
- this.label_year_publishing.Name = "label_year_publishing";
- this.label_year_publishing.RightToLeft = System.Windows.Forms.RightToLeft.No;
- this.label_year_publishing.Size = new System.Drawing.Size(124, 24);
- this.label_year_publishing.TabIndex = 45;
- this.label_year_publishing.Text = "Год издания";
- //
- // text_description
- //
- this.text_description.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.text_description.Location = new System.Drawing.Point(173, 62);
- this.text_description.MaxLength = 200;
- this.text_description.Multiline = true;
- this.text_description.Name = "text_description";
- this.text_description.Size = new System.Drawing.Size(337, 70);
- this.text_description.TabIndex = 44;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label1.Location = new System.Drawing.Point(39, 18);
- this.label1.Name = "label1";
- this.label1.RightToLeft = System.Windows.Forms.RightToLeft.No;
- this.label1.Size = new System.Drawing.Size(144, 24);
- this.label1.TabIndex = 40;
- this.label1.Text = "Наименование";
- //
- // text_price
- //
- this.text_price.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.text_price.Location = new System.Drawing.Point(259, 152);
- this.text_price.MaxLength = 9;
- this.text_price.Name = "text_price";
- this.text_price.ShortcutsEnabled = false;
- this.text_price.Size = new System.Drawing.Size(248, 26);
- this.text_price.TabIndex = 39;
- this.text_price.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.text_price_KeyPress_1);
- //
- // label_id_genre
- //
- this.label_id_genre.AutoSize = true;
- this.label_id_genre.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label_id_genre.Location = new System.Drawing.Point(31, 327);
- this.label_id_genre.Name = "label_id_genre";
- this.label_id_genre.RightToLeft = System.Windows.Forms.RightToLeft.No;
- this.label_id_genre.Size = new System.Drawing.Size(58, 24);
- this.label_id_genre.TabIndex = 37;
- this.label_id_genre.Text = "Жанр";
- //
- // text_name
- //
- this.text_name.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.text_name.Location = new System.Drawing.Point(259, 18);
- this.text_name.MaxLength = 50;
- this.text_name.Name = "text_name";
- this.text_name.Size = new System.Drawing.Size(248, 26);
- this.text_name.TabIndex = 38;
- //
- // label_id_edition
- //
- this.label_id_edition.AutoSize = true;
- this.label_id_edition.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label_id_edition.Location = new System.Drawing.Point(31, 284);
- this.label_id_edition.Name = "label_id_edition";
- this.label_id_edition.RightToLeft = System.Windows.Forms.RightToLeft.No;
- this.label_id_edition.Size = new System.Drawing.Size(139, 24);
- this.label_id_edition.TabIndex = 36;
- this.label_id_edition.Text = "Издательство";
- //
- // price
- //
- this.price.AutoSize = true;
- this.price.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.price.Location = new System.Drawing.Point(36, 152);
- this.price.Name = "price";
- this.price.RightToLeft = System.Windows.Forms.RightToLeft.No;
- this.price.Size = new System.Drawing.Size(54, 24);
- this.price.TabIndex = 35;
- this.price.Text = "Цена";
- //
- // id_supplier
- //
- this.id_supplier.AutoSize = true;
- this.id_supplier.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.id_supplier.Location = new System.Drawing.Point(32, 416);
- this.id_supplier.Name = "id_supplier";
- this.id_supplier.RightToLeft = System.Windows.Forms.RightToLeft.No;
- this.id_supplier.Size = new System.Drawing.Size(108, 24);
- this.id_supplier.TabIndex = 34;
- this.id_supplier.Text = "Поставщик";
- //
- // description
- //
- this.description.AutoSize = true;
- this.description.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.description.Location = new System.Drawing.Point(39, 62);
- this.description.Name = "description";
- this.description.RightToLeft = System.Windows.Forms.RightToLeft.No;
- this.description.Size = new System.Drawing.Size(100, 24);
- this.description.TabIndex = 33;
- this.description.Text = "Описание";
- //
- // id_country
- //
- this.id_country.AutoSize = true;
- this.id_country.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.id_country.Location = new System.Drawing.Point(32, 241);
- this.id_country.Name = "id_country";
- this.id_country.RightToLeft = System.Windows.Forms.RightToLeft.No;
- this.id_country.Size = new System.Drawing.Size(209, 24);
- this.id_country.TabIndex = 32;
- this.id_country.Text = "Страна производства";
- //
- // button_save
- //
- this.button_save.BackColor = System.Drawing.Color.Gray;
- this.button_save.Cursor = System.Windows.Forms.Cursors.Hand;
- this.button_save.Font = new System.Drawing.Font("Freestyle Script", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.button_save.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
- this.button_save.Location = new System.Drawing.Point(378, 457);
- this.button_save.Name = "button_save";
- this.button_save.Size = new System.Drawing.Size(111, 30);
- this.button_save.TabIndex = 31;
- this.button_save.Text = "Сохранить";
- this.button_save.UseVisualStyleBackColor = false;
- this.button_save.Click += new System.EventHandler(this.button_save_Click);
- //
- // button_back
- //
- this.button_back.BackColor = System.Drawing.Color.Gray;
- this.button_back.Cursor = System.Windows.Forms.Cursors.Hand;
- this.button_back.Font = new System.Drawing.Font("Freestyle Script", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.button_back.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
- this.button_back.Location = new System.Drawing.Point(88, 458);
- this.button_back.Name = "button_back";
- this.button_back.Size = new System.Drawing.Size(111, 30);
- this.button_back.TabIndex = 30;
- this.button_back.Text = "Назад";
- this.button_back.UseVisualStyleBackColor = false;
- this.button_back.Click += new System.EventHandler(this.button_back_Click_1);
- //
- // comboBox_country
- //
- this.comboBox_country.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.countryBindingSource, "id_country", true));
- this.comboBox_country.DataSource = this.countryBindingSource;
- this.comboBox_country.DisplayMember = "country";
- this.comboBox_country.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.comboBox_country.FormattingEnabled = true;
- this.comboBox_country.Location = new System.Drawing.Point(259, 237);
- this.comboBox_country.Name = "comboBox_country";
- this.comboBox_country.Size = new System.Drawing.Size(248, 28);
- this.comboBox_country.TabIndex = 75;
- this.comboBox_country.ValueMember = "id_country";
- //
- // countryBindingSource
- //
- this.countryBindingSource.DataMember = "Country";
- this.countryBindingSource.DataSource = this.vINILDataSet_Country;
- //
- // vINILDataSet_Country
- //
- this.vINILDataSet_Country.DataSetName = "VINILDataSet_Country";
- this.vINILDataSet_Country.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // comboBox_id_genre
- //
- this.comboBox_id_genre.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.genreBindingSource, "id_genre", true));
- this.comboBox_id_genre.DataSource = this.genreBindingSource;
- this.comboBox_id_genre.DisplayMember = "genre";
- this.comboBox_id_genre.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.comboBox_id_genre.FormattingEnabled = true;
- this.comboBox_id_genre.Location = new System.Drawing.Point(259, 327);
- this.comboBox_id_genre.Name = "comboBox_id_genre";
- this.comboBox_id_genre.Size = new System.Drawing.Size(248, 28);
- this.comboBox_id_genre.TabIndex = 73;
- this.comboBox_id_genre.ValueMember = "id_genre";
- //
- // genreBindingSource
- //
- this.genreBindingSource.DataMember = "Genre";
- this.genreBindingSource.DataSource = this.vINILDataSet_Genre;
- //
- // vINILDataSet_Genre
- //
- this.vINILDataSet_Genre.DataSetName = "VINILDataSet_Genre";
- this.vINILDataSet_Genre.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // comboBox_id_edition
- //
- this.comboBox_id_edition.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.editionBindingSource, "id_edition", true));
- this.comboBox_id_edition.DataSource = this.editionBindingSource;
- this.comboBox_id_edition.DisplayMember = "edition";
- this.comboBox_id_edition.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.comboBox_id_edition.FormattingEnabled = true;
- this.comboBox_id_edition.Location = new System.Drawing.Point(259, 280);
- this.comboBox_id_edition.Name = "comboBox_id_edition";
- this.comboBox_id_edition.Size = new System.Drawing.Size(248, 28);
- this.comboBox_id_edition.TabIndex = 77;
- this.comboBox_id_edition.ValueMember = "id_edition";
- //
- // editionBindingSource
- //
- this.editionBindingSource.DataMember = "Edition";
- this.editionBindingSource.DataSource = this.vINILDataSet_Edition;
- //
- // vINILDataSet_Edition
- //
- this.vINILDataSet_Edition.DataSetName = "VINILDataSet_Edition";
- this.vINILDataSet_Edition.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // genreTableAdapter
- //
- this.genreTableAdapter.ClearBeforeFill = true;
- //
- // comboBox_id_performer
- //
- this.comboBox_id_performer.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.performerBindingSource, "id_performer", true));
- this.comboBox_id_performer.DataSource = this.performerBindingSource;
- this.comboBox_id_performer.DisplayMember = "performer";
- this.comboBox_id_performer.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.comboBox_id_performer.FormattingEnabled = true;
- this.comboBox_id_performer.Location = new System.Drawing.Point(259, 370);
- this.comboBox_id_performer.Name = "comboBox_id_performer";
- this.comboBox_id_performer.Size = new System.Drawing.Size(248, 28);
- this.comboBox_id_performer.TabIndex = 78;
- this.comboBox_id_performer.ValueMember = "id_performer";
- //
- // performerBindingSource
- //
- this.performerBindingSource.DataMember = "Performer";
- this.performerBindingSource.DataSource = this.vINILDataSet_performer;
- //
- // vINILDataSet_performer
- //
- this.vINILDataSet_performer.DataSetName = "VINILDataSet_performer";
- this.vINILDataSet_performer.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // performerTableAdapter
- //
- this.performerTableAdapter.ClearBeforeFill = true;
- //
- // countryTableAdapter
- //
- this.countryTableAdapter.ClearBeforeFill = true;
- //
- // editionTableAdapter
- //
- this.editionTableAdapter.ClearBeforeFill = true;
- //
- // text_id_suplier
- //
- this.text_id_suplier.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.supplierBindingSource, "id_supplier", true));
- this.text_id_suplier.DataSource = this.supplierBindingSource;
- this.text_id_suplier.DisplayMember = "name_organization";
- this.text_id_suplier.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.text_id_suplier.FormattingEnabled = true;
- this.text_id_suplier.Location = new System.Drawing.Point(259, 416);
- this.text_id_suplier.Name = "text_id_suplier";
- this.text_id_suplier.Size = new System.Drawing.Size(248, 28);
- this.text_id_suplier.TabIndex = 76;
- this.text_id_suplier.ValueMember = "id_supplier";
- //
- // supplierBindingSource
- //
- this.supplierBindingSource.DataMember = "Supplier";
- this.supplierBindingSource.DataSource = this.vINILDataSet_supplier;
- //
- // vINILDataSet_supplier
- //
- this.vINILDataSet_supplier.DataSetName = "VINILDataSet_supplier";
- this.vINILDataSet_supplier.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // supplierTableAdapter
- //
- this.supplierTableAdapter.ClearBeforeFill = true;
- //
- // Nomenklaturaadd
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(133)))), ((int)(((byte)(133)))), ((int)(((byte)(173)))));
- this.ClientSize = new System.Drawing.Size(541, 506);
- this.Controls.Add(this.comboBox_id_performer);
- this.Controls.Add(this.comboBox_id_edition);
- this.Controls.Add(this.text_id_suplier);
- this.Controls.Add(this.comboBox_country);
- this.Controls.Add(this.comboBox_id_genre);
- this.Controls.Add(this.label_id_performer);
- this.Controls.Add(this.textBox_year_publishing);
- this.Controls.Add(this.label_year_publishing);
- this.Controls.Add(this.text_description);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.text_price);
- this.Controls.Add(this.label_id_genre);
- this.Controls.Add(this.text_name);
- this.Controls.Add(this.label_id_edition);
- this.Controls.Add(this.price);
- this.Controls.Add(this.id_supplier);
- this.Controls.Add(this.description);
- this.Controls.Add(this.id_country);
- this.Controls.Add(this.button_save);
- this.Controls.Add(this.button_back);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.MaximumSize = new System.Drawing.Size(557, 545);
- this.MinimumSize = new System.Drawing.Size(557, 545);
- this.Name = "Nomenklaturaadd";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "Добавление номенклатуры";
- this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.global_FormClosed);
- this.Load += new System.EventHandler(this.Nomenklatura_add_Load);
- ((System.ComponentModel.ISupportInitialize)(this.countryBindingSource)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.vINILDataSet_Country)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.genreBindingSource)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.vINILDataSet_Genre)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.editionBindingSource)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.vINILDataSet_Edition)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.performerBindingSource)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.vINILDataSet_performer)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.supplierBindingSource)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.vINILDataSet_supplier)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Label label_id_performer;
- private System.Windows.Forms.TextBox textBox_year_publishing;
- private System.Windows.Forms.Label label_year_publishing;
- private System.Windows.Forms.TextBox text_description;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.TextBox text_price;
- private System.Windows.Forms.Label label_id_genre;
- private System.Windows.Forms.TextBox text_name;
- private System.Windows.Forms.Label label_id_edition;
- private System.Windows.Forms.Label price;
- private System.Windows.Forms.Label id_supplier;
- private System.Windows.Forms.Label description;
- private System.Windows.Forms.Label id_country;
- private System.Windows.Forms.Button button_save;
- private System.Windows.Forms.Button button_back;
- private System.Windows.Forms.ComboBox comboBox_country;
- private System.Windows.Forms.ComboBox comboBox_id_genre;
- private System.Windows.Forms.ComboBox comboBox_id_edition;
- private VINILDataSet_Genre vINILDataSet_Genre;
- private System.Windows.Forms.BindingSource genreBindingSource;
- private VINILDataSet_GenreTableAdapters.GenreTableAdapter genreTableAdapter;
- private System.Windows.Forms.ComboBox comboBox_id_performer;
- private VINILDataSet_performer vINILDataSet_performer;
- private System.Windows.Forms.BindingSource performerBindingSource;
- private VINILDataSet_performerTableAdapters.PerformerTableAdapter performerTableAdapter;
- private VINILDataSet_Country vINILDataSet_Country;
- private System.Windows.Forms.BindingSource countryBindingSource;
- private VINILDataSet_CountryTableAdapters.CountryTableAdapter countryTableAdapter;
- private VINILDataSet_Edition vINILDataSet_Edition;
- private System.Windows.Forms.BindingSource editionBindingSource;
- private VINILDataSet_EditionTableAdapters.EditionTableAdapter editionTableAdapter;
- private System.Windows.Forms.ComboBox text_id_suplier;
- private VINILDataSet_supplier vINILDataSet_supplier;
- private System.Windows.Forms.BindingSource supplierBindingSource;
- private VINILDataSet_supplierTableAdapters.SupplierTableAdapter supplierTableAdapter;
- }
- }
|