namespace Brovi11 { partial class ProductSale { /// /// 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.Windows.Forms.Label descriptionLabel; System.Windows.Forms.Label costLabel; System.Windows.Forms.Label titleLabel; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ProductSale)); System.Windows.Forms.Label productIDLabel; this.panel1 = new System.Windows.Forms.Panel(); this.label1 = new System.Windows.Forms.Label(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.dataGridView1 = new System.Windows.Forms.DataGridView(); this.saleDateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.productIDDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.quantityDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.productSaleBindingSource = new System.Windows.Forms.BindingSource(this.components); this._1Brovi11DataSet = new Brovi11._1Brovi11DataSet(); this.productSaleTableAdapter = new Brovi11._1Brovi11DataSetTableAdapters.ProductSaleTableAdapter(); this.panel2 = new System.Windows.Forms.Panel(); 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.panel3 = new System.Windows.Forms.Panel(); this.button2 = new System.Windows.Forms.Button(); this.panel5 = new System.Windows.Forms.Panel(); this.button4 = new System.Windows.Forms.Button(); this.button3 = new System.Windows.Forms.Button(); this.tableAdapterManager = new Brovi11._1Brovi11DataSetTableAdapters.TableAdapterManager(); this.productIDComboBox = new System.Windows.Forms.ComboBox(); this.button1 = new System.Windows.Forms.Button(); descriptionLabel = new System.Windows.Forms.Label(); costLabel = new System.Windows.Forms.Label(); titleLabel = new System.Windows.Forms.Label(); productIDLabel = new System.Windows.Forms.Label(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.productSaleBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this._1Brovi11DataSet)).BeginInit(); this.panel2.SuspendLayout(); this.panel3.SuspendLayout(); this.panel5.SuspendLayout(); this.SuspendLayout(); // // 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(118, 23); descriptionLabel.TabIndex = 5; descriptionLabel.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(102, 96); costLabel.Name = "costLabel"; costLabel.Size = new System.Drawing.Size(69, 23); costLabel.TabIndex = 3; costLabel.Text = "Товар:"; // // 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(31, 48); titleLabel.Name = "titleLabel"; titleLabel.Size = new System.Drawing.Size(143, 23); titleLabel.TabIndex = 1; titleLabel.Text = "Дата продажи:"; // // panel1 // this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109))))); this.panel1.Controls.Add(this.button1); 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(1005, 124); this.panel1.TabIndex = 2; // // 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(333, 46); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(387, 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.saleDateDataGridViewTextBoxColumn, this.productIDDataGridViewTextBoxColumn, this.quantityDataGridViewTextBoxColumn}); this.dataGridView1.DataSource = this.productSaleBindingSource; this.dataGridView1.Location = new System.Drawing.Point(0, 130); this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.Size = new System.Drawing.Size(1002, 205); this.dataGridView1.TabIndex = 3; this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick); // // saleDateDataGridViewTextBoxColumn // this.saleDateDataGridViewTextBoxColumn.DataPropertyName = "SaleDate"; this.saleDateDataGridViewTextBoxColumn.HeaderText = "Дата продажи"; this.saleDateDataGridViewTextBoxColumn.Name = "saleDateDataGridViewTextBoxColumn"; // // productIDDataGridViewTextBoxColumn // this.productIDDataGridViewTextBoxColumn.DataPropertyName = "ProductID"; this.productIDDataGridViewTextBoxColumn.HeaderText = "Товар"; this.productIDDataGridViewTextBoxColumn.Name = "productIDDataGridViewTextBoxColumn"; // // quantityDataGridViewTextBoxColumn // this.quantityDataGridViewTextBoxColumn.DataPropertyName = "Quantity"; this.quantityDataGridViewTextBoxColumn.HeaderText = "Количество"; this.quantityDataGridViewTextBoxColumn.Name = "quantityDataGridViewTextBoxColumn"; // // productSaleBindingSource // this.productSaleBindingSource.DataMember = "ProductSale"; this.productSaleBindingSource.DataSource = this._1Brovi11DataSet; // // _1Brovi11DataSet // this._1Brovi11DataSet.DataSetName = "_1Brovi11DataSet"; this._1Brovi11DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // productSaleTableAdapter // this.productSaleTableAdapter.ClearBeforeFill = true; // // panel2 // this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255))))); 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, 341); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(416, 195); this.panel2.TabIndex = 4; // // descriptionTextBox // 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(197, 144); this.descriptionTextBox.Name = "descriptionTextBox"; this.descriptionTextBox.Size = new System.Drawing.Size(191, 30); this.descriptionTextBox.TabIndex = 6; // // costTextBox // 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(197, 93); this.costTextBox.Name = "costTextBox"; this.costTextBox.Size = new System.Drawing.Size(191, 30); this.costTextBox.TabIndex = 4; // // titleTextBox // 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(197, 45); this.titleTextBox.Name = "titleTextBox"; this.titleTextBox.Size = new System.Drawing.Size(191, 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 = "Запись:"; // // 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.Location = new System.Drawing.Point(422, 341); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(211, 62); this.panel3.TabIndex = 5; // // 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(25, 9); 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); // // panel5 // this.panel5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255))))); this.panel5.Controls.Add(this.productIDComboBox); this.panel5.Controls.Add(productIDLabel); this.panel5.Controls.Add(this.button4); this.panel5.Controls.Add(this.button3); this.panel5.Location = new System.Drawing.Point(639, 341); this.panel5.Name = "panel5"; this.panel5.Size = new System.Drawing.Size(366, 201); this.panel5.TabIndex = 7; // // 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(113, 136); 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); // // 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(113, 74); 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); // // 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 = null; this.tableAdapterManager.ProductPhotoTableAdapter = null; this.tableAdapterManager.ProductSaleTableAdapter = this.productSaleTableAdapter; this.tableAdapterManager.ProductTableAdapter = null; this.tableAdapterManager.ServicePhotoTableAdapter = null; this.tableAdapterManager.ServiceTableAdapter = null; this.tableAdapterManager.TagOfClientTableAdapter = null; this.tableAdapterManager.TagTableAdapter = null; this.tableAdapterManager.UpdateOrder = Brovi11._1Brovi11DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete; // // productIDLabel // productIDLabel.AutoSize = true; productIDLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); productIDLabel.Location = new System.Drawing.Point(41, 20); productIDLabel.Name = "productIDLabel"; productIDLabel.Size = new System.Drawing.Size(69, 23); productIDLabel.TabIndex = 3; productIDLabel.Text = "Товар:"; // // productIDComboBox // this.productIDComboBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productSaleBindingSource, "ProductID", true)); this.productIDComboBox.DataSource = this.productSaleBindingSource; this.productIDComboBox.DisplayMember = "ProductID"; this.productIDComboBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.productIDComboBox.FormattingEnabled = true; this.productIDComboBox.Location = new System.Drawing.Point(127, 17); this.productIDComboBox.Name = "productIDComboBox"; this.productIDComboBox.Size = new System.Drawing.Size(208, 31); this.productIDComboBox.TabIndex = 4; // // 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(831, 40); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(162, 45); this.button1.TabIndex = 2; this.button1.Text = "Список товаров"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // ProductSale // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1005, 542); this.Controls.Add(this.panel5); this.Controls.Add(this.panel3); this.Controls.Add(this.panel2); this.Controls.Add(this.dataGridView1); this.Controls.Add(this.panel1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "ProductSale"; this.Text = "ProductSale"; this.Load += new System.EventHandler(this.ProductSale_Load); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.productSaleBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this._1Brovi11DataSet)).EndInit(); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); this.panel3.ResumeLayout(false); this.panel5.ResumeLayout(false); this.panel5.PerformLayout(); 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 productSaleBindingSource; private _1Brovi11DataSetTableAdapters.ProductSaleTableAdapter productSaleTableAdapter; private System.Windows.Forms.DataGridViewTextBoxColumn saleDateDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn productIDDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn quantityDataGridViewTextBoxColumn; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.TextBox descriptionTextBox; private System.Windows.Forms.TextBox costTextBox; private System.Windows.Forms.TextBox titleTextBox; private System.Windows.Forms.Label label2; private System.Windows.Forms.Panel panel3; private System.Windows.Forms.Button button2; private System.Windows.Forms.Panel panel5; private System.Windows.Forms.Button button4; private System.Windows.Forms.Button button3; private _1Brovi11DataSetTableAdapters.TableAdapterManager tableAdapterManager; private System.Windows.Forms.ComboBox productIDComboBox; private System.Windows.Forms.Button button1; } }