/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.lblMessage = new System.Windows.Forms.Label(); this.SuspendLayout(); // // lblMessage // this.lblMessage.Dock = System.Windows.Forms.DockStyle.Fill; this.lblMessage.Location = new System.Drawing.Point(0, 0); this.lblMessage.Name = "lblMessage"; this.lblMessage.Size = new System.Drawing.Size(148, 148); this.lblMessage.TabIndex = 0; this.lblMessage.Visible = false; // // PreviewHandlerHostControl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.Controls.Add(this.lblMessage); this.Name = "PreviewHandlerHostControl"; this.Size = new System.Drawing.Size(148, 148); this.Resize += new System.EventHandler(this.Control_Resize); this.ResumeLayout(false); }
// 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); }
// 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(); }
// 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); }
// 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); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ConfigurationWindow)); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.comboBox1 = new System.Windows.Forms.ComboBox(); this.comboBox2 = new System.Windows.Forms.ComboBox(); this.comboBox3 = new System.Windows.Forms.ComboBox(); this.button1 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.label11 = new System.Windows.Forms.Label(); this.checkBox2 = new System.Windows.Forms.CheckBox(); this.label12 = new System.Windows.Forms.Label(); this.miliCounter = new System.Windows.Forms.NumericUpDown(); this.label5 = new System.Windows.Forms.Label(); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.label6 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.label13 = new System.Windows.Forms.Label(); this.label15 = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); this.NumOfTriesCombo = new System.Windows.Forms.ComboBox(); this.label14 = new System.Windows.Forms.Label(); this.numericSigma = new System.Windows.Forms.NumericUpDown(); ((System.ComponentModel.ISupportInitialize)(this.miliCounter)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericSigma)).BeginInit(); this.SuspendLayout(); // // label1 // this.label1.BackColor = System.Drawing.Color.White; this.label1.Font = new System.Drawing.Font("Times New Roman", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(177))); this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.label1.Location = new System.Drawing.Point(166, 44); this.label1.MaximumSize = new System.Drawing.Size(400, 400); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(372, 39); this.label1.TabIndex = 0; this.label1.Text = "Configuration Window"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label2 // this.label2.AutoSize = true; this.label2.BackColor = System.Drawing.Color.White; this.label2.Font = new System.Drawing.Font("Times New Roman", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(177))); this.label2.ForeColor = System.Drawing.SystemColors.ActiveCaptionText; this.label2.Location = new System.Drawing.Point(167, 131); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(192, 17); this.label2.TabIndex = 4; this.label2.Text = "Window Size Of Recent Words"; // // label3 // this.label3.AutoSize = true; this.label3.BackColor = System.Drawing.Color.White; this.label3.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(177))); this.label3.ForeColor = System.Drawing.SystemColors.ActiveCaptionText; this.label3.Location = new System.Drawing.Point(166, 170); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(217, 19); this.label3.TabIndex = 2; this.label3.Text = "Number Of Offered Fringe Words"; // // label4 // this.label4.AutoSize = true; this.label4.BackColor = System.Drawing.Color.White; this.label4.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(177))); this.label4.ForeColor = System.Drawing.SystemColors.ActiveCaptionText; this.label4.Location = new System.Drawing.Point(167, 214); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(208, 19); this.label4.TabIndex = 3; this.label4.Text = "Number Of Offered Stop Words"; // // comboBox1 // this.comboBox1.DisplayMember = "5"; this.comboBox1.FormattingEnabled = true; this.comboBox1.Items.AddRange(new object[] { "1", "2", "3", "4", "5", "6", "7", "8", "9", "10"}); this.comboBox1.Location = new System.Drawing.Point(467, 133); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(40, 21); this.comboBox1.TabIndex = 5; this.comboBox1.Text = "5"; // // comboBox2 // this.comboBox2.FormattingEnabled = true; this.comboBox2.Items.AddRange(new object[] { "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10"}); this.comboBox2.Location = new System.Drawing.Point(467, 171); this.comboBox2.Name = "comboBox2"; this.comboBox2.Size = new System.Drawing.Size(40, 21); this.comboBox2.TabIndex = 6; this.comboBox2.Text = "5"; // // comboBox3 // this.comboBox3.FormattingEnabled = true; this.comboBox3.Items.AddRange(new object[] { "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10"}); this.comboBox3.Location = new System.Drawing.Point(467, 213); this.comboBox3.Name = "comboBox3"; this.comboBox3.Size = new System.Drawing.Size(40, 21); this.comboBox3.TabIndex = 7; this.comboBox3.Text = "5"; // // button1 // this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0))))); this.button1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; this.button1.FlatAppearance.BorderColor = System.Drawing.Color.Black; this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button1.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(177))); this.button1.ForeColor = System.Drawing.SystemColors.ActiveCaptionText; this.button1.Location = new System.Drawing.Point(245, 406); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(71, 28); this.button1.TabIndex = 15; this.button1.Text = "Submit"; this.button1.UseVisualStyleBackColor = false; this.button1.Click += new System.EventHandler(this.button1_Click); // // button2 // this.button2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0))))); this.button2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; this.button2.FlatAppearance.BorderColor = System.Drawing.Color.Black; this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button2.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(177))); this.button2.ForeColor = System.Drawing.SystemColors.ActiveCaptionText; this.button2.Location = new System.Drawing.Point(411, 406); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(74, 28); this.button2.TabIndex = 16; this.button2.Text = "Cancel"; this.button2.UseVisualStyleBackColor = false; this.button2.Click += new System.EventHandler(this.button1_Click); // // label11 // this.label11.AutoSize = true; this.label11.BackColor = System.Drawing.Color.White; this.label11.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(177))); this.label11.ForeColor = System.Drawing.SystemColors.ActiveCaptionText; this.label11.Location = new System.Drawing.Point(168, 287); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(160, 19); this.label11.TabIndex = 17; this.label11.Text = "Consider Suffixes Length"; // // checkBox2 // this.checkBox2.AutoSize = true; this.checkBox2.Checked = true; this.checkBox2.CheckState = System.Windows.Forms.CheckState.Checked; this.checkBox2.Location = new System.Drawing.Point(479, 291); this.checkBox2.Name = "checkBox2"; this.checkBox2.Size = new System.Drawing.Size(15, 14); this.checkBox2.TabIndex = 18; this.checkBox2.UseVisualStyleBackColor = true; // // label12 // this.label12.AutoSize = true; this.label12.BackColor = System.Drawing.Color.White; this.label12.Font = new System.Drawing.Font("Times New Roman", 12F); this.label12.ForeColor = System.Drawing.Color.Black; this.label12.Location = new System.Drawing.Point(166, 354); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(229, 19); this.label12.TabIndex = 19; this.label12.Text = "Seconds Between Demo Characters"; // // miliCounter // this.miliCounter.DecimalPlaces = 1; this.miliCounter.Increment = new decimal(new int[] { 1, 0, 0, 65536}); this.miliCounter.Location = new System.Drawing.Point(467, 353); this.miliCounter.Maximum = new decimal(new int[] { 20, 0, 0, 65536}); this.miliCounter.Name = "miliCounter"; this.miliCounter.Size = new System.Drawing.Size(46, 20); this.miliCounter.TabIndex = 20; this.miliCounter.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.miliCounter.Value = new decimal(new int[] { 1, 0, 0, 65536}); // // label5 // this.label5.AutoSize = true; this.label5.Cursor = System.Windows.Forms.Cursors.Hand; this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel, ((byte)(177))); this.label5.Location = new System.Drawing.Point(528, 131); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(29, 17); this.label5.TabIndex = 21; this.label5.Text = "(?)"; this.toolTip1.SetToolTip(this.label5, "This option will set the size of the window that will be updated with recently ty" + "ped words. \r\nLarger window means more accuracy in defining the current typed top" + "ic but slower response."); // // toolTip1 // this.toolTip1.AutomaticDelay = 250; this.toolTip1.AutoPopDelay = 10000; this.toolTip1.InitialDelay = 250; this.toolTip1.ReshowDelay = 50; this.toolTip1.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info; this.toolTip1.ToolTipTitle = "What Is This?"; // // label6 // this.label6.AutoSize = true; this.label6.Cursor = System.Windows.Forms.Cursors.Hand; this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel, ((byte)(177))); this.label6.Location = new System.Drawing.Point(528, 168); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(29, 17); this.label6.TabIndex = 22; this.label6.Text = "(?)"; this.toolTip1.SetToolTip(this.label6, "This option will set the number of offered fringe words.\r\ni.e words that are rela" + "ted to a certain topic."); // // label7 // this.label7.AutoSize = true; this.label7.Cursor = System.Windows.Forms.Cursors.Hand; this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel, ((byte)(177))); this.label7.Location = new System.Drawing.Point(528, 213); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(29, 17); this.label7.TabIndex = 23; this.label7.Text = "(?)"; this.toolTip1.SetToolTip(this.label7, "This option will set the number of offered stop words.\r\ni.e words that are NOT re" + "lated to a certain topic."); // // label8 // this.label8.AutoSize = true; this.label8.Cursor = System.Windows.Forms.Cursors.Hand; this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel, ((byte)(177))); this.label8.Location = new System.Drawing.Point(528, 288); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(29, 17); this.label8.TabIndex = 24; this.label8.Text = "(?)"; this.toolTip1.SetToolTip(this.label8, "This option will set if the application will consider in suffix length when calcu" + "lating word probability.\r\nWhen set to Checked, longer words will get higher weig" + "ht than shorter words."); // // label9 // this.label9.AutoSize = true; this.label9.Cursor = System.Windows.Forms.Cursors.Hand; this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel, ((byte)(177))); this.label9.Location = new System.Drawing.Point(528, 356); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(29, 17); this.label9.TabIndex = 25; this.label9.Text = "(?)"; this.toolTip1.SetToolTip(this.label9, "This option is to determine the time intervals between each character during the " + "demo."); // // label13 // this.label13.AutoSize = true; this.label13.Cursor = System.Windows.Forms.Cursors.Hand; this.label13.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel, ((byte)(177))); this.label13.Location = new System.Drawing.Point(528, 254); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(29, 17); this.label13.TabIndex = 28; this.label13.Text = "(?)"; this.toolTip1.SetToolTip(this.label13, "This option will set the number of most relevant tries.\r\nHigher number means more" + " accuracy in word suggestions but slower response."); // // label15 // this.label15.AutoSize = true; this.label15.Cursor = System.Windows.Forms.Cursors.Hand; this.label15.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel, ((byte)(177))); this.label15.Location = new System.Drawing.Point(528, 321); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(29, 17); this.label15.TabIndex = 31; this.label15.Text = "(?)"; this.toolTip1.SetToolTip(this.label15, "This option will set the sigma variable, for calculating word probability."); // // label10 // this.label10.AutoSize = true; this.label10.BackColor = System.Drawing.Color.White; this.label10.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(177))); this.label10.ForeColor = System.Drawing.SystemColors.ActiveCaptionText; this.label10.Location = new System.Drawing.Point(168, 254); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(204, 19); this.label10.TabIndex = 26; this.label10.Text = "Number Of Most Relevant Tries"; // // NumOfTriesCombo // this.NumOfTriesCombo.DisplayMember = "2"; this.NumOfTriesCombo.FormattingEnabled = true; this.NumOfTriesCombo.Items.AddRange(new object[] { "1", "2", "3", "4", "5", "6", "7", "8", "9", "10"}); this.NumOfTriesCombo.Location = new System.Drawing.Point(467, 254); this.NumOfTriesCombo.Name = "NumOfTriesCombo"; this.NumOfTriesCombo.Size = new System.Drawing.Size(40, 21); this.NumOfTriesCombo.TabIndex = 27; // // label14 // this.label14.AutoSize = true; this.label14.BackColor = System.Drawing.Color.White; this.label14.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(177))); this.label14.ForeColor = System.Drawing.SystemColors.ActiveCaptionText; this.label14.Location = new System.Drawing.Point(167, 321); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(99, 19); this.label14.TabIndex = 29; this.label14.Text = "Sigma Variable"; // // numericSigma // this.numericSigma.DecimalPlaces = 2; this.numericSigma.Increment = new decimal(new int[] { 5, 0, 0, 131072}); this.numericSigma.Location = new System.Drawing.Point(467, 321); this.numericSigma.Maximum = new decimal(new int[] { 1, 0, 0, 0}); this.numericSigma.Minimum = new decimal(new int[] { 5, 0, 0, 131072}); this.numericSigma.Name = "numericSigma"; this.numericSigma.Size = new System.Drawing.Size(46, 20); this.numericSigma.TabIndex = 30; this.numericSigma.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.numericSigma.Value = new decimal(new int[] { 1, 0, 0, 0}); // // ConfigurationWindow // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage"))); this.ClientSize = new System.Drawing.Size(688, 468); this.Controls.Add(this.label15); this.Controls.Add(this.numericSigma); this.Controls.Add(this.label14); this.Controls.Add(this.label13); this.Controls.Add(this.NumOfTriesCombo); this.Controls.Add(this.label10); this.Controls.Add(this.label9); this.Controls.Add(this.label8); this.Controls.Add(this.label7); this.Controls.Add(this.label6); this.Controls.Add(this.label5); this.Controls.Add(this.miliCounter); this.Controls.Add(this.label12); this.Controls.Add(this.checkBox2); this.Controls.Add(this.label11); this.Controls.Add(this.button2); this.Controls.Add(this.button1); this.Controls.Add(this.comboBox3); this.Controls.Add(this.comboBox2); this.Controls.Add(this.comboBox1); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.ForeColor = System.Drawing.Color.Navy; this.Name = "ConfigurationWindow"; this.Text = " "; ((System.ComponentModel.ISupportInitialize)(this.miliCounter)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numericSigma)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); }
// 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(); }
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(); }
private void InitializeComponent() { this.progressBar = new global::System.Windows.Forms.ProgressBar(); this.cancelButton = new global::System.Windows.Forms.Button(); this.backgroundWorker = new global::System.ComponentModel.BackgroundWorker(); this.destinationPathLabel = new global::Nexon.CSO.Extractor.PathLabel(); this.sourcePathLabel = new global::Nexon.CSO.Extractor.PathLabel(); global::System.Windows.Forms.Label label = new global::System.Windows.Forms.Label(); global::System.Windows.Forms.Label label2 = new global::System.Windows.Forms.Label(); base.SuspendLayout(); label.AutoSize = true; label.Location = new global::System.Drawing.Point(12, 9); label.Name = "label1"; label.Size = new global::System.Drawing.Size(44, 13); label.TabIndex = 0; label.Text = "&Source:"; label2.AutoSize = true; label2.Location = new global::System.Drawing.Point(12, 29); label2.Name = "label2"; label2.Size = new global::System.Drawing.Size(63, 13); label2.TabIndex = 2; label2.Text = "&Destination:"; this.progressBar.Anchor = (global::System.Windows.Forms.AnchorStyles.Top | global::System.Windows.Forms.AnchorStyles.Left | global::System.Windows.Forms.AnchorStyles.Right); this.progressBar.Location = new global::System.Drawing.Point(12, 52); this.progressBar.Name = "progressBar"; this.progressBar.Size = new global::System.Drawing.Size(380, 23); this.progressBar.Style = global::System.Windows.Forms.ProgressBarStyle.Marquee; this.progressBar.TabIndex = 4; this.cancelButton.Anchor = (global::System.Windows.Forms.AnchorStyles.Top | global::System.Windows.Forms.AnchorStyles.Right); this.cancelButton.DialogResult = global::System.Windows.Forms.DialogResult.Cancel; this.cancelButton.FlatStyle = global::System.Windows.Forms.FlatStyle.System; this.cancelButton.Location = new global::System.Drawing.Point(317, 81); this.cancelButton.Name = "cancelButton"; this.cancelButton.Size = new global::System.Drawing.Size(75, 23); this.cancelButton.TabIndex = 5; this.cancelButton.Text = "&Cancel"; this.cancelButton.UseVisualStyleBackColor = true; this.cancelButton.Click += new global::System.EventHandler(this.cancelButton_Click); this.backgroundWorker.WorkerReportsProgress = true; this.backgroundWorker.WorkerSupportsCancellation = true; this.backgroundWorker.DoWork += new global::System.ComponentModel.DoWorkEventHandler(this.backgroundWorker_DoWork); this.backgroundWorker.RunWorkerCompleted += new global::System.ComponentModel.RunWorkerCompletedEventHandler(this.backgroundWorker_RunWorkerCompleted); this.backgroundWorker.ProgressChanged += new global::System.ComponentModel.ProgressChangedEventHandler(this.backgroundWorker_ProgressChanged); this.destinationPathLabel.Anchor = (global::System.Windows.Forms.AnchorStyles.Top | global::System.Windows.Forms.AnchorStyles.Left | global::System.Windows.Forms.AnchorStyles.Right); this.destinationPathLabel.Location = new global::System.Drawing.Point(81, 29); this.destinationPathLabel.Name = "destinationPathLabel"; this.destinationPathLabel.Size = new global::System.Drawing.Size(311, 13); this.destinationPathLabel.TabIndex = 3; this.destinationPathLabel.Text = "n/a"; this.sourcePathLabel.Anchor = (global::System.Windows.Forms.AnchorStyles.Top | global::System.Windows.Forms.AnchorStyles.Left | global::System.Windows.Forms.AnchorStyles.Right); this.sourcePathLabel.Location = new global::System.Drawing.Point(81, 9); this.sourcePathLabel.Name = "sourcePathLabel"; this.sourcePathLabel.Size = new global::System.Drawing.Size(311, 13); this.sourcePathLabel.TabIndex = 1; this.sourcePathLabel.Text = "n/a"; base.AutoScaleDimensions = new global::System.Drawing.SizeF(6f, 13f); base.AutoScaleMode = global::System.Windows.Forms.AutoScaleMode.Font; base.CancelButton = this.cancelButton; base.ClientSize = new global::System.Drawing.Size(404, 116); base.Controls.Add(this.cancelButton); base.Controls.Add(this.progressBar); base.Controls.Add(this.destinationPathLabel); base.Controls.Add(label2); base.Controls.Add(this.sourcePathLabel); base.Controls.Add(label); base.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.FixedDialog; base.MaximizeBox = false; base.MinimizeBox = false; base.Name = "NexonArchiveTaskDialog"; base.ShowIcon = false; base.ShowInTaskbar = false; base.StartPosition = global::System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Task Dialog..."; base.Shown += new global::System.EventHandler(this.NexusArchiveTaskDialog_Load); base.ResumeLayout(false); base.PerformLayout(); }
private void InitializeComponent() { this.addButton = new global::System.Windows.Forms.Button(); this.removeButton = new global::System.Windows.Forms.Button(); this.modifyButton = new global::System.Windows.Forms.Button(); this.exitButton = new global::System.Windows.Forms.Button(); this.decryptButton = new global::System.Windows.Forms.Button(); this.listBox = new global::System.Windows.Forms.ListBox(); this.inputTextBox = new global::System.Windows.Forms.TextBox(); this.backgroundWorker = new global::System.ComponentModel.BackgroundWorker(); this.backupCheckBox = new global::System.Windows.Forms.CheckBox(); global::System.Windows.Forms.Label inputLabel = new global::System.Windows.Forms.Label(); global::System.Windows.Forms.TableLayoutPanel tableLayoutPanel = new global::System.Windows.Forms.TableLayoutPanel(); tableLayoutPanel.SuspendLayout(); base.SuspendLayout(); inputLabel.AutoSize = true; inputLabel.Location = new global::System.Drawing.Point(270, 9); inputLabel.Name = "inputLabel"; inputLabel.Size = new global::System.Drawing.Size(87, 13); inputLabel.TabIndex = 2; inputLabel.Text = "&Input File/Folder:"; tableLayoutPanel.Anchor = (global::System.Windows.Forms.AnchorStyles.Top | global::System.Windows.Forms.AnchorStyles.Left | global::System.Windows.Forms.AnchorStyles.Right); tableLayoutPanel.ColumnCount = 3; tableLayoutPanel.ColumnStyles.Add(new global::System.Windows.Forms.ColumnStyle(global::System.Windows.Forms.SizeType.Percent, 33.33333f)); tableLayoutPanel.ColumnStyles.Add(new global::System.Windows.Forms.ColumnStyle(global::System.Windows.Forms.SizeType.Percent, 33.33333f)); tableLayoutPanel.ColumnStyles.Add(new global::System.Windows.Forms.ColumnStyle(global::System.Windows.Forms.SizeType.Percent, 33.33333f)); tableLayoutPanel.Controls.Add(this.addButton, 0, 0); tableLayoutPanel.Controls.Add(this.removeButton, 2, 0); tableLayoutPanel.Controls.Add(this.modifyButton, 1, 0); tableLayoutPanel.Location = new global::System.Drawing.Point(270, 90); tableLayoutPanel.Name = "tableLayoutPanel"; tableLayoutPanel.RowCount = 1; tableLayoutPanel.RowStyles.Add(new global::System.Windows.Forms.RowStyle(global::System.Windows.Forms.SizeType.Percent, 100f)); tableLayoutPanel.Size = new global::System.Drawing.Size(291, 29); tableLayoutPanel.TabIndex = 7; this.addButton.Dock = global::System.Windows.Forms.DockStyle.Fill; this.addButton.FlatStyle = global::System.Windows.Forms.FlatStyle.System; this.addButton.Location = new global::System.Drawing.Point(3, 3); this.addButton.Name = "addButton"; this.addButton.Size = new global::System.Drawing.Size(91, 23); this.addButton.TabIndex = 6; this.addButton.Text = "&Add"; this.addButton.UseVisualStyleBackColor = true; this.addButton.Click += new global::System.EventHandler(this.addButton_Click); this.removeButton.Dock = global::System.Windows.Forms.DockStyle.Fill; this.removeButton.FlatStyle = global::System.Windows.Forms.FlatStyle.System; this.removeButton.Location = new global::System.Drawing.Point(197, 3); this.removeButton.Name = "removeButton"; this.removeButton.Size = new global::System.Drawing.Size(91, 23); this.removeButton.TabIndex = 6; this.removeButton.Text = "&Remove"; this.removeButton.UseVisualStyleBackColor = true; this.removeButton.Click += new global::System.EventHandler(this.removeButton_Click); this.modifyButton.Dock = global::System.Windows.Forms.DockStyle.Fill; this.modifyButton.FlatStyle = global::System.Windows.Forms.FlatStyle.System; this.modifyButton.Location = new global::System.Drawing.Point(100, 3); this.modifyButton.Name = "modifyButton"; this.modifyButton.Size = new global::System.Drawing.Size(91, 23); this.modifyButton.TabIndex = 6; this.modifyButton.Text = "&Modify"; this.modifyButton.UseVisualStyleBackColor = true; this.modifyButton.Click += new global::System.EventHandler(this.modifyButton_Click); this.exitButton.Anchor = global::System.Windows.Forms.AnchorStyles.Bottom; this.exitButton.DialogResult = global::System.Windows.Forms.DialogResult.Cancel; this.exitButton.FlatStyle = global::System.Windows.Forms.FlatStyle.System; this.exitButton.Location = new global::System.Drawing.Point(289, 241); this.exitButton.Name = "exitButton"; this.exitButton.Size = new global::System.Drawing.Size(75, 23); this.exitButton.TabIndex = 0; this.exitButton.Text = "E&xit"; this.exitButton.UseVisualStyleBackColor = true; this.exitButton.Click += new global::System.EventHandler(this.exitButton_Click); this.decryptButton.Anchor = global::System.Windows.Forms.AnchorStyles.Bottom; this.decryptButton.FlatStyle = global::System.Windows.Forms.FlatStyle.System; this.decryptButton.Location = new global::System.Drawing.Point(208, 241); this.decryptButton.Name = "decryptButton"; this.decryptButton.Size = new global::System.Drawing.Size(75, 23); this.decryptButton.TabIndex = 0; this.decryptButton.Text = "&Decrypt"; this.decryptButton.UseVisualStyleBackColor = true; this.decryptButton.Click += new global::System.EventHandler(this.decryptButton_Click); this.listBox.AllowDrop = true; this.listBox.Anchor = (global::System.Windows.Forms.AnchorStyles.Top | global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Left); this.listBox.FormattingEnabled = true; this.listBox.IntegralHeight = false; this.listBox.Location = new global::System.Drawing.Point(12, 12); this.listBox.Name = "listBox"; this.listBox.Size = new global::System.Drawing.Size(252, 223); this.listBox.TabIndex = 1; this.listBox.SelectedIndexChanged += new global::System.EventHandler(this.ListBox_SelectedIndexChanged); this.listBox.DragDrop += new global::System.Windows.Forms.DragEventHandler(this.ListBox_DragDrop); this.listBox.DragEnter += new global::System.Windows.Forms.DragEventHandler(this.File_DragEnter); this.inputTextBox.AllowDrop = true; this.inputTextBox.Anchor = (global::System.Windows.Forms.AnchorStyles.Top | global::System.Windows.Forms.AnchorStyles.Left | global::System.Windows.Forms.AnchorStyles.Right); this.inputTextBox.Location = new global::System.Drawing.Point(270, 25); this.inputTextBox.Name = "inputTextBox"; this.inputTextBox.Size = new global::System.Drawing.Size(291, 20); this.inputTextBox.TabIndex = 3; this.inputTextBox.DragDrop += new global::System.Windows.Forms.DragEventHandler(this.TextBox_DragDrop); this.inputTextBox.Leave += new global::System.EventHandler(this.TextBox_Leave); this.inputTextBox.Enter += new global::System.EventHandler(this.TextBox_Enter); this.inputTextBox.DragEnter += new global::System.Windows.Forms.DragEventHandler(this.File_DragEnter); this.backgroundWorker.WorkerSupportsCancellation = true; this.backgroundWorker.DoWork += new global::System.ComponentModel.DoWorkEventHandler(this.backgroundWorker_DoWork); this.backgroundWorker.RunWorkerCompleted += new global::System.ComponentModel.RunWorkerCompletedEventHandler(this.backgroundWorker_RunWorkerCompleted); this.backupCheckBox.AutoSize = true; this.backupCheckBox.Checked = true; this.backupCheckBox.CheckState = global::System.Windows.Forms.CheckState.Checked; this.backupCheckBox.Location = new global::System.Drawing.Point(270, 125); this.backupCheckBox.Name = "backupCheckBox"; this.backupCheckBox.Size = new global::System.Drawing.Size(138, 17); this.backupCheckBox.TabIndex = 8; this.backupCheckBox.Text = "&Backup Encrypted Files"; this.backupCheckBox.UseVisualStyleBackColor = true; base.AutoScaleDimensions = new global::System.Drawing.SizeF(6f, 13f); base.AutoScaleMode = global::System.Windows.Forms.AutoScaleMode.Font; base.CancelButton = this.exitButton; base.ClientSize = new global::System.Drawing.Size(573, 276); base.Controls.Add(this.backupCheckBox); base.Controls.Add(tableLayoutPanel); base.Controls.Add(this.inputTextBox); base.Controls.Add(inputLabel); base.Controls.Add(this.listBox); base.Controls.Add(this.decryptButton); base.Controls.Add(this.exitButton); this.MinimumSize = new global::System.Drawing.Size(495, 196); base.Name = "MainForm"; this.Text = "Model Decryptor by Da_FileServer"; base.Load += new global::System.EventHandler(this.ModelDecryptorForm_Load); tableLayoutPanel.ResumeLayout(false); base.ResumeLayout(false); base.PerformLayout(); }