123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193 |
-
- namespace Brovi07.session1
- {
- partial class saleTovar
- {
- /// <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(saleTovar));
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- this.panel1 = new System.Windows.Forms.Panel();
- this.label1 = new System.Windows.Forms.Label();
- 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.broviDataSet = new Brovi07.BroviDataSet();
- this.productSaleTableAdapter = new Brovi07.BroviDataSetTableAdapters.ProductSaleTableAdapter();
- this.exitButton = new System.Windows.Forms.Button();
- this.filtrButton = new System.Windows.Forms.Button();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- this.panel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.productSaleBindingSource)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.broviDataSet)).BeginInit();
- this.SuspendLayout();
- //
- // pictureBox1
- //
- this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
- this.pictureBox1.Location = new System.Drawing.Point(0, 0);
- this.pictureBox1.Name = "pictureBox1";
- this.pictureBox1.Size = new System.Drawing.Size(82, 84);
- this.pictureBox1.TabIndex = 3;
- this.pictureBox1.TabStop = false;
- //
- // panel1
- //
- this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
- this.panel1.Controls.Add(this.filtrButton);
- this.panel1.Controls.Add(this.label1);
- this.panel1.Location = new System.Drawing.Point(82, 0);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(722, 86);
- this.panel1.TabIndex = 2;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label1.Location = new System.Drawing.Point(7, 29);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(175, 23);
- this.label1.TabIndex = 3;
- this.label1.Text = "История продаж";
- //
- // dataGridView1
- //
- this.dataGridView1.AutoGenerateColumns = false;
- this.dataGridView1.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255)))));
- 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, 86);
- this.dataGridView1.Name = "dataGridView1";
- this.dataGridView1.Size = new System.Drawing.Size(551, 282);
- this.dataGridView1.TabIndex = 4;
- //
- // saleDateDataGridViewTextBoxColumn
- //
- this.saleDateDataGridViewTextBoxColumn.DataPropertyName = "SaleDate";
- this.saleDateDataGridViewTextBoxColumn.HeaderText = "Дата продажи";
- this.saleDateDataGridViewTextBoxColumn.Name = "saleDateDataGridViewTextBoxColumn";
- //
- // productIDDataGridViewTextBoxColumn
- //
- this.productIDDataGridViewTextBoxColumn.DataPropertyName = "ProductID";
- this.productIDDataGridViewTextBoxColumn.HeaderText = "ID продукта";
- 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.broviDataSet;
- //
- // broviDataSet
- //
- this.broviDataSet.DataSetName = "BroviDataSet";
- this.broviDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // productSaleTableAdapter
- //
- this.productSaleTableAdapter.ClearBeforeFill = true;
- //
- // exitButton
- //
- this.exitButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.exitButton.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.exitButton.Location = new System.Drawing.Point(409, 374);
- this.exitButton.Name = "exitButton";
- this.exitButton.Size = new System.Drawing.Size(129, 37);
- this.exitButton.TabIndex = 8;
- this.exitButton.Text = "Выход";
- this.exitButton.UseVisualStyleBackColor = true;
- this.exitButton.Click += new System.EventHandler(this.exitButton_Click);
- //
- // filtrButton
- //
- this.filtrButton.BackColor = System.Drawing.Color.White;
- this.filtrButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.filtrButton.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.filtrButton.Location = new System.Drawing.Point(254, 12);
- this.filtrButton.Name = "filtrButton";
- this.filtrButton.Size = new System.Drawing.Size(202, 37);
- this.filtrButton.TabIndex = 9;
- this.filtrButton.Text = "Фильтрация по дате";
- this.filtrButton.UseVisualStyleBackColor = false;
- this.filtrButton.Click += new System.EventHandler(this.filtrButton_Click);
- //
- // saleTovar
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.White;
- this.ClientSize = new System.Drawing.Size(550, 422);
- this.Controls.Add(this.exitButton);
- this.Controls.Add(this.dataGridView1);
- this.Controls.Add(this.pictureBox1);
- this.Controls.Add(this.panel1);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Name = "saleTovar";
- this.Text = "История продаж";
- this.Load += new System.EventHandler(this.saleTovar_Load);
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.productSaleBindingSource)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.broviDataSet)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.PictureBox pictureBox1;
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.DataGridView dataGridView1;
- private BroviDataSet broviDataSet;
- private System.Windows.Forms.BindingSource productSaleBindingSource;
- private BroviDataSetTableAdapters.ProductSaleTableAdapter productSaleTableAdapter;
- private System.Windows.Forms.DataGridViewTextBoxColumn saleDateDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn productIDDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn quantityDataGridViewTextBoxColumn;
- private System.Windows.Forms.Button exitButton;
- private System.Windows.Forms.Button filtrButton;
- }
- }
|