namespace OAM
{
partial class frmUserset
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
///
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.label1 = new System.Windows.Forms.Label();
this.txtUserName = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.txtOtherName = new System.Windows.Forms.TextBox();
this.txtUnderWrite = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.cmbSex = new System.Windows.Forms.ComboBox();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.txtRelName = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.txtAge = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.cmbAnimal = new System.Windows.Forms.ComboBox();
this.label8 = new System.Windows.Forms.Label();
this.cmbBlood = new System.Windows.Forms.ComboBox();
this.label9 = new System.Windows.Forms.Label();
this.cmbBirthdayDay = new System.Windows.Forms.ComboBox();
this.label10 = new System.Windows.Forms.Label();
this.cmbBirthdayMonth = new System.Windows.Forms.ComboBox();
this.label12 = new System.Windows.Forms.Label();
this.txtPhoneCom = new System.Windows.Forms.TextBox();
this.txtPhoneComSub = new System.Windows.Forms.TextBox();
this.label11 = new System.Windows.Forms.Label();
this.label13 = new System.Windows.Forms.Label();
this.txtMovePhone = new System.Windows.Forms.TextBox();
this.txtMovePhoneSub = new System.Windows.Forms.TextBox();
this.label14 = new System.Windows.Forms.Label();
this.label15 = new System.Windows.Forms.Label();
this.txtEMail = new System.Windows.Forms.TextBox();
this.label16 = new System.Windows.Forms.Label();
this.txtPhoneHome = new System.Windows.Forms.TextBox();
this.label17 = new System.Windows.Forms.Label();
this.txtAddress = new System.Windows.Forms.TextBox();
this.label18 = new System.Windows.Forms.Label();
this.txtRemark = new System.Windows.Forms.TextBox();
this.label19 = new System.Windows.Forms.Label();
this.cmdOK = new System.Windows.Forms.Button();
this.cmdCancel = new System.Windows.Forms.Button();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.timer1 = new System.Windows.Forms.Timer(this.components);
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(16, 31);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 12);
this.label1.TabIndex = 0;
this.label1.Text = "用户账号";
//
// txtUserName
//
this.txtUserName.AutoSize = true;
this.txtUserName.Location = new System.Drawing.Point(75, 31);
this.txtUserName.Name = "txtUserName";
this.txtUserName.Size = new System.Drawing.Size(0, 12);
this.txtUserName.TabIndex = 1;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(16, 58);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(53, 12);
this.label3.TabIndex = 2;
this.label3.Text = "用户昵称";
//
// txtOtherName
//
this.txtOtherName.Location = new System.Drawing.Point(75, 54);
this.txtOtherName.Name = "txtOtherName";
this.txtOtherName.Size = new System.Drawing.Size(171, 21);
this.txtOtherName.TabIndex = 4;
//
// txtUnderWrite
//
this.txtUnderWrite.Location = new System.Drawing.Point(75, 83);
this.txtUnderWrite.Multiline = true;
this.txtUnderWrite.Name = "txtUnderWrite";
this.txtUnderWrite.Size = new System.Drawing.Size(417, 66);
this.txtUnderWrite.TabIndex = 6;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(16, 83);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 5;
this.label2.Text = "个性签名";
//
// cmbSex
//
this.cmbSex.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbSex.FormattingEnabled = true;
this.cmbSex.Items.AddRange(new object[] {
"男",
"女"});
this.cmbSex.Location = new System.Drawing.Point(75, 158);
this.cmbSex.Name = "cmbSex";
this.cmbSex.Size = new System.Drawing.Size(62, 20);
this.cmbSex.TabIndex = 7;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(16, 162);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(53, 12);
this.label4.TabIndex = 8;
this.label4.Text = "性 别";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(152, 162);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(53, 12);
this.label5.TabIndex = 10;
this.label5.Text = "年 龄";
//
// txtRelName
//
this.txtRelName.Location = new System.Drawing.Point(341, 158);
this.txtRelName.Name = "txtRelName";
this.txtRelName.Size = new System.Drawing.Size(151, 21);
this.txtRelName.TabIndex = 12;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(282, 162);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(53, 12);
this.label6.TabIndex = 11;
this.label6.Text = "真实姓名";
//
// txtAge
//
this.txtAge.Location = new System.Drawing.Point(211, 158);
this.txtAge.Name = "txtAge";
this.txtAge.Size = new System.Drawing.Size(64, 21);
this.txtAge.TabIndex = 13;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(16, 190);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(53, 12);
this.label7.TabIndex = 15;
this.label7.Text = "生 肖";
//
// cmbAnimal
//
this.cmbAnimal.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbAnimal.FormattingEnabled = true;
this.cmbAnimal.Items.AddRange(new object[] {
"鼠",
"牛",
"虎",
"兔",
"龙",
"蛇",
"马",
"羊",
"猴",
"鸡",
"狗",
"猪"});
this.cmbAnimal.Location = new System.Drawing.Point(75, 186);
this.cmbAnimal.Name = "cmbAnimal";
this.cmbAnimal.Size = new System.Drawing.Size(62, 20);
this.cmbAnimal.TabIndex = 14;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(152, 190);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(53, 12);
this.label8.TabIndex = 17;
this.label8.Text = "血 型";
//
// cmbBlood
//
this.cmbBlood.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbBlood.FormattingEnabled = true;
this.cmbBlood.Items.AddRange(new object[] {
"A",
"B",
"AB",
"O"});
this.cmbBlood.Location = new System.Drawing.Point(211, 186);
this.cmbBlood.Name = "cmbBlood";
this.cmbBlood.Size = new System.Drawing.Size(62, 20);
this.cmbBlood.TabIndex = 16;
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(391, 190);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(17, 12);
this.label9.TabIndex = 21;
this.label9.Text = "月";
//
// cmbBirthdayDay
//
this.cmbBirthdayDay.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbBirthdayDay.FormattingEnabled = true;
this.cmbBirthdayDay.Items.AddRange(new object[] {
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16",
"17",
"18",
"19",
"20",
"21",
"22",
"23",
"24",
"25",
"26",
"27",
"28",
"29",
"30",
"31"});
this.cmbBirthdayDay.Location = new System.Drawing.Point(409, 186);
this.cmbBirthdayDay.Name = "cmbBirthdayDay";
this.cmbBirthdayDay.Size = new System.Drawing.Size(62, 20);
this.cmbBirthdayDay.TabIndex = 20;
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(282, 190);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(41, 12);
this.label10.TabIndex = 19;
this.label10.Text = "生 日";
//
// cmbBirthdayMonth
//
this.cmbBirthdayMonth.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbBirthdayMonth.FormattingEnabled = true;
this.cmbBirthdayMonth.Items.AddRange(new object[] {
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12"});
this.cmbBirthdayMonth.Location = new System.Drawing.Point(325, 186);
this.cmbBirthdayMonth.Name = "cmbBirthdayMonth";
this.cmbBirthdayMonth.Size = new System.Drawing.Size(62, 20);
this.cmbBirthdayMonth.TabIndex = 18;
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(475, 190);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(17, 12);
this.label12.TabIndex = 23;
this.label12.Text = "日";
//
// txtPhoneCom
//
this.txtPhoneCom.Location = new System.Drawing.Point(75, 215);
this.txtPhoneCom.Name = "txtPhoneCom";
this.txtPhoneCom.Size = new System.Drawing.Size(171, 21);
this.txtPhoneCom.TabIndex = 27;
//
// txtPhoneComSub
//
this.txtPhoneComSub.Location = new System.Drawing.Point(321, 215);
this.txtPhoneComSub.Name = "txtPhoneComSub";
this.txtPhoneComSub.Size = new System.Drawing.Size(171, 21);
this.txtPhoneComSub.TabIndex = 26;
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(262, 219);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(53, 12);
this.label11.TabIndex = 25;
this.label11.Text = "座机分号";
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(16, 219);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(53, 12);
this.label13.TabIndex = 24;
this.label13.Text = "联系电话";
//
// txtMovePhone
//
this.txtMovePhone.Location = new System.Drawing.Point(75, 243);
this.txtMovePhone.Name = "txtMovePhone";
this.txtMovePhone.Size = new System.Drawing.Size(171, 21);
this.txtMovePhone.TabIndex = 31;
//
// txtMovePhoneSub
//
this.txtMovePhoneSub.Location = new System.Drawing.Point(321, 243);
this.txtMovePhoneSub.Name = "txtMovePhoneSub";
this.txtMovePhoneSub.Size = new System.Drawing.Size(171, 21);
this.txtMovePhoneSub.TabIndex = 30;
//
// label14
//
this.label14.AutoSize = true;
this.label14.Location = new System.Drawing.Point(262, 247);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(53, 12);
this.label14.TabIndex = 29;
this.label14.Text = "虚拟短号";
//
// label15
//
this.label15.AutoSize = true;
this.label15.Location = new System.Drawing.Point(16, 247);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(53, 12);
this.label15.TabIndex = 28;
this.label15.Text = "手机号码";
//
// txtEMail
//
this.txtEMail.Location = new System.Drawing.Point(75, 272);
this.txtEMail.Name = "txtEMail";
this.txtEMail.Size = new System.Drawing.Size(171, 21);
this.txtEMail.TabIndex = 33;
//
// label16
//
this.label16.AutoSize = true;
this.label16.Location = new System.Drawing.Point(34, 276);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(35, 12);
this.label16.TabIndex = 32;
this.label16.Text = "EMail";
//
// txtPhoneHome
//
this.txtPhoneHome.Location = new System.Drawing.Point(321, 272);
this.txtPhoneHome.Name = "txtPhoneHome";
this.txtPhoneHome.Size = new System.Drawing.Size(171, 21);
this.txtPhoneHome.TabIndex = 35;
//
// label17
//
this.label17.AutoSize = true;
this.label17.Location = new System.Drawing.Point(262, 276);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(53, 12);
this.label17.TabIndex = 34;
this.label17.Text = "家庭电话";
//
// txtAddress
//
this.txtAddress.Location = new System.Drawing.Point(75, 301);
this.txtAddress.Name = "txtAddress";
this.txtAddress.Size = new System.Drawing.Size(417, 21);
this.txtAddress.TabIndex = 37;
//
// label18
//
this.label18.AutoSize = true;
this.label18.Location = new System.Drawing.Point(16, 305);
this.label18.Name = "label18";
this.label18.Size = new System.Drawing.Size(53, 12);
this.label18.TabIndex = 36;
this.label18.Text = "家庭地址";
//
// txtRemark
//
this.txtRemark.Location = new System.Drawing.Point(75, 331);
this.txtRemark.Multiline = true;
this.txtRemark.Name = "txtRemark";
this.txtRemark.Size = new System.Drawing.Size(417, 89);
this.txtRemark.TabIndex = 39;
//
// label19
//
this.label19.AutoSize = true;
this.label19.Location = new System.Drawing.Point(16, 331);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(53, 12);
this.label19.TabIndex = 38;
this.label19.Text = "个人说明";
//
// cmdOK
//
this.cmdOK.Location = new System.Drawing.Point(312, 429);
this.cmdOK.Name = "cmdOK";
this.cmdOK.Size = new System.Drawing.Size(75, 23);
this.cmdOK.TabIndex = 40;
this.cmdOK.Text = "确定";
this.cmdOK.UseVisualStyleBackColor = true;
this.cmdOK.Click += new System.EventHandler(this.cmdOK_Click);
//
// cmdCancel
//
this.cmdCancel.Location = new System.Drawing.Point(410, 429);
this.cmdCancel.Name = "cmdCancel";
this.cmdCancel.Size = new System.Drawing.Size(75, 23);
this.cmdCancel.TabIndex = 41;
this.cmdCancel.Text = "取消";
this.cmdCancel.UseVisualStyleBackColor = true;
this.cmdCancel.Click += new System.EventHandler(this.cmdCancel_Click);
//
// pictureBox1
//
this.pictureBox1.Location = new System.Drawing.Point(430, 10);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(62, 59);
this.pictureBox1.TabIndex = 42;
this.pictureBox1.TabStop = false;
//
// timer1
//
this.timer1.Enabled = true;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// frmUserset
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.Lavender;
this.ClientSize = new System.Drawing.Size(505, 466);
this.Controls.Add(this.pictureBox1);
this.Controls.Add(this.cmdCancel);
this.Controls.Add(this.cmdOK);
this.Controls.Add(this.txtRemark);
this.Controls.Add(this.label19);
this.Controls.Add(this.txtAddress);
this.Controls.Add(this.label18);
this.Controls.Add(this.txtPhoneHome);
this.Controls.Add(this.label17);
this.Controls.Add(this.txtEMail);
this.Controls.Add(this.label16);
this.Controls.Add(this.txtMovePhone);
this.Controls.Add(this.txtMovePhoneSub);
this.Controls.Add(this.label14);
this.Controls.Add(this.label15);
this.Controls.Add(this.txtPhoneCom);
this.Controls.Add(this.txtPhoneComSub);
this.Controls.Add(this.label11);
this.Controls.Add(this.label13);
this.Controls.Add(this.label12);
this.Controls.Add(this.label9);
this.Controls.Add(this.cmbBirthdayDay);
this.Controls.Add(this.label10);
this.Controls.Add(this.cmbBirthdayMonth);
this.Controls.Add(this.label8);
this.Controls.Add(this.cmbBlood);
this.Controls.Add(this.label7);
this.Controls.Add(this.cmbAnimal);
this.Controls.Add(this.txtAge);
this.Controls.Add(this.txtRelName);
this.Controls.Add(this.label6);
this.Controls.Add(this.label5);
this.Controls.Add(this.label4);
this.Controls.Add(this.cmbSex);
this.Controls.Add(this.txtUnderWrite);
this.Controls.Add(this.label2);
this.Controls.Add(this.txtOtherName);
this.Controls.Add(this.label3);
this.Controls.Add(this.txtUserName);
this.Controls.Add(this.label1);
this.Name = "frmUserset";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "用户设置";
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label txtUserName;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txtOtherName;
private System.Windows.Forms.TextBox txtUnderWrite;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.ComboBox cmbSex;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox txtRelName;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox txtAge;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.ComboBox cmbAnimal;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.ComboBox cmbBlood;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.ComboBox cmbBirthdayDay;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.ComboBox cmbBirthdayMonth;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.TextBox txtPhoneCom;
private System.Windows.Forms.TextBox txtPhoneComSub;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.TextBox txtMovePhone;
private System.Windows.Forms.TextBox txtMovePhoneSub;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.TextBox txtEMail;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.TextBox txtPhoneHome;
private System.Windows.Forms.Label label17;
private System.Windows.Forms.TextBox txtAddress;
private System.Windows.Forms.Label label18;
private System.Windows.Forms.TextBox txtRemark;
private System.Windows.Forms.Label label19;
private System.Windows.Forms.Button cmdCancel;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Timer timer1;
public System.Windows.Forms.Button cmdOK;
}
}