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.
 
 

464 lines
22 KiB

namespace ManagementSystem
{
partial class AccountsPayable
{
/// <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(AccountsPayable));
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = 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.cbHistory = new System.Windows.Forms.CheckBox();
this.txtInvoiceNo = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.dgvAPManagement = new System.Windows.Forms.DataGridView();
this.txtProjectName = new System.Windows.Forms.TextBox();
this.txtCustomerName = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.txtPaiedDateStart = new System.Windows.Forms.TextBox();
this.txtPaiedDateEnd = 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.cInvoiceNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.cActualPaiedDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.cPayAmount = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.cMemo = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.cPayStatus = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.tsButtons.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvAPManagement)).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(1492, 32);
this.tsButtons.TabIndex = 11;
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);
//
// cbHistory
//
this.cbHistory.AutoSize = true;
this.cbHistory.Location = new System.Drawing.Point(1314, 38);
this.cbHistory.Name = "cbHistory";
this.cbHistory.Size = new System.Drawing.Size(156, 24);
this.cbHistory.TabIndex = 20;
this.cbHistory.Text = "只顯示已付款資料";
this.cbHistory.UseVisualStyleBackColor = true;
//
// txtInvoiceNo
//
this.txtInvoiceNo.Location = new System.Drawing.Point(718, 36);
this.txtInvoiceNo.Name = "txtInvoiceNo";
this.txtInvoiceNo.Size = new System.Drawing.Size(147, 29);
this.txtInvoiceNo.TabIndex = 19;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(623, 39);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(89, 20);
this.label2.TabIndex = 16;
this.label2.Text = "發票編號:";
//
// dgvAPManagement
//
this.dgvAPManagement.AllowUserToAddRows = false;
this.dgvAPManagement.AllowUserToDeleteRows = false;
this.dgvAPManagement.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.dgvAPManagement.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvAPManagement.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.cCheck,
this.cSalesOrderNo,
this.cProjectName,
this.cProjectNumber,
this.cCustomerID,
this.cCustomerName,
this.cInvoiceNo,
this.cActualPaiedDate,
this.cPayAmount,
this.cMemo,
this.cPayStatus});
this.dgvAPManagement.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
this.dgvAPManagement.Location = new System.Drawing.Point(12, 71);
this.dgvAPManagement.Name = "dgvAPManagement";
this.dgvAPManagement.RowTemplate.Height = 24;
this.dgvAPManagement.Size = new System.Drawing.Size(1468, 541);
this.dgvAPManagement.TabIndex = 21;
this.dgvAPManagement.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvAPManagement_CellContentClick);
this.dgvAPManagement.RowValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvAPManagement_RowValidated);
this.dgvAPManagement.RowValidating += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dgvAPManagement_RowValidating);
//
// txtProjectName
//
this.txtProjectName.Location = new System.Drawing.Point(415, 36);
this.txtProjectName.Name = "txtProjectName";
this.txtProjectName.Size = new System.Drawing.Size(187, 29);
this.txtProjectName.TabIndex = 24;
//
// txtCustomerName
//
this.txtCustomerName.Location = new System.Drawing.Point(112, 36);
this.txtCustomerName.Name = "txtCustomerName";
this.txtCustomerName.Size = new System.Drawing.Size(187, 29);
this.txtCustomerName.TabIndex = 25;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(320, 39);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(89, 20);
this.label5.TabIndex = 22;
this.label5.Text = "專案名稱:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(17, 39);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(89, 20);
this.label1.TabIndex = 23;
this.label1.Text = "客戶名稱:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(895, 39);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(89, 20);
this.label3.TabIndex = 15;
this.label3.Text = "請款日期:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(1127, 39);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(21, 20);
this.label4.TabIndex = 14;
this.label4.Text = "~";
//
// txtPaiedDateStart
//
this.txtPaiedDateStart.Location = new System.Drawing.Point(990, 36);
this.txtPaiedDateStart.Name = "txtPaiedDateStart";
this.txtPaiedDateStart.Size = new System.Drawing.Size(131, 29);
this.txtPaiedDateStart.TabIndex = 18;
//
// txtPaiedDateEnd
//
this.txtPaiedDateEnd.Location = new System.Drawing.Point(1154, 36);
this.txtPaiedDateEnd.Name = "txtPaiedDateEnd";
this.txtPaiedDateEnd.Size = new System.Drawing.Size(131, 29);
this.txtPaiedDateEnd.TabIndex = 17;
//
// 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";
this.cProjectNumber.Visible = false;
//
// 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;
//
// cInvoiceNo
//
this.cInvoiceNo.DataPropertyName = "ReceiptNo";
this.cInvoiceNo.HeaderText = "發票號碼";
this.cInvoiceNo.Name = "cInvoiceNo";
this.cInvoiceNo.ReadOnly = true;
this.cInvoiceNo.Width = 150;
//
// cActualPaiedDate
//
this.cActualPaiedDate.DataPropertyName = "ActualReceiptedDate";
this.cActualPaiedDate.HeaderText = "付款日期";
this.cActualPaiedDate.Name = "cActualPaiedDate";
this.cActualPaiedDate.Width = 150;
//
// cPayAmount
//
this.cPayAmount.DataPropertyName = "ReceiptAmount";
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
this.cPayAmount.DefaultCellStyle = dataGridViewCellStyle1;
this.cPayAmount.HeaderText = "請款金額";
this.cPayAmount.Name = "cPayAmount";
this.cPayAmount.ReadOnly = true;
this.cPayAmount.Width = 150;
//
// cMemo
//
this.cMemo.DataPropertyName = "Memo";
this.cMemo.HeaderText = "備註";
this.cMemo.Name = "cMemo";
this.cMemo.Width = 250;
//
// cPayStatus
//
this.cPayStatus.DataPropertyName = "PayStatus";
this.cPayStatus.HeaderText = "已付款";
this.cPayStatus.Name = "cPayStatus";
this.cPayStatus.Visible = false;
//
// AccountsPayable
//
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 20F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1492, 624);
this.Controls.Add(this.txtProjectName);
this.Controls.Add(this.txtCustomerName);
this.Controls.Add(this.label5);
this.Controls.Add(this.label1);
this.Controls.Add(this.dgvAPManagement);
this.Controls.Add(this.cbHistory);
this.Controls.Add(this.txtPaiedDateEnd);
this.Controls.Add(this.txtPaiedDateStart);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.txtInvoiceNo);
this.Controls.Add(this.label2);
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 = "AccountsPayable";
this.Text = "應付帳款管理";
this.Load += new System.EventHandler(this.AccountsPayable_Load);
this.tsButtons.ResumeLayout(false);
this.tsButtons.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvAPManagement)).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.CheckBox cbHistory;
private System.Windows.Forms.TextBox txtInvoiceNo;
private System.Windows.Forms.Label label2;
public System.Windows.Forms.DataGridView dgvAPManagement;
private System.Windows.Forms.TextBox txtProjectName;
private System.Windows.Forms.TextBox txtCustomerName;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox txtPaiedDateStart;
private System.Windows.Forms.TextBox txtPaiedDateEnd;
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 cInvoiceNo;
private System.Windows.Forms.DataGridViewTextBoxColumn cActualPaiedDate;
private System.Windows.Forms.DataGridViewTextBoxColumn cPayAmount;
private System.Windows.Forms.DataGridViewTextBoxColumn cMemo;
private System.Windows.Forms.DataGridViewTextBoxColumn cPayStatus;
}
}