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.
474 lines
23 KiB
474 lines
23 KiB
namespace ManagementSystem
|
|
{
|
|
partial class AccountsReceivable
|
|
{
|
|
/// <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(AccountsReceivable));
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
this.dgvARManagement = new System.Windows.Forms.DataGridView();
|
|
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.label1 = new System.Windows.Forms.Label();
|
|
this.txtCustomerName = new System.Windows.Forms.TextBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.txtReceiptNo = new System.Windows.Forms.TextBox();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.txtReceiptDateStart = new System.Windows.Forms.TextBox();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.txtReceiptDateEnd = new System.Windows.Forms.TextBox();
|
|
this.cbHistory = new System.Windows.Forms.CheckBox();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.txtProjectName = new System.Windows.Forms.TextBox();
|
|
this.cCheck = new System.Windows.Forms.DataGridViewButtonColumn();
|
|
this.cSalesOrderNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.cProjectName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.cProjectNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.cCustomerID = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.cCustomerName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.cReceiptNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.cActualReceiptDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.cActualReceiptedDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.cReceiptAmount = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.cMemo = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.cReceiveStatus = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvARManagement)).BeginInit();
|
|
this.tsButtons.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// dgvARManagement
|
|
//
|
|
this.dgvARManagement.AllowUserToAddRows = false;
|
|
this.dgvARManagement.AllowUserToDeleteRows = false;
|
|
this.dgvARManagement.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.dgvARManagement.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.dgvARManagement.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.cCheck,
|
|
this.cSalesOrderNo,
|
|
this.cProjectName,
|
|
this.cProjectNumber,
|
|
this.cCustomerID,
|
|
this.cCustomerName,
|
|
this.cReceiptNo,
|
|
this.cActualReceiptDate,
|
|
this.cActualReceiptedDate,
|
|
this.cReceiptAmount,
|
|
this.cMemo,
|
|
this.cReceiveStatus});
|
|
this.dgvARManagement.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
|
|
this.dgvARManagement.Location = new System.Drawing.Point(12, 82);
|
|
this.dgvARManagement.Name = "dgvARManagement";
|
|
this.dgvARManagement.RowTemplate.Height = 24;
|
|
this.dgvARManagement.Size = new System.Drawing.Size(1533, 462);
|
|
this.dgvARManagement.TabIndex = 0;
|
|
this.dgvARManagement.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvARManagement_CellContentClick);
|
|
this.dgvARManagement.RowValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvARManagement_RowValidated);
|
|
this.dgvARManagement.RowValidating += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dgvARManagement_RowValidating);
|
|
//
|
|
// 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(1557, 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.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.Visible = false;
|
|
//
|
|
// 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.Visible = false;
|
|
//
|
|
// 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;
|
|
//
|
|
// 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;
|
|
//
|
|
// 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);
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(12, 45);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(89, 20);
|
|
this.label1.TabIndex = 11;
|
|
this.label1.Text = "客戶名稱:";
|
|
//
|
|
// txtCustomerName
|
|
//
|
|
this.txtCustomerName.Location = new System.Drawing.Point(107, 42);
|
|
this.txtCustomerName.Name = "txtCustomerName";
|
|
this.txtCustomerName.Size = new System.Drawing.Size(187, 29);
|
|
this.txtCustomerName.TabIndex = 12;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(623, 45);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(89, 20);
|
|
this.label2.TabIndex = 11;
|
|
this.label2.Text = "發票編號:";
|
|
//
|
|
// txtReceiptNo
|
|
//
|
|
this.txtReceiptNo.Location = new System.Drawing.Point(718, 42);
|
|
this.txtReceiptNo.Name = "txtReceiptNo";
|
|
this.txtReceiptNo.Size = new System.Drawing.Size(147, 29);
|
|
this.txtReceiptNo.TabIndex = 12;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(895, 45);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(89, 20);
|
|
this.label3.TabIndex = 11;
|
|
this.label3.Text = "請款日期:";
|
|
//
|
|
// txtReceiptDateStart
|
|
//
|
|
this.txtReceiptDateStart.Location = new System.Drawing.Point(990, 42);
|
|
this.txtReceiptDateStart.Name = "txtReceiptDateStart";
|
|
this.txtReceiptDateStart.Size = new System.Drawing.Size(131, 29);
|
|
this.txtReceiptDateStart.TabIndex = 12;
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(1127, 45);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(21, 20);
|
|
this.label4.TabIndex = 11;
|
|
this.label4.Text = "~";
|
|
//
|
|
// txtReceiptDateEnd
|
|
//
|
|
this.txtReceiptDateEnd.Location = new System.Drawing.Point(1154, 42);
|
|
this.txtReceiptDateEnd.Name = "txtReceiptDateEnd";
|
|
this.txtReceiptDateEnd.Size = new System.Drawing.Size(131, 29);
|
|
this.txtReceiptDateEnd.TabIndex = 12;
|
|
//
|
|
// cbHistory
|
|
//
|
|
this.cbHistory.AutoSize = true;
|
|
this.cbHistory.Location = new System.Drawing.Point(1314, 44);
|
|
this.cbHistory.Name = "cbHistory";
|
|
this.cbHistory.Size = new System.Drawing.Size(156, 24);
|
|
this.cbHistory.TabIndex = 13;
|
|
this.cbHistory.Text = "只顯示已請款資料";
|
|
this.cbHistory.UseVisualStyleBackColor = true;
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(315, 45);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(89, 20);
|
|
this.label5.TabIndex = 11;
|
|
this.label5.Text = "專案名稱:";
|
|
//
|
|
// txtProjectName
|
|
//
|
|
this.txtProjectName.Location = new System.Drawing.Point(410, 42);
|
|
this.txtProjectName.Name = "txtProjectName";
|
|
this.txtProjectName.Size = new System.Drawing.Size(187, 29);
|
|
this.txtProjectName.TabIndex = 12;
|
|
//
|
|
// cCheck
|
|
//
|
|
this.cCheck.HeaderText = "核銷";
|
|
this.cCheck.Name = "cCheck";
|
|
this.cCheck.Text = "...";
|
|
this.cCheck.Width = 65;
|
|
//
|
|
// cSalesOrderNo
|
|
//
|
|
this.cSalesOrderNo.HeaderText = "訂單編號";
|
|
this.cSalesOrderNo.Name = "cSalesOrderNo";
|
|
this.cSalesOrderNo.ReadOnly = true;
|
|
this.cSalesOrderNo.Width = 150;
|
|
//
|
|
// cProjectName
|
|
//
|
|
this.cProjectName.HeaderText = "專案名稱";
|
|
this.cProjectName.Name = "cProjectName";
|
|
this.cProjectName.ReadOnly = true;
|
|
this.cProjectName.Width = 300;
|
|
//
|
|
// cProjectNumber
|
|
//
|
|
this.cProjectNumber.HeaderText = "專案編號";
|
|
this.cProjectNumber.Name = "cProjectNumber";
|
|
//
|
|
// cCustomerID
|
|
//
|
|
this.cCustomerID.DataPropertyName = "CustomerID";
|
|
this.cCustomerID.HeaderText = "客戶編號";
|
|
this.cCustomerID.Name = "cCustomerID";
|
|
this.cCustomerID.ReadOnly = true;
|
|
this.cCustomerID.Visible = false;
|
|
//
|
|
// cCustomerName
|
|
//
|
|
this.cCustomerName.DataPropertyName = "CustomerName";
|
|
this.cCustomerName.HeaderText = "客戶名稱";
|
|
this.cCustomerName.Name = "cCustomerName";
|
|
this.cCustomerName.ReadOnly = true;
|
|
this.cCustomerName.Width = 200;
|
|
//
|
|
// cReceiptNo
|
|
//
|
|
this.cReceiptNo.DataPropertyName = "ReceiptNo";
|
|
this.cReceiptNo.HeaderText = "發票號碼";
|
|
this.cReceiptNo.Name = "cReceiptNo";
|
|
this.cReceiptNo.ReadOnly = true;
|
|
this.cReceiptNo.Width = 150;
|
|
//
|
|
// cActualReceiptDate
|
|
//
|
|
this.cActualReceiptDate.DataPropertyName = "ActualReceiptDate";
|
|
this.cActualReceiptDate.HeaderText = "請款日期";
|
|
this.cActualReceiptDate.Name = "cActualReceiptDate";
|
|
this.cActualReceiptDate.ReadOnly = true;
|
|
this.cActualReceiptDate.Width = 150;
|
|
//
|
|
// cActualReceiptedDate
|
|
//
|
|
this.cActualReceiptedDate.DataPropertyName = "ActualReceiptedDate";
|
|
this.cActualReceiptedDate.HeaderText = "入帳日期";
|
|
this.cActualReceiptedDate.Name = "cActualReceiptedDate";
|
|
this.cActualReceiptedDate.Width = 150;
|
|
//
|
|
// cReceiptAmount
|
|
//
|
|
this.cReceiptAmount.DataPropertyName = "ReceiptAmount";
|
|
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
|
|
this.cReceiptAmount.DefaultCellStyle = dataGridViewCellStyle1;
|
|
this.cReceiptAmount.HeaderText = "請款金額";
|
|
this.cReceiptAmount.Name = "cReceiptAmount";
|
|
this.cReceiptAmount.ReadOnly = true;
|
|
this.cReceiptAmount.Width = 150;
|
|
//
|
|
// cMemo
|
|
//
|
|
this.cMemo.DataPropertyName = "Memo";
|
|
this.cMemo.HeaderText = "備註";
|
|
this.cMemo.Name = "cMemo";
|
|
this.cMemo.Width = 250;
|
|
//
|
|
// cReceiveStatus
|
|
//
|
|
this.cReceiveStatus.DataPropertyName = "ReceiveStatus";
|
|
this.cReceiveStatus.HeaderText = "已請款";
|
|
this.cReceiveStatus.Name = "cReceiveStatus";
|
|
this.cReceiveStatus.Visible = false;
|
|
//
|
|
// AccountsReceivable
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 20F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1557, 556);
|
|
this.Controls.Add(this.cbHistory);
|
|
this.Controls.Add(this.txtReceiptDateEnd);
|
|
this.Controls.Add(this.txtReceiptDateStart);
|
|
this.Controls.Add(this.label4);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.txtReceiptNo);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.txtProjectName);
|
|
this.Controls.Add(this.txtCustomerName);
|
|
this.Controls.Add(this.label5);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.tsButtons);
|
|
this.Controls.Add(this.dgvARManagement);
|
|
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 = "AccountsReceivable";
|
|
this.Text = "應收帳款管理";
|
|
this.Load += new System.EventHandler(this.AccountsReceivable_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvARManagement)).EndInit();
|
|
this.tsButtons.ResumeLayout(false);
|
|
this.tsButtons.PerformLayout();
|
|
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.Label label1;
|
|
private System.Windows.Forms.TextBox txtCustomerName;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.TextBox txtReceiptNo;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.TextBox txtReceiptDateStart;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.TextBox txtReceiptDateEnd;
|
|
private System.Windows.Forms.CheckBox cbHistory;
|
|
public System.Windows.Forms.DataGridView dgvARManagement;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.TextBox txtProjectName;
|
|
private System.Windows.Forms.DataGridViewButtonColumn cCheck;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn cSalesOrderNo;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn cProjectName;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn cProjectNumber;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn cCustomerID;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn cCustomerName;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn cReceiptNo;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn cActualReceiptDate;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn cActualReceiptedDate;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn cReceiptAmount;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn cMemo;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn cReceiveStatus;
|
|
}
|
|
}
|