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.
|
|
namespace ManagementSystem { partial class PayPlanManagementSetup { /// <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.btnReceiptPlanSetup = new System.Windows.Forms.Button(); this.btnPayPlan = new System.Windows.Forms.Button(); this.SuspendLayout(); //
// btnReceiptPlanSetup
//
this.btnReceiptPlanSetup.Location = new System.Drawing.Point(56, 21); this.btnReceiptPlanSetup.Name = "btnReceiptPlanSetup"; this.btnReceiptPlanSetup.Size = new System.Drawing.Size(185, 32); this.btnReceiptPlanSetup.TabIndex = 0; this.btnReceiptPlanSetup.Text = "請款計畫分錄維護"; this.btnReceiptPlanSetup.UseVisualStyleBackColor = true; this.btnReceiptPlanSetup.Click += new System.EventHandler(this.btnReceiptPlanSetup_Click); //
// btnPayPlan
//
this.btnPayPlan.Location = new System.Drawing.Point(56, 59); this.btnPayPlan.Name = "btnPayPlan"; this.btnPayPlan.Size = new System.Drawing.Size(185, 32); this.btnPayPlan.TabIndex = 0; this.btnPayPlan.Text = "付款計畫分錄維護"; this.btnPayPlan.UseVisualStyleBackColor = true; this.btnPayPlan.Click += new System.EventHandler(this.btnPayPlan_Click); //
// PayPlanManagementSetup
//
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(299, 123); this.Controls.Add(this.btnPayPlan); this.Controls.Add(this.btnReceiptPlanSetup); 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, 5, 5, 5); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "PayPlanManagementSetup"; this.Text = "請/付款計劃分錄格式設定"; this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button btnReceiptPlanSetup; private System.Windows.Forms.Button btnPayPlan; } }
|