123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655 |
-
- namespace Brovi11
- {
- partial class FormaAdmin
- {
- /// <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.Windows.Forms.Label titleLabel;
- System.Windows.Forms.Label costLabel;
- System.Windows.Forms.Label descriptionLabel;
- System.Windows.Forms.Label isActiveLabel;
- System.Windows.Forms.Label manufacturerIDLabel;
- System.Windows.Forms.Label manufacturerIDLabel1;
- System.Windows.Forms.Label titleLabel1;
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormaAdmin));
- this.panel1 = new System.Windows.Forms.Panel();
- this.button12 = new System.Windows.Forms.Button();
- this.button10 = new System.Windows.Forms.Button();
- this.button9 = new System.Windows.Forms.Button();
- this.label1 = new System.Windows.Forms.Label();
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- this.dataGridView1 = new System.Windows.Forms.DataGridView();
- this.titleDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.costDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.descriptionDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.mainImagePathDataGridViewImageColumn = new System.Windows.Forms.DataGridViewImageColumn();
- this.isActiveDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
- this.manufacturerIDDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.productBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this._1Brovi11DataSet = new Brovi11._1Brovi11DataSet();
- this.productTableAdapter = new Brovi11._1Brovi11DataSetTableAdapters.ProductTableAdapter();
- this.panel2 = new System.Windows.Forms.Panel();
- this.isActiveCheckBox = new System.Windows.Forms.CheckBox();
- this.manufacturerIDTextBox = new System.Windows.Forms.TextBox();
- this.descriptionTextBox = new System.Windows.Forms.TextBox();
- this.costTextBox = new System.Windows.Forms.TextBox();
- this.titleTextBox = new System.Windows.Forms.TextBox();
- this.label2 = new System.Windows.Forms.Label();
- this.tableAdapterManager = new Brovi11._1Brovi11DataSetTableAdapters.TableAdapterManager();
- this.manufacturerTableAdapter = new Brovi11._1Brovi11DataSetTableAdapters.ManufacturerTableAdapter();
- this.panel3 = new System.Windows.Forms.Panel();
- this.button2 = new System.Windows.Forms.Button();
- this.button1 = new System.Windows.Forms.Button();
- this.panel4 = new System.Windows.Forms.Panel();
- this.button4 = new System.Windows.Forms.Button();
- this.manufacturerIDComboBox = new System.Windows.Forms.ComboBox();
- this.button3 = new System.Windows.Forms.Button();
- this.manufacturerBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.panel5 = new System.Windows.Forms.Panel();
- this.titleTextBox1 = new System.Windows.Forms.TextBox();
- this.button6 = new System.Windows.Forms.Button();
- this.panel6 = new System.Windows.Forms.Panel();
- this.button11 = new System.Windows.Forms.Button();
- this.button8 = new System.Windows.Forms.Button();
- this.button5 = new System.Windows.Forms.Button();
- this.button7 = new System.Windows.Forms.Button();
- titleLabel = new System.Windows.Forms.Label();
- costLabel = new System.Windows.Forms.Label();
- descriptionLabel = new System.Windows.Forms.Label();
- isActiveLabel = new System.Windows.Forms.Label();
- manufacturerIDLabel = new System.Windows.Forms.Label();
- manufacturerIDLabel1 = new System.Windows.Forms.Label();
- titleLabel1 = new System.Windows.Forms.Label();
- this.panel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.productBindingSource)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this._1Brovi11DataSet)).BeginInit();
- this.panel2.SuspendLayout();
- this.panel3.SuspendLayout();
- this.panel4.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.manufacturerBindingSource)).BeginInit();
- this.panel5.SuspendLayout();
- this.panel6.SuspendLayout();
- this.SuspendLayout();
- //
- // titleLabel
- //
- titleLabel.AutoSize = true;
- titleLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- titleLabel.Location = new System.Drawing.Point(58, 48);
- titleLabel.Name = "titleLabel";
- titleLabel.Size = new System.Drawing.Size(101, 23);
- titleLabel.TabIndex = 1;
- titleLabel.Text = "Название:";
- //
- // costLabel
- //
- costLabel.AutoSize = true;
- costLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- costLabel.Location = new System.Drawing.Point(98, 96);
- costLabel.Name = "costLabel";
- costLabel.Size = new System.Drawing.Size(61, 23);
- costLabel.TabIndex = 3;
- costLabel.Text = "Цена:";
- //
- // descriptionLabel
- //
- descriptionLabel.AutoSize = true;
- descriptionLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- descriptionLabel.Location = new System.Drawing.Point(56, 147);
- descriptionLabel.Name = "descriptionLabel";
- descriptionLabel.Size = new System.Drawing.Size(103, 23);
- descriptionLabel.TabIndex = 5;
- descriptionLabel.Text = "Описание:";
- //
- // isActiveLabel
- //
- isActiveLabel.AutoSize = true;
- isActiveLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- isActiveLabel.Location = new System.Drawing.Point(71, 196);
- isActiveLabel.Name = "isActiveLabel";
- isActiveLabel.Size = new System.Drawing.Size(88, 23);
- isActiveLabel.TabIndex = 7;
- isActiveLabel.Text = "Активен:";
- //
- // manufacturerIDLabel
- //
- manufacturerIDLabel.AutoSize = true;
- manufacturerIDLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- manufacturerIDLabel.Location = new System.Drawing.Point(6, 248);
- manufacturerIDLabel.Name = "manufacturerIDLabel";
- manufacturerIDLabel.Size = new System.Drawing.Size(153, 23);
- manufacturerIDLabel.TabIndex = 9;
- manufacturerIDLabel.Text = "Производитель:";
- //
- // manufacturerIDLabel1
- //
- manufacturerIDLabel1.AutoSize = true;
- manufacturerIDLabel1.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- manufacturerIDLabel1.Location = new System.Drawing.Point(14, 18);
- manufacturerIDLabel1.Name = "manufacturerIDLabel1";
- manufacturerIDLabel1.Size = new System.Drawing.Size(153, 23);
- manufacturerIDLabel1.TabIndex = 1;
- manufacturerIDLabel1.Text = "Производитель:";
- //
- // titleLabel1
- //
- titleLabel1.AutoSize = true;
- titleLabel1.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- titleLabel1.Location = new System.Drawing.Point(31, 23);
- titleLabel1.Name = "titleLabel1";
- titleLabel1.Size = new System.Drawing.Size(167, 23);
- titleLabel1.TabIndex = 3;
- titleLabel1.Text = "Название товара:";
- //
- // panel1
- //
- this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
- this.panel1.Controls.Add(this.button12);
- this.panel1.Controls.Add(this.button10);
- this.panel1.Controls.Add(this.button9);
- this.panel1.Controls.Add(this.label1);
- this.panel1.Controls.Add(this.pictureBox1);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
- this.panel1.Location = new System.Drawing.Point(0, 0);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(1024, 124);
- this.panel1.TabIndex = 1;
- //
- // button12
- //
- this.button12.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.button12.Location = new System.Drawing.Point(813, 81);
- this.button12.Name = "button12";
- this.button12.Size = new System.Drawing.Size(199, 34);
- this.button12.TabIndex = 4;
- this.button12.Text = "Продажа товаров";
- this.button12.UseVisualStyleBackColor = true;
- this.button12.Click += new System.EventHandler(this.button12_Click);
- //
- // button10
- //
- this.button10.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.button10.Location = new System.Drawing.Point(813, 41);
- this.button10.Name = "button10";
- this.button10.Size = new System.Drawing.Size(199, 34);
- this.button10.TabIndex = 3;
- this.button10.Text = "Производители";
- this.button10.UseVisualStyleBackColor = true;
- this.button10.Click += new System.EventHandler(this.button10_Click);
- //
- // button9
- //
- this.button9.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.button9.Location = new System.Drawing.Point(813, 3);
- this.button9.Name = "button9";
- this.button9.Size = new System.Drawing.Size(199, 34);
- this.button9.TabIndex = 2;
- this.button9.Text = "Авторизация";
- this.button9.UseVisualStyleBackColor = true;
- this.button9.Click += new System.EventHandler(this.button9_Click);
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("Tahoma", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label1.Location = new System.Drawing.Point(402, 52);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(248, 39);
- this.label1.TabIndex = 1;
- this.label1.Text = "Список товаров";
- //
- // pictureBox1
- //
- this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
- this.pictureBox1.Location = new System.Drawing.Point(3, 3);
- this.pictureBox1.Name = "pictureBox1";
- this.pictureBox1.Size = new System.Drawing.Size(141, 118);
- this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox1.TabIndex = 0;
- this.pictureBox1.TabStop = false;
- //
- // dataGridView1
- //
- this.dataGridView1.AllowUserToOrderColumns = true;
- this.dataGridView1.AutoGenerateColumns = false;
- this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.titleDataGridViewTextBoxColumn,
- this.costDataGridViewTextBoxColumn,
- this.descriptionDataGridViewTextBoxColumn,
- this.mainImagePathDataGridViewImageColumn,
- this.isActiveDataGridViewCheckBoxColumn,
- this.manufacturerIDDataGridViewTextBoxColumn});
- this.dataGridView1.DataSource = this.productBindingSource;
- this.dataGridView1.Location = new System.Drawing.Point(0, 130);
- this.dataGridView1.Name = "dataGridView1";
- this.dataGridView1.Size = new System.Drawing.Size(1024, 243);
- this.dataGridView1.TabIndex = 2;
- this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
- //
- // titleDataGridViewTextBoxColumn
- //
- this.titleDataGridViewTextBoxColumn.DataPropertyName = "Title";
- this.titleDataGridViewTextBoxColumn.HeaderText = "Название";
- this.titleDataGridViewTextBoxColumn.Name = "titleDataGridViewTextBoxColumn";
- //
- // costDataGridViewTextBoxColumn
- //
- this.costDataGridViewTextBoxColumn.DataPropertyName = "Cost";
- this.costDataGridViewTextBoxColumn.HeaderText = "Цена";
- this.costDataGridViewTextBoxColumn.Name = "costDataGridViewTextBoxColumn";
- //
- // descriptionDataGridViewTextBoxColumn
- //
- this.descriptionDataGridViewTextBoxColumn.DataPropertyName = "Description";
- this.descriptionDataGridViewTextBoxColumn.HeaderText = "Описание";
- this.descriptionDataGridViewTextBoxColumn.Name = "descriptionDataGridViewTextBoxColumn";
- //
- // mainImagePathDataGridViewImageColumn
- //
- this.mainImagePathDataGridViewImageColumn.DataPropertyName = "MainImagePath";
- this.mainImagePathDataGridViewImageColumn.HeaderText = "Изображение";
- this.mainImagePathDataGridViewImageColumn.Name = "mainImagePathDataGridViewImageColumn";
- //
- // isActiveDataGridViewCheckBoxColumn
- //
- this.isActiveDataGridViewCheckBoxColumn.DataPropertyName = "IsActive";
- this.isActiveDataGridViewCheckBoxColumn.HeaderText = "Активен";
- this.isActiveDataGridViewCheckBoxColumn.Name = "isActiveDataGridViewCheckBoxColumn";
- //
- // manufacturerIDDataGridViewTextBoxColumn
- //
- this.manufacturerIDDataGridViewTextBoxColumn.DataPropertyName = "ManufacturerID";
- this.manufacturerIDDataGridViewTextBoxColumn.HeaderText = "Производитель";
- this.manufacturerIDDataGridViewTextBoxColumn.Name = "manufacturerIDDataGridViewTextBoxColumn";
- //
- // productBindingSource
- //
- this.productBindingSource.DataMember = "Product";
- this.productBindingSource.DataSource = this._1Brovi11DataSet;
- //
- // _1Brovi11DataSet
- //
- this._1Brovi11DataSet.DataSetName = "_1Brovi11DataSet";
- this._1Brovi11DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // productTableAdapter
- //
- this.productTableAdapter.ClearBeforeFill = true;
- //
- // panel2
- //
- this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255)))));
- this.panel2.Controls.Add(this.isActiveCheckBox);
- this.panel2.Controls.Add(manufacturerIDLabel);
- this.panel2.Controls.Add(this.manufacturerIDTextBox);
- this.panel2.Controls.Add(isActiveLabel);
- this.panel2.Controls.Add(descriptionLabel);
- this.panel2.Controls.Add(this.descriptionTextBox);
- this.panel2.Controls.Add(costLabel);
- this.panel2.Controls.Add(this.costTextBox);
- this.panel2.Controls.Add(titleLabel);
- this.panel2.Controls.Add(this.titleTextBox);
- this.panel2.Controls.Add(this.label2);
- this.panel2.Location = new System.Drawing.Point(0, 379);
- this.panel2.Name = "panel2";
- this.panel2.Size = new System.Drawing.Size(377, 339);
- this.panel2.TabIndex = 3;
- //
- // isActiveCheckBox
- //
- this.isActiveCheckBox.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.productBindingSource, "IsActive", true));
- this.isActiveCheckBox.Location = new System.Drawing.Point(177, 199);
- this.isActiveCheckBox.Name = "isActiveCheckBox";
- this.isActiveCheckBox.Size = new System.Drawing.Size(180, 24);
- this.isActiveCheckBox.TabIndex = 4;
- this.isActiveCheckBox.UseVisualStyleBackColor = true;
- //
- // manufacturerIDTextBox
- //
- this.manufacturerIDTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productBindingSource, "ManufacturerID", true));
- this.manufacturerIDTextBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.manufacturerIDTextBox.Location = new System.Drawing.Point(177, 245);
- this.manufacturerIDTextBox.Name = "manufacturerIDTextBox";
- this.manufacturerIDTextBox.Size = new System.Drawing.Size(180, 30);
- this.manufacturerIDTextBox.TabIndex = 10;
- //
- // descriptionTextBox
- //
- this.descriptionTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productBindingSource, "Description", true));
- this.descriptionTextBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.descriptionTextBox.Location = new System.Drawing.Point(177, 144);
- this.descriptionTextBox.Name = "descriptionTextBox";
- this.descriptionTextBox.Size = new System.Drawing.Size(180, 30);
- this.descriptionTextBox.TabIndex = 6;
- //
- // costTextBox
- //
- this.costTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productBindingSource, "Cost", true));
- this.costTextBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.costTextBox.Location = new System.Drawing.Point(177, 93);
- this.costTextBox.Name = "costTextBox";
- this.costTextBox.Size = new System.Drawing.Size(180, 30);
- this.costTextBox.TabIndex = 4;
- //
- // titleTextBox
- //
- this.titleTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productBindingSource, "Title", true));
- this.titleTextBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.titleTextBox.Location = new System.Drawing.Point(177, 45);
- this.titleTextBox.Name = "titleTextBox";
- this.titleTextBox.Size = new System.Drawing.Size(180, 30);
- this.titleTextBox.TabIndex = 2;
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label2.Location = new System.Drawing.Point(3, 9);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(78, 23);
- this.label2.TabIndex = 0;
- this.label2.Text = "Запись:";
- //
- // tableAdapterManager
- //
- this.tableAdapterManager.AttachedProductTableAdapter = null;
- this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
- this.tableAdapterManager.ClientServiceTableAdapter = null;
- this.tableAdapterManager.ClientTableAdapter = null;
- this.tableAdapterManager.DocumentByServiceTableAdapter = null;
- this.tableAdapterManager.GenderTableAdapter = null;
- this.tableAdapterManager.ManufacturerTableAdapter = this.manufacturerTableAdapter;
- this.tableAdapterManager.ProductPhotoTableAdapter = null;
- this.tableAdapterManager.ProductSaleTableAdapter = null;
- this.tableAdapterManager.ProductTableAdapter = this.productTableAdapter;
- this.tableAdapterManager.ServicePhotoTableAdapter = null;
- this.tableAdapterManager.ServiceTableAdapter = null;
- this.tableAdapterManager.TagOfClientTableAdapter = null;
- this.tableAdapterManager.TagTableAdapter = null;
- this.tableAdapterManager.UpdateOrder = Brovi11._1Brovi11DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
- //
- // manufacturerTableAdapter
- //
- this.manufacturerTableAdapter.ClearBeforeFill = true;
- //
- // panel3
- //
- this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255)))));
- this.panel3.Controls.Add(this.button2);
- this.panel3.Controls.Add(this.button1);
- this.panel3.Location = new System.Drawing.Point(383, 379);
- this.panel3.Name = "panel3";
- this.panel3.Size = new System.Drawing.Size(211, 123);
- this.panel3.TabIndex = 4;
- //
- // button2
- //
- this.button2.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.button2.Location = new System.Drawing.Point(26, 63);
- this.button2.Name = "button2";
- this.button2.Size = new System.Drawing.Size(162, 45);
- this.button2.TabIndex = 1;
- this.button2.Text = "По убыванию";
- this.button2.UseVisualStyleBackColor = true;
- this.button2.Click += new System.EventHandler(this.button2_Click);
- //
- // button1
- //
- this.button1.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.button1.Location = new System.Drawing.Point(26, 12);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(162, 45);
- this.button1.TabIndex = 0;
- this.button1.Text = "По возрастанию";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // panel4
- //
- this.panel4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255)))));
- this.panel4.Controls.Add(this.button4);
- this.panel4.Controls.Add(manufacturerIDLabel1);
- this.panel4.Controls.Add(this.manufacturerIDComboBox);
- this.panel4.Controls.Add(this.button3);
- this.panel4.Location = new System.Drawing.Point(383, 508);
- this.panel4.Name = "panel4";
- this.panel4.Size = new System.Drawing.Size(345, 210);
- this.panel4.TabIndex = 5;
- this.panel4.Paint += new System.Windows.Forms.PaintEventHandler(this.panel4_Paint);
- //
- // button4
- //
- this.button4.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.button4.Location = new System.Drawing.Point(89, 133);
- this.button4.Name = "button4";
- this.button4.Size = new System.Drawing.Size(162, 45);
- this.button4.TabIndex = 3;
- this.button4.Text = "Отобразить все";
- this.button4.UseVisualStyleBackColor = true;
- this.button4.Click += new System.EventHandler(this.button4_Click);
- //
- // manufacturerIDComboBox
- //
- this.manufacturerIDComboBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productBindingSource, "ManufacturerID", true));
- this.manufacturerIDComboBox.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.productBindingSource, "ManufacturerID", true));
- this.manufacturerIDComboBox.DataSource = this.productBindingSource;
- this.manufacturerIDComboBox.DisplayMember = "ManufacturerID";
- this.manufacturerIDComboBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.manufacturerIDComboBox.FormattingEnabled = true;
- this.manufacturerIDComboBox.Location = new System.Drawing.Point(173, 15);
- this.manufacturerIDComboBox.Name = "manufacturerIDComboBox";
- this.manufacturerIDComboBox.Size = new System.Drawing.Size(158, 31);
- this.manufacturerIDComboBox.TabIndex = 2;
- this.manufacturerIDComboBox.ValueMember = "ManufacturerID";
- //
- // button3
- //
- this.button3.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.button3.Location = new System.Drawing.Point(89, 70);
- this.button3.Name = "button3";
- this.button3.Size = new System.Drawing.Size(162, 45);
- this.button3.TabIndex = 1;
- this.button3.Text = "Фильтровать";
- this.button3.UseVisualStyleBackColor = true;
- this.button3.Click += new System.EventHandler(this.button3_Click);
- //
- // manufacturerBindingSource
- //
- this.manufacturerBindingSource.DataMember = "Manufacturer";
- this.manufacturerBindingSource.DataSource = this._1Brovi11DataSet;
- //
- // panel5
- //
- this.panel5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255)))));
- this.panel5.Controls.Add(titleLabel1);
- this.panel5.Controls.Add(this.titleTextBox1);
- this.panel5.Controls.Add(this.button6);
- this.panel5.Location = new System.Drawing.Point(600, 379);
- this.panel5.Name = "panel5";
- this.panel5.Size = new System.Drawing.Size(424, 123);
- this.panel5.TabIndex = 6;
- //
- // titleTextBox1
- //
- this.titleTextBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productBindingSource, "Title", true));
- this.titleTextBox1.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.titleTextBox1.Location = new System.Drawing.Point(213, 20);
- this.titleTextBox1.Name = "titleTextBox1";
- this.titleTextBox1.Size = new System.Drawing.Size(187, 30);
- this.titleTextBox1.TabIndex = 4;
- //
- // button6
- //
- this.button6.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.button6.Location = new System.Drawing.Point(122, 63);
- this.button6.Name = "button6";
- this.button6.Size = new System.Drawing.Size(162, 45);
- this.button6.TabIndex = 1;
- this.button6.Text = "Поиск";
- this.button6.UseVisualStyleBackColor = true;
- this.button6.Click += new System.EventHandler(this.button6_Click);
- //
- // panel6
- //
- this.panel6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255)))));
- this.panel6.Controls.Add(this.button11);
- this.panel6.Controls.Add(this.button8);
- this.panel6.Controls.Add(this.button5);
- this.panel6.Controls.Add(this.button7);
- this.panel6.Location = new System.Drawing.Point(734, 508);
- this.panel6.Name = "panel6";
- this.panel6.Size = new System.Drawing.Size(290, 210);
- this.panel6.TabIndex = 7;
- //
- // button11
- //
- this.button11.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.button11.Location = new System.Drawing.Point(28, 160);
- this.button11.Name = "button11";
- this.button11.Size = new System.Drawing.Size(238, 41);
- this.button11.TabIndex = 5;
- this.button11.Text = "Редактировать запись";
- this.button11.UseVisualStyleBackColor = true;
- this.button11.Click += new System.EventHandler(this.button11_Click);
- //
- // button8
- //
- this.button8.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.button8.Location = new System.Drawing.Point(28, 7);
- this.button8.Name = "button8";
- this.button8.Size = new System.Drawing.Size(238, 45);
- this.button8.TabIndex = 4;
- this.button8.Text = "Добавить новую запись";
- this.button8.UseVisualStyleBackColor = true;
- this.button8.Click += new System.EventHandler(this.button8_Click);
- //
- // button5
- //
- this.button5.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.button5.Location = new System.Drawing.Point(59, 109);
- this.button5.Name = "button5";
- this.button5.Size = new System.Drawing.Size(179, 45);
- this.button5.TabIndex = 3;
- this.button5.Text = "Сохранить запись";
- this.button5.UseVisualStyleBackColor = true;
- this.button5.Click += new System.EventHandler(this.button5_Click);
- //
- // button7
- //
- this.button7.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.button7.Location = new System.Drawing.Point(69, 58);
- this.button7.Name = "button7";
- this.button7.Size = new System.Drawing.Size(162, 45);
- this.button7.TabIndex = 1;
- this.button7.Text = "Удалить запись";
- this.button7.UseVisualStyleBackColor = true;
- this.button7.Click += new System.EventHandler(this.button7_Click);
- //
- // FormaAdmin
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1024, 717);
- this.Controls.Add(this.panel6);
- this.Controls.Add(this.panel5);
- this.Controls.Add(this.panel4);
- this.Controls.Add(this.panel3);
- this.Controls.Add(this.panel2);
- this.Controls.Add(this.dataGridView1);
- this.Controls.Add(this.panel1);
- this.Name = "FormaAdmin";
- this.Text = "FormaAdmin";
- this.Load += new System.EventHandler(this.FormaAdmin_Load);
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.productBindingSource)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this._1Brovi11DataSet)).EndInit();
- this.panel2.ResumeLayout(false);
- this.panel2.PerformLayout();
- this.panel3.ResumeLayout(false);
- this.panel4.ResumeLayout(false);
- this.panel4.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.manufacturerBindingSource)).EndInit();
- this.panel5.ResumeLayout(false);
- this.panel5.PerformLayout();
- this.panel6.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.PictureBox pictureBox1;
- private System.Windows.Forms.DataGridView dataGridView1;
- private _1Brovi11DataSet _1Brovi11DataSet;
- private System.Windows.Forms.BindingSource productBindingSource;
- private _1Brovi11DataSetTableAdapters.ProductTableAdapter productTableAdapter;
- private System.Windows.Forms.DataGridViewTextBoxColumn titleDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn costDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn descriptionDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewImageColumn mainImagePathDataGridViewImageColumn;
- private System.Windows.Forms.DataGridViewCheckBoxColumn isActiveDataGridViewCheckBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn manufacturerIDDataGridViewTextBoxColumn;
- private System.Windows.Forms.Panel panel2;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.TextBox manufacturerIDTextBox;
- private System.Windows.Forms.TextBox descriptionTextBox;
- private System.Windows.Forms.TextBox costTextBox;
- private System.Windows.Forms.TextBox titleTextBox;
- private _1Brovi11DataSetTableAdapters.TableAdapterManager tableAdapterManager;
- private System.Windows.Forms.CheckBox isActiveCheckBox;
- private System.Windows.Forms.Panel panel3;
- private System.Windows.Forms.Button button2;
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.Panel panel4;
- private System.Windows.Forms.Button button3;
- private System.Windows.Forms.ComboBox manufacturerIDComboBox;
- private _1Brovi11DataSetTableAdapters.ManufacturerTableAdapter manufacturerTableAdapter;
- private System.Windows.Forms.BindingSource manufacturerBindingSource;
- private System.Windows.Forms.Button button4;
- private System.Windows.Forms.Panel panel5;
- private System.Windows.Forms.Button button6;
- private System.Windows.Forms.TextBox titleTextBox1;
- private System.Windows.Forms.Panel panel6;
- private System.Windows.Forms.Button button8;
- private System.Windows.Forms.Button button5;
- private System.Windows.Forms.Button button7;
- private System.Windows.Forms.Button button9;
- private System.Windows.Forms.Button button10;
- private System.Windows.Forms.Button button11;
- private System.Windows.Forms.Button button12;
- }
- }
|