?? frmprofileset.designer.cs
字號:
?namespace MyQQ
{
partial class frmProfileSet
{
/// <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.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmProfileSet));
this.btnOK = new System.Windows.Forms.Button();
this.btnCancel = new System.Windows.Forms.Button();
this.btnProfile = new System.Windows.Forms.Button();
this.imgListButtons = new System.Windows.Forms.ImageList(this.components);
this.btnSecurity = new System.Windows.Forms.Button();
this.panProfile = new System.Windows.Forms.Panel();
this.picMyHeader = new System.Windows.Forms.PictureBox();
this.cboSex = new System.Windows.Forms.ComboBox();
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.txtAge = new System.Windows.Forms.TextBox();
this.txtId = new System.Windows.Forms.TextBox();
this.txtNickName = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.btnlHeaders = new System.Windows.Forms.Button();
this.panSecurity = new System.Windows.Forms.Panel();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.rdoNotAllow = new System.Windows.Forms.RadioButton();
this.rdoNeedIdentity = new System.Windows.Forms.RadioButton();
this.rdoAllowAnybody = new System.Windows.Forms.RadioButton();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.txtPassword = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.txtPassword3 = new System.Windows.Forms.TextBox();
this.txtPassword2 = new System.Windows.Forms.TextBox();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.panProfile.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.picMyHeader)).BeginInit();
this.panSecurity.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// btnOK
//
this.btnOK.Image = ((System.Drawing.Image)(resources.GetObject("btnOK.Image")));
this.btnOK.Location = new System.Drawing.Point(251, 242);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(75, 23);
this.btnOK.TabIndex = 22;
this.btnOK.Text = "確定";
this.btnOK.UseVisualStyleBackColor = true;
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// btnCancel
//
this.btnCancel.Image = ((System.Drawing.Image)(resources.GetObject("btnCancel.Image")));
this.btnCancel.Location = new System.Drawing.Point(334, 242);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(75, 23);
this.btnCancel.TabIndex = 22;
this.btnCancel.Text = "取消";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// btnProfile
//
this.btnProfile.ForeColor = System.Drawing.SystemColors.ControlText;
this.btnProfile.ImageIndex = 0;
this.btnProfile.ImageList = this.imgListButtons;
this.btnProfile.Location = new System.Drawing.Point(12, 10);
this.btnProfile.Name = "btnProfile";
this.btnProfile.Size = new System.Drawing.Size(75, 23);
this.btnProfile.TabIndex = 23;
this.btnProfile.UseVisualStyleBackColor = true;
this.btnProfile.Click += new System.EventHandler(this.btnProfile_Click);
//
// imgListButtons
//
this.imgListButtons.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgListButtons.ImageStream")));
this.imgListButtons.TransparentColor = System.Drawing.Color.Transparent;
this.imgListButtons.Images.SetKeyName(0, "BaseInfoClick.jpg");
this.imgListButtons.Images.SetKeyName(1, "BaseInfo.jpg");
this.imgListButtons.Images.SetKeyName(2, "SecurityClick.jpg");
this.imgListButtons.Images.SetKeyName(3, "Security.jpg");
//
// btnSecurity
//
this.btnSecurity.ImageIndex = 3;
this.btnSecurity.ImageList = this.imgListButtons;
this.btnSecurity.Location = new System.Drawing.Point(12, 42);
this.btnSecurity.Name = "btnSecurity";
this.btnSecurity.Size = new System.Drawing.Size(75, 23);
this.btnSecurity.TabIndex = 23;
this.btnSecurity.UseVisualStyleBackColor = true;
this.btnSecurity.Click += new System.EventHandler(this.btnSecurity_Click);
//
// panProfile
//
this.panProfile.BackColor = System.Drawing.Color.Transparent;
this.panProfile.Controls.Add(this.picMyHeader);
this.panProfile.Controls.Add(this.cboSex);
this.panProfile.Controls.Add(this.txtName);
this.panProfile.Controls.Add(this.cboBloodType);
this.panProfile.Controls.Add(this.cboStar);
this.panProfile.Controls.Add(this.label8);
this.panProfile.Controls.Add(this.label7);
this.panProfile.Controls.Add(this.label6);
this.panProfile.Controls.Add(this.txtAge);
this.panProfile.Controls.Add(this.txtId);
this.panProfile.Controls.Add(this.txtNickName);
this.panProfile.Controls.Add(this.label3);
this.panProfile.Controls.Add(this.label2);
this.panProfile.Controls.Add(this.label9);
this.panProfile.Controls.Add(this.label1);
this.panProfile.Controls.Add(this.btnlHeaders);
this.panProfile.Location = new System.Drawing.Point(105, 56);
this.panProfile.Name = "panProfile";
this.panProfile.Size = new System.Drawing.Size(299, 165);
this.panProfile.TabIndex = 29;
//
// picMyHeader
//
this.picMyHeader.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.picMyHeader.Image = ((System.Drawing.Image)(resources.GetObject("picMyHeader.Image")));
this.picMyHeader.Location = new System.Drawing.Point(214, 7);
this.picMyHeader.Name = "picMyHeader";
this.picMyHeader.Size = new System.Drawing.Size(37, 38);
this.picMyHeader.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.picMyHeader.TabIndex = 44;
this.picMyHeader.TabStop = false;
//
// cboSex
//
this.cboSex.FormattingEnabled = true;
this.cboSex.Items.AddRange(new object[] {
"男",
"女"});
this.cboSex.Location = new System.Drawing.Point(60, 69);
this.cboSex.Name = "cboSex";
this.cboSex.Size = new System.Drawing.Size(82, 20);
this.cboSex.TabIndex = 42;
//
// txtName
//
this.txtName.Location = new System.Drawing.Point(60, 99);
this.txtName.Name = "txtName";
this.txtName.Size = new System.Drawing.Size(82, 21);
this.txtName.TabIndex = 39;
//
// cboBloodType
//
this.cboBloodType.FormattingEnabled = true;
this.cboBloodType.Location = new System.Drawing.Point(214, 130);
this.cboBloodType.Name = "cboBloodType";
this.cboBloodType.Size = new System.Drawing.Size(82, 20);
this.cboBloodType.TabIndex = 40;
//
// cboStar
//
this.cboStar.FormattingEnabled = true;
this.cboStar.Location = new System.Drawing.Point(60, 130);
this.cboStar.Name = "cboStar";
this.cboStar.Size = new System.Drawing.Size(82, 20);
this.cboStar.TabIndex = 41;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(177, 137);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(41, 12);
this.label8.TabIndex = 36;
this.label8.Text = "血型:";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(23, 136);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(41, 12);
this.label7.TabIndex = 37;
this.label7.Text = "星座:";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(1, 106);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(65, 12);
this.label6.TabIndex = 38;
this.label6.Text = "真實姓名:";
//
// txtAge
//
this.txtAge.Location = new System.Drawing.Point(214, 97);
this.txtAge.Name = "txtAge";
this.txtAge.Size = new System.Drawing.Size(82, 21);
this.txtAge.TabIndex = 35;
//
// txtId
//
this.txtId.Location = new System.Drawing.Point(60, 7);
this.txtId.Name = "txtId";
this.txtId.ReadOnly = true;
this.txtId.Size = new System.Drawing.Size(82, 21);
this.txtId.TabIndex = 33;
//
// txtNickName
//
this.txtNickName.Location = new System.Drawing.Point(60, 38);
this.txtNickName.Name = "txtNickName";
this.txtNickName.Size = new System.Drawing.Size(82, 21);
this.txtNickName.TabIndex = 34;
//
// label3
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -