📄 form7.designer.cs
字号:
namespace Project1
{
partial class formAddAcc
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.button2 = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.txtAmount = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.txtDateOfOpening = new System.Windows.Forms.DateTimePicker();
this.label10 = new System.Windows.Forms.Label();
this.txtCustID = new System.Windows.Forms.TextBox();
this.txtAccNo = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.txtStatus = new System.Windows.Forms.GroupBox();
this.radioFunctional = new System.Windows.Forms.RadioButton();
this.radioClosed = new System.Windows.Forms.RadioButton();
this.txtAccType = new System.Windows.Forms.ComboBox();
this.txtStatus.SuspendLayout();
this.SuspendLayout();
//
// button2
//
this.button2.Location = new System.Drawing.Point(422, 267);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(112, 40);
this.button2.TabIndex = 52;
this.button2.Text = "Cancel";
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// button1
//
this.button1.Location = new System.Drawing.Point(158, 267);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(112, 40);
this.button1.TabIndex = 51;
this.button1.Text = "Save";
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// txtAmount
//
this.txtAmount.Location = new System.Drawing.Point(484, 112);
this.txtAmount.Name = "txtAmount";
this.txtAmount.Size = new System.Drawing.Size(180, 20);
this.txtAmount.TabIndex = 50;
//
// label5
//
this.label5.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.label5.Location = new System.Drawing.Point(390, 115);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(112, 24);
this.label5.TabIndex = 49;
this.label5.Text = "Current Amount *";
//
// txtDateOfOpening
//
this.txtDateOfOpening.Format = System.Windows.Forms.DateTimePickerFormat.Short;
this.txtDateOfOpening.Location = new System.Drawing.Point(484, 75);
this.txtDateOfOpening.Name = "txtDateOfOpening";
this.txtDateOfOpening.Size = new System.Drawing.Size(180, 20);
this.txtDateOfOpening.TabIndex = 48;
//
// label10
//
this.label10.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.label10.Location = new System.Drawing.Point(390, 75);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(88, 24);
this.label10.TabIndex = 47;
this.label10.Text = "Date Of Opening";
//
// txtCustID
//
this.txtCustID.Location = new System.Drawing.Point(142, 108);
this.txtCustID.Name = "txtCustID";
this.txtCustID.ReadOnly = true;
this.txtCustID.Size = new System.Drawing.Size(128, 20);
this.txtCustID.TabIndex = 45;
this.txtCustID.TextChanged += new System.EventHandler(this.txtCustID_TextChanged);
//
// txtAccNo
//
this.txtAccNo.Location = new System.Drawing.Point(142, 72);
this.txtAccNo.Name = "txtAccNo";
this.txtAccNo.ReadOnly = true;
this.txtAccNo.Size = new System.Drawing.Size(128, 20);
this.txtAccNo.TabIndex = 44;
//
// label4
//
this.label4.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.label4.Location = new System.Drawing.Point(30, 152);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(96, 24);
this.label4.TabIndex = 40;
this.label4.Text = "Account Type*";
//
// label3
//
this.label3.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.label3.Location = new System.Drawing.Point(38, 108);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(88, 24);
this.label3.TabIndex = 39;
this.label3.Text = "Customer ID *";
//
// label2
//
this.label2.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.label2.Location = new System.Drawing.Point(14, 75);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(112, 24);
this.label2.TabIndex = 38;
this.label2.Text = "Account Number *";
//
// label1
//
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Italic | System.Drawing.FontStyle.Underline))));
this.label1.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.label1.Location = new System.Drawing.Point(255, 9);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(176, 40);
this.label1.TabIndex = 37;
this.label1.Text = "New Account Details";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// txtStatus
//
this.txtStatus.Controls.Add(this.radioFunctional);
this.txtStatus.Controls.Add(this.radioClosed);
this.txtStatus.Location = new System.Drawing.Point(475, 155);
this.txtStatus.Name = "txtStatus";
this.txtStatus.Size = new System.Drawing.Size(189, 46);
this.txtStatus.TabIndex = 111;
this.txtStatus.TabStop = false;
this.txtStatus.Text = "Status";
//
// radioFunctional
//
this.radioFunctional.AutoSize = true;
this.radioFunctional.Location = new System.Drawing.Point(52, 23);
this.radioFunctional.Name = "radioFunctional";
this.radioFunctional.Size = new System.Drawing.Size(68, 17);
this.radioFunctional.TabIndex = 108;
this.radioFunctional.TabStop = true;
this.radioFunctional.Text = "Fuctional";
this.radioFunctional.UseVisualStyleBackColor = true;
//
// radioClosed
//
this.radioClosed.AutoSize = true;
this.radioClosed.Location = new System.Drawing.Point(126, 23);
this.radioClosed.Name = "radioClosed";
this.radioClosed.Size = new System.Drawing.Size(57, 17);
this.radioClosed.TabIndex = 109;
this.radioClosed.TabStop = true;
this.radioClosed.Text = "Closed";
this.radioClosed.UseVisualStyleBackColor = true;
//
// txtAccType
//
this.txtAccType.FormattingEnabled = true;
this.txtAccType.Items.AddRange(new object[] {
"SB",
"CA",
"RD",
"FD"});
this.txtAccType.Location = new System.Drawing.Point(140, 152);
this.txtAccType.Name = "txtAccType";
this.txtAccType.Size = new System.Drawing.Size(130, 21);
this.txtAccType.TabIndex = 113;
this.txtAccType.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
//
// formAddAcc
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(676, 351);
this.Controls.Add(this.txtAccType);
this.Controls.Add(this.txtStatus);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.Controls.Add(this.txtAmount);
this.Controls.Add(this.label5);
this.Controls.Add(this.txtDateOfOpening);
this.Controls.Add(this.label10);
this.Controls.Add(this.txtCustID);
this.Controls.Add(this.txtAccNo);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Name = "formAddAcc";
this.Text = "New Account Details";
this.Load += new System.EventHandler(this.formAddAcc_Load);
this.txtStatus.ResumeLayout(false);
this.txtStatus.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.TextBox txtAmount;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.DateTimePicker txtDateOfOpening;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.TextBox txtCustID;
private System.Windows.Forms.TextBox txtAccNo;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.GroupBox txtStatus;
private System.Windows.Forms.RadioButton radioFunctional;
private System.Windows.Forms.RadioButton radioClosed;
private System.Windows.Forms.ComboBox txtAccType;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -