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.

74 lines
3.3 KiB

  1. namespace ManagementSystem
  2. {
  3. partial class SetOpenAccountingSubID
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.btnCurrentProfitAndLoss = new System.Windows.Forms.Button();
  29. this.btnCumulativeProfitAndLoss = new System.Windows.Forms.Button();
  30. this.SuspendLayout();
  31. //
  32. // btnCurrentProfitAndLoss
  33. //
  34. this.btnCurrentProfitAndLoss.Location = new System.Drawing.Point(12, 12);
  35. this.btnCurrentProfitAndLoss.Name = "btnCurrentProfitAndLoss";
  36. this.btnCurrentProfitAndLoss.Size = new System.Drawing.Size(219, 27);
  37. this.btnCurrentProfitAndLoss.TabIndex = 0;
  38. this.btnCurrentProfitAndLoss.Text = "設定本期損益";
  39. this.btnCurrentProfitAndLoss.UseVisualStyleBackColor = true;
  40. this.btnCurrentProfitAndLoss.Click += new System.EventHandler(this.btnCurrentProfitAndLoss_Click);
  41. //
  42. // btnCumulativeProfitAndLoss
  43. //
  44. this.btnCumulativeProfitAndLoss.Location = new System.Drawing.Point(12, 45);
  45. this.btnCumulativeProfitAndLoss.Name = "btnCumulativeProfitAndLoss";
  46. this.btnCumulativeProfitAndLoss.Size = new System.Drawing.Size(219, 27);
  47. this.btnCumulativeProfitAndLoss.TabIndex = 1;
  48. this.btnCumulativeProfitAndLoss.Text = "設定累積盈虧";
  49. this.btnCumulativeProfitAndLoss.UseVisualStyleBackColor = true;
  50. this.btnCumulativeProfitAndLoss.Click += new System.EventHandler(this.btnCumulativeProfitAndLoss_Click);
  51. //
  52. // SetOpenAccountingSubID
  53. //
  54. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 16F);
  55. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  56. this.ClientSize = new System.Drawing.Size(243, 86);
  57. this.Controls.Add(this.btnCumulativeProfitAndLoss);
  58. this.Controls.Add(this.btnCurrentProfitAndLoss);
  59. this.Font = new System.Drawing.Font("新細明體", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
  60. this.Margin = new System.Windows.Forms.Padding(4);
  61. this.Name = "SetOpenAccountingSubID";
  62. this.Text = "設定關帳分錄資料";
  63. this.ResumeLayout(false);
  64. }
  65. #endregion
  66. private System.Windows.Forms.Button btnCurrentProfitAndLoss;
  67. private System.Windows.Forms.Button btnCumulativeProfitAndLoss;
  68. }
  69. }