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.
 
 

1270 lines
69 KiB

namespace ManagementSystem
{
partial class PayPlanManagement
{
/// <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(PayPlanManagement));
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle18 = 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.dgvOrderList = new System.Windows.Forms.DataGridView();
this.cCustomerName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.cProjectName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.cOrderID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.cCustomerID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.cProjectNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.cPayType = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.cOrderStatus = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.cModifyDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.cModifyUser = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.label1 = new System.Windows.Forms.Label();
this.txtSalesOrderNo = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.txtCustomerName = new System.Windows.Forms.TextBox();
this.btnGetCustomer = new System.Windows.Forms.Button();
this.label3 = new System.Windows.Forms.Label();
this.rbPayType = new System.Windows.Forms.RadioButton();
this.rbPayType1 = new System.Windows.Forms.RadioButton();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.rbPayType3 = new System.Windows.Forms.RadioButton();
this.rbPayType2 = new System.Windows.Forms.RadioButton();
this.dgvReceiptPlan = new System.Windows.Forms.DataGridView();
this.cReceiptClean = new System.Windows.Forms.DataGridViewButtonColumn();
this.cReceiptItem = new System.Windows.Forms.DataGridViewComboBoxColumn();
this.cItemNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.cPhase = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.cReceiptNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.cReceiptUnitPrice = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.cReceiptQuantity = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.cRestReceipt = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.cExpectedReceiptDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.cActualReceiptDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.cExpectedReceiptedDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.cActualReceiptedDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.cReceiptTax = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.cReceiptAmount = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.cRestReceiptAmount = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.cMemo = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.btnArrangeProject = new System.Windows.Forms.Button();
this.txtCustomerID = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.btnGetSalesOrderNo = new System.Windows.Forms.Button();
this.label6 = new System.Windows.Forms.Label();
this.txtOrderSum = new System.Windows.Forms.TextBox();
this.txtProjectName = new System.Windows.Forms.TextBox();
this.txtProjectNumber = new System.Windows.Forms.TextBox();
this.tcOrderData = new System.Windows.Forms.TabControl();
this.OrderTab = new System.Windows.Forms.TabPage();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.dgvOrderContent = new System.Windows.Forms.DataGridView();
this.cOrderItem = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.cOrderContent = new System.Windows.Forms.DataGridViewComboBoxColumn();
this.cUnitPrice = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.cQuantity = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.cTax = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.cAmount = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.cOrderMemo = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.OutSourcingTab = new System.Windows.Forms.TabPage();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.dgvToPayPlan = new System.Windows.Forms.DataGridView();
this.cCheckToPay = new System.Windows.Forms.DataGridViewButtonColumn();
this.cPayItem = new System.Windows.Forms.DataGridViewComboBoxColumn();
this.cPayItemNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.cPayPhase = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.cInvoiceNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.cPayUnitPrice = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.cPayQuantity = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.cRestPayQuantity = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.cExpectedPayDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.cActualPaiedDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.cPayAmount = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.cRestPayAmount = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.cPayMemo = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.btnArrangToPayProject = new System.Windows.Forms.Button();
this.dgvOutSourcingContent = new System.Windows.Forms.DataGridView();
this.cOutOrderItem = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.cOutOrderContent = new System.Windows.Forms.DataGridViewComboBoxColumn();
this.cOutUnitPrice = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.cOutQuantity = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.cOutAmount = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.cOutOrderMemo = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.label4 = new System.Windows.Forms.Label();
this.txtOutSourcingSum = new System.Windows.Forms.TextBox();
this.rbOrderStatusOpen = new System.Windows.Forms.RadioButton();
this.rbOrderStatusClose = new System.Windows.Forms.RadioButton();
this.tsButtons.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvOrderList)).BeginInit();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvReceiptPlan)).BeginInit();
this.tcOrderData.SuspendLayout();
this.OrderTab.SuspendLayout();
this.groupBox2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvOrderContent)).BeginInit();
this.OutSourcingTab.SuspendLayout();
this.groupBox3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvToPayPlan)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dgvOutSourcingContent)).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(1879, 32);
this.tsButtons.TabIndex = 9;
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.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.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);
//
// dgvOrderList
//
this.dgvOrderList.AllowUserToAddRows = false;
this.dgvOrderList.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.dgvOrderList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvOrderList.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.cCustomerName,
this.cProjectName,
this.cOrderID,
this.cCustomerID,
this.cProjectNumber,
this.cPayType,
this.cOrderStatus,
this.cModifyDate,
this.cModifyUser});
this.dgvOrderList.Location = new System.Drawing.Point(0, 38);
this.dgvOrderList.Margin = new System.Windows.Forms.Padding(5);
this.dgvOrderList.Name = "dgvOrderList";
this.dgvOrderList.RowTemplate.Height = 24;
this.dgvOrderList.Size = new System.Drawing.Size(489, 821);
this.dgvOrderList.TabIndex = 10;
this.dgvOrderList.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvOrderList_CellClick);
//
// cCustomerName
//
this.cCustomerName.DataPropertyName = "CustomerName";
this.cCustomerName.HeaderText = "客戶名稱";
this.cCustomerName.Name = "cCustomerName";
//
// cProjectName
//
this.cProjectName.DataPropertyName = "ProjectCName";
this.cProjectName.HeaderText = "專案名稱";
this.cProjectName.Name = "cProjectName";
this.cProjectName.Width = 200;
//
// cOrderID
//
this.cOrderID.DataPropertyName = "SalesOrderNo";
this.cOrderID.HeaderText = "訂單編號";
this.cOrderID.Name = "cOrderID";
this.cOrderID.Width = 200;
//
// cCustomerID
//
this.cCustomerID.DataPropertyName = "CustomerID";
this.cCustomerID.HeaderText = "客戶編號";
this.cCustomerID.Name = "cCustomerID";
this.cCustomerID.Visible = false;
//
// cProjectNumber
//
this.cProjectNumber.DataPropertyName = "ProjectNumber";
this.cProjectNumber.HeaderText = "專案編號";
this.cProjectNumber.Name = "cProjectNumber";
this.cProjectNumber.Visible = false;
//
// cPayType
//
this.cPayType.DataPropertyName = "PayType";
this.cPayType.HeaderText = "請款方式";
this.cPayType.Name = "cPayType";
this.cPayType.Visible = false;
//
// cOrderStatus
//
this.cOrderStatus.DataPropertyName = "OrderStatus";
this.cOrderStatus.HeaderText = "訂單狀態";
this.cOrderStatus.Name = "cOrderStatus";
this.cOrderStatus.Visible = false;
//
// cModifyDate
//
this.cModifyDate.DataPropertyName = "ModifyDate";
this.cModifyDate.HeaderText = "最新修改日期";
this.cModifyDate.Name = "cModifyDate";
this.cModifyDate.Visible = false;
//
// cModifyUser
//
this.cModifyUser.DataPropertyName = "ModifyUser";
this.cModifyUser.HeaderText = "最新修改人";
this.cModifyUser.Name = "cModifyUser";
this.cModifyUser.Visible = false;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(513, 40);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(89, 20);
this.label1.TabIndex = 11;
this.label1.Text = "訂單編號:";
//
// txtSalesOrderNo
//
this.txtSalesOrderNo.Location = new System.Drawing.Point(608, 37);
this.txtSalesOrderNo.Name = "txtSalesOrderNo";
this.txtSalesOrderNo.Size = new System.Drawing.Size(267, 29);
this.txtSalesOrderNo.TabIndex = 12;
this.txtSalesOrderNo.Leave += new System.EventHandler(this.txtSalesOrderNo_Leave);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(513, 75);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(89, 20);
this.label2.TabIndex = 11;
this.label2.Text = "客戶名稱:";
//
// txtCustomerName
//
this.txtCustomerName.Location = new System.Drawing.Point(608, 72);
this.txtCustomerName.Name = "txtCustomerName";
this.txtCustomerName.Size = new System.Drawing.Size(267, 29);
this.txtCustomerName.TabIndex = 12;
//
// btnGetCustomer
//
this.btnGetCustomer.Location = new System.Drawing.Point(881, 72);
this.btnGetCustomer.Name = "btnGetCustomer";
this.btnGetCustomer.Size = new System.Drawing.Size(37, 29);
this.btnGetCustomer.TabIndex = 13;
this.btnGetCustomer.Text = "...";
this.btnGetCustomer.UseVisualStyleBackColor = true;
this.btnGetCustomer.Click += new System.EventHandler(this.btnGetCustomer_Click);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(513, 110);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(89, 20);
this.label3.TabIndex = 11;
this.label3.Text = "專案名稱:";
//
// rbPayType
//
this.rbPayType.AutoSize = true;
this.rbPayType.Checked = true;
this.rbPayType.Location = new System.Drawing.Point(31, 28);
this.rbPayType.Name = "rbPayType";
this.rbPayType.Size = new System.Drawing.Size(91, 24);
this.rbPayType.TabIndex = 15;
this.rbPayType.TabStop = true;
this.rbPayType.Text = "專案分期";
this.rbPayType.UseVisualStyleBackColor = true;
//
// rbPayType1
//
this.rbPayType1.AutoSize = true;
this.rbPayType1.Location = new System.Drawing.Point(150, 28);
this.rbPayType1.Name = "rbPayType1";
this.rbPayType1.Size = new System.Drawing.Size(91, 24);
this.rbPayType1.TabIndex = 15;
this.rbPayType1.Text = "人月請款";
this.rbPayType1.UseVisualStyleBackColor = true;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.rbPayType3);
this.groupBox1.Controls.Add(this.rbPayType2);
this.groupBox1.Controls.Add(this.rbPayType);
this.groupBox1.Controls.Add(this.rbPayType1);
this.groupBox1.Location = new System.Drawing.Point(1020, 75);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(509, 60);
this.groupBox1.TabIndex = 16;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "請款方式";
//
// rbPayType3
//
this.rbPayType3.AutoSize = true;
this.rbPayType3.Location = new System.Drawing.Point(407, 28);
this.rbPayType3.Name = "rbPayType3";
this.rbPayType3.Size = new System.Drawing.Size(91, 24);
this.rbPayType3.TabIndex = 16;
this.rbPayType3.Text = "人時請款";
this.rbPayType3.UseVisualStyleBackColor = true;
//
// rbPayType2
//
this.rbPayType2.AutoSize = true;
this.rbPayType2.Location = new System.Drawing.Point(275, 28);
this.rbPayType2.Name = "rbPayType2";
this.rbPayType2.Size = new System.Drawing.Size(91, 24);
this.rbPayType2.TabIndex = 16;
this.rbPayType2.Text = "人日請款";
this.rbPayType2.UseVisualStyleBackColor = true;
//
// dgvReceiptPlan
//
this.dgvReceiptPlan.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.dgvReceiptPlan.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvReceiptPlan.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.cReceiptClean,
this.cReceiptItem,
this.cItemNo,
this.cPhase,
this.cReceiptNo,
this.cReceiptUnitPrice,
this.cReceiptQuantity,
this.cRestReceipt,
this.cExpectedReceiptDate,
this.cActualReceiptDate,
this.cExpectedReceiptedDate,
this.cActualReceiptedDate,
this.cReceiptTax,
this.cReceiptAmount,
this.cRestReceiptAmount,
this.cMemo});
this.dgvReceiptPlan.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
this.dgvReceiptPlan.Location = new System.Drawing.Point(6, 63);
this.dgvReceiptPlan.Name = "dgvReceiptPlan";
this.dgvReceiptPlan.ReadOnly = true;
this.dgvReceiptPlan.RowTemplate.Height = 24;
this.dgvReceiptPlan.Size = new System.Drawing.Size(1346, 300);
this.dgvReceiptPlan.TabIndex = 17;
this.dgvReceiptPlan.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvReceiptPlan_CellContentClick);
this.dgvReceiptPlan.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvReceiptPlan_CellEndEdit);
this.dgvReceiptPlan.CellEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvReceiptPlan_CellEnter);
this.dgvReceiptPlan.RowEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvReceiptPlan_RowEnter);
this.dgvReceiptPlan.RowsAdded += new System.Windows.Forms.DataGridViewRowsAddedEventHandler(this.dgvReceiptPlan_RowsAdded);
this.dgvReceiptPlan.RowValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvReceiptPlan_RowValidated);
this.dgvReceiptPlan.RowValidating += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dgvReceiptPlan_RowValidating);
//
// cReceiptClean
//
this.cReceiptClean.Frozen = true;
this.cReceiptClean.HeaderText = "核銷";
this.cReceiptClean.Name = "cReceiptClean";
this.cReceiptClean.ReadOnly = true;
this.cReceiptClean.Width = 60;
//
// cReceiptItem
//
this.cReceiptItem.Frozen = true;
this.cReceiptItem.HeaderText = "請款項目";
this.cReceiptItem.Name = "cReceiptItem";
this.cReceiptItem.ReadOnly = true;
this.cReceiptItem.Resizable = System.Windows.Forms.DataGridViewTriState.True;
this.cReceiptItem.Width = 200;
//
// cItemNo
//
this.cItemNo.Frozen = true;
this.cItemNo.HeaderText = "項次";
this.cItemNo.Name = "cItemNo";
this.cItemNo.ReadOnly = true;
this.cItemNo.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
this.cItemNo.Width = 65;
//
// cPhase
//
this.cPhase.Frozen = true;
this.cPhase.HeaderText = "期數";
this.cPhase.Name = "cPhase";
this.cPhase.ReadOnly = true;
this.cPhase.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
this.cPhase.Width = 65;
//
// cReceiptNo
//
this.cReceiptNo.Frozen = true;
this.cReceiptNo.HeaderText = "發票號碼";
this.cReceiptNo.Name = "cReceiptNo";
this.cReceiptNo.ReadOnly = true;
this.cReceiptNo.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
this.cReceiptNo.Width = 150;
//
// cReceiptUnitPrice
//
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
this.cReceiptUnitPrice.DefaultCellStyle = dataGridViewCellStyle1;
this.cReceiptUnitPrice.HeaderText = "請款單價";
this.cReceiptUnitPrice.Name = "cReceiptUnitPrice";
this.cReceiptUnitPrice.ReadOnly = true;
this.cReceiptUnitPrice.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
this.cReceiptUnitPrice.Width = 150;
//
// cReceiptQuantity
//
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
this.cReceiptQuantity.DefaultCellStyle = dataGridViewCellStyle2;
this.cReceiptQuantity.HeaderText = "請款數量";
this.cReceiptQuantity.Name = "cReceiptQuantity";
this.cReceiptQuantity.ReadOnly = true;
this.cReceiptQuantity.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
//
// cRestReceipt
//
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
this.cRestReceipt.DefaultCellStyle = dataGridViewCellStyle3;
this.cRestReceipt.HeaderText = "請款餘量";
this.cRestReceipt.Name = "cRestReceipt";
this.cRestReceipt.ReadOnly = true;
this.cRestReceipt.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
//
// cExpectedReceiptDate
//
this.cExpectedReceiptDate.HeaderText = "預計請款日期";
this.cExpectedReceiptDate.Name = "cExpectedReceiptDate";
this.cExpectedReceiptDate.ReadOnly = true;
this.cExpectedReceiptDate.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
this.cExpectedReceiptDate.Width = 150;
//
// cActualReceiptDate
//
this.cActualReceiptDate.HeaderText = "實際請款日期";
this.cActualReceiptDate.Name = "cActualReceiptDate";
this.cActualReceiptDate.ReadOnly = true;
this.cActualReceiptDate.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
this.cActualReceiptDate.Width = 150;
//
// cExpectedReceiptedDate
//
this.cExpectedReceiptedDate.HeaderText = "預計收款日期";
this.cExpectedReceiptedDate.Name = "cExpectedReceiptedDate";
this.cExpectedReceiptedDate.ReadOnly = true;
this.cExpectedReceiptedDate.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
this.cExpectedReceiptedDate.Width = 150;
//
// cActualReceiptedDate
//
this.cActualReceiptedDate.HeaderText = "實際收款日期";
this.cActualReceiptedDate.Name = "cActualReceiptedDate";
this.cActualReceiptedDate.ReadOnly = true;
this.cActualReceiptedDate.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
this.cActualReceiptedDate.Width = 150;
//
// cReceiptTax
//
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
this.cReceiptTax.DefaultCellStyle = dataGridViewCellStyle4;
this.cReceiptTax.HeaderText = "稅額";
this.cReceiptTax.Name = "cReceiptTax";
this.cReceiptTax.ReadOnly = true;
//
// cReceiptAmount
//
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
this.cReceiptAmount.DefaultCellStyle = dataGridViewCellStyle5;
this.cReceiptAmount.HeaderText = "請款金額";
this.cReceiptAmount.Name = "cReceiptAmount";
this.cReceiptAmount.ReadOnly = true;
this.cReceiptAmount.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
this.cReceiptAmount.Width = 150;
//
// cRestReceiptAmount
//
dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
this.cRestReceiptAmount.DefaultCellStyle = dataGridViewCellStyle6;
this.cRestReceiptAmount.HeaderText = "待請餘額";
this.cRestReceiptAmount.Name = "cRestReceiptAmount";
this.cRestReceiptAmount.ReadOnly = true;
this.cRestReceiptAmount.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
this.cRestReceiptAmount.Width = 150;
//
// cMemo
//
this.cMemo.HeaderText = "備註";
this.cMemo.Name = "cMemo";
this.cMemo.ReadOnly = true;
this.cMemo.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
this.cMemo.Width = 300;
//
// btnArrangeProject
//
this.btnArrangeProject.Enabled = false;
this.btnArrangeProject.Location = new System.Drawing.Point(6, 28);
this.btnArrangeProject.Name = "btnArrangeProject";
this.btnArrangeProject.Size = new System.Drawing.Size(125, 29);
this.btnArrangeProject.TabIndex = 18;
this.btnArrangeProject.Text = "產生請款計劃";
this.btnArrangeProject.UseVisualStyleBackColor = true;
this.btnArrangeProject.Click += new System.EventHandler(this.btnArrangeProject_Click);
//
// txtCustomerID
//
this.txtCustomerID.Location = new System.Drawing.Point(924, 72);
this.txtCustomerID.Name = "txtCustomerID";
this.txtCustomerID.Size = new System.Drawing.Size(60, 29);
this.txtCustomerID.TabIndex = 12;
this.txtCustomerID.Visible = false;
this.txtCustomerID.WordWrap = false;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(1016, 40);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(121, 20);
this.label5.TabIndex = 11;
this.label5.Text = "包含結案資料:";
//
// btnGetSalesOrderNo
//
this.btnGetSalesOrderNo.Location = new System.Drawing.Point(881, 36);
this.btnGetSalesOrderNo.Name = "btnGetSalesOrderNo";
this.btnGetSalesOrderNo.Size = new System.Drawing.Size(103, 29);
this.btnGetSalesOrderNo.TabIndex = 13;
this.btnGetSalesOrderNo.Text = "自訂單號";
this.btnGetSalesOrderNo.UseVisualStyleBackColor = true;
this.btnGetSalesOrderNo.Click += new System.EventHandler(this.btnGetSalesOrderNo_Click);
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(497, 144);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(105, 20);
this.label6.TabIndex = 11;
this.label6.Text = "訂單總金額:";
//
// txtOrderSum
//
this.txtOrderSum.Location = new System.Drawing.Point(608, 141);
this.txtOrderSum.Name = "txtOrderSum";
this.txtOrderSum.ReadOnly = true;
this.txtOrderSum.Size = new System.Drawing.Size(267, 29);
this.txtOrderSum.TabIndex = 12;
this.txtOrderSum.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
//
// txtProjectName
//
this.txtProjectName.Location = new System.Drawing.Point(608, 106);
this.txtProjectName.Name = "txtProjectName";
this.txtProjectName.Size = new System.Drawing.Size(267, 29);
this.txtProjectName.TabIndex = 12;
//
// txtProjectNumber
//
this.txtProjectNumber.Location = new System.Drawing.Point(881, 106);
this.txtProjectNumber.Name = "txtProjectNumber";
this.txtProjectNumber.Size = new System.Drawing.Size(60, 29);
this.txtProjectNumber.TabIndex = 12;
this.txtProjectNumber.Visible = false;
this.txtProjectNumber.WordWrap = false;
//
// tcOrderData
//
this.tcOrderData.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.tcOrderData.Controls.Add(this.OrderTab);
this.tcOrderData.Controls.Add(this.OutSourcingTab);
this.tcOrderData.Location = new System.Drawing.Point(501, 176);
this.tcOrderData.Name = "tcOrderData";
this.tcOrderData.SelectedIndex = 0;
this.tcOrderData.Size = new System.Drawing.Size(1366, 670);
this.tcOrderData.TabIndex = 21;
//
// OrderTab
//
this.OrderTab.Controls.Add(this.groupBox2);
this.OrderTab.Controls.Add(this.dgvOrderContent);
this.OrderTab.Location = new System.Drawing.Point(4, 29);
this.OrderTab.Name = "OrderTab";
this.OrderTab.Padding = new System.Windows.Forms.Padding(3);
this.OrderTab.Size = new System.Drawing.Size(1358, 637);
this.OrderTab.TabIndex = 0;
this.OrderTab.Text = "訂單內容";
this.OrderTab.UseVisualStyleBackColor = true;
//
// groupBox2
//
this.groupBox2.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.groupBox2.Controls.Add(this.dgvReceiptPlan);
this.groupBox2.Controls.Add(this.btnArrangeProject);
this.groupBox2.Location = new System.Drawing.Point(6, 262);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(1349, 369);
this.groupBox2.TabIndex = 1;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "請款計劃";
//
// dgvOrderContent
//
this.dgvOrderContent.AllowUserToAddRows = false;
this.dgvOrderContent.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.dgvOrderContent.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvOrderContent.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.cOrderItem,
this.cOrderContent,
this.cUnitPrice,
this.cQuantity,
this.cTax,
this.cAmount,
this.cOrderMemo});
this.dgvOrderContent.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
this.dgvOrderContent.Location = new System.Drawing.Point(3, 6);
this.dgvOrderContent.Name = "dgvOrderContent";
this.dgvOrderContent.RowTemplate.Height = 24;
this.dgvOrderContent.Size = new System.Drawing.Size(1349, 250);
this.dgvOrderContent.TabIndex = 0;
this.dgvOrderContent.CellBeginEdit += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dgvOrderContent_CellBeginEdit);
this.dgvOrderContent.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvOrderContent_CellEndEdit);
this.dgvOrderContent.RowEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvOrderContent_RowEnter);
this.dgvOrderContent.RowsAdded += new System.Windows.Forms.DataGridViewRowsAddedEventHandler(this.dgvOrderContent_RowsAdded);
this.dgvOrderContent.RowValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvOrderContent_RowValidated);
this.dgvOrderContent.RowValidating += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dgvOrderContent_RowValidating);
//
// cOrderItem
//
this.cOrderItem.DataPropertyName = "ItemNo";
this.cOrderItem.HeaderText = "項次";
this.cOrderItem.Name = "cOrderItem";
this.cOrderItem.ReadOnly = true;
this.cOrderItem.Width = 70;
//
// cOrderContent
//
this.cOrderContent.HeaderText = "採購項目";
this.cOrderContent.Name = "cOrderContent";
this.cOrderContent.Resizable = System.Windows.Forms.DataGridViewTriState.True;
this.cOrderContent.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
this.cOrderContent.Width = 300;
//
// cUnitPrice
//
dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
this.cUnitPrice.DefaultCellStyle = dataGridViewCellStyle7;
this.cUnitPrice.HeaderText = "單價";
this.cUnitPrice.Name = "cUnitPrice";
this.cUnitPrice.Width = 150;
//
// cQuantity
//
dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
this.cQuantity.DefaultCellStyle = dataGridViewCellStyle8;
this.cQuantity.HeaderText = "數量";
this.cQuantity.Name = "cQuantity";
//
// cTax
//
dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
this.cTax.DefaultCellStyle = dataGridViewCellStyle9;
this.cTax.HeaderText = "稅額";
this.cTax.Name = "cTax";
this.cTax.ReadOnly = true;
//
// cAmount
//
dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
this.cAmount.DefaultCellStyle = dataGridViewCellStyle10;
this.cAmount.HeaderText = "小計";
this.cAmount.Name = "cAmount";
this.cAmount.ReadOnly = true;
this.cAmount.Width = 150;
//
// cOrderMemo
//
this.cOrderMemo.DataPropertyName = "Memo";
this.cOrderMemo.HeaderText = "備註";
this.cOrderMemo.Name = "cOrderMemo";
this.cOrderMemo.Width = 300;
//
// OutSourcingTab
//
this.OutSourcingTab.Controls.Add(this.groupBox3);
this.OutSourcingTab.Controls.Add(this.dgvOutSourcingContent);
this.OutSourcingTab.Location = new System.Drawing.Point(4, 29);
this.OutSourcingTab.Name = "OutSourcingTab";
this.OutSourcingTab.Padding = new System.Windows.Forms.Padding(3);
this.OutSourcingTab.Size = new System.Drawing.Size(1358, 637);
this.OutSourcingTab.TabIndex = 1;
this.OutSourcingTab.Text = "委外內容";
this.OutSourcingTab.UseVisualStyleBackColor = true;
//
// groupBox3
//
this.groupBox3.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.groupBox3.Controls.Add(this.dgvToPayPlan);
this.groupBox3.Controls.Add(this.btnArrangToPayProject);
this.groupBox3.Location = new System.Drawing.Point(6, 262);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(1346, 368);
this.groupBox3.TabIndex = 2;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "付款計劃";
//
// dgvToPayPlan
//
this.dgvToPayPlan.AllowUserToAddRows = false;
this.dgvToPayPlan.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.dgvToPayPlan.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvToPayPlan.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.cCheckToPay,
this.cPayItem,
this.cPayItemNo,
this.cPayPhase,
this.cInvoiceNo,
this.cPayUnitPrice,
this.cPayQuantity,
this.cRestPayQuantity,
this.cExpectedPayDate,
this.cActualPaiedDate,
this.cPayAmount,
this.cRestPayAmount,
this.cPayMemo});
this.dgvToPayPlan.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
this.dgvToPayPlan.Location = new System.Drawing.Point(6, 63);
this.dgvToPayPlan.Name = "dgvToPayPlan";
this.dgvToPayPlan.RowTemplate.Height = 24;
this.dgvToPayPlan.Size = new System.Drawing.Size(1346, 299);
this.dgvToPayPlan.TabIndex = 18;
this.dgvToPayPlan.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvToPayPlan_CellContentClick);
this.dgvToPayPlan.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvToPayPlan_CellEndEdit);
this.dgvToPayPlan.CellEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvToPayPlan_CellEnter);
this.dgvToPayPlan.RowsAdded += new System.Windows.Forms.DataGridViewRowsAddedEventHandler(this.dgvToPayPlan_RowsAdded);
this.dgvToPayPlan.RowValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvToPayPlan_RowValidated);
this.dgvToPayPlan.RowValidating += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dgvToPayPlan_RowValidating);
//
// cCheckToPay
//
this.cCheckToPay.HeaderText = "核銷";
this.cCheckToPay.Name = "cCheckToPay";
this.cCheckToPay.Width = 60;
//
// cPayItem
//
this.cPayItem.HeaderText = "付款項目";
this.cPayItem.Name = "cPayItem";
this.cPayItem.Resizable = System.Windows.Forms.DataGridViewTriState.True;
this.cPayItem.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
this.cPayItem.Width = 200;
//
// cPayItemNo
//
this.cPayItemNo.HeaderText = "項次";
this.cPayItemNo.Name = "cPayItemNo";
this.cPayItemNo.ReadOnly = true;
this.cPayItemNo.Width = 65;
//
// cPayPhase
//
this.cPayPhase.HeaderText = "期數";
this.cPayPhase.Name = "cPayPhase";
this.cPayPhase.ReadOnly = true;
this.cPayPhase.Width = 65;
//
// cInvoiceNo
//
this.cInvoiceNo.HeaderText = "發票號碼";
this.cInvoiceNo.Name = "cInvoiceNo";
this.cInvoiceNo.Width = 150;
//
// cPayUnitPrice
//
dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
this.cPayUnitPrice.DefaultCellStyle = dataGridViewCellStyle11;
this.cPayUnitPrice.HeaderText = "付款單價";
this.cPayUnitPrice.Name = "cPayUnitPrice";
//
// cPayQuantity
//
dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
this.cPayQuantity.DefaultCellStyle = dataGridViewCellStyle12;
this.cPayQuantity.HeaderText = "付款數量";
this.cPayQuantity.Name = "cPayQuantity";
//
// cRestPayQuantity
//
dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
this.cRestPayQuantity.DefaultCellStyle = dataGridViewCellStyle13;
this.cRestPayQuantity.HeaderText = "付款餘量";
this.cRestPayQuantity.Name = "cRestPayQuantity";
this.cRestPayQuantity.ReadOnly = true;
//
// cExpectedPayDate
//
this.cExpectedPayDate.HeaderText = "預計付款日期";
this.cExpectedPayDate.Name = "cExpectedPayDate";
this.cExpectedPayDate.Width = 150;
//
// cActualPaiedDate
//
this.cActualPaiedDate.HeaderText = "實際付款日期";
this.cActualPaiedDate.Name = "cActualPaiedDate";
this.cActualPaiedDate.Width = 150;
//
// cPayAmount
//
dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
this.cPayAmount.DefaultCellStyle = dataGridViewCellStyle14;
this.cPayAmount.HeaderText = "付款金額";
this.cPayAmount.Name = "cPayAmount";
//
// cRestPayAmount
//
dataGridViewCellStyle15.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
this.cRestPayAmount.DefaultCellStyle = dataGridViewCellStyle15;
this.cRestPayAmount.HeaderText = "待付餘額";
this.cRestPayAmount.Name = "cRestPayAmount";
this.cRestPayAmount.ReadOnly = true;
//
// cPayMemo
//
this.cPayMemo.HeaderText = "備註";
this.cPayMemo.Name = "cPayMemo";
this.cPayMemo.Width = 300;
//
// btnArrangToPayProject
//
this.btnArrangToPayProject.Location = new System.Drawing.Point(6, 28);
this.btnArrangToPayProject.Name = "btnArrangToPayProject";
this.btnArrangToPayProject.Size = new System.Drawing.Size(125, 29);
this.btnArrangToPayProject.TabIndex = 0;
this.btnArrangToPayProject.Text = "產生付款計劃";
this.btnArrangToPayProject.UseVisualStyleBackColor = true;
this.btnArrangToPayProject.Click += new System.EventHandler(this.btnArrangToPayProject_Click);
//
// dgvOutSourcingContent
//
this.dgvOutSourcingContent.AllowUserToAddRows = false;
this.dgvOutSourcingContent.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.dgvOutSourcingContent.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvOutSourcingContent.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.cOutOrderItem,
this.cOutOrderContent,
this.cOutUnitPrice,
this.cOutQuantity,
this.cOutAmount,
this.cOutOrderMemo});
this.dgvOutSourcingContent.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
this.dgvOutSourcingContent.Location = new System.Drawing.Point(3, 6);
this.dgvOutSourcingContent.Name = "dgvOutSourcingContent";
this.dgvOutSourcingContent.RowTemplate.Height = 24;
this.dgvOutSourcingContent.Size = new System.Drawing.Size(1349, 250);
this.dgvOutSourcingContent.TabIndex = 1;
this.dgvOutSourcingContent.CellBeginEdit += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dgvOutSourcingContent_CellBeginEdit);
this.dgvOutSourcingContent.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvOutSourcingContent_CellEndEdit);
this.dgvOutSourcingContent.RowEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvOutSourcingContent_RowEnter);
this.dgvOutSourcingContent.RowsAdded += new System.Windows.Forms.DataGridViewRowsAddedEventHandler(this.dgvOutSourcingContent_RowsAdded);
this.dgvOutSourcingContent.RowValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvOutSourcingContent_RowValidated);
this.dgvOutSourcingContent.RowValidating += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dgvOutSourcingContent_RowValidating);
//
// cOutOrderItem
//
this.cOutOrderItem.DataPropertyName = "ItemNo";
this.cOutOrderItem.HeaderText = "項次";
this.cOutOrderItem.Name = "cOutOrderItem";
this.cOutOrderItem.ReadOnly = true;
this.cOutOrderItem.Width = 70;
//
// cOutOrderContent
//
this.cOutOrderContent.HeaderText = "委外項目";
this.cOutOrderContent.Name = "cOutOrderContent";
this.cOutOrderContent.Resizable = System.Windows.Forms.DataGridViewTriState.True;
this.cOutOrderContent.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
this.cOutOrderContent.Width = 300;
//
// cOutUnitPrice
//
dataGridViewCellStyle16.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
this.cOutUnitPrice.DefaultCellStyle = dataGridViewCellStyle16;
this.cOutUnitPrice.HeaderText = "委外單價";
this.cOutUnitPrice.Name = "cOutUnitPrice";
this.cOutUnitPrice.Width = 150;
//
// cOutQuantity
//
dataGridViewCellStyle17.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
this.cOutQuantity.DefaultCellStyle = dataGridViewCellStyle17;
this.cOutQuantity.HeaderText = "委外數量";
this.cOutQuantity.Name = "cOutQuantity";
//
// cOutAmount
//
dataGridViewCellStyle18.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
this.cOutAmount.DefaultCellStyle = dataGridViewCellStyle18;
this.cOutAmount.HeaderText = "小計";
this.cOutAmount.Name = "cOutAmount";
this.cOutAmount.ReadOnly = true;
this.cOutAmount.Width = 150;
//
// cOutOrderMemo
//
this.cOutOrderMemo.DataPropertyName = "Memo";
this.cOutOrderMemo.HeaderText = "備註";
this.cOutOrderMemo.Name = "cOutOrderMemo";
this.cOutOrderMemo.Width = 300;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(1016, 144);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(105, 20);
this.label4.TabIndex = 11;
this.label4.Text = "委外總金額:";
//
// txtOutSourcingSum
//
this.txtOutSourcingSum.Location = new System.Drawing.Point(1127, 141);
this.txtOutSourcingSum.Name = "txtOutSourcingSum";
this.txtOutSourcingSum.ReadOnly = true;
this.txtOutSourcingSum.Size = new System.Drawing.Size(267, 29);
this.txtOutSourcingSum.TabIndex = 12;
this.txtOutSourcingSum.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
//
// rbOrderStatusOpen
//
this.rbOrderStatusOpen.AutoSize = true;
this.rbOrderStatusOpen.Location = new System.Drawing.Point(1143, 38);
this.rbOrderStatusOpen.Name = "rbOrderStatusOpen";
this.rbOrderStatusOpen.Size = new System.Drawing.Size(75, 24);
this.rbOrderStatusOpen.TabIndex = 22;
this.rbOrderStatusOpen.TabStop = true;
this.rbOrderStatusOpen.Text = "未結案";
this.rbOrderStatusOpen.UseVisualStyleBackColor = true;
//
// rbOrderStatusClose
//
this.rbOrderStatusClose.AutoSize = true;
this.rbOrderStatusClose.Location = new System.Drawing.Point(1224, 38);
this.rbOrderStatusClose.Name = "rbOrderStatusClose";
this.rbOrderStatusClose.Size = new System.Drawing.Size(75, 24);
this.rbOrderStatusClose.TabIndex = 22;
this.rbOrderStatusClose.TabStop = true;
this.rbOrderStatusClose.Text = "已結案";
this.rbOrderStatusClose.UseVisualStyleBackColor = true;
//
// PayPlanManagement
//
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 20F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1879, 857);
this.Controls.Add(this.rbOrderStatusClose);
this.Controls.Add(this.rbOrderStatusOpen);
this.Controls.Add(this.tcOrderData);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.btnGetSalesOrderNo);
this.Controls.Add(this.btnGetCustomer);
this.Controls.Add(this.txtProjectNumber);
this.Controls.Add(this.txtCustomerID);
this.Controls.Add(this.txtOutSourcingSum);
this.Controls.Add(this.txtOrderSum);
this.Controls.Add(this.txtProjectName);
this.Controls.Add(this.txtCustomerName);
this.Controls.Add(this.label4);
this.Controls.Add(this.label5);
this.Controls.Add(this.label6);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.txtSalesOrderNo);
this.Controls.Add(this.label1);
this.Controls.Add(this.dgvOrderList);
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 = "PayPlanManagement";
this.Text = "請款計劃維護";
this.Load += new System.EventHandler(this.PayPlanManagement_Load);
this.tsButtons.ResumeLayout(false);
this.tsButtons.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvOrderList)).EndInit();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvReceiptPlan)).EndInit();
this.tcOrderData.ResumeLayout(false);
this.OrderTab.ResumeLayout(false);
this.groupBox2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgvOrderContent)).EndInit();
this.OutSourcingTab.ResumeLayout(false);
this.groupBox3.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgvToPayPlan)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dgvOutSourcingContent)).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.DataGridView dgvOrderList;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txtSalesOrderNo;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txtCustomerName;
private System.Windows.Forms.Button btnGetCustomer;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.RadioButton rbPayType;
private System.Windows.Forms.RadioButton rbPayType1;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.RadioButton rbPayType3;
private System.Windows.Forms.RadioButton rbPayType2;
private System.Windows.Forms.DataGridView dgvReceiptPlan;
private System.Windows.Forms.TextBox txtCustomerID;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Button btnGetSalesOrderNo;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox txtOrderSum;
private System.Windows.Forms.TextBox txtProjectName;
private System.Windows.Forms.TextBox txtProjectNumber;
private System.Windows.Forms.Button btnArrangeProject;
private System.Windows.Forms.TabControl tcOrderData;
private System.Windows.Forms.TabPage OrderTab;
private System.Windows.Forms.DataGridView dgvOrderContent;
private System.Windows.Forms.TabPage OutSourcingTab;
private System.Windows.Forms.DataGridView dgvOutSourcingContent;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox txtOutSourcingSum;
private System.Windows.Forms.DataGridView dgvToPayPlan;
private System.Windows.Forms.Button btnArrangToPayProject;
private System.Windows.Forms.ToolStripButton tsbSetup;
private System.Windows.Forms.DataGridViewTextBoxColumn cOrderItem;
private System.Windows.Forms.DataGridViewComboBoxColumn cOrderContent;
private System.Windows.Forms.DataGridViewTextBoxColumn cUnitPrice;
private System.Windows.Forms.DataGridViewTextBoxColumn cQuantity;
private System.Windows.Forms.DataGridViewTextBoxColumn cTax;
private System.Windows.Forms.DataGridViewTextBoxColumn cAmount;
private System.Windows.Forms.DataGridViewTextBoxColumn cOrderMemo;
private System.Windows.Forms.DataGridViewButtonColumn cReceiptClean;
private System.Windows.Forms.DataGridViewComboBoxColumn cReceiptItem;
private System.Windows.Forms.DataGridViewTextBoxColumn cItemNo;
private System.Windows.Forms.DataGridViewTextBoxColumn cPhase;
private System.Windows.Forms.DataGridViewTextBoxColumn cReceiptNo;
private System.Windows.Forms.DataGridViewTextBoxColumn cReceiptUnitPrice;
private System.Windows.Forms.DataGridViewTextBoxColumn cReceiptQuantity;
private System.Windows.Forms.DataGridViewTextBoxColumn cRestReceipt;
private System.Windows.Forms.DataGridViewTextBoxColumn cExpectedReceiptDate;
private System.Windows.Forms.DataGridViewTextBoxColumn cActualReceiptDate;
private System.Windows.Forms.DataGridViewTextBoxColumn cExpectedReceiptedDate;
private System.Windows.Forms.DataGridViewTextBoxColumn cActualReceiptedDate;
private System.Windows.Forms.DataGridViewTextBoxColumn cReceiptTax;
private System.Windows.Forms.DataGridViewTextBoxColumn cReceiptAmount;
private System.Windows.Forms.DataGridViewTextBoxColumn cRestReceiptAmount;
private System.Windows.Forms.DataGridViewTextBoxColumn cMemo;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.DataGridViewTextBoxColumn cOutOrderItem;
private System.Windows.Forms.DataGridViewComboBoxColumn cOutOrderContent;
private System.Windows.Forms.DataGridViewTextBoxColumn cOutUnitPrice;
private System.Windows.Forms.DataGridViewTextBoxColumn cOutQuantity;
private System.Windows.Forms.DataGridViewTextBoxColumn cOutAmount;
private System.Windows.Forms.DataGridViewTextBoxColumn cOutOrderMemo;
private System.Windows.Forms.RadioButton rbOrderStatusOpen;
private System.Windows.Forms.RadioButton rbOrderStatusClose;
private System.Windows.Forms.DataGridViewTextBoxColumn cCustomerName;
private System.Windows.Forms.DataGridViewTextBoxColumn cProjectName;
private System.Windows.Forms.DataGridViewTextBoxColumn cOrderID;
private System.Windows.Forms.DataGridViewTextBoxColumn cCustomerID;
private System.Windows.Forms.DataGridViewTextBoxColumn cProjectNumber;
private System.Windows.Forms.DataGridViewTextBoxColumn cPayType;
private System.Windows.Forms.DataGridViewTextBoxColumn cOrderStatus;
private System.Windows.Forms.DataGridViewTextBoxColumn cModifyDate;
private System.Windows.Forms.DataGridViewTextBoxColumn cModifyUser;
private System.Windows.Forms.DataGridViewButtonColumn cCheckToPay;
private System.Windows.Forms.DataGridViewComboBoxColumn cPayItem;
private System.Windows.Forms.DataGridViewTextBoxColumn cPayItemNo;
private System.Windows.Forms.DataGridViewTextBoxColumn cPayPhase;
private System.Windows.Forms.DataGridViewTextBoxColumn cInvoiceNo;
private System.Windows.Forms.DataGridViewTextBoxColumn cPayUnitPrice;
private System.Windows.Forms.DataGridViewTextBoxColumn cPayQuantity;
private System.Windows.Forms.DataGridViewTextBoxColumn cRestPayQuantity;
private System.Windows.Forms.DataGridViewTextBoxColumn cExpectedPayDate;
private System.Windows.Forms.DataGridViewTextBoxColumn cActualPaiedDate;
private System.Windows.Forms.DataGridViewTextBoxColumn cPayAmount;
private System.Windows.Forms.DataGridViewTextBoxColumn cRestPayAmount;
private System.Windows.Forms.DataGridViewTextBoxColumn cPayMemo;
}
}