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.
430 lines
20 KiB
430 lines
20 KiB
namespace ManagementSystem
|
|
{
|
|
partial class CashFlowForecastEdit
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.txtForecastIncome = new System.Windows.Forms.TextBox();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.txtForecastExpand = new System.Windows.Forms.TextBox();
|
|
this.btnGetCustomer = new System.Windows.Forms.Button();
|
|
this.txtCustomerID = new System.Windows.Forms.TextBox();
|
|
this.txtCustomerName = new System.Windows.Forms.TextBox();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.btnGetProject = new System.Windows.Forms.Button();
|
|
this.txtProjectNumber = new System.Windows.Forms.TextBox();
|
|
this.txtProjectName = new System.Windows.Forms.TextBox();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.txtMemo = new System.Windows.Forms.TextBox();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.txtInvoiceNo = new System.Windows.Forms.TextBox();
|
|
this.rbForecastType = new System.Windows.Forms.RadioButton();
|
|
this.rbForecastType1 = new System.Windows.Forms.RadioButton();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.label11 = new System.Windows.Forms.Label();
|
|
this.txtCycleTimes = new System.Windows.Forms.TextBox();
|
|
this.btnClose = new System.Windows.Forms.Button();
|
|
this.btnClean = new System.Windows.Forms.Button();
|
|
this.btnSave = new System.Windows.Forms.Button();
|
|
this.dpForcastDate = new System.Windows.Forms.DateTimePicker();
|
|
this.dpStartDate = new System.Windows.Forms.DateTimePicker();
|
|
this.rbForecastType2 = new System.Windows.Forms.RadioButton();
|
|
this.dpEndDate = new System.Windows.Forms.DateTimePicker();
|
|
this.label12 = new System.Windows.Forms.Label();
|
|
this.SuspendLayout();
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(45, 75);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(89, 20);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "預估日期:";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(40, 249);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(89, 20);
|
|
this.label2.TabIndex = 0;
|
|
this.label2.Text = "預估收入:";
|
|
//
|
|
// txtForecastIncome
|
|
//
|
|
this.txtForecastIncome.Location = new System.Drawing.Point(140, 246);
|
|
this.txtForecastIncome.Name = "txtForecastIncome";
|
|
this.txtForecastIncome.Size = new System.Drawing.Size(167, 29);
|
|
this.txtForecastIncome.TabIndex = 15;
|
|
this.txtForecastIncome.Enter += new System.EventHandler(this.txtForecastIncome_Enter);
|
|
this.txtForecastIncome.Leave += new System.EventHandler(this.txtForecastIncome_Leave);
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(364, 249);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(89, 20);
|
|
this.label3.TabIndex = 0;
|
|
this.label3.Text = "預估支出:";
|
|
//
|
|
// txtForecastExpand
|
|
//
|
|
this.txtForecastExpand.Location = new System.Drawing.Point(459, 246);
|
|
this.txtForecastExpand.Name = "txtForecastExpand";
|
|
this.txtForecastExpand.Size = new System.Drawing.Size(167, 29);
|
|
this.txtForecastExpand.TabIndex = 16;
|
|
this.txtForecastExpand.Enter += new System.EventHandler(this.txtForecastExpand_Enter);
|
|
this.txtForecastExpand.Leave += new System.EventHandler(this.txtForecastExpand_Leave);
|
|
//
|
|
// btnGetCustomer
|
|
//
|
|
this.btnGetCustomer.Location = new System.Drawing.Point(442, 105);
|
|
this.btnGetCustomer.Name = "btnGetCustomer";
|
|
this.btnGetCustomer.Size = new System.Drawing.Size(41, 31);
|
|
this.btnGetCustomer.TabIndex = 10;
|
|
this.btnGetCustomer.Text = "...";
|
|
this.btnGetCustomer.UseVisualStyleBackColor = true;
|
|
this.btnGetCustomer.Click += new System.EventHandler(this.btnGetCustomer_Click);
|
|
//
|
|
// txtCustomerID
|
|
//
|
|
this.txtCustomerID.Location = new System.Drawing.Point(489, 107);
|
|
this.txtCustomerID.Name = "txtCustomerID";
|
|
this.txtCustomerID.Size = new System.Drawing.Size(66, 29);
|
|
this.txtCustomerID.TabIndex = 15;
|
|
this.txtCustomerID.Visible = false;
|
|
this.txtCustomerID.WordWrap = false;
|
|
//
|
|
// txtCustomerName
|
|
//
|
|
this.txtCustomerName.Location = new System.Drawing.Point(140, 107);
|
|
this.txtCustomerName.Name = "txtCustomerName";
|
|
this.txtCustomerName.Size = new System.Drawing.Size(296, 29);
|
|
this.txtCustomerName.TabIndex = 9;
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(45, 109);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(89, 20);
|
|
this.label4.TabIndex = 14;
|
|
this.label4.Text = "客戶名稱:";
|
|
//
|
|
// btnGetProject
|
|
//
|
|
this.btnGetProject.Location = new System.Drawing.Point(442, 140);
|
|
this.btnGetProject.Name = "btnGetProject";
|
|
this.btnGetProject.Size = new System.Drawing.Size(41, 31);
|
|
this.btnGetProject.TabIndex = 12;
|
|
this.btnGetProject.Text = "...";
|
|
this.btnGetProject.UseVisualStyleBackColor = true;
|
|
this.btnGetProject.Click += new System.EventHandler(this.btnGetProject_Click);
|
|
//
|
|
// txtProjectNumber
|
|
//
|
|
this.txtProjectNumber.Location = new System.Drawing.Point(489, 139);
|
|
this.txtProjectNumber.Name = "txtProjectNumber";
|
|
this.txtProjectNumber.Size = new System.Drawing.Size(66, 29);
|
|
this.txtProjectNumber.TabIndex = 31;
|
|
this.txtProjectNumber.Visible = false;
|
|
this.txtProjectNumber.WordWrap = false;
|
|
//
|
|
// txtProjectName
|
|
//
|
|
this.txtProjectName.Location = new System.Drawing.Point(140, 142);
|
|
this.txtProjectName.Name = "txtProjectName";
|
|
this.txtProjectName.Size = new System.Drawing.Size(296, 29);
|
|
this.txtProjectName.TabIndex = 11;
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Font = new System.Drawing.Font("微軟正黑體", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
|
|
this.label5.Location = new System.Drawing.Point(45, 144);
|
|
this.label5.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(89, 20);
|
|
this.label5.TabIndex = 29;
|
|
this.label5.Text = "專案名稱:";
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Font = new System.Drawing.Font("微軟正黑體", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
|
|
this.label6.Location = new System.Drawing.Point(77, 180);
|
|
this.label6.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(57, 20);
|
|
this.label6.TabIndex = 29;
|
|
this.label6.Text = "備註:";
|
|
//
|
|
// txtMemo
|
|
//
|
|
this.txtMemo.Location = new System.Drawing.Point(140, 177);
|
|
this.txtMemo.Name = "txtMemo";
|
|
this.txtMemo.Size = new System.Drawing.Size(592, 29);
|
|
this.txtMemo.TabIndex = 13;
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.Location = new System.Drawing.Point(45, 214);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(89, 20);
|
|
this.label7.TabIndex = 0;
|
|
this.label7.Text = "發票編號:";
|
|
//
|
|
// txtInvoiceNo
|
|
//
|
|
this.txtInvoiceNo.Location = new System.Drawing.Point(140, 211);
|
|
this.txtInvoiceNo.Name = "txtInvoiceNo";
|
|
this.txtInvoiceNo.Size = new System.Drawing.Size(167, 29);
|
|
this.txtInvoiceNo.TabIndex = 14;
|
|
//
|
|
// rbForecastType
|
|
//
|
|
this.rbForecastType.AutoSize = true;
|
|
this.rbForecastType.Checked = true;
|
|
this.rbForecastType.Location = new System.Drawing.Point(140, 7);
|
|
this.rbForecastType.Name = "rbForecastType";
|
|
this.rbForecastType.Size = new System.Drawing.Size(59, 24);
|
|
this.rbForecastType.TabIndex = 1;
|
|
this.rbForecastType.TabStop = true;
|
|
this.rbForecastType.Text = "單次";
|
|
this.rbForecastType.UseVisualStyleBackColor = true;
|
|
this.rbForecastType.CheckedChanged += new System.EventHandler(this.rbForecastType_CheckedChanged);
|
|
//
|
|
// rbForecastType1
|
|
//
|
|
this.rbForecastType1.AutoSize = true;
|
|
this.rbForecastType1.Location = new System.Drawing.Point(205, 7);
|
|
this.rbForecastType1.Name = "rbForecastType1";
|
|
this.rbForecastType1.Size = new System.Drawing.Size(101, 24);
|
|
this.rbForecastType1.TabIndex = 2;
|
|
this.rbForecastType1.Text = "循環(多次)";
|
|
this.rbForecastType1.UseVisualStyleBackColor = true;
|
|
this.rbForecastType1.CheckedChanged += new System.EventHandler(this.rbForecastType1_CheckedChanged);
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.AutoSize = true;
|
|
this.label8.Location = new System.Drawing.Point(45, 9);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(89, 20);
|
|
this.label8.TabIndex = 0;
|
|
this.label8.Text = "預估模式:";
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.AutoSize = true;
|
|
this.label9.Location = new System.Drawing.Point(13, 38);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(121, 20);
|
|
this.label9.TabIndex = 0;
|
|
this.label9.Text = "首次計算日期:";
|
|
//
|
|
// label11
|
|
//
|
|
this.label11.AutoSize = true;
|
|
this.label11.Location = new System.Drawing.Point(292, 40);
|
|
this.label11.Name = "label11";
|
|
this.label11.Size = new System.Drawing.Size(89, 20);
|
|
this.label11.TabIndex = 0;
|
|
this.label11.Text = "周期次數:";
|
|
//
|
|
// txtCycleTimes
|
|
//
|
|
this.txtCycleTimes.Location = new System.Drawing.Point(387, 37);
|
|
this.txtCycleTimes.Name = "txtCycleTimes";
|
|
this.txtCycleTimes.Size = new System.Drawing.Size(66, 29);
|
|
this.txtCycleTimes.TabIndex = 6;
|
|
this.txtCycleTimes.WordWrap = false;
|
|
//
|
|
// btnClose
|
|
//
|
|
this.btnClose.Location = new System.Drawing.Point(657, 300);
|
|
this.btnClose.Name = "btnClose";
|
|
this.btnClose.Size = new System.Drawing.Size(75, 29);
|
|
this.btnClose.TabIndex = 19;
|
|
this.btnClose.Text = "關 閉";
|
|
this.btnClose.UseVisualStyleBackColor = true;
|
|
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
|
|
//
|
|
// btnClean
|
|
//
|
|
this.btnClean.Location = new System.Drawing.Point(576, 300);
|
|
this.btnClean.Name = "btnClean";
|
|
this.btnClean.Size = new System.Drawing.Size(75, 29);
|
|
this.btnClean.TabIndex = 18;
|
|
this.btnClean.Text = "清 除";
|
|
this.btnClean.UseVisualStyleBackColor = true;
|
|
this.btnClean.Click += new System.EventHandler(this.btnClean_Click);
|
|
//
|
|
// btnSave
|
|
//
|
|
this.btnSave.Location = new System.Drawing.Point(495, 300);
|
|
this.btnSave.Name = "btnSave";
|
|
this.btnSave.Size = new System.Drawing.Size(75, 29);
|
|
this.btnSave.TabIndex = 17;
|
|
this.btnSave.Text = "儲 存";
|
|
this.btnSave.UseVisualStyleBackColor = true;
|
|
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
|
|
//
|
|
// dpForcastDate
|
|
//
|
|
this.dpForcastDate.Format = System.Windows.Forms.DateTimePickerFormat.Short;
|
|
this.dpForcastDate.Location = new System.Drawing.Point(140, 72);
|
|
this.dpForcastDate.Name = "dpForcastDate";
|
|
this.dpForcastDate.Size = new System.Drawing.Size(130, 29);
|
|
this.dpForcastDate.TabIndex = 8;
|
|
//
|
|
// dpStartDate
|
|
//
|
|
this.dpStartDate.Format = System.Windows.Forms.DateTimePickerFormat.Short;
|
|
this.dpStartDate.Location = new System.Drawing.Point(140, 37);
|
|
this.dpStartDate.Name = "dpStartDate";
|
|
this.dpStartDate.Size = new System.Drawing.Size(130, 29);
|
|
this.dpStartDate.TabIndex = 4;
|
|
//
|
|
// rbForecastType2
|
|
//
|
|
this.rbForecastType2.AutoSize = true;
|
|
this.rbForecastType2.Location = new System.Drawing.Point(312, 7);
|
|
this.rbForecastType2.Name = "rbForecastType2";
|
|
this.rbForecastType2.Size = new System.Drawing.Size(101, 24);
|
|
this.rbForecastType2.TabIndex = 3;
|
|
this.rbForecastType2.Text = "循環(期間)";
|
|
this.rbForecastType2.UseVisualStyleBackColor = true;
|
|
this.rbForecastType2.CheckedChanged += new System.EventHandler(this.rbForecastType2_CheckedChanged);
|
|
//
|
|
// dpEndDate
|
|
//
|
|
this.dpEndDate.Format = System.Windows.Forms.DateTimePickerFormat.Short;
|
|
this.dpEndDate.Location = new System.Drawing.Point(595, 40);
|
|
this.dpEndDate.Name = "dpEndDate";
|
|
this.dpEndDate.Size = new System.Drawing.Size(137, 29);
|
|
this.dpEndDate.TabIndex = 7;
|
|
//
|
|
// label12
|
|
//
|
|
this.label12.AutoSize = true;
|
|
this.label12.Location = new System.Drawing.Point(468, 41);
|
|
this.label12.Name = "label12";
|
|
this.label12.Size = new System.Drawing.Size(121, 20);
|
|
this.label12.TabIndex = 34;
|
|
this.label12.Text = "結束計算日期:";
|
|
//
|
|
// CashFlowForecastEdit
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 20F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(776, 341);
|
|
this.Controls.Add(this.dpEndDate);
|
|
this.Controls.Add(this.label12);
|
|
this.Controls.Add(this.dpStartDate);
|
|
this.Controls.Add(this.dpForcastDate);
|
|
this.Controls.Add(this.btnSave);
|
|
this.Controls.Add(this.btnClean);
|
|
this.Controls.Add(this.btnClose);
|
|
this.Controls.Add(this.rbForecastType2);
|
|
this.Controls.Add(this.rbForecastType1);
|
|
this.Controls.Add(this.rbForecastType);
|
|
this.Controls.Add(this.txtMemo);
|
|
this.Controls.Add(this.btnGetProject);
|
|
this.Controls.Add(this.txtProjectNumber);
|
|
this.Controls.Add(this.txtProjectName);
|
|
this.Controls.Add(this.label6);
|
|
this.Controls.Add(this.label5);
|
|
this.Controls.Add(this.btnGetCustomer);
|
|
this.Controls.Add(this.txtCycleTimes);
|
|
this.Controls.Add(this.txtCustomerID);
|
|
this.Controls.Add(this.txtCustomerName);
|
|
this.Controls.Add(this.label4);
|
|
this.Controls.Add(this.txtForecastExpand);
|
|
this.Controls.Add(this.txtForecastIncome);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.txtInvoiceNo);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.label7);
|
|
this.Controls.Add(this.label8);
|
|
this.Controls.Add(this.label11);
|
|
this.Controls.Add(this.label9);
|
|
this.Controls.Add(this.label1);
|
|
this.Font = new System.Drawing.Font("微軟正黑體", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
|
|
this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "CashFlowForecastEdit";
|
|
this.Text = "金流預估編輯";
|
|
this.Load += new System.EventHandler(this.CashFlowForecastEdit_Load);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.TextBox txtForecastIncome;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.TextBox txtForecastExpand;
|
|
private System.Windows.Forms.Button btnGetCustomer;
|
|
private System.Windows.Forms.TextBox txtCustomerID;
|
|
private System.Windows.Forms.TextBox txtCustomerName;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Button btnGetProject;
|
|
public System.Windows.Forms.TextBox txtProjectNumber;
|
|
public System.Windows.Forms.TextBox txtProjectName;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.TextBox txtMemo;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.TextBox txtInvoiceNo;
|
|
private System.Windows.Forms.Label label8;
|
|
public System.Windows.Forms.RadioButton rbForecastType;
|
|
public System.Windows.Forms.RadioButton rbForecastType1;
|
|
private System.Windows.Forms.Label label9;
|
|
private System.Windows.Forms.Label label11;
|
|
public System.Windows.Forms.TextBox txtCycleTimes;
|
|
private System.Windows.Forms.Button btnClose;
|
|
private System.Windows.Forms.Button btnClean;
|
|
private System.Windows.Forms.Button btnSave;
|
|
private System.Windows.Forms.DateTimePicker dpForcastDate;
|
|
private System.Windows.Forms.DateTimePicker dpStartDate;
|
|
public System.Windows.Forms.RadioButton rbForecastType2;
|
|
private System.Windows.Forms.DateTimePicker dpEndDate;
|
|
private System.Windows.Forms.Label label12;
|
|
}
|
|
}
|