📄 extendprofilecontrol.cs
字号:
{
base.HandleUiChanged();
this.txtHomePhone.TextChanged += new EventHandler(this.UIData_Changed);
this.txtOtherEmail.TextChanged += new EventHandler(this.UIData_Changed);
this.txtOtherPhone.TextChanged += new EventHandler(this.UIData_Changed);
this.txtPersonalEmail.TextChanged += new EventHandler(this.UIData_Changed);
this.txtWorkEmail.TextChanged += new EventHandler(this.UIData_Changed);
this.txtWorkPhone.TextChanged += new EventHandler(this.UIData_Changed);
this.cboPrimaryEmail.SelectedIndexChanged += new EventHandler(this.UIData_Changed);
this.cboBloodType.SelectedIndexChanged += new EventHandler(this.UIData_Changed);
this.ctlDateTime.SelectedDateTimeChange += new EventHandler(this.UIData_Changed);
}
private void InitializeComponent()
{
this.panel1 = new Panel();
this.label4 = new XLabel();
this.cboPrimaryEmail = new XComboBox();
this.txtOtherEmail = new XTextBox();
this.txtWorkEmail = new XTextBox();
this.txtPersonalEmail = new XTextBox();
this.txtOtherPhone = new XTextBox();
this.txtWorkPhone = new XTextBox();
this.txtHomePhone = new XTextBox();
this.lblOtherEmail = new XLabel();
this.lblWorkEmail_Nav = new XLabel();
this.lblPersonalEmail_Nav = new XLabel();
this.label1 = new XLabel();
this.lblOtherPhone_Nav = new XLabel();
this.lblWorkPhone_Nav = new XLabel();
this.lblHomePhone_Nav = new XLabel();
this.cboBloodType = new XComboBox();
this.txtLunarAnimal = new XTextBox();
this.txtHoroscope = new XTextBox();
this.ctlDateTime = new DateTimeSelectControl();
XLabel label = new XLabel();
XLabel label2 = new XLabel();
XLabel label3 = new XLabel();
XLabel label4 = new XLabel();
XLabel label5 = new XLabel();
XLabel label6 = new XLabel();
XLabel label7 = new XLabel();
this.panel1.SuspendLayout();
base.SuspendLayout();
label.AutoSize = true;
label.BorderColor = Color.Empty;
label.ButtonBorderStyle = ButtonBorderStyle.None;
label.ForeColor = Color.Black;
label.Location = new Point(3, 0x85);
label.Name = "lblRelation";
label.Size = new Size(0x37, 13);
label.TabIndex = 0x24;
label.Text = "联系方式";
label.UseMnemonic = false;
label2.AutoSize = true;
label2.BorderColor = Color.Empty;
label2.ButtonBorderStyle = ButtonBorderStyle.None;
label2.ForeColor = Color.Black;
label2.Location = new Point(3, 11);
label2.Name = "lblExtend";
label2.Size = new Size(0x37, 13);
label2.TabIndex = 0x1a;
label2.Text = "扩展信息";
label2.UseMnemonic = false;
label3.BorderColor = Color.Empty;
label3.BorderStyle = BorderStyle.Fixed3D;
label3.ButtonBorderStyle = ButtonBorderStyle.None;
label3.Location = new Point(0x3a, 140);
label3.Name = "label3";
label3.Size = new Size(300, 2);
label3.TabIndex = 0x25;
label3.UseMnemonic = false;
label4.AutoSize = true;
label4.BorderColor = Color.Empty;
label4.ButtonBorderStyle = ButtonBorderStyle.None;
label4.Location = new Point(0xda, 0x26);
label4.Name = "label2";
label4.Size = new Size(0x1f, 13);
label4.TabIndex = 0x22;
label4.Text = "生肖";
label4.UseMnemonic = false;
label5.AutoSize = true;
label5.BorderColor = Color.Empty;
label5.ButtonBorderStyle = ButtonBorderStyle.None;
label5.Location = new Point(0x13, 0x52);
label5.Name = "lblBloodType";
label5.Size = new Size(0x1f, 13);
label5.TabIndex = 0x20;
label5.Text = "血型";
label5.UseMnemonic = false;
label6.AutoSize = true;
label6.BorderColor = Color.Empty;
label6.ButtonBorderStyle = ButtonBorderStyle.None;
label6.Location = new Point(0x13, 0x26);
label6.Name = "lblBirthday";
label6.Size = new Size(0x37, 13);
label6.TabIndex = 0x1c;
label6.Text = "出生日期";
label6.UseMnemonic = false;
label7.BorderColor = Color.Empty;
label7.BorderStyle = BorderStyle.Fixed3D;
label7.ButtonBorderStyle = ButtonBorderStyle.None;
label7.Location = new Point(0x3a, 0x11);
label7.Name = "lblSeperate";
label7.Size = new Size(300, 2);
label7.TabIndex = 0x1b;
label7.UseMnemonic = false;
this.panel1.Controls.Add(label);
this.panel1.Controls.Add(label2);
this.panel1.Controls.Add(this.label4);
this.panel1.Controls.Add(this.cboPrimaryEmail);
this.panel1.Controls.Add(this.txtOtherEmail);
this.panel1.Controls.Add(this.txtWorkEmail);
this.panel1.Controls.Add(this.txtPersonalEmail);
this.panel1.Controls.Add(this.txtOtherPhone);
this.panel1.Controls.Add(this.txtWorkPhone);
this.panel1.Controls.Add(this.txtHomePhone);
this.panel1.Controls.Add(this.lblOtherEmail);
this.panel1.Controls.Add(this.lblWorkEmail_Nav);
this.panel1.Controls.Add(this.lblPersonalEmail_Nav);
this.panel1.Controls.Add(this.label1);
this.panel1.Controls.Add(this.lblOtherPhone_Nav);
this.panel1.Controls.Add(this.lblWorkPhone_Nav);
this.panel1.Controls.Add(this.lblHomePhone_Nav);
this.panel1.Controls.Add(label3);
this.panel1.Controls.Add(this.cboBloodType);
this.panel1.Controls.Add(this.txtLunarAnimal);
this.panel1.Controls.Add(this.txtHoroscope);
this.panel1.Controls.Add(this.ctlDateTime);
this.panel1.Controls.Add(label4);
this.panel1.Controls.Add(label5);
this.panel1.Controls.Add(label6);
this.panel1.Controls.Add(label7);
this.panel1.Dock = DockStyle.Fill;
this.panel1.Location = new Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new Size(380, 0x167);
this.panel1.TabIndex = 0;
this.label4.AutoSize = true;
this.label4.BorderColor = Color.Empty;
this.label4.ButtonBorderStyle = ButtonBorderStyle.None;
this.label4.Location = new Point(0xda, 0x52);
this.label4.Name = "label4";
this.label4.Size = new Size(0x1f, 13);
this.label4.TabIndex = 30;
this.label4.Text = "星座";
this.label4.UseMnemonic = false;
this.cboPrimaryEmail.BackColor = Color.White;
this.cboPrimaryEmail.DropDownStyle = ComboBoxStyle.DropDownList;
this.cboPrimaryEmail.Enabled = false;
this.cboPrimaryEmail.FormattingEnabled = true;
this.cboPrimaryEmail.Location = new Point(0xb2, 0x143);
this.cboPrimaryEmail.Name = "cboPrimaryEmail";
this.cboPrimaryEmail.Size = new Size(0xaf, 0x15);
this.cboPrimaryEmail.TabIndex = 0x33;
this.txtOtherEmail.BackColor = Color.FromArgb(240, 240, 240);
this.txtOtherEmail.BorderStyle = BorderStyle.FixedSingle;
this.txtOtherEmail.Location = new Point(0xb2, 0x113);
this.txtOtherEmail.MaxLength = 0x40;
this.txtOtherEmail.Name = "txtOtherEmail";
this.txtOtherEmail.ReadOnly = true;
this.txtOtherEmail.Size = new Size(0xae, 20);
this.txtOtherEmail.TabIndex = 0x31;
this.txtWorkEmail.BackColor = Color.FromArgb(240, 240, 240);
this.txtWorkEmail.BorderStyle = BorderStyle.FixedSingle;
this.txtWorkEmail.Location = new Point(0xb3, 0xe2);
this.txtWorkEmail.MaxLength = 0x40;
this.txtWorkEmail.Name = "txtWorkEmail";
this.txtWorkEmail.ReadOnly = true;
this.txtWorkEmail.Size = new Size(0xae, 20);
this.txtWorkEmail.TabIndex = 0x2d;
this.txtPersonalEmail.BackColor = Color.FromArgb(240, 240, 240);
this.txtPersonalEmail.BorderStyle = BorderStyle.FixedSingle;
this.txtPersonalEmail.Location = new Point(0xb3, 0xb2);
this.txtPersonalEmail.MaxLength = 0x40;
this.txtPersonalEmail.Name = "txtPersonalEmail";
this.txtPersonalEmail.ReadOnly = true;
this.txtPersonalEmail.Size = new Size(0xae, 20);
this.txtPersonalEmail.TabIndex = 0x29;
this.txtOtherPhone.BackColor = Color.FromArgb(240, 240, 240);
this.txtOtherPhone.BorderStyle = BorderStyle.FixedSingle;
this.txtOtherPhone.Location = new Point(0x16, 0x113);
this.txtOtherPhone.MaxLength = 0x20;
this.txtOtherPhone.Name = "txtOtherPhone";
this.txtOtherPhone.ReadOnly = true;
this.txtOtherPhone.Size = new Size(0x7f, 20);
this.txtOtherPhone.TabIndex = 0x2f;
this.txtWorkPhone.BackColor = Color.FromArgb(240, 240, 240);
this.txtWorkPhone.BorderStyle = BorderStyle.FixedSingle;
this.txtWorkPhone.Location = new Point(0x16, 0xe2);
this.txtWorkPhone.MaxLength = 0x20;
this.txtWorkPhone.Name = "txtWorkPhone";
this.txtWorkPhone.ReadOnly = true;
this.txtWorkPhone.Size = new Size(0x7f, 20);
this.txtWorkPhone.TabIndex = 0x2b;
this.txtHomePhone.BackColor = Color.FromArgb(240, 240, 240);
this.txtHomePhone.BorderStyle = BorderStyle.FixedSingle;
this.txtHomePhone.Location = new Point(0x16, 0xb2);
this.txtHomePhone.MaxLength = 0x20;
this.txtHomePhone.Name = "txtHomePhone";
this.txtHomePhone.ReadOnly = true;
this.txtHomePhone.Size = new Size(0x7f, 20);
this.txtHomePhone.TabIndex = 0x27;
this.lblOtherEmail.AutoSize = true;
this.lblOtherEmail.BorderColor = Color.Empty;
this.lblOtherEmail.ButtonBorderStyle = ButtonBorderStyle.None;
this.lblOtherEmail.Location = new Point(0xb1, 0x100);
this.lblOtherEmail.Name = "lblOtherEmail";
this.lblOtherEmail.Size = new Size(0x4f, 13);
this.lblOtherEmail.TabIndex = 0x30;
this.lblOtherEmail.Text = "其他电子邮件";
this.lblOtherEmail.UseMnemonic = false;
this.lblWorkEmail_Nav.AutoSize = true;
this.lblWorkEmail_Nav.BorderColor = Color.Empty;
this.lblWorkEmail_Nav.ButtonBorderStyle = ButtonBorderStyle.None;
this.lblWorkEmail_Nav.Location = new Point(0xb0, 0xcf);
this.lblWorkEmail_Nav.Name = "lblWorkEmail_Nav";
this.lblWorkEmail_Nav.Size = new Size(0x4f, 13);
this.lblWorkEmail_Nav.TabIndex = 0x2c;
this.lblWorkEmail_Nav.Text = "工作电子邮件";
this.lblWorkEmail_Nav.UseMnemonic = false;
this.lblPersonalEmail_Nav.AutoSize = true;
this.lblPersonalEmail_Nav.BorderColor = Color.Empty;
this.lblPersonalEmail_Nav.ButtonBorderStyle = ButtonBorderStyle.None;
this.lblPersonalEmail_Nav.Location = new Point(0xb0, 0x9e);
this.lblPersonalEmail_Nav.Name = "lblPersonalEmail_Nav";
this.lblPersonalEmail_Nav.Size = new Size(0x4f, 13);
this.lblPersonalEmail_Nav.TabIndex = 40;
this.lblPersonalEmail_Nav.Text = "个人电子邮件";
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -