5e64209b76
Chore: Fixed some Form_Load function names as they were copied from old forms and were not neat. Feature: Management BI Improved and should be pretty much solid by now.
197 lines
9.3 KiB
C#
197 lines
9.3 KiB
C#
namespace Tanshu.Accounts.PointOfSale
|
|
{
|
|
partial class SaleDetailForm
|
|
{
|
|
/// <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();
|
|
this.dgvSale = new System.Windows.Forms.DataGridView();
|
|
this.dtpFinish = new System.Windows.Forms.DateTimePicker();
|
|
this.dtpStart = new System.Windows.Forms.DateTimePicker();
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
this.btnPrint = new System.Windows.Forms.Button();
|
|
this.btnExport = new System.Windows.Forms.Button();
|
|
this.button2 = new System.Windows.Forms.Button();
|
|
this.NameColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Sale = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.NC = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvSale)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// dgvSale
|
|
//
|
|
this.dgvSale.AllowUserToAddRows = false;
|
|
this.dgvSale.AllowUserToDeleteRows = false;
|
|
this.dgvSale.AllowUserToResizeRows = false;
|
|
this.dgvSale.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.dgvSale.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
|
|
this.dgvSale.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.dgvSale.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.NameColumn,
|
|
this.Sale,
|
|
this.NC});
|
|
this.dgvSale.Location = new System.Drawing.Point(12, 41);
|
|
this.dgvSale.MultiSelect = false;
|
|
this.dgvSale.Name = "dgvSale";
|
|
this.dgvSale.ReadOnly = true;
|
|
this.dgvSale.RowHeadersVisible = false;
|
|
this.dgvSale.RowTemplate.Height = 19;
|
|
this.dgvSale.RowTemplate.ReadOnly = true;
|
|
this.dgvSale.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
this.dgvSale.Size = new System.Drawing.Size(335, 385);
|
|
this.dgvSale.TabIndex = 14;
|
|
//
|
|
// dtpFinish
|
|
//
|
|
this.dtpFinish.CustomFormat = "dd-MMM-yyyy";
|
|
this.dtpFinish.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
|
this.dtpFinish.Location = new System.Drawing.Point(168, 12);
|
|
this.dtpFinish.Name = "dtpFinish";
|
|
this.dtpFinish.Size = new System.Drawing.Size(90, 20);
|
|
this.dtpFinish.TabIndex = 21;
|
|
this.dtpFinish.ValueChanged += new System.EventHandler(this.dtpFinish_ValueChanged);
|
|
//
|
|
// dtpStart
|
|
//
|
|
this.dtpStart.CustomFormat = "dd-MMM-yyyy";
|
|
this.dtpStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
|
this.dtpStart.Location = new System.Drawing.Point(12, 12);
|
|
this.dtpStart.Name = "dtpStart";
|
|
this.dtpStart.Size = new System.Drawing.Size(90, 20);
|
|
this.dtpStart.TabIndex = 20;
|
|
this.dtpStart.ValueChanged += new System.EventHandler(this.dtpStart_ValueChanged);
|
|
//
|
|
// label10
|
|
//
|
|
this.label10.AutoSize = true;
|
|
this.label10.Location = new System.Drawing.Point(108, 16);
|
|
this.label10.Name = "label10";
|
|
this.label10.Size = new System.Drawing.Size(54, 13);
|
|
this.label10.TabIndex = 22;
|
|
this.label10.Text = "<- Date ->";
|
|
//
|
|
// btnPrint
|
|
//
|
|
this.btnPrint.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.btnPrint.Location = new System.Drawing.Point(12, 432);
|
|
this.btnPrint.Name = "btnPrint";
|
|
this.btnPrint.Size = new System.Drawing.Size(75, 75);
|
|
this.btnPrint.TabIndex = 28;
|
|
this.btnPrint.Text = "Print";
|
|
this.btnPrint.UseVisualStyleBackColor = true;
|
|
this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
|
|
//
|
|
// btnExport
|
|
//
|
|
this.btnExport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.btnExport.Location = new System.Drawing.Point(93, 432);
|
|
this.btnExport.Name = "btnExport";
|
|
this.btnExport.Size = new System.Drawing.Size(75, 75);
|
|
this.btnExport.TabIndex = 29;
|
|
this.btnExport.Text = "Export";
|
|
this.btnExport.UseVisualStyleBackColor = true;
|
|
this.btnExport.Click += new System.EventHandler(this.btnExport_Click);
|
|
//
|
|
// button2
|
|
//
|
|
this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.button2.Location = new System.Drawing.Point(272, 432);
|
|
this.button2.Name = "button2";
|
|
this.button2.Size = new System.Drawing.Size(75, 75);
|
|
this.button2.TabIndex = 30;
|
|
this.button2.Text = "&Close";
|
|
this.button2.UseVisualStyleBackColor = true;
|
|
this.button2.Click += new System.EventHandler(this.button2_Click);
|
|
//
|
|
// NameColumn
|
|
//
|
|
this.NameColumn.DataPropertyName = "Name";
|
|
this.NameColumn.HeaderText = "Name";
|
|
this.NameColumn.Name = "NameColumn";
|
|
this.NameColumn.ReadOnly = true;
|
|
this.NameColumn.Width = 60;
|
|
//
|
|
// Sale
|
|
//
|
|
this.Sale.DataPropertyName = "Sale";
|
|
dataGridViewCellStyle1.Format = "#,##0.00;(#,##0.00);0";
|
|
this.Sale.DefaultCellStyle = dataGridViewCellStyle1;
|
|
this.Sale.HeaderText = "Sale";
|
|
this.Sale.Name = "Sale";
|
|
this.Sale.ReadOnly = true;
|
|
this.Sale.Width = 53;
|
|
//
|
|
// NC
|
|
//
|
|
this.NC.DataPropertyName = "NC";
|
|
dataGridViewCellStyle2.Format = "#,##0.00;(#,##0.00);0";
|
|
this.NC.DefaultCellStyle = dataGridViewCellStyle2;
|
|
this.NC.HeaderText = "NC";
|
|
this.NC.Name = "NC";
|
|
this.NC.ReadOnly = true;
|
|
this.NC.Width = 47;
|
|
//
|
|
// FrmSaleDetail
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(359, 519);
|
|
this.Controls.Add(this.button2);
|
|
this.Controls.Add(this.btnExport);
|
|
this.Controls.Add(this.btnPrint);
|
|
this.Controls.Add(this.dgvSale);
|
|
this.Controls.Add(this.dtpFinish);
|
|
this.Controls.Add(this.dtpStart);
|
|
this.Controls.Add(this.label10);
|
|
this.MaximizeBox = false;
|
|
this.Name = "FrmSaleDetail";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "Sale Detail";
|
|
this.Load += new System.EventHandler(this.SaleDetailForm_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvSale)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.DataGridView dgvSale;
|
|
private System.Windows.Forms.DateTimePicker dtpFinish;
|
|
private System.Windows.Forms.DateTimePicker dtpStart;
|
|
private System.Windows.Forms.Label label10;
|
|
private System.Windows.Forms.Button btnPrint;
|
|
private System.Windows.Forms.Button btnExport;
|
|
private System.Windows.Forms.Button button2;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn NameColumn;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Sale;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn NC;
|
|
}
|
|
} |