this.计算规则.Name = "计算规则"; this.计算规则.Size = new System.Drawing.Size(168, 20); this.计算规则.TabIndex = 2; // // label5 // this.label5.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.label5.Location = new System.Drawing.Point(32, 192); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(88, 16); this.label5.TabIndex = 0; this.label5.Text = "每月存入:"; // // 每月存入 // this.每月存入.DecimalPlaces = 2; this.每月存入.Location = new System.Drawing.Point(112, 192); this.每月存入.Maximum = new System.Decimal(new int[] { -1156317184, 46566128, 0, 0}); this.每月存入.Name = "每月存入"; this.每月存入.Size = new System.Drawing.Size(168, 21); this.每月存入.TabIndex = 1; this.每月存入.ThousandsSeparator = true; // // label6 // this.label6.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.label6.Location = new System.Drawing.Point(32, 264); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(88, 16); this.label6.TabIndex = 0; this.label6.Text = "存款总额:"; // // 存款总额 // this.存款总额.DecimalPlaces = 2; this.存款总额.Increment = new System.Decimal(new int[] { 100, 0, 0, 0}); this.存款总额.Location = new System.Drawing.Point(112, 264); this.存款总额.Maximum = new System.Decimal(new int[] { -1156317184, 46566128, 0, 0}); this.存款总额.Name = "存款总额"; this.存款总额.ReadOnly = true; this.存款总额.Size = new System.Drawing.Size(168, 21); this.存款总额.TabIndex = 1; this.存款总额.ThousandsSeparator = true; // // 计算 // this.计算.Location = new System.Drawing.Point(248, 320); this.计算.Name = "计算"; this.计算.TabIndex = 3; this.计算.Text = "计算存款"; this.计算.Click += new System.EventHandler(this.计算_Click); // // Form1 // this.AutoScaleBaseSize = new System.Drawing.Size(6, 14); this.ClientSize = new System.Drawing.Size(360, 373); this.Controls.Add(this.计算); this.Controls.Add(this.存款总额); this.Controls.Add(this.每月存入); this.Controls.Add(this.计算规则); this.Controls.Add(this.存期); this.Controls.Add(this.利率); this.Controls.Add(this.初始金额); this.Controls.Add(this.label1); this.Controls.Add(this.label2); this.Controls.Add(this.label3); this.Controls.Add(this.label4); this.Controls.Add(this.label5); this.Controls.Add(this.label6); this.Name = "Form1"; this.Text = "储蓄利率计算器"; ((System.ComponentModel.ISupportInitialize)(this.初始金额)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.利率)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.存期)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.每月存入)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.存款总额)).EndInit(); |