代码拉取完成,页面将自动刷新
namespace myqq
{
partial class ChangeImfoForm
{
/// <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.label1 = new System.Windows.Forms.Label();
this.textBox_NickName = new System.Windows.Forms.TextBox();
this.textBox_name = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.textBox_sign = new System.Windows.Forms.TextBox();
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.comboBox_sex = new System.Windows.Forms.ComboBox();
this.comboBox_age = new System.Windows.Forms.ComboBox();
this.comboBox_start = new System.Windows.Forms.ComboBox();
this.comboBox_blood = new System.Windows.Forms.ComboBox();
this.label_ok = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.ForeColor = System.Drawing.Color.Gray;
this.label1.Location = new System.Drawing.Point(17, 20);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(52, 21);
this.label1.TabIndex = 0;
this.label1.Text = "昵 称";
//
// textBox_NickName
//
this.textBox_NickName.Font = new System.Drawing.Font("微软雅黑", 10F);
this.textBox_NickName.Location = new System.Drawing.Point(80, 15);
this.textBox_NickName.Name = "textBox_NickName";
this.textBox_NickName.Size = new System.Drawing.Size(125, 25);
this.textBox_NickName.TabIndex = 1;
//
// textBox_name
//
this.textBox_name.Font = new System.Drawing.Font("微软雅黑", 10F);
this.textBox_name.Location = new System.Drawing.Point(317, 15);
this.textBox_name.Name = "textBox_name";
this.textBox_name.Size = new System.Drawing.Size(125, 25);
this.textBox_name.TabIndex = 3;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.ForeColor = System.Drawing.Color.Gray;
this.label2.Location = new System.Drawing.Point(237, 15);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(74, 21);
this.label2.TabIndex = 2;
this.label2.Text = "真实姓名";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label3.ForeColor = System.Drawing.Color.Gray;
this.label3.Location = new System.Drawing.Point(17, 67);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(52, 21);
this.label3.TabIndex = 4;
this.label3.Text = "性 别";
//
// textBox_sign
//
this.textBox_sign.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.textBox_sign.Location = new System.Drawing.Point(96, 173);
this.textBox_sign.Multiline = true;
this.textBox_sign.Name = "textBox_sign";
this.textBox_sign.Size = new System.Drawing.Size(346, 76);
this.textBox_sign.TabIndex = 7;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label4.ForeColor = System.Drawing.Color.Gray;
this.label4.Location = new System.Drawing.Point(18, 183);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(74, 21);
this.label4.TabIndex = 6;
this.label4.Text = "个性签名";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label5.ForeColor = System.Drawing.Color.Gray;
this.label5.Location = new System.Drawing.Point(254, 68);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(52, 21);
this.label5.TabIndex = 8;
this.label5.Text = "年 龄";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label6.ForeColor = System.Drawing.Color.Gray;
this.label6.Location = new System.Drawing.Point(17, 117);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(52, 21);
this.label6.TabIndex = 10;
this.label6.Text = "星 座";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label7.ForeColor = System.Drawing.Color.Gray;
this.label7.Location = new System.Drawing.Point(254, 117);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(52, 21);
this.label7.TabIndex = 12;
this.label7.Text = "血 型";
//
// comboBox_sex
//
this.comboBox_sex.Font = new System.Drawing.Font("微软雅黑", 10F);
this.comboBox_sex.FormattingEnabled = true;
this.comboBox_sex.Location = new System.Drawing.Point(80, 62);
this.comboBox_sex.Name = "comboBox_sex";
this.comboBox_sex.Size = new System.Drawing.Size(124, 27);
this.comboBox_sex.TabIndex = 14;
//
// comboBox_age
//
this.comboBox_age.Font = new System.Drawing.Font("微软雅黑", 10F);
this.comboBox_age.FormattingEnabled = true;
this.comboBox_age.Location = new System.Drawing.Point(317, 61);
this.comboBox_age.Name = "comboBox_age";
this.comboBox_age.Size = new System.Drawing.Size(124, 27);
this.comboBox_age.TabIndex = 15;
//
// comboBox_start
//
this.comboBox_start.Font = new System.Drawing.Font("微软雅黑", 10F);
this.comboBox_start.FormattingEnabled = true;
this.comboBox_start.Location = new System.Drawing.Point(80, 119);
this.comboBox_start.Name = "comboBox_start";
this.comboBox_start.Size = new System.Drawing.Size(124, 27);
this.comboBox_start.TabIndex = 16;
//
// comboBox_blood
//
this.comboBox_blood.Font = new System.Drawing.Font("微软雅黑", 10F);
this.comboBox_blood.FormattingEnabled = true;
this.comboBox_blood.Location = new System.Drawing.Point(317, 121);
this.comboBox_blood.Name = "comboBox_blood";
this.comboBox_blood.Size = new System.Drawing.Size(124, 27);
this.comboBox_blood.TabIndex = 17;
//
// label_ok
//
this.label_ok.AutoSize = true;
this.label_ok.Font = new System.Drawing.Font("微软雅黑", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label_ok.ForeColor = System.Drawing.Color.Gray;
this.label_ok.Location = new System.Drawing.Point(376, 277);
this.label_ok.Name = "label_ok";
this.label_ok.Size = new System.Drawing.Size(69, 35);
this.label_ok.TabIndex = 18;
this.label_ok.Text = "确定";
this.label_ok.MouseClick += new System.Windows.Forms.MouseEventHandler(this.label8_MouseClick);
this.label_ok.MouseLeave += new System.EventHandler(this.label8_MouseLeave);
this.label_ok.MouseHover += new System.EventHandler(this.label8_MouseHover);
//
// ChangeImfoForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.MistyRose;
this.ClientSize = new System.Drawing.Size(472, 332);
this.Controls.Add(this.label_ok);
this.Controls.Add(this.comboBox_blood);
this.Controls.Add(this.comboBox_start);
this.Controls.Add(this.comboBox_age);
this.Controls.Add(this.comboBox_sex);
this.Controls.Add(this.label7);
this.Controls.Add(this.label6);
this.Controls.Add(this.label5);
this.Controls.Add(this.textBox_sign);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.textBox_name);
this.Controls.Add(this.label2);
this.Controls.Add(this.textBox_NickName);
this.Controls.Add(this.label1);
this.Name = "ChangeImfoForm";
this.Text = "修改资料";
this.Load += new System.EventHandler(this.ChangeImfoForm_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox textBox_NickName;
private System.Windows.Forms.TextBox textBox_name;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox textBox_sign;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.ComboBox comboBox_sex;
private System.Windows.Forms.ComboBox comboBox_age;
private System.Windows.Forms.ComboBox comboBox_start;
private System.Windows.Forms.ComboBox comboBox_blood;
private System.Windows.Forms.Label label_ok;
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。