private void InitializeComponent()
		{
			this.components = new System.ComponentModel.Container();
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmRequestApproval));
			this.ToolTipMain = new System.Windows.Forms.ToolTip(this.components);
			this.cmdApprove = new System.Windows.Forms.Button();
			this.cmdInfo = new System.Windows.Forms.Button();
			this.fgOrders = new UpgradeHelpers.Windows.Forms.DataGridViewFlex(this.components);
			this.sbStatusBar = new System.Windows.Forms.StatusStrip();
			this._sbStatusBar_Panel1 = new System.Windows.Forms.ToolStripStatusLabel();
			this.cmdCancel = new System.Windows.Forms.Button();
			this.cmdClose = new System.Windows.Forms.Button();
			this.Frame1 = new System.Windows.Forms.GroupBox();
			this.cmbStatus = new System.Windows.Forms.ComboBox();
			this.chkTo = new System.Windows.Forms.CheckBox();
			this.chkFrom = new System.Windows.Forms.CheckBox();
			this.txtProductID = new System.Windows.Forms.TextBox();
			this.txtOrderID = new System.Windows.Forms.TextBox();
			this.txtContactLastName = new System.Windows.Forms.TextBox();
			this.txtContactName = new System.Windows.Forms.TextBox();
			this.cmdCustomers = new System.Windows.Forms.Button();
			this.txtCompanyName = new System.Windows.Forms.TextBox();
			this.dtFrom = new System.Windows.Forms.DateTimePicker();
			this.dtTo = new System.Windows.Forms.DateTimePicker();
			this.Label5 = new System.Windows.Forms.Label();
			this.Label8 = new System.Windows.Forms.Label();
			this.Label1 = new System.Windows.Forms.Label();
			this.Label6 = new System.Windows.Forms.Label();
			this.Label3 = new System.Windows.Forms.Label();
			this.Label4 = new System.Windows.Forms.Label();
			this.Label2 = new System.Windows.Forms.Label();
			this.sbStatusBar.SuspendLayout();
			this.Frame1.SuspendLayout();
			this.SuspendLayout();
			this.listBoxComboBoxHelper1 = new UpgradeHelpers.VB6.Gui.ListControlHelper(this.components);
			((System.ComponentModel.ISupportInitialize) this.listBoxComboBoxHelper1).BeginInit();
			// 
			// cmdApprove
			// 
			this.cmdApprove.BackColor = System.Drawing.SystemColors.Control;
			this.cmdApprove.Cursor = System.Windows.Forms.Cursors.Default;
			this.cmdApprove.ForeColor = System.Drawing.SystemColors.ControlText;
			this.cmdApprove.Location = new System.Drawing.Point(232, 440);
			this.cmdApprove.Name = "cmdApprove";
			this.cmdApprove.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.cmdApprove.Size = new System.Drawing.Size(89, 25);
			this.cmdApprove.TabIndex = 10;
			this.cmdApprove.Text = "&Create Invoice";
			this.cmdApprove.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
			this.cmdApprove.UseVisualStyleBackColor = false;
			this.cmdApprove.Click += new System.EventHandler(this.cmdApprove_Click);
			// 
			// cmdInfo
			// 
			this.cmdInfo.BackColor = System.Drawing.SystemColors.Control;
			this.cmdInfo.Cursor = System.Windows.Forms.Cursors.Default;
			this.cmdInfo.ForeColor = System.Drawing.SystemColors.ControlText;
			this.cmdInfo.Location = new System.Drawing.Point(136, 440);
			this.cmdInfo.Name = "cmdInfo";
			this.cmdInfo.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.cmdInfo.Size = new System.Drawing.Size(89, 25);
			this.cmdInfo.TabIndex = 9;
			this.cmdInfo.Text = "&Information";
			this.cmdInfo.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
			this.cmdInfo.UseVisualStyleBackColor = false;
			this.cmdInfo.Click += new System.EventHandler(this.cmdInfo_Click);
			// 
			// fgOrders
			// 
			this.fgOrders.AllowBigSelection = false;
			this.fgOrders.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.fgOrders.ColumnsCount = 1;
			this.fgOrders.FixedColumns = 0;
			this.fgOrders.FixedRows = 0;
			this.fgOrders.Location = new System.Drawing.Point(8, 168);
			this.fgOrders.Name = "fgOrders";
			this.fgOrders.RowsCount = 1;
			this.fgOrders.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
			this.fgOrders.Size = new System.Drawing.Size(505, 265);
			this.fgOrders.TabIndex = 8;
			this.fgOrders.DoubleClick += new System.EventHandler(this.fgOrders_DoubleClick);
			// 
			// sbStatusBar
			// 
			this.sbStatusBar.Dock = System.Windows.Forms.DockStyle.Bottom;
			this.sbStatusBar.Location = new System.Drawing.Point(0, 471);
			this.sbStatusBar.Name = "sbStatusBar";
			this.sbStatusBar.ShowItemToolTips = true;
			this.sbStatusBar.Size = new System.Drawing.Size(523, 25);
			this.sbStatusBar.TabIndex = 18;
			this.sbStatusBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[]{this._sbStatusBar_Panel1});
			// 
			// _sbStatusBar_Panel1
			// 
			this._sbStatusBar_Panel1.AutoSize = true;
			this._sbStatusBar_Panel1.AutoSize = false;
			this._sbStatusBar_Panel1.BorderSides = (System.Windows.Forms.ToolStripStatusLabelBorderSides) (System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom);
			this._sbStatusBar_Panel1.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenOuter;
			this._sbStatusBar_Panel1.DoubleClickEnabled = true;
			this._sbStatusBar_Panel1.Margin = new System.Windows.Forms.Padding(0);
			this._sbStatusBar_Panel1.Size = new System.Drawing.Size(505, 25);
			this._sbStatusBar_Panel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this._sbStatusBar_Panel1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
			// 
			// cmdCancel
			// 
			this.cmdCancel.BackColor = System.Drawing.SystemColors.Control;
			this.cmdCancel.Cursor = System.Windows.Forms.Cursors.Default;
			this.cmdCancel.ForeColor = System.Drawing.SystemColors.ControlText;
			this.cmdCancel.Location = new System.Drawing.Point(328, 440);
			this.cmdCancel.Name = "cmdCancel";
			this.cmdCancel.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.cmdCancel.Size = new System.Drawing.Size(89, 25);
			this.cmdCancel.TabIndex = 11;
			this.cmdCancel.Text = "&Cancel Order";
			this.cmdCancel.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
			this.cmdCancel.UseVisualStyleBackColor = false;
			this.cmdCancel.Click += new System.EventHandler(this.cmdCancel_Click);
			// 
			// cmdClose
			// 
			this.cmdClose.BackColor = System.Drawing.SystemColors.Control;
			this.cmdClose.Cursor = System.Windows.Forms.Cursors.Default;
			this.cmdClose.ForeColor = System.Drawing.SystemColors.ControlText;
			this.cmdClose.Location = new System.Drawing.Point(424, 440);
			this.cmdClose.Name = "cmdClose";
			this.cmdClose.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.cmdClose.Size = new System.Drawing.Size(89, 25);
			this.cmdClose.TabIndex = 12;
			this.cmdClose.Text = "&Close";
			this.cmdClose.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
			this.cmdClose.UseVisualStyleBackColor = false;
			this.cmdClose.Click += new System.EventHandler(this.cmdClose_Click);
			// 
			// Frame1
			// 
			this.Frame1.BackColor = System.Drawing.SystemColors.Control;
			this.Frame1.Controls.Add(this.cmbStatus);
			this.Frame1.Controls.Add(this.chkTo);
			this.Frame1.Controls.Add(this.chkFrom);
			this.Frame1.Controls.Add(this.txtProductID);
			this.Frame1.Controls.Add(this.txtOrderID);
			this.Frame1.Controls.Add(this.txtContactLastName);
			this.Frame1.Controls.Add(this.txtContactName);
			this.Frame1.Controls.Add(this.cmdCustomers);
			this.Frame1.Controls.Add(this.txtCompanyName);
			this.Frame1.Controls.Add(this.dtFrom);
			this.Frame1.Controls.Add(this.dtTo);
			this.Frame1.Controls.Add(this.Label5);
			this.Frame1.Controls.Add(this.Label8);
			this.Frame1.Controls.Add(this.Label1);
			this.Frame1.Controls.Add(this.Label6);
			this.Frame1.Controls.Add(this.Label3);
			this.Frame1.Controls.Add(this.Label4);
			this.Frame1.Controls.Add(this.Label2);
			this.Frame1.Enabled = true;
			this.Frame1.ForeColor = System.Drawing.SystemColors.ControlText;
			this.Frame1.Location = new System.Drawing.Point(8, 8);
			this.Frame1.Name = "Frame1";
			this.Frame1.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.Frame1.Size = new System.Drawing.Size(505, 153);
			this.Frame1.TabIndex = 13;
			this.Frame1.Text = "Search customer";
			this.Frame1.Visible = true;
			// 
			// cmbStatus
			// 
			this.cmbStatus.BackColor = System.Drawing.SystemColors.Window;
			this.cmbStatus.CausesValidation = true;
			this.cmbStatus.Cursor = System.Windows.Forms.Cursors.Default;
			this.cmbStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.cmbStatus.Enabled = true;
			this.cmbStatus.ForeColor = System.Drawing.SystemColors.WindowText;
			this.cmbStatus.IntegralHeight = true;
			this.cmbStatus.Location = new System.Drawing.Point(336, 16);
			this.cmbStatus.Name = "cmbStatus";
			this.cmbStatus.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.cmbStatus.Size = new System.Drawing.Size(145, 21);
			this.cmbStatus.Sorted = false;
			this.cmbStatus.TabIndex = 1;
			this.cmbStatus.TabStop = true;
			this.cmbStatus.Visible = true;
			this.cmbStatus.Items.AddRange(new object[]{"All", "Requested", "Cancelled", "Approved"});
			this.cmbStatus.SelectedIndexChanged += new System.EventHandler(this.cmbStatus_SelectedIndexChanged);
			// 
			// chkTo
			// 
			this.chkTo.Appearance = System.Windows.Forms.Appearance.Normal;
			this.chkTo.BackColor = System.Drawing.SystemColors.Control;
			this.chkTo.CausesValidation = true;
			this.chkTo.CheckAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.chkTo.CheckState = System.Windows.Forms.CheckState.Unchecked;
			this.chkTo.Cursor = System.Windows.Forms.Cursors.Default;
			this.chkTo.Enabled = true;
			this.chkTo.ForeColor = System.Drawing.SystemColors.ControlText;
			this.chkTo.Location = new System.Drawing.Point(336, 80);
			this.chkTo.Name = "chkTo";
			this.chkTo.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.chkTo.Size = new System.Drawing.Size(41, 17);
			this.chkTo.TabIndex = 23;
			this.chkTo.TabStop = false;
			this.chkTo.Text = "To:";
			this.chkTo.Visible = true;
			// 
			// chkFrom
			// 
			this.chkFrom.Appearance = System.Windows.Forms.Appearance.Normal;
			this.chkFrom.BackColor = System.Drawing.SystemColors.Control;
			this.chkFrom.CausesValidation = true;
			this.chkFrom.CheckAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.chkFrom.CheckState = System.Windows.Forms.CheckState.Unchecked;
			this.chkFrom.Cursor = System.Windows.Forms.Cursors.Default;
			this.chkFrom.Enabled = true;
			this.chkFrom.ForeColor = System.Drawing.SystemColors.ControlText;
			this.chkFrom.Location = new System.Drawing.Point(88, 80);
			this.chkFrom.Name = "chkFrom";
			this.chkFrom.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.chkFrom.Size = new System.Drawing.Size(47, 17);
			this.chkFrom.TabIndex = 22;
			this.chkFrom.TabStop = false;
			this.chkFrom.Text = "From:";
			this.chkFrom.Visible = true;
			// 
			// txtProductID
			// 
			this.txtProductID.AcceptsReturn = true;
			this.txtProductID.BackColor = System.Drawing.SystemColors.Window;
			this.txtProductID.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this.txtProductID.Cursor = System.Windows.Forms.Cursors.IBeam;
			this.txtProductID.ForeColor = System.Drawing.SystemColors.WindowText;
			this.txtProductID.Location = new System.Drawing.Point(336, 112);
			this.txtProductID.MaxLength = 0;
			this.txtProductID.Name = "txtProductID";
			this.txtProductID.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.txtProductID.Size = new System.Drawing.Size(145, 20);
			this.txtProductID.TabIndex = 7;
			this.txtProductID.TextChanged += new System.EventHandler(this.txtProductID_TextChanged);
			// 
			// txtOrderID
			// 
			this.txtOrderID.AcceptsReturn = true;
			this.txtOrderID.BackColor = System.Drawing.SystemColors.Window;
			this.txtOrderID.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this.txtOrderID.Cursor = System.Windows.Forms.Cursors.IBeam;
			this.txtOrderID.ForeColor = System.Drawing.SystemColors.WindowText;
			this.txtOrderID.Location = new System.Drawing.Point(88, 112);
			this.txtOrderID.MaxLength = 0;
			this.txtOrderID.Name = "txtOrderID";
			this.txtOrderID.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.txtOrderID.Size = new System.Drawing.Size(145, 20);
			this.txtOrderID.TabIndex = 6;
			this.txtOrderID.TextChanged += new System.EventHandler(this.txtOrderID_TextChanged);
			// 
			// txtContactLastName
			// 
			this.txtContactLastName.AcceptsReturn = true;
			this.txtContactLastName.BackColor = System.Drawing.SystemColors.Window;
			this.txtContactLastName.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this.txtContactLastName.Cursor = System.Windows.Forms.Cursors.IBeam;
			this.txtContactLastName.ForeColor = System.Drawing.SystemColors.WindowText;
			this.txtContactLastName.Location = new System.Drawing.Point(336, 48);
			this.txtContactLastName.MaxLength = 0;
			this.txtContactLastName.Name = "txtContactLastName";
			this.txtContactLastName.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.txtContactLastName.Size = new System.Drawing.Size(145, 20);
			this.txtContactLastName.TabIndex = 3;
			this.txtContactLastName.TextChanged += new System.EventHandler(this.txtContactLastName_TextChanged);
			// 
			// txtContactName
			// 
			this.txtContactName.AcceptsReturn = true;
			this.txtContactName.BackColor = System.Drawing.SystemColors.Window;
			this.txtContactName.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this.txtContactName.Cursor = System.Windows.Forms.Cursors.IBeam;
			this.txtContactName.ForeColor = System.Drawing.SystemColors.WindowText;
			this.txtContactName.Location = new System.Drawing.Point(88, 48);
			this.txtContactName.MaxLength = 0;
			this.txtContactName.Name = "txtContactName";
			this.txtContactName.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.txtContactName.Size = new System.Drawing.Size(145, 20);
			this.txtContactName.TabIndex = 2;
			this.txtContactName.TextChanged += new System.EventHandler(this.txtContactName_TextChanged);
			// 
			// cmdCustomers
			// 
			this.cmdCustomers.BackColor = System.Drawing.SystemColors.Control;
			this.cmdCustomers.Cursor = System.Windows.Forms.Cursors.Default;
			this.cmdCustomers.ForeColor = System.Drawing.SystemColors.ControlText;
			this.cmdCustomers.Location = new System.Drawing.Point(240, 16);
			this.cmdCustomers.Name = "cmdCustomers";
			this.cmdCustomers.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.cmdCustomers.Size = new System.Drawing.Size(25, 21);
			this.cmdCustomers.TabIndex = 14;
			this.cmdCustomers.TabStop = false;
			this.cmdCustomers.Text = "...";
			this.cmdCustomers.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
			this.cmdCustomers.UseVisualStyleBackColor = false;
			this.cmdCustomers.Click += new System.EventHandler(this.cmdCustomers_Click);
			// 
			// txtCompanyName
			// 
			this.txtCompanyName.AcceptsReturn = true;
			this.txtCompanyName.BackColor = System.Drawing.SystemColors.Window;
			this.txtCompanyName.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this.txtCompanyName.Cursor = System.Windows.Forms.Cursors.IBeam;
			this.txtCompanyName.ForeColor = System.Drawing.SystemColors.WindowText;
			this.txtCompanyName.Location = new System.Drawing.Point(88, 16);
			this.txtCompanyName.MaxLength = 0;
			this.txtCompanyName.Name = "txtCompanyName";
			this.txtCompanyName.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.txtCompanyName.Size = new System.Drawing.Size(145, 20);
			this.txtCompanyName.TabIndex = 0;
			this.txtCompanyName.TextChanged += new System.EventHandler(this.txtCompanyName_TextChanged);
			// 
			// dtFrom
			// 
			this.dtFrom.Checked = false;
			this.dtFrom.Format = System.Windows.Forms.DateTimePickerFormat.Short;
			this.dtFrom.Location = new System.Drawing.Point(136, 80);
			this.dtFrom.Name = "dtFrom";
			this.dtFrom.Size = new System.Drawing.Size(97, 20);
			this.dtFrom.TabIndex = 4;
			this.dtFrom.ValueChanged += new System.EventHandler(this.dtFrom_ValueChanged);
			// 
			// dtTo
			// 
			this.dtTo.Checked = false;
			this.dtTo.Format = System.Windows.Forms.DateTimePickerFormat.Short;
			this.dtTo.Location = new System.Drawing.Point(384, 80);
			this.dtTo.Name = "dtTo";
			this.dtTo.Size = new System.Drawing.Size(97, 20);
			this.dtTo.TabIndex = 5;
			this.dtTo.ValueChanged += new System.EventHandler(this.dtTo_ValueChanged);
			// 
			// Label5
			// 
			this.Label5.BackColor = System.Drawing.SystemColors.Control;
			this.Label5.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.Label5.Cursor = System.Windows.Forms.Cursors.Default;
			this.Label5.ForeColor = System.Drawing.SystemColors.ControlText;
			this.Label5.Location = new System.Drawing.Point(288, 16);
			this.Label5.Name = "Label5";
			this.Label5.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.Label5.Size = new System.Drawing.Size(41, 17);
			this.Label5.TabIndex = 24;
			this.Label5.Text = "Status:";
			// 
			// Label8
			// 
			this.Label8.BackColor = System.Drawing.SystemColors.Control;
			this.Label8.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.Label8.Cursor = System.Windows.Forms.Cursors.Default;
			this.Label8.ForeColor = System.Drawing.SystemColors.ControlText;
			this.Label8.Location = new System.Drawing.Point(256, 112);
			this.Label8.Name = "Label8";
			this.Label8.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.Label8.Size = new System.Drawing.Size(89, 17);
			this.Label8.TabIndex = 21;
			this.Label8.Text = "Product code:";
			// 
			// Label1
			// 
			this.Label1.BackColor = System.Drawing.SystemColors.Control;
			this.Label1.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.Label1.Cursor = System.Windows.Forms.Cursors.Default;
			this.Label1.ForeColor = System.Drawing.SystemColors.ControlText;
			this.Label1.Location = new System.Drawing.Point(8, 112);
			this.Label1.Name = "Label1";
			this.Label1.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.Label1.Size = new System.Drawing.Size(89, 17);
			this.Label1.TabIndex = 20;
			this.Label1.Text = "Order number:";
			// 
			// Label6
			// 
			this.Label6.BackColor = System.Drawing.SystemColors.Control;
			this.Label6.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.Label6.Cursor = System.Windows.Forms.Cursors.Default;
			this.Label6.ForeColor = System.Drawing.SystemColors.ControlText;
			this.Label6.Location = new System.Drawing.Point(8, 80);
			this.Label6.Name = "Label6";
			this.Label6.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.Label6.Size = new System.Drawing.Size(65, 17);
			this.Label6.TabIndex = 19;
			this.Label6.Text = "Date range:";
			// 
			// Label3
			// 
			this.Label3.BackColor = System.Drawing.SystemColors.Control;
			this.Label3.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.Label3.Cursor = System.Windows.Forms.Cursors.Default;
			this.Label3.ForeColor = System.Drawing.SystemColors.ControlText;
			this.Label3.Location = new System.Drawing.Point(240, 48);
			this.Label3.Name = "Label3";
			this.Label3.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.Label3.Size = new System.Drawing.Size(97, 17);
			this.Label3.TabIndex = 17;
			this.Label3.Text = "Contact last name:";
			// 
			// Label4
			// 
			this.Label4.BackColor = System.Drawing.SystemColors.Control;
			this.Label4.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.Label4.Cursor = System.Windows.Forms.Cursors.Default;
			this.Label4.ForeColor = System.Drawing.SystemColors.ControlText;
			this.Label4.Location = new System.Drawing.Point(8, 16);
			this.Label4.Name = "Label4";
			this.Label4.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.Label4.Size = new System.Drawing.Size(89, 17);
			this.Label4.TabIndex = 16;
			this.Label4.Text = "Company name:";
			// 
			// Label2
			// 
			this.Label2.BackColor = System.Drawing.SystemColors.Control;
			this.Label2.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.Label2.Cursor = System.Windows.Forms.Cursors.Default;
			this.Label2.ForeColor = System.Drawing.SystemColors.ControlText;
			this.Label2.Location = new System.Drawing.Point(8, 48);
			this.Label2.Name = "Label2";
			this.Label2.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.Label2.Size = new System.Drawing.Size(89, 17);
			this.Label2.TabIndex = 15;
			this.Label2.Text = "Contact name:";
			// 
			// frmRequestApproval
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6, 13);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.BackColor = System.Drawing.SystemColors.Control;
			this.ClientSize = new System.Drawing.Size(523, 496);
			this.Controls.Add(this.cmdApprove);
			this.Controls.Add(this.cmdInfo);
			this.Controls.Add(this.fgOrders);
			this.Controls.Add(this.sbStatusBar);
			this.Controls.Add(this.cmdCancel);
			this.Controls.Add(this.cmdClose);
			this.Controls.Add(this.Frame1);
			this.Cursor = System.Windows.Forms.Cursors.Default;
			this.Location = new System.Drawing.Point(8, 30);
			this.MaximizeBox = true;
			this.MinimizeBox = true;
			this.Name = "frmRequestApproval";
			this.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.Text = "Create Invoice";
			this.listBoxComboBoxHelper1.SetItemData(this.cmbStatus, new int[]{0, 0, 0, 0});
			this.Closed += new System.EventHandler(this.frmRequestApproval_Closed);
			this.Load += new System.EventHandler(this.frmRequestApproval_Load);
			((System.ComponentModel.ISupportInitialize) this.listBoxComboBoxHelper1).EndInit();
			this.sbStatusBar.ResumeLayout(false);
			this.Frame1.ResumeLayout(false);
			this.ResumeLayout(false);
		}
예제 #2
0
		private void InitializeComponent()
		{
			this.components = new System.ComponentModel.Container();
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmSales));
			this.ToolTipMain = new System.Windows.Forms.ToolTip(this.components);
			this.lvwSales = new System.Windows.Forms.ListView();
			this.ctrLine = new System.Windows.Forms.PictureBox();
			this.cboCashier = new System.Windows.Forms.ComboBox();
			this.cboMonth = new System.Windows.Forms.ComboBox();
			this.cboYear = new System.Windows.Forms.ComboBox();
			this.Toolbar1 = new System.Windows.Forms.ToolStrip();
			this._Toolbar1_Button1 = new System.Windows.Forms.ToolStripButton();
			this.Label9 = new System.Windows.Forms.Label();
			this.Label2 = new System.Windows.Forms.Label();
			this.Label5 = new System.Windows.Forms.Label();
			this.Label8 = new System.Windows.Forms.Label();
			this.lblSellable = new System.Windows.Forms.Label();
			this.Label4 = new System.Windows.Forms.Label();
			this.lblTotalSales = new System.Windows.Forms.Label();
			this.Label1 = new System.Windows.Forms.Label();
			this.Toolbar1.SuspendLayout();
			this.SuspendLayout();
			this.listViewHelper1 = new UpgradeHelpers.VB6.Gui.ListViewHelper(this.components);
			((System.ComponentModel.ISupportInitialize) this.listViewHelper1).BeginInit();
			this.listBoxComboBoxHelper1 = new UpgradeHelpers.VB6.Gui.ListControlHelper(this.components);
			((System.ComponentModel.ISupportInitialize) this.listBoxComboBoxHelper1).BeginInit();
			// 
			// lvwSales
			// 
			this.lvwSales.BackColor = System.Drawing.SystemColors.Window;
			this.lvwSales.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this.lvwSales.ForeColor = System.Drawing.SystemColors.WindowText;
			this.lvwSales.HideSelection = true;
			this.lvwSales.LabelEdit = true;
			this.lvwSales.Location = new System.Drawing.Point(0, 120);
			this.lvwSales.Name = "lvwSales";
			this.lvwSales.Size = new System.Drawing.Size(521, 193);
			this.lvwSales.TabIndex = 12;
			// 
			// ctrLine
			// 
			this.ctrLine.BackColor = System.Drawing.SystemColors.Control;
			this.ctrLine.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this.ctrLine.CausesValidation = true;
			this.ctrLine.Cursor = System.Windows.Forms.Cursors.Default;
			this.ctrLine.Dock = System.Windows.Forms.DockStyle.None;
			this.ctrLine.Enabled = true;
			this.ctrLine.Location = new System.Drawing.Point(0, 88);
			this.ctrLine.Name = "ctrLine";
			this.ctrLine.Size = new System.Drawing.Size(601, 2);
			this.ctrLine.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Normal;
			this.ctrLine.TabIndex = 11;
			this.ctrLine.TabStop = true;
			this.ctrLine.Visible = true;
			// 
			// cboCashier
			// 
			this.cboCashier.BackColor = System.Drawing.SystemColors.Window;
			this.cboCashier.CausesValidation = true;
			this.cboCashier.Cursor = System.Windows.Forms.Cursors.Default;
			this.cboCashier.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.cboCashier.Enabled = true;
			this.cboCashier.Font = new System.Drawing.Font("Tahoma", 8.25f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
			this.cboCashier.ForeColor = System.Drawing.SystemColors.WindowText;
			this.cboCashier.IntegralHeight = true;
			this.cboCashier.Location = new System.Drawing.Point(384, 56);
			this.cboCashier.Name = "cboCashier";
			this.cboCashier.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.cboCashier.Size = new System.Drawing.Size(137, 21);
			this.cboCashier.Sorted = false;
			this.cboCashier.TabIndex = 9;
			this.cboCashier.TabStop = true;
			this.cboCashier.Visible = true;
			this.cboCashier.Items.AddRange(new object[]{"View All"});
			this.cboCashier.SelectedIndexChanged += new System.EventHandler(this.cboCashier_SelectedIndexChanged);
			// 
			// cboMonth
			// 
			this.cboMonth.BackColor = System.Drawing.SystemColors.Window;
			this.cboMonth.CausesValidation = true;
			this.cboMonth.Cursor = System.Windows.Forms.Cursors.Default;
			this.cboMonth.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.cboMonth.Enabled = true;
			this.cboMonth.Font = new System.Drawing.Font("Tahoma", 8.25f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
			this.cboMonth.ForeColor = System.Drawing.SystemColors.WindowText;
			this.cboMonth.IntegralHeight = true;
			this.cboMonth.Location = new System.Drawing.Point(216, 56);
			this.cboMonth.Name = "cboMonth";
			this.cboMonth.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.cboMonth.Size = new System.Drawing.Size(73, 21);
			this.cboMonth.Sorted = false;
			this.cboMonth.TabIndex = 8;
			this.cboMonth.TabStop = true;
			this.cboMonth.Visible = true;
			this.cboMonth.Items.AddRange(new object[]{"(none)", "1 - Jan", "2 - Feb", "3 - Mar", "4 - Apr", "5 - May", "6 - Jun", "7 - Jul", "8 - Aug", "9 - Sep", "10 - Oct", "11 - Nov", "12 - Dec"});
			this.cboMonth.SelectedIndexChanged += new System.EventHandler(this.cboMonth_SelectedIndexChanged);
			// 
			// cboYear
			// 
			this.cboYear.BackColor = System.Drawing.SystemColors.Window;
			this.cboYear.CausesValidation = true;
			this.cboYear.Cursor = System.Windows.Forms.Cursors.Default;
			this.cboYear.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.cboYear.Enabled = true;
			this.cboYear.Font = new System.Drawing.Font("Tahoma", 8.25f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
			this.cboYear.ForeColor = System.Drawing.SystemColors.WindowText;
			this.cboYear.IntegralHeight = true;
			this.cboYear.Location = new System.Drawing.Point(48, 56);
			this.cboYear.Name = "cboYear";
			this.cboYear.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.cboYear.Size = new System.Drawing.Size(73, 21);
			this.cboYear.Sorted = false;
			this.cboYear.TabIndex = 0;
			this.cboYear.TabStop = true;
			this.cboYear.Visible = true;
			this.cboYear.SelectedIndexChanged += new System.EventHandler(this.cboYear_SelectedIndexChanged);
			// 
			// Toolbar1
			// 
			this.Toolbar1.Dock = System.Windows.Forms.DockStyle.Top;
			this.Toolbar1.Location = new System.Drawing.Point(0, 0);
			this.Toolbar1.Name = "Toolbar1";
			this.Toolbar1.ShowItemToolTips = true;
			this.Toolbar1.Size = new System.Drawing.Size(603, 28);
			this.Toolbar1.TabIndex = 13;
			this.Toolbar1.Items.Add(this._Toolbar1_Button1);
			// 
			// _Toolbar1_Button1
			// 
			this._Toolbar1_Button1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
			this._Toolbar1_Button1.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
			this._Toolbar1_Button1.Size = new System.Drawing.Size(24, 22);
			this._Toolbar1_Button1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
			// 
			// Label9
			// 
			this.Label9.AutoSize = true;
			this.Label9.BackColor = System.Drawing.SystemColors.Control;
			this.Label9.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.Label9.Cursor = System.Windows.Forms.Cursors.Default;
			this.Label9.Font = new System.Drawing.Font("Tahoma", 8.25f, System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
			this.Label9.ForeColor = System.Drawing.Color.FromArgb(64, 64, 64);
			this.Label9.Location = new System.Drawing.Point(272, 104);
			this.Label9.Name = "Label9";
			this.Label9.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.Label9.Size = new System.Drawing.Size(7, 13);
			this.Label9.TabIndex = 10;
			this.Label9.Text = "|";
			// 
			// Label2
			// 
			this.Label2.AutoSize = true;
			this.Label2.BackColor = System.Drawing.SystemColors.Control;
			this.Label2.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.Label2.Cursor = System.Windows.Forms.Cursors.Default;
			this.Label2.Font = new System.Drawing.Font("Tahoma", 8.25f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
			this.Label2.ForeColor = System.Drawing.Color.FromArgb(64, 64, 64);
			this.Label2.Location = new System.Drawing.Point(320, 56);
			this.Label2.Name = "Label2";
			this.Label2.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.Label2.Size = new System.Drawing.Size(40, 13);
			this.Label2.TabIndex = 7;
			this.Label2.Text = "Cashier:";
			// 
			// Label5
			// 
			this.Label5.AutoSize = true;
			this.Label5.BackColor = System.Drawing.SystemColors.Control;
			this.Label5.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.Label5.Cursor = System.Windows.Forms.Cursors.Default;
			this.Label5.Font = new System.Drawing.Font("Tahoma", 8.25f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
			this.Label5.ForeColor = System.Drawing.Color.FromArgb(64, 64, 64);
			this.Label5.Location = new System.Drawing.Point(8, 56);
			this.Label5.Name = "Label5";
			this.Label5.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.Label5.Size = new System.Drawing.Size(26, 13);
			this.Label5.TabIndex = 6;
			this.Label5.Text = "Year:";
			// 
			// Label8
			// 
			this.Label8.AutoSize = true;
			this.Label8.BackColor = System.Drawing.SystemColors.Control;
			this.Label8.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.Label8.Cursor = System.Windows.Forms.Cursors.Default;
			this.Label8.Font = new System.Drawing.Font("Tahoma", 8.25f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
			this.Label8.ForeColor = System.Drawing.Color.FromArgb(64, 64, 64);
			this.Label8.Location = new System.Drawing.Point(160, 56);
			this.Label8.Name = "Label8";
			this.Label8.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.Label8.Size = new System.Drawing.Size(34, 13);
			this.Label8.TabIndex = 5;
			this.Label8.Text = "Month:";
			// 
			// lblSellable
			// 
			this.lblSellable.AutoSize = true;
			this.lblSellable.BackColor = System.Drawing.SystemColors.Control;
			this.lblSellable.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.lblSellable.Cursor = System.Windows.Forms.Cursors.Default;
			this.lblSellable.Font = new System.Drawing.Font("Tahoma", 8.25f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
			this.lblSellable.ForeColor = System.Drawing.Color.FromArgb(64, 64, 64);
			this.lblSellable.Location = new System.Drawing.Point(424, 104);
			this.lblSellable.Name = "lblSellable";
			this.lblSellable.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.lblSellable.Size = new System.Drawing.Size(12, 13);
			this.lblSellable.TabIndex = 4;
			this.lblSellable.Text = "---";
			// 
			// Label4
			// 
			this.Label4.AutoSize = true;
			this.Label4.BackColor = System.Drawing.SystemColors.Control;
			this.Label4.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.Label4.Cursor = System.Windows.Forms.Cursors.Default;
			this.Label4.Font = new System.Drawing.Font("Tahoma", 8.25f, System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
			this.Label4.ForeColor = System.Drawing.Color.FromArgb(64, 64, 64);
			this.Label4.Location = new System.Drawing.Point(296, 104);
			this.Label4.Name = "Label4";
			this.Label4.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.Label4.Size = new System.Drawing.Size(109, 13);
			this.Label4.TabIndex = 3;
			this.Label4.Text = "Most Sellable Item:";
			// 
			// lblTotalSales
			// 
			this.lblTotalSales.AutoSize = true;
			this.lblTotalSales.BackColor = System.Drawing.SystemColors.Control;
			this.lblTotalSales.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.lblTotalSales.Cursor = System.Windows.Forms.Cursors.Default;
			this.lblTotalSales.Font = new System.Drawing.Font("Tahoma", 8.25f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
			this.lblTotalSales.ForeColor = System.Drawing.Color.FromArgb(64, 64, 64);
			this.lblTotalSales.Location = new System.Drawing.Point(168, 104);
			this.lblTotalSales.Name = "lblTotalSales";
			this.lblTotalSales.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.lblTotalSales.Size = new System.Drawing.Size(12, 13);
			this.lblTotalSales.TabIndex = 2;
			this.lblTotalSales.Text = "---";
			// 
			// Label1
			// 
			this.Label1.AutoSize = true;
			this.Label1.BackColor = System.Drawing.SystemColors.Control;
			this.Label1.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.Label1.Cursor = System.Windows.Forms.Cursors.Default;
			this.Label1.Font = new System.Drawing.Font("Tahoma", 8.25f, System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
			this.Label1.ForeColor = System.Drawing.Color.FromArgb(64, 64, 64);
			this.Label1.Location = new System.Drawing.Point(8, 104);
			this.Label1.Name = "Label1";
			this.Label1.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.Label1.Size = new System.Drawing.Size(145, 13);
			this.Label1.TabIndex = 1;
			this.Label1.Text = "Total Sales for the Month:";
			// 
			// frmSales
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6, 13);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.AutoScroll = true;
			this.BackColor = System.Drawing.SystemColors.Control;
			this.ClientSize = new System.Drawing.Size(603, 369);
			this.Controls.Add(this.lvwSales);
			this.Controls.Add(this.ctrLine);
			this.Controls.Add(this.cboCashier);
			this.Controls.Add(this.cboMonth);
			this.Controls.Add(this.cboYear);
			this.Controls.Add(this.Toolbar1);
			this.Controls.Add(this.Label9);
			this.Controls.Add(this.Label2);
			this.Controls.Add(this.Label5);
			this.Controls.Add(this.Label8);
			this.Controls.Add(this.lblSellable);
			this.Controls.Add(this.Label4);
			this.Controls.Add(this.lblTotalSales);
			this.Controls.Add(this.Label1);
			this.Cursor = System.Windows.Forms.Cursors.Default;
			this.Icon = (System.Drawing.Icon) resources.GetObject("frmSales.Icon");
			this.Location = new System.Drawing.Point(4, 23);
			this.MaximizeBox = true;
			this.MinimizeBox = true;
			this.Name = "frmSales";
			this.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
			this.Text = "Sales";
			this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
			this.listBoxComboBoxHelper1.SetItemData(this.cboCashier, new int[]{0});
			this.listBoxComboBoxHelper1.SetItemData(this.cboMonth, new int[]{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0});
			this.Closed += new System.EventHandler(this.frmSales_Closed);
			this.Load += new System.EventHandler(this.frmSales_Load);
			this.Resize += new System.EventHandler(this.frmSales_Resize);
			((System.ComponentModel.ISupportInitialize) this.listViewHelper1).EndInit();
			((System.ComponentModel.ISupportInitialize) this.listBoxComboBoxHelper1).EndInit();
			this.Toolbar1.ResumeLayout(false);
			this.ResumeLayout(false);
		}
예제 #3
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmReceptionApproval));
     this.ToolTipMain         = new System.Windows.Forms.ToolTip(this.components);
     this.cmdApprove          = new System.Windows.Forms.Button();
     this.cmdInfo             = new System.Windows.Forms.Button();
     this.fgOrders            = new UpgradeHelpers.Windows.Forms.DataGridViewFlex(this.components);
     this.sbStatusBar         = new System.Windows.Forms.StatusStrip();
     this._sbStatusBar_Panel1 = new System.Windows.Forms.ToolStripStatusLabel();
     this.cmdCancel           = new System.Windows.Forms.Button();
     this.cmdClose            = new System.Windows.Forms.Button();
     this.Frame1             = new System.Windows.Forms.GroupBox();
     this.cmbStatus          = new System.Windows.Forms.ComboBox();
     this.chkTo              = new System.Windows.Forms.CheckBox();
     this.chkFrom            = new System.Windows.Forms.CheckBox();
     this.txtProductID       = new System.Windows.Forms.TextBox();
     this.txtOrderID         = new System.Windows.Forms.TextBox();
     this.txtContactLastName = new System.Windows.Forms.TextBox();
     this.txtContactName     = new System.Windows.Forms.TextBox();
     this.cmdProviders       = new System.Windows.Forms.Button();
     this.txtProviderName    = new System.Windows.Forms.TextBox();
     this.dtFrom             = new System.Windows.Forms.DateTimePicker();
     this.dtTo   = new System.Windows.Forms.DateTimePicker();
     this.Label5 = new System.Windows.Forms.Label();
     this.Label8 = new System.Windows.Forms.Label();
     this.Label1 = new System.Windows.Forms.Label();
     this.Label6 = new System.Windows.Forms.Label();
     this.Label3 = new System.Windows.Forms.Label();
     this.Label4 = new System.Windows.Forms.Label();
     this.Label2 = new System.Windows.Forms.Label();
     this.sbStatusBar.SuspendLayout();
     this.Frame1.SuspendLayout();
     this.SuspendLayout();
     this.listBoxComboBoxHelper1 = new UpgradeHelpers.VB6.Gui.ListControlHelper(this.components);
     ((System.ComponentModel.ISupportInitialize) this.listBoxComboBoxHelper1).BeginInit();
     //
     // cmdApprove
     //
     this.cmdApprove.BackColor               = System.Drawing.SystemColors.Control;
     this.cmdApprove.Cursor                  = System.Windows.Forms.Cursors.Default;
     this.cmdApprove.ForeColor               = System.Drawing.SystemColors.ControlText;
     this.cmdApprove.Location                = new System.Drawing.Point(232, 440);
     this.cmdApprove.Name                    = "cmdApprove";
     this.cmdApprove.RightToLeft             = System.Windows.Forms.RightToLeft.No;
     this.cmdApprove.Size                    = new System.Drawing.Size(89, 25);
     this.cmdApprove.TabIndex                = 10;
     this.cmdApprove.Text                    = "&Approve Order";
     this.cmdApprove.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.cmdApprove.UseVisualStyleBackColor = false;
     this.cmdApprove.Click                  += new System.EventHandler(this.cmdApprove_Click);
     //
     // cmdInfo
     //
     this.cmdInfo.BackColor               = System.Drawing.SystemColors.Control;
     this.cmdInfo.Cursor                  = System.Windows.Forms.Cursors.Default;
     this.cmdInfo.ForeColor               = System.Drawing.SystemColors.ControlText;
     this.cmdInfo.Location                = new System.Drawing.Point(136, 440);
     this.cmdInfo.Name                    = "cmdInfo";
     this.cmdInfo.RightToLeft             = System.Windows.Forms.RightToLeft.No;
     this.cmdInfo.Size                    = new System.Drawing.Size(89, 25);
     this.cmdInfo.TabIndex                = 9;
     this.cmdInfo.Text                    = "&Information";
     this.cmdInfo.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.cmdInfo.UseVisualStyleBackColor = false;
     this.cmdInfo.Click                  += new System.EventHandler(this.cmdInfo_Click);
     //
     // fgOrders
     //
     this.fgOrders.AllowBigSelection = false;
     this.fgOrders.BorderStyle       = System.Windows.Forms.BorderStyle.None;
     this.fgOrders.ColumnsCount      = 1;
     this.fgOrders.FixedColumns      = 0;
     this.fgOrders.FixedRows         = 0;
     this.fgOrders.Location          = new System.Drawing.Point(8, 168);
     this.fgOrders.Name          = "fgOrders";
     this.fgOrders.RowsCount     = 1;
     this.fgOrders.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.fgOrders.Size          = new System.Drawing.Size(505, 265);
     this.fgOrders.TabIndex      = 8;
     this.fgOrders.DoubleClick  += new System.EventHandler(this.fgOrders_DoubleClick);
     //
     // sbStatusBar
     //
     this.sbStatusBar.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.sbStatusBar.Location         = new System.Drawing.Point(0, 471);
     this.sbStatusBar.Name             = "sbStatusBar";
     this.sbStatusBar.ShowItemToolTips = true;
     this.sbStatusBar.Size             = new System.Drawing.Size(523, 25);
     this.sbStatusBar.TabIndex         = 18;
     this.sbStatusBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this._sbStatusBar_Panel1 });
     //
     // _sbStatusBar_Panel1
     //
     this._sbStatusBar_Panel1.AutoSize           = true;
     this._sbStatusBar_Panel1.AutoSize           = false;
     this._sbStatusBar_Panel1.BorderSides        = (System.Windows.Forms.ToolStripStatusLabelBorderSides)(System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom);
     this._sbStatusBar_Panel1.BorderStyle        = System.Windows.Forms.Border3DStyle.SunkenOuter;
     this._sbStatusBar_Panel1.DoubleClickEnabled = true;
     this._sbStatusBar_Panel1.Margin             = new System.Windows.Forms.Padding(0);
     this._sbStatusBar_Panel1.Size              = new System.Drawing.Size(505, 25);
     this._sbStatusBar_Panel1.TextAlign         = System.Drawing.ContentAlignment.MiddleLeft;
     this._sbStatusBar_Panel1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     //
     // cmdCancel
     //
     this.cmdCancel.BackColor               = System.Drawing.SystemColors.Control;
     this.cmdCancel.Cursor                  = System.Windows.Forms.Cursors.Default;
     this.cmdCancel.ForeColor               = System.Drawing.SystemColors.ControlText;
     this.cmdCancel.Location                = new System.Drawing.Point(328, 440);
     this.cmdCancel.Name                    = "cmdCancel";
     this.cmdCancel.RightToLeft             = System.Windows.Forms.RightToLeft.No;
     this.cmdCancel.Size                    = new System.Drawing.Size(89, 25);
     this.cmdCancel.TabIndex                = 11;
     this.cmdCancel.Text                    = "&Cancel Order";
     this.cmdCancel.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.cmdCancel.UseVisualStyleBackColor = false;
     this.cmdCancel.Click                  += new System.EventHandler(this.cmdCancel_Click);
     //
     // cmdClose
     //
     this.cmdClose.BackColor               = System.Drawing.SystemColors.Control;
     this.cmdClose.Cursor                  = System.Windows.Forms.Cursors.Default;
     this.cmdClose.ForeColor               = System.Drawing.SystemColors.ControlText;
     this.cmdClose.Location                = new System.Drawing.Point(424, 440);
     this.cmdClose.Name                    = "cmdClose";
     this.cmdClose.RightToLeft             = System.Windows.Forms.RightToLeft.No;
     this.cmdClose.Size                    = new System.Drawing.Size(89, 25);
     this.cmdClose.TabIndex                = 12;
     this.cmdClose.Text                    = "&Close";
     this.cmdClose.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.cmdClose.UseVisualStyleBackColor = false;
     this.cmdClose.Click                  += new System.EventHandler(this.cmdClose_Click);
     //
     // Frame1
     //
     this.Frame1.BackColor = System.Drawing.SystemColors.Control;
     this.Frame1.Controls.Add(this.cmbStatus);
     this.Frame1.Controls.Add(this.chkTo);
     this.Frame1.Controls.Add(this.chkFrom);
     this.Frame1.Controls.Add(this.txtProductID);
     this.Frame1.Controls.Add(this.txtOrderID);
     this.Frame1.Controls.Add(this.txtContactLastName);
     this.Frame1.Controls.Add(this.txtContactName);
     this.Frame1.Controls.Add(this.cmdProviders);
     this.Frame1.Controls.Add(this.txtProviderName);
     this.Frame1.Controls.Add(this.dtFrom);
     this.Frame1.Controls.Add(this.dtTo);
     this.Frame1.Controls.Add(this.Label5);
     this.Frame1.Controls.Add(this.Label8);
     this.Frame1.Controls.Add(this.Label1);
     this.Frame1.Controls.Add(this.Label6);
     this.Frame1.Controls.Add(this.Label3);
     this.Frame1.Controls.Add(this.Label4);
     this.Frame1.Controls.Add(this.Label2);
     this.Frame1.Enabled     = true;
     this.Frame1.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Frame1.Location    = new System.Drawing.Point(8, 8);
     this.Frame1.Name        = "Frame1";
     this.Frame1.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Frame1.Size        = new System.Drawing.Size(505, 153);
     this.Frame1.TabIndex    = 13;
     this.Frame1.Text        = "Search supplier";
     this.Frame1.Visible     = true;
     //
     // cmbStatus
     //
     this.cmbStatus.BackColor        = System.Drawing.SystemColors.Window;
     this.cmbStatus.CausesValidation = true;
     this.cmbStatus.Cursor           = System.Windows.Forms.Cursors.Default;
     this.cmbStatus.DropDownStyle    = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbStatus.Enabled          = true;
     this.cmbStatus.ForeColor        = System.Drawing.SystemColors.WindowText;
     this.cmbStatus.IntegralHeight   = true;
     this.cmbStatus.Location         = new System.Drawing.Point(336, 16);
     this.cmbStatus.Name             = "cmbStatus";
     this.cmbStatus.RightToLeft      = System.Windows.Forms.RightToLeft.No;
     this.cmbStatus.Size             = new System.Drawing.Size(145, 21);
     this.cmbStatus.Sorted           = false;
     this.cmbStatus.TabIndex         = 1;
     this.cmbStatus.TabStop          = true;
     this.cmbStatus.Visible          = true;
     this.cmbStatus.Items.AddRange(new object[] { "All", "Received", "Cancelled", "Approved" });
     this.cmbStatus.SelectedIndexChanged += new System.EventHandler(this.cmbStatus_SelectedIndexChanged);
     //
     // chkTo
     //
     this.chkTo.Appearance       = System.Windows.Forms.Appearance.Normal;
     this.chkTo.BackColor        = System.Drawing.SystemColors.Control;
     this.chkTo.CausesValidation = true;
     this.chkTo.CheckAlign       = System.Drawing.ContentAlignment.MiddleLeft;
     this.chkTo.CheckState       = System.Windows.Forms.CheckState.Unchecked;
     this.chkTo.Cursor           = System.Windows.Forms.Cursors.Default;
     this.chkTo.Enabled          = true;
     this.chkTo.ForeColor        = System.Drawing.SystemColors.ControlText;
     this.chkTo.Location         = new System.Drawing.Point(336, 80);
     this.chkTo.Name             = "chkTo";
     this.chkTo.RightToLeft      = System.Windows.Forms.RightToLeft.No;
     this.chkTo.Size             = new System.Drawing.Size(41, 17);
     this.chkTo.TabIndex         = 23;
     this.chkTo.TabStop          = false;
     this.chkTo.Text             = "To:";
     this.chkTo.Visible          = true;
     //
     // chkFrom
     //
     this.chkFrom.Appearance       = System.Windows.Forms.Appearance.Normal;
     this.chkFrom.BackColor        = System.Drawing.SystemColors.Control;
     this.chkFrom.CausesValidation = true;
     this.chkFrom.CheckAlign       = System.Drawing.ContentAlignment.MiddleLeft;
     this.chkFrom.CheckState       = System.Windows.Forms.CheckState.Unchecked;
     this.chkFrom.Cursor           = System.Windows.Forms.Cursors.Default;
     this.chkFrom.Enabled          = true;
     this.chkFrom.ForeColor        = System.Drawing.SystemColors.ControlText;
     this.chkFrom.Location         = new System.Drawing.Point(88, 80);
     this.chkFrom.Name             = "chkFrom";
     this.chkFrom.RightToLeft      = System.Windows.Forms.RightToLeft.No;
     this.chkFrom.Size             = new System.Drawing.Size(47, 17);
     this.chkFrom.TabIndex         = 22;
     this.chkFrom.TabStop          = false;
     this.chkFrom.Text             = "From:";
     this.chkFrom.Visible          = true;
     //
     // txtProductID
     //
     this.txtProductID.AcceptsReturn = true;
     this.txtProductID.BackColor     = System.Drawing.SystemColors.Window;
     this.txtProductID.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this.txtProductID.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.txtProductID.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.txtProductID.Location      = new System.Drawing.Point(336, 112);
     this.txtProductID.MaxLength     = 0;
     this.txtProductID.Name          = "txtProductID";
     this.txtProductID.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.txtProductID.Size          = new System.Drawing.Size(145, 20);
     this.txtProductID.TabIndex      = 7;
     this.txtProductID.TextChanged  += new System.EventHandler(this.txtProductID_TextChanged);
     //
     // txtOrderID
     //
     this.txtOrderID.AcceptsReturn = true;
     this.txtOrderID.BackColor     = System.Drawing.SystemColors.Window;
     this.txtOrderID.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this.txtOrderID.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.txtOrderID.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.txtOrderID.Location      = new System.Drawing.Point(88, 112);
     this.txtOrderID.MaxLength     = 0;
     this.txtOrderID.Name          = "txtOrderID";
     this.txtOrderID.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.txtOrderID.Size          = new System.Drawing.Size(145, 20);
     this.txtOrderID.TabIndex      = 6;
     this.txtOrderID.TextChanged  += new System.EventHandler(this.txtOrderID_TextChanged);
     //
     // txtContactLastName
     //
     this.txtContactLastName.AcceptsReturn = true;
     this.txtContactLastName.BackColor     = System.Drawing.SystemColors.Window;
     this.txtContactLastName.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this.txtContactLastName.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.txtContactLastName.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.txtContactLastName.Location      = new System.Drawing.Point(336, 48);
     this.txtContactLastName.MaxLength     = 0;
     this.txtContactLastName.Name          = "txtContactLastName";
     this.txtContactLastName.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.txtContactLastName.Size          = new System.Drawing.Size(145, 20);
     this.txtContactLastName.TabIndex      = 3;
     this.txtContactLastName.TextChanged  += new System.EventHandler(this.txtContactLastName_TextChanged);
     //
     // txtContactName
     //
     this.txtContactName.AcceptsReturn = true;
     this.txtContactName.BackColor     = System.Drawing.SystemColors.Window;
     this.txtContactName.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this.txtContactName.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.txtContactName.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.txtContactName.Location      = new System.Drawing.Point(88, 48);
     this.txtContactName.MaxLength     = 0;
     this.txtContactName.Name          = "txtContactName";
     this.txtContactName.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.txtContactName.Size          = new System.Drawing.Size(145, 20);
     this.txtContactName.TabIndex      = 2;
     this.txtContactName.TextChanged  += new System.EventHandler(this.txtContactName_TextChanged);
     //
     // cmdProviders
     //
     this.cmdProviders.BackColor               = System.Drawing.SystemColors.Control;
     this.cmdProviders.Cursor                  = System.Windows.Forms.Cursors.Default;
     this.cmdProviders.ForeColor               = System.Drawing.SystemColors.ControlText;
     this.cmdProviders.Location                = new System.Drawing.Point(240, 16);
     this.cmdProviders.Name                    = "cmdProviders";
     this.cmdProviders.RightToLeft             = System.Windows.Forms.RightToLeft.No;
     this.cmdProviders.Size                    = new System.Drawing.Size(25, 21);
     this.cmdProviders.TabIndex                = 14;
     this.cmdProviders.TabStop                 = false;
     this.cmdProviders.Text                    = "...";
     this.cmdProviders.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.cmdProviders.UseVisualStyleBackColor = false;
     this.cmdProviders.Click                  += new System.EventHandler(this.cmdProviders_Click);
     //
     // txtProviderName
     //
     this.txtProviderName.AcceptsReturn = true;
     this.txtProviderName.BackColor     = System.Drawing.SystemColors.Window;
     this.txtProviderName.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this.txtProviderName.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.txtProviderName.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.txtProviderName.Location      = new System.Drawing.Point(88, 16);
     this.txtProviderName.MaxLength     = 0;
     this.txtProviderName.Name          = "txtProviderName";
     this.txtProviderName.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.txtProviderName.Size          = new System.Drawing.Size(145, 20);
     this.txtProviderName.TabIndex      = 0;
     this.txtProviderName.TextChanged  += new System.EventHandler(this.txtProviderName_TextChanged);
     //
     // dtFrom
     //
     this.dtFrom.Checked       = false;
     this.dtFrom.Format        = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dtFrom.Location      = new System.Drawing.Point(136, 80);
     this.dtFrom.Name          = "dtFrom";
     this.dtFrom.Size          = new System.Drawing.Size(97, 20);
     this.dtFrom.TabIndex      = 4;
     this.dtFrom.ValueChanged += new System.EventHandler(this.dtFrom_ValueChanged);
     //
     // dtTo
     //
     this.dtTo.Checked       = false;
     this.dtTo.Format        = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dtTo.Location      = new System.Drawing.Point(384, 80);
     this.dtTo.Name          = "dtTo";
     this.dtTo.Size          = new System.Drawing.Size(97, 20);
     this.dtTo.TabIndex      = 5;
     this.dtTo.ValueChanged += new System.EventHandler(this.dtTo_ValueChanged);
     //
     // Label5
     //
     this.Label5.BackColor   = System.Drawing.SystemColors.Control;
     this.Label5.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label5.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label5.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label5.Location    = new System.Drawing.Point(288, 16);
     this.Label5.Name        = "Label5";
     this.Label5.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label5.Size        = new System.Drawing.Size(41, 17);
     this.Label5.TabIndex    = 24;
     this.Label5.Text        = "Status:";
     //
     // Label8
     //
     this.Label8.BackColor   = System.Drawing.SystemColors.Control;
     this.Label8.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label8.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label8.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label8.Location    = new System.Drawing.Point(256, 112);
     this.Label8.Name        = "Label8";
     this.Label8.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label8.Size        = new System.Drawing.Size(89, 17);
     this.Label8.TabIndex    = 21;
     this.Label8.Text        = "Product code:";
     //
     // Label1
     //
     this.Label1.BackColor   = System.Drawing.SystemColors.Control;
     this.Label1.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label1.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label1.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label1.Location    = new System.Drawing.Point(8, 112);
     this.Label1.Name        = "Label1";
     this.Label1.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label1.Size        = new System.Drawing.Size(89, 17);
     this.Label1.TabIndex    = 20;
     this.Label1.Text        = "Order number:";
     //
     // Label6
     //
     this.Label6.BackColor   = System.Drawing.SystemColors.Control;
     this.Label6.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label6.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label6.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label6.Location    = new System.Drawing.Point(8, 80);
     this.Label6.Name        = "Label6";
     this.Label6.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label6.Size        = new System.Drawing.Size(65, 17);
     this.Label6.TabIndex    = 19;
     this.Label6.Text        = "Date range:";
     //
     // Label3
     //
     this.Label3.BackColor   = System.Drawing.SystemColors.Control;
     this.Label3.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label3.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label3.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label3.Location    = new System.Drawing.Point(240, 48);
     this.Label3.Name        = "Label3";
     this.Label3.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label3.Size        = new System.Drawing.Size(97, 17);
     this.Label3.TabIndex    = 17;
     this.Label3.Text        = "Contact last name:";
     //
     // Label4
     //
     this.Label4.BackColor   = System.Drawing.SystemColors.Control;
     this.Label4.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label4.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label4.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label4.Location    = new System.Drawing.Point(8, 16);
     this.Label4.Name        = "Label4";
     this.Label4.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label4.Size        = new System.Drawing.Size(89, 17);
     this.Label4.TabIndex    = 16;
     this.Label4.Text        = "Supplier name:";
     //
     // Label2
     //
     this.Label2.BackColor   = System.Drawing.SystemColors.Control;
     this.Label2.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label2.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label2.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label2.Location    = new System.Drawing.Point(8, 48);
     this.Label2.Name        = "Label2";
     this.Label2.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label2.Size        = new System.Drawing.Size(89, 17);
     this.Label2.TabIndex    = 15;
     this.Label2.Text        = "Contact name:";
     //
     // frmReceptionApproval
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6, 13);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.SystemColors.Control;
     this.ClientSize          = new System.Drawing.Size(523, 496);
     this.Controls.Add(this.cmdApprove);
     this.Controls.Add(this.cmdInfo);
     this.Controls.Add(this.fgOrders);
     this.Controls.Add(this.sbStatusBar);
     this.Controls.Add(this.cmdCancel);
     this.Controls.Add(this.cmdClose);
     this.Controls.Add(this.Frame1);
     this.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Location    = new System.Drawing.Point(8, 30);
     this.MaximizeBox = true;
     this.MinimizeBox = true;
     this.Name        = "frmReceptionApproval";
     this.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Text        = "Add Stock to Inventory";
     this.listBoxComboBoxHelper1.SetItemData(this.cmbStatus, new int[] { 0, 0, 0, 0 });
     this.Closed += new System.EventHandler(this.frmReceptionApproval_Closed);
     this.Load   += new System.EventHandler(this.frmReceptionApproval_Load);
     ((System.ComponentModel.ISupportInitialize) this.listBoxComboBoxHelper1).EndInit();
     this.sbStatusBar.ResumeLayout(false);
     this.Frame1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
예제 #4
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmSales));
     this.ToolTipMain       = new System.Windows.Forms.ToolTip(this.components);
     this.lvwSales          = new System.Windows.Forms.ListView();
     this.ctrLine           = new System.Windows.Forms.PictureBox();
     this.cboCashier        = new System.Windows.Forms.ComboBox();
     this.cboMonth          = new System.Windows.Forms.ComboBox();
     this.cboYear           = new System.Windows.Forms.ComboBox();
     this.Toolbar1          = new System.Windows.Forms.ToolStrip();
     this._Toolbar1_Button1 = new System.Windows.Forms.ToolStripButton();
     this.Label9            = new System.Windows.Forms.Label();
     this.Label2            = new System.Windows.Forms.Label();
     this.Label5            = new System.Windows.Forms.Label();
     this.Label8            = new System.Windows.Forms.Label();
     this.lblSellable       = new System.Windows.Forms.Label();
     this.Label4            = new System.Windows.Forms.Label();
     this.lblTotalSales     = new System.Windows.Forms.Label();
     this.Label1            = new System.Windows.Forms.Label();
     this.Toolbar1.SuspendLayout();
     this.SuspendLayout();
     this.listViewHelper1 = new UpgradeHelpers.VB6.Gui.ListViewHelper(this.components);
     ((System.ComponentModel.ISupportInitialize) this.listViewHelper1).BeginInit();
     this.listBoxComboBoxHelper1 = new UpgradeHelpers.VB6.Gui.ListControlHelper(this.components);
     ((System.ComponentModel.ISupportInitialize) this.listBoxComboBoxHelper1).BeginInit();
     //
     // lvwSales
     //
     this.lvwSales.BackColor     = System.Drawing.SystemColors.Window;
     this.lvwSales.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lvwSales.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.lvwSales.HideSelection = true;
     this.lvwSales.LabelEdit     = true;
     this.lvwSales.Location      = new System.Drawing.Point(0, 120);
     this.lvwSales.Name          = "lvwSales";
     this.lvwSales.Size          = new System.Drawing.Size(521, 193);
     this.lvwSales.TabIndex      = 12;
     //
     // ctrLine
     //
     this.ctrLine.BackColor        = System.Drawing.SystemColors.Control;
     this.ctrLine.BorderStyle      = System.Windows.Forms.BorderStyle.Fixed3D;
     this.ctrLine.CausesValidation = true;
     this.ctrLine.Cursor           = System.Windows.Forms.Cursors.Default;
     this.ctrLine.Dock             = System.Windows.Forms.DockStyle.None;
     this.ctrLine.Enabled          = true;
     this.ctrLine.Location         = new System.Drawing.Point(0, 88);
     this.ctrLine.Name             = "ctrLine";
     this.ctrLine.Size             = new System.Drawing.Size(601, 2);
     this.ctrLine.SizeMode         = System.Windows.Forms.PictureBoxSizeMode.Normal;
     this.ctrLine.TabIndex         = 11;
     this.ctrLine.TabStop          = true;
     this.ctrLine.Visible          = true;
     //
     // cboCashier
     //
     this.cboCashier.BackColor        = System.Drawing.SystemColors.Window;
     this.cboCashier.CausesValidation = true;
     this.cboCashier.Cursor           = System.Windows.Forms.Cursors.Default;
     this.cboCashier.DropDownStyle    = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboCashier.Enabled          = true;
     this.cboCashier.Font             = new System.Drawing.Font("Tahoma", 8.25f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
     this.cboCashier.ForeColor        = System.Drawing.SystemColors.WindowText;
     this.cboCashier.IntegralHeight   = true;
     this.cboCashier.Location         = new System.Drawing.Point(384, 56);
     this.cboCashier.Name             = "cboCashier";
     this.cboCashier.RightToLeft      = System.Windows.Forms.RightToLeft.No;
     this.cboCashier.Size             = new System.Drawing.Size(137, 21);
     this.cboCashier.Sorted           = false;
     this.cboCashier.TabIndex         = 9;
     this.cboCashier.TabStop          = true;
     this.cboCashier.Visible          = true;
     this.cboCashier.Items.AddRange(new object[] { "View All" });
     this.cboCashier.SelectedIndexChanged += new System.EventHandler(this.cboCashier_SelectedIndexChanged);
     //
     // cboMonth
     //
     this.cboMonth.BackColor        = System.Drawing.SystemColors.Window;
     this.cboMonth.CausesValidation = true;
     this.cboMonth.Cursor           = System.Windows.Forms.Cursors.Default;
     this.cboMonth.DropDownStyle    = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboMonth.Enabled          = true;
     this.cboMonth.Font             = new System.Drawing.Font("Tahoma", 8.25f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
     this.cboMonth.ForeColor        = System.Drawing.SystemColors.WindowText;
     this.cboMonth.IntegralHeight   = true;
     this.cboMonth.Location         = new System.Drawing.Point(216, 56);
     this.cboMonth.Name             = "cboMonth";
     this.cboMonth.RightToLeft      = System.Windows.Forms.RightToLeft.No;
     this.cboMonth.Size             = new System.Drawing.Size(73, 21);
     this.cboMonth.Sorted           = false;
     this.cboMonth.TabIndex         = 8;
     this.cboMonth.TabStop          = true;
     this.cboMonth.Visible          = true;
     this.cboMonth.Items.AddRange(new object[] { "(none)", "1 - Jan", "2 - Feb", "3 - Mar", "4 - Apr", "5 - May", "6 - Jun", "7 - Jul", "8 - Aug", "9 - Sep", "10 - Oct", "11 - Nov", "12 - Dec" });
     this.cboMonth.SelectedIndexChanged += new System.EventHandler(this.cboMonth_SelectedIndexChanged);
     //
     // cboYear
     //
     this.cboYear.BackColor             = System.Drawing.SystemColors.Window;
     this.cboYear.CausesValidation      = true;
     this.cboYear.Cursor                = System.Windows.Forms.Cursors.Default;
     this.cboYear.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboYear.Enabled               = true;
     this.cboYear.Font                  = new System.Drawing.Font("Tahoma", 8.25f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
     this.cboYear.ForeColor             = System.Drawing.SystemColors.WindowText;
     this.cboYear.IntegralHeight        = true;
     this.cboYear.Location              = new System.Drawing.Point(48, 56);
     this.cboYear.Name                  = "cboYear";
     this.cboYear.RightToLeft           = System.Windows.Forms.RightToLeft.No;
     this.cboYear.Size                  = new System.Drawing.Size(73, 21);
     this.cboYear.Sorted                = false;
     this.cboYear.TabIndex              = 0;
     this.cboYear.TabStop               = true;
     this.cboYear.Visible               = true;
     this.cboYear.SelectedIndexChanged += new System.EventHandler(this.cboYear_SelectedIndexChanged);
     //
     // Toolbar1
     //
     this.Toolbar1.Dock             = System.Windows.Forms.DockStyle.Top;
     this.Toolbar1.Location         = new System.Drawing.Point(0, 0);
     this.Toolbar1.Name             = "Toolbar1";
     this.Toolbar1.ShowItemToolTips = true;
     this.Toolbar1.Size             = new System.Drawing.Size(603, 28);
     this.Toolbar1.TabIndex         = 13;
     this.Toolbar1.Items.Add(this._Toolbar1_Button1);
     //
     // _Toolbar1_Button1
     //
     this._Toolbar1_Button1.DisplayStyle      = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
     this._Toolbar1_Button1.ImageScaling      = System.Windows.Forms.ToolStripItemImageScaling.None;
     this._Toolbar1_Button1.Size              = new System.Drawing.Size(24, 22);
     this._Toolbar1_Button1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     //
     // Label9
     //
     this.Label9.AutoSize    = true;
     this.Label9.BackColor   = System.Drawing.SystemColors.Control;
     this.Label9.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label9.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label9.Font        = new System.Drawing.Font("Tahoma", 8.25f, System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
     this.Label9.ForeColor   = System.Drawing.Color.FromArgb(64, 64, 64);
     this.Label9.Location    = new System.Drawing.Point(272, 104);
     this.Label9.Name        = "Label9";
     this.Label9.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label9.Size        = new System.Drawing.Size(7, 13);
     this.Label9.TabIndex    = 10;
     this.Label9.Text        = "|";
     //
     // Label2
     //
     this.Label2.AutoSize    = true;
     this.Label2.BackColor   = System.Drawing.SystemColors.Control;
     this.Label2.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label2.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label2.Font        = new System.Drawing.Font("Tahoma", 8.25f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
     this.Label2.ForeColor   = System.Drawing.Color.FromArgb(64, 64, 64);
     this.Label2.Location    = new System.Drawing.Point(320, 56);
     this.Label2.Name        = "Label2";
     this.Label2.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label2.Size        = new System.Drawing.Size(40, 13);
     this.Label2.TabIndex    = 7;
     this.Label2.Text        = "Cashier:";
     //
     // Label5
     //
     this.Label5.AutoSize    = true;
     this.Label5.BackColor   = System.Drawing.SystemColors.Control;
     this.Label5.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label5.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label5.Font        = new System.Drawing.Font("Tahoma", 8.25f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
     this.Label5.ForeColor   = System.Drawing.Color.FromArgb(64, 64, 64);
     this.Label5.Location    = new System.Drawing.Point(8, 56);
     this.Label5.Name        = "Label5";
     this.Label5.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label5.Size        = new System.Drawing.Size(26, 13);
     this.Label5.TabIndex    = 6;
     this.Label5.Text        = "Year:";
     //
     // Label8
     //
     this.Label8.AutoSize    = true;
     this.Label8.BackColor   = System.Drawing.SystemColors.Control;
     this.Label8.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label8.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label8.Font        = new System.Drawing.Font("Tahoma", 8.25f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
     this.Label8.ForeColor   = System.Drawing.Color.FromArgb(64, 64, 64);
     this.Label8.Location    = new System.Drawing.Point(160, 56);
     this.Label8.Name        = "Label8";
     this.Label8.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label8.Size        = new System.Drawing.Size(34, 13);
     this.Label8.TabIndex    = 5;
     this.Label8.Text        = "Month:";
     //
     // lblSellable
     //
     this.lblSellable.AutoSize    = true;
     this.lblSellable.BackColor   = System.Drawing.SystemColors.Control;
     this.lblSellable.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.lblSellable.Cursor      = System.Windows.Forms.Cursors.Default;
     this.lblSellable.Font        = new System.Drawing.Font("Tahoma", 8.25f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
     this.lblSellable.ForeColor   = System.Drawing.Color.FromArgb(64, 64, 64);
     this.lblSellable.Location    = new System.Drawing.Point(424, 104);
     this.lblSellable.Name        = "lblSellable";
     this.lblSellable.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.lblSellable.Size        = new System.Drawing.Size(12, 13);
     this.lblSellable.TabIndex    = 4;
     this.lblSellable.Text        = "---";
     //
     // Label4
     //
     this.Label4.AutoSize    = true;
     this.Label4.BackColor   = System.Drawing.SystemColors.Control;
     this.Label4.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label4.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label4.Font        = new System.Drawing.Font("Tahoma", 8.25f, System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
     this.Label4.ForeColor   = System.Drawing.Color.FromArgb(64, 64, 64);
     this.Label4.Location    = new System.Drawing.Point(296, 104);
     this.Label4.Name        = "Label4";
     this.Label4.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label4.Size        = new System.Drawing.Size(109, 13);
     this.Label4.TabIndex    = 3;
     this.Label4.Text        = "Most Sellable Item:";
     //
     // lblTotalSales
     //
     this.lblTotalSales.AutoSize    = true;
     this.lblTotalSales.BackColor   = System.Drawing.SystemColors.Control;
     this.lblTotalSales.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.lblTotalSales.Cursor      = System.Windows.Forms.Cursors.Default;
     this.lblTotalSales.Font        = new System.Drawing.Font("Tahoma", 8.25f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
     this.lblTotalSales.ForeColor   = System.Drawing.Color.FromArgb(64, 64, 64);
     this.lblTotalSales.Location    = new System.Drawing.Point(168, 104);
     this.lblTotalSales.Name        = "lblTotalSales";
     this.lblTotalSales.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.lblTotalSales.Size        = new System.Drawing.Size(12, 13);
     this.lblTotalSales.TabIndex    = 2;
     this.lblTotalSales.Text        = "---";
     //
     // Label1
     //
     this.Label1.AutoSize    = true;
     this.Label1.BackColor   = System.Drawing.SystemColors.Control;
     this.Label1.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label1.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label1.Font        = new System.Drawing.Font("Tahoma", 8.25f, System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
     this.Label1.ForeColor   = System.Drawing.Color.FromArgb(64, 64, 64);
     this.Label1.Location    = new System.Drawing.Point(8, 104);
     this.Label1.Name        = "Label1";
     this.Label1.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label1.Size        = new System.Drawing.Size(145, 13);
     this.Label1.TabIndex    = 1;
     this.Label1.Text        = "Total Sales for the Month:";
     //
     // frmSales
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6, 13);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoScroll          = true;
     this.BackColor           = System.Drawing.SystemColors.Control;
     this.ClientSize          = new System.Drawing.Size(603, 369);
     this.Controls.Add(this.lvwSales);
     this.Controls.Add(this.ctrLine);
     this.Controls.Add(this.cboCashier);
     this.Controls.Add(this.cboMonth);
     this.Controls.Add(this.cboYear);
     this.Controls.Add(this.Toolbar1);
     this.Controls.Add(this.Label9);
     this.Controls.Add(this.Label2);
     this.Controls.Add(this.Label5);
     this.Controls.Add(this.Label8);
     this.Controls.Add(this.lblSellable);
     this.Controls.Add(this.Label4);
     this.Controls.Add(this.lblTotalSales);
     this.Controls.Add(this.Label1);
     this.Cursor        = System.Windows.Forms.Cursors.Default;
     this.Icon          = (System.Drawing.Icon)resources.GetObject("frmSales.Icon");
     this.Location      = new System.Drawing.Point(4, 23);
     this.MaximizeBox   = true;
     this.MinimizeBox   = true;
     this.Name          = "frmSales";
     this.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
     this.Text          = "Sales";
     this.WindowState   = System.Windows.Forms.FormWindowState.Maximized;
     this.listBoxComboBoxHelper1.SetItemData(this.cboCashier, new int[] { 0 });
     this.listBoxComboBoxHelper1.SetItemData(this.cboMonth, new int[] { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 });
     this.Closed += new System.EventHandler(this.frmSales_Closed);
     this.Load   += new System.EventHandler(this.frmSales_Load);
     this.Resize += new System.EventHandler(this.frmSales_Resize);
     ((System.ComponentModel.ISupportInitialize) this.listViewHelper1).EndInit();
     ((System.ComponentModel.ISupportInitialize) this.listBoxComboBoxHelper1).EndInit();
     this.Toolbar1.ResumeLayout(false);
     this.ResumeLayout(false);
 }