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.
335 lines
17 KiB
335 lines
17 KiB
namespace ManagementSystem
|
|
{
|
|
partial class CashFlowForecast
|
|
{
|
|
/// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CashFlowForecast));
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
this.tsButtons = new System.Windows.Forms.ToolStrip();
|
|
this.tsbSearch = new System.Windows.Forms.ToolStripButton();
|
|
this.tsbAdd = new System.Windows.Forms.ToolStripButton();
|
|
this.tsbEdit = new System.Windows.Forms.ToolStripButton();
|
|
this.tsbDelete = new System.Windows.Forms.ToolStripButton();
|
|
this.tsbSave = new System.Windows.Forms.ToolStripButton();
|
|
this.tsbOK = new System.Windows.Forms.ToolStripButton();
|
|
this.tsbCancel = new System.Windows.Forms.ToolStripButton();
|
|
this.tsbClean = new System.Windows.Forms.ToolStripButton();
|
|
this.tsbExit = new System.Windows.Forms.ToolStripButton();
|
|
this.tsbSetup = new System.Windows.Forms.ToolStripButton();
|
|
this.dgvCashFlow = new System.Windows.Forms.DataGridView();
|
|
this.cDel = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
this.cForecastDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.cCustomerName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.cInvoiceNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.cMemo = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.cIncome = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.cExpand = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.cRest = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.cItemNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.cProjectNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.cProjectCName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.tsButtons.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvCashFlow)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// tsButtons
|
|
//
|
|
this.tsButtons.ImageScalingSize = new System.Drawing.Size(25, 25);
|
|
this.tsButtons.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.tsbSearch,
|
|
this.tsbAdd,
|
|
this.tsbEdit,
|
|
this.tsbDelete,
|
|
this.tsbSave,
|
|
this.tsbOK,
|
|
this.tsbCancel,
|
|
this.tsbClean,
|
|
this.tsbExit,
|
|
this.tsbSetup});
|
|
this.tsButtons.Location = new System.Drawing.Point(0, 0);
|
|
this.tsButtons.Name = "tsButtons";
|
|
this.tsButtons.Padding = new System.Windows.Forms.Padding(0, 0, 2, 0);
|
|
this.tsButtons.Size = new System.Drawing.Size(1496, 32);
|
|
this.tsButtons.TabIndex = 10;
|
|
this.tsButtons.Text = "功能按鈕表";
|
|
//
|
|
// tsbSearch
|
|
//
|
|
this.tsbSearch.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.tsbSearch.Image = ((System.Drawing.Image)(resources.GetObject("tsbSearch.Image")));
|
|
this.tsbSearch.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.tsbSearch.Name = "tsbSearch";
|
|
this.tsbSearch.Size = new System.Drawing.Size(29, 29);
|
|
this.tsbSearch.Text = "搜尋";
|
|
this.tsbSearch.Visible = false;
|
|
this.tsbSearch.Click += new System.EventHandler(this.tsbSearch_Click);
|
|
//
|
|
// tsbAdd
|
|
//
|
|
this.tsbAdd.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.tsbAdd.Image = ((System.Drawing.Image)(resources.GetObject("tsbAdd.Image")));
|
|
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.tsbAdd.Name = "tsbAdd";
|
|
this.tsbAdd.Size = new System.Drawing.Size(29, 29);
|
|
this.tsbAdd.Text = "新增";
|
|
this.tsbAdd.Click += new System.EventHandler(this.tsbAdd_Click);
|
|
//
|
|
// tsbEdit
|
|
//
|
|
this.tsbEdit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.tsbEdit.Image = ((System.Drawing.Image)(resources.GetObject("tsbEdit.Image")));
|
|
this.tsbEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.tsbEdit.Name = "tsbEdit";
|
|
this.tsbEdit.Size = new System.Drawing.Size(29, 29);
|
|
this.tsbEdit.Text = "修改";
|
|
this.tsbEdit.Click += new System.EventHandler(this.tsbEdit_Click);
|
|
//
|
|
// tsbDelete
|
|
//
|
|
this.tsbDelete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.tsbDelete.Image = ((System.Drawing.Image)(resources.GetObject("tsbDelete.Image")));
|
|
this.tsbDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.tsbDelete.Name = "tsbDelete";
|
|
this.tsbDelete.Size = new System.Drawing.Size(29, 29);
|
|
this.tsbDelete.Text = "刪除";
|
|
this.tsbDelete.Visible = false;
|
|
this.tsbDelete.Click += new System.EventHandler(this.tsbDelete_Click);
|
|
//
|
|
// tsbSave
|
|
//
|
|
this.tsbSave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.tsbSave.Image = ((System.Drawing.Image)(resources.GetObject("tsbSave.Image")));
|
|
this.tsbSave.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.tsbSave.Name = "tsbSave";
|
|
this.tsbSave.Size = new System.Drawing.Size(29, 29);
|
|
this.tsbSave.Text = "儲存";
|
|
this.tsbSave.Visible = false;
|
|
this.tsbSave.Click += new System.EventHandler(this.tsbSave_Click);
|
|
//
|
|
// tsbOK
|
|
//
|
|
this.tsbOK.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.tsbOK.Image = ((System.Drawing.Image)(resources.GetObject("tsbOK.Image")));
|
|
this.tsbOK.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.tsbOK.Name = "tsbOK";
|
|
this.tsbOK.Size = new System.Drawing.Size(29, 29);
|
|
this.tsbOK.Text = "確認";
|
|
this.tsbOK.Visible = false;
|
|
this.tsbOK.Click += new System.EventHandler(this.tsbOK_Click);
|
|
//
|
|
// tsbCancel
|
|
//
|
|
this.tsbCancel.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.tsbCancel.Image = ((System.Drawing.Image)(resources.GetObject("tsbCancel.Image")));
|
|
this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.tsbCancel.Name = "tsbCancel";
|
|
this.tsbCancel.Size = new System.Drawing.Size(29, 29);
|
|
this.tsbCancel.Text = "取消";
|
|
this.tsbCancel.Visible = false;
|
|
this.tsbCancel.Click += new System.EventHandler(this.tsbCancel_Click);
|
|
//
|
|
// tsbClean
|
|
//
|
|
this.tsbClean.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.tsbClean.Image = ((System.Drawing.Image)(resources.GetObject("tsbClean.Image")));
|
|
this.tsbClean.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.tsbClean.Name = "tsbClean";
|
|
this.tsbClean.Size = new System.Drawing.Size(29, 29);
|
|
this.tsbClean.Text = "清除";
|
|
this.tsbClean.Click += new System.EventHandler(this.tsbClean_Click);
|
|
//
|
|
// tsbExit
|
|
//
|
|
this.tsbExit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.tsbExit.Image = ((System.Drawing.Image)(resources.GetObject("tsbExit.Image")));
|
|
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.tsbExit.Name = "tsbExit";
|
|
this.tsbExit.Size = new System.Drawing.Size(29, 29);
|
|
this.tsbExit.Text = "離開";
|
|
this.tsbExit.Click += new System.EventHandler(this.tsbExit_Click);
|
|
//
|
|
// tsbSetup
|
|
//
|
|
this.tsbSetup.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.tsbSetup.Image = ((System.Drawing.Image)(resources.GetObject("tsbSetup.Image")));
|
|
this.tsbSetup.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.tsbSetup.Name = "tsbSetup";
|
|
this.tsbSetup.Size = new System.Drawing.Size(29, 29);
|
|
this.tsbSetup.Text = "分錄設定";
|
|
this.tsbSetup.Click += new System.EventHandler(this.tsbSetup_Click);
|
|
//
|
|
// dgvCashFlow
|
|
//
|
|
this.dgvCashFlow.AllowUserToAddRows = false;
|
|
this.dgvCashFlow.AllowUserToDeleteRows = false;
|
|
this.dgvCashFlow.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.dgvCashFlow.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.dgvCashFlow.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.cDel,
|
|
this.cForecastDate,
|
|
this.cCustomerName,
|
|
this.cInvoiceNo,
|
|
this.cMemo,
|
|
this.cIncome,
|
|
this.cExpand,
|
|
this.cRest,
|
|
this.cItemNo,
|
|
this.cProjectNumber,
|
|
this.cProjectCName});
|
|
this.dgvCashFlow.Location = new System.Drawing.Point(12, 35);
|
|
this.dgvCashFlow.Name = "dgvCashFlow";
|
|
this.dgvCashFlow.RowTemplate.Height = 24;
|
|
this.dgvCashFlow.Size = new System.Drawing.Size(1472, 494);
|
|
this.dgvCashFlow.TabIndex = 11;
|
|
this.dgvCashFlow.CellBeginEdit += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dgvCashFlow_CellBeginEdit);
|
|
this.dgvCashFlow.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvCashFlow_CellEndEdit);
|
|
this.dgvCashFlow.RowValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvCashFlow_RowValidated);
|
|
this.dgvCashFlow.RowValidating += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dgvCashFlow_RowValidating);
|
|
//
|
|
// cDel
|
|
//
|
|
this.cDel.FalseValue = "N";
|
|
this.cDel.HeaderText = "刪除";
|
|
this.cDel.Name = "cDel";
|
|
this.cDel.TrueValue = "Y";
|
|
this.cDel.Width = 50;
|
|
//
|
|
// cForecastDate
|
|
//
|
|
this.cForecastDate.HeaderText = "預估日期";
|
|
this.cForecastDate.Name = "cForecastDate";
|
|
this.cForecastDate.Width = 150;
|
|
//
|
|
// cCustomerName
|
|
//
|
|
this.cCustomerName.HeaderText = "客戶名稱";
|
|
this.cCustomerName.Name = "cCustomerName";
|
|
this.cCustomerName.Width = 200;
|
|
//
|
|
// cInvoiceNo
|
|
//
|
|
this.cInvoiceNo.HeaderText = "發票號碼";
|
|
this.cInvoiceNo.Name = "cInvoiceNo";
|
|
this.cInvoiceNo.Width = 150;
|
|
//
|
|
// cMemo
|
|
//
|
|
this.cMemo.HeaderText = "備註";
|
|
this.cMemo.Name = "cMemo";
|
|
this.cMemo.Width = 300;
|
|
//
|
|
// cIncome
|
|
//
|
|
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
|
|
this.cIncome.DefaultCellStyle = dataGridViewCellStyle3;
|
|
this.cIncome.HeaderText = "收入";
|
|
this.cIncome.Name = "cIncome";
|
|
this.cIncome.Width = 150;
|
|
//
|
|
// cExpand
|
|
//
|
|
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
|
|
this.cExpand.DefaultCellStyle = dataGridViewCellStyle4;
|
|
this.cExpand.HeaderText = "支出";
|
|
this.cExpand.Name = "cExpand";
|
|
this.cExpand.Width = 150;
|
|
//
|
|
// cRest
|
|
//
|
|
this.cRest.HeaderText = "預估餘額";
|
|
this.cRest.Name = "cRest";
|
|
this.cRest.Width = 150;
|
|
//
|
|
// cItemNo
|
|
//
|
|
this.cItemNo.HeaderText = "項目代碼";
|
|
this.cItemNo.Name = "cItemNo";
|
|
this.cItemNo.Visible = false;
|
|
//
|
|
// cProjectNumber
|
|
//
|
|
this.cProjectNumber.HeaderText = "專案編號";
|
|
this.cProjectNumber.Name = "cProjectNumber";
|
|
this.cProjectNumber.Visible = false;
|
|
//
|
|
// cProjectCName
|
|
//
|
|
this.cProjectCName.HeaderText = "專案名稱";
|
|
this.cProjectCName.Name = "cProjectCName";
|
|
this.cProjectCName.Width = 200;
|
|
//
|
|
// CashFlowForecast
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 20F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1496, 541);
|
|
this.Controls.Add(this.dgvCashFlow);
|
|
this.Controls.Add(this.tsButtons);
|
|
this.Font = new System.Drawing.Font("微軟正黑體", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
|
|
this.Margin = new System.Windows.Forms.Padding(5);
|
|
this.Name = "CashFlowForecast";
|
|
this.Text = "現金流量預估維護";
|
|
this.Load += new System.EventHandler(this.CashFlowForecast_Load);
|
|
this.tsButtons.ResumeLayout(false);
|
|
this.tsButtons.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvCashFlow)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.ToolStrip tsButtons;
|
|
private System.Windows.Forms.ToolStripButton tsbSearch;
|
|
private System.Windows.Forms.ToolStripButton tsbAdd;
|
|
private System.Windows.Forms.ToolStripButton tsbEdit;
|
|
private System.Windows.Forms.ToolStripButton tsbDelete;
|
|
private System.Windows.Forms.ToolStripButton tsbSave;
|
|
private System.Windows.Forms.ToolStripButton tsbOK;
|
|
private System.Windows.Forms.ToolStripButton tsbCancel;
|
|
private System.Windows.Forms.ToolStripButton tsbClean;
|
|
private System.Windows.Forms.ToolStripButton tsbExit;
|
|
private System.Windows.Forms.ToolStripButton tsbSetup;
|
|
private System.Windows.Forms.DataGridView dgvCashFlow;
|
|
private System.Windows.Forms.DataGridViewCheckBoxColumn cDel;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn cForecastDate;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn cCustomerName;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn cInvoiceNo;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn cMemo;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn cIncome;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn cExpand;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn cRest;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn cItemNo;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn cProjectNumber;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn cProjectCName;
|
|
}
|
|
}
|