📄 formaddaccount.designer.cs
字号:
// dateTimePicker_StartDate
//
this.dateTimePicker_StartDate.Location = new System.Drawing.Point(82, 95);
this.dateTimePicker_StartDate.Name = "dateTimePicker_StartDate";
this.dateTimePicker_StartDate.Size = new System.Drawing.Size(183, 21);
this.dateTimePicker_StartDate.TabIndex = 4;
//
// textBox_BankName
//
this.textBox_BankName.Location = new System.Drawing.Point(364, 95);
this.textBox_BankName.Name = "textBox_BankName";
this.textBox_BankName.Size = new System.Drawing.Size(183, 21);
this.textBox_BankName.TabIndex = 5;
this.textBox_BankName.TextChanged += new System.EventHandler(this.textBox_BankName_TextChanged);
//
// textBox_MoneyType
//
this.textBox_MoneyType.Location = new System.Drawing.Point(82, 140);
this.textBox_MoneyType.Name = "textBox_MoneyType";
this.textBox_MoneyType.Size = new System.Drawing.Size(183, 21);
this.textBox_MoneyType.TabIndex = 6;
this.textBox_MoneyType.TextChanged += new System.EventHandler(this.textBox_MoneyType_TextChanged);
//
// textBox_AccountType
//
this.textBox_AccountType.Location = new System.Drawing.Point(364, 140);
this.textBox_AccountType.Name = "textBox_AccountType";
this.textBox_AccountType.Size = new System.Drawing.Size(183, 21);
this.textBox_AccountType.TabIndex = 7;
this.textBox_AccountType.TextChanged += new System.EventHandler(this.textBox_AccountType_TextChanged);
//
// textBox_IniBalance
//
this.textBox_IniBalance.Location = new System.Drawing.Point(82, 186);
this.textBox_IniBalance.Name = "textBox_IniBalance";
this.textBox_IniBalance.Size = new System.Drawing.Size(183, 21);
this.textBox_IniBalance.TabIndex = 8;
this.textBox_IniBalance.TextChanged += new System.EventHandler(this.textBox_IniBalance_TextChanged);
//
// textBox_RemainBalance
//
this.textBox_RemainBalance.Location = new System.Drawing.Point(364, 186);
this.textBox_RemainBalance.Name = "textBox_RemainBalance";
this.textBox_RemainBalance.Size = new System.Drawing.Size(183, 21);
this.textBox_RemainBalance.TabIndex = 9;
this.textBox_RemainBalance.TextChanged += new System.EventHandler(this.textBox_RemainBalance_TextChanged);
//
// textBox_Reamrk
//
this.textBox_Reamrk.Location = new System.Drawing.Point(64, 235);
this.textBox_Reamrk.Multiline = true;
this.textBox_Reamrk.Name = "textBox_Reamrk";
this.textBox_Reamrk.Size = new System.Drawing.Size(483, 75);
this.textBox_Reamrk.TabIndex = 10;
//
// groupBox4
//
this.groupBox4.Location = new System.Drawing.Point(-4, 316);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(578, 8);
this.groupBox4.TabIndex = 3;
this.groupBox4.TabStop = false;
//
// button_Ok
//
this.button_Ok.Location = new System.Drawing.Point(452, 336);
this.button_Ok.Name = "button_Ok";
this.button_Ok.Size = new System.Drawing.Size(95, 30);
this.button_Ok.TabIndex = 11;
this.button_Ok.Text = "确定";
this.button_Ok.UseVisualStyleBackColor = true;
this.button_Ok.Click += new System.EventHandler(this.button_Ok_Click);
//
// button_Cancel
//
this.button_Cancel.Location = new System.Drawing.Point(283, 336);
this.button_Cancel.Name = "button_Cancel";
this.button_Cancel.Size = new System.Drawing.Size(75, 30);
this.button_Cancel.TabIndex = 13;
this.button_Cancel.Text = "取消";
this.button_Cancel.UseVisualStyleBackColor = true;
this.button_Cancel.Click += new System.EventHandler(this.button_Cancel_Click);
//
// button_Reset
//
this.button_Reset.Location = new System.Drawing.Point(364, 336);
this.button_Reset.Name = "button_Reset";
this.button_Reset.Size = new System.Drawing.Size(75, 30);
this.button_Reset.TabIndex = 12;
this.button_Reset.Text = "重置";
this.button_Reset.UseVisualStyleBackColor = true;
this.button_Reset.Click += new System.EventHandler(this.button_Reset_Click);
//
// label_Info
//
this.label_Info.ForeColor = System.Drawing.Color.Red;
this.label_Info.Location = new System.Drawing.Point(312, 20);
this.label_Info.Name = "label_Info";
this.label_Info.Size = new System.Drawing.Size(235, 23);
this.label_Info.TabIndex = 14;
//
// FormAddAccount
//
this.AcceptButton = this.button_Ok;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(571, 377);
this.Controls.Add(this.label_Info);
this.Controls.Add(this.button_Reset);
this.Controls.Add(this.button_Cancel);
this.Controls.Add(this.button_Ok);
this.Controls.Add(this.groupBox4);
this.Controls.Add(this.dateTimePicker_StartDate);
this.Controls.Add(this.textBox_AccountType);
this.Controls.Add(this.textBox_RemainBalance);
this.Controls.Add(this.textBox_Reamrk);
this.Controls.Add(this.textBox_IniBalance);
this.Controls.Add(this.textBox_MoneyType);
this.Controls.Add(this.textBox_BankName);
this.Controls.Add(this.textBox_cardNum);
this.Controls.Add(this.textBox_BankbookNum);
this.Controls.Add(this.textBox_UserName);
this.Controls.Add(this.label7);
this.Controls.Add(this.label9);
this.Controls.Add(this.label10);
this.Controls.Add(this.label8);
this.Controls.Add(this.label6);
this.Controls.Add(this.label5);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.Name = "FormAddAccount";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "帐户详细信息";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.GroupBox groupBox4;
private System.Windows.Forms.Button button_Ok;
private System.Windows.Forms.Button button_Cancel;
private System.Windows.Forms.Button button_Reset;
public System.Windows.Forms.TextBox textBox_UserName;
public System.Windows.Forms.TextBox textBox_BankbookNum;
public System.Windows.Forms.TextBox textBox_cardNum;
public System.Windows.Forms.DateTimePicker dateTimePicker_StartDate;
public System.Windows.Forms.TextBox textBox_BankName;
public System.Windows.Forms.TextBox textBox_MoneyType;
public System.Windows.Forms.TextBox textBox_AccountType;
public System.Windows.Forms.TextBox textBox_IniBalance;
public System.Windows.Forms.TextBox textBox_RemainBalance;
public System.Windows.Forms.TextBox textBox_Reamrk;
private System.Windows.Forms.Label label_Info;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -