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.
282 lines
16 KiB
282 lines
16 KiB
namespace Point_Of_Sale_Managment
|
|
{
|
|
partial class DailySales
|
|
{
|
|
/// <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(DailySales));
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.dailyIncome = new System.Windows.Forms.Label();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.numberCustomers = new System.Windows.Forms.Label();
|
|
this.holding = new MetroFramework.Controls.MetroProgressSpinner();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.dataGridView1 = new System.Windows.Forms.DataGridView();
|
|
this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
|
|
this.label1.Location = new System.Drawing.Point(23, 31);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(101, 21);
|
|
this.label1.TabIndex = 6;
|
|
this.label1.Text = "SELECT DATE";
|
|
//
|
|
// dateTimePicker1
|
|
//
|
|
this.dateTimePicker1.Location = new System.Drawing.Point(222, 25);
|
|
this.dateTimePicker1.Name = "dateTimePicker1";
|
|
this.dateTimePicker1.Size = new System.Drawing.Size(299, 29);
|
|
this.dateTimePicker1.TabIndex = 8;
|
|
this.dateTimePicker1.ValueChanged += new System.EventHandler(this.DateTimePicker1_ValueChanged);
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
|
|
this.label2.Location = new System.Drawing.Point(23, 66);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(117, 21);
|
|
this.label2.TabIndex = 9;
|
|
this.label2.Text = "TOTAL INCOME";
|
|
//
|
|
// dailyIncome
|
|
//
|
|
this.dailyIncome.AutoSize = true;
|
|
this.dailyIncome.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
|
|
this.dailyIncome.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
|
|
this.dailyIncome.Location = new System.Drawing.Point(218, 66);
|
|
this.dailyIncome.Name = "dailyIncome";
|
|
this.dailyIncome.Size = new System.Drawing.Size(50, 21);
|
|
this.dailyIncome.TabIndex = 10;
|
|
this.dailyIncome.Text = "00.00";
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
|
|
this.label4.Location = new System.Drawing.Point(23, 98);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(93, 21);
|
|
this.label4.TabIndex = 9;
|
|
this.label4.Text = "All Sales by ";
|
|
//
|
|
// numberCustomers
|
|
//
|
|
this.numberCustomers.AutoSize = true;
|
|
this.numberCustomers.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
|
|
this.numberCustomers.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
|
|
this.numberCustomers.Location = new System.Drawing.Point(218, 98);
|
|
this.numberCustomers.Name = "numberCustomers";
|
|
this.numberCustomers.Size = new System.Drawing.Size(19, 21);
|
|
this.numberCustomers.TabIndex = 10;
|
|
this.numberCustomers.Text = "0";
|
|
//
|
|
// holding
|
|
//
|
|
this.holding.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.holding.Location = new System.Drawing.Point(359, 292);
|
|
this.holding.Maximum = 100;
|
|
this.holding.Name = "holding";
|
|
this.holding.Size = new System.Drawing.Size(47, 45);
|
|
this.holding.TabIndex = 13;
|
|
this.holding.UseSelectable = true;
|
|
this.holding.Visible = false;
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.BackColor = System.Drawing.Color.Transparent;
|
|
this.label6.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.label6.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
|
|
this.label6.ForeColor = System.Drawing.SystemColors.Control;
|
|
this.label6.Location = new System.Drawing.Point(0, 0);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(539, 33);
|
|
this.label6.TabIndex = 1;
|
|
this.label6.Text = "DAILY SALES";
|
|
this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// dataGridView1
|
|
//
|
|
this.dataGridView1.AllowUserToAddRows = false;
|
|
this.dataGridView1.AllowUserToResizeColumns = false;
|
|
this.dataGridView1.AllowUserToResizeRows = false;
|
|
dataGridViewCellStyle1.BackColor = System.Drawing.Color.White;
|
|
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.White;
|
|
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
|
|
this.dataGridView1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
|
|
this.dataGridView1.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.dataGridView1.BackgroundColor = System.Drawing.Color.White;
|
|
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.Column5,
|
|
this.Column3,
|
|
this.Column2,
|
|
this.Column6});
|
|
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.Color.White;
|
|
dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
|
|
dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
|
this.dataGridView1.DefaultCellStyle = dataGridViewCellStyle3;
|
|
this.dataGridView1.EnableHeadersVisualStyles = false;
|
|
this.dataGridView1.Location = new System.Drawing.Point(-1, 150);
|
|
this.dataGridView1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.dataGridView1.Name = "dataGridView1";
|
|
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.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
this.dataGridView1.Size = new System.Drawing.Size(816, 461);
|
|
this.dataGridView1.TabIndex = 5;
|
|
this.dataGridView1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellClick);
|
|
//
|
|
// Column1
|
|
//
|
|
this.Column1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
|
this.Column1.HeaderText = "#";
|
|
this.Column1.Name = "Column1";
|
|
this.Column1.ReadOnly = true;
|
|
this.Column1.Width = 42;
|
|
//
|
|
// Column5
|
|
//
|
|
this.Column5.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
this.Column5.HeaderText = "Customer Name";
|
|
this.Column5.Name = "Column5";
|
|
this.Column5.ReadOnly = true;
|
|
//
|
|
// Column3
|
|
//
|
|
this.Column3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
|
this.Column3.HeaderText = "Receipt Number";
|
|
this.Column3.Name = "Column3";
|
|
this.Column3.ReadOnly = true;
|
|
this.Column3.Width = 146;
|
|
//
|
|
// Column2
|
|
//
|
|
this.Column2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
|
this.Column2.HeaderText = "Time";
|
|
this.Column2.Name = "Column2";
|
|
this.Column2.Width = 67;
|
|
//
|
|
// Column6
|
|
//
|
|
this.Column6.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
|
this.Column6.HeaderText = "Total";
|
|
this.Column6.Name = "Column6";
|
|
this.Column6.Width = 65;
|
|
//
|
|
// DailySales
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(815, 612);
|
|
this.Controls.Add(this.holding);
|
|
this.Controls.Add(this.numberCustomers);
|
|
this.Controls.Add(this.dailyIncome);
|
|
this.Controls.Add(this.label4);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.dateTimePicker1);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.dataGridView1);
|
|
this.Cursor = System.Windows.Forms.Cursors.Default;
|
|
this.Font = new System.Drawing.Font("Segoe UI", 12F);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.KeyPreview = true;
|
|
this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "DailySales";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "Daily Sales";
|
|
this.Load += new System.EventHandler(this.DateTimePicker1_ValueChanged);
|
|
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.DailySales_KeyDown);
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.DateTimePicker dateTimePicker1;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label dailyIncome;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Label numberCustomers;
|
|
private System.Windows.Forms.Label label6;
|
|
private MetroFramework.Controls.MetroProgressSpinner holding;
|
|
private System.Windows.Forms.DataGridView dataGridView1;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
|
|
}
|
|
}
|