namespace WinMultiForm { partial class frmCal { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.rdbMonth = new System.Windows.Forms.RadioButton(); this.rdbYear = new System.Windows.Forms.RadioButton(); this.SuspendLayout(); // // rdbMonth // this.rdbMonth.AutoSize = true; this.rdbMonth.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.rdbMonth.Location = new System.Drawing.Point(50, 99); this.rdbMonth.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.rdbMonth.Name = "rdbMonth"; this.rdbMonth.Size = new System.Drawing.Size(113, 29); this.rdbMonth.TabIndex = 5; this.rdbMonth.TabStop = true; this.rdbMonth.Text = "每月計息"; this.rdbMonth.UseVisualStyleBackColor = true; // // rdbYear // this.rdbYear.AutoSize = true; this.rdbYear.Checked = true; this.rdbYear.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.rdbYear.Location = new System.Drawing.Point(50, 55); this.rdbYear.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.rdbYear.Name = "rdbYear"; this.rdbYear.Size = new System.Drawing.Size(113, 29); this.rdbYear.TabIndex = 4; this.rdbYear.TabStop = true; this.rdbYear.Text = "每年計息"; this.rdbYear.UseVisualStyleBackColor = true; // // frmCal // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(282, 253); this.Controls.Add(this.rdbMonth); this.Controls.Add(this.rdbYear); this.Name = "frmCal"; this.Text = "選擇計息"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.RadioButton rdbMonth; private System.Windows.Forms.RadioButton rdbYear; } }