Exemple #1
0
        private void InitializeComponent()
        {
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.txtName     = new MuEditor.TextBox();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            this.SuspendLayout();

            //
            // frmAbout
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(405, 190);
            this.Controls.Add(this.pictureBox1);
            this.Controls.Add(this.txtName);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.MaximizeBox     = false;
            this.MinimizeBox     = false;
            this.Name            = "frmAbout";
            this.ShowIcon        = false;
            this.ShowInTaskbar   = false;
            this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text            = "MuEditorX8";
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();
        }
Exemple #2
0
 private void InitializeComponent()
 {
     this.btnSearch = new Button();
     this.txtName   = new MuEditor.TextBox();
     this.groupBox1 = new GroupBox();
     this.groupBox1.SuspendLayout();
     base.SuspendLayout();
     this.btnSearch.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.btnSearch.Location = new Point(144, 20);
     this.btnSearch.Name     = "btnSearch";
     this.btnSearch.Size     = new System.Drawing.Size(50, 23);
     this.btnSearch.TabIndex = 10;
     this.btnSearch.Text     = "Determined";
     this.btnSearch.UseVisualStyleBackColor = true;
     this.btnSearch.Click     += new EventHandler(this.btnSearch_Click);
     this.txtName.IsOnlyNumber = false;
     this.txtName.Location     = new Point(8, 21);
     this.txtName.MaxLength    = 50;
     this.txtName.Name         = "txtName";
     this.txtName.Size         = new System.Drawing.Size(130, 21);
     this.txtName.TabIndex     = 9;
     this.txtName.KeyPress    += new KeyPressEventHandler(this.txtName_KeyPress);
     this.groupBox1.Controls.Add(this.btnSearch);
     this.groupBox1.Controls.Add(this.txtName);
     this.groupBox1.Location  = new Point(8, 6);
     this.groupBox1.Name      = "groupBox1";
     this.groupBox1.Size      = new System.Drawing.Size(200, 60);
     this.groupBox1.TabIndex  = 14;
     this.groupBox1.TabStop   = false;
     this.groupBox1.Text      = "Please enter the role name";
     base.AutoScaleDimensions = new SizeF(6f, 12f);
     base.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     base.ClientSize          = new System.Drawing.Size(215, 74);
     base.Controls.Add(this.groupBox1);
     base.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     base.MaximizeBox     = false;
     base.MinimizeBox     = false;
     base.Name            = "frmGuildUser";
     base.ShowIcon        = false;
     base.ShowInTaskbar   = false;
     base.StartPosition   = FormStartPosition.CenterParent;
     this.Text            = "Add member";
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     base.ResumeLayout(false);
 }
        private void InitializeComponent()
        {
            ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof(T_CashShop_Point));

            this.groupBox1    = new GroupBox();
            this.btn_CashShop = new Button();
            this.WCoinC_Add   = new MuEditor.TextBox();
            this.label3       = new Label();
            this.WCoinC       = new System.Windows.Forms.TextBox();
            this.label2       = new Label();
            this.txtAccount   = new ComboBox();
            this.label1       = new Label();
            this.groupBox2    = new GroupBox();
            this.CashLog      = new DataGridView();
            this.groupBox1.SuspendLayout();
            this.groupBox2.SuspendLayout();
            ((ISupportInitialize)this.CashLog).BeginInit();
            base.SuspendLayout();
            this.groupBox1.Controls.Add(this.btn_CashShop);
            this.groupBox1.Controls.Add(this.WCoinC_Add);
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Controls.Add(this.WCoinC);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.txtAccount);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Location    = new Point(8, 8);
            this.groupBox1.Name        = "groupBox1";
            this.groupBox1.Size        = new System.Drawing.Size(490, 82);
            this.groupBox1.TabIndex    = 0;
            this.groupBox1.TabStop     = false;
            this.groupBox1.Text        = "Points Management";
            this.btn_CashShop.Location = new Point(12, 52);
            this.btn_CashShop.Name     = "btn_CashShop";
            this.btn_CashShop.Size     = new System.Drawing.Size(466, 23);
            this.btn_CashShop.TabIndex = 6;
            this.btn_CashShop.Text     = "OK";
            this.btn_CashShop.UseVisualStyleBackColor = true;
            this.btn_CashShop.Click              += new EventHandler(this.btn_CashShop_Click);
            this.WCoinC_Add.IsOnlyNumber          = false;
            this.WCoinC_Add.Location              = new Point(378, 23);
            this.WCoinC_Add.Name                  = "WCoinC_Add";
            this.WCoinC_Add.Size                  = new System.Drawing.Size(100, 21);
            this.WCoinC_Add.TabIndex              = 5;
            this.WCoinC_Add.Text                  = "0";
            this.WCoinC_Add.TextAlign             = HorizontalAlignment.Center;
            this.label3.AutoSize                  = true;
            this.label3.Location                  = new Point(349, 28);
            this.label3.Name                      = "label3";
            this.label3.Size                      = new System.Drawing.Size(23, 12);
            this.label3.TabIndex                  = 4;
            this.label3.Text                      = "+/-";
            this.WCoinC.Location                  = new Point(241, 24);
            this.WCoinC.Name                      = "WCoinC";
            this.WCoinC.ReadOnly                  = true;
            this.WCoinC.Size                      = new System.Drawing.Size(100, 21);
            this.WCoinC.TabIndex                  = 3;
            this.WCoinC.Text                      = "0";
            this.WCoinC.TextAlign                 = HorizontalAlignment.Center;
            this.label2.AutoSize                  = true;
            this.label2.Location                  = new Point(191, 28);
            this.label2.Name                      = "label2";
            this.label2.Size                      = new System.Drawing.Size(53, 12);
            this.label2.TabIndex                  = 2;
            this.label2.Text                      = "WCoinP:";
            this.txtAccount.AutoCompleteMode      = AutoCompleteMode.SuggestAppend;
            this.txtAccount.AutoCompleteSource    = AutoCompleteSource.ListItems;
            this.txtAccount.FormattingEnabled     = true;
            this.txtAccount.Location              = new Point(62, 24);
            this.txtAccount.MaxLength             = 10;
            this.txtAccount.Name                  = "txtAccount";
            this.txtAccount.Size                  = new System.Drawing.Size(121, 20);
            this.txtAccount.TabIndex              = 1;
            this.txtAccount.SelectedIndexChanged += new EventHandler(this.txtAccount_SelectedIndexChanged);
            this.txtAccount.TextChanged          += new EventHandler(this.txtAccount_TextChanged);
            this.txtAccount.KeyPress             += new KeyPressEventHandler(this.txtAccount_KeyPress);
            this.label1.AutoSize                  = true;
            this.label1.Location                  = new Point(12, 28);
            this.label1.Name                      = "label1";
            this.label1.Size                      = new System.Drawing.Size(53, 12);
            this.label1.TabIndex                  = 0;
            this.label1.Text                      = "Account:";
            this.groupBox2.Controls.Add(this.CashLog);
            this.groupBox2.Location                  = new Point(8, 96);
            this.groupBox2.Name                      = "groupBox2";
            this.groupBox2.Size                      = new System.Drawing.Size(490, 316);
            this.groupBox2.TabIndex                  = 1;
            this.groupBox2.TabStop                   = false;
            this.groupBox2.Text                      = "Record";
            this.CashLog.AllowUserToAddRows          = false;
            this.CashLog.AllowUserToDeleteRows       = false;
            this.CashLog.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.CashLog.Location                    = new Point(12, 20);
            this.CashLog.Name               = "CashLog";
            this.CashLog.ReadOnly           = true;
            this.CashLog.RowTemplate.Height = 23;
            this.CashLog.Size               = new System.Drawing.Size(466, 286);
            this.CashLog.TabIndex           = 0;
            base.AutoScaleDimensions        = new SizeF(6f, 12f);
            base.AutoScaleMode              = System.Windows.Forms.AutoScaleMode.Font;
            base.ClientSize = new System.Drawing.Size(507, 419);
            base.Controls.Add(this.groupBox2);
            base.Controls.Add(this.groupBox1);
            base.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            base.Icon            = (System.Drawing.Icon)componentResourceManager.GetObject("$this.Icon");
            base.MaximizeBox     = false;
            base.MinimizeBox     = false;
            base.Name            = "T_CashShop_Point";
            base.StartPosition   = FormStartPosition.CenterScreen;
            this.Text            = "WCoinP Editor";
            base.Load           += new EventHandler(this.T_CashShop_Load);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            ((ISupportInitialize)this.CashLog).EndInit();
            base.ResumeLayout(false);
        }
        private void InitializeComponent()
        {
            ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof(frmMasterLevel));

            this.txtPoint     = new MuEditor.TextBox();
            this.label32      = new Label();
            this.txtNextEXP   = new MuEditor.TextBox();
            this.label31      = new Label();
            this.txtEXP       = new MuEditor.TextBox();
            this.label30      = new Label();
            this.txtLevel     = new MuEditor.TextBox();
            this.label29      = new Label();
            this.btnOK        = new Button();
            this.label1       = new Label();
            this.button1      = new Button();
            this.txtCharacter = new MuEditor.TextBox();
            this.label2       = new Label();
            this.rbAll        = new RadioButton();
            this.rbKeep       = new RadioButton();
            this.rbClear      = new RadioButton();
            this.groupBox1    = new GroupBox();
            this.groupBox1.SuspendLayout();
            base.SuspendLayout();
            this.txtPoint.IsOnlyNumber   = true;
            this.txtPoint.Location       = new Point(70, 124);
            this.txtPoint.Name           = "txtPoint";
            this.txtPoint.Size           = new System.Drawing.Size(144, 21);
            this.txtPoint.TabIndex       = 59;
            this.label32.AutoSize        = true;
            this.label32.ImeMode         = System.Windows.Forms.ImeMode.NoControl;
            this.label32.Location        = new Point(6, 128);
            this.label32.Name            = "label32";
            this.label32.Size            = new System.Drawing.Size(41, 12);
            this.label32.TabIndex        = 58;
            this.label32.Text            = "Left point:";
            this.txtNextEXP.IsOnlyNumber = true;
            this.txtNextEXP.Location     = new Point(70, 97);
            this.txtNextEXP.Name         = "txtNextEXP";
            this.txtNextEXP.Size         = new System.Drawing.Size(144, 21);
            this.txtNextEXP.TabIndex     = 57;
            this.label31.AutoSize        = true;
            this.label31.ImeMode         = System.Windows.Forms.ImeMode.NoControl;
            this.label31.Location        = new Point(6, 101);
            this.label31.Name            = "label31";
            this.label31.Size            = new System.Drawing.Size(65, 12);
            this.label31.TabIndex        = 56;

            this.txtEXP.IsOnlyNumber             = true;
            this.txtEXP.Location                 = new Point(70, 70);
            this.txtEXP.Name                     = "txtEXP";
            this.txtEXP.Size                     = new System.Drawing.Size(144, 21);
            this.txtEXP.TabIndex                 = 55;
            this.label30.AutoSize                = true;
            this.label30.ImeMode                 = System.Windows.Forms.ImeMode.NoControl;
            this.label30.Location                = new Point(6, 74);
            this.label30.Name                    = "label30";
            this.label30.Size                    = new System.Drawing.Size(41, 12);
            this.label30.TabIndex                = 54;
            this.label30.Text                    = "Experience:";
            this.txtLevel.IsOnlyNumber           = true;
            this.txtLevel.Location               = new Point(71, 43);
            this.txtLevel.Name                   = "txtLevel";
            this.txtLevel.Size                   = new System.Drawing.Size(144, 21);
            this.txtLevel.TabIndex               = 53;
            this.txtLevel.TextChanged           += new EventHandler(this.txtLevel_TextChanged);
            this.label29.AutoSize                = true;
            this.label29.ImeMode                 = System.Windows.Forms.ImeMode.NoControl;
            this.label29.Location                = new Point(6, 47);
            this.label29.Name                    = "label29";
            this.label29.Size                    = new System.Drawing.Size(41, 12);
            this.label29.TabIndex                = 52;
            this.label29.Text                    = "Level:";
            this.btnOK.Location                  = new Point(41, 186);
            this.btnOK.Name                      = "btnOK";
            this.btnOK.Size                      = new System.Drawing.Size(58, 23);
            this.btnOK.TabIndex                  = 60;
            this.btnOK.Text                      = "OK";
            this.btnOK.UseVisualStyleBackColor   = true;
            this.btnOK.Click                    += new EventHandler(this.btnOK_Click);
            this.label1.AutoSize                 = true;
            this.label1.ImeMode                  = System.Windows.Forms.ImeMode.NoControl;
            this.label1.Location                 = new Point(6, 20);
            this.label1.Name                     = "label1";
            this.label1.Size                     = new System.Drawing.Size(41, 12);
            this.label1.TabIndex                 = 61;
            this.label1.Text                     = "Character:";
            this.button1.Location                = new Point(118, 186);
            this.button1.Name                    = "button1";
            this.button1.Size                    = new System.Drawing.Size(58, 23);
            this.button1.TabIndex                = 63;
            this.button1.Text                    = "Close";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click                  += new EventHandler(this.button1_Click);
            this.txtCharacter.IsOnlyNumber       = false;
            this.txtCharacter.Location           = new Point(71, 16);
            this.txtCharacter.Name               = "txtCharacter";
            this.txtCharacter.ReadOnly           = true;
            this.txtCharacter.Size               = new System.Drawing.Size(144, 21);
            this.txtCharacter.TabIndex           = 64;
            this.label2.AutoSize                 = true;
            this.label2.ImeMode                  = System.Windows.Forms.ImeMode.NoControl;
            this.label2.Location                 = new Point(6, 156);
            this.label2.Name                     = "label2";
            this.label2.Size                     = new System.Drawing.Size(65, 12);
            this.label2.TabIndex                 = 65;

            this.rbAll.AutoSize = true;
            this.rbAll.Visible  = true;
            this.rbAll.Location = new Point(71, 156);
            this.rbAll.Name     = "rbAll";
            this.rbAll.Size     = new System.Drawing.Size(47, 16);
            this.rbAll.TabIndex = 66;

            this.rbAll.UseVisualStyleBackColor = true;
            this.rbKeep.AutoSize = true;

            this.rbKeep.Location = new Point(119, 156);
            this.rbKeep.Name     = "rbKeep";
            this.rbKeep.Size     = new System.Drawing.Size(47, 16);
            this.rbKeep.TabIndex = 67;
            this.rbKeep.TabStop  = true;

            this.rbKeep.UseVisualStyleBackColor = true;
            this.rbClear.AutoSize = true;
            this.rbClear.Location = new Point(169, 156);
            this.rbClear.Name     = "rbClear";
            this.rbClear.Size     = new System.Drawing.Size(47, 16);
            this.rbClear.TabIndex = 68;

            this.rbClear.UseVisualStyleBackColor = true;
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Controls.Add(this.label29);
            this.groupBox1.Controls.Add(this.txtLevel);
            this.groupBox1.Controls.Add(this.label30);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.txtEXP);
            this.groupBox1.Controls.Add(this.txtCharacter);
            this.groupBox1.Controls.Add(this.label31);
            this.groupBox1.Controls.Add(this.button1);
            this.groupBox1.Controls.Add(this.label32);
            this.groupBox1.Controls.Add(this.btnOK);
            this.groupBox1.Controls.Add(this.txtPoint);
            this.groupBox1.Location  = new Point(6, 4);
            this.groupBox1.Name      = "groupBox1";
            this.groupBox1.Size      = new System.Drawing.Size(221, 218);
            this.groupBox1.TabIndex  = 69;
            this.groupBox1.TabStop   = false;
            this.groupBox1.Text      = "Modify master information";
            base.AutoScaleDimensions = new SizeF(6f, 12f);
            base.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            base.ClientSize          = new System.Drawing.Size(233, 227);
            base.Controls.Add(this.groupBox1);
            base.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            base.Icon            = (System.Drawing.Icon)componentResourceManager.GetObject("$this.Icon");
            base.MaximizeBox     = false;
            base.MinimizeBox     = false;
            base.Name            = "frmMasterLevel";
            base.ShowIcon        = false;
            base.ShowInTaskbar   = false;
            base.StartPosition   = FormStartPosition.CenterParent;
            this.Text            = "Modify Masters";
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            base.ResumeLayout(false);
        }
Exemple #5
0
 private void InitializeComponent()
 {
     this.cbGuild   = new ComboBox();
     this.groupBox1 = new GroupBox();
     this.rbMember  = new RadioButton();
     this.rbGuild   = new RadioButton();
     this.btnSearch = new Button();
     this.txtName   = new MuEditor.TextBox();
     this.lbMember  = new ListBox();
     this.txtNotice = new MuEditor.TextBox();
     this.btnOK     = new Button();
     this.label3    = new Label();
     this.label1    = new Label();
     this.label2    = new Label();
     this.label4    = new Label();
     this.lstUnion  = new ListBox();
     this.lstRival  = new ListBox();
     this.label5    = new Label();
     this.btnAdd    = new Button();
     this.btnDel    = new Button();
     this.label6    = new Label();
     this.txtScore  = new MuEditor.TextBox();
     this.btnJS     = new Button();
     this.groupBox1.SuspendLayout();
     base.SuspendLayout();
     this.cbGuild.AutoCompleteMode   = AutoCompleteMode.SuggestAppend;
     this.cbGuild.AutoCompleteSource = AutoCompleteSource.ListItems;
     this.cbGuild.DropDownHeight     = 306;
     this.cbGuild.IntegralHeight     = false;
     this.cbGuild.Location           = new Point(6, 62);
     this.cbGuild.Name                  = "cbGuild";
     this.cbGuild.Size                  = new System.Drawing.Size(115, 20);
     this.cbGuild.TabIndex              = 2;
     this.cbGuild.SelectedIndexChanged += new EventHandler(this.cbGuild_SelectedIndexChanged);
     this.groupBox1.Controls.Add(this.rbMember);
     this.groupBox1.Controls.Add(this.rbGuild);
     this.groupBox1.Controls.Add(this.btnSearch);
     this.groupBox1.Controls.Add(this.txtName);
     this.groupBox1.Dock     = DockStyle.Top;
     this.groupBox1.Location = new Point(0, 0);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(300, 39);
     this.groupBox1.TabIndex = 5;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "查询";
     this.rbMember.AutoSize  = true;
     this.rbMember.Location  = new Point(196, 17);
     this.rbMember.Name      = "rbMember";
     this.rbMember.Size      = new System.Drawing.Size(47, 16);
     this.rbMember.TabIndex  = 10;
     this.rbMember.Text      = "成员";
     this.rbMember.UseVisualStyleBackColor = true;
     this.rbGuild.AutoSize = true;
     this.rbGuild.Checked  = true;
     this.rbGuild.Location = new Point(144, 18);
     this.rbGuild.Name     = "rbGuild";
     this.rbGuild.Size     = new System.Drawing.Size(47, 16);
     this.rbGuild.TabIndex = 9;
     this.rbGuild.TabStop  = true;
     this.rbGuild.Text     = "战盟";
     this.rbGuild.UseVisualStyleBackColor = true;
     this.btnSearch.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.btnSearch.Location = new Point(244, 13);
     this.btnSearch.Name     = "btnSearch";
     this.btnSearch.Size     = new System.Drawing.Size(50, 23);
     this.btnSearch.TabIndex = 8;
     this.btnSearch.Text     = "查 询";
     this.btnSearch.UseVisualStyleBackColor = true;
     this.btnSearch.Click           += new EventHandler(this.btnSearch_Click);
     this.txtName.IsOnlyNumber       = false;
     this.txtName.Location           = new Point(7, 15);
     this.txtName.MaxLength          = 50;
     this.txtName.Name               = "txtName";
     this.txtName.Size               = new System.Drawing.Size(130, 21);
     this.txtName.TabIndex           = 0;
     this.txtName.KeyPress          += new KeyPressEventHandler(this.txtName_KeyPress);
     this.lbMember.FormattingEnabled = true;
     this.lbMember.ItemHeight        = 12;
     this.lbMember.Location          = new Point(126, 62);
     this.lbMember.Name              = "lbMember";
     this.lbMember.Size              = new System.Drawing.Size(167, 184);
     this.lbMember.TabIndex          = 6;
     this.lbMember.MouseDoubleClick += new MouseEventHandler(this.lbMember_MouseDoubleClick);
     this.txtNotice.AcceptsReturn    = true;
     this.txtNotice.IsOnlyNumber     = false;
     this.txtNotice.Location         = new Point(70, 282);
     this.txtNotice.MaxLength        = 60;
     this.txtNotice.Name             = "txtNotice";
     this.txtNotice.Size             = new System.Drawing.Size(178, 21);
     this.txtNotice.TabIndex         = 7;
     this.btnOK.Enabled              = false;
     this.btnOK.ImeMode              = System.Windows.Forms.ImeMode.NoControl;
     this.btnOK.Location             = new Point(254, 282);
     this.btnOK.Name     = "btnOK";
     this.btnOK.Size     = new System.Drawing.Size(39, 23);
     this.btnOK.TabIndex = 9;
     this.btnOK.Text     = "更新";
     this.btnOK.UseVisualStyleBackColor = true;
     this.btnOK.Click                   += new EventHandler(this.btnOK_Click);
     this.label3.AutoSize                = true;
     this.label3.ImeMode                 = System.Windows.Forms.ImeMode.NoControl;
     this.label3.Location                = new Point(4, 288);
     this.label3.Name                    = "label3";
     this.label3.Size                    = new System.Drawing.Size(65, 12);
     this.label3.TabIndex                = 10;
     this.label3.Text                    = "战盟公告:";
     this.label1.AutoSize                = true;
     this.label1.ImeMode                 = System.Windows.Forms.ImeMode.NoControl;
     this.label1.Location                = new Point(124, 45);
     this.label1.Name                    = "label1";
     this.label1.Size                    = new System.Drawing.Size(77, 12);
     this.label1.TabIndex                = 11;
     this.label1.Text                    = "战盟成员列表";
     this.label2.AutoSize                = true;
     this.label2.ImeMode                 = System.Windows.Forms.ImeMode.NoControl;
     this.label2.Location                = new Point(5, 45);
     this.label2.Name                    = "label2";
     this.label2.Size                    = new System.Drawing.Size(53, 12);
     this.label2.TabIndex                = 12;
     this.label2.Text                    = "战盟列表";
     this.label4.AutoSize                = true;
     this.label4.ImeMode                 = System.Windows.Forms.ImeMode.NoControl;
     this.label4.Location                = new Point(5, 87);
     this.label4.Name                    = "label4";
     this.label4.Size                    = new System.Drawing.Size(53, 12);
     this.label4.TabIndex                = 13;
     this.label4.Text                    = "同盟战盟";
     this.lstUnion.FormattingEnabled     = true;
     this.lstUnion.ItemHeight            = 12;
     this.lstUnion.Location              = new Point(6, 102);
     this.lstUnion.Name                  = "lstUnion";
     this.lstUnion.Size                  = new System.Drawing.Size(115, 64);
     this.lstUnion.TabIndex              = 14;
     this.lstUnion.SelectedIndexChanged += new EventHandler(this.lstUnion_SelectedIndexChanged);
     this.lstRival.FormattingEnabled     = true;
     this.lstRival.ItemHeight            = 12;
     this.lstRival.Location              = new Point(6, 185);
     this.lstRival.Name                  = "lstRival";
     this.lstRival.Size                  = new System.Drawing.Size(115, 64);
     this.lstRival.TabIndex              = 15;
     this.lstRival.SelectedIndexChanged += new EventHandler(this.lstRival_SelectedIndexChanged);
     this.label5.AutoSize                = true;
     this.label5.ImeMode                 = System.Windows.Forms.ImeMode.NoControl;
     this.label5.Location                = new Point(5, 169);
     this.label5.Name                    = "label5";
     this.label5.Size                    = new System.Drawing.Size(53, 12);
     this.label5.TabIndex                = 16;
     this.label5.Text                    = "敌对战盟";
     this.btnAdd.Enabled                 = false;
     this.btnAdd.ImeMode                 = System.Windows.Forms.ImeMode.NoControl;
     this.btnAdd.Location                = new Point(125, 251);
     this.btnAdd.Name                    = "btnAdd";
     this.btnAdd.Size                    = new System.Drawing.Size(61, 23);
     this.btnAdd.TabIndex                = 17;
     this.btnAdd.Text                    = "添加成员";
     this.btnAdd.UseVisualStyleBackColor = true;
     this.btnAdd.Click                  += new EventHandler(this.btnAdd_Click);
     this.btnDel.Enabled                 = false;
     this.btnDel.ImeMode                 = System.Windows.Forms.ImeMode.NoControl;
     this.btnDel.Location                = new Point(190, 251);
     this.btnDel.Name                    = "btnDel";
     this.btnDel.Size                    = new System.Drawing.Size(61, 23);
     this.btnDel.TabIndex                = 18;
     this.btnDel.Text                    = "删除成员";
     this.btnDel.UseVisualStyleBackColor = true;
     this.btnDel.Click                  += new EventHandler(this.btnDel_Click);
     this.label6.AutoSize                = true;
     this.label6.ImeMode                 = System.Windows.Forms.ImeMode.NoControl;
     this.label6.Location                = new Point(4, 260);
     this.label6.Name                    = "label6";
     this.label6.Size                    = new System.Drawing.Size(65, 12);
     this.label6.TabIndex                = 20;
     this.label6.Text                    = "战盟积分:";
     this.txtScore.IsOnlyNumber          = true;
     this.txtScore.Location              = new Point(70, 256);
     this.txtScore.Name                  = "txtScore";
     this.txtScore.Size                  = new System.Drawing.Size(43, 21);
     this.txtScore.TabIndex              = 54;
     this.btnJS.Enabled                  = false;
     this.btnJS.ImeMode                  = System.Windows.Forms.ImeMode.NoControl;
     this.btnJS.Location                 = new Point(254, 251);
     this.btnJS.Name     = "btnJS";
     this.btnJS.Size     = new System.Drawing.Size(39, 23);
     this.btnJS.TabIndex = 55;
     this.btnJS.Text     = "解散";
     this.btnJS.UseVisualStyleBackColor = true;
     this.btnJS.Click        += new EventHandler(this.btnJS_Click);
     base.AutoScaleDimensions = new SizeF(6f, 12f);
     base.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     base.ClientSize          = new System.Drawing.Size(300, 308);
     base.Controls.Add(this.btnJS);
     base.Controls.Add(this.txtScore);
     base.Controls.Add(this.label6);
     base.Controls.Add(this.btnDel);
     base.Controls.Add(this.btnAdd);
     base.Controls.Add(this.label5);
     base.Controls.Add(this.lstRival);
     base.Controls.Add(this.lstUnion);
     base.Controls.Add(this.label4);
     base.Controls.Add(this.label2);
     base.Controls.Add(this.label1);
     base.Controls.Add(this.label3);
     base.Controls.Add(this.btnOK);
     base.Controls.Add(this.txtNotice);
     base.Controls.Add(this.lbMember);
     base.Controls.Add(this.groupBox1);
     base.Controls.Add(this.cbGuild);
     base.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     base.MaximizeBox     = false;
     base.MinimizeBox     = false;
     base.Name            = "frmGuild";
     base.ShowIcon        = false;
     base.ShowInTaskbar   = false;
     this.Text            = "战盟管理";
     base.TopMost         = true;
     base.FormClosed     += new FormClosedEventHandler(this.frmGuild_FormClosed);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
        private void InitializeComponent()
        {
            this.label3     = new Label();
            this.txtAccount = new MuEditor.TextBox();
            this.label1     = new Label();
            this.txtPwd     = new MuEditor.TextBox();

            this.btnOK     = new Button();
            this.btnClear  = new Button();
            this.btnClose  = new Button();
            this.groupBox1 = new GroupBox();
            this.label2    = new Label();

            this.label7 = new Label();

            this.groupBox1.SuspendLayout();
            base.SuspendLayout();
            this.label3.AutoSize         = true;
            this.label3.ImeMode          = System.Windows.Forms.ImeMode.NoControl;
            this.label3.Location         = new Point(7, 19);
            this.label3.Name             = "label3";
            this.label3.Size             = new System.Drawing.Size(41, 12);
            this.label3.TabIndex         = 1;
            this.label3.Text             = "Account:";
            this.txtAccount.IsOnlyNumber = false;
            this.txtAccount.Location     = new Point(67, 15);
            this.txtAccount.MaxLength    = 15;
            this.txtAccount.Name         = "txtAccount";
            this.txtAccount.Size         = new System.Drawing.Size(108, 21);
            this.txtAccount.TabIndex     = 2;
            this.label1.AutoSize         = true;
            this.label1.ImeMode          = System.Windows.Forms.ImeMode.NoControl;
            this.label1.Location         = new Point(7, 46);
            this.label1.Name             = "label1";
            this.label1.Size             = new System.Drawing.Size(41, 12);
            this.label1.TabIndex         = 3;
            this.label1.Text             = "Password:"******"txtPwd";
            this.txtPwd.Size             = new System.Drawing.Size(108, 21);
            this.txtPwd.TabIndex         = 4;

            this.btnOK.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
            this.btnOK.Location = new Point(9, 143);
            this.btnOK.Name     = "btnOK";
            this.btnOK.Size     = new System.Drawing.Size(51, 21);
            this.btnOK.TabIndex = 10;
            this.btnOK.Text     = "Create";
            this.btnOK.UseVisualStyleBackColor = true;
            this.btnOK.Click      += new EventHandler(this.btnOK_Click);
            this.btnClear.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
            this.btnClear.Location = new Point(67, 143);
            this.btnClear.Name     = "btnClear";
            this.btnClear.Size     = new System.Drawing.Size(51, 21);
            this.btnClear.TabIndex = 11;
            this.btnClear.Text     = "Clear";
            this.btnClear.UseVisualStyleBackColor = true;
            this.btnClear.Click   += new EventHandler(this.btnClear_Click);
            this.btnClose.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
            this.btnClose.Location = new Point(124, 143);
            this.btnClose.Name     = "btnClose";
            this.btnClose.Size     = new System.Drawing.Size(51, 21);
            this.btnClose.TabIndex = 12;
            this.btnClose.Text     = "Close";
            this.btnClose.UseVisualStyleBackColor = true;
            this.btnClose.Click += new EventHandler(this.btnClose_Click);
            this.groupBox1.Controls.Add(this.label2);

            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Controls.Add(this.btnClose);
            this.groupBox1.Controls.Add(this.txtAccount);
            this.groupBox1.Controls.Add(this.btnClear);
            this.groupBox1.Controls.Add(this.txtPwd);

            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Controls.Add(this.btnOK);
            this.groupBox1.Controls.Add(this.label7);

            this.groupBox1.Location = new Point(4, 4);
            this.groupBox1.Name     = "groupBox1";
            this.groupBox1.Size     = new System.Drawing.Size(182, 172);
            this.groupBox1.TabIndex = 67;
            this.groupBox1.TabStop  = false;
            this.groupBox1.Text     = "Account details";
            this.label2.AutoSize    = true;
            this.label2.ImeMode     = System.Windows.Forms.ImeMode.NoControl;
            this.label2.Location    = new Point(7, 97);
            this.label2.Name        = "label2";
            this.label2.Size        = new System.Drawing.Size(41, 12);
            this.label2.TabIndex    = 7;



            base.AutoScaleDimensions = new SizeF(6f, 12f);
            base.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            base.ClientSize          = new System.Drawing.Size(192, 180);
            base.Controls.Add(this.groupBox1);
            base.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            base.MaximizeBox     = false;
            base.MinimizeBox     = false;
            base.Name            = "frmUserAdd";
            base.ShowIcon        = false;
            base.ShowInTaskbar   = false;
            base.StartPosition   = FormStartPosition.CenterParent;
            this.Text            = "Create new account";
            base.FormClosed     += new FormClosedEventHandler(this.frmUserAdd_FormClosed);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            base.ResumeLayout(false);
        }
Exemple #7
0
        private void InitializeComponent()
        {
            this.components             = new System.ComponentModel.Container();
            this.txtAccount             = new MuEditor.TextBox();
            this.cbChoise               = new ComboBox();
            this.groupBox1              = new GroupBox();
            this.cbGM                   = new CheckBox();
            this.cbRed                  = new CheckBox();
            this.cbFilter               = new ComboBox();
            this.cbField                = new ComboBox();
            this.btnSearch              = new Button();
            this.cbOnline               = new CheckBox();
            this.cbEnvelop              = new CheckBox();
            this.gvData                 = new DataGridView();
            this.groupBox2              = new GroupBox();
            this.btnCancel              = new Button();
            this.btnXX                  = new Button();
            this.btnJF                  = new Button();
            this.btnFH                  = new Button();
            this.ccmsMenu               = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.批量封号AToolStripMenuItem = new ToolStripMenuItem();
            this.批量解封DToolStripMenuItem = new ToolStripMenuItem();
            this.批量下线OToolStripMenuItem = new ToolStripMenuItem();
            this.groupBox1.SuspendLayout();
            ((ISupportInitialize)this.gvData).BeginInit();
            this.groupBox2.SuspendLayout();
            this.ccmsMenu.SuspendLayout();
            base.SuspendLayout();
            this.txtAccount.IsOnlyNumber    = false;
            this.txtAccount.Location        = new Point(217, 15);
            this.txtAccount.MaxLength       = 50;
            this.txtAccount.Name            = "txtAccount";
            this.txtAccount.Size            = new System.Drawing.Size(127, 21);
            this.txtAccount.TabIndex        = 0;
            this.txtAccount.KeyPress       += new KeyPressEventHandler(this.txtAccount_KeyPress);
            this.cbChoise.DropDownStyle     = ComboBoxStyle.DropDownList;
            this.cbChoise.FormattingEnabled = true;
            this.cbChoise.Items.AddRange(new object[] { "Account", "Character", "IP" });
            this.cbChoise.Location              = new Point(12, 15);
            this.cbChoise.Name                  = "cbChoise";
            this.cbChoise.Size                  = new System.Drawing.Size(52, 20);
            this.cbChoise.TabIndex              = 1;
            this.cbChoise.SelectedIndexChanged += new EventHandler(this.cbChoise_SelectedIndexChanged);
            this.groupBox1.Controls.Add(this.cbGM);
            this.groupBox1.Controls.Add(this.cbRed);
            this.groupBox1.Controls.Add(this.cbFilter);
            this.groupBox1.Controls.Add(this.cbField);
            this.groupBox1.Controls.Add(this.btnSearch);
            this.groupBox1.Controls.Add(this.cbOnline);
            this.groupBox1.Controls.Add(this.cbEnvelop);
            this.groupBox1.Controls.Add(this.cbChoise);
            this.groupBox1.Controls.Add(this.txtAccount);
            this.groupBox1.Dock                = DockStyle.Top;
            this.groupBox1.Location            = new Point(0, 0);
            this.groupBox1.Name                = "groupBox1";
            this.groupBox1.Size                = new System.Drawing.Size(604, 39);
            this.groupBox1.TabIndex            = 4;
            this.groupBox1.TabStop             = false;
            this.groupBox1.Text                = "Inquire";
            this.cbGM.AutoSize                 = true;
            this.cbGM.ImeMode                  = System.Windows.Forms.ImeMode.NoControl;
            this.cbGM.Location                 = new Point(501, 17);
            this.cbGM.Name                     = "cbGM";
            this.cbGM.Size                     = new System.Drawing.Size(36, 16);
            this.cbGM.TabIndex                 = 12;
            this.cbGM.Text                     = "GM";
            this.cbGM.UseVisualStyleBackColor  = true;
            this.cbRed.AutoSize                = true;
            this.cbRed.ImeMode                 = System.Windows.Forms.ImeMode.NoControl;
            this.cbRed.Location                = new Point(450, 17);
            this.cbRed.Name                    = "cbRed";
            this.cbRed.Size                    = new System.Drawing.Size(48, 16);
            this.cbRed.TabIndex                = 11;
            this.cbRed.Text                    = "Red name";
            this.cbRed.UseVisualStyleBackColor = true;
            this.cbFilter.DropDownStyle        = ComboBoxStyle.DropDownList;
            this.cbFilter.FormattingEnabled    = true;
            this.cbFilter.Items.AddRange(new object[] { "Account", "Character", "IP" });
            this.cbFilter.Location         = new Point(167, 15);
            this.cbFilter.Name             = "cbFilter";
            this.cbFilter.Size             = new System.Drawing.Size(46, 20);
            this.cbFilter.TabIndex         = 10;
            this.cbField.DropDownHeight    = 306;
            this.cbField.DropDownStyle     = ComboBoxStyle.DropDownList;
            this.cbField.FormattingEnabled = true;
            this.cbField.IntegralHeight    = false;
            this.cbField.Items.AddRange(new object[] { "Account", "Character", "IP" });
            this.cbField.Location                   = new Point(69, 15);
            this.cbField.Name                       = "cbField";
            this.cbField.Size                       = new System.Drawing.Size(94, 20);
            this.cbField.TabIndex                   = 9;
            this.cbField.SelectedIndexChanged      += new EventHandler(this.cbField_SelectedIndexChanged);
            this.btnSearch.ImeMode                  = System.Windows.Forms.ImeMode.NoControl;
            this.btnSearch.Location                 = new Point(543, 13);
            this.btnSearch.Name                     = "btnSearch";
            this.btnSearch.Size                     = new System.Drawing.Size(50, 23);
            this.btnSearch.TabIndex                 = 8;
            this.btnSearch.Text                     = "Inquire";
            this.btnSearch.UseVisualStyleBackColor  = true;
            this.btnSearch.Click                   += new EventHandler(this.btnSearch_Click);
            this.cbOnline.AutoSize                  = true;
            this.cbOnline.ImeMode                   = System.Windows.Forms.ImeMode.NoControl;
            this.cbOnline.Location                  = new Point(399, 17);
            this.cbOnline.Name                      = "cbOnline";
            this.cbOnline.Size                      = new System.Drawing.Size(48, 16);
            this.cbOnline.TabIndex                  = 7;
            this.cbOnline.Text                      = "Online";
            this.cbOnline.UseVisualStyleBackColor   = true;
            this.cbEnvelop.AutoSize                 = true;
            this.cbEnvelop.Location                 = new Point(349, 17);
            this.cbEnvelop.Name                     = "cbEnvelop";
            this.cbEnvelop.Size                     = new System.Drawing.Size(48, 16);
            this.cbEnvelop.TabIndex                 = 6;
            this.cbEnvelop.Text                     = "Blocked";
            this.cbEnvelop.UseVisualStyleBackColor  = true;
            this.gvData.AllowUserToAddRows          = false;
            this.gvData.AllowUserToDeleteRows       = false;
            this.gvData.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.gvData.Location                    = new Point(0, 43);
            this.gvData.Name               = "gvData";
            this.gvData.ReadOnly           = true;
            this.gvData.RowHeadersWidth    = 30;
            this.gvData.RowTemplate.Height = 23;
            this.gvData.Size               = new System.Drawing.Size(604, 279);
            this.gvData.TabIndex           = 6;
            this.gvData.CellClick         += new DataGridViewCellEventHandler(this.gvData_CellClick);
            this.gvData.CellDoubleClick   += new DataGridViewCellEventHandler(this.gvData_CellDoubleClick);
            this.gvData.RowPostPaint      += new DataGridViewRowPostPaintEventHandler(this.gvData_RowPostPaint);
            this.groupBox2.Controls.Add(this.btnCancel);
            this.groupBox2.Controls.Add(this.btnXX);
            this.groupBox2.Controls.Add(this.btnJF);
            this.groupBox2.Controls.Add(this.btnFH);
            this.groupBox2.Dock                    = DockStyle.Bottom;
            this.groupBox2.Location                = new Point(0, 328);
            this.groupBox2.Name                    = "groupBox2";
            this.groupBox2.Size                    = new System.Drawing.Size(604, 39);
            this.groupBox2.TabIndex                = 7;
            this.groupBox2.TabStop                 = false;
            this.groupBox2.Text                    = "Operating";
            this.btnCancel.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
            this.btnCancel.Location                = new Point(402, 13);
            this.btnCancel.Name                    = "btnCancel";
            this.btnCancel.Size                    = new System.Drawing.Size(50, 23);
            this.btnCancel.TabIndex                = 35;
            this.btnCancel.Text                    = "Cancel";
            this.btnCancel.UseVisualStyleBackColor = true;
            this.btnCancel.Click                  += new EventHandler(this.btnCancel_Click);
            this.btnXX.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
            this.btnXX.Location = new Point(319, 13);
            this.btnXX.Name     = "btnXX";
            this.btnXX.Size     = new System.Drawing.Size(71, 23);
            this.btnXX.TabIndex = 11;
            this.btnXX.Text     = "Batch offline";
            this.btnXX.UseVisualStyleBackColor = true;
            this.btnXX.Click   += new EventHandler(this.btnXX_Click);
            this.btnJF.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
            this.btnJF.Location = new Point(236, 13);
            this.btnJF.Name     = "btnJF";
            this.btnJF.Size     = new System.Drawing.Size(71, 23);
            this.btnJF.TabIndex = 10;
            this.btnJF.Text     = "Batch unblocking";
            this.btnJF.UseVisualStyleBackColor = true;
            this.btnJF.Click   += new EventHandler(this.btnJF_Click);
            this.btnFH.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
            this.btnFH.Location = new Point(153, 13);
            this.btnFH.Name     = "btnFH";
            this.btnFH.Size     = new System.Drawing.Size(71, 23);
            this.btnFH.TabIndex = 9;
            this.btnFH.Text     = "Bulk title";
            this.btnFH.UseVisualStyleBackColor = true;
            this.btnFH.Click += new EventHandler(this.btnFH_Click);
            ToolStripItemCollection items = this.ccmsMenu.Items;

            ToolStripItem[] toolStripItemArray = new ToolStripItem[] { this.批量封号AToolStripMenuItem, this.批量解封DToolStripMenuItem, this.批量下线OToolStripMenuItem };
            items.AddRange(toolStripItemArray);
            this.ccmsMenu.Name = "ccmsMenu";
            this.ccmsMenu.Size = new System.Drawing.Size(143, 70);
            this.批量封号AToolStripMenuItem.Name   = "批量封号AToolStripMenuItem";
            this.批量封号AToolStripMenuItem.Size   = new System.Drawing.Size(142, 22);
            this.批量封号AToolStripMenuItem.Text   = "批量封号(&B)";
            this.批量封号AToolStripMenuItem.Click += new EventHandler(this.btnFH_Click);
            this.批量解封DToolStripMenuItem.Name   = "批量解封DToolStripMenuItem";
            this.批量解封DToolStripMenuItem.Size   = new System.Drawing.Size(142, 22);
            this.批量解封DToolStripMenuItem.Text   = "批量解封(&D)";
            this.批量解封DToolStripMenuItem.Click += new EventHandler(this.btnJF_Click);
            this.批量下线OToolStripMenuItem.Name   = "批量下线OToolStripMenuItem";
            this.批量下线OToolStripMenuItem.Size   = new System.Drawing.Size(142, 22);
            this.批量下线OToolStripMenuItem.Text   = "批量下线(&O)";
            this.批量下线OToolStripMenuItem.Click += new EventHandler(this.btnXX_Click);
            base.AutoScaleDimensions           = new SizeF(6f, 12f);
            base.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            base.ClientSize    = new System.Drawing.Size(604, 367);
            base.Controls.Add(this.groupBox2);
            base.Controls.Add(this.gvData);
            base.Controls.Add(this.groupBox1);
            base.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            base.IsMdiContainer  = true;
            base.MaximizeBox     = false;
            base.MinimizeBox     = false;
            base.Name            = "frmUser";
            base.ShowIcon        = false;
            base.ShowInTaskbar   = false;
            this.Text            = "People Management";
            base.FormClosed     += new FormClosedEventHandler(this.frmUser_FormClosed);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            ((ISupportInitialize)this.gvData).EndInit();
            this.groupBox2.ResumeLayout(false);
            this.ccmsMenu.ResumeLayout(false);
            base.ResumeLayout(false);
        }