69617949bd
Important! : This version will not work. It is pre-alpha and saved in case of catastrophic failure Refactor: Remove dependency on Fluent Nhibernate. Refactor: All Primary keys are now Guids. Refactor: Class Mappings changed from AutoMap to Explicit Mappings. Breakage: All Cascading is now disabled and entities must be explicitly saved/updated/deleted Breakage: Auto Commiting is now off and "SaveChanges()" needs to be called on all BIs. Refactor: Changed the pattern where all relevant db code for an operation is basically in the same function. Chore: Removed Advance and Payments options.
140 lines
5.9 KiB
C#
140 lines
5.9 KiB
C#
namespace Tanshu.Accounts.Management
|
|
{
|
|
partial class ManagementForm
|
|
{
|
|
/// <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()
|
|
{
|
|
this.dtpFinish = new System.Windows.Forms.DateTimePicker();
|
|
this.dtpStart = new System.Windows.Forms.DateTimePicker();
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
this.btnGo = new System.Windows.Forms.Button();
|
|
this.btnTally = new System.Windows.Forms.Button();
|
|
this.btnFinalSanction = new System.Windows.Forms.Button();
|
|
this.btnExcel = new System.Windows.Forms.Button();
|
|
this.SuspendLayout();
|
|
//
|
|
// 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;
|
|
//
|
|
// 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;
|
|
//
|
|
// 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 ->";
|
|
//
|
|
// btnGo
|
|
//
|
|
this.btnGo.Enabled = false;
|
|
this.btnGo.Location = new System.Drawing.Point(12, 207);
|
|
this.btnGo.Name = "btnGo";
|
|
this.btnGo.Size = new System.Drawing.Size(150, 23);
|
|
this.btnGo.TabIndex = 24;
|
|
this.btnGo.Text = "Go";
|
|
this.btnGo.UseVisualStyleBackColor = true;
|
|
this.btnGo.Click += new System.EventHandler(this.btnGo_Click);
|
|
//
|
|
// btnTally
|
|
//
|
|
this.btnTally.Location = new System.Drawing.Point(168, 207);
|
|
this.btnTally.Name = "btnTally";
|
|
this.btnTally.Size = new System.Drawing.Size(150, 23);
|
|
this.btnTally.TabIndex = 25;
|
|
this.btnTally.Text = "Tally";
|
|
this.btnTally.UseVisualStyleBackColor = true;
|
|
this.btnTally.Click += new System.EventHandler(this.btnTally_Click);
|
|
//
|
|
// btnFinalSanction
|
|
//
|
|
this.btnFinalSanction.Location = new System.Drawing.Point(12, 178);
|
|
this.btnFinalSanction.Name = "btnFinalSanction";
|
|
this.btnFinalSanction.Size = new System.Drawing.Size(150, 23);
|
|
this.btnFinalSanction.TabIndex = 26;
|
|
this.btnFinalSanction.Text = "Final Sanction";
|
|
this.btnFinalSanction.UseVisualStyleBackColor = true;
|
|
this.btnFinalSanction.Click += new System.EventHandler(this.btnFinalSanction_Click);
|
|
//
|
|
// btnExcel
|
|
//
|
|
this.btnExcel.Location = new System.Drawing.Point(168, 178);
|
|
this.btnExcel.Name = "btnExcel";
|
|
this.btnExcel.Size = new System.Drawing.Size(150, 23);
|
|
this.btnExcel.TabIndex = 27;
|
|
this.btnExcel.Text = "Excel";
|
|
this.btnExcel.UseVisualStyleBackColor = true;
|
|
this.btnExcel.Click += new System.EventHandler(this.btnExcel_Click);
|
|
//
|
|
// ManagementForm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(359, 242);
|
|
this.Controls.Add(this.btnExcel);
|
|
this.Controls.Add(this.btnFinalSanction);
|
|
this.Controls.Add(this.btnTally);
|
|
this.Controls.Add(this.btnGo);
|
|
this.Controls.Add(this.dtpFinish);
|
|
this.Controls.Add(this.dtpStart);
|
|
this.Controls.Add(this.label10);
|
|
this.MaximizeBox = false;
|
|
this.Name = "ManagementForm";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "Sale Analysis Form";
|
|
this.Load += new System.EventHandler(this.Sale_Analysis_Form_Load);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.DateTimePicker dtpFinish;
|
|
private System.Windows.Forms.DateTimePicker dtpStart;
|
|
private System.Windows.Forms.Label label10;
|
|
private System.Windows.Forms.Button btnGo;
|
|
private System.Windows.Forms.Button btnTally;
|
|
private System.Windows.Forms.Button btnFinalSanction;
|
|
private System.Windows.Forms.Button btnExcel;
|
|
}
|
|
} |