📄 formaddaccount.designer.cs
字号:
namespace Financial
{
partial class FormAddAccount
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.textBox_UserName = new System.Windows.Forms.TextBox();
this.textBox_BankbookNum = new System.Windows.Forms.TextBox();
this.textBox_cardNum = new System.Windows.Forms.TextBox();
this.dateTimePicker_StartDate = new System.Windows.Forms.DateTimePicker();
this.textBox_BankName = new System.Windows.Forms.TextBox();
this.textBox_MoneyType = new System.Windows.Forms.TextBox();
this.textBox_AccountType = new System.Windows.Forms.TextBox();
this.textBox_IniBalance = new System.Windows.Forms.TextBox();
this.textBox_RemainBalance = new System.Windows.Forms.TextBox();
this.textBox_Reamrk = new System.Windows.Forms.TextBox();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.button_Ok = new System.Windows.Forms.Button();
this.button_Cancel = new System.Windows.Forms.Button();
this.button_Reset = new System.Windows.Forms.Button();
this.label_Info = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 24);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(29, 12);
this.label1.TabIndex = 0;
this.label1.Text = "户主";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(12, 59);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(41, 12);
this.label2.TabIndex = 0;
this.label2.Text = "存折号";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(319, 59);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(29, 12);
this.label3.TabIndex = 0;
this.label3.Text = "卡号";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(12, 104);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(53, 12);
this.label4.TabIndex = 0;
this.label4.Text = "开户日期";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(295, 104);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(53, 12);
this.label5.TabIndex = 0;
this.label5.Text = "开户银行";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(12, 149);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(29, 12);
this.label6.TabIndex = 0;
this.label6.Text = "币种";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(295, 143);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(53, 12);
this.label7.TabIndex = 0;
this.label7.Text = "帐户类型";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(12, 195);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(53, 12);
this.label8.TabIndex = 0;
this.label8.Text = "初始额度";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(295, 195);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(53, 12);
this.label9.TabIndex = 0;
this.label9.Text = "余额额度";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(12, 235);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(29, 12);
this.label10.TabIndex = 0;
this.label10.Text = "备注";
//
// textBox_UserName
//
this.textBox_UserName.Location = new System.Drawing.Point(82, 15);
this.textBox_UserName.Name = "textBox_UserName";
this.textBox_UserName.Size = new System.Drawing.Size(183, 21);
this.textBox_UserName.TabIndex = 1;
this.textBox_UserName.TextChanged += new System.EventHandler(this.textBox_UserName_TextChanged);
//
// textBox_BankbookNum
//
this.textBox_BankbookNum.Location = new System.Drawing.Point(82, 50);
this.textBox_BankbookNum.Name = "textBox_BankbookNum";
this.textBox_BankbookNum.Size = new System.Drawing.Size(183, 21);
this.textBox_BankbookNum.TabIndex = 2;
this.textBox_BankbookNum.TextChanged += new System.EventHandler(this.textBox_BankbookNum_TextChanged);
//
// textBox_cardNum
//
this.textBox_cardNum.Location = new System.Drawing.Point(364, 50);
this.textBox_cardNum.Name = "textBox_cardNum";
this.textBox_cardNum.Size = new System.Drawing.Size(183, 21);
this.textBox_cardNum.TabIndex = 3;
this.textBox_cardNum.TextChanged += new System.EventHandler(this.textBox_cardNum_TextChanged);
//
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -