namespace proba { partial class Nomenklaturaupdate { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Nomenklaturaupdate)); 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_update = 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_supplier = new System.Windows.Forms.ComboBox(); this.supplierBindingSource = new System.Windows.Forms.BindingSource(this.components); this.vINILDataSet_supplier = new proba.VINILDataSet_supplier(); 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.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.genreTableAdapter = new proba.VINILDataSet_GenreTableAdapters.GenreTableAdapter(); 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.editionTableAdapter = new proba.VINILDataSet_EditionTableAdapters.EditionTableAdapter(); this.countryTableAdapter = new proba.VINILDataSet_CountryTableAdapters.CountryTableAdapter(); this.supplierTableAdapter = new proba.VINILDataSet_supplierTableAdapters.SupplierTableAdapter(); ((System.ComponentModel.ISupportInitialize)(this.countryBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.vINILDataSet_Country)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.supplierBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.vINILDataSet_supplier)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.performerBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.vINILDataSet_performer)).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(); 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 = 65; 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 = 64; // // 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 = 63; 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 = 62; // // 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 = 58; 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 = 57; // // 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 = 55; 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 = 56; // // 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 = 54; 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 = 53; 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 = 52; 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 = 51; 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 = 50; this.id_country.Text = "Страна производства"; // // button_update // this.button_update.BackColor = System.Drawing.Color.Gray; this.button_update.Cursor = System.Windows.Forms.Cursors.Hand; this.button_update.Font = new System.Drawing.Font("Freestyle Script", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.button_update.ForeColor = System.Drawing.SystemColors.ButtonHighlight; this.button_update.Location = new System.Drawing.Point(348, 461); this.button_update.Name = "button_update"; this.button_update.Size = new System.Drawing.Size(111, 30); this.button_update.TabIndex = 69; this.button_update.Text = "Изменить"; this.button_update.UseVisualStyleBackColor = false; this.button_update.Click += new System.EventHandler(this.button_update_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(58, 462); this.button_back.Name = "button_back"; this.button_back.Size = new System.Drawing.Size(111, 30); this.button_back.TabIndex = 68; this.button_back.Text = "Назад"; this.button_back.UseVisualStyleBackColor = false; this.button_back.Click += new System.EventHandler(this.button_back_Click); // // 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 = 70; 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_supplier // this.comboBox_id_supplier.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.supplierBindingSource, "id_supplier", true)); this.comboBox_id_supplier.DataSource = this.supplierBindingSource; this.comboBox_id_supplier.DisplayMember = "name_organization"; this.comboBox_id_supplier.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.comboBox_id_supplier.FormattingEnabled = true; this.comboBox_id_supplier.Location = new System.Drawing.Point(259, 416); this.comboBox_id_supplier.Name = "comboBox_id_supplier"; this.comboBox_id_supplier.Size = new System.Drawing.Size(248, 28); this.comboBox_id_supplier.TabIndex = 71; this.comboBox_id_supplier.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; // // 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 = 72; 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; // // 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; // // genreTableAdapter // this.genreTableAdapter.ClearBeforeFill = true; // // 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, 284); this.comboBox_id_edition.Name = "comboBox_id_edition"; this.comboBox_id_edition.Size = new System.Drawing.Size(248, 28); this.comboBox_id_edition.TabIndex = 74; 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; // // editionTableAdapter // this.editionTableAdapter.ClearBeforeFill = true; // // countryTableAdapter // this.countryTableAdapter.ClearBeforeFill = true; // // supplierTableAdapter // this.supplierTableAdapter.ClearBeforeFill = true; // // Nomenklaturaupdate // 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_edition); this.Controls.Add(this.comboBox_id_genre); this.Controls.Add(this.comboBox_id_performer); this.Controls.Add(this.comboBox_id_supplier); this.Controls.Add(this.comboBox_country); this.Controls.Add(this.button_update); this.Controls.Add(this.button_back); 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.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 = "Nomenklaturaupdate"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Изменение номенклатуры"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.global_FormClosed); ((System.ComponentModel.ISupportInitialize)(this.countryBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.vINILDataSet_Country)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.supplierBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.vINILDataSet_supplier)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.performerBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.vINILDataSet_performer)).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(); 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_update; private System.Windows.Forms.Button button_back; private System.Windows.Forms.ComboBox comboBox_country; private System.Windows.Forms.ComboBox comboBox_id_supplier; 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 System.Windows.Forms.ComboBox comboBox_id_genre; private VINILDataSet_Genre vINILDataSet_Genre; private System.Windows.Forms.BindingSource genreBindingSource; private VINILDataSet_GenreTableAdapters.GenreTableAdapter genreTableAdapter; private System.Windows.Forms.ComboBox comboBox_id_edition; private VINILDataSet_Edition vINILDataSet_Edition; private System.Windows.Forms.BindingSource editionBindingSource; private VINILDataSet_EditionTableAdapters.EditionTableAdapter editionTableAdapter; private VINILDataSet_Country vINILDataSet_Country; private System.Windows.Forms.BindingSource countryBindingSource; private VINILDataSet_CountryTableAdapters.CountryTableAdapter countryTableAdapter; private VINILDataSet_supplier vINILDataSet_supplier; private System.Windows.Forms.BindingSource supplierBindingSource; private VINILDataSet_supplierTableAdapters.SupplierTableAdapter supplierTableAdapter; } }