namespace СУБД_Альфапол
{
partial class FormHistory
{
///
/// 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(FormHistory));
this.panel1 = new System.Windows.Forms.Panel();
this.label1 = new System.Windows.Forms.Label();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.bsHistorySale = new System.Windows.Forms.BindingSource(this.components);
this.dbAlphapolAGDataSet = new СУБД_Альфапол.dbAlphapolAGDataSet();
this.historySaleTableAdapter = new СУБД_Альфапол.dbAlphapolAGDataSetTableAdapters.HistorySaleTableAdapter();
this.dgvHistorySale = new System.Windows.Forms.DataGridView();
this.idPartnerDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.nameProductDataGridViewTextBoxColumn = 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.bsHistorySale)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dbAlphapolAGDataSet)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dgvHistorySale)).BeginInit();
this.SuspendLayout();
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.LightGray;
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.Margin = new System.Windows.Forms.Padding(5, 3, 5, 3);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(933, 127);
this.panel1.TabIndex = 2;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Courier New", 27.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.label1.Location = new System.Drawing.Point(348, 51);
this.label1.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(326, 41);
this.label1.TabIndex = 1;
this.label1.Text = "История продаж";
//
// pictureBox1
//
this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Left;
this.pictureBox1.Image = global::СУБД_Альфапол.Properties.Resources.Альфапол;
this.pictureBox1.Location = new System.Drawing.Point(0, 0);
this.pictureBox1.Margin = new System.Windows.Forms.Padding(5, 3, 5, 3);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(169, 127);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBox1.TabIndex = 0;
this.pictureBox1.TabStop = false;
//
// bsHistorySale
//
this.bsHistorySale.DataMember = "HistorySale";
this.bsHistorySale.DataSource = this.dbAlphapolAGDataSet;
//
// dbAlphapolAGDataSet
//
this.dbAlphapolAGDataSet.DataSetName = "dbAlphapolAGDataSet";
this.dbAlphapolAGDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// historySaleTableAdapter
//
this.historySaleTableAdapter.ClearBeforeFill = true;
//
// dgvHistorySale
//
this.dgvHistorySale.AllowUserToAddRows = false;
this.dgvHistorySale.AllowUserToDeleteRows = false;
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.idPartnerDataGridViewTextBoxColumn,
this.nameProductDataGridViewTextBoxColumn,
this.countProductDataGridViewTextBoxColumn,
this.dateSaleDataGridViewTextBoxColumn});
this.dgvHistorySale.DataSource = this.bsHistorySale;
this.dgvHistorySale.GridColor = System.Drawing.Color.White;
this.dgvHistorySale.Location = new System.Drawing.Point(70, 146);
this.dgvHistorySale.Name = "dgvHistorySale";
this.dgvHistorySale.ReadOnly = true;
this.dgvHistorySale.RowHeadersVisible = false;
this.dgvHistorySale.RowTemplate.DefaultCellStyle.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
this.dgvHistorySale.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvHistorySale.Size = new System.Drawing.Size(809, 263);
this.dgvHistorySale.TabIndex = 3;
//
// idPartnerDataGridViewTextBoxColumn
//
this.idPartnerDataGridViewTextBoxColumn.DataPropertyName = "idPartner";
this.idPartnerDataGridViewTextBoxColumn.HeaderText = "idPartner";
this.idPartnerDataGridViewTextBoxColumn.Name = "idPartnerDataGridViewTextBoxColumn";
this.idPartnerDataGridViewTextBoxColumn.ReadOnly = true;
this.idPartnerDataGridViewTextBoxColumn.Visible = false;
//
// nameProductDataGridViewTextBoxColumn
//
this.nameProductDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.nameProductDataGridViewTextBoxColumn.DataPropertyName = "NameProduct";
this.nameProductDataGridViewTextBoxColumn.HeaderText = "Товар";
this.nameProductDataGridViewTextBoxColumn.Name = "nameProductDataGridViewTextBoxColumn";
this.nameProductDataGridViewTextBoxColumn.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;
//
// FormHistory
//
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(933, 519);
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.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FormHistory";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "\"ООО\" Альфапол";
this.Load += new System.EventHandler(this.FormHistory_Load);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.bsHistorySale)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dbAlphapolAGDataSet)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dgvHistorySale)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.PictureBox pictureBox1;
private dbAlphapolAGDataSet dbAlphapolAGDataSet;
private dbAlphapolAGDataSetTableAdapters.HistorySaleTableAdapter historySaleTableAdapter;
private System.Windows.Forms.DataGridView dgvHistorySale;
private System.Windows.Forms.DataGridViewTextBoxColumn idPartnerDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn nameProductDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn countProductDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn dateSaleDataGridViewTextBoxColumn;
public System.Windows.Forms.BindingSource bsHistorySale;
}
}