Esempio n. 1
0
 // Token: 0x060000A6 RID: 166 RVA: 0x000141C0 File Offset: 0x000123C0
 private void InitializeComponent()
 {
     btnSearch = new global::System.Windows.Forms.Button();
     txtName   = new global::MuEditor.TextBox();
     groupBox1 = new global::System.Windows.Forms.GroupBox();
     groupBox1.SuspendLayout();
     base.SuspendLayout();
     btnSearch.ImeMode  = global::System.Windows.Forms.ImeMode.NoControl;
     btnSearch.Location = new global::System.Drawing.Point(144, 20);
     btnSearch.Name     = "btnSearch";
     btnSearch.Size     = new global::System.Drawing.Size(50, 23);
     btnSearch.TabIndex = 10;
     btnSearch.Text     = "确 定";
     btnSearch.UseVisualStyleBackColor = true;
     btnSearch.Click     += new global::System.EventHandler(btnSearch_Click);
     txtName.IsOnlyNumber = false;
     txtName.Location     = new global::System.Drawing.Point(8, 21);
     txtName.MaxLength    = 50;
     txtName.Name         = "txtName";
     txtName.Size         = new global::System.Drawing.Size(130, 21);
     txtName.TabIndex     = 9;
     txtName.KeyPress    += new global::System.Windows.Forms.KeyPressEventHandler(txtName_KeyPress);
     groupBox1.Controls.Add(btnSearch);
     groupBox1.Controls.Add(txtName);
     groupBox1.Location       = new global::System.Drawing.Point(8, 6);
     groupBox1.Name           = "groupBox1";
     groupBox1.Size           = new global::System.Drawing.Size(200, 60);
     groupBox1.TabIndex       = 14;
     groupBox1.TabStop        = false;
     groupBox1.Text           = "请输入角色名";
     base.AutoScaleDimensions = new global::System.Drawing.SizeF(6f, 12f);
     base.AutoScaleMode       = global::System.Windows.Forms.AutoScaleMode.Font;
     base.ClientSize          = new global::System.Drawing.Size(215, 74);
     base.Controls.Add(groupBox1);
     base.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.FixedSingle;
     base.MaximizeBox     = false;
     base.MinimizeBox     = false;
     base.Name            = "frmGuildUser";
     base.ShowIcon        = false;
     base.ShowInTaskbar   = false;
     base.StartPosition   = global::System.Windows.Forms.FormStartPosition.CenterParent;
     Text = "添加战盟成员";
     groupBox1.ResumeLayout(false);
     groupBox1.PerformLayout();
     base.ResumeLayout(false);
 }
Esempio n. 2
0
 // Token: 0x0600003A RID: 58 RVA: 0x00006AF4 File Offset: 0x00004CF4
 private void InitializeComponent()
 {
     global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::MuEditor.frmMasterLevel));
     txtPoint     = new global::MuEditor.TextBox();
     label32      = new global::System.Windows.Forms.Label();
     txtNextEXP   = new global::MuEditor.TextBox();
     label31      = new global::System.Windows.Forms.Label();
     txtEXP       = new global::MuEditor.TextBox();
     label30      = new global::System.Windows.Forms.Label();
     txtLevel     = new global::MuEditor.TextBox();
     label29      = new global::System.Windows.Forms.Label();
     btnOK        = new global::System.Windows.Forms.Button();
     label1       = new global::System.Windows.Forms.Label();
     button1      = new global::System.Windows.Forms.Button();
     txtCharacter = new global::MuEditor.TextBox();
     label2       = new global::System.Windows.Forms.Label();
     rbAll        = new global::System.Windows.Forms.RadioButton();
     rbKeep       = new global::System.Windows.Forms.RadioButton();
     rbClear      = new global::System.Windows.Forms.RadioButton();
     groupBox1    = new global::System.Windows.Forms.GroupBox();
     groupBox1.SuspendLayout();
     base.SuspendLayout();
     txtPoint.IsOnlyNumber   = true;
     txtPoint.Location       = new global::System.Drawing.Point(70, 124);
     txtPoint.Name           = "txtPoint";
     txtPoint.Size           = new global::System.Drawing.Size(144, 21);
     txtPoint.TabIndex       = 59;
     label32.AutoSize        = true;
     label32.ImeMode         = global::System.Windows.Forms.ImeMode.NoControl;
     label32.Location        = new global::System.Drawing.Point(6, 128);
     label32.Name            = "label32";
     label32.Size            = new global::System.Drawing.Size(41, 12);
     label32.TabIndex        = 58;
     label32.Text            = "剩点:";
     txtNextEXP.IsOnlyNumber = true;
     txtNextEXP.Location     = new global::System.Drawing.Point(70, 97);
     txtNextEXP.Name         = "txtNextEXP";
     txtNextEXP.Size         = new global::System.Drawing.Size(144, 21);
     txtNextEXP.TabIndex     = 57;
     label31.AutoSize        = true;
     label31.ImeMode         = global::System.Windows.Forms.ImeMode.NoControl;
     label31.Location        = new global::System.Drawing.Point(6, 101);
     label31.Name            = "label31";
     label31.Size            = new global::System.Drawing.Size(65, 12);
     label31.TabIndex        = 56;
     label31.Text            = "下级经验:";
     txtEXP.IsOnlyNumber     = true;
     txtEXP.Location         = new global::System.Drawing.Point(70, 70);
     txtEXP.Name             = "txtEXP";
     txtEXP.Size             = new global::System.Drawing.Size(144, 21);
     txtEXP.TabIndex         = 55;
     label30.AutoSize        = true;
     label30.ImeMode         = global::System.Windows.Forms.ImeMode.NoControl;
     label30.Location        = new global::System.Drawing.Point(6, 74);
     label30.Name            = "label30";
     label30.Size            = new global::System.Drawing.Size(41, 12);
     label30.TabIndex        = 54;
     label30.Text            = "经验:";
     txtLevel.IsOnlyNumber   = true;
     txtLevel.Location       = new global::System.Drawing.Point(71, 43);
     txtLevel.Name           = "txtLevel";
     txtLevel.Size           = new global::System.Drawing.Size(144, 21);
     txtLevel.TabIndex       = 53;
     txtLevel.TextChanged   += new global::System.EventHandler(txtLevel_TextChanged);
     label29.AutoSize        = true;
     label29.ImeMode         = global::System.Windows.Forms.ImeMode.NoControl;
     label29.Location        = new global::System.Drawing.Point(6, 47);
     label29.Name            = "label29";
     label29.Size            = new global::System.Drawing.Size(41, 12);
     label29.TabIndex        = 52;
     label29.Text            = "等级:";
     btnOK.Location          = new global::System.Drawing.Point(41, 186);
     btnOK.Name     = "btnOK";
     btnOK.Size     = new global::System.Drawing.Size(58, 23);
     btnOK.TabIndex = 60;
     btnOK.Text     = "确 定";
     btnOK.UseVisualStyleBackColor = true;
     btnOK.Click     += new global::System.EventHandler(btnOK_Click);
     label1.AutoSize  = true;
     label1.ImeMode   = global::System.Windows.Forms.ImeMode.NoControl;
     label1.Location  = new global::System.Drawing.Point(6, 20);
     label1.Name      = "label1";
     label1.Size      = new global::System.Drawing.Size(41, 12);
     label1.TabIndex  = 61;
     label1.Text      = "角色:";
     button1.Location = new global::System.Drawing.Point(118, 186);
     button1.Name     = "button1";
     button1.Size     = new global::System.Drawing.Size(58, 23);
     button1.TabIndex = 63;
     button1.Text     = "关 闭";
     button1.UseVisualStyleBackColor = true;
     button1.Click            += new global::System.EventHandler(button1_Click);
     txtCharacter.IsOnlyNumber = false;
     txtCharacter.Location     = new global::System.Drawing.Point(71, 16);
     txtCharacter.Name         = "txtCharacter";
     txtCharacter.ReadOnly     = true;
     txtCharacter.Size         = new global::System.Drawing.Size(144, 21);
     txtCharacter.TabIndex     = 64;
     label2.AutoSize           = true;
     label2.ImeMode            = global::System.Windows.Forms.ImeMode.NoControl;
     label2.Location           = new global::System.Drawing.Point(6, 156);
     label2.Name     = "label2";
     label2.Size     = new global::System.Drawing.Size(65, 12);
     label2.TabIndex = 65;
     label2.Text     = "大师技能:";
     rbAll.AutoSize  = true;
     rbAll.Location  = new global::System.Drawing.Point(71, 156);
     rbAll.Name      = "rbAll";
     rbAll.Size      = new global::System.Drawing.Size(47, 16);
     rbAll.TabIndex  = 66;
     rbAll.Text      = "全满";
     rbAll.UseVisualStyleBackColor = true;
     rbKeep.AutoSize = true;
     rbKeep.Checked  = true;
     rbKeep.Location = new global::System.Drawing.Point(119, 156);
     rbKeep.Name     = "rbKeep";
     rbKeep.Size     = new global::System.Drawing.Size(47, 16);
     rbKeep.TabIndex = 67;
     rbKeep.TabStop  = true;
     rbKeep.Text     = "不变";
     rbKeep.UseVisualStyleBackColor = true;
     rbClear.AutoSize = true;
     rbClear.Location = new global::System.Drawing.Point(169, 156);
     rbClear.Name     = "rbClear";
     rbClear.Size     = new global::System.Drawing.Size(47, 16);
     rbClear.TabIndex = 68;
     rbClear.Text     = "清空";
     rbClear.UseVisualStyleBackColor = true;
     groupBox1.Controls.Add(label1);
     groupBox1.Controls.Add(rbClear);
     groupBox1.Controls.Add(label29);
     groupBox1.Controls.Add(rbKeep);
     groupBox1.Controls.Add(txtLevel);
     groupBox1.Controls.Add(rbAll);
     groupBox1.Controls.Add(label30);
     groupBox1.Controls.Add(label2);
     groupBox1.Controls.Add(txtEXP);
     groupBox1.Controls.Add(txtCharacter);
     groupBox1.Controls.Add(label31);
     groupBox1.Controls.Add(button1);
     groupBox1.Controls.Add(txtNextEXP);
     groupBox1.Controls.Add(label32);
     groupBox1.Controls.Add(btnOK);
     groupBox1.Controls.Add(txtPoint);
     groupBox1.Location       = new global::System.Drawing.Point(6, 4);
     groupBox1.Name           = "groupBox1";
     groupBox1.Size           = new global::System.Drawing.Size(221, 218);
     groupBox1.TabIndex       = 69;
     groupBox1.TabStop        = false;
     groupBox1.Text           = "修改大师信息";
     base.AutoScaleDimensions = new global::System.Drawing.SizeF(6f, 12f);
     base.AutoScaleMode       = global::System.Windows.Forms.AutoScaleMode.Font;
     base.ClientSize          = new global::System.Drawing.Size(233, 227);
     base.Controls.Add(groupBox1);
     base.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.FixedSingle;
     base.Icon            = (global::System.Drawing.Icon)componentResourceManager.GetObject("$Icon");
     base.MaximizeBox     = false;
     base.MinimizeBox     = false;
     base.Name            = "frmMasterLevel";
     base.ShowIcon        = false;
     base.ShowInTaskbar   = false;
     base.StartPosition   = global::System.Windows.Forms.FormStartPosition.CenterParent;
     Text = "修改大师";
     groupBox1.ResumeLayout(false);
     groupBox1.PerformLayout();
     base.ResumeLayout(false);
 }
Esempio n. 3
0
 // Token: 0x0600019B RID: 411 RVA: 0x00018BD4 File Offset: 0x00016DD4
 private void InitializeComponent()
 {
     cbGuild   = new global::System.Windows.Forms.ComboBox();
     groupBox1 = new global::System.Windows.Forms.GroupBox();
     rbMember  = new global::System.Windows.Forms.RadioButton();
     rbGuild   = new global::System.Windows.Forms.RadioButton();
     btnSearch = new global::System.Windows.Forms.Button();
     txtName   = new global::MuEditor.TextBox();
     lbMember  = new global::System.Windows.Forms.ListBox();
     txtNotice = new global::MuEditor.TextBox();
     btnOK     = new global::System.Windows.Forms.Button();
     label3    = new global::System.Windows.Forms.Label();
     label1    = new global::System.Windows.Forms.Label();
     label2    = new global::System.Windows.Forms.Label();
     label4    = new global::System.Windows.Forms.Label();
     lstUnion  = new global::System.Windows.Forms.ListBox();
     lstRival  = new global::System.Windows.Forms.ListBox();
     label5    = new global::System.Windows.Forms.Label();
     btnAdd    = new global::System.Windows.Forms.Button();
     btnDel    = new global::System.Windows.Forms.Button();
     label6    = new global::System.Windows.Forms.Label();
     txtScore  = new global::MuEditor.TextBox();
     btnJS     = new global::System.Windows.Forms.Button();
     groupBox1.SuspendLayout();
     base.SuspendLayout();
     cbGuild.AutoCompleteMode   = global::System.Windows.Forms.AutoCompleteMode.SuggestAppend;
     cbGuild.AutoCompleteSource = global::System.Windows.Forms.AutoCompleteSource.ListItems;
     cbGuild.DropDownHeight     = 306;
     cbGuild.IntegralHeight     = false;
     cbGuild.Location           = new global::System.Drawing.Point(6, 62);
     cbGuild.Name                  = "cbGuild";
     cbGuild.Size                  = new global::System.Drawing.Size(115, 20);
     cbGuild.TabIndex              = 2;
     cbGuild.SelectedIndexChanged += new global::System.EventHandler(cbGuild_SelectedIndexChanged);
     groupBox1.Controls.Add(rbMember);
     groupBox1.Controls.Add(rbGuild);
     groupBox1.Controls.Add(btnSearch);
     groupBox1.Controls.Add(txtName);
     groupBox1.Dock     = global::System.Windows.Forms.DockStyle.Top;
     groupBox1.Location = new global::System.Drawing.Point(0, 0);
     groupBox1.Name     = "groupBox1";
     groupBox1.Size     = new global::System.Drawing.Size(300, 39);
     groupBox1.TabIndex = 5;
     groupBox1.TabStop  = false;
     groupBox1.Text     = "查询";
     rbMember.AutoSize  = true;
     rbMember.Location  = new global::System.Drawing.Point(196, 17);
     rbMember.Name      = "rbMember";
     rbMember.Size      = new global::System.Drawing.Size(47, 16);
     rbMember.TabIndex  = 10;
     rbMember.Text      = "成员";
     rbMember.UseVisualStyleBackColor = true;
     rbGuild.AutoSize = true;
     rbGuild.Checked  = true;
     rbGuild.Location = new global::System.Drawing.Point(144, 18);
     rbGuild.Name     = "rbGuild";
     rbGuild.Size     = new global::System.Drawing.Size(47, 16);
     rbGuild.TabIndex = 9;
     rbGuild.TabStop  = true;
     rbGuild.Text     = "战盟";
     rbGuild.UseVisualStyleBackColor = true;
     btnSearch.ImeMode  = global::System.Windows.Forms.ImeMode.NoControl;
     btnSearch.Location = new global::System.Drawing.Point(244, 13);
     btnSearch.Name     = "btnSearch";
     btnSearch.Size     = new global::System.Drawing.Size(50, 23);
     btnSearch.TabIndex = 8;
     btnSearch.Text     = "查 询";
     btnSearch.UseVisualStyleBackColor = true;
     btnSearch.Click           += new global::System.EventHandler(btnSearch_Click);
     txtName.IsOnlyNumber       = false;
     txtName.Location           = new global::System.Drawing.Point(7, 15);
     txtName.MaxLength          = 50;
     txtName.Name               = "txtName";
     txtName.Size               = new global::System.Drawing.Size(130, 21);
     txtName.TabIndex           = 0;
     txtName.KeyPress          += new global::System.Windows.Forms.KeyPressEventHandler(txtName_KeyPress);
     lbMember.FormattingEnabled = true;
     lbMember.ItemHeight        = 12;
     lbMember.Location          = new global::System.Drawing.Point(126, 62);
     lbMember.Name              = "lbMember";
     lbMember.Size              = new global::System.Drawing.Size(167, 184);
     lbMember.TabIndex          = 6;
     lbMember.MouseDoubleClick += new global::System.Windows.Forms.MouseEventHandler(lbMember_MouseDoubleClick);
     txtNotice.AcceptsReturn    = true;
     txtNotice.IsOnlyNumber     = false;
     txtNotice.Location         = new global::System.Drawing.Point(70, 282);
     txtNotice.MaxLength        = 60;
     txtNotice.Name             = "txtNotice";
     txtNotice.Size             = new global::System.Drawing.Size(178, 21);
     txtNotice.TabIndex         = 7;
     btnOK.Enabled              = false;
     btnOK.ImeMode              = global::System.Windows.Forms.ImeMode.NoControl;
     btnOK.Location             = new global::System.Drawing.Point(254, 282);
     btnOK.Name     = "btnOK";
     btnOK.Size     = new global::System.Drawing.Size(39, 23);
     btnOK.TabIndex = 9;
     btnOK.Text     = "更新";
     btnOK.UseVisualStyleBackColor = true;
     btnOK.Click                   += new global::System.EventHandler(btnOK_Click);
     label3.AutoSize                = true;
     label3.ImeMode                 = global::System.Windows.Forms.ImeMode.NoControl;
     label3.Location                = new global::System.Drawing.Point(4, 288);
     label3.Name                    = "label3";
     label3.Size                    = new global::System.Drawing.Size(65, 12);
     label3.TabIndex                = 10;
     label3.Text                    = "战盟公告:";
     label1.AutoSize                = true;
     label1.ImeMode                 = global::System.Windows.Forms.ImeMode.NoControl;
     label1.Location                = new global::System.Drawing.Point(124, 45);
     label1.Name                    = "label1";
     label1.Size                    = new global::System.Drawing.Size(77, 12);
     label1.TabIndex                = 11;
     label1.Text                    = "战盟成员列表";
     label2.AutoSize                = true;
     label2.ImeMode                 = global::System.Windows.Forms.ImeMode.NoControl;
     label2.Location                = new global::System.Drawing.Point(5, 45);
     label2.Name                    = "label2";
     label2.Size                    = new global::System.Drawing.Size(53, 12);
     label2.TabIndex                = 12;
     label2.Text                    = "战盟列表";
     label4.AutoSize                = true;
     label4.ImeMode                 = global::System.Windows.Forms.ImeMode.NoControl;
     label4.Location                = new global::System.Drawing.Point(5, 87);
     label4.Name                    = "label4";
     label4.Size                    = new global::System.Drawing.Size(53, 12);
     label4.TabIndex                = 13;
     label4.Text                    = "同盟战盟";
     lstUnion.FormattingEnabled     = true;
     lstUnion.ItemHeight            = 12;
     lstUnion.Location              = new global::System.Drawing.Point(6, 102);
     lstUnion.Name                  = "lstUnion";
     lstUnion.Size                  = new global::System.Drawing.Size(115, 64);
     lstUnion.TabIndex              = 14;
     lstUnion.SelectedIndexChanged += new global::System.EventHandler(lstUnion_SelectedIndexChanged);
     lstRival.FormattingEnabled     = true;
     lstRival.ItemHeight            = 12;
     lstRival.Location              = new global::System.Drawing.Point(6, 185);
     lstRival.Name                  = "lstRival";
     lstRival.Size                  = new global::System.Drawing.Size(115, 64);
     lstRival.TabIndex              = 15;
     lstRival.SelectedIndexChanged += new global::System.EventHandler(lstRival_SelectedIndexChanged);
     label5.AutoSize                = true;
     label5.ImeMode                 = global::System.Windows.Forms.ImeMode.NoControl;
     label5.Location                = new global::System.Drawing.Point(5, 169);
     label5.Name                    = "label5";
     label5.Size                    = new global::System.Drawing.Size(53, 12);
     label5.TabIndex                = 16;
     label5.Text                    = "敌对战盟";
     btnAdd.Enabled                 = false;
     btnAdd.ImeMode                 = global::System.Windows.Forms.ImeMode.NoControl;
     btnAdd.Location                = new global::System.Drawing.Point(125, 251);
     btnAdd.Name                    = "btnAdd";
     btnAdd.Size                    = new global::System.Drawing.Size(61, 23);
     btnAdd.TabIndex                = 17;
     btnAdd.Text                    = "添加成员";
     btnAdd.UseVisualStyleBackColor = true;
     btnAdd.Click                  += new global::System.EventHandler(btnAdd_Click);
     btnDel.Enabled                 = false;
     btnDel.ImeMode                 = global::System.Windows.Forms.ImeMode.NoControl;
     btnDel.Location                = new global::System.Drawing.Point(190, 251);
     btnDel.Name                    = "btnDel";
     btnDel.Size                    = new global::System.Drawing.Size(61, 23);
     btnDel.TabIndex                = 18;
     btnDel.Text                    = "删除成员";
     btnDel.UseVisualStyleBackColor = true;
     btnDel.Click                  += new global::System.EventHandler(btnDel_Click);
     label6.AutoSize                = true;
     label6.ImeMode                 = global::System.Windows.Forms.ImeMode.NoControl;
     label6.Location                = new global::System.Drawing.Point(4, 260);
     label6.Name                    = "label6";
     label6.Size                    = new global::System.Drawing.Size(65, 12);
     label6.TabIndex                = 20;
     label6.Text                    = "战盟积分:";
     txtScore.IsOnlyNumber          = true;
     txtScore.Location              = new global::System.Drawing.Point(70, 256);
     txtScore.Name                  = "txtScore";
     txtScore.Size                  = new global::System.Drawing.Size(43, 21);
     txtScore.TabIndex              = 54;
     btnJS.Enabled                  = false;
     btnJS.ImeMode                  = global::System.Windows.Forms.ImeMode.NoControl;
     btnJS.Location                 = new global::System.Drawing.Point(254, 251);
     btnJS.Name     = "btnJS";
     btnJS.Size     = new global::System.Drawing.Size(39, 23);
     btnJS.TabIndex = 55;
     btnJS.Text     = "解散";
     btnJS.UseVisualStyleBackColor = true;
     btnJS.Click += new global::System.EventHandler(btnJS_Click);
     base.AutoScaleDimensions = new global::System.Drawing.SizeF(6f, 12f);
     base.AutoScaleMode       = global::System.Windows.Forms.AutoScaleMode.Font;
     base.ClientSize          = new global::System.Drawing.Size(300, 308);
     base.Controls.Add(btnJS);
     base.Controls.Add(txtScore);
     base.Controls.Add(label6);
     base.Controls.Add(btnDel);
     base.Controls.Add(btnAdd);
     base.Controls.Add(label5);
     base.Controls.Add(lstRival);
     base.Controls.Add(lstUnion);
     base.Controls.Add(label4);
     base.Controls.Add(label2);
     base.Controls.Add(label1);
     base.Controls.Add(label3);
     base.Controls.Add(btnOK);
     base.Controls.Add(txtNotice);
     base.Controls.Add(lbMember);
     base.Controls.Add(groupBox1);
     base.Controls.Add(cbGuild);
     base.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.FixedSingle;
     base.MaximizeBox     = false;
     base.MinimizeBox     = false;
     base.Name            = "frmGuild";
     base.ShowIcon        = false;
     base.ShowInTaskbar   = false;
     Text             = "战盟管理";
     base.TopMost     = true;
     base.FormClosed += new global::System.Windows.Forms.FormClosedEventHandler(frmGuild_FormClosed);
     groupBox1.ResumeLayout(false);
     groupBox1.PerformLayout();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
Esempio n. 4
0
 // Token: 0x06000031 RID: 49 RVA: 0x000060C4 File Offset: 0x000042C4
 private void InitializeComponent()
 {
     label3     = new global::System.Windows.Forms.Label();
     txtAccount = new global::MuEditor.TextBox();
     label1     = new global::System.Windows.Forms.Label();
     txtPwd     = new global::MuEditor.TextBox();
     cbMD5      = new global::System.Windows.Forms.CheckBox();
     btnOK      = new global::System.Windows.Forms.Button();
     btnClear   = new global::System.Windows.Forms.Button();
     btnClose   = new global::System.Windows.Forms.Button();
     groupBox1  = new global::System.Windows.Forms.GroupBox();
     label2     = new global::System.Windows.Forms.Label();
     txtArea    = new global::MuEditor.TextBox();
     label7     = new global::System.Windows.Forms.Label();
     txtEMail   = new global::MuEditor.TextBox();
     groupBox1.SuspendLayout();
     base.SuspendLayout();
     label3.AutoSize         = true;
     label3.ImeMode          = global::System.Windows.Forms.ImeMode.NoControl;
     label3.Location         = new global::System.Drawing.Point(7, 19);
     label3.Name             = "label3";
     label3.Size             = new global::System.Drawing.Size(41, 12);
     label3.TabIndex         = 1;
     label3.Text             = "帐号:";
     txtAccount.IsOnlyNumber = false;
     txtAccount.Location     = new global::System.Drawing.Point(67, 15);
     txtAccount.MaxLength    = 15;
     txtAccount.Name         = "txtAccount";
     txtAccount.Size         = new global::System.Drawing.Size(108, 21);
     txtAccount.TabIndex     = 2;
     label1.AutoSize         = true;
     label1.ImeMode          = global::System.Windows.Forms.ImeMode.NoControl;
     label1.Location         = new global::System.Drawing.Point(7, 46);
     label1.Name             = "label1";
     label1.Size             = new global::System.Drawing.Size(41, 12);
     label1.TabIndex         = 3;
     label1.Text             = "密码:";
     txtPwd.IsOnlyNumber     = false;
     txtPwd.Location         = new global::System.Drawing.Point(67, 42);
     txtPwd.MaxLength        = 10;
     txtPwd.Name             = "txtPwd";
     txtPwd.Size             = new global::System.Drawing.Size(108, 21);
     txtPwd.TabIndex         = 4;
     cbMD5.AutoSize          = true;
     cbMD5.Checked           = true;
     cbMD5.CheckState        = global::System.Windows.Forms.CheckState.Checked;
     cbMD5.Enabled           = false;
     cbMD5.ImeMode           = global::System.Windows.Forms.ImeMode.NoControl;
     cbMD5.Location          = new global::System.Drawing.Point(67, 121);
     cbMD5.Name     = "cbMD5";
     cbMD5.Size     = new global::System.Drawing.Size(90, 16);
     cbMD5.TabIndex = 9;
     cbMD5.Text     = "是否支持MD5";
     cbMD5.UseVisualStyleBackColor = true;
     btnOK.ImeMode  = global::System.Windows.Forms.ImeMode.NoControl;
     btnOK.Location = new global::System.Drawing.Point(9, 143);
     btnOK.Name     = "btnOK";
     btnOK.Size     = new global::System.Drawing.Size(51, 21);
     btnOK.TabIndex = 10;
     btnOK.Text     = "创 建";
     btnOK.UseVisualStyleBackColor = true;
     btnOK.Click      += new global::System.EventHandler(btnOK_Click);
     btnClear.ImeMode  = global::System.Windows.Forms.ImeMode.NoControl;
     btnClear.Location = new global::System.Drawing.Point(67, 143);
     btnClear.Name     = "btnClear";
     btnClear.Size     = new global::System.Drawing.Size(51, 21);
     btnClear.TabIndex = 11;
     btnClear.Text     = "重 填";
     btnClear.UseVisualStyleBackColor = true;
     btnClear.Click   += new global::System.EventHandler(btnClear_Click);
     btnClose.ImeMode  = global::System.Windows.Forms.ImeMode.NoControl;
     btnClose.Location = new global::System.Drawing.Point(124, 143);
     btnClose.Name     = "btnClose";
     btnClose.Size     = new global::System.Drawing.Size(51, 21);
     btnClose.TabIndex = 12;
     btnClose.Text     = "关 闭";
     btnClose.UseVisualStyleBackColor = true;
     btnClose.Click += new global::System.EventHandler(btnClose_Click);
     groupBox1.Controls.Add(label2);
     groupBox1.Controls.Add(txtArea);
     groupBox1.Controls.Add(label3);
     groupBox1.Controls.Add(btnClose);
     groupBox1.Controls.Add(txtAccount);
     groupBox1.Controls.Add(btnClear);
     groupBox1.Controls.Add(txtPwd);
     groupBox1.Controls.Add(cbMD5);
     groupBox1.Controls.Add(label1);
     groupBox1.Controls.Add(btnOK);
     groupBox1.Controls.Add(label7);
     groupBox1.Controls.Add(txtEMail);
     groupBox1.Location       = new global::System.Drawing.Point(4, 4);
     groupBox1.Name           = "groupBox1";
     groupBox1.Size           = new global::System.Drawing.Size(182, 172);
     groupBox1.TabIndex       = 67;
     groupBox1.TabStop        = false;
     groupBox1.Text           = "添加帐号";
     label2.AutoSize          = true;
     label2.ImeMode           = global::System.Windows.Forms.ImeMode.NoControl;
     label2.Location          = new global::System.Drawing.Point(7, 97);
     label2.Name              = "label2";
     label2.Size              = new global::System.Drawing.Size(41, 12);
     label2.TabIndex          = 7;
     label2.Text              = "大区:";
     txtArea.IsOnlyNumber     = true;
     txtArea.Location         = new global::System.Drawing.Point(67, 94);
     txtArea.MaxLength        = 2;
     txtArea.Name             = "txtArea";
     txtArea.Size             = new global::System.Drawing.Size(108, 21);
     txtArea.TabIndex         = 8;
     txtArea.Text             = "1";
     label7.AutoSize          = true;
     label7.ImeMode           = global::System.Windows.Forms.ImeMode.NoControl;
     label7.Location          = new global::System.Drawing.Point(7, 72);
     label7.Name              = "label7";
     label7.Size              = new global::System.Drawing.Size(47, 12);
     label7.TabIndex          = 5;
     label7.Text              = "EMail:";
     txtEMail.Enabled         = false;
     txtEMail.IsOnlyNumber    = false;
     txtEMail.Location        = new global::System.Drawing.Point(67, 69);
     txtEMail.MaxLength       = 50;
     txtEMail.Name            = "txtEMail";
     txtEMail.Size            = new global::System.Drawing.Size(108, 21);
     txtEMail.TabIndex        = 6;
     base.AutoScaleDimensions = new global::System.Drawing.SizeF(6f, 12f);
     base.AutoScaleMode       = global::System.Windows.Forms.AutoScaleMode.Font;
     base.ClientSize          = new global::System.Drawing.Size(192, 180);
     base.Controls.Add(groupBox1);
     base.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.FixedSingle;
     base.MaximizeBox     = false;
     base.MinimizeBox     = false;
     base.Name            = "frmUserAdd";
     base.ShowIcon        = false;
     base.ShowInTaskbar   = false;
     base.StartPosition   = global::System.Windows.Forms.FormStartPosition.CenterParent;
     Text             = "添加帐号";
     base.FormClosed += new global::System.Windows.Forms.FormClosedEventHandler(frmUserAdd_FormClosed);
     groupBox1.ResumeLayout(false);
     groupBox1.PerformLayout();
     base.ResumeLayout(false);
 }
Esempio n. 5
0
 // Token: 0x060000A3 RID: 163 RVA: 0x00013290 File Offset: 0x00011490
 private void InitializeComponent()
 {
     new global::System.ComponentModel.ComponentResourceManager(typeof(global::MuEditor.frmInitEquip));
     pnlPackage      = new global::System.Windows.Forms.Panel();
     sBookPanel      = new global::MuEditor.PentagramPanel();
     btnClearChar    = new global::System.Windows.Forms.Button();
     btnCleanPackage = new global::System.Windows.Forms.Button();
     btnClearPackage = new global::System.Windows.Forms.Button();
     chkAll          = new global::System.Windows.Forms.CheckBox();
     btnSave         = new global::System.Windows.Forms.Button();
     label1          = new global::System.Windows.Forms.Label();
     cbZhiye         = new global::System.Windows.Forms.ComboBox();
     charPanel       = new global::MuEditor.CharPanel();
     packagePanel    = new global::MuEditor.EquipPanel();
     packagePanelLv1 = new global::MuEditor.EquipPanel();
     packagePanelLv2 = new global::MuEditor.EquipPanel();
     packagePanelLv3 = new global::MuEditor.EquipPanel();
     packagePanelLv4 = new global::MuEditor.EquipPanel();
     shopPanel       = new global::MuEditor.EquipPanel();
     groupBox2       = new global::System.Windows.Forms.GroupBox();
     equipEditor     = new global::MuEditor.EquipEditor();
     pnlPackage.SuspendLayout();
     groupBox2.SuspendLayout();
     base.SuspendLayout();
     pnlPackage.BackColor   = global::System.Drawing.Color.FromArgb(32, 27, 23);
     pnlPackage.BorderStyle = global::System.Windows.Forms.BorderStyle.Fixed3D;
     pnlPackage.Controls.Add(sBookPanel);
     pnlPackage.Controls.Add(btnClearChar);
     pnlPackage.Controls.Add(btnCleanPackage);
     pnlPackage.Controls.Add(btnClearPackage);
     pnlPackage.Controls.Add(chkAll);
     pnlPackage.Controls.Add(btnSave);
     pnlPackage.Controls.Add(label1);
     pnlPackage.Controls.Add(cbZhiye);
     pnlPackage.Controls.Add(charPanel);
     pnlPackage.Controls.Add(packagePanel);
     pnlPackage.Controls.Add(packagePanelLv1);
     pnlPackage.Controls.Add(packagePanelLv2);
     pnlPackage.Controls.Add(packagePanelLv3);
     pnlPackage.Controls.Add(packagePanelLv4);
     pnlPackage.Controls.Add(shopPanel);
     pnlPackage.Location                     = new global::System.Drawing.Point(231, 4);
     pnlPackage.Name                         = "pnlPackage";
     pnlPackage.Size                         = new global::System.Drawing.Size(509, 497);
     pnlPackage.TabIndex                     = 21;
     sBookPanel.BackgroundImage              = global::MuEditor.Properties.Resources.skillbook;
     sBookPanel.BackgroundImageLayout        = global::System.Windows.Forms.ImageLayout.None;
     sBookPanel.Cursor                       = global::System.Windows.Forms.Cursors.Default;
     sBookPanel.Enabled                      = false;
     sBookPanel.Location                     = new global::System.Drawing.Point(228, 217);
     sBookPanel.Margin                       = new global::System.Windows.Forms.Padding(0);
     sBookPanel.Name                         = "sBookPanel";
     sBookPanel.Prof                         = -1;
     sBookPanel.Size                         = new global::System.Drawing.Size(58, 58);
     sBookPanel.TabIndex                     = 89;
     btnClearChar.BackColor                  = global::System.Drawing.Color.FromArgb(64, 64, 64);
     btnClearChar.FlatStyle                  = global::System.Windows.Forms.FlatStyle.Popup;
     btnClearChar.Font                       = new global::System.Drawing.Font("微软雅黑", 9f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 134);
     btnClearChar.ForeColor                  = global::System.Drawing.Color.White;
     btnClearChar.ImeMode                    = global::System.Windows.Forms.ImeMode.NoControl;
     btnClearChar.Location                   = new global::System.Drawing.Point(311, 385);
     btnClearChar.Name                       = "btnClearChar";
     btnClearChar.Size                       = new global::System.Drawing.Size(65, 25);
     btnClearChar.TabIndex                   = 84;
     btnClearChar.Text                       = "清空人物";
     btnClearChar.UseVisualStyleBackColor    = false;
     btnClearChar.Click                     += new global::System.EventHandler(btnClearChar_Click);
     btnCleanPackage.BackColor               = global::System.Drawing.Color.FromArgb(64, 64, 64);
     btnCleanPackage.FlatStyle               = global::System.Windows.Forms.FlatStyle.Popup;
     btnCleanPackage.Font                    = new global::System.Drawing.Font("微软雅黑", 9f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 134);
     btnCleanPackage.ForeColor               = global::System.Drawing.Color.White;
     btnCleanPackage.ImeMode                 = global::System.Windows.Forms.ImeMode.NoControl;
     btnCleanPackage.Location                = new global::System.Drawing.Point(453, 385);
     btnCleanPackage.Name                    = "btnCleanPackage";
     btnCleanPackage.Size                    = new global::System.Drawing.Size(42, 25);
     btnCleanPackage.TabIndex                = 83;
     btnCleanPackage.Text                    = "整理";
     btnCleanPackage.UseVisualStyleBackColor = false;
     btnCleanPackage.Click                  += new global::System.EventHandler(btnCleanPackage_Click);
     btnClearPackage.BackColor               = global::System.Drawing.Color.FromArgb(64, 64, 64);
     btnClearPackage.FlatStyle               = global::System.Windows.Forms.FlatStyle.Popup;
     btnClearPackage.Font                    = new global::System.Drawing.Font("微软雅黑", 9f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 134);
     btnClearPackage.ForeColor               = global::System.Drawing.Color.White;
     btnClearPackage.ImeMode                 = global::System.Windows.Forms.ImeMode.NoControl;
     btnClearPackage.Location                = new global::System.Drawing.Point(382, 385);
     btnClearPackage.Name                    = "btnClearPackage";
     btnClearPackage.Size                    = new global::System.Drawing.Size(65, 25);
     btnClearPackage.TabIndex                = 82;
     btnClearPackage.Text                    = "清空包裹";
     btnClearPackage.UseVisualStyleBackColor = false;
     btnClearPackage.Click                  += new global::System.EventHandler(btnClearPackage_Click);
     chkAll.AutoSize                         = true;
     chkAll.Font      = new global::System.Drawing.Font("微软雅黑", 9f, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Point, 134);
     chkAll.ForeColor = global::System.Drawing.Color.Yellow;
     chkAll.ImeMode   = global::System.Windows.Forms.ImeMode.NoControl;
     chkAll.Location  = new global::System.Drawing.Point(311, 441);
     chkAll.Name      = "chkAll";
     chkAll.Size      = new global::System.Drawing.Size(183, 21);
     chkAll.TabIndex  = 81;
     chkAll.Text      = "所有职业统一送当前所示装备";
     chkAll.UseVisualStyleBackColor = true;
     btnSave.BackColor = global::System.Drawing.Color.FromArgb(64, 64, 64);
     btnSave.FlatStyle = global::System.Windows.Forms.FlatStyle.Popup;
     btnSave.Font      = new global::System.Drawing.Font("微软雅黑", 9f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 134);
     btnSave.ForeColor = global::System.Drawing.Color.White;
     btnSave.ImeMode   = global::System.Windows.Forms.ImeMode.NoControl;
     btnSave.Location  = new global::System.Drawing.Point(368, 465);
     btnSave.Name      = "btnSave";
     btnSave.Size      = new global::System.Drawing.Size(73, 25);
     btnSave.TabIndex  = 80;
     btnSave.TabStop   = false;
     btnSave.Text      = "保存设置";
     btnSave.UseVisualStyleBackColor = false;
     btnSave.Click            += new global::System.EventHandler(btnSave_Click);
     label1.AutoSize           = true;
     label1.Font               = new global::System.Drawing.Font("微软雅黑", 9f, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Point, 134);
     label1.ForeColor          = global::System.Drawing.Color.Yellow;
     label1.Location           = new global::System.Drawing.Point(308, 418);
     label1.Name               = "label1";
     label1.Size               = new global::System.Drawing.Size(68, 17);
     label1.TabIndex           = 79;
     label1.Text               = "加载数据:";
     cbZhiye.DropDownHeight    = 206;
     cbZhiye.DropDownStyle     = global::System.Windows.Forms.ComboBoxStyle.DropDownList;
     cbZhiye.FormattingEnabled = true;
     cbZhiye.IntegralHeight    = false;
     cbZhiye.Items.AddRange(new object[]
     {
         "魔法师",
         "剑士",
         "弓箭手",
         "魔剑士",
         "圣导师",
         "召唤",
         "决斗士"
     });
     cbZhiye.Location                      = new global::System.Drawing.Point(378, 416);
     cbZhiye.Name                          = "cbZhiye";
     cbZhiye.Size                          = new global::System.Drawing.Size(69, 20);
     cbZhiye.TabIndex                      = 78;
     cbZhiye.TabStop                       = false;
     cbZhiye.SelectedIndexChanged         += new global::System.EventHandler(cbZhiye_SelectedIndexChanged);
     charPanel.BackgroundImage             = global::MuEditor.Properties.Resources.char_2;
     charPanel.BackgroundImageLayout       = global::System.Windows.Forms.ImageLayout.None;
     charPanel.Cursor                      = global::System.Windows.Forms.Cursors.Default;
     charPanel.Location                    = new global::System.Drawing.Point(0, -1);
     charPanel.Margin                      = new global::System.Windows.Forms.Padding(0);
     charPanel.Name                        = "charPanel";
     charPanel.Prof                        = -1;
     charPanel.Size                        = new global::System.Drawing.Size(295, 284);
     charPanel.TabIndex                    = 13;
     charPanel.MouseLeave                 += new global::System.EventHandler(charPanel_MouseLeave);
     packagePanel.BackgroundImage          = global::MuEditor.Properties.Resources.warehouse_2;
     packagePanel.BackgroundImageLayout    = global::System.Windows.Forms.ImageLayout.None;
     packagePanel.Cursor                   = global::System.Windows.Forms.Cursors.Default;
     packagePanel.Location                 = new global::System.Drawing.Point(45, 283);
     packagePanel.Margin                   = new global::System.Windows.Forms.Padding(0);
     packagePanel.Name                     = "packagePanel";
     packagePanel.Size                     = new global::System.Drawing.Size(209, 209);
     packagePanel.TabIndex                 = 14;
     packagePanel.MouseLeave              += new global::System.EventHandler(packagePanel_MouseLeave);
     packagePanelLv1.BackgroundImage       = global::MuEditor.Properties.Resources.warehouse_2;
     packagePanelLv1.BackgroundImageLayout = global::System.Windows.Forms.ImageLayout.None;
     packagePanelLv1.Cursor                = global::System.Windows.Forms.Cursors.Default;
     packagePanelLv1.Enabled               = false;
     packagePanelLv1.Location              = new global::System.Drawing.Point(295, 0);
     packagePanelLv1.Margin                = new global::System.Windows.Forms.Padding(0);
     packagePanelLv1.Name                  = "packagePanelLv1";
     packagePanelLv1.Size                  = new global::System.Drawing.Size(209, 105);
     packagePanelLv1.TabIndex              = 85;
     packagePanelLv2.BackgroundImage       = global::MuEditor.Properties.Resources.warehouse_2;
     packagePanelLv2.BackgroundImageLayout = global::System.Windows.Forms.ImageLayout.None;
     packagePanelLv2.Cursor                = global::System.Windows.Forms.Cursors.Default;
     packagePanelLv2.Enabled               = false;
     packagePanelLv2.Location              = new global::System.Drawing.Point(295, 107);
     packagePanelLv2.Margin                = new global::System.Windows.Forms.Padding(0);
     packagePanelLv2.Name                  = "packagePanelLv2";
     packagePanelLv2.Size                  = new global::System.Drawing.Size(209, 105);
     packagePanelLv2.TabIndex              = 86;
     packagePanelLv3.BackgroundImage       = global::MuEditor.Properties.Resources.warehouse_2;
     packagePanelLv3.BackgroundImageLayout = global::System.Windows.Forms.ImageLayout.None;
     packagePanelLv3.Cursor                = global::System.Windows.Forms.Cursors.Default;
     packagePanelLv3.Location              = new global::System.Drawing.Point(295, 214);
     packagePanelLv3.Margin                = new global::System.Windows.Forms.Padding(0);
     packagePanelLv3.Name                  = "packagePanelLv3";
     packagePanelLv3.Size                  = new global::System.Drawing.Size(209, 105);
     packagePanelLv3.TabIndex              = 87;
     packagePanelLv3.Visible               = false;
     packagePanelLv4.BackgroundImage       = global::MuEditor.Properties.Resources.warehouse_2;
     packagePanelLv4.BackgroundImageLayout = global::System.Windows.Forms.ImageLayout.None;
     packagePanelLv4.Cursor                = global::System.Windows.Forms.Cursors.Default;
     packagePanelLv4.Enabled               = false;
     packagePanelLv4.Location              = new global::System.Drawing.Point(295, 214);
     packagePanelLv4.Margin                = new global::System.Windows.Forms.Padding(0);
     packagePanelLv4.Name                  = "packagePanelLv4";
     packagePanelLv4.Size                  = new global::System.Drawing.Size(209, 105);
     packagePanelLv4.TabIndex              = 88;
     shopPanel.BackgroundImage             = global::MuEditor.Properties.Resources.warehouse_2;
     shopPanel.BackgroundImageLayout       = global::System.Windows.Forms.ImageLayout.None;
     shopPanel.Cursor                      = global::System.Windows.Forms.Cursors.Default;
     shopPanel.Location                    = new global::System.Drawing.Point(295, 214);
     shopPanel.Margin                      = new global::System.Windows.Forms.Padding(0);
     shopPanel.Name                        = "shopPanel";
     shopPanel.Size                        = new global::System.Drawing.Size(209, 105);
     shopPanel.TabIndex                    = 58;
     shopPanel.Visible                     = false;
     groupBox2.Controls.Add(equipEditor);
     groupBox2.Location            = new global::System.Drawing.Point(2, 5);
     groupBox2.Name                = "groupBox2";
     groupBox2.Size                = new global::System.Drawing.Size(225, 496);
     groupBox2.TabIndex            = 77;
     groupBox2.TabStop             = false;
     groupBox2.Text                = "人物出生送装备设置";
     equipEditor.AllPart           = false;
     equipEditor.DefaultDurability = byte.MaxValue;
     equipEditor.Location          = new global::System.Drawing.Point(4, 17);
     equipEditor.Margin            = new global::System.Windows.Forms.Padding(0);
     equipEditor.Name              = "equipEditor";
     equipEditor.Size              = new global::System.Drawing.Size(216, 450);
     equipEditor.TabIndex          = 1;
     base.AutoScaleDimensions      = new global::System.Drawing.SizeF(6f, 12f);
     base.AutoScaleMode            = global::System.Windows.Forms.AutoScaleMode.Font;
     base.ClientSize               = new global::System.Drawing.Size(739, 501);
     base.Controls.Add(groupBox2);
     base.Controls.Add(pnlPackage);
     base.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.FixedSingle;
     base.MaximizeBox     = false;
     base.MinimizeBox     = false;
     base.Name            = "frmInitEquip";
     base.ShowIcon        = false;
     base.ShowInTaskbar   = false;
     base.StartPosition   = global::System.Windows.Forms.FormStartPosition.CenterParent;
     Text              = "人物出生送装备设置";
     base.FormClosing += new global::System.Windows.Forms.FormClosingEventHandler(frmInitEquip_FormClosing);
     base.FormClosed  += new global::System.Windows.Forms.FormClosedEventHandler(frmInitEquip_FormClosed);
     base.Load        += new global::System.EventHandler(frmInitEquip_Load);
     pnlPackage.ResumeLayout(false);
     pnlPackage.PerformLayout();
     groupBox2.ResumeLayout(false);
     base.ResumeLayout(false);
 }
Esempio n. 6
0
 // Token: 0x06000208 RID: 520 RVA: 0x00022230 File Offset: 0x00020430
 private void InitializeComponent()
 {
     global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::MuEditor.EquipProperty));
     cboEquipLevel = new global::System.Windows.Forms.ComboBox();
     cboEquipExt   = new global::System.Windows.Forms.ComboBox();
     label31       = new global::System.Windows.Forms.Label();
     groupBox3     = new global::System.Windows.Forms.GroupBox();
     button4       = new global::System.Windows.Forms.Button();
     button1       = new global::System.Windows.Forms.Button();
     button3       = new global::System.Windows.Forms.Button();
     button2       = new global::System.Windows.Forms.Button();
     chkEquipZY6   = new global::System.Windows.Forms.CheckBox();
     chkEquipZY4   = new global::System.Windows.Forms.CheckBox();
     chkEquipZY2   = new global::System.Windows.Forms.CheckBox();
     chkEquipZY5   = new global::System.Windows.Forms.CheckBox();
     chkEquipZY3   = new global::System.Windows.Forms.CheckBox();
     chkEquipZY1   = new global::System.Windows.Forms.CheckBox();
     chkEquipXY    = new global::System.Windows.Forms.CheckBox();
     chkEquipJN    = new global::System.Windows.Forms.CheckBox();
     label30       = new global::System.Windows.Forms.Label();
     label1        = new global::System.Windows.Forms.Label();
     txtName       = new global::MuEditor.TextBox();
     btnOK         = new global::System.Windows.Forms.Button();
     btnCancel     = new global::System.Windows.Forms.Button();
     label2        = new global::System.Windows.Forms.Label();
     txtEquipCodes = new global::MuEditor.TextBox();
     txtDurability = new global::MuEditor.TextBox();
     label4        = new global::System.Windows.Forms.Label();
     cbSetVal      = new global::System.Windows.Forms.ComboBox();
     label5        = new global::System.Windows.Forms.Label();
     chk380        = new global::System.Windows.Forms.CheckBox();
     label3        = new global::System.Windows.Forms.Label();
     eee           = new global::System.Windows.Forms.Label();
     cboPlusLevel  = new global::System.Windows.Forms.ComboBox();
     cboPlusType   = new global::System.Windows.Forms.ComboBox();
     gbXQ          = new global::System.Windows.Forms.GroupBox();
     cbInlay6b     = new global::System.Windows.Forms.ComboBox();
     label11       = new global::System.Windows.Forms.Label();
     label10       = new global::System.Windows.Forms.Label();
     label9        = new global::System.Windows.Forms.Label();
     label8        = new global::System.Windows.Forms.Label();
     label7        = new global::System.Windows.Forms.Label();
     label6        = new global::System.Windows.Forms.Label();
     cbInlay5b     = new global::System.Windows.Forms.ComboBox();
     cbInlay4b     = new global::System.Windows.Forms.ComboBox();
     cbInlay3b     = new global::System.Windows.Forms.ComboBox();
     cbInlay2b     = new global::System.Windows.Forms.ComboBox();
     cbInlay1b     = new global::System.Windows.Forms.ComboBox();
     label12       = new global::System.Windows.Forms.Label();
     txtSN         = new global::MuEditor.TextBox();
     groupBox3.SuspendLayout();
     gbXQ.SuspendLayout();
     base.SuspendLayout();
     cboEquipLevel.DropDownHeight    = 206;
     cboEquipLevel.DropDownStyle     = global::System.Windows.Forms.ComboBoxStyle.DropDownList;
     cboEquipLevel.FormattingEnabled = true;
     cboEquipLevel.IntegralHeight    = false;
     cboEquipLevel.Items.AddRange(new object[]
     {
         "0",
         "1",
         "2",
         "3",
         "4",
         "5",
         "6",
         "7",
         "8",
         "9",
         "10",
         "11",
         "12",
         "13",
         "14",
         "15"
     });
     cboEquipLevel.Location        = new global::System.Drawing.Point(21, 78);
     cboEquipLevel.Name            = "cboEquipLevel";
     cboEquipLevel.Size            = new global::System.Drawing.Size(48, 20);
     cboEquipLevel.TabIndex        = 30;
     cboEquipExt.DropDownStyle     = global::System.Windows.Forms.ComboBoxStyle.DropDownList;
     cboEquipExt.FormattingEnabled = true;
     cboEquipExt.Items.AddRange(new object[]
     {
         "0",
         "4",
         "8",
         "12",
         "16",
         "20",
         "24",
         "28"
     });
     cboEquipExt.Location = new global::System.Drawing.Point(99, 77);
     cboEquipExt.Name     = "cboEquipExt";
     cboEquipExt.Size     = new global::System.Drawing.Size(49, 20);
     cboEquipExt.TabIndex = 29;
     label31.AutoSize     = true;
     label31.Location     = new global::System.Drawing.Point(76, 80);
     label31.Name         = "label31";
     label31.Size         = new global::System.Drawing.Size(17, 12);
     label31.TabIndex     = 28;
     label31.Text         = "追";
     groupBox3.Controls.Add(button4);
     groupBox3.Controls.Add(button1);
     groupBox3.Controls.Add(button3);
     groupBox3.Controls.Add(button2);
     groupBox3.Controls.Add(chkEquipZY6);
     groupBox3.Controls.Add(chkEquipZY4);
     groupBox3.Controls.Add(chkEquipZY2);
     groupBox3.Controls.Add(chkEquipZY5);
     groupBox3.Controls.Add(chkEquipZY3);
     groupBox3.Controls.Add(chkEquipZY1);
     groupBox3.Location = new global::System.Drawing.Point(6, 145);
     groupBox3.Name     = "groupBox3";
     groupBox3.Size     = new global::System.Drawing.Size(210, 105);
     groupBox3.TabIndex = 27;
     groupBox3.TabStop  = false;
     groupBox3.Text     = "卓越属性";
     button4.Location   = new global::System.Drawing.Point(156, 76);
     button4.Name       = "button4";
     button4.Size       = new global::System.Drawing.Size(45, 22);
     button4.TabIndex   = 15;
     button4.Text       = "道 具";
     button4.UseVisualStyleBackColor = true;
     button4.Click   += new global::System.EventHandler(button4_Click);
     button1.Location = new global::System.Drawing.Point(107, 76);
     button1.Name     = "button1";
     button1.Size     = new global::System.Drawing.Size(45, 22);
     button1.TabIndex = 14;
     button1.Text     = "极 品";
     button1.UseVisualStyleBackColor = true;
     button1.Click   += new global::System.EventHandler(button1_Click);
     button3.Location = new global::System.Drawing.Point(58, 76);
     button3.Name     = "button3";
     button3.Size     = new global::System.Drawing.Size(45, 22);
     button3.TabIndex = 11;
     button3.Text     = "清 空";
     button3.UseVisualStyleBackColor = true;
     button3.Click   += new global::System.EventHandler(button3_Click);
     button2.Location = new global::System.Drawing.Point(9, 76);
     button2.Name     = "button2";
     button2.Size     = new global::System.Drawing.Size(45, 22);
     button2.TabIndex = 10;
     button2.Text     = "全 选";
     button2.UseVisualStyleBackColor = true;
     button2.Click       += new global::System.EventHandler(button2_Click);
     chkEquipZY6.AutoSize = true;
     chkEquipZY6.Location = new global::System.Drawing.Point(112, 55);
     chkEquipZY6.Name     = "chkEquipZY6";
     chkEquipZY6.Size     = new global::System.Drawing.Size(36, 16);
     chkEquipZY6.TabIndex = 9;
     chkEquipZY6.Text     = "无";
     chkEquipZY6.UseVisualStyleBackColor = true;
     chkEquipZY4.AutoSize = true;
     chkEquipZY4.Location = new global::System.Drawing.Point(112, 34);
     chkEquipZY4.Name     = "chkEquipZY4";
     chkEquipZY4.Size     = new global::System.Drawing.Size(36, 16);
     chkEquipZY4.TabIndex = 8;
     chkEquipZY4.Text     = "无";
     chkEquipZY4.UseVisualStyleBackColor = true;
     chkEquipZY2.AutoSize = true;
     chkEquipZY2.Location = new global::System.Drawing.Point(112, 14);
     chkEquipZY2.Name     = "chkEquipZY2";
     chkEquipZY2.Size     = new global::System.Drawing.Size(36, 16);
     chkEquipZY2.TabIndex = 7;
     chkEquipZY2.Text     = "无";
     chkEquipZY2.UseVisualStyleBackColor = true;
     chkEquipZY5.AutoSize = true;
     chkEquipZY5.Location = new global::System.Drawing.Point(21, 55);
     chkEquipZY5.Name     = "chkEquipZY5";
     chkEquipZY5.Size     = new global::System.Drawing.Size(36, 16);
     chkEquipZY5.TabIndex = 6;
     chkEquipZY5.Text     = "无";
     chkEquipZY5.UseVisualStyleBackColor = true;
     chkEquipZY3.AutoSize = true;
     chkEquipZY3.Location = new global::System.Drawing.Point(21, 34);
     chkEquipZY3.Name     = "chkEquipZY3";
     chkEquipZY3.Size     = new global::System.Drawing.Size(36, 16);
     chkEquipZY3.TabIndex = 5;
     chkEquipZY3.Text     = "无";
     chkEquipZY3.UseVisualStyleBackColor = true;
     chkEquipZY1.AutoSize = true;
     chkEquipZY1.Location = new global::System.Drawing.Point(21, 14);
     chkEquipZY1.Name     = "chkEquipZY1";
     chkEquipZY1.Size     = new global::System.Drawing.Size(36, 16);
     chkEquipZY1.TabIndex = 4;
     chkEquipZY1.Text     = "无";
     chkEquipZY1.UseVisualStyleBackColor = true;
     chkEquipXY.AutoSize = true;
     chkEquipXY.Location = new global::System.Drawing.Point(96, 102);
     chkEquipXY.Name     = "chkEquipXY";
     chkEquipXY.Size     = new global::System.Drawing.Size(48, 16);
     chkEquipXY.TabIndex = 26;
     chkEquipXY.Text     = "幸运";
     chkEquipXY.UseVisualStyleBackColor = true;
     chkEquipJN.AutoSize = true;
     chkEquipJN.Location = new global::System.Drawing.Point(47, 102);
     chkEquipJN.Name     = "chkEquipJN";
     chkEquipJN.Size     = new global::System.Drawing.Size(48, 16);
     chkEquipJN.TabIndex = 25;
     chkEquipJN.Text     = "技能";
     chkEquipJN.UseVisualStyleBackColor = true;
     label30.AutoSize                  = true;
     label30.Location                  = new global::System.Drawing.Point(5, 81);
     label30.Name                      = "label30";
     label30.Size                      = new global::System.Drawing.Size(17, 12);
     label30.TabIndex                  = 24;
     label30.Text                      = "加";
     label1.AutoSize                   = true;
     label1.Location                   = new global::System.Drawing.Point(4, 5);
     label1.Name                       = "label1";
     label1.Size                       = new global::System.Drawing.Size(65, 12);
     label1.TabIndex                   = 31;
     label1.Text                       = "物品名称:";
     txtName.IsOnlyNumber              = false;
     txtName.Location                  = new global::System.Drawing.Point(70, 2);
     txtName.Name                      = "txtName";
     txtName.ReadOnly                  = true;
     txtName.Size                      = new global::System.Drawing.Size(146, 21);
     txtName.TabIndex                  = 32;
     btnOK.Location                    = new global::System.Drawing.Point(21, 420);
     btnOK.Name                        = "btnOK";
     btnOK.Size                        = new global::System.Drawing.Size(66, 25);
     btnOK.TabIndex                    = 33;
     btnOK.Text                        = "确  定";
     btnOK.UseVisualStyleBackColor     = true;
     btnOK.Click                      += new global::System.EventHandler(btnOK_Click);
     btnCancel.DialogResult            = global::System.Windows.Forms.DialogResult.Cancel;
     btnCancel.Location                = new global::System.Drawing.Point(127, 420);
     btnCancel.Name                    = "btnCancel";
     btnCancel.Size                    = new global::System.Drawing.Size(69, 25);
     btnCancel.TabIndex                = 34;
     btnCancel.Text                    = "取 消";
     btnCancel.UseVisualStyleBackColor = true;
     btnCancel.Click                  += new global::System.EventHandler(btnCancel_Click);
     label2.AutoSize                   = true;
     label2.Location                   = new global::System.Drawing.Point(4, 32);
     label2.Name                       = "label2";
     label2.Size                       = new global::System.Drawing.Size(65, 12);
     label2.TabIndex                   = 35;
     label2.Text                       = "物品代码:";
     txtEquipCodes.IsOnlyNumber        = false;
     txtEquipCodes.Location            = new global::System.Drawing.Point(70, 27);
     txtEquipCodes.Name                = "txtEquipCodes";
     txtEquipCodes.ReadOnly            = true;
     txtEquipCodes.Size                = new global::System.Drawing.Size(146, 21);
     txtEquipCodes.TabIndex            = 36;
     txtDurability.IsOnlyNumber        = true;
     txtDurability.Location            = new global::System.Drawing.Point(180, 76);
     txtDurability.Name                = "txtDurability";
     txtDurability.Size                = new global::System.Drawing.Size(36, 21);
     txtDurability.TabIndex            = 38;
     txtDurability.Text                = "255";
     label4.AutoSize                   = true;
     label4.Location                   = new global::System.Drawing.Point(153, 81);
     label4.Name                       = "label4";
     label4.Size                       = new global::System.Drawing.Size(29, 12);
     label4.TabIndex                   = 37;
     label4.Text                       = "耐:";
     cbSetVal.DropDownHeight           = 206;
     cbSetVal.DropDownStyle            = global::System.Windows.Forms.ComboBoxStyle.DropDownList;
     cbSetVal.FormattingEnabled        = true;
     cbSetVal.IntegralHeight           = false;
     cbSetVal.Items.AddRange(new object[]
     {
         "0",
         "5",
         "6",
         "9",
         "10"
     });
     cbSetVal.Location = new global::System.Drawing.Point(182, 99);
     cbSetVal.Name     = "cbSetVal";
     cbSetVal.Size     = new global::System.Drawing.Size(35, 20);
     cbSetVal.TabIndex = 45;
     label5.AutoSize   = true;
     label5.Location   = new global::System.Drawing.Point(141, 103);
     label5.Name       = "label5";
     label5.Size       = new global::System.Drawing.Size(41, 12);
     label5.TabIndex   = 44;
     label5.Text       = "套装值";
     chk380.AutoSize   = true;
     chk380.Location   = new global::System.Drawing.Point(5, 102);
     chk380.Name       = "chk380";
     chk380.Size       = new global::System.Drawing.Size(42, 16);
     chk380.TabIndex   = 46;
     chk380.Text       = "380";
     chk380.UseVisualStyleBackColor = true;
     label3.AutoSize                = true;
     label3.Location                = new global::System.Drawing.Point(146, 125);
     label3.Name                    = "label3";
     label3.Size                    = new global::System.Drawing.Size(29, 12);
     label3.TabIndex                = 50;
     label3.Text                    = "等级";
     eee.AutoSize                   = true;
     eee.Location                   = new global::System.Drawing.Point(3, 125);
     eee.Name                       = "eee";
     eee.Size                       = new global::System.Drawing.Size(29, 12);
     eee.TabIndex                   = 49;
     eee.Text                       = "强化";
     cboPlusLevel.DropDownHeight    = 206;
     cboPlusLevel.DropDownStyle     = global::System.Windows.Forms.ComboBoxStyle.DropDownList;
     cboPlusLevel.FormattingEnabled = true;
     cboPlusLevel.IntegralHeight    = false;
     cboPlusLevel.Items.AddRange(new object[]
     {
         "+ 0",
         "+ 1",
         "+ 2",
         "+ 3",
         "+ 4",
         "+ 5",
         "+ 6",
         "+ 7",
         "+ 8",
         "+ 9",
         "+10",
         "+11",
         "+12",
         "+13"
     });
     cboPlusLevel.Location         = new global::System.Drawing.Point(175, 122);
     cboPlusLevel.Name             = "cboPlusLevel";
     cboPlusLevel.Size             = new global::System.Drawing.Size(42, 20);
     cboPlusLevel.TabIndex         = 48;
     cboPlusType.DropDownHeight    = 206;
     cboPlusType.DropDownStyle     = global::System.Windows.Forms.ComboBoxStyle.DropDownList;
     cboPlusType.FormattingEnabled = true;
     cboPlusType.IntegralHeight    = false;
     cboPlusType.Location          = new global::System.Drawing.Point(33, 122);
     cboPlusType.Name     = "cboPlusType";
     cboPlusType.Size     = new global::System.Drawing.Size(111, 20);
     cboPlusType.TabIndex = 47;
     gbXQ.Controls.Add(cbInlay6b);
     gbXQ.Controls.Add(label11);
     gbXQ.Controls.Add(label10);
     gbXQ.Controls.Add(label9);
     gbXQ.Controls.Add(label8);
     gbXQ.Controls.Add(label7);
     gbXQ.Controls.Add(label6);
     gbXQ.Controls.Add(cbInlay5b);
     gbXQ.Controls.Add(cbInlay4b);
     gbXQ.Controls.Add(cbInlay3b);
     gbXQ.Controls.Add(cbInlay2b);
     gbXQ.Controls.Add(cbInlay1b);
     gbXQ.Location               = new global::System.Drawing.Point(5, 253);
     gbXQ.Name                   = "gbXQ";
     gbXQ.Size                   = new global::System.Drawing.Size(210, 162);
     gbXQ.TabIndex               = 51;
     gbXQ.TabStop                = false;
     gbXQ.Text                   = "镶嵌属性";
     cbInlay6b.DropDownStyle     = global::System.Windows.Forms.ComboBoxStyle.DropDownList;
     cbInlay6b.FormattingEnabled = true;
     cbInlay6b.Location          = new global::System.Drawing.Point(56, 137);
     cbInlay6b.Name              = "cbInlay6b";
     cbInlay6b.Size              = new global::System.Drawing.Size(150, 20);
     cbInlay6b.TabIndex          = 45;
     label11.AutoSize            = true;
     label11.Location            = new global::System.Drawing.Point(3, 142);
     label11.Name                = "label11";
     label11.Size                = new global::System.Drawing.Size(53, 12);
     label11.TabIndex            = 44;
     label11.Text                = "荧光属性";
     label10.AutoSize            = true;
     label10.Location            = new global::System.Drawing.Point(3, 118);
     label10.Name                = "label10";
     label10.Size                = new global::System.Drawing.Size(23, 12);
     label10.TabIndex            = 43;
     label10.Text                = "孔5";
     label9.AutoSize             = true;
     label9.Location             = new global::System.Drawing.Point(3, 92);
     label9.Name                 = "label9";
     label9.Size                 = new global::System.Drawing.Size(23, 12);
     label9.TabIndex             = 42;
     label9.Text                 = "孔4";
     label8.AutoSize             = true;
     label8.Location             = new global::System.Drawing.Point(3, 68);
     label8.Name                 = "label8";
     label8.Size                 = new global::System.Drawing.Size(23, 12);
     label8.TabIndex             = 41;
     label8.Text                 = "孔3";
     label7.AutoSize             = true;
     label7.Location             = new global::System.Drawing.Point(3, 42);
     label7.Name                 = "label7";
     label7.Size                 = new global::System.Drawing.Size(23, 12);
     label7.TabIndex             = 40;
     label7.Text                 = "孔2";
     label6.AutoSize             = true;
     label6.Location             = new global::System.Drawing.Point(3, 17);
     label6.Name                 = "label6";
     label6.Size                 = new global::System.Drawing.Size(23, 12);
     label6.TabIndex             = 39;
     label6.Text                 = "孔1";
     cbInlay5b.DropDownHeight    = 206;
     cbInlay5b.DropDownStyle     = global::System.Windows.Forms.ComboBoxStyle.DropDownList;
     cbInlay5b.FormattingEnabled = true;
     cbInlay5b.IntegralHeight    = false;
     cbInlay5b.Location          = new global::System.Drawing.Point(26, 113);
     cbInlay5b.Name              = "cbInlay5b";
     cbInlay5b.Size              = new global::System.Drawing.Size(180, 20);
     cbInlay5b.TabIndex          = 38;
     cbInlay4b.DropDownHeight    = 206;
     cbInlay4b.DropDownStyle     = global::System.Windows.Forms.ComboBoxStyle.DropDownList;
     cbInlay4b.FormattingEnabled = true;
     cbInlay4b.IntegralHeight    = false;
     cbInlay4b.Location          = new global::System.Drawing.Point(26, 88);
     cbInlay4b.Name              = "cbInlay4b";
     cbInlay4b.Size              = new global::System.Drawing.Size(180, 20);
     cbInlay4b.TabIndex          = 37;
     cbInlay3b.DropDownHeight    = 206;
     cbInlay3b.DropDownStyle     = global::System.Windows.Forms.ComboBoxStyle.DropDownList;
     cbInlay3b.FormattingEnabled = true;
     cbInlay3b.IntegralHeight    = false;
     cbInlay3b.Location          = new global::System.Drawing.Point(26, 63);
     cbInlay3b.Name              = "cbInlay3b";
     cbInlay3b.Size              = new global::System.Drawing.Size(180, 20);
     cbInlay3b.TabIndex          = 36;
     cbInlay2b.DropDownHeight    = 206;
     cbInlay2b.DropDownStyle     = global::System.Windows.Forms.ComboBoxStyle.DropDownList;
     cbInlay2b.FormattingEnabled = true;
     cbInlay2b.IntegralHeight    = false;
     cbInlay2b.Location          = new global::System.Drawing.Point(26, 38);
     cbInlay2b.Name              = "cbInlay2b";
     cbInlay2b.Size              = new global::System.Drawing.Size(180, 20);
     cbInlay2b.TabIndex          = 34;
     cbInlay1b.DropDownHeight    = 206;
     cbInlay1b.DropDownStyle     = global::System.Windows.Forms.ComboBoxStyle.DropDownList;
     cbInlay1b.FormattingEnabled = true;
     cbInlay1b.IntegralHeight    = false;
     cbInlay1b.Location          = new global::System.Drawing.Point(26, 13);
     cbInlay1b.Name              = "cbInlay1b";
     cbInlay1b.Size              = new global::System.Drawing.Size(180, 20);
     cbInlay1b.TabIndex          = 32;
     label12.AutoSize            = true;
     label12.Location            = new global::System.Drawing.Point(3, 58);
     label12.Name                = "label12";
     label12.Size                = new global::System.Drawing.Size(53, 12);
     label12.TabIndex            = 52;
     label12.Text                = "系列号:";
     txtSN.IsOnlyNumber          = false;
     txtSN.Location              = new global::System.Drawing.Point(70, 52);
     txtSN.Name                  = "txtSN";
     txtSN.Size                  = new global::System.Drawing.Size(146, 21);
     txtSN.TabIndex              = 53;
     base.AcceptButton           = btnOK;
     base.AutoScaleDimensions    = new global::System.Drawing.SizeF(6f, 12f);
     base.AutoScaleMode          = global::System.Windows.Forms.AutoScaleMode.Font;
     base.CancelButton           = btnCancel;
     base.ClientSize             = new global::System.Drawing.Size(222, 448);
     base.ControlBox             = false;
     base.Controls.Add(txtSN);
     base.Controls.Add(label12);
     base.Controls.Add(gbXQ);
     base.Controls.Add(label3);
     base.Controls.Add(eee);
     base.Controls.Add(cboPlusLevel);
     base.Controls.Add(cboPlusType);
     base.Controls.Add(chk380);
     base.Controls.Add(cbSetVal);
     base.Controls.Add(label5);
     base.Controls.Add(txtDurability);
     base.Controls.Add(label4);
     base.Controls.Add(txtEquipCodes);
     base.Controls.Add(label2);
     base.Controls.Add(btnCancel);
     base.Controls.Add(btnOK);
     base.Controls.Add(txtName);
     base.Controls.Add(label1);
     base.Controls.Add(cboEquipLevel);
     base.Controls.Add(cboEquipExt);
     base.Controls.Add(label31);
     base.Controls.Add(groupBox3);
     base.Controls.Add(chkEquipXY);
     base.Controls.Add(chkEquipJN);
     base.Controls.Add(label30);
     base.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.FixedSingle;
     base.Icon            = (global::System.Drawing.Icon)componentResourceManager.GetObject("$Icon");
     base.MaximizeBox     = false;
     base.MinimizeBox     = false;
     base.Name            = "EquipProperty";
     base.ShowIcon        = false;
     base.ShowInTaskbar   = false;
     base.StartPosition   = global::System.Windows.Forms.FormStartPosition.CenterParent;
     Text = "装备属性";
     groupBox3.ResumeLayout(false);
     groupBox3.PerformLayout();
     gbXQ.ResumeLayout(false);
     gbXQ.PerformLayout();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
Esempio n. 7
0
 private void InitializeComponent()
 {
     this.DirectCallTab       = new global::System.Windows.Forms.TabPage();
     this.groupBox3           = new global::System.Windows.Forms.GroupBox();
     this.btnResume           = new global::System.Windows.Forms.Button();
     this.btnPause            = new global::System.Windows.Forms.Button();
     this.btnHangUpDirectCall = new global::System.Windows.Forms.Button();
     this.label6                 = new global::System.Windows.Forms.Label();
     this.btnMakeDirectCall      = new global::System.Windows.Forms.Button();
     this.tbTargetIP             = new global::System.Windows.Forms.TextBox();
     this.label5                 = new global::System.Windows.Forms.Label();
     this.tbTargetUserNameDirect = new global::System.Windows.Forms.TextBox();
     this.groupBox1              = new global::System.Windows.Forms.GroupBox();
     this.btnLogOut              = new global::System.Windows.Forms.Button();
     this.btnLogIn               = new global::System.Windows.Forms.Button();
     this.label1                 = new global::System.Windows.Forms.Label();
     this.tbAccountUser          = new global::System.Windows.Forms.TextBox();
     this.TabsContainer          = new global::System.Windows.Forms.TabControl();
     this.Item1 = new global::System.Windows.Forms.ToolStripMenuItem();
     this.exitToolStripMenuItem = new global::System.Windows.Forms.ToolStripMenuItem();
     this.MainMenu = new global::System.Windows.Forms.MenuStrip();
     this.DirectCallTab.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.TabsContainer.SuspendLayout();
     this.MainMenu.SuspendLayout();
     this.SuspendLayout();
     this.DirectCallTab.Controls.Add(this.groupBox3);
     this.DirectCallTab.Controls.Add(this.groupBox1);
     this.DirectCallTab.Location = new global::System.Drawing.Point(4, 25);
     this.DirectCallTab.Name     = "DirectCallTab";
     this.DirectCallTab.Padding  = new global::System.Windows.Forms.Padding(3);
     this.DirectCallTab.Size     = new global::System.Drawing.Size(303, 353);
     this.DirectCallTab.TabIndex = 0;
     this.DirectCallTab.Text     = "Direct Call";
     this.DirectCallTab.UseVisualStyleBackColor = true;
     this.groupBox3.Controls.Add(this.btnResume);
     this.groupBox3.Controls.Add(this.btnPause);
     this.groupBox3.Controls.Add(this.btnHangUpDirectCall);
     this.groupBox3.Controls.Add(this.label6);
     this.groupBox3.Controls.Add(this.btnMakeDirectCall);
     this.groupBox3.Controls.Add(this.tbTargetIP);
     this.groupBox3.Controls.Add(this.label5);
     this.groupBox3.Controls.Add(this.tbTargetUserNameDirect);
     this.groupBox3.Location = new global::System.Drawing.Point(6, 157);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new global::System.Drawing.Size(287, 187);
     this.groupBox3.TabIndex = 3;
     this.groupBox3.TabStop  = false;
     this.groupBox3.Text     = "Partner Properties";
     this.btnResume.Enabled  = false;
     this.btnResume.Location = new global::System.Drawing.Point(6, 148);
     this.btnResume.Name     = "btnResume";
     this.btnResume.Size     = new global::System.Drawing.Size(101, 23);
     this.btnResume.TabIndex = 9;
     this.btnResume.Text     = "Resume";
     this.btnResume.UseVisualStyleBackColor = true;
     this.btnResume.Click  += new global::System.EventHandler(this.btnResume_Click);
     this.btnPause.Enabled  = false;
     this.btnPause.Location = new global::System.Drawing.Point(6, 119);
     this.btnPause.Name     = "btnPause";
     this.btnPause.Size     = new global::System.Drawing.Size(101, 23);
     this.btnPause.TabIndex = 8;
     this.btnPause.Text     = "Pause";
     this.btnPause.UseVisualStyleBackColor = true;
     this.btnPause.Click += new global::System.EventHandler(this.btnPause_Click);
     this.btnHangUpDirectCall.Enabled  = false;
     this.btnHangUpDirectCall.Location = new global::System.Drawing.Point(206, 93);
     this.btnHangUpDirectCall.Name     = "btnHangUpDirectCall";
     this.btnHangUpDirectCall.Size     = new global::System.Drawing.Size(75, 49);
     this.btnHangUpDirectCall.TabIndex = 5;
     this.btnHangUpDirectCall.Text     = "Hang Up";
     this.btnHangUpDirectCall.UseVisualStyleBackColor = true;
     this.btnHangUpDirectCall.Click += new global::System.EventHandler(this.btnHangUpDirectCall_Click);
     this.label6.AutoSize            = true;
     this.label6.Location            = new global::System.Drawing.Point(6, 74);
     this.label6.Name                = "label6";
     this.label6.Size                = new global::System.Drawing.Size(61, 13);
     this.label6.TabIndex            = 5;
     this.label6.Text                = "Your Address Is:";
     this.btnMakeDirectCall.Enabled  = false;
     this.btnMakeDirectCall.Location = new global::System.Drawing.Point(206, 39);
     this.btnMakeDirectCall.Name     = "btnMakeDirectCall";
     this.btnMakeDirectCall.Size     = new global::System.Drawing.Size(75, 48);
     this.btnMakeDirectCall.TabIndex = 4;
     this.btnMakeDirectCall.Text     = "Call";
     this.btnMakeDirectCall.UseVisualStyleBackColor = true;
     this.btnMakeDirectCall.Click        += new global::System.EventHandler(this.btnMakeDirectCall_Click);
     this.tbTargetIP.Location             = new global::System.Drawing.Point(6, 93);
     this.tbTargetIP.MaxLength            = 500;
     this.tbTargetIP.Name                 = "tbTargetIP";
     this.tbTargetIP.Size                 = new global::System.Drawing.Size(137, 20);
     this.tbTargetIP.TabIndex             = 4;
     this.tbTargetIP.Text                 = "192.168.1.101";
     this.label5.AutoSize                 = true;
     this.label5.Location                 = new global::System.Drawing.Point(6, 23);
     this.label5.Name                     = "label5";
     this.label5.Size                     = new global::System.Drawing.Size(106, 13);
     this.label5.TabIndex                 = 2;
     this.label5.Text                     = "User Name:";
     this.tbTargetUserNameDirect.Location = new global::System.Drawing.Point(6, 39);
     this.tbTargetUserNameDirect.Name     = "tbTargetUserNameDirect";
     this.tbTargetUserNameDirect.Size     = new global::System.Drawing.Size(137, 20);
     this.tbTargetUserNameDirect.TabIndex = 1;
     this.tbTargetUserNameDirect.Text     = "USER2";
     this.groupBox1.Controls.Add(this.btnLogOut);
     this.groupBox1.Controls.Add(this.btnLogIn);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.tbAccountUser);
     this.groupBox1.Location = new global::System.Drawing.Point(6, 6);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new global::System.Drawing.Size(287, 145);
     this.groupBox1.TabIndex = 2;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Your Account";
     this.btnLogOut.Enabled  = false;
     this.btnLogOut.Location = new global::System.Drawing.Point(31, 104);
     this.btnLogOut.Name     = "btnLogOut";
     this.btnLogOut.Size     = new global::System.Drawing.Size(88, 23);
     this.btnLogOut.TabIndex = 4;
     this.btnLogOut.Text     = "Log Out";
     this.btnLogOut.UseVisualStyleBackColor = true;
     this.btnLogOut.Click  += new global::System.EventHandler(this.btnLogOut_Click);
     this.btnLogIn.Location = new global::System.Drawing.Point(31, 71);
     this.btnLogIn.Name     = "btnLogIn";
     this.btnLogIn.Size     = new global::System.Drawing.Size(88, 23);
     this.btnLogIn.TabIndex = 4;
     this.btnLogIn.Text     = "Log In";
     this.btnLogIn.UseVisualStyleBackColor = true;
     this.btnLogIn.Click          += new global::System.EventHandler(this.btnLogIn_Click);
     this.label1.AutoSize          = true;
     this.label1.Location          = new global::System.Drawing.Point(6, 20);
     this.label1.Name              = "label1";
     this.label1.Size              = new global::System.Drawing.Size(106, 13);
     this.label1.TabIndex          = 1;
     this.label1.Text              = "User Name:";
     this.tbAccountUser.Location   = new global::System.Drawing.Point(6, 39);
     this.tbAccountUser.Name       = "tbAccountUser";
     this.tbAccountUser.Size       = new global::System.Drawing.Size(137, 20);
     this.tbAccountUser.TabIndex   = 0;
     this.tbAccountUser.Text       = "USER1";
     this.TabsContainer.Appearance = global::System.Windows.Forms.TabAppearance.Buttons;
     this.TabsContainer.Controls.Add(this.DirectCallTab);
     this.TabsContainer.Dock          = global::System.Windows.Forms.DockStyle.Fill;
     this.TabsContainer.Location      = new global::System.Drawing.Point(0, 24);
     this.TabsContainer.Name          = "TabsContainer";
     this.TabsContainer.SelectedIndex = 0;
     this.TabsContainer.Size          = new global::System.Drawing.Size(311, 382);
     this.TabsContainer.TabIndex      = 0;
     this.Item1.DropDownItems.AddRange(new global::System.Windows.Forms.ToolStripItem[] { this.exitToolStripMenuItem });
     this.Item1.Name = "Item1";
     this.Item1.Size = new global::System.Drawing.Size(61, 20);
     this.Item1.Text = "Main";
     this.exitToolStripMenuItem.Name   = "exitToolStripMenuItem";
     this.exitToolStripMenuItem.Size   = new global::System.Drawing.Size(117, 22);
     this.exitToolStripMenuItem.Text   = "Exit";
     this.exitToolStripMenuItem.Click += new global::System.EventHandler(this.exitToolStripMenuItem_Click);
     this.MainMenu.BackColor           = global::System.Drawing.SystemColors.Control;
     this.MainMenu.Items.AddRange(new global::System.Windows.Forms.ToolStripItem[] { this.Item1 });
     this.MainMenu.Location   = new global::System.Drawing.Point(0, 0);
     this.MainMenu.Name       = "MainMenu";
     this.MainMenu.Size       = new global::System.Drawing.Size(311, 24);
     this.MainMenu.TabIndex   = 1;
     this.MainMenu.Text       = "menuStrip1";
     this.AutoScaleDimensions = new global::System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = global::System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new global::System.Drawing.Size(311, 406);
     this.Controls.Add(this.TabsContainer);
     this.Controls.Add(this.MainMenu);
     this.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MainMenuStrip   = this.MainMenu;
     this.MaximizeBox     = false;
     this.Name            = "MainWindow";
     this.Text            = "Main Window";
     this.FormClosing    += new global::System.Windows.Forms.FormClosingEventHandler(this.MainWindow_FormClosing);
     this.DirectCallTab.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.TabsContainer.ResumeLayout(false);
     this.MainMenu.ResumeLayout(false);
     this.MainMenu.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 8
0
 // Token: 0x06000008 RID: 8 RVA: 0x000040B4 File Offset: 0x000022B4
 private void InitializeComponent()
 {
     components          = new global::System.ComponentModel.Container();
     txtAccount          = new global::MuEditor.TextBox();
     cbChoise            = new global::System.Windows.Forms.ComboBox();
     groupBox1           = new global::System.Windows.Forms.GroupBox();
     cbGM                = new global::System.Windows.Forms.CheckBox();
     cbRed               = new global::System.Windows.Forms.CheckBox();
     cbFilter            = new global::System.Windows.Forms.ComboBox();
     cbField             = new global::System.Windows.Forms.ComboBox();
     btnSearch           = new global::System.Windows.Forms.Button();
     cbOnline            = new global::System.Windows.Forms.CheckBox();
     cbEnvelop           = new global::System.Windows.Forms.CheckBox();
     gvData              = new global::System.Windows.Forms.DataGridView();
     groupBox2           = new global::System.Windows.Forms.GroupBox();
     btnCancel           = new global::System.Windows.Forms.Button();
     btnXX               = new global::System.Windows.Forms.Button();
     btnJF               = new global::System.Windows.Forms.Button();
     btnFH               = new global::System.Windows.Forms.Button();
     ccmsMenu            = new global::System.Windows.Forms.ContextMenuStrip(components);
     toolStripMenuItem_0 = new global::System.Windows.Forms.ToolStripMenuItem();
     toolStripMenuItem_1 = new global::System.Windows.Forms.ToolStripMenuItem();
     toolStripMenuItem_2 = new global::System.Windows.Forms.ToolStripMenuItem();
     groupBox1.SuspendLayout();
     ((global::System.ComponentModel.ISupportInitialize)gvData).BeginInit();
     groupBox2.SuspendLayout();
     ccmsMenu.SuspendLayout();
     base.SuspendLayout();
     txtAccount.IsOnlyNumber    = false;
     txtAccount.Location        = new global::System.Drawing.Point(217, 15);
     txtAccount.MaxLength       = 50;
     txtAccount.Name            = "txtAccount";
     txtAccount.Size            = new global::System.Drawing.Size(127, 21);
     txtAccount.TabIndex        = 0;
     txtAccount.KeyPress       += new global::System.Windows.Forms.KeyPressEventHandler(txtAccount_KeyPress);
     cbChoise.DropDownStyle     = global::System.Windows.Forms.ComboBoxStyle.DropDownList;
     cbChoise.FormattingEnabled = true;
     cbChoise.Items.AddRange(new object[]
     {
         "帐号",
         "角色",
         "IP"
     });
     cbChoise.Location              = new global::System.Drawing.Point(12, 15);
     cbChoise.Name                  = "cbChoise";
     cbChoise.Size                  = new global::System.Drawing.Size(52, 20);
     cbChoise.TabIndex              = 1;
     cbChoise.SelectedIndexChanged += new global::System.EventHandler(cbChoise_SelectedIndexChanged);
     groupBox1.Controls.Add(cbGM);
     groupBox1.Controls.Add(cbRed);
     groupBox1.Controls.Add(cbFilter);
     groupBox1.Controls.Add(cbField);
     groupBox1.Controls.Add(btnSearch);
     groupBox1.Controls.Add(cbOnline);
     groupBox1.Controls.Add(cbEnvelop);
     groupBox1.Controls.Add(cbChoise);
     groupBox1.Controls.Add(txtAccount);
     groupBox1.Dock                = global::System.Windows.Forms.DockStyle.Top;
     groupBox1.Location            = new global::System.Drawing.Point(0, 0);
     groupBox1.Name                = "groupBox1";
     groupBox1.Size                = new global::System.Drawing.Size(604, 39);
     groupBox1.TabIndex            = 4;
     groupBox1.TabStop             = false;
     groupBox1.Text                = "查询";
     cbGM.AutoSize                 = true;
     cbGM.ImeMode                  = global::System.Windows.Forms.ImeMode.NoControl;
     cbGM.Location                 = new global::System.Drawing.Point(501, 17);
     cbGM.Name                     = "cbGM";
     cbGM.Size                     = new global::System.Drawing.Size(36, 16);
     cbGM.TabIndex                 = 12;
     cbGM.Text                     = "GM";
     cbGM.UseVisualStyleBackColor  = true;
     cbRed.AutoSize                = true;
     cbRed.ImeMode                 = global::System.Windows.Forms.ImeMode.NoControl;
     cbRed.Location                = new global::System.Drawing.Point(450, 17);
     cbRed.Name                    = "cbRed";
     cbRed.Size                    = new global::System.Drawing.Size(48, 16);
     cbRed.TabIndex                = 11;
     cbRed.Text                    = "红名";
     cbRed.UseVisualStyleBackColor = true;
     cbFilter.DropDownStyle        = global::System.Windows.Forms.ComboBoxStyle.DropDownList;
     cbFilter.FormattingEnabled    = true;
     cbFilter.Items.AddRange(new object[]
     {
         "帐号",
         "角色",
         "IP"
     });
     cbFilter.Location         = new global::System.Drawing.Point(167, 15);
     cbFilter.Name             = "cbFilter";
     cbFilter.Size             = new global::System.Drawing.Size(46, 20);
     cbFilter.TabIndex         = 10;
     cbField.DropDownHeight    = 306;
     cbField.DropDownStyle     = global::System.Windows.Forms.ComboBoxStyle.DropDownList;
     cbField.FormattingEnabled = true;
     cbField.IntegralHeight    = false;
     cbField.Items.AddRange(new object[]
     {
         "帐号",
         "角色",
         "IP"
     });
     cbField.Location                   = new global::System.Drawing.Point(69, 15);
     cbField.Name                       = "cbField";
     cbField.Size                       = new global::System.Drawing.Size(94, 20);
     cbField.TabIndex                   = 9;
     cbField.SelectedIndexChanged      += new global::System.EventHandler(cbField_SelectedIndexChanged);
     btnSearch.ImeMode                  = global::System.Windows.Forms.ImeMode.NoControl;
     btnSearch.Location                 = new global::System.Drawing.Point(543, 13);
     btnSearch.Name                     = "btnSearch";
     btnSearch.Size                     = new global::System.Drawing.Size(50, 23);
     btnSearch.TabIndex                 = 8;
     btnSearch.Text                     = "查 询";
     btnSearch.UseVisualStyleBackColor  = true;
     btnSearch.Click                   += new global::System.EventHandler(btnSearch_Click);
     cbOnline.AutoSize                  = true;
     cbOnline.ImeMode                   = global::System.Windows.Forms.ImeMode.NoControl;
     cbOnline.Location                  = new global::System.Drawing.Point(399, 17);
     cbOnline.Name                      = "cbOnline";
     cbOnline.Size                      = new global::System.Drawing.Size(48, 16);
     cbOnline.TabIndex                  = 7;
     cbOnline.Text                      = "在线";
     cbOnline.UseVisualStyleBackColor   = true;
     cbEnvelop.AutoSize                 = true;
     cbEnvelop.Location                 = new global::System.Drawing.Point(349, 17);
     cbEnvelop.Name                     = "cbEnvelop";
     cbEnvelop.Size                     = new global::System.Drawing.Size(48, 16);
     cbEnvelop.TabIndex                 = 6;
     cbEnvelop.Text                     = "被封";
     cbEnvelop.UseVisualStyleBackColor  = true;
     gvData.AllowUserToAddRows          = false;
     gvData.AllowUserToDeleteRows       = false;
     gvData.ColumnHeadersHeightSizeMode = global::System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     gvData.Location                    = new global::System.Drawing.Point(0, 43);
     gvData.Name               = "gvData";
     gvData.ReadOnly           = true;
     gvData.RowHeadersWidth    = 30;
     gvData.RowTemplate.Height = 23;
     gvData.Size               = new global::System.Drawing.Size(604, 279);
     gvData.TabIndex           = 6;
     gvData.CellClick         += new global::System.Windows.Forms.DataGridViewCellEventHandler(gvData_CellClick);
     gvData.CellDoubleClick   += new global::System.Windows.Forms.DataGridViewCellEventHandler(gvData_CellDoubleClick);
     gvData.RowPostPaint      += new global::System.Windows.Forms.DataGridViewRowPostPaintEventHandler(gvData_RowPostPaint);
     groupBox2.Controls.Add(btnCancel);
     groupBox2.Controls.Add(btnXX);
     groupBox2.Controls.Add(btnJF);
     groupBox2.Controls.Add(btnFH);
     groupBox2.Dock                    = global::System.Windows.Forms.DockStyle.Bottom;
     groupBox2.Location                = new global::System.Drawing.Point(0, 328);
     groupBox2.Name                    = "groupBox2";
     groupBox2.Size                    = new global::System.Drawing.Size(604, 39);
     groupBox2.TabIndex                = 7;
     groupBox2.TabStop                 = false;
     groupBox2.Text                    = "操作";
     btnCancel.DialogResult            = global::System.Windows.Forms.DialogResult.Cancel;
     btnCancel.Location                = new global::System.Drawing.Point(402, 13);
     btnCancel.Name                    = "btnCancel";
     btnCancel.Size                    = new global::System.Drawing.Size(50, 23);
     btnCancel.TabIndex                = 35;
     btnCancel.Text                    = "关 闭";
     btnCancel.UseVisualStyleBackColor = true;
     btnCancel.Click                  += new global::System.EventHandler(btnCancel_Click);
     btnXX.ImeMode  = global::System.Windows.Forms.ImeMode.NoControl;
     btnXX.Location = new global::System.Drawing.Point(319, 13);
     btnXX.Name     = "btnXX";
     btnXX.Size     = new global::System.Drawing.Size(71, 23);
     btnXX.TabIndex = 11;
     btnXX.Text     = "批量下线";
     btnXX.UseVisualStyleBackColor = true;
     btnXX.Click   += new global::System.EventHandler(btnXX_Click);
     btnJF.ImeMode  = global::System.Windows.Forms.ImeMode.NoControl;
     btnJF.Location = new global::System.Drawing.Point(236, 13);
     btnJF.Name     = "btnJF";
     btnJF.Size     = new global::System.Drawing.Size(71, 23);
     btnJF.TabIndex = 10;
     btnJF.Text     = "批量解封";
     btnJF.UseVisualStyleBackColor = true;
     btnJF.Click   += new global::System.EventHandler(btnJF_Click);
     btnFH.ImeMode  = global::System.Windows.Forms.ImeMode.NoControl;
     btnFH.Location = new global::System.Drawing.Point(153, 13);
     btnFH.Name     = "btnFH";
     btnFH.Size     = new global::System.Drawing.Size(71, 23);
     btnFH.TabIndex = 9;
     btnFH.Text     = "批量封号";
     btnFH.UseVisualStyleBackColor = true;
     btnFH.Click += new global::System.EventHandler(btnFH_Click);
     ccmsMenu.Items.AddRange(new global::System.Windows.Forms.ToolStripItem[]
     {
         toolStripMenuItem_0,
         toolStripMenuItem_1,
         toolStripMenuItem_2
     });
     ccmsMenu.Name              = "ccmsMenu";
     ccmsMenu.Size              = new global::System.Drawing.Size(143, 70);
     toolStripMenuItem_0.Name   = "批量封号AToolStripMenuItem";
     toolStripMenuItem_0.Size   = new global::System.Drawing.Size(142, 22);
     toolStripMenuItem_0.Text   = "批量封号(&B)";
     toolStripMenuItem_0.Click += new global::System.EventHandler(btnFH_Click);
     toolStripMenuItem_1.Name   = "批量解封DToolStripMenuItem";
     toolStripMenuItem_1.Size   = new global::System.Drawing.Size(142, 22);
     toolStripMenuItem_1.Text   = "批量解封(&D)";
     toolStripMenuItem_1.Click += new global::System.EventHandler(btnJF_Click);
     toolStripMenuItem_2.Name   = "批量下线OToolStripMenuItem";
     toolStripMenuItem_2.Size   = new global::System.Drawing.Size(142, 22);
     toolStripMenuItem_2.Text   = "批量下线(&O)";
     toolStripMenuItem_2.Click += new global::System.EventHandler(btnXX_Click);
     base.AutoScaleDimensions   = new global::System.Drawing.SizeF(6f, 12f);
     base.AutoScaleMode         = global::System.Windows.Forms.AutoScaleMode.Font;
     base.ClientSize            = new global::System.Drawing.Size(604, 367);
     base.Controls.Add(groupBox2);
     base.Controls.Add(gvData);
     base.Controls.Add(groupBox1);
     base.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.FixedSingle;
     base.IsMdiContainer  = true;
     base.MaximizeBox     = false;
     base.MinimizeBox     = false;
     base.Name            = "frmUser";
     base.ShowIcon        = false;
     base.ShowInTaskbar   = false;
     Text             = "人物管理";
     base.FormClosed += new global::System.Windows.Forms.FormClosedEventHandler(frmUser_FormClosed);
     groupBox1.ResumeLayout(false);
     groupBox1.PerformLayout();
     ((global::System.ComponentModel.ISupportInitialize)gvData).EndInit();
     groupBox2.ResumeLayout(false);
     ccmsMenu.ResumeLayout(false);
     base.ResumeLayout(false);
 }