namespace BiskLog_Point_Of_Sale.OPS_Report.Sales { partial class CustomerList { /// /// 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() { System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); this.panel1 = new System.Windows.Forms.Panel(); this.buttons = new System.Windows.Forms.GroupBox(); this.button3 = new System.Windows.Forms.Button(); this.filter = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.button2 = new System.Windows.Forms.Button(); this.button1 = new System.Windows.Forms.Button(); this.sellers = new System.Windows.Forms.DataGridView(); this.Column8 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column9 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.headingPanel = new System.Windows.Forms.Panel(); this.title = new System.Windows.Forms.Label(); this.panel2 = new System.Windows.Forms.Panel(); this.EpE = new System.Windows.Forms.Panel(); this.holding = new MetroFramework.Controls.MetroProgressSpinner(); this.gradientPanel1 = new BiskLog_Point_Of_Sale.Classes.gradientPanel(); this.label6 = new System.Windows.Forms.Label(); this.excelExport = new System.Windows.Forms.SaveFileDialog(); this.panel1.SuspendLayout(); this.buttons.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.sellers)).BeginInit(); this.headingPanel.SuspendLayout(); this.panel2.SuspendLayout(); this.EpE.SuspendLayout(); this.gradientPanel1.SuspendLayout(); this.SuspendLayout(); // // panel1 // this.panel1.BackColor = System.Drawing.SystemColors.ActiveCaption; this.panel1.Controls.Add(this.buttons); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(1013, 45); this.panel1.TabIndex = 0; // // buttons // this.buttons.Anchor = System.Windows.Forms.AnchorStyles.None; this.buttons.Controls.Add(this.button3); this.buttons.Controls.Add(this.filter); this.buttons.Controls.Add(this.label3); this.buttons.Controls.Add(this.label2); this.buttons.Controls.Add(this.label1); this.buttons.Controls.Add(this.button2); this.buttons.Controls.Add(this.button1); this.buttons.Location = new System.Drawing.Point(197, -8); this.buttons.Name = "buttons"; this.buttons.Size = new System.Drawing.Size(637, 51); this.buttons.TabIndex = 0; this.buttons.TabStop = false; // // button3 // this.button3.Cursor = System.Windows.Forms.Cursors.Hand; this.button3.Location = new System.Drawing.Point(545, 15); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(85, 29); this.button3.TabIndex = 19; this.button3.Text = "Update"; this.button3.UseVisualStyleBackColor = true; this.button3.Click += new System.EventHandler(this.CustomerList_Load); // // filter // this.filter.Location = new System.Drawing.Point(384, 15); this.filter.Name = "filter"; this.filter.Size = new System.Drawing.Size(78, 29); this.filter.TabIndex = 18; this.filter.Text = "100"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(468, 20); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(62, 21); this.label3.TabIndex = 16; this.label3.Text = "records"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(344, 20); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(34, 21); this.label2.TabIndex = 17; this.label2.Text = "Top"; // // label1 // this.label1.Font = new System.Drawing.Font("Segoe UI", 20F); this.label1.ForeColor = System.Drawing.Color.Gray; this.label1.Location = new System.Drawing.Point(294, -3); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(35, 56); this.label1.TabIndex = 15; this.label1.Text = "|"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // button2 // this.button2.Cursor = System.Windows.Forms.Cursors.Hand; this.button2.FlatAppearance.BorderColor = System.Drawing.Color.White; this.button2.FlatAppearance.BorderSize = 0; this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button2.Image = global::BiskLog_Point_Of_Sale.Properties.Resources.exportFile; this.button2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.button2.Location = new System.Drawing.Point(162, 13); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(142, 33); this.button2.TabIndex = 13; this.button2.Text = "Excel"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // button1 // this.button1.Cursor = System.Windows.Forms.Cursors.Hand; this.button1.FlatAppearance.BorderSize = 0; this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button1.Image = global::BiskLog_Point_Of_Sale.Properties.Resources.printer; this.button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.button1.Location = new System.Drawing.Point(7, 13); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(138, 33); this.button1.TabIndex = 14; this.button1.Text = "Print"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // sellers // this.sellers.AllowUserToAddRows = false; this.sellers.AllowUserToDeleteRows = false; this.sellers.AllowUserToResizeColumns = false; this.sellers.AllowUserToResizeRows = false; dataGridViewCellStyle1.BackColor = System.Drawing.Color.Gainsboro; dataGridViewCellStyle1.Font = new System.Drawing.Font("Segoe UI", 12F); dataGridViewCellStyle1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); dataGridViewCellStyle1.SelectionBackColor = System.Drawing.Color.Gainsboro; dataGridViewCellStyle1.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.sellers.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.sellers.BackgroundColor = System.Drawing.Color.White; this.sellers.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None; this.sellers.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None; dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(10)))), ((int)(((byte)(56))))); dataGridViewCellStyle2.Font = new System.Drawing.Font("Segoe UI", 12F); dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.sellers.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; this.sellers.ColumnHeadersHeight = 35; this.sellers.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.sellers.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Column8, this.Column9, this.Column2, this.Column1, this.Column5, this.Column7, this.Column4}); dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle3.Font = new System.Drawing.Font("Segoe UI", 12F); dataGridViewCellStyle3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.sellers.DefaultCellStyle = dataGridViewCellStyle3; this.sellers.Dock = System.Windows.Forms.DockStyle.Fill; this.sellers.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically; this.sellers.EnableHeadersVisualStyles = false; this.sellers.Location = new System.Drawing.Point(0, 112); this.sellers.Name = "sellers"; this.sellers.ReadOnly = true; this.sellers.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None; this.sellers.RowHeadersVisible = false; this.sellers.RowTemplate.Height = 40; this.sellers.Size = new System.Drawing.Size(1013, 550); this.sellers.TabIndex = 2; // // Column8 // this.Column8.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; this.Column8.HeaderText = "Customer ID"; this.Column8.Name = "Column8"; this.Column8.ReadOnly = true; this.Column8.Width = 120; // // Column9 // this.Column9.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; this.Column9.HeaderText = "TIN"; this.Column9.Name = "Column9"; this.Column9.ReadOnly = true; this.Column9.Width = 57; // // Column2 // this.Column2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; this.Column2.HeaderText = "Firstname"; this.Column2.Name = "Column2"; this.Column2.ReadOnly = true; this.Column2.Width = 102; // // Column1 // this.Column1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; this.Column1.HeaderText = "Lastname"; this.Column1.Name = "Column1"; this.Column1.ReadOnly = true; // // Column5 // this.Column5.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; this.Column5.HeaderText = "Address"; this.Column5.Name = "Column5"; this.Column5.ReadOnly = true; this.Column5.Width = 89; // // Column7 // this.Column7.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; this.Column7.HeaderText = "Email"; this.Column7.Name = "Column7"; this.Column7.ReadOnly = true; this.Column7.Width = 71; // // Column4 // this.Column4.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.Column4.HeaderText = "Phone"; this.Column4.Name = "Column4"; this.Column4.ReadOnly = true; // // headingPanel // this.headingPanel.Anchor = System.Windows.Forms.AnchorStyles.None; this.headingPanel.Controls.Add(this.title); this.headingPanel.Location = new System.Drawing.Point(288, 4); this.headingPanel.Name = "headingPanel"; this.headingPanel.Size = new System.Drawing.Size(434, 54); this.headingPanel.TabIndex = 8; // // title // this.title.AutoSize = true; this.title.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold); this.title.Location = new System.Drawing.Point(162, 20); this.title.Name = "title"; this.title.Size = new System.Drawing.Size(113, 21); this.title.TabIndex = 0; this.title.Text = "Customer List"; // // panel2 // this.panel2.BackColor = System.Drawing.SystemColors.ControlLightLight; this.panel2.Controls.Add(this.headingPanel); this.panel2.Dock = System.Windows.Forms.DockStyle.Top; this.panel2.Location = new System.Drawing.Point(0, 45); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(1013, 67); this.panel2.TabIndex = 1; // // EpE // this.EpE.Anchor = System.Windows.Forms.AnchorStyles.None; this.EpE.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.EpE.Controls.Add(this.holding); this.EpE.Controls.Add(this.gradientPanel1); this.EpE.Location = new System.Drawing.Point(366, 270); this.EpE.Name = "EpE"; this.EpE.Size = new System.Drawing.Size(281, 122); this.EpE.TabIndex = 8; this.EpE.Visible = false; // // holding // this.holding.Location = new System.Drawing.Point(119, 59); this.holding.Maximum = 100; this.holding.Name = "holding"; this.holding.Size = new System.Drawing.Size(52, 52); this.holding.TabIndex = 1; this.holding.UseCustomBackColor = true; this.holding.UseCustomForeColor = true; this.holding.UseSelectable = true; // // gradientPanel1 // this.gradientPanel1.ColorBottom = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(10)))), ((int)(((byte)(56))))); this.gradientPanel1.ColorTop = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(158)))), ((int)(((byte)(132))))); this.gradientPanel1.Controls.Add(this.label6); this.gradientPanel1.Dock = System.Windows.Forms.DockStyle.Top; this.gradientPanel1.Location = new System.Drawing.Point(0, 0); this.gradientPanel1.Name = "gradientPanel1"; this.gradientPanel1.Size = new System.Drawing.Size(279, 41); this.gradientPanel1.TabIndex = 0; // // label6 // this.label6.BackColor = System.Drawing.Color.Transparent; this.label6.Dock = System.Windows.Forms.DockStyle.Fill; this.label6.ForeColor = System.Drawing.Color.White; this.label6.Location = new System.Drawing.Point(0, 0); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(279, 41); this.label6.TabIndex = 0; this.label6.Text = "Please wait !!!!"; this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // excelExport // this.excelExport.DefaultExt = "xlsx"; this.excelExport.FileName = "BISKILOG excel report"; this.excelExport.Filter = "Excel (2007 or later) |*.xlsx"; // // CustomerList // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1013, 662); this.Controls.Add(this.EpE); this.Controls.Add(this.sellers); this.Controls.Add(this.panel2); this.Controls.Add(this.panel1); this.Font = new System.Drawing.Font("Segoe UI", 12F); this.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.Name = "CustomerList"; this.ShowIcon = false; this.ShowInTaskbar = false; this.Text = "bestworst"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.Load += new System.EventHandler(this.CustomerList_Load); this.panel1.ResumeLayout(false); this.buttons.ResumeLayout(false); this.buttons.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.sellers)).EndInit(); this.headingPanel.ResumeLayout(false); this.headingPanel.PerformLayout(); this.panel2.ResumeLayout(false); this.EpE.ResumeLayout(false); this.gradientPanel1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.DataGridView sellers; private System.Windows.Forms.Panel headingPanel; private System.Windows.Forms.Label title; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.GroupBox buttons; private System.Windows.Forms.Button button3; private System.Windows.Forms.TextBox filter; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button button2; private System.Windows.Forms.Button button1; private System.Windows.Forms.Panel EpE; private MetroFramework.Controls.MetroProgressSpinner holding; private BiskLog_Point_Of_Sale.Classes.gradientPanel gradientPanel1; private System.Windows.Forms.Label label6; private System.Windows.Forms.DataGridViewTextBoxColumn Column8; private System.Windows.Forms.DataGridViewTextBoxColumn Column9; private System.Windows.Forms.DataGridViewTextBoxColumn Column2; private System.Windows.Forms.DataGridViewTextBoxColumn Column1; private System.Windows.Forms.DataGridViewTextBoxColumn Column5; private System.Windows.Forms.DataGridViewTextBoxColumn Column7; private System.Windows.Forms.DataGridViewTextBoxColumn Column4; private System.Windows.Forms.SaveFileDialog excelExport; } }