?? frmapply.designer.cs
字號:
?namespace MyQQ
{
partial class frmApply
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmApply));
this.btnCancel = new System.Windows.Forms.Button();
this.btnRegister = new System.Windows.Forms.Button();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.txtName = new System.Windows.Forms.TextBox();
this.cboBloodType = new System.Windows.Forms.ComboBox();
this.cboStar = new System.Windows.Forms.ComboBox();
this.label8 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.rdbFemale = new System.Windows.Forms.RadioButton();
this.rdbMale = new System.Windows.Forms.RadioButton();
this.txtPassword2 = new System.Windows.Forms.TextBox();
this.txtPassword = new System.Windows.Forms.TextBox();
this.txtAge = new System.Windows.Forms.TextBox();
this.txtNickName = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
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.pictureBox1 = new System.Windows.Forms.PictureBox();
this.groupBox2.SuspendLayout();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// btnCancel
//
this.btnCancel.Location = new System.Drawing.Point(355, 326);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(75, 23);
this.btnCancel.TabIndex = 6;
this.btnCancel.Text = "取消";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// btnRegister
//
this.btnRegister.Location = new System.Drawing.Point(254, 326);
this.btnRegister.Name = "btnRegister";
this.btnRegister.Size = new System.Drawing.Size(75, 23);
this.btnRegister.TabIndex = 7;
this.btnRegister.Text = "注冊";
this.btnRegister.UseVisualStyleBackColor = true;
this.btnRegister.Click += new System.EventHandler(this.btnRegister_Click);
//
// groupBox2
//
this.groupBox2.BackColor = System.Drawing.Color.Transparent;
this.groupBox2.Controls.Add(this.txtName);
this.groupBox2.Controls.Add(this.cboBloodType);
this.groupBox2.Controls.Add(this.cboStar);
this.groupBox2.Controls.Add(this.label8);
this.groupBox2.Controls.Add(this.label7);
this.groupBox2.Controls.Add(this.label6);
this.groupBox2.Location = new System.Drawing.Point(121, 192);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(309, 125);
this.groupBox2.TabIndex = 5;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "選填詳細資料";
//
// txtName
//
this.txtName.Location = new System.Drawing.Point(100, 28);
this.txtName.Name = "txtName";
this.txtName.Size = new System.Drawing.Size(165, 21);
this.txtName.TabIndex = 1;
//
// cboBloodType
//
this.cboBloodType.FormattingEnabled = true;
this.cboBloodType.Location = new System.Drawing.Point(100, 90);
this.cboBloodType.Name = "cboBloodType";
this.cboBloodType.Size = new System.Drawing.Size(165, 20);
this.cboBloodType.TabIndex = 1;
//
// cboStar
//
this.cboStar.FormattingEnabled = true;
this.cboStar.Location = new System.Drawing.Point(100, 59);
this.cboStar.Name = "cboStar";
this.cboStar.Size = new System.Drawing.Size(165, 20);
this.cboStar.TabIndex = 1;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(65, 90);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(29, 12);
this.label8.TabIndex = 0;
this.label8.Text = "血型";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(65, 64);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(29, 12);
this.label7.TabIndex = 0;
this.label7.Text = "星座";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(43, 31);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(53, 12);
this.label6.TabIndex = 0;
this.label6.Text = "真實姓名";
//
// groupBox1
//
this.groupBox1.BackColor = System.Drawing.Color.Transparent;
this.groupBox1.Controls.Add(this.rdbFemale);
this.groupBox1.Controls.Add(this.rdbMale);
this.groupBox1.Controls.Add(this.txtPassword2);
this.groupBox1.Controls.Add(this.txtPassword);
this.groupBox1.Controls.Add(this.txtAge);
this.groupBox1.Controls.Add(this.txtNickName);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Location = new System.Drawing.Point(121, 7);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(309, 167);
this.groupBox1.TabIndex = 4;
this.groupBox1.TabStop = false;
this.groupBox1.Text = " 注冊基本資料";
//
// rdbFemale
//
this.rdbFemale.AutoSize = true;
this.rdbFemale.Location = new System.Drawing.Point(173, 75);
this.rdbFemale.Name = "rdbFemale";
this.rdbFemale.Size = new System.Drawing.Size(35, 16);
this.rdbFemale.TabIndex = 2;
this.rdbFemale.Text = "女";
this.rdbFemale.UseVisualStyleBackColor = true;
//
// rdbMale
//
this.rdbMale.AutoSize = true;
this.rdbMale.Checked = true;
this.rdbMale.Location = new System.Drawing.Point(100, 75);
this.rdbMale.Name = "rdbMale";
this.rdbMale.Size = new System.Drawing.Size(35, 16);
this.rdbMale.TabIndex = 2;
this.rdbMale.TabStop = true;
this.rdbMale.Text = "男";
this.rdbMale.UseVisualStyleBackColor = true;
//
// txtPassword2
//
this.txtPassword2.Location = new System.Drawing.Point(100, 127);
this.txtPassword2.Name = "txtPassword2";
this.txtPassword2.PasswordChar = '*';
this.txtPassword2.Size = new System.Drawing.Size(165, 21);
this.txtPassword2.TabIndex = 1;
//
// txtPassword
//
this.txtPassword.Location = new System.Drawing.Point(100, 97);
this.txtPassword.Name = "txtPassword";
this.txtPassword.PasswordChar = '*';
this.txtPassword.Size = new System.Drawing.Size(165, 21);
this.txtPassword.TabIndex = 1;
//
// txtAge
//
this.txtAge.Location = new System.Drawing.Point(100, 48);
this.txtAge.Name = "txtAge";
this.txtAge.Size = new System.Drawing.Size(63, 21);
this.txtAge.TabIndex = 1;
//
// txtNickName
//
this.txtNickName.Location = new System.Drawing.Point(100, 18);
this.txtNickName.Name = "txtNickName";
this.txtNickName.Size = new System.Drawing.Size(165, 21);
this.txtNickName.TabIndex = 1;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(43, 132);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(53, 12);
this.label5.TabIndex = 0;
this.label5.Text = "重復密碼";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(67, 102);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(29, 12);
this.label4.TabIndex = 0;
this.label4.Text = "密碼";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(65, 77);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(29, 12);
this.label3.TabIndex = 0;
this.label3.Text = "性別";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(67, 51);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(29, 12);
this.label2.TabIndex = 0;
this.label2.Text = "年齡";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(67, 24);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(29, 12);
this.label1.TabIndex = 0;
this.label1.Text = "昵稱";
//
// pictureBox1
//
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
this.pictureBox1.Location = new System.Drawing.Point(10, 7);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(95, 310);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.pictureBox1.TabIndex = 3;
this.pictureBox1.TabStop = false;
//
// frmApply
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
this.ClientSize = new System.Drawing.Size(441, 360);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnRegister);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.pictureBox1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "frmApply";
this.Text = "申請號碼";
this.Load += new System.EventHandler(this.frmApply_Load);
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.Button btnRegister;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.TextBox txtName;
private System.Windows.Forms.ComboBox cboBloodType;
private System.Windows.Forms.ComboBox cboStar;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.RadioButton rdbFemale;
private System.Windows.Forms.RadioButton rdbMale;
private System.Windows.Forms.TextBox txtPassword2;
private System.Windows.Forms.TextBox txtPassword;
private System.Windows.Forms.TextBox txtAge;
private System.Windows.Forms.TextBox txtNickName;
private System.Windows.Forms.Label label5;
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.PictureBox pictureBox1;
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -