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 SetOpenAccountingSubID { /// <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.btnCurrentProfitAndLoss = new System.Windows.Forms.Button(); this.btnCumulativeProfitAndLoss = new System.Windows.Forms.Button(); this.SuspendLayout(); //
// btnCurrentProfitAndLoss
//
this.btnCurrentProfitAndLoss.Location = new System.Drawing.Point(12, 12); this.btnCurrentProfitAndLoss.Name = "btnCurrentProfitAndLoss"; this.btnCurrentProfitAndLoss.Size = new System.Drawing.Size(219, 27); this.btnCurrentProfitAndLoss.TabIndex = 0; this.btnCurrentProfitAndLoss.Text = "設定本期損益"; this.btnCurrentProfitAndLoss.UseVisualStyleBackColor = true; this.btnCurrentProfitAndLoss.Click += new System.EventHandler(this.btnCurrentProfitAndLoss_Click); //
// btnCumulativeProfitAndLoss
//
this.btnCumulativeProfitAndLoss.Location = new System.Drawing.Point(12, 45); this.btnCumulativeProfitAndLoss.Name = "btnCumulativeProfitAndLoss"; this.btnCumulativeProfitAndLoss.Size = new System.Drawing.Size(219, 27); this.btnCumulativeProfitAndLoss.TabIndex = 1; this.btnCumulativeProfitAndLoss.Text = "設定累積盈虧"; this.btnCumulativeProfitAndLoss.UseVisualStyleBackColor = true; this.btnCumulativeProfitAndLoss.Click += new System.EventHandler(this.btnCumulativeProfitAndLoss_Click); //
// SetOpenAccountingSubID
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(243, 86); this.Controls.Add(this.btnCumulativeProfitAndLoss); this.Controls.Add(this.btnCurrentProfitAndLoss); 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); this.Name = "SetOpenAccountingSubID"; this.Text = "設定關帳分錄資料"; this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button btnCurrentProfitAndLoss; private System.Windows.Forms.Button btnCumulativeProfitAndLoss; } }
|