?? form9.designer.cs
字號:
namespace Project1
{
partial class formWithDrawal
{
/// <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.button3 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.txtCustID = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.txtDate = new System.Windows.Forms.DateTimePicker();
this.label10 = new System.Windows.Forms.Label();
this.txtAmount = new System.Windows.Forms.TextBox();
this.txtCustName = 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.label7 = new System.Windows.Forms.Label();
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.SuspendLayout();
//
// button3
//
this.button3.Location = new System.Drawing.Point(338, 316);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(112, 32);
this.button3.TabIndex = 90;
this.button3.Text = "Cancel";
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(154, 316);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(112, 32);
this.button2.TabIndex = 89;
this.button2.Text = "WithDraw";
//
// button1
//
this.button1.Location = new System.Drawing.Point(458, 60);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(112, 24);
this.button1.TabIndex = 88;
this.button1.Text = "Fetch";
//
// txtCustID
//
this.txtCustID.Location = new System.Drawing.Point(250, 100);
this.txtCustID.Name = "txtCustID";
this.txtCustID.ReadOnly = true;
this.txtCustID.Size = new System.Drawing.Size(168, 20);
this.txtCustID.TabIndex = 86;
//
// label6
//
this.label6.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.label6.Location = new System.Drawing.Point(114, 180);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(80, 16);
this.label6.TabIndex = 85;
this.label6.Text = "Account Type";
//
// label5
//
this.label5.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.label5.Location = new System.Drawing.Point(130, 100);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(72, 16);
this.label5.TabIndex = 84;
this.label5.Text = "Customer ID";
//
// txtDate
//
this.txtDate.Format = System.Windows.Forms.DateTimePickerFormat.Short;
this.txtDate.Location = new System.Drawing.Point(250, 220);
this.txtDate.Name = "txtDate";
this.txtDate.Size = new System.Drawing.Size(168, 20);
this.txtDate.TabIndex = 83;
//
// label10
//
this.label10.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.label10.Location = new System.Drawing.Point(154, 220);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(32, 24);
this.label10.TabIndex = 82;
this.label10.Text = "Date";
//
// txtAmount
//
this.txtAmount.Location = new System.Drawing.Point(250, 260);
this.txtAmount.Name = "txtAmount";
this.txtAmount.Size = new System.Drawing.Size(168, 20);
this.txtAmount.TabIndex = 81;
//
// txtCustName
//
this.txtCustName.Location = new System.Drawing.Point(250, 140);
this.txtCustName.Name = "txtCustName";
this.txtCustName.ReadOnly = true;
this.txtCustName.Size = new System.Drawing.Size(168, 20);
this.txtCustName.TabIndex = 80;
//
// txtAccNo
//
this.txtAccNo.Location = new System.Drawing.Point(250, 60);
this.txtAccNo.Name = "txtAccNo";
this.txtAccNo.Size = new System.Drawing.Size(168, 20);
this.txtAccNo.TabIndex = 79;
//
// label4
//
this.label4.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.label4.Location = new System.Drawing.Point(138, 260);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(56, 24);
this.label4.TabIndex = 78;
this.label4.Text = "Amount";
//
// label3
//
this.label3.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.label3.Location = new System.Drawing.Point(106, 140);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(96, 24);
this.label3.TabIndex = 77;
this.label3.Text = "Customer Name";
//
// label2
//
this.label2.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.label2.Location = new System.Drawing.Point(106, 60);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(104, 24);
this.label2.TabIndex = 76;
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(226, 4);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(200, 40);
this.label1.TabIndex = 75;
this.label1.Text = "WithDrawal Screen";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label7
//
this.label7.Location = new System.Drawing.Point(114, 300);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(392, 64);
this.label7.TabIndex = 91;
//
// comboBox1
//
this.comboBox1.FormattingEnabled = true;
this.comboBox1.Location = new System.Drawing.Point(248, 185);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(170, 21);
this.comboBox1.TabIndex = 92;
//
// formWithDrawal
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(674, 425);
this.Controls.Add(this.comboBox1);
this.Controls.Add(this.button3);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.Controls.Add(this.txtCustID);
this.Controls.Add(this.label6);
this.Controls.Add(this.label5);
this.Controls.Add(this.txtDate);
this.Controls.Add(this.label10);
this.Controls.Add(this.txtAmount);
this.Controls.Add(this.txtCustName);
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.Controls.Add(this.label7);
this.Name = "formWithDrawal";
this.Text = "WithDrawal Screen";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.TextBox txtCustID;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.DateTimePicker txtDate;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.TextBox txtAmount;
private System.Windows.Forms.TextBox txtCustName;
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.Label label7;
private System.Windows.Forms.ComboBox comboBox1;
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -