123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183 |
- namespace СУБД_Альфапол
- {
- partial class FormHistorySales
- {
- /// <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(FormHistorySales));
- this.panel1 = new System.Windows.Forms.Panel();
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- this.lblTitleForm = new System.Windows.Forms.Label();
- this.bsHistorySales = new System.Windows.Forms.BindingSource(this.components);
- this.alfafloorGDVDataSet = new СУБД_Альфапол.AlfafloorGDVDataSet();
- this.historySaleTableAdapter = new СУБД_Альфапол.AlfafloorGDVDataSetTableAdapters.HistorySaleTableAdapter();
- this.dgvHistorySale = new System.Windows.Forms.DataGridView();
- this.productNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.countProductDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dateSaleDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.panel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.bsHistorySales)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.alfafloorGDVDataSet)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dgvHistorySale)).BeginInit();
- this.SuspendLayout();
- //
- // panel1
- //
- this.panel1.BackColor = System.Drawing.Color.LightGray;
- this.panel1.Controls.Add(this.pictureBox1);
- this.panel1.Controls.Add(this.lblTitleForm);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
- this.panel1.Location = new System.Drawing.Point(0, 0);
- this.panel1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(766, 132);
- this.panel1.TabIndex = 3;
- //
- // pictureBox1
- //
- this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Left;
- this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
- this.pictureBox1.Location = new System.Drawing.Point(0, 0);
- this.pictureBox1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
- this.pictureBox1.Name = "pictureBox1";
- this.pictureBox1.Size = new System.Drawing.Size(140, 132);
- this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.pictureBox1.TabIndex = 1;
- this.pictureBox1.TabStop = false;
- //
- // lblTitleForm
- //
- this.lblTitleForm.Anchor = System.Windows.Forms.AnchorStyles.Top;
- this.lblTitleForm.AutoSize = true;
- this.lblTitleForm.Font = new System.Drawing.Font("Courier New", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.lblTitleForm.Location = new System.Drawing.Point(298, 50);
- this.lblTitleForm.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.lblTitleForm.Name = "lblTitleForm";
- this.lblTitleForm.Size = new System.Drawing.Size(238, 31);
- this.lblTitleForm.TabIndex = 0;
- this.lblTitleForm.Text = "История продаж";
- //
- // bsHistorySales
- //
- this.bsHistorySales.DataMember = "HistorySale";
- this.bsHistorySales.DataSource = this.alfafloorGDVDataSet;
- //
- // alfafloorGDVDataSet
- //
- this.alfafloorGDVDataSet.DataSetName = "AlfafloorGDVDataSet";
- this.alfafloorGDVDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // historySaleTableAdapter
- //
- this.historySaleTableAdapter.ClearBeforeFill = true;
- //
- // dgvHistorySale
- //
- this.dgvHistorySale.AllowUserToAddRows = false;
- this.dgvHistorySale.AllowUserToDeleteRows = false;
- this.dgvHistorySale.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.dgvHistorySale.AutoGenerateColumns = false;
- this.dgvHistorySale.BackgroundColor = System.Drawing.Color.White;
- this.dgvHistorySale.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dgvHistorySale.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.productNameDataGridViewTextBoxColumn,
- this.countProductDataGridViewTextBoxColumn,
- this.dateSaleDataGridViewTextBoxColumn});
- this.dgvHistorySale.DataSource = this.bsHistorySales;
- this.dgvHistorySale.Location = new System.Drawing.Point(13, 138);
- this.dgvHistorySale.Name = "dgvHistorySale";
- this.dgvHistorySale.ReadOnly = true;
- this.dgvHistorySale.RowHeadersVisible = false;
- this.dgvHistorySale.Size = new System.Drawing.Size(741, 317);
- this.dgvHistorySale.TabIndex = 4;
- //
- // productNameDataGridViewTextBoxColumn
- //
- this.productNameDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
- this.productNameDataGridViewTextBoxColumn.DataPropertyName = "ProductName";
- this.productNameDataGridViewTextBoxColumn.HeaderText = "Название продукта";
- this.productNameDataGridViewTextBoxColumn.Name = "productNameDataGridViewTextBoxColumn";
- this.productNameDataGridViewTextBoxColumn.ReadOnly = true;
- //
- // countProductDataGridViewTextBoxColumn
- //
- this.countProductDataGridViewTextBoxColumn.DataPropertyName = "CountProduct";
- this.countProductDataGridViewTextBoxColumn.HeaderText = "Кол-во продаж";
- this.countProductDataGridViewTextBoxColumn.Name = "countProductDataGridViewTextBoxColumn";
- this.countProductDataGridViewTextBoxColumn.ReadOnly = true;
- //
- // dateSaleDataGridViewTextBoxColumn
- //
- this.dateSaleDataGridViewTextBoxColumn.DataPropertyName = "DateSale";
- this.dateSaleDataGridViewTextBoxColumn.HeaderText = "Дата продажи";
- this.dateSaleDataGridViewTextBoxColumn.Name = "dateSaleDataGridViewTextBoxColumn";
- this.dateSaleDataGridViewTextBoxColumn.ReadOnly = true;
- //
- // FormHistorySales
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.White;
- this.ClientSize = new System.Drawing.Size(766, 464);
- this.Controls.Add(this.dgvHistorySale);
- this.Controls.Add(this.panel1);
- this.Font = new System.Drawing.Font("Courier New", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
- this.MinimumSize = new System.Drawing.Size(782, 503);
- this.Name = "FormHistorySales";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
- this.Text = "ООО \"Альфапол\"";
- this.Load += new System.EventHandler(this.FormHistorySales_Load);
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.bsHistorySales)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.alfafloorGDVDataSet)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dgvHistorySale)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.PictureBox pictureBox1;
- public System.Windows.Forms.Label lblTitleForm;
- private AlfafloorGDVDataSet alfafloorGDVDataSet;
- private AlfafloorGDVDataSetTableAdapters.HistorySaleTableAdapter historySaleTableAdapter;
- private System.Windows.Forms.DataGridView dgvHistorySale;
- public System.Windows.Forms.BindingSource bsHistorySales;
- private System.Windows.Forms.DataGridViewTextBoxColumn productNameDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn countProductDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn dateSaleDataGridViewTextBoxColumn;
- }
- }
|