You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
229 lines
13 KiB
229 lines
13 KiB
3 months ago
|
namespace BiskLog_Point_Of_Sale.Customer
|
||
|
{
|
||
|
partial class Finance
|
||
|
{
|
||
|
/// <summary>
|
||
|
/// Required designer variable.
|
||
|
/// </summary>
|
||
|
private System.ComponentModel.IContainer components = null;
|
||
|
|
||
|
/// <summary>
|
||
|
/// Clean up any resources being used.
|
||
|
/// </summary>
|
||
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
||
|
protected override void Dispose(bool disposing)
|
||
|
{
|
||
|
if (disposing && (components != null))
|
||
|
{
|
||
|
components.Dispose();
|
||
|
}
|
||
|
base.Dispose(disposing);
|
||
|
}
|
||
|
|
||
|
#region Windows Form Designer generated code
|
||
|
|
||
|
/// <summary>
|
||
|
/// Required method for Designer support - do not modify
|
||
|
/// the contents of this method with the code editor.
|
||
|
/// </summary>
|
||
|
private void InitializeComponent()
|
||
|
{
|
||
|
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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Finance));
|
||
|
this.dataGridView1 = new System.Windows.Forms.DataGridView();
|
||
|
this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
|
this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
|
this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
|
this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
|
this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
|
this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
|
this.gradientPanel1 = new BiskLog_Point_Of_Sale.Classes.gradientPanel();
|
||
|
this.acBal = new System.Windows.Forms.Label();
|
||
|
this.holding = new MetroFramework.Controls.MetroProgressSpinner();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
|
||
|
this.gradientPanel1.SuspendLayout();
|
||
|
this.SuspendLayout();
|
||
|
//
|
||
|
// dataGridView1
|
||
|
//
|
||
|
this.dataGridView1.AllowUserToAddRows = false;
|
||
|
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.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||
|
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", 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.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.Column3,
|
||
|
this.Column4,
|
||
|
this.Column5,
|
||
|
this.Column6,
|
||
|
this.Column2});
|
||
|
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", 12F);
|
||
|
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.EnableHeadersVisualStyles = false;
|
||
|
this.dataGridView1.Location = new System.Drawing.Point(0, 43);
|
||
|
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", 12F);
|
||
|
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;
|
||
|
this.dataGridView1.RowTemplate.Height = 40;
|
||
|
this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
||
|
this.dataGridView1.Size = new System.Drawing.Size(828, 622);
|
||
|
this.dataGridView1.TabIndex = 7;
|
||
|
//
|
||
|
// Column1
|
||
|
//
|
||
|
this.Column1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
||
|
this.Column1.HeaderText = "Date";
|
||
|
this.Column1.Name = "Column1";
|
||
|
this.Column1.ReadOnly = true;
|
||
|
this.Column1.Width = 65;
|
||
|
//
|
||
|
// Column3
|
||
|
//
|
||
|
this.Column3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
||
|
this.Column3.HeaderText = "Description";
|
||
|
this.Column3.Name = "Column3";
|
||
|
this.Column3.ReadOnly = true;
|
||
|
//
|
||
|
// Column4
|
||
|
//
|
||
|
this.Column4.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
||
|
this.Column4.HeaderText = "Transaction ID";
|
||
|
this.Column4.Name = "Column4";
|
||
|
this.Column4.ReadOnly = true;
|
||
|
this.Column4.Width = 131;
|
||
|
//
|
||
|
// Column5
|
||
|
//
|
||
|
this.Column5.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
||
|
this.Column5.HeaderText = "Debit";
|
||
|
this.Column5.Name = "Column5";
|
||
|
this.Column5.ReadOnly = true;
|
||
|
this.Column5.Width = 70;
|
||
|
//
|
||
|
// Column6
|
||
|
//
|
||
|
this.Column6.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
||
|
this.Column6.HeaderText = "Credit";
|
||
|
this.Column6.Name = "Column6";
|
||
|
this.Column6.ReadOnly = true;
|
||
|
this.Column6.Width = 75;
|
||
|
//
|
||
|
// Column2
|
||
|
//
|
||
|
this.Column2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
||
|
this.Column2.HeaderText = "Balance";
|
||
|
this.Column2.Name = "Column2";
|
||
|
this.Column2.ReadOnly = true;
|
||
|
this.Column2.Width = 86;
|
||
|
//
|
||
|
// 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.acBal);
|
||
|
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(828, 43);
|
||
|
this.gradientPanel1.TabIndex = 0;
|
||
|
//
|
||
|
// acBal
|
||
|
//
|
||
|
this.acBal.BackColor = System.Drawing.Color.Transparent;
|
||
|
this.acBal.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
|
this.acBal.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
|
||
|
this.acBal.ForeColor = System.Drawing.Color.White;
|
||
|
this.acBal.Location = new System.Drawing.Point(0, 0);
|
||
|
this.acBal.Name = "acBal";
|
||
|
this.acBal.Padding = new System.Windows.Forms.Padding(0, 0, 50, 0);
|
||
|
this.acBal.Size = new System.Drawing.Size(828, 43);
|
||
|
this.acBal.TabIndex = 0;
|
||
|
this.acBal.Text = "Account Balance : 0000.00";
|
||
|
this.acBal.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
|
//
|
||
|
// holding
|
||
|
//
|
||
|
this.holding.Location = new System.Drawing.Point(389, 308);
|
||
|
this.holding.Maximum = 100;
|
||
|
this.holding.Name = "holding";
|
||
|
this.holding.Size = new System.Drawing.Size(51, 48);
|
||
|
this.holding.TabIndex = 8;
|
||
|
this.holding.UseSelectable = true;
|
||
|
this.holding.Visible = false;
|
||
|
//
|
||
|
// Finance
|
||
|
//
|
||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
|
this.ClientSize = new System.Drawing.Size(828, 665);
|
||
|
this.Controls.Add(this.holding);
|
||
|
this.Controls.Add(this.dataGridView1);
|
||
|
this.Controls.Add(this.gradientPanel1);
|
||
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
||
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||
|
this.Name = "Finance";
|
||
|
this.ShowIcon = false;
|
||
|
this.ShowInTaskbar = false;
|
||
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
||
|
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
|
||
|
this.Load += new System.EventHandler(this.Finance_Load);
|
||
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
|
||
|
this.gradientPanel1.ResumeLayout(false);
|
||
|
this.ResumeLayout(false);
|
||
|
|
||
|
}
|
||
|
|
||
|
#endregion
|
||
|
|
||
|
private Classes.gradientPanel gradientPanel1;
|
||
|
private System.Windows.Forms.Label acBal;
|
||
|
private System.Windows.Forms.DataGridView dataGridView1;
|
||
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
|
||
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
|
||
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
|
||
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
|
||
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
|
||
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
|
||
|
private MetroFramework.Controls.MetroProgressSpinner holding;
|
||
|
}
|
||
|
}
|