📄 frmregister.designer.cs
字号:
namespace JPMLab_LanTalker_Client
{
partial class frmRegister
{
/// <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(frmRegister));
this.mbtCancel = new NewControl.JPM_CurrentButton();
this.mbtSave = new NewControl.JPM_CurrentButton();
this.cibShow = new NewControl.JPM_CartoonImageBox();
this.lbtLastHead = new System.Windows.Forms.Label();
this.lbtNextHead = new System.Windows.Forms.Label();
this.hsbShow = new System.Windows.Forms.HScrollBar();
this.txaBewrite = new System.Windows.Forms.RichTextBox();
this.radFemale = new System.Windows.Forms.RadioButton();
this.radMale = new System.Windows.Forms.RadioButton();
this.txtBirthday = new System.Windows.Forms.TextBox();
this.txtNickName = new System.Windows.Forms.TextBox();
this.cibHeads_5 = new NewControl.JPM_CartoonImageBox();
this.cibHeads_4 = new NewControl.JPM_CartoonImageBox();
this.cibHeads_3 = new NewControl.JPM_CartoonImageBox();
this.cibHeads_2 = new NewControl.JPM_CartoonImageBox();
this.cibHeads_1 = new NewControl.JPM_CartoonImageBox();
this.cibHeads_0 = new NewControl.JPM_CartoonImageBox();
this.cibCurHead = new NewControl.JPM_CartoonImageBox();
this.txtAccount = new System.Windows.Forms.TextBox();
this.pwdRePW = new System.Windows.Forms.TextBox();
this.pwdNewPW = new System.Windows.Forms.TextBox();
this.ilsHeads = new System.Windows.Forms.ImageList(this.components);
this.ilsShows = new System.Windows.Forms.ImageList(this.components);
this.SuspendLayout();
//
// mbtCancel
//
this.mbtCancel.Caption = "取消";
this.mbtCancel.Location = new System.Drawing.Point(325, 201);
this.mbtCancel.Name = "mbtCancel";
this.mbtCancel.Size = new System.Drawing.Size(61, 23);
this.mbtCancel.TabIndex = 43;
this.mbtCancel.TabStop = false;
this.mbtCancel.Click += new System.EventHandler(this.mbtCancel_Click);
//
// mbtSave
//
this.mbtSave.Caption = "注册";
this.mbtSave.Location = new System.Drawing.Point(261, 201);
this.mbtSave.Name = "mbtSave";
this.mbtSave.Size = new System.Drawing.Size(61, 23);
this.mbtSave.TabIndex = 42;
this.mbtSave.TabStop = false;
this.mbtSave.Click += new System.EventHandler(this.mbtSave_Click);
//
// cibShow
//
this.cibShow.BackColor = System.Drawing.Color.White;
this.cibShow.Image = null;
this.cibShow.Location = new System.Drawing.Point(269, 5);
this.cibShow.Name = "cibShow";
this.cibShow.Size = new System.Drawing.Size(116, 172);
this.cibShow.TabIndex = 41;
this.cibShow.Text = "cartoonImageBox1";
//
// lbtLastHead
//
this.lbtLastHead.AutoSize = true;
this.lbtLastHead.BackColor = System.Drawing.Color.Transparent;
this.lbtLastHead.Cursor = System.Windows.Forms.Cursors.Hand;
this.lbtLastHead.Location = new System.Drawing.Point(57, 4);
this.lbtLastHead.Name = "lbtLastHead";
this.lbtLastHead.Size = new System.Drawing.Size(41, 12);
this.lbtLastHead.TabIndex = 40;
this.lbtLastHead.Text = "上一个";
this.lbtLastHead.MouseLeave += new System.EventHandler(this.lbtLastHead_MouseLeave);
this.lbtLastHead.MouseDown += new System.Windows.Forms.MouseEventHandler(this.lbtLastHead_MouseDown);
this.lbtLastHead.MouseEnter += new System.EventHandler(this.lbtLastHead_MouseEnter);
//
// lbtNextHead
//
this.lbtNextHead.AutoSize = true;
this.lbtNextHead.BackColor = System.Drawing.Color.Transparent;
this.lbtNextHead.Cursor = System.Windows.Forms.Cursors.Hand;
this.lbtNextHead.Location = new System.Drawing.Point(165, 4);
this.lbtNextHead.Name = "lbtNextHead";
this.lbtNextHead.Size = new System.Drawing.Size(41, 12);
this.lbtNextHead.TabIndex = 39;
this.lbtNextHead.Text = "下一个";
this.lbtNextHead.MouseLeave += new System.EventHandler(this.lbtNextHead_MouseLeave);
this.lbtNextHead.MouseDown += new System.Windows.Forms.MouseEventHandler(this.lbtNextHead_MouseDown);
this.lbtNextHead.MouseEnter += new System.EventHandler(this.lbtNextHead_MouseEnter);
//
// hsbShow
//
this.hsbShow.LargeChange = 1;
this.hsbShow.Location = new System.Drawing.Point(271, 181);
this.hsbShow.Maximum = 8;
this.hsbShow.Name = "hsbShow";
this.hsbShow.Size = new System.Drawing.Size(116, 15);
this.hsbShow.TabIndex = 38;
this.hsbShow.ValueChanged += new System.EventHandler(this.hsbShow_ValueChanged);
//
// txaBewrite
//
this.txaBewrite.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.txaBewrite.Location = new System.Drawing.Point(3, 115);
this.txaBewrite.Name = "txaBewrite";
this.txaBewrite.Size = new System.Drawing.Size(259, 42);
this.txaBewrite.TabIndex = 37;
//
// radFemale
//
this.radFemale.AutoSize = true;
this.radFemale.BackColor = System.Drawing.Color.Transparent;
this.radFemale.Location = new System.Drawing.Point(221, 60);
this.radFemale.Name = "radFemale";
this.radFemale.Size = new System.Drawing.Size(35, 16);
this.radFemale.TabIndex = 36;
this.radFemale.TabStop = true;
this.radFemale.Text = "女";
this.radFemale.UseVisualStyleBackColor = false;
//
// radMale
//
this.radMale.AutoSize = true;
this.radMale.BackColor = System.Drawing.Color.Transparent;
this.radMale.Location = new System.Drawing.Point(177, 60);
this.radMale.Name = "radMale";
this.radMale.Size = new System.Drawing.Size(35, 16);
this.radMale.TabIndex = 35;
this.radMale.TabStop = true;
this.radMale.Text = "男";
this.radMale.UseVisualStyleBackColor = false;
this.radMale.CheckedChanged += new System.EventHandler(this.radMale_CheckedChanged);
//
// txtBirthday
//
this.txtBirthday.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.txtBirthday.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtBirthday.Location = new System.Drawing.Point(57, 81);
this.txtBirthday.Name = "txtBirthday";
this.txtBirthday.Size = new System.Drawing.Size(112, 14);
this.txtBirthday.TabIndex = 34;
//
// txtNickName
//
this.txtNickName.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.txtNickName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtNickName.Location = new System.Drawing.Point(57, 62);
this.txtNickName.Name = "txtNickName";
this.txtNickName.Size = new System.Drawing.Size(81, 14);
this.txtNickName.TabIndex = 33;
//
// cibHeads_5
//
this.cibHeads_5.BackColor = System.Drawing.Color.White;
this.cibHeads_5.Cursor = System.Windows.Forms.Cursors.Hand;
this.cibHeads_5.Image = null;
this.cibHeads_5.Location = new System.Drawing.Point(233, 21);
this.cibHeads_5.Name = "cibHeads_5";
this.cibHeads_5.Size = new System.Drawing.Size(30, 30);
this.cibHeads_5.TabIndex = 32;
this.cibHeads_5.Click += new System.EventHandler(this.cibHeads_5_Click);
//
// cibHeads_4
//
this.cibHeads_4.BackColor = System.Drawing.Color.White;
this.cibHeads_4.Cursor = System.Windows.Forms.Cursors.Hand;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -