⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 profileform.cs

📁 语音视频功能 里面实现了基本的QQ与语音对话
💻 CS
📖 第 1 页 / 共 2 页
字号:
			this.label22.TabIndex = 9;
			this.label22.Text = "email";
			// 
			// label21
			// 
			this.label21.Anchor = System.Windows.Forms.AnchorStyles.None;
			this.label21.Location = new System.Drawing.Point(73, 160);
			this.label21.Name = "label21";
			this.label21.Size = new System.Drawing.Size(48, 23);
			this.label21.TabIndex = 8;
			this.label21.Text = "手机";
			// 
			// label20
			// 
			this.label20.Anchor = System.Windows.Forms.AnchorStyles.None;
			this.label20.Location = new System.Drawing.Point(73, 184);
			this.label20.Name = "label20";
			this.label20.Size = new System.Drawing.Size(32, 23);
			this.label20.TabIndex = 7;
			this.label20.Text = "电话";
			// 
			// label19
			// 
			this.label19.Anchor = System.Windows.Forms.AnchorStyles.None;
			this.label19.Location = new System.Drawing.Point(73, 112);
			this.label19.Name = "label19";
			this.label19.Size = new System.Drawing.Size(32, 23);
			this.label19.TabIndex = 6;
			this.label19.Text = "地址";
			// 
			// label16
			// 
			this.label16.Anchor = System.Windows.Forms.AnchorStyles.None;
			this.label16.Location = new System.Drawing.Point(73, 88);
			this.label16.Name = "label16";
			this.label16.Size = new System.Drawing.Size(48, 23);
			this.label16.TabIndex = 3;
			this.label16.Text = "邮编";
			// 
			// label14
			// 
			this.label14.Anchor = System.Windows.Forms.AnchorStyles.None;
			this.label14.Location = new System.Drawing.Point(73, 64);
			this.label14.Name = "label14";
			this.label14.Size = new System.Drawing.Size(32, 23);
			this.label14.TabIndex = 2;
			this.label14.Text = "城市";
			// 
			// label13
			// 
			this.label13.Anchor = System.Windows.Forms.AnchorStyles.None;
			this.label13.Location = new System.Drawing.Point(73, 40);
			this.label13.Name = "label13";
			this.label13.Size = new System.Drawing.Size(40, 23);
			this.label13.TabIndex = 1;
			this.label13.Text = "省份";
			// 
			// label12
			// 
			this.label12.Anchor = System.Windows.Forms.AnchorStyles.None;
			this.label12.Location = new System.Drawing.Point(73, 16);
			this.label12.Name = "label12";
			this.label12.Size = new System.Drawing.Size(32, 23);
			this.label12.TabIndex = 0;
			this.label12.Text = "国家";
			// 
			// label11
			// 
			this.label11.Location = new System.Drawing.Point(0, 0);
			this.label11.Name = "label11";
			this.label11.TabIndex = 0;
			// 
			// label10
			// 
			this.label10.Location = new System.Drawing.Point(0, 0);
			this.label10.Name = "label10";
			this.label10.TabIndex = 0;
			// 
			// label9
			// 
			this.label9.Location = new System.Drawing.Point(0, 0);
			this.label9.Name = "label9";
			this.label9.TabIndex = 0;
			// 
			// label7
			// 
			this.label7.Anchor = System.Windows.Forms.AnchorStyles.None;
			this.label7.Location = new System.Drawing.Point(73, 136);
			this.label7.Name = "label7";
			this.label7.Size = new System.Drawing.Size(32, 23);
			this.label7.TabIndex = 10;
			this.label7.Text = "主页";
			// 
			// pic
			// 
			this.pic.Anchor = System.Windows.Forms.AnchorStyles.None;
			this.pic.Location = new System.Drawing.Point(248, 16);
			this.pic.Name = "pic";
			this.pic.Size = new System.Drawing.Size(72, 64);
			this.pic.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
			this.pic.TabIndex = 11;
			this.pic.TabStop = false;
			// 
			// label15
			// 
			this.label15.Anchor = System.Windows.Forms.AnchorStyles.None;
			this.label15.Location = new System.Drawing.Point(191, 16);
			this.label15.Name = "label15";
			this.label15.Size = new System.Drawing.Size(40, 24);
			this.label15.TabIndex = 12;
			this.label15.Text = "照片";
			// 
			// txtjid
			// 
			this.txtjid.Anchor = System.Windows.Forms.AnchorStyles.None;
			this.txtjid.BackColor = System.Drawing.SystemColors.Window;
			this.txtjid.DockPadding.All = 3;
			this.txtjid.GBorderStyle = gowk.controls.GBorderStyle.Solid;
			this.txtjid.IsRound = true;
			this.txtjid.Location = new System.Drawing.Point(80, 16);
			this.txtjid.Name = "txtjid";
			this.txtjid.PasswordChar = '\0';
			this.txtjid.Size = new System.Drawing.Size(88, 22);
			this.txtjid.TabIndex = 13;
			// 
			// txtnike
			// 
			this.txtnike.Anchor = System.Windows.Forms.AnchorStyles.None;
			this.txtnike.BackColor = System.Drawing.SystemColors.Window;
			this.txtnike.DockPadding.All = 3;
			this.txtnike.GBorderStyle = gowk.controls.GBorderStyle.Solid;
			this.txtnike.IsRound = true;
			this.txtnike.Location = new System.Drawing.Point(80, 53);
			this.txtnike.Name = "txtnike";
			this.txtnike.PasswordChar = '\0';
			this.txtnike.Size = new System.Drawing.Size(88, 22);
			this.txtnike.TabIndex = 14;
			// 
			// txtname
			// 
			this.txtname.Anchor = System.Windows.Forms.AnchorStyles.None;
			this.txtname.BackColor = System.Drawing.SystemColors.Window;
			this.txtname.DockPadding.All = 3;
			this.txtname.GBorderStyle = gowk.controls.GBorderStyle.Solid;
			this.txtname.IsRound = true;
			this.txtname.Location = new System.Drawing.Point(80, 88);
			this.txtname.Name = "txtname";
			this.txtname.PasswordChar = '\0';
			this.txtname.Size = new System.Drawing.Size(88, 22);
			this.txtname.TabIndex = 15;
			// 
			// txtoccupation
			// 
			this.txtoccupation.Anchor = System.Windows.Forms.AnchorStyles.None;
			this.txtoccupation.BackColor = System.Drawing.SystemColors.Window;
			this.txtoccupation.DockPadding.All = 3;
			this.txtoccupation.GBorderStyle = gowk.controls.GBorderStyle.Solid;
			this.txtoccupation.IsRound = true;
			this.txtoccupation.Location = new System.Drawing.Point(80, 120);
			this.txtoccupation.Name = "txtoccupation";
			this.txtoccupation.PasswordChar = '\0';
			this.txtoccupation.Size = new System.Drawing.Size(88, 22);
			this.txtoccupation.TabIndex = 16;
			// 
			// txtsex
			// 
			this.txtsex.Anchor = System.Windows.Forms.AnchorStyles.None;
			this.txtsex.BackColor = System.Drawing.SystemColors.Window;
			this.txtsex.DockPadding.All = 3;
			this.txtsex.GBorderStyle = gowk.controls.GBorderStyle.Solid;
			this.txtsex.IsRound = true;
			this.txtsex.Location = new System.Drawing.Point(240, 85);
			this.txtsex.Name = "txtsex";
			this.txtsex.PasswordChar = '\0';
			this.txtsex.Size = new System.Drawing.Size(88, 22);
			this.txtsex.TabIndex = 17;
			// 
			// txtbday
			// 
			this.txtbday.Anchor = System.Windows.Forms.AnchorStyles.None;
			this.txtbday.BackColor = System.Drawing.SystemColors.Window;
			this.txtbday.DockPadding.All = 3;
			this.txtbday.GBorderStyle = gowk.controls.GBorderStyle.Solid;
			this.txtbday.IsRound = true;
			this.txtbday.Location = new System.Drawing.Point(240, 120);
			this.txtbday.Name = "txtbday";
			this.txtbday.PasswordChar = '\0';
			this.txtbday.Size = new System.Drawing.Size(88, 22);
			this.txtbday.TabIndex = 18;
			// 
			// txtcountry
			// 
			this.txtcountry.Anchor = System.Windows.Forms.AnchorStyles.None;
			this.txtcountry.BackColor = System.Drawing.SystemColors.Window;
			this.txtcountry.DockPadding.All = 3;
			this.txtcountry.GBorderStyle = gowk.controls.GBorderStyle.Solid;
			this.txtcountry.IsRound = true;
			this.txtcountry.Location = new System.Drawing.Point(129, 13);
			this.txtcountry.Name = "txtcountry";
			this.txtcountry.PasswordChar = '\0';
			this.txtcountry.Size = new System.Drawing.Size(168, 22);
			this.txtcountry.TabIndex = 14;
			// 
			// txtprovince
			// 
			this.txtprovince.Anchor = System.Windows.Forms.AnchorStyles.None;
			this.txtprovince.BackColor = System.Drawing.SystemColors.Window;
			this.txtprovince.DockPadding.All = 3;
			this.txtprovince.GBorderStyle = gowk.controls.GBorderStyle.Solid;
			this.txtprovince.IsRound = true;
			this.txtprovince.Location = new System.Drawing.Point(129, 36);
			this.txtprovince.Name = "txtprovince";
			this.txtprovince.PasswordChar = '\0';
			this.txtprovince.Size = new System.Drawing.Size(168, 22);
			this.txtprovince.TabIndex = 15;
			// 
			// txtcity
			// 
			this.txtcity.Anchor = System.Windows.Forms.AnchorStyles.None;
			this.txtcity.BackColor = System.Drawing.SystemColors.Window;
			this.txtcity.DockPadding.All = 3;
			this.txtcity.GBorderStyle = gowk.controls.GBorderStyle.Solid;
			this.txtcity.IsRound = true;
			this.txtcity.Location = new System.Drawing.Point(129, 61);
			this.txtcity.Name = "txtcity";
			this.txtcity.PasswordChar = '\0';
			this.txtcity.Size = new System.Drawing.Size(168, 22);
			this.txtcity.TabIndex = 16;
			// 
			// txtpostal
			// 
			this.txtpostal.Anchor = System.Windows.Forms.AnchorStyles.None;
			this.txtpostal.BackColor = System.Drawing.SystemColors.Window;
			this.txtpostal.DockPadding.All = 3;
			this.txtpostal.GBorderStyle = gowk.controls.GBorderStyle.Solid;
			this.txtpostal.IsRound = true;
			this.txtpostal.Location = new System.Drawing.Point(129, 86);
			this.txtpostal.Name = "txtpostal";
			this.txtpostal.PasswordChar = '\0';
			this.txtpostal.Size = new System.Drawing.Size(168, 22);
			this.txtpostal.TabIndex = 17;
			// 
			// txtaddress
			// 
			this.txtaddress.Anchor = System.Windows.Forms.AnchorStyles.None;
			this.txtaddress.BackColor = System.Drawing.SystemColors.Window;
			this.txtaddress.DockPadding.All = 3;
			this.txtaddress.GBorderStyle = gowk.controls.GBorderStyle.Solid;
			this.txtaddress.IsRound = true;
			this.txtaddress.Location = new System.Drawing.Point(129, 111);
			this.txtaddress.Name = "txtaddress";
			this.txtaddress.PasswordChar = '\0';
			this.txtaddress.Size = new System.Drawing.Size(168, 22);
			this.txtaddress.TabIndex = 18;
			// 
			// txthome
			// 
			this.txthome.Anchor = System.Windows.Forms.AnchorStyles.None;
			this.txthome.BackColor = System.Drawing.SystemColors.Window;
			this.txthome.DockPadding.All = 3;
			this.txthome.GBorderStyle = gowk.controls.GBorderStyle.Solid;
			this.txthome.IsRound = true;
			this.txthome.Location = new System.Drawing.Point(129, 136);
			this.txthome.Name = "txthome";
			this.txthome.PasswordChar = '\0';
			this.txthome.Size = new System.Drawing.Size(168, 22);
			this.txthome.TabIndex = 19;
			// 
			// txtmobile
			// 
			this.txtmobile.Anchor = System.Windows.Forms.AnchorStyles.None;
			this.txtmobile.BackColor = System.Drawing.SystemColors.Window;
			this.txtmobile.DockPadding.All = 3;
			this.txtmobile.GBorderStyle = gowk.controls.GBorderStyle.Solid;
			this.txtmobile.IsRound = true;
			this.txtmobile.Location = new System.Drawing.Point(129, 160);
			this.txtmobile.Name = "txtmobile";
			this.txtmobile.PasswordChar = '\0';
			this.txtmobile.Size = new System.Drawing.Size(168, 22);
			this.txtmobile.TabIndex = 20;
			// 
			// txtphone
			// 
			this.txtphone.Anchor = System.Windows.Forms.AnchorStyles.None;
			this.txtphone.BackColor = System.Drawing.SystemColors.Window;
			this.txtphone.DockPadding.All = 3;
			this.txtphone.GBorderStyle = gowk.controls.GBorderStyle.Solid;
			this.txtphone.IsRound = true;
			this.txtphone.Location = new System.Drawing.Point(129, 184);
			this.txtphone.Name = "txtphone";
			this.txtphone.PasswordChar = '\0';
			this.txtphone.Size = new System.Drawing.Size(168, 22);
			this.txtphone.TabIndex = 21;
			// 
			// txtemail
			// 
			this.txtemail.Anchor = System.Windows.Forms.AnchorStyles.None;
			this.txtemail.BackColor = System.Drawing.SystemColors.Window;
			this.txtemail.DockPadding.All = 3;
			this.txtemail.GBorderStyle = gowk.controls.GBorderStyle.Solid;
			this.txtemail.IsRound = true;
			this.txtemail.Location = new System.Drawing.Point(129, 208);
			this.txtemail.Name = "txtemail";
			this.txtemail.PasswordChar = '\0';
			this.txtemail.Size = new System.Drawing.Size(168, 22);
			this.txtemail.TabIndex = 22;
			// 
			// ProfileForm
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
			this.ClientSize = new System.Drawing.Size(376, 269);
			this.Controls.Add(this.tabControl1);
			this.Name = "ProfileForm";
			this.Text = "ProfileForm";
			this.tabControl1.ResumeLayout(false);
			this.tbasic.ResumeLayout(false);
			this.pcontact.ResumeLayout(false);
			this.ResumeLayout(false);

		}
		#endregion
	}
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -