namespace Point_Of_Sale_Managment.CashierModule { partial class NewSalesPOS { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(NewSalesPOS)); 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(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle(); this.panel1 = new System.Windows.Forms.Panel(); this.gradientPanel2 = new BiskLog_Point_Of_Sale.Classes.gradientPanel(); this.customer = new System.Windows.Forms.Label(); this.timeStamp = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.cashierName = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.txtSearch = new MetroFramework.Controls.MetroTextBox(); this.panel3 = new System.Windows.Forms.Panel(); this.gradientPanel1 = new BiskLog_Point_Of_Sale.Classes.gradientPanel(); this.magicButton8 = new BiskLog_Point_Of_Sale.Classes.MagicButton(); this.btnDaily = new BiskLog_Point_Of_Sale.Classes.MagicButton(); this.btnCancel = new BiskLog_Point_Of_Sale.Classes.MagicButton(); this.btnDiscount = new BiskLog_Point_Of_Sale.Classes.MagicButton(); this.btnSearch = new BiskLog_Point_Of_Sale.Classes.MagicButton(); this.btnNew = new BiskLog_Point_Of_Sale.Classes.MagicButton(); this.dataGridViewImageColumn1 = new System.Windows.Forms.DataGridViewImageColumn(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.bottomPanel = new System.Windows.Forms.Panel(); this.customerSalesPanel = new System.Windows.Forms.Panel(); this.magicButton4 = new BiskLog_Point_Of_Sale.Classes.MagicButton(); this.magicButton5 = new BiskLog_Point_Of_Sale.Classes.MagicButton(); this.magicButton7 = new BiskLog_Point_Of_Sale.Classes.MagicButton(); this.magicButton6 = new BiskLog_Point_Of_Sale.Classes.MagicButton(); this.circularPanel1 = new Point_Of_Sale_Managment.circularPanel(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.gradientCurve1 = new BiskLog_Point_Of_Sale.Classes.GradientCurve(); this.lblBal = new System.Windows.Forms.Label(); this.lblMail = new System.Windows.Forms.Label(); this.lblTel = new System.Windows.Forms.Label(); this.lblAddress = new System.Windows.Forms.Label(); this.label20 = new System.Windows.Forms.Label(); this.lblName = new System.Windows.Forms.Label(); this.label18 = new System.Windows.Forms.Label(); this.label16 = new System.Windows.Forms.Label(); this.label14 = new System.Windows.Forms.Label(); this.label12 = new System.Windows.Forms.Label(); this.lblTransno = new System.Windows.Forms.Label(); this.lblTotalCol = new System.Windows.Forms.Label(); this.label11 = new System.Windows.Forms.Label(); this.usualPanel = new System.Windows.Forms.Panel(); this.magicButton2 = new BiskLog_Point_Of_Sale.Classes.MagicButton(); this.magicButton3 = new BiskLog_Point_Of_Sale.Classes.MagicButton(); this.magicButton1 = new BiskLog_Point_Of_Sale.Classes.MagicButton(); this.panel2 = new System.Windows.Forms.Panel(); this.lblTax = new System.Windows.Forms.Label(); this.lbldiscount = new System.Windows.Forms.Label(); this.LBLsubtotal = new System.Windows.Forms.Label(); this.lblDate = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.dataGridView1 = new System.Windows.Forms.DataGridView(); this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.id = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.price = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.qty = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.unit = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.total = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.unitCode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.distinctiveCode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Delete = new System.Windows.Forms.DataGridViewImageColumn(); this.panel1.SuspendLayout(); this.gradientPanel2.SuspendLayout(); this.panel3.SuspendLayout(); this.gradientPanel1.SuspendLayout(); this.bottomPanel.SuspendLayout(); this.customerSalesPanel.SuspendLayout(); this.circularPanel1.SuspendLayout(); this.groupBox1.SuspendLayout(); this.gradientCurve1.SuspendLayout(); this.usualPanel.SuspendLayout(); this.panel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); this.SuspendLayout(); // // panel1 // this.panel1.Controls.Add(this.gradientPanel2); 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(1117, 39); this.panel1.TabIndex = 0; // // gradientPanel2 // this.gradientPanel2.ColorBottom = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(10)))), ((int)(((byte)(56))))); this.gradientPanel2.ColorTop = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(158)))), ((int)(((byte)(132))))); this.gradientPanel2.Controls.Add(this.customer); this.gradientPanel2.Controls.Add(this.timeStamp); this.gradientPanel2.Controls.Add(this.label3); this.gradientPanel2.Controls.Add(this.label2); this.gradientPanel2.Controls.Add(this.cashierName); this.gradientPanel2.Controls.Add(this.label1); this.gradientPanel2.Controls.Add(this.txtSearch); this.gradientPanel2.Dock = System.Windows.Forms.DockStyle.Fill; this.gradientPanel2.Location = new System.Drawing.Point(0, 0); this.gradientPanel2.Name = "gradientPanel2"; this.gradientPanel2.Size = new System.Drawing.Size(1117, 39); this.gradientPanel2.TabIndex = 0; // // customer // this.customer.AutoSize = true; this.customer.BackColor = System.Drawing.Color.Transparent; this.customer.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold); this.customer.ForeColor = System.Drawing.SystemColors.Control; this.customer.Location = new System.Drawing.Point(756, 9); this.customer.Name = "customer"; this.customer.Size = new System.Drawing.Size(0, 21); this.customer.TabIndex = 13; this.customer.Visible = false; // // timeStamp // this.timeStamp.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.timeStamp.AutoSize = true; this.timeStamp.BackColor = System.Drawing.Color.Transparent; this.timeStamp.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold); this.timeStamp.ForeColor = System.Drawing.Color.Crimson; this.timeStamp.Location = new System.Drawing.Point(1038, 9); this.timeStamp.Name = "timeStamp"; this.timeStamp.Size = new System.Drawing.Size(72, 21); this.timeStamp.TabIndex = 7; this.timeStamp.Text = "00:00:00"; // // label3 // this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label3.AutoSize = true; this.label3.BackColor = System.Drawing.Color.Transparent; this.label3.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold); this.label3.ForeColor = System.Drawing.SystemColors.Control; this.label3.Location = new System.Drawing.Point(975, 9); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(56, 21); this.label3.TabIndex = 7; this.label3.Text = "Time :"; // // label2 // this.label2.AutoSize = true; this.label2.BackColor = System.Drawing.Color.Transparent; this.label2.Font = new System.Drawing.Font("Segoe UI", 12F); this.label2.ForeColor = System.Drawing.SystemColors.Control; this.label2.Location = new System.Drawing.Point(297, 9); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(124, 21); this.label2.TabIndex = 7; this.label2.Text = "Product Barcode"; // // cashierName // this.cashierName.AutoSize = true; this.cashierName.BackColor = System.Drawing.Color.Transparent; this.cashierName.Font = new System.Drawing.Font("Segoe UI", 12F); this.cashierName.ForeColor = System.Drawing.SystemColors.Control; this.cashierName.Location = new System.Drawing.Point(87, 9); this.cashierName.Name = "cashierName"; this.cashierName.Size = new System.Drawing.Size(0, 21); this.cashierName.TabIndex = 6; // // label1 // this.label1.AutoSize = true; this.label1.BackColor = System.Drawing.Color.Transparent; this.label1.Font = new System.Drawing.Font("Segoe UI", 12F); this.label1.ForeColor = System.Drawing.SystemColors.Control; this.label1.Location = new System.Drawing.Point(12, 9); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(69, 21); this.label1.TabIndex = 5; this.label1.Text = "Cashier :"; // // txtSearch // // // // this.txtSearch.CustomButton.Image = null; this.txtSearch.CustomButton.Location = new System.Drawing.Point(208, 2); this.txtSearch.CustomButton.Name = ""; this.txtSearch.CustomButton.Size = new System.Drawing.Size(25, 25); this.txtSearch.CustomButton.Style = MetroFramework.MetroColorStyle.Blue; this.txtSearch.CustomButton.TabIndex = 1; this.txtSearch.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light; this.txtSearch.CustomButton.UseSelectable = true; this.txtSearch.CustomButton.Visible = false; this.txtSearch.DisplayIcon = true; this.txtSearch.Enabled = false; this.txtSearch.FontSize = MetroFramework.MetroTextBoxSize.Medium; this.txtSearch.Icon = ((System.Drawing.Image)(resources.GetObject("txtSearch.Icon"))); this.txtSearch.Lines = new string[0]; this.txtSearch.Location = new System.Drawing.Point(427, 4); this.txtSearch.MaxLength = 32767; this.txtSearch.Name = "txtSearch"; this.txtSearch.PasswordChar = '\0'; this.txtSearch.PromptText = "Scan Product Barcode Here"; this.txtSearch.ScrollBars = System.Windows.Forms.ScrollBars.None; this.txtSearch.SelectedText = ""; this.txtSearch.SelectionLength = 0; this.txtSearch.SelectionStart = 0; this.txtSearch.ShortcutsEnabled = true; this.txtSearch.Size = new System.Drawing.Size(236, 30); this.txtSearch.TabIndex = 4; this.txtSearch.UseSelectable = true; this.txtSearch.WaterMark = "Scan Product Barcode Here"; this.txtSearch.WaterMarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109))))); this.txtSearch.WaterMarkFont = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Italic); this.txtSearch.TextChanged += new System.EventHandler(this.txtSearch_TextChanged); // // panel3 // this.panel3.BackColor = System.Drawing.SystemColors.ControlLight; this.panel3.Controls.Add(this.gradientPanel1); this.panel3.Dock = System.Windows.Forms.DockStyle.Left; this.panel3.Location = new System.Drawing.Point(0, 39); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(238, 737); this.panel3.TabIndex = 2; // // gradientPanel1 // this.gradientPanel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(124)))), ((int)(((byte)(206))))); this.gradientPanel1.ColorBottom = System.Drawing.SystemColors.ActiveCaption; this.gradientPanel1.ColorTop = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(10)))), ((int)(((byte)(56))))); this.gradientPanel1.Controls.Add(this.magicButton8); this.gradientPanel1.Controls.Add(this.btnDaily); this.gradientPanel1.Controls.Add(this.btnCancel); this.gradientPanel1.Controls.Add(this.btnDiscount); this.gradientPanel1.Controls.Add(this.btnSearch); this.gradientPanel1.Controls.Add(this.btnNew); this.gradientPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.gradientPanel1.Location = new System.Drawing.Point(0, 0); this.gradientPanel1.Name = "gradientPanel1"; this.gradientPanel1.Size = new System.Drawing.Size(238, 737); this.gradientPanel1.TabIndex = 0; // // magicButton8 // this.magicButton8.Angle = 242F; this.magicButton8.BackColor = System.Drawing.Color.Transparent; this.magicButton8.BorderRadius = 20; this.magicButton8.ButtonImage = global::BiskLog_Point_Of_Sale.Properties.Resources.calendar; this.magicButton8.ButtonText = " [F9] Bill To Customer"; this.magicButton8.ColorBottom = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(124)))), ((int)(((byte)(206))))); this.magicButton8.ColorTop = System.Drawing.Color.ForestGreen; this.magicButton8.Cursor = System.Windows.Forms.Cursors.Hand; this.magicButton8.Font = new System.Drawing.Font("Segoe UI", 11.75F); this.magicButton8.ForeColor = System.Drawing.Color.White; this.magicButton8.ForeColor1 = System.Drawing.Color.White; this.magicButton8.Location = new System.Drawing.Point(12, 329); this.magicButton8.Name = "magicButton8"; this.magicButton8.Size = new System.Drawing.Size(214, 36); this.magicButton8.TabIndex = 21; this.magicButton8.Click += new System.EventHandler(this.button19_Click); // // btnDaily // this.btnDaily.Angle = 243F; this.btnDaily.BackColor = System.Drawing.Color.Transparent; this.btnDaily.BorderRadius = 20; this.btnDaily.ButtonImage = global::BiskLog_Point_Of_Sale.Properties.Resources.calendar; this.btnDaily.ButtonText = " [F6] Daily Sales"; this.btnDaily.ColorBottom = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(124)))), ((int)(((byte)(206))))); this.btnDaily.ColorTop = System.Drawing.Color.ForestGreen; this.btnDaily.Cursor = System.Windows.Forms.Cursors.Hand; this.btnDaily.Font = new System.Drawing.Font("Segoe UI", 11.75F); this.btnDaily.ForeColor = System.Drawing.Color.White; this.btnDaily.ForeColor1 = System.Drawing.Color.White; this.btnDaily.Location = new System.Drawing.Point(10, 276); this.btnDaily.Name = "btnDaily"; this.btnDaily.Size = new System.Drawing.Size(214, 36); this.btnDaily.TabIndex = 21; this.btnDaily.Click += new System.EventHandler(this.BtnDaily_Click); // // btnCancel // this.btnCancel.Angle = 274F; this.btnCancel.BackColor = System.Drawing.Color.Transparent; this.btnCancel.BorderRadius = 20; this.btnCancel.ButtonImage = global::BiskLog_Point_Of_Sale.Properties.Resources.cancel; this.btnCancel.ButtonText = " [F5] Receipt Look up"; this.btnCancel.ColorBottom = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(124)))), ((int)(((byte)(206))))); this.btnCancel.ColorTop = System.Drawing.Color.ForestGreen; this.btnCancel.Cursor = System.Windows.Forms.Cursors.Hand; this.btnCancel.Font = new System.Drawing.Font("Segoe UI", 11.75F); this.btnCancel.ForeColor = System.Drawing.Color.White; this.btnCancel.ForeColor1 = System.Drawing.Color.White; this.btnCancel.Location = new System.Drawing.Point(10, 221); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(214, 36); this.btnCancel.TabIndex = 21; this.btnCancel.Click += new System.EventHandler(this.BtnCancel_Click); // // btnDiscount // this.btnDiscount.Angle = 229F; this.btnDiscount.BackColor = System.Drawing.Color.Transparent; this.btnDiscount.BorderRadius = 20; this.btnDiscount.ButtonImage = global::BiskLog_Point_Of_Sale.Properties.Resources.discount; this.btnDiscount.ButtonText = " [F3] Give Discount"; this.btnDiscount.ColorBottom = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(124)))), ((int)(((byte)(206))))); this.btnDiscount.ColorTop = System.Drawing.Color.ForestGreen; this.btnDiscount.Cursor = System.Windows.Forms.Cursors.Hand; this.btnDiscount.Font = new System.Drawing.Font("Segoe UI", 11.75F); this.btnDiscount.ForeColor = System.Drawing.Color.White; this.btnDiscount.ForeColor1 = System.Drawing.Color.White; this.btnDiscount.Location = new System.Drawing.Point(11, 167); this.btnDiscount.Name = "btnDiscount"; this.btnDiscount.Size = new System.Drawing.Size(214, 36); this.btnDiscount.TabIndex = 21; this.btnDiscount.Click += new System.EventHandler(this.BtnDiscount_Click); // // btnSearch // this.btnSearch.Angle = 211F; this.btnSearch.BackColor = System.Drawing.Color.Transparent; this.btnSearch.BorderRadius = 20; this.btnSearch.ButtonImage = global::BiskLog_Point_Of_Sale.Properties.Resources.search; this.btnSearch.ButtonText = " [F2] Search Product"; this.btnSearch.ColorBottom = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(124)))), ((int)(((byte)(206))))); this.btnSearch.ColorTop = System.Drawing.Color.ForestGreen; this.btnSearch.Cursor = System.Windows.Forms.Cursors.Hand; this.btnSearch.Font = new System.Drawing.Font("Segoe UI", 11.75F); this.btnSearch.ForeColor = System.Drawing.Color.White; this.btnSearch.ForeColor1 = System.Drawing.Color.White; this.btnSearch.Location = new System.Drawing.Point(10, 112); this.btnSearch.Name = "btnSearch"; this.btnSearch.Size = new System.Drawing.Size(214, 36); this.btnSearch.TabIndex = 21; this.btnSearch.Click += new System.EventHandler(this.BTNitem_Click); // // btnNew // this.btnNew.Angle = 221F; this.btnNew.BackColor = System.Drawing.Color.Transparent; this.btnNew.BorderRadius = 20; this.btnNew.ButtonImage = global::BiskLog_Point_Of_Sale.Properties.Resources.newTransaction; this.btnNew.ButtonText = " [F1] New Transaction"; this.btnNew.ColorBottom = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(124)))), ((int)(((byte)(206))))); this.btnNew.ColorTop = System.Drawing.Color.ForestGreen; this.btnNew.Cursor = System.Windows.Forms.Cursors.Hand; this.btnNew.Font = new System.Drawing.Font("Segoe UI", 11.75F); this.btnNew.ForeColor = System.Drawing.Color.White; this.btnNew.ForeColor1 = System.Drawing.Color.White; this.btnNew.Location = new System.Drawing.Point(12, 57); this.btnNew.Name = "btnNew"; this.btnNew.Size = new System.Drawing.Size(214, 36); this.btnNew.TabIndex = 21; this.btnNew.Click += new System.EventHandler(this.btnNew_Click); // // dataGridViewImageColumn1 // this.dataGridViewImageColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; this.dataGridViewImageColumn1.HeaderText = ""; this.dataGridViewImageColumn1.Image = ((System.Drawing.Image)(resources.GetObject("dataGridViewImageColumn1.Image"))); this.dataGridViewImageColumn1.Name = "dataGridViewImageColumn1"; // // timer1 // this.timer1.Tick += new System.EventHandler(this.Timer1_Tick); // // bottomPanel // this.bottomPanel.Controls.Add(this.customerSalesPanel); this.bottomPanel.Controls.Add(this.circularPanel1); this.bottomPanel.Controls.Add(this.usualPanel); this.bottomPanel.Controls.Add(this.panel2); this.bottomPanel.Dock = System.Windows.Forms.DockStyle.Bottom; this.bottomPanel.Location = new System.Drawing.Point(238, 406); this.bottomPanel.Name = "bottomPanel"; this.bottomPanel.Size = new System.Drawing.Size(879, 370); this.bottomPanel.TabIndex = 5; // // customerSalesPanel // this.customerSalesPanel.BackColor = System.Drawing.SystemColors.ButtonHighlight; this.customerSalesPanel.Controls.Add(this.magicButton4); this.customerSalesPanel.Controls.Add(this.magicButton5); this.customerSalesPanel.Controls.Add(this.magicButton7); this.customerSalesPanel.Controls.Add(this.magicButton6); this.customerSalesPanel.Dock = System.Windows.Forms.DockStyle.Bottom; this.customerSalesPanel.Location = new System.Drawing.Point(0, 196); this.customerSalesPanel.Name = "customerSalesPanel"; this.customerSalesPanel.Size = new System.Drawing.Size(879, 87); this.customerSalesPanel.TabIndex = 3; this.customerSalesPanel.Visible = false; // // magicButton4 // this.magicButton4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.magicButton4.Angle = 21F; this.magicButton4.BorderRadius = 20; this.magicButton4.ButtonImage = global::BiskLog_Point_Of_Sale.Properties.Resources.cancel; this.magicButton4.ButtonText = " [F10] Cancel"; this.magicButton4.ColorBottom = System.Drawing.Color.Crimson; this.magicButton4.ColorTop = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(124)))), ((int)(((byte)(206))))); this.magicButton4.Cursor = System.Windows.Forms.Cursors.Hand; this.magicButton4.Font = new System.Drawing.Font("Segoe UI", 12.5F); this.magicButton4.ForeColor = System.Drawing.Color.White; this.magicButton4.ForeColor1 = System.Drawing.Color.White; this.magicButton4.Location = new System.Drawing.Point(6, 27); this.magicButton4.Name = "magicButton4"; this.magicButton4.Size = new System.Drawing.Size(173, 40); this.magicButton4.TabIndex = 0; this.magicButton4.Click += new System.EventHandler(this.MagicButton2_Click); // // magicButton5 // this.magicButton5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.magicButton5.Angle = 338F; this.magicButton5.BorderRadius = 20; this.magicButton5.ButtonImage = global::BiskLog_Point_Of_Sale.Properties.Resources.settle; this.magicButton5.ButtonText = " [F11] Pay and Print"; this.magicButton5.ColorBottom = System.Drawing.Color.DodgerBlue; this.magicButton5.ColorTop = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(124)))), ((int)(((byte)(206))))); this.magicButton5.Cursor = System.Windows.Forms.Cursors.Hand; this.magicButton5.Font = new System.Drawing.Font("Segoe UI", 12.5F); this.magicButton5.ForeColor = System.Drawing.Color.White; this.magicButton5.ForeColor1 = System.Drawing.Color.White; this.magicButton5.Location = new System.Drawing.Point(645, 27); this.magicButton5.Name = "magicButton5"; this.magicButton5.Size = new System.Drawing.Size(222, 40); this.magicButton5.TabIndex = 3; this.magicButton5.Click += new System.EventHandler(this.magicButton5_Click); // // magicButton7 // this.magicButton7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.magicButton7.Angle = 125F; this.magicButton7.BorderRadius = 20; this.magicButton7.ButtonImage = global::BiskLog_Point_Of_Sale.Properties.Resources.settle; this.magicButton7.ButtonText = " [F12] Sell On Credit"; this.magicButton7.ColorBottom = System.Drawing.Color.OliveDrab; this.magicButton7.ColorTop = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(158)))), ((int)(((byte)(32))))); this.magicButton7.Cursor = System.Windows.Forms.Cursors.Hand; this.magicButton7.Font = new System.Drawing.Font("Segoe UI", 12.5F); this.magicButton7.ForeColor = System.Drawing.Color.White; this.magicButton7.ForeColor1 = System.Drawing.Color.White; this.magicButton7.Location = new System.Drawing.Point(201, 26); this.magicButton7.Name = "magicButton7"; this.magicButton7.Size = new System.Drawing.Size(203, 40); this.magicButton7.TabIndex = 1; this.magicButton7.Click += new System.EventHandler(this.magicButton7_Click); // // magicButton6 // this.magicButton6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.magicButton6.Angle = 34F; this.magicButton6.BorderRadius = 20; this.magicButton6.ButtonImage = global::BiskLog_Point_Of_Sale.Properties.Resources.settle; this.magicButton6.ButtonText = " [F7] Settle Payment"; this.magicButton6.ColorBottom = System.Drawing.Color.DarkGreen; this.magicButton6.ColorTop = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(124)))), ((int)(((byte)(206))))); this.magicButton6.Cursor = System.Windows.Forms.Cursors.Hand; this.magicButton6.Font = new System.Drawing.Font("Segoe UI", 12.5F); this.magicButton6.ForeColor = System.Drawing.Color.White; this.magicButton6.ForeColor1 = System.Drawing.Color.White; this.magicButton6.Location = new System.Drawing.Point(419, 26); this.magicButton6.Name = "magicButton6"; this.magicButton6.Size = new System.Drawing.Size(203, 40); this.magicButton6.TabIndex = 2; this.magicButton6.Click += new System.EventHandler(this.magicButton6_Click); // // circularPanel1 // this.circularPanel1.BackColor = System.Drawing.Color.LightGray; this.circularPanel1.Controls.Add(this.groupBox1); this.circularPanel1.Controls.Add(this.lblTransno); this.circularPanel1.Controls.Add(this.lblTotalCol); this.circularPanel1.Controls.Add(this.label11); this.circularPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.circularPanel1.Location = new System.Drawing.Point(0, 81); this.circularPanel1.Name = "circularPanel1"; this.circularPanel1.Size = new System.Drawing.Size(879, 202); this.circularPanel1.TabIndex = 2; // // groupBox1 // this.groupBox1.Controls.Add(this.gradientCurve1); this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.groupBox1.Font = new System.Drawing.Font("Segoe UI", 12F); this.groupBox1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.groupBox1.Location = new System.Drawing.Point(6, 6); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(430, 190); this.groupBox1.TabIndex = 20; this.groupBox1.TabStop = false; this.groupBox1.Text = "Customer Details"; this.groupBox1.Visible = false; // // gradientCurve1 // this.gradientCurve1.BorderRadius = 20; this.gradientCurve1.ColorBottomColor = System.Drawing.Color.White; this.gradientCurve1.ColorTopColor = System.Drawing.Color.DodgerBlue; this.gradientCurve1.Controls.Add(this.lblBal); this.gradientCurve1.Controls.Add(this.lblMail); this.gradientCurve1.Controls.Add(this.lblTel); this.gradientCurve1.Controls.Add(this.lblAddress); this.gradientCurve1.Controls.Add(this.label20); this.gradientCurve1.Controls.Add(this.lblName); this.gradientCurve1.Controls.Add(this.label18); this.gradientCurve1.Controls.Add(this.label16); this.gradientCurve1.Controls.Add(this.label14); this.gradientCurve1.Controls.Add(this.label12); this.gradientCurve1.Dock = System.Windows.Forms.DockStyle.Fill; this.gradientCurve1.Font = new System.Drawing.Font("Segoe UI", 12F); this.gradientCurve1.Location = new System.Drawing.Point(3, 25); this.gradientCurve1.Name = "gradientCurve1"; this.gradientCurve1.Size = new System.Drawing.Size(424, 162); this.gradientCurve1.TabIndex = 1; // // lblBal // this.lblBal.AutoSize = true; this.lblBal.BackColor = System.Drawing.Color.Transparent; this.lblBal.Font = new System.Drawing.Font("Segoe UI", 15F, System.Drawing.FontStyle.Bold); this.lblBal.Location = new System.Drawing.Point(162, 129); this.lblBal.Name = "lblBal"; this.lblBal.Size = new System.Drawing.Size(0, 28); this.lblBal.TabIndex = 1; // // lblMail // this.lblMail.AutoSize = true; this.lblMail.BackColor = System.Drawing.Color.Transparent; this.lblMail.Location = new System.Drawing.Point(162, 102); this.lblMail.Name = "lblMail"; this.lblMail.Size = new System.Drawing.Size(0, 21); this.lblMail.TabIndex = 2; // // lblTel // this.lblTel.AutoSize = true; this.lblTel.BackColor = System.Drawing.Color.Transparent; this.lblTel.Location = new System.Drawing.Point(162, 71); this.lblTel.Name = "lblTel"; this.lblTel.Size = new System.Drawing.Size(0, 21); this.lblTel.TabIndex = 3; // // lblAddress // this.lblAddress.AutoSize = true; this.lblAddress.BackColor = System.Drawing.Color.Transparent; this.lblAddress.Location = new System.Drawing.Point(162, 38); this.lblAddress.Name = "lblAddress"; this.lblAddress.Size = new System.Drawing.Size(0, 21); this.lblAddress.TabIndex = 4; // // label20 // this.label20.AutoSize = true; this.label20.BackColor = System.Drawing.Color.Transparent; this.label20.Location = new System.Drawing.Point(13, 133); this.label20.Name = "label20"; this.label20.Size = new System.Drawing.Size(123, 21); this.label20.TabIndex = 5; this.label20.Text = "Account Balance"; // // lblName // this.lblName.AutoSize = true; this.lblName.BackColor = System.Drawing.Color.Transparent; this.lblName.Location = new System.Drawing.Point(162, 7); this.lblName.Name = "lblName"; this.lblName.Size = new System.Drawing.Size(0, 21); this.lblName.TabIndex = 6; this.lblName.TextChanged += new System.EventHandler(this.lblName_TextChanged); // // label18 // this.label18.AutoSize = true; this.label18.BackColor = System.Drawing.Color.Transparent; this.label18.Location = new System.Drawing.Point(13, 102); this.label18.Name = "label18"; this.label18.Size = new System.Drawing.Size(48, 21); this.label18.TabIndex = 7; this.label18.Text = "Email"; // // label16 // this.label16.AutoSize = true; this.label16.BackColor = System.Drawing.Color.Transparent; this.label16.Location = new System.Drawing.Point(13, 71); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(80, 21); this.label16.TabIndex = 8; this.label16.Text = "Telephone"; // // label14 // this.label14.AutoSize = true; this.label14.BackColor = System.Drawing.Color.Transparent; this.label14.Location = new System.Drawing.Point(13, 38); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(66, 21); this.label14.TabIndex = 9; this.label14.Text = "Address"; // // label12 // this.label12.AutoSize = true; this.label12.BackColor = System.Drawing.Color.Transparent; this.label12.Location = new System.Drawing.Point(13, 8); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(124, 21); this.label12.TabIndex = 10; this.label12.Text = "Customer Name"; // // lblTransno // this.lblTransno.AutoSize = true; this.lblTransno.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblTransno.ForeColor = System.Drawing.Color.DarkRed; this.lblTransno.Location = new System.Drawing.Point(522, 46); this.lblTransno.Name = "lblTransno"; this.lblTransno.Size = new System.Drawing.Size(113, 17); this.lblTransno.TabIndex = 19; this.lblTransno.Text = "000000000000000"; this.lblTransno.Visible = false; // // lblTotalCol // this.lblTotalCol.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.lblTotalCol.Font = new System.Drawing.Font("Segoe UI", 18.25F, System.Drawing.FontStyle.Bold); this.lblTotalCol.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.lblTotalCol.Location = new System.Drawing.Point(691, 6); this.lblTotalCol.Name = "lblTotalCol"; this.lblTotalCol.Size = new System.Drawing.Size(187, 40); this.lblTotalCol.TabIndex = 18; this.lblTotalCol.Text = "0.00"; this.lblTotalCol.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label11 // this.label11.AutoSize = true; this.label11.Font = new System.Drawing.Font("Segoe UI", 18F, System.Drawing.FontStyle.Bold); this.label11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.label11.Location = new System.Drawing.Point(508, 14); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(160, 32); this.label11.TabIndex = 13; this.label11.Text = "Amount Due"; // // usualPanel // this.usualPanel.BackColor = System.Drawing.SystemColors.ButtonHighlight; this.usualPanel.Controls.Add(this.magicButton2); this.usualPanel.Controls.Add(this.magicButton3); this.usualPanel.Controls.Add(this.magicButton1); this.usualPanel.Dock = System.Windows.Forms.DockStyle.Bottom; this.usualPanel.Location = new System.Drawing.Point(0, 283); this.usualPanel.Name = "usualPanel"; this.usualPanel.Size = new System.Drawing.Size(879, 87); this.usualPanel.TabIndex = 1; // // magicButton2 // this.magicButton2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.magicButton2.Angle = 213F; this.magicButton2.BorderRadius = 20; this.magicButton2.ButtonImage = global::BiskLog_Point_Of_Sale.Properties.Resources.cancel; this.magicButton2.ButtonText = " [F10] Cancel"; this.magicButton2.ColorBottom = System.Drawing.Color.Crimson; this.magicButton2.ColorTop = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(124)))), ((int)(((byte)(206))))); this.magicButton2.Cursor = System.Windows.Forms.Cursors.Hand; this.magicButton2.Font = new System.Drawing.Font("Segoe UI", 12.5F); this.magicButton2.ForeColor = System.Drawing.Color.White; this.magicButton2.ForeColor1 = System.Drawing.Color.White; this.magicButton2.Location = new System.Drawing.Point(203, 27); this.magicButton2.Name = "magicButton2"; this.magicButton2.Size = new System.Drawing.Size(173, 40); this.magicButton2.TabIndex = 0; this.magicButton2.Click += new System.EventHandler(this.MagicButton2_Click); // // magicButton3 // this.magicButton3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.magicButton3.Angle = 140F; this.magicButton3.BorderRadius = 20; this.magicButton3.ButtonImage = global::BiskLog_Point_Of_Sale.Properties.Resources.settle; this.magicButton3.ButtonText = " [F11] Pay and Print"; this.magicButton3.ColorBottom = System.Drawing.Color.DodgerBlue; this.magicButton3.ColorTop = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(124)))), ((int)(((byte)(206))))); this.magicButton3.Cursor = System.Windows.Forms.Cursors.Hand; this.magicButton3.Font = new System.Drawing.Font("Segoe UI", 12.5F); this.magicButton3.ForeColor = System.Drawing.Color.White; this.magicButton3.ForeColor1 = System.Drawing.Color.White; this.magicButton3.Location = new System.Drawing.Point(642, 27); this.magicButton3.Name = "magicButton3"; this.magicButton3.Size = new System.Drawing.Size(224, 40); this.magicButton3.TabIndex = 2; this.magicButton3.Click += new System.EventHandler(this.magicButton3_Click); // // magicButton1 // this.magicButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.magicButton1.Angle = 234F; this.magicButton1.BorderRadius = 20; this.magicButton1.ButtonImage = global::BiskLog_Point_Of_Sale.Properties.Resources.settle; this.magicButton1.ButtonText = " [F7] Settle Payment"; this.magicButton1.ColorBottom = System.Drawing.Color.DarkGreen; this.magicButton1.ColorTop = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(124)))), ((int)(((byte)(206))))); this.magicButton1.Cursor = System.Windows.Forms.Cursors.Hand; this.magicButton1.Font = new System.Drawing.Font("Segoe UI", 12.5F); this.magicButton1.ForeColor = System.Drawing.Color.White; this.magicButton1.ForeColor1 = System.Drawing.Color.White; this.magicButton1.Location = new System.Drawing.Point(416, 26); this.magicButton1.Name = "magicButton1"; this.magicButton1.Size = new System.Drawing.Size(203, 40); this.magicButton1.TabIndex = 1; this.magicButton1.Click += new System.EventHandler(this.btnSettle_Click); // // panel2 // this.panel2.BackColor = System.Drawing.SystemColors.ButtonHighlight; this.panel2.Controls.Add(this.lblTax); this.panel2.Controls.Add(this.lbldiscount); this.panel2.Controls.Add(this.LBLsubtotal); this.panel2.Controls.Add(this.lblDate); this.panel2.Controls.Add(this.label4); this.panel2.Controls.Add(this.label8); this.panel2.Controls.Add(this.label10); this.panel2.Controls.Add(this.label9); this.panel2.Dock = System.Windows.Forms.DockStyle.Top; this.panel2.Location = new System.Drawing.Point(0, 0); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(879, 81); this.panel2.TabIndex = 0; // // lblTax // this.lblTax.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.lblTax.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold); this.lblTax.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.lblTax.Location = new System.Drawing.Point(694, 51); this.lblTax.Name = "lblTax"; this.lblTax.Size = new System.Drawing.Size(183, 29); this.lblTax.TabIndex = 17; this.lblTax.Text = "0.00"; this.lblTax.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // lbldiscount // this.lbldiscount.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.lbldiscount.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold); this.lbldiscount.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.lbldiscount.Location = new System.Drawing.Point(693, 25); this.lbldiscount.Name = "lbldiscount"; this.lbldiscount.Size = new System.Drawing.Size(183, 27); this.lbldiscount.TabIndex = 16; this.lbldiscount.Text = "0.00"; this.lbldiscount.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.lbldiscount.TextChanged += new System.EventHandler(this.lbldiscount_TextChanged); // // LBLsubtotal // this.LBLsubtotal.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.LBLsubtotal.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold); this.LBLsubtotal.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.LBLsubtotal.Location = new System.Drawing.Point(693, 0); this.LBLsubtotal.Name = "LBLsubtotal"; this.LBLsubtotal.Size = new System.Drawing.Size(183, 26); this.LBLsubtotal.TabIndex = 15; this.LBLsubtotal.Text = "0.00"; this.LBLsubtotal.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // lblDate // this.lblDate.AutoSize = true; this.lblDate.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold); this.lblDate.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.lblDate.Location = new System.Drawing.Point(59, 25); this.lblDate.Name = "lblDate"; this.lblDate.Size = new System.Drawing.Size(0, 21); this.lblDate.TabIndex = 20; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold); this.label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.label4.Location = new System.Drawing.Point(6, 25); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(46, 21); this.label4.TabIndex = 20; this.label4.Text = "Date"; // // label8 // this.label8.AutoSize = true; this.label8.Font = new System.Drawing.Font("Segoe UI", 12F); this.label8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.label8.Location = new System.Drawing.Point(600, 2); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(79, 21); this.label8.TabIndex = 20; this.label8.Text = "Sub- Total"; // // label10 // this.label10.AutoSize = true; this.label10.Font = new System.Drawing.Font("Segoe UI", 12F); this.label10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.label10.Location = new System.Drawing.Point(600, 51); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(71, 21); this.label10.TabIndex = 14; this.label10.Text = "Tax (VAT)"; // // label9 // this.label9.AutoSize = true; this.label9.Font = new System.Drawing.Font("Segoe UI", 12F); this.label9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.label9.Location = new System.Drawing.Point(600, 27); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(71, 21); this.label9.TabIndex = 19; this.label9.Text = "Discount"; // // dataGridView1 // this.dataGridView1.AllowUserToAddRows = false; this.dataGridView1.AllowUserToDeleteRows = false; this.dataGridView1.AllowUserToOrderColumns = true; this.dataGridView1.AllowUserToResizeColumns = false; this.dataGridView1.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.SystemColors.Highlight; dataGridViewCellStyle1.SelectionForeColor = System.Drawing.Color.White; this.dataGridView1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.dataGridView1.BackgroundColor = System.Drawing.Color.White; this.dataGridView1.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None; this.dataGridView1.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", 9F); dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; this.dataGridView1.ColumnHeadersHeight = 30; this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Column1, this.id, this.Column3, this.price, this.qty, this.unit, this.total, this.unitCode, this.distinctiveCode, this.Delete}); this.dataGridView1.Cursor = System.Windows.Forms.Cursors.Hand; dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle3.Font = new System.Drawing.Font("Segoe UI", 9F); dataGridViewCellStyle3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.White; dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dataGridView1.DefaultCellStyle = dataGridViewCellStyle3; this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill; this.dataGridView1.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically; this.dataGridView1.EnableHeadersVisualStyles = false; this.dataGridView1.Location = new System.Drawing.Point(238, 39); this.dataGridView1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.ReadOnly = true; this.dataGridView1.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None; dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.ActiveCaptionText; dataGridViewCellStyle4.Font = new System.Drawing.Font("Segoe UI", 9F); dataGridViewCellStyle4.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dataGridView1.RowHeadersDefaultCellStyle = dataGridViewCellStyle4; this.dataGridView1.RowHeadersVisible = false; dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle5.Font = new System.Drawing.Font("Segoe UI", 12F); dataGridViewCellStyle5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.White; this.dataGridView1.RowsDefaultCellStyle = dataGridViewCellStyle5; this.dataGridView1.RowTemplate.Height = 40; this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dataGridView1.Size = new System.Drawing.Size(879, 367); this.dataGridView1.TabIndex = 6; this.dataGridView1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick); // // Column1 // this.Column1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; this.Column1.HeaderText = "#"; this.Column1.Name = "Column1"; this.Column1.ReadOnly = true; this.Column1.Width = 37; // // id // this.id.HeaderText = "id"; this.id.Name = "id"; this.id.ReadOnly = true; this.id.Visible = false; // // Column3 // this.Column3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.Column3.HeaderText = "Product Name"; this.Column3.Name = "Column3"; this.Column3.ReadOnly = true; // // price // this.price.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; this.price.HeaderText = "Price"; this.price.Name = "price"; this.price.ReadOnly = true; this.price.Width = 56; // // qty // this.qty.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; this.qty.HeaderText = "Qty"; this.qty.Name = "qty"; this.qty.ReadOnly = true; this.qty.Width = 49; // // unit // this.unit.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; this.unit.HeaderText = "Unit"; this.unit.Name = "unit"; this.unit.ReadOnly = true; this.unit.Width = 52; // // total // this.total.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; this.total.HeaderText = "Total"; this.total.Name = "total"; this.total.ReadOnly = true; this.total.Width = 55; // // unitCode // this.unitCode.HeaderText = "unitCode"; this.unitCode.Name = "unitCode"; this.unitCode.ReadOnly = true; this.unitCode.Visible = false; // // distinctiveCode // this.distinctiveCode.HeaderText = "distinctive"; this.distinctiveCode.Name = "distinctiveCode"; this.distinctiveCode.ReadOnly = true; this.distinctiveCode.Visible = false; // // Delete // this.Delete.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; this.Delete.HeaderText = ""; this.Delete.Image = ((System.Drawing.Image)(resources.GetObject("Delete.Image"))); this.Delete.Name = "Delete"; this.Delete.ReadOnly = true; this.Delete.Width = 5; // // NewSalesPOS // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScroll = true; this.ClientSize = new System.Drawing.Size(1117, 776); this.ControlBox = false; this.Controls.Add(this.dataGridView1); this.Controls.Add(this.bottomPanel); this.Controls.Add(this.panel3); this.Controls.Add(this.panel1); this.Font = new System.Drawing.Font("Segoe UI", 9F); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "NewSalesPOS"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "BISKILOG POS"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.Load += new System.EventHandler(this.SalesPOS_Load); this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.SalesPOS_KeyDown); this.panel1.ResumeLayout(false); this.gradientPanel2.ResumeLayout(false); this.gradientPanel2.PerformLayout(); this.panel3.ResumeLayout(false); this.gradientPanel1.ResumeLayout(false); this.bottomPanel.ResumeLayout(false); this.customerSalesPanel.ResumeLayout(false); this.circularPanel1.ResumeLayout(false); this.circularPanel1.PerformLayout(); this.groupBox1.ResumeLayout(false); this.gradientCurve1.ResumeLayout(false); this.gradientCurve1.PerformLayout(); this.usualPanel.ResumeLayout(false); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Panel panel3; private MetroFramework.Controls.MetroTextBox txtSearch; private BiskLog_Point_Of_Sale.Classes.gradientPanel gradientPanel1; private BiskLog_Point_Of_Sale.Classes.gradientPanel gradientPanel2; private BiskLog_Point_Of_Sale.Classes.MagicButton btnNew; private BiskLog_Point_Of_Sale.Classes.MagicButton btnDaily; private BiskLog_Point_Of_Sale.Classes.MagicButton btnCancel; private BiskLog_Point_Of_Sale.Classes.MagicButton btnDiscount; private BiskLog_Point_Of_Sale.Classes.MagicButton btnSearch; private System.Windows.Forms.DataGridViewImageColumn dataGridViewImageColumn1; private System.Windows.Forms.Label timeStamp; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label cashierName; private System.Windows.Forms.Label label1; private System.Windows.Forms.Timer timer1; private System.Windows.Forms.Label customer; private System.Windows.Forms.Panel bottomPanel; private System.Windows.Forms.Panel customerSalesPanel; private BiskLog_Point_Of_Sale.Classes.MagicButton magicButton4; private BiskLog_Point_Of_Sale.Classes.MagicButton magicButton5; private BiskLog_Point_Of_Sale.Classes.MagicButton magicButton7; private BiskLog_Point_Of_Sale.Classes.MagicButton magicButton6; private circularPanel circularPanel1; private System.Windows.Forms.GroupBox groupBox1; private BiskLog_Point_Of_Sale.Classes.GradientCurve gradientCurve1; private System.Windows.Forms.Label lblBal; private System.Windows.Forms.Label lblMail; private System.Windows.Forms.Label lblTel; private System.Windows.Forms.Label lblAddress; private System.Windows.Forms.Label label20; private System.Windows.Forms.Label lblName; private System.Windows.Forms.Label label18; private System.Windows.Forms.Label label16; private System.Windows.Forms.Label label14; private System.Windows.Forms.Label label12; public System.Windows.Forms.Label lblTransno; private System.Windows.Forms.Label lblTotalCol; private System.Windows.Forms.Label label11; private System.Windows.Forms.Panel usualPanel; private BiskLog_Point_Of_Sale.Classes.MagicButton magicButton2; private BiskLog_Point_Of_Sale.Classes.MagicButton magicButton3; private BiskLog_Point_Of_Sale.Classes.MagicButton magicButton1; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Label lblTax; private System.Windows.Forms.Label lbldiscount; private System.Windows.Forms.Label LBLsubtotal; private System.Windows.Forms.Label lblDate; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label10; private System.Windows.Forms.Label label9; private BiskLog_Point_Of_Sale.Classes.MagicButton magicButton8; private System.Windows.Forms.DataGridView dataGridView1; private System.Windows.Forms.DataGridViewTextBoxColumn Column1; private System.Windows.Forms.DataGridViewTextBoxColumn id; private System.Windows.Forms.DataGridViewTextBoxColumn Column3; private System.Windows.Forms.DataGridViewTextBoxColumn price; private System.Windows.Forms.DataGridViewTextBoxColumn qty; private System.Windows.Forms.DataGridViewTextBoxColumn unit; private System.Windows.Forms.DataGridViewTextBoxColumn total; private System.Windows.Forms.DataGridViewTextBoxColumn unitCode; private System.Windows.Forms.DataGridViewTextBoxColumn distinctiveCode; private System.Windows.Forms.DataGridViewImageColumn Delete; } }