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.

76 lines
3.1 KiB

  1. namespace ManagementSystem
  2. {
  3. partial class PayPlanManagementSetup
  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.btnReceiptPlanSetup = new System.Windows.Forms.Button();
  29. this.btnPayPlan = new System.Windows.Forms.Button();
  30. this.SuspendLayout();
  31. //
  32. // btnReceiptPlanSetup
  33. //
  34. this.btnReceiptPlanSetup.Location = new System.Drawing.Point(56, 21);
  35. this.btnReceiptPlanSetup.Name = "btnReceiptPlanSetup";
  36. this.btnReceiptPlanSetup.Size = new System.Drawing.Size(185, 32);
  37. this.btnReceiptPlanSetup.TabIndex = 0;
  38. this.btnReceiptPlanSetup.Text = "請款計畫分錄維護";
  39. this.btnReceiptPlanSetup.UseVisualStyleBackColor = true;
  40. this.btnReceiptPlanSetup.Click += new System.EventHandler(this.btnReceiptPlanSetup_Click);
  41. //
  42. // btnPayPlan
  43. //
  44. this.btnPayPlan.Location = new System.Drawing.Point(56, 59);
  45. this.btnPayPlan.Name = "btnPayPlan";
  46. this.btnPayPlan.Size = new System.Drawing.Size(185, 32);
  47. this.btnPayPlan.TabIndex = 0;
  48. this.btnPayPlan.Text = "付款計畫分錄維護";
  49. this.btnPayPlan.UseVisualStyleBackColor = true;
  50. this.btnPayPlan.Click += new System.EventHandler(this.btnPayPlan_Click);
  51. //
  52. // PayPlanManagementSetup
  53. //
  54. this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 20F);
  55. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  56. this.ClientSize = new System.Drawing.Size(299, 123);
  57. this.Controls.Add(this.btnPayPlan);
  58. this.Controls.Add(this.btnReceiptPlanSetup);
  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(5, 5, 5, 5);
  61. this.MaximizeBox = false;
  62. this.MinimizeBox = false;
  63. this.Name = "PayPlanManagementSetup";
  64. this.Text = "請/付款計劃分錄格式設定";
  65. this.ResumeLayout(false);
  66. }
  67. #endregion
  68. private System.Windows.Forms.Button btnReceiptPlanSetup;
  69. private System.Windows.Forms.Button btnPayPlan;
  70. }
  71. }