Пример #1
0
        /// <summary>
        /// 设计器支持所需的方法 - 不要修改
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            Client.UI.Contorls.UIToolBarItem uiToolBarItem8 = new Client.UI.Contorls.UIToolBarItem();
            Client.UI.Contorls.UIToolBarItem uiToolBarItem9 = new Client.UI.Contorls.UIToolBarItem();
            Client.UI.Contorls.UIToolBarItem uiToolBarItem10 = new Client.UI.Contorls.UIToolBarItem();
            Client.UI.Contorls.UIToolBarItem uiToolBarItem11 = new Client.UI.Contorls.UIToolBarItem();
            Client.UI.Contorls.UIToolBarItem uiToolBarItem12 = new Client.UI.Contorls.UIToolBarItem();
            Client.UI.Contorls.UIToolBarItem uiToolBarItem13 = new Client.UI.Contorls.UIToolBarItem();
            Client.UI.Contorls.UIToolBarItem uiToolBarItem14 = new Client.UI.Contorls.UIToolBarItem();
            this.tabPageServer = new System.Windows.Forms.TabPage();
            this.MainMenuStrip = new Client.UI.Contorls.UIContextMenuStrip();
            this.添加插件ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.tabControlMenu = new System.Windows.Forms.TabControl();
            this.tabPagePlugins = new System.Windows.Forms.TabPage();
            this.tabPageLog = new System.Windows.Forms.TabPage();
            this.tabPageQuickFixed = new System.Windows.Forms.TabPage();
            this.tabPageCommand = new System.Windows.Forms.TabPage();
            this.tabPageWebsite = new System.Windows.Forms.TabPage();
            this.tabPageVersus = new System.Windows.Forms.TabPage();
            this.uiToolBar1 = new Client.UI.Contorls.UIToolBar();
            this.MainMenuStrip.SuspendLayout();
            this.tabControlMenu.SuspendLayout();
            this.SuspendLayout();
            // 
            // tabPageServer
            // 
            this.tabPageServer.Location = new System.Drawing.Point(4, 22);
            this.tabPageServer.Name = "tabPageServer";
            this.tabPageServer.Padding = new System.Windows.Forms.Padding(3);
            this.tabPageServer.Size = new System.Drawing.Size(1316, 592);
            this.tabPageServer.TabIndex = 0;
            this.tabPageServer.Text = "服务器管理";
            this.tabPageServer.UseVisualStyleBackColor = true;
            // 
            // MainMenuStrip
            // 
            this.MainMenuStrip.Arrow = System.Drawing.Color.Black;
            this.MainMenuStrip.Back = System.Drawing.Color.White;
            this.MainMenuStrip.BackRadius = 4;
            this.MainMenuStrip.Base = System.Drawing.Color.FromArgb(((int)(((byte)(105)))), ((int)(((byte)(200)))), ((int)(((byte)(254)))));
            this.MainMenuStrip.DropDownImageSeparator = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197)))));
            this.MainMenuStrip.Fore = System.Drawing.Color.Black;
            this.MainMenuStrip.HoverFore = System.Drawing.Color.White;
            this.MainMenuStrip.ItemAnamorphosis = true;
            this.MainMenuStrip.ItemBorder = System.Drawing.Color.LightSeaGreen;
            this.MainMenuStrip.ItemBorderShow = true;
            this.MainMenuStrip.ItemHover = System.Drawing.Color.LightSeaGreen;
            this.MainMenuStrip.ItemPressed = System.Drawing.Color.LightSeaGreen;
            this.MainMenuStrip.ItemRadius = 4;
            this.MainMenuStrip.ItemRadiusStyle = Client.UI.Base.Enums.RoundStyle.All;
            this.MainMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.添加插件ToolStripMenuItem});
            this.MainMenuStrip.ItemSplitter = System.Drawing.Color.LightSeaGreen;
            this.MainMenuStrip.Name = "MainMenuStrip";
            this.MainMenuStrip.RadiusStyle = Client.UI.Base.Enums.RoundStyle.All;
            this.MainMenuStrip.Size = new System.Drawing.Size(125, 26);
            this.MainMenuStrip.TitleAnamorphosis = true;
            this.MainMenuStrip.TitleColor = System.Drawing.Color.DarkCyan;
            this.MainMenuStrip.TitleRadius = 4;
            this.MainMenuStrip.TitleRadiusStyle = Client.UI.Base.Enums.RoundStyle.All;
            // 
            // 添加插件ToolStripMenuItem
            // 
            this.添加插件ToolStripMenuItem.Name = "添加插件ToolStripMenuItem";
            this.添加插件ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
            this.添加插件ToolStripMenuItem.Text = "添加插件";
            // 
            // tabControlMenu
            // 
            this.tabControlMenu.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.tabControlMenu.Controls.Add(this.tabPageServer);
            this.tabControlMenu.Controls.Add(this.tabPagePlugins);
            this.tabControlMenu.Controls.Add(this.tabPageLog);
            this.tabControlMenu.Controls.Add(this.tabPageQuickFixed);
            this.tabControlMenu.Controls.Add(this.tabPageCommand);
            this.tabControlMenu.Controls.Add(this.tabPageWebsite);
            this.tabControlMenu.Controls.Add(this.tabPageVersus);
            this.tabControlMenu.Location = new System.Drawing.Point(-3, 90);
            this.tabControlMenu.Name = "tabControlMenu";
            this.tabControlMenu.SelectedIndex = 0;
            this.tabControlMenu.Size = new System.Drawing.Size(1324, 618);
            this.tabControlMenu.TabIndex = 4;
            // 
            // tabPagePlugins
            // 
            this.tabPagePlugins.BackColor = System.Drawing.Color.Transparent;
            this.tabPagePlugins.Location = new System.Drawing.Point(4, 22);
            this.tabPagePlugins.Name = "tabPagePlugins";
            this.tabPagePlugins.Padding = new System.Windows.Forms.Padding(3);
            this.tabPagePlugins.Size = new System.Drawing.Size(1316, 592);
            this.tabPagePlugins.TabIndex = 1;
            this.tabPagePlugins.Text = "插件管理";
            // 
            // tabPageLog
            // 
            this.tabPageLog.Location = new System.Drawing.Point(4, 22);
            this.tabPageLog.Name = "tabPageLog";
            this.tabPageLog.Size = new System.Drawing.Size(1316, 592);
            this.tabPageLog.TabIndex = 2;
            this.tabPageLog.Text = "日志查看";
            this.tabPageLog.UseVisualStyleBackColor = true;
            // 
            // tabPageQuickFixed
            // 
            this.tabPageQuickFixed.Location = new System.Drawing.Point(4, 22);
            this.tabPageQuickFixed.Name = "tabPageQuickFixed";
            this.tabPageQuickFixed.Size = new System.Drawing.Size(1316, 592);
            this.tabPageQuickFixed.TabIndex = 3;
            this.tabPageQuickFixed.Text = "快速维护";
            this.tabPageQuickFixed.UseVisualStyleBackColor = true;
            // 
            // tabPageCommand
            // 
            this.tabPageCommand.Location = new System.Drawing.Point(4, 22);
            this.tabPageCommand.Name = "tabPageCommand";
            this.tabPageCommand.Size = new System.Drawing.Size(1316, 592);
            this.tabPageCommand.TabIndex = 4;
            this.tabPageCommand.Text = "命令控制";
            this.tabPageCommand.UseVisualStyleBackColor = true;
            // 
            // tabPageWebsite
            // 
            this.tabPageWebsite.Location = new System.Drawing.Point(4, 22);
            this.tabPageWebsite.Name = "tabPageWebsite";
            this.tabPageWebsite.Size = new System.Drawing.Size(1316, 592);
            this.tabPageWebsite.TabIndex = 5;
            this.tabPageWebsite.Text = "站点管理";
            this.tabPageWebsite.UseVisualStyleBackColor = true;
            // 
            // tabPageVersus
            // 
            this.tabPageVersus.Location = new System.Drawing.Point(4, 22);
            this.tabPageVersus.Name = "tabPageVersus";
            this.tabPageVersus.Size = new System.Drawing.Size(1316, 592);
            this.tabPageVersus.TabIndex = 6;
            this.tabPageVersus.Text = "赛事相关";
            this.tabPageVersus.UseVisualStyleBackColor = true;
            // 
            // uiToolBar1
            // 
            this.uiToolBar1.BackColor = System.Drawing.Color.Transparent;
            this.uiToolBar1.ForeColor = System.Drawing.Color.Cornsilk;
            uiToolBarItem8.Image = global::Client.Winform.SystemWatcher.Properties.Resources.toolBarServer;
            uiToolBarItem8.Tag = null;
            uiToolBarItem8.Text = "服务器管理";
            uiToolBarItem9.Image = global::Client.Winform.SystemWatcher.Properties.Resources.toolBarPlugins;
            uiToolBarItem9.Tag = null;
            uiToolBarItem9.Text = "插件管理";
            uiToolBarItem10.Image = global::Client.Winform.SystemWatcher.Properties.Resources.toolBarLog;
            uiToolBarItem10.Tag = null;
            uiToolBarItem10.Text = "日志查看";
            uiToolBarItem11.Image = global::Client.Winform.SystemWatcher.Properties.Resources.toolBarQuickFixed;
            uiToolBarItem11.Tag = null;
            uiToolBarItem11.Text = "快速维护";
            uiToolBarItem12.Image = global::Client.Winform.SystemWatcher.Properties.Resources.toolBarCommand;
            uiToolBarItem12.Tag = null;
            uiToolBarItem12.Text = "命令控制";
            uiToolBarItem13.Image = global::Client.Winform.SystemWatcher.Properties.Resources.toolBarWebsites;
            uiToolBarItem13.Tag = null;
            uiToolBarItem13.Text = "站点管理";
            uiToolBarItem14.Image = global::Client.Winform.SystemWatcher.Properties.Resources.toolBarVersus;
            uiToolBarItem14.Tag = null;
            uiToolBarItem14.Text = "赛事相关";
            this.uiToolBar1.Items.Add(uiToolBarItem8);
            this.uiToolBar1.Items.Add(uiToolBarItem9);
            this.uiToolBar1.Items.Add(uiToolBarItem10);
            this.uiToolBar1.Items.Add(uiToolBarItem11);
            this.uiToolBar1.Items.Add(uiToolBarItem12);
            this.uiToolBar1.Items.Add(uiToolBarItem13);
            this.uiToolBar1.Items.Add(uiToolBarItem14);
            this.uiToolBar1.ItemSpace = 5;
            this.uiToolBar1.Location = new System.Drawing.Point(12, 18);
            this.uiToolBar1.Name = "uiToolBar1";
            this.uiToolBar1.Size = new System.Drawing.Size(990, 82);
            this.uiToolBar1.TabIndex = 3;
            this.uiToolBar1.Text = "uiToolBar1";
            // 
            // MainForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.CadetBlue;
            this.ClientSize = new System.Drawing.Size(1318, 727);
            this.Controls.Add(this.tabControlMenu);
            this.Controls.Add(this.uiToolBar1);
            this.Name = "MainForm";
            this.Text = "服务监控";
            this.MainMenuStrip.ResumeLayout(false);
            this.tabControlMenu.ResumeLayout(false);
            this.ResumeLayout(false);

        }
Пример #2
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     Client.UI.Contorls.UIToolBarItem    uiToolBarItem1       = new Client.UI.Contorls.UIToolBarItem();
     Client.UI.Contorls.UIToolBarItem    uiToolBarItem2       = new Client.UI.Contorls.UIToolBarItem();
     Client.UI.Base.Animations.Animation animation1           = new Client.UI.Base.Animations.Animation();
     this.button2         = new System.Windows.Forms.Button();
     this.button1         = new Client.UI.Contorls.UIButton();
     this.uiToolStrip1    = new Client.UI.Contorls.UIToolStrip();
     this.toolServers     = new System.Windows.Forms.ToolStripButton();
     this.toolPlugins     = new System.Windows.Forms.ToolStripButton();
     this.uiToolBar1      = new Client.UI.Contorls.UIToolBar();
     this.imageLabel2     = new Client.UI.Contorls.ImageLabel();
     this.tabControl1     = new System.Windows.Forms.TabControl();
     this.tabPage1        = new System.Windows.Forms.TabPage();
     this.tabPage2        = new System.Windows.Forms.TabPage();
     this.tabControl2     = new System.Windows.Forms.TabControl();
     this.tabPage3        = new System.Windows.Forms.TabPage();
     this.tabPage4        = new System.Windows.Forms.TabPage();
     this.skinTabControl1 = new Client.UI.Contorls.UITabControl();
     this.tabPage5        = new System.Windows.Forms.TabPage();
     this.tabPage6        = new System.Windows.Forms.TabPage();
     this.uiToolStrip1.SuspendLayout();
     this.tabControl1.SuspendLayout();
     this.tabControl2.SuspendLayout();
     this.skinTabControl1.SuspendLayout();
     this.SuspendLayout();
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(118, 181);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(75, 23);
     this.button2.TabIndex = 1;
     this.button2.Text     = "button2";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // button1
     //
     this.button1.BackColor = System.Drawing.Color.Yellow;
     this.button1.Location  = new System.Drawing.Point(36, 221);
     this.button1.Name      = "button1";
     this.button1.Size      = new System.Drawing.Size(30, 30);
     this.button1.TabIndex  = 0;
     this.button1.Text      = "QQ窗体";
     this.button1.Click    += new System.EventHandler(this.button1_Click);
     //
     // uiToolStrip1
     //
     this.uiToolStrip1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.uiToolStrip1.Arrow                      = System.Drawing.Color.Black;
     this.uiToolStrip1.AutoSize                   = false;
     this.uiToolStrip1.Back                       = System.Drawing.Color.White;
     this.uiToolStrip1.BackRadius                 = 4;
     this.uiToolStrip1.BackRectangle              = new System.Drawing.Rectangle(10, 10, 10, 10);
     this.uiToolStrip1.Base                       = System.Drawing.Color.FromArgb(((int)(((byte)(105)))), ((int)(((byte)(200)))), ((int)(((byte)(254)))));
     this.uiToolStrip1.BaseFore                   = System.Drawing.Color.Black;
     this.uiToolStrip1.BaseForeAnamorphosis       = false;
     this.uiToolStrip1.BaseForeAnamorphosisBorder = 4;
     this.uiToolStrip1.BaseForeAnamorphosisColor  = System.Drawing.Color.White;
     this.uiToolStrip1.BaseHoverFore              = System.Drawing.Color.White;
     this.uiToolStrip1.BaseItemAnamorphosis       = true;
     this.uiToolStrip1.BaseItemBorder             = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
     this.uiToolStrip1.BaseItemBorderShow         = true;
     this.uiToolStrip1.BaseItemDown               = null;
     this.uiToolStrip1.BaseItemHover              = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
     this.uiToolStrip1.BaseItemMouse              = null;
     this.uiToolStrip1.BaseItemPressed            = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
     this.uiToolStrip1.BaseItemRadius             = 4;
     this.uiToolStrip1.BaseItemRadiusStyle        = Client.UI.Base.Enums.RoundStyle.All;
     this.uiToolStrip1.BaseItemSplitter           = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
     this.uiToolStrip1.Dock                       = System.Windows.Forms.DockStyle.None;
     this.uiToolStrip1.DropDownImageSeparator     = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197)))));
     this.uiToolStrip1.Fore                       = System.Drawing.Color.Black;
     this.uiToolStrip1.GripMargin                 = new System.Windows.Forms.Padding(2, 2, 4, 2);
     this.uiToolStrip1.GripStyle                  = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.uiToolStrip1.HoverFore                  = System.Drawing.Color.White;
     this.uiToolStrip1.ItemAnamorphosis           = true;
     this.uiToolStrip1.ItemBorder                 = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
     this.uiToolStrip1.ItemBorderShow             = true;
     this.uiToolStrip1.ItemHover                  = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
     this.uiToolStrip1.ItemPressed                = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
     this.uiToolStrip1.ItemRadius                 = 4;
     this.uiToolStrip1.ItemRadiusStyle            = Client.UI.Base.Enums.RoundStyle.All;
     this.uiToolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolServers,
         this.toolPlugins
     });
     this.uiToolStrip1.Location          = new System.Drawing.Point(9, 37);
     this.uiToolStrip1.Name              = "uiToolStrip1";
     this.uiToolStrip1.RadiusStyle       = Client.UI.Base.Enums.RoundStyle.All;
     this.uiToolStrip1.Size              = new System.Drawing.Size(687, 94);
     this.uiToolStrip1.TabIndex          = 3;
     this.uiToolStrip1.Text              = "uiToolStrip1";
     this.uiToolStrip1.TitleAnamorphosis = true;
     this.uiToolStrip1.TitleColor        = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(228)))), ((int)(((byte)(236)))));
     this.uiToolStrip1.TitleRadius       = 4;
     this.uiToolStrip1.TitleRadiusStyle  = Client.UI.Base.Enums.RoundStyle.All;
     //
     // toolServers
     //
     this.toolServers.AutoSize              = false;
     this.toolServers.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolServers.Image                 = ((System.Drawing.Image)(resources.GetObject("toolServers.Image")));
     this.toolServers.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolServers.Name = "toolServers";
     this.toolServers.Size = new System.Drawing.Size(60, 50);
     this.toolServers.Text = "服务器管理";
     //
     // toolPlugins
     //
     this.toolPlugins.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolPlugins.Image                 = ((System.Drawing.Image)(resources.GetObject("toolPlugins.Image")));
     this.toolPlugins.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolPlugins.Name = "toolPlugins";
     this.toolPlugins.Size = new System.Drawing.Size(23, 91);
     this.toolPlugins.Text = "插件管理";
     //
     // uiToolBar1
     //
     this.uiToolBar1.BackColor = System.Drawing.Color.Transparent;
     this.uiToolBar1.ForeColor = System.Drawing.Color.AliceBlue;
     uiToolBarItem1.Image      = global::Simples.Properties.Resources.toolBarServer;
     uiToolBarItem1.Tag        = null;
     uiToolBarItem1.Text       = "服务器管理";
     uiToolBarItem2.Image      = global::Simples.Properties.Resources.toolBarPlugins;
     uiToolBarItem2.Tag        = null;
     uiToolBarItem2.Text       = "插件管理";
     this.uiToolBar1.Items.Add(uiToolBarItem1);
     this.uiToolBar1.Items.Add(uiToolBarItem2);
     this.uiToolBar1.ItemSpace             = 5;
     this.uiToolBar1.Location              = new System.Drawing.Point(12, 278);
     this.uiToolBar1.Name                  = "uiToolBar1";
     this.uiToolBar1.Size                  = new System.Drawing.Size(300, 82);
     this.uiToolBar1.TabIndex              = 4;
     this.uiToolBar1.Text                  = "uiToolBar1";
     this.uiToolBar1.SelectedIndexChanged += new System.EventHandler(this.uiToolBar1_SelectedIndexChanged);
     //
     // imageLabel2
     //
     this.imageLabel2.Icon         = ((System.Drawing.Image)(resources.GetObject("imageLabel2.Icon")));
     this.imageLabel2.IconPosition = new System.Drawing.Rectangle(2, 2, 17, 17);
     this.imageLabel2.Location     = new System.Drawing.Point(179, 161);
     this.imageLabel2.Name         = "imageLabel2";
     this.imageLabel2.Size         = new System.Drawing.Size(122, 23);
     this.imageLabel2.TabIndex     = 2;
     this.imageLabel2.Text         = "imageLabel2";
     this.imageLabel2.TextFont     = new System.Drawing.Font("微软雅黑", 9F);
     //
     // tabControl1
     //
     this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Controls.Add(this.tabPage2);
     this.tabControl1.Location      = new System.Drawing.Point(2, 382);
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size          = new System.Drawing.Size(698, 100);
     this.tabControl1.TabIndex      = 5;
     //
     // tabPage1
     //
     this.tabPage1.Location = new System.Drawing.Point(4, 22);
     this.tabPage1.Name     = "tabPage1";
     this.tabPage1.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage1.Size     = new System.Drawing.Size(690, 74);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text     = "tabPage1";
     this.tabPage1.UseVisualStyleBackColor = true;
     //
     // tabPage2
     //
     this.tabPage2.Location = new System.Drawing.Point(4, 22);
     this.tabPage2.Name     = "tabPage2";
     this.tabPage2.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage2.Size     = new System.Drawing.Size(690, 74);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text     = "tabPage2";
     this.tabPage2.UseVisualStyleBackColor = true;
     //
     // tabControl2
     //
     this.tabControl2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.tabControl2.Controls.Add(this.tabPage3);
     this.tabControl2.Controls.Add(this.tabPage4);
     this.tabControl2.Location      = new System.Drawing.Point(2, 497);
     this.tabControl2.Name          = "tabControl2";
     this.tabControl2.SelectedIndex = 0;
     this.tabControl2.Size          = new System.Drawing.Size(694, 100);
     this.tabControl2.TabIndex      = 6;
     //
     // tabPage3
     //
     this.tabPage3.Location = new System.Drawing.Point(4, 22);
     this.tabPage3.Name     = "tabPage3";
     this.tabPage3.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage3.Size     = new System.Drawing.Size(686, 74);
     this.tabPage3.TabIndex = 0;
     this.tabPage3.Text     = "tabPage3";
     this.tabPage3.UseVisualStyleBackColor = true;
     //
     // tabPage4
     //
     this.tabPage4.Location = new System.Drawing.Point(4, 22);
     this.tabPage4.Name     = "tabPage4";
     this.tabPage4.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage4.Size     = new System.Drawing.Size(686, 74);
     this.tabPage4.TabIndex = 1;
     this.tabPage4.Text     = "tabPage4";
     this.tabPage4.UseVisualStyleBackColor = true;
     //
     // skinTabControl1
     //
     animation1.AnimateOnlyDifferences = false;
     animation1.BlindCoeff             = ((System.Drawing.PointF)(resources.GetObject("animation1.BlindCoeff")));
     animation1.LeafCoeff              = 0F;
     animation1.MaxTime                = 1F;
     animation1.MinTime                = 0F;
     animation1.MosaicCoeff            = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicCoeff")));
     animation1.MosaicShift            = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicShift")));
     animation1.MosaicSize             = 0;
     animation1.Padding                = new System.Windows.Forms.Padding(0, 0, 0, 0);
     animation1.RotateCoeff            = 0F;
     animation1.RotateLimit            = 0F;
     animation1.ScaleCoeff             = ((System.Drawing.PointF)(resources.GetObject("animation1.ScaleCoeff")));
     animation1.SlideCoeff             = ((System.Drawing.PointF)(resources.GetObject("animation1.SlideCoeff")));
     animation1.TimeCoeff              = 2F;
     animation1.TransparencyCoeff      = 0F;
     this.skinTabControl1.Animation    = animation1;
     this.skinTabControl1.AnimatorType = Client.UI.Base.Enums.AnimationType.HorizSlide;
     this.skinTabControl1.CloseRect    = new System.Drawing.Rectangle(2, 2, 12, 12);
     this.skinTabControl1.Controls.Add(this.tabPage5);
     this.skinTabControl1.Controls.Add(this.tabPage6);
     this.skinTabControl1.ItemSize          = new System.Drawing.Size(70, 36);
     this.skinTabControl1.Location          = new System.Drawing.Point(376, 205);
     this.skinTabControl1.Name              = "skinTabControl1";
     this.skinTabControl1.PageArrowDown     = ((System.Drawing.Image)(resources.GetObject("skinTabControl1.PageArrowDown")));
     this.skinTabControl1.PageArrowHover    = ((System.Drawing.Image)(resources.GetObject("skinTabControl1.PageArrowHover")));
     this.skinTabControl1.PageCloseHover    = ((System.Drawing.Image)(resources.GetObject("skinTabControl1.PageCloseHover")));
     this.skinTabControl1.PageCloseNormal   = ((System.Drawing.Image)(resources.GetObject("skinTabControl1.PageCloseNormal")));
     this.skinTabControl1.PageDown          = ((System.Drawing.Image)(resources.GetObject("skinTabControl1.PageDown")));
     this.skinTabControl1.PageHover         = ((System.Drawing.Image)(resources.GetObject("skinTabControl1.PageHover")));
     this.skinTabControl1.PageImagePosition = Client.UI.Contorls.UITabControl.ePageImagePosition.Left;
     this.skinTabControl1.PageNorml         = null;
     this.skinTabControl1.SelectedIndex     = 0;
     this.skinTabControl1.Size              = new System.Drawing.Size(200, 100);
     this.skinTabControl1.SizeMode          = System.Windows.Forms.TabSizeMode.Fixed;
     this.skinTabControl1.TabIndex          = 7;
     //
     // tabPage5
     //
     this.tabPage5.Location = new System.Drawing.Point(0, 36);
     this.tabPage5.Name     = "tabPage5";
     this.tabPage5.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage5.Size     = new System.Drawing.Size(200, 64);
     this.tabPage5.TabIndex = 0;
     this.tabPage5.Text     = "tabPage5";
     this.tabPage5.UseVisualStyleBackColor = true;
     //
     // tabPage6
     //
     this.tabPage6.Location = new System.Drawing.Point(0, 36);
     this.tabPage6.Name     = "tabPage6";
     this.tabPage6.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage6.Size     = new System.Drawing.Size(200, 64);
     this.tabPage6.TabIndex = 1;
     this.tabPage6.Text     = "tabPage6";
     this.tabPage6.UseVisualStyleBackColor = true;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.SystemColors.Highlight;
     this.ClientSize          = new System.Drawing.Size(700, 727);
     this.Controls.Add(this.skinTabControl1);
     this.Controls.Add(this.tabControl2);
     this.Controls.Add(this.tabControl1);
     this.Controls.Add(this.uiToolBar1);
     this.Controls.Add(this.uiToolStrip1);
     this.Controls.Add(this.imageLabel2);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.button1);
     this.Name         = "Form1";
     this.Text         = "Form1";
     this.SizeChanged += new System.EventHandler(this.Form1_SizeChanged);
     this.uiToolStrip1.ResumeLayout(false);
     this.uiToolStrip1.PerformLayout();
     this.tabControl1.ResumeLayout(false);
     this.tabControl2.ResumeLayout(false);
     this.skinTabControl1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Пример #3
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要修改
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     Client.UI.Contorls.UIToolBarItem uiToolBarItem8  = new Client.UI.Contorls.UIToolBarItem();
     Client.UI.Contorls.UIToolBarItem uiToolBarItem9  = new Client.UI.Contorls.UIToolBarItem();
     Client.UI.Contorls.UIToolBarItem uiToolBarItem10 = new Client.UI.Contorls.UIToolBarItem();
     Client.UI.Contorls.UIToolBarItem uiToolBarItem11 = new Client.UI.Contorls.UIToolBarItem();
     Client.UI.Contorls.UIToolBarItem uiToolBarItem12 = new Client.UI.Contorls.UIToolBarItem();
     Client.UI.Contorls.UIToolBarItem uiToolBarItem13 = new Client.UI.Contorls.UIToolBarItem();
     Client.UI.Contorls.UIToolBarItem uiToolBarItem14 = new Client.UI.Contorls.UIToolBarItem();
     this.tabPageServer         = new System.Windows.Forms.TabPage();
     this.MainMenuStrip         = new Client.UI.Contorls.UIContextMenuStrip();
     this.添加插件ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.tabControlMenu        = new System.Windows.Forms.TabControl();
     this.tabPagePlugins        = new System.Windows.Forms.TabPage();
     this.tabPageLog            = new System.Windows.Forms.TabPage();
     this.tabPageQuickFixed     = new System.Windows.Forms.TabPage();
     this.tabPageCommand        = new System.Windows.Forms.TabPage();
     this.tabPageWebsite        = new System.Windows.Forms.TabPage();
     this.tabPageVersus         = new System.Windows.Forms.TabPage();
     this.uiToolBar1            = new Client.UI.Contorls.UIToolBar();
     this.MainMenuStrip.SuspendLayout();
     this.tabControlMenu.SuspendLayout();
     this.SuspendLayout();
     //
     // tabPageServer
     //
     this.tabPageServer.Location = new System.Drawing.Point(4, 22);
     this.tabPageServer.Name     = "tabPageServer";
     this.tabPageServer.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPageServer.Size     = new System.Drawing.Size(1316, 592);
     this.tabPageServer.TabIndex = 0;
     this.tabPageServer.Text     = "服务器管理";
     this.tabPageServer.UseVisualStyleBackColor = true;
     //
     // MainMenuStrip
     //
     this.MainMenuStrip.Arrow                  = System.Drawing.Color.Black;
     this.MainMenuStrip.Back                   = System.Drawing.Color.White;
     this.MainMenuStrip.BackRadius             = 4;
     this.MainMenuStrip.Base                   = System.Drawing.Color.FromArgb(((int)(((byte)(105)))), ((int)(((byte)(200)))), ((int)(((byte)(254)))));
     this.MainMenuStrip.DropDownImageSeparator = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197)))));
     this.MainMenuStrip.Fore                   = System.Drawing.Color.Black;
     this.MainMenuStrip.HoverFore              = System.Drawing.Color.White;
     this.MainMenuStrip.ItemAnamorphosis       = true;
     this.MainMenuStrip.ItemBorder             = System.Drawing.Color.LightSeaGreen;
     this.MainMenuStrip.ItemBorderShow         = true;
     this.MainMenuStrip.ItemHover              = System.Drawing.Color.LightSeaGreen;
     this.MainMenuStrip.ItemPressed            = System.Drawing.Color.LightSeaGreen;
     this.MainMenuStrip.ItemRadius             = 4;
     this.MainMenuStrip.ItemRadiusStyle        = Client.UI.Base.Enums.RoundStyle.All;
     this.MainMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.添加插件ToolStripMenuItem
     });
     this.MainMenuStrip.ItemSplitter      = System.Drawing.Color.LightSeaGreen;
     this.MainMenuStrip.Name              = "MainMenuStrip";
     this.MainMenuStrip.RadiusStyle       = Client.UI.Base.Enums.RoundStyle.All;
     this.MainMenuStrip.Size              = new System.Drawing.Size(125, 26);
     this.MainMenuStrip.TitleAnamorphosis = true;
     this.MainMenuStrip.TitleColor        = System.Drawing.Color.DarkCyan;
     this.MainMenuStrip.TitleRadius       = 4;
     this.MainMenuStrip.TitleRadiusStyle  = Client.UI.Base.Enums.RoundStyle.All;
     //
     // 添加插件ToolStripMenuItem
     //
     this.添加插件ToolStripMenuItem.Name = "添加插件ToolStripMenuItem";
     this.添加插件ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
     this.添加插件ToolStripMenuItem.Text = "添加插件";
     //
     // tabControlMenu
     //
     this.tabControlMenu.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                         | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.tabControlMenu.Controls.Add(this.tabPageServer);
     this.tabControlMenu.Controls.Add(this.tabPagePlugins);
     this.tabControlMenu.Controls.Add(this.tabPageLog);
     this.tabControlMenu.Controls.Add(this.tabPageQuickFixed);
     this.tabControlMenu.Controls.Add(this.tabPageCommand);
     this.tabControlMenu.Controls.Add(this.tabPageWebsite);
     this.tabControlMenu.Controls.Add(this.tabPageVersus);
     this.tabControlMenu.Location      = new System.Drawing.Point(-3, 90);
     this.tabControlMenu.Name          = "tabControlMenu";
     this.tabControlMenu.SelectedIndex = 0;
     this.tabControlMenu.Size          = new System.Drawing.Size(1324, 618);
     this.tabControlMenu.TabIndex      = 4;
     //
     // tabPagePlugins
     //
     this.tabPagePlugins.BackColor = System.Drawing.Color.Transparent;
     this.tabPagePlugins.Location  = new System.Drawing.Point(4, 22);
     this.tabPagePlugins.Name      = "tabPagePlugins";
     this.tabPagePlugins.Padding   = new System.Windows.Forms.Padding(3);
     this.tabPagePlugins.Size      = new System.Drawing.Size(1316, 592);
     this.tabPagePlugins.TabIndex  = 1;
     this.tabPagePlugins.Text      = "插件管理";
     //
     // tabPageLog
     //
     this.tabPageLog.Location = new System.Drawing.Point(4, 22);
     this.tabPageLog.Name     = "tabPageLog";
     this.tabPageLog.Size     = new System.Drawing.Size(1316, 592);
     this.tabPageLog.TabIndex = 2;
     this.tabPageLog.Text     = "日志查看";
     this.tabPageLog.UseVisualStyleBackColor = true;
     //
     // tabPageQuickFixed
     //
     this.tabPageQuickFixed.Location = new System.Drawing.Point(4, 22);
     this.tabPageQuickFixed.Name     = "tabPageQuickFixed";
     this.tabPageQuickFixed.Size     = new System.Drawing.Size(1316, 592);
     this.tabPageQuickFixed.TabIndex = 3;
     this.tabPageQuickFixed.Text     = "快速维护";
     this.tabPageQuickFixed.UseVisualStyleBackColor = true;
     //
     // tabPageCommand
     //
     this.tabPageCommand.Location = new System.Drawing.Point(4, 22);
     this.tabPageCommand.Name     = "tabPageCommand";
     this.tabPageCommand.Size     = new System.Drawing.Size(1316, 592);
     this.tabPageCommand.TabIndex = 4;
     this.tabPageCommand.Text     = "命令控制";
     this.tabPageCommand.UseVisualStyleBackColor = true;
     //
     // tabPageWebsite
     //
     this.tabPageWebsite.Location = new System.Drawing.Point(4, 22);
     this.tabPageWebsite.Name     = "tabPageWebsite";
     this.tabPageWebsite.Size     = new System.Drawing.Size(1316, 592);
     this.tabPageWebsite.TabIndex = 5;
     this.tabPageWebsite.Text     = "站点管理";
     this.tabPageWebsite.UseVisualStyleBackColor = true;
     //
     // tabPageVersus
     //
     this.tabPageVersus.Location = new System.Drawing.Point(4, 22);
     this.tabPageVersus.Name     = "tabPageVersus";
     this.tabPageVersus.Size     = new System.Drawing.Size(1316, 592);
     this.tabPageVersus.TabIndex = 6;
     this.tabPageVersus.Text     = "赛事相关";
     this.tabPageVersus.UseVisualStyleBackColor = true;
     //
     // uiToolBar1
     //
     this.uiToolBar1.BackColor = System.Drawing.Color.Transparent;
     this.uiToolBar1.ForeColor = System.Drawing.Color.Cornsilk;
     uiToolBarItem8.Image      = global::Client.Winform.SystemWatcher.Properties.Resources.toolBarServer;
     uiToolBarItem8.Tag        = null;
     uiToolBarItem8.Text       = "服务器管理";
     uiToolBarItem9.Image      = global::Client.Winform.SystemWatcher.Properties.Resources.toolBarPlugins;
     uiToolBarItem9.Tag        = null;
     uiToolBarItem9.Text       = "插件管理";
     uiToolBarItem10.Image     = global::Client.Winform.SystemWatcher.Properties.Resources.toolBarLog;
     uiToolBarItem10.Tag       = null;
     uiToolBarItem10.Text      = "日志查看";
     uiToolBarItem11.Image     = global::Client.Winform.SystemWatcher.Properties.Resources.toolBarQuickFixed;
     uiToolBarItem11.Tag       = null;
     uiToolBarItem11.Text      = "快速维护";
     uiToolBarItem12.Image     = global::Client.Winform.SystemWatcher.Properties.Resources.toolBarCommand;
     uiToolBarItem12.Tag       = null;
     uiToolBarItem12.Text      = "命令控制";
     uiToolBarItem13.Image     = global::Client.Winform.SystemWatcher.Properties.Resources.toolBarWebsites;
     uiToolBarItem13.Tag       = null;
     uiToolBarItem13.Text      = "站点管理";
     uiToolBarItem14.Image     = global::Client.Winform.SystemWatcher.Properties.Resources.toolBarVersus;
     uiToolBarItem14.Tag       = null;
     uiToolBarItem14.Text      = "赛事相关";
     this.uiToolBar1.Items.Add(uiToolBarItem8);
     this.uiToolBar1.Items.Add(uiToolBarItem9);
     this.uiToolBar1.Items.Add(uiToolBarItem10);
     this.uiToolBar1.Items.Add(uiToolBarItem11);
     this.uiToolBar1.Items.Add(uiToolBarItem12);
     this.uiToolBar1.Items.Add(uiToolBarItem13);
     this.uiToolBar1.Items.Add(uiToolBarItem14);
     this.uiToolBar1.ItemSpace = 5;
     this.uiToolBar1.Location  = new System.Drawing.Point(12, 18);
     this.uiToolBar1.Name      = "uiToolBar1";
     this.uiToolBar1.Size      = new System.Drawing.Size(990, 82);
     this.uiToolBar1.TabIndex  = 3;
     this.uiToolBar1.Text      = "uiToolBar1";
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.CadetBlue;
     this.ClientSize          = new System.Drawing.Size(1318, 727);
     this.Controls.Add(this.tabControlMenu);
     this.Controls.Add(this.uiToolBar1);
     this.Name = "MainForm";
     this.Text = "服务监控";
     this.MainMenuStrip.ResumeLayout(false);
     this.tabControlMenu.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Пример #4
0
        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
            Client.UI.Contorls.UIToolBarItem uiToolBarItem1 = new Client.UI.Contorls.UIToolBarItem();
            Client.UI.Contorls.UIToolBarItem uiToolBarItem2 = new Client.UI.Contorls.UIToolBarItem();
            Client.UI.Base.Animations.Animation animation1 = new Client.UI.Base.Animations.Animation();
            this.button2 = new System.Windows.Forms.Button();
            this.button1 = new Client.UI.Contorls.UIButton();
            this.uiToolStrip1 = new Client.UI.Contorls.UIToolStrip();
            this.toolServers = new System.Windows.Forms.ToolStripButton();
            this.toolPlugins = new System.Windows.Forms.ToolStripButton();
            this.uiToolBar1 = new Client.UI.Contorls.UIToolBar();
            this.imageLabel2 = new Client.UI.Contorls.ImageLabel();
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.tabPage2 = new System.Windows.Forms.TabPage();
            this.tabControl2 = new System.Windows.Forms.TabControl();
            this.tabPage3 = new System.Windows.Forms.TabPage();
            this.tabPage4 = new System.Windows.Forms.TabPage();
            this.skinTabControl1 = new Client.UI.Contorls.UITabControl();
            this.tabPage5 = new System.Windows.Forms.TabPage();
            this.tabPage6 = new System.Windows.Forms.TabPage();
            this.uiToolStrip1.SuspendLayout();
            this.tabControl1.SuspendLayout();
            this.tabControl2.SuspendLayout();
            this.skinTabControl1.SuspendLayout();
            this.SuspendLayout();
            // 
            // button2
            // 
            this.button2.Location = new System.Drawing.Point(118, 181);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(75, 23);
            this.button2.TabIndex = 1;
            this.button2.Text = "button2";
            this.button2.UseVisualStyleBackColor = true;
            this.button2.Click += new System.EventHandler(this.button2_Click);
            // 
            // button1
            // 
            this.button1.BackColor = System.Drawing.Color.Yellow;
            this.button1.Location = new System.Drawing.Point(36, 221);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(30, 30);
            this.button1.TabIndex = 0;
            this.button1.Text = "QQ窗体";
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // uiToolStrip1
            // 
            this.uiToolStrip1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.uiToolStrip1.Arrow = System.Drawing.Color.Black;
            this.uiToolStrip1.AutoSize = false;
            this.uiToolStrip1.Back = System.Drawing.Color.White;
            this.uiToolStrip1.BackRadius = 4;
            this.uiToolStrip1.BackRectangle = new System.Drawing.Rectangle(10, 10, 10, 10);
            this.uiToolStrip1.Base = System.Drawing.Color.FromArgb(((int)(((byte)(105)))), ((int)(((byte)(200)))), ((int)(((byte)(254)))));
            this.uiToolStrip1.BaseFore = System.Drawing.Color.Black;
            this.uiToolStrip1.BaseForeAnamorphosis = false;
            this.uiToolStrip1.BaseForeAnamorphosisBorder = 4;
            this.uiToolStrip1.BaseForeAnamorphosisColor = System.Drawing.Color.White;
            this.uiToolStrip1.BaseHoverFore = System.Drawing.Color.White;
            this.uiToolStrip1.BaseItemAnamorphosis = true;
            this.uiToolStrip1.BaseItemBorder = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
            this.uiToolStrip1.BaseItemBorderShow = true;
            this.uiToolStrip1.BaseItemDown = null;
            this.uiToolStrip1.BaseItemHover = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
            this.uiToolStrip1.BaseItemMouse = null;
            this.uiToolStrip1.BaseItemPressed = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
            this.uiToolStrip1.BaseItemRadius = 4;
            this.uiToolStrip1.BaseItemRadiusStyle = Client.UI.Base.Enums.RoundStyle.All;
            this.uiToolStrip1.BaseItemSplitter = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
            this.uiToolStrip1.Dock = System.Windows.Forms.DockStyle.None;
            this.uiToolStrip1.DropDownImageSeparator = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197)))));
            this.uiToolStrip1.Fore = System.Drawing.Color.Black;
            this.uiToolStrip1.GripMargin = new System.Windows.Forms.Padding(2, 2, 4, 2);
            this.uiToolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.uiToolStrip1.HoverFore = System.Drawing.Color.White;
            this.uiToolStrip1.ItemAnamorphosis = true;
            this.uiToolStrip1.ItemBorder = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
            this.uiToolStrip1.ItemBorderShow = true;
            this.uiToolStrip1.ItemHover = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
            this.uiToolStrip1.ItemPressed = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
            this.uiToolStrip1.ItemRadius = 4;
            this.uiToolStrip1.ItemRadiusStyle = Client.UI.Base.Enums.RoundStyle.All;
            this.uiToolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolServers,
            this.toolPlugins});
            this.uiToolStrip1.Location = new System.Drawing.Point(9, 37);
            this.uiToolStrip1.Name = "uiToolStrip1";
            this.uiToolStrip1.RadiusStyle = Client.UI.Base.Enums.RoundStyle.All;
            this.uiToolStrip1.Size = new System.Drawing.Size(687, 94);
            this.uiToolStrip1.TabIndex = 3;
            this.uiToolStrip1.Text = "uiToolStrip1";
            this.uiToolStrip1.TitleAnamorphosis = true;
            this.uiToolStrip1.TitleColor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(228)))), ((int)(((byte)(236)))));
            this.uiToolStrip1.TitleRadius = 4;
            this.uiToolStrip1.TitleRadiusStyle = Client.UI.Base.Enums.RoundStyle.All;
            // 
            // toolServers
            // 
            this.toolServers.AutoSize = false;
            this.toolServers.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolServers.Image = ((System.Drawing.Image)(resources.GetObject("toolServers.Image")));
            this.toolServers.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolServers.Name = "toolServers";
            this.toolServers.Size = new System.Drawing.Size(60, 50);
            this.toolServers.Text = "服务器管理";
            // 
            // toolPlugins
            // 
            this.toolPlugins.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolPlugins.Image = ((System.Drawing.Image)(resources.GetObject("toolPlugins.Image")));
            this.toolPlugins.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolPlugins.Name = "toolPlugins";
            this.toolPlugins.Size = new System.Drawing.Size(23, 91);
            this.toolPlugins.Text = "插件管理";
            // 
            // uiToolBar1
            // 
            this.uiToolBar1.BackColor = System.Drawing.Color.Transparent;
            this.uiToolBar1.ForeColor = System.Drawing.Color.AliceBlue;
            uiToolBarItem1.Image = global::Simples.Properties.Resources.toolBarServer;
            uiToolBarItem1.Tag = null;
            uiToolBarItem1.Text = "服务器管理";
            uiToolBarItem2.Image = global::Simples.Properties.Resources.toolBarPlugins;
            uiToolBarItem2.Tag = null;
            uiToolBarItem2.Text = "插件管理";
            this.uiToolBar1.Items.Add(uiToolBarItem1);
            this.uiToolBar1.Items.Add(uiToolBarItem2);
            this.uiToolBar1.ItemSpace = 5;
            this.uiToolBar1.Location = new System.Drawing.Point(12, 278);
            this.uiToolBar1.Name = "uiToolBar1";
            this.uiToolBar1.Size = new System.Drawing.Size(300, 82);
            this.uiToolBar1.TabIndex = 4;
            this.uiToolBar1.Text = "uiToolBar1";
            this.uiToolBar1.SelectedIndexChanged += new System.EventHandler(this.uiToolBar1_SelectedIndexChanged);
            // 
            // imageLabel2
            // 
            this.imageLabel2.Icon = ((System.Drawing.Image)(resources.GetObject("imageLabel2.Icon")));
            this.imageLabel2.IconPosition = new System.Drawing.Rectangle(2, 2, 17, 17);
            this.imageLabel2.Location = new System.Drawing.Point(179, 161);
            this.imageLabel2.Name = "imageLabel2";
            this.imageLabel2.Size = new System.Drawing.Size(122, 23);
            this.imageLabel2.TabIndex = 2;
            this.imageLabel2.Text = "imageLabel2";
            this.imageLabel2.TextFont = new System.Drawing.Font("微软雅黑", 9F);
            // 
            // tabControl1
            // 
            this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.tabControl1.Controls.Add(this.tabPage1);
            this.tabControl1.Controls.Add(this.tabPage2);
            this.tabControl1.Location = new System.Drawing.Point(2, 382);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(698, 100);
            this.tabControl1.TabIndex = 5;
            // 
            // tabPage1
            // 
            this.tabPage1.Location = new System.Drawing.Point(4, 22);
            this.tabPage1.Name = "tabPage1";
            this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage1.Size = new System.Drawing.Size(690, 74);
            this.tabPage1.TabIndex = 0;
            this.tabPage1.Text = "tabPage1";
            this.tabPage1.UseVisualStyleBackColor = true;
            // 
            // tabPage2
            // 
            this.tabPage2.Location = new System.Drawing.Point(4, 22);
            this.tabPage2.Name = "tabPage2";
            this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage2.Size = new System.Drawing.Size(690, 74);
            this.tabPage2.TabIndex = 1;
            this.tabPage2.Text = "tabPage2";
            this.tabPage2.UseVisualStyleBackColor = true;
            // 
            // tabControl2
            // 
            this.tabControl2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.tabControl2.Controls.Add(this.tabPage3);
            this.tabControl2.Controls.Add(this.tabPage4);
            this.tabControl2.Location = new System.Drawing.Point(2, 497);
            this.tabControl2.Name = "tabControl2";
            this.tabControl2.SelectedIndex = 0;
            this.tabControl2.Size = new System.Drawing.Size(694, 100);
            this.tabControl2.TabIndex = 6;
            // 
            // tabPage3
            // 
            this.tabPage3.Location = new System.Drawing.Point(4, 22);
            this.tabPage3.Name = "tabPage3";
            this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage3.Size = new System.Drawing.Size(686, 74);
            this.tabPage3.TabIndex = 0;
            this.tabPage3.Text = "tabPage3";
            this.tabPage3.UseVisualStyleBackColor = true;
            // 
            // tabPage4
            // 
            this.tabPage4.Location = new System.Drawing.Point(4, 22);
            this.tabPage4.Name = "tabPage4";
            this.tabPage4.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage4.Size = new System.Drawing.Size(686, 74);
            this.tabPage4.TabIndex = 1;
            this.tabPage4.Text = "tabPage4";
            this.tabPage4.UseVisualStyleBackColor = true;
            // 
            // skinTabControl1
            // 
            animation1.AnimateOnlyDifferences = false;
            animation1.BlindCoeff = ((System.Drawing.PointF)(resources.GetObject("animation1.BlindCoeff")));
            animation1.LeafCoeff = 0F;
            animation1.MaxTime = 1F;
            animation1.MinTime = 0F;
            animation1.MosaicCoeff = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicCoeff")));
            animation1.MosaicShift = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicShift")));
            animation1.MosaicSize = 0;
            animation1.Padding = new System.Windows.Forms.Padding(0, 0, 0, 0);
            animation1.RotateCoeff = 0F;
            animation1.RotateLimit = 0F;
            animation1.ScaleCoeff = ((System.Drawing.PointF)(resources.GetObject("animation1.ScaleCoeff")));
            animation1.SlideCoeff = ((System.Drawing.PointF)(resources.GetObject("animation1.SlideCoeff")));
            animation1.TimeCoeff = 2F;
            animation1.TransparencyCoeff = 0F;
            this.skinTabControl1.Animation = animation1;
            this.skinTabControl1.AnimatorType = Client.UI.Base.Enums.AnimationType.HorizSlide;
            this.skinTabControl1.CloseRect = new System.Drawing.Rectangle(2, 2, 12, 12);
            this.skinTabControl1.Controls.Add(this.tabPage5);
            this.skinTabControl1.Controls.Add(this.tabPage6);
            this.skinTabControl1.ItemSize = new System.Drawing.Size(70, 36);
            this.skinTabControl1.Location = new System.Drawing.Point(376, 205);
            this.skinTabControl1.Name = "skinTabControl1";
            this.skinTabControl1.PageArrowDown = ((System.Drawing.Image)(resources.GetObject("skinTabControl1.PageArrowDown")));
            this.skinTabControl1.PageArrowHover = ((System.Drawing.Image)(resources.GetObject("skinTabControl1.PageArrowHover")));
            this.skinTabControl1.PageCloseHover = ((System.Drawing.Image)(resources.GetObject("skinTabControl1.PageCloseHover")));
            this.skinTabControl1.PageCloseNormal = ((System.Drawing.Image)(resources.GetObject("skinTabControl1.PageCloseNormal")));
            this.skinTabControl1.PageDown = ((System.Drawing.Image)(resources.GetObject("skinTabControl1.PageDown")));
            this.skinTabControl1.PageHover = ((System.Drawing.Image)(resources.GetObject("skinTabControl1.PageHover")));
            this.skinTabControl1.PageImagePosition = Client.UI.Contorls.UITabControl.ePageImagePosition.Left;
            this.skinTabControl1.PageNorml = null;
            this.skinTabControl1.SelectedIndex = 0;
            this.skinTabControl1.Size = new System.Drawing.Size(200, 100);
            this.skinTabControl1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
            this.skinTabControl1.TabIndex = 7;
            // 
            // tabPage5
            // 
            this.tabPage5.Location = new System.Drawing.Point(0, 36);
            this.tabPage5.Name = "tabPage5";
            this.tabPage5.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage5.Size = new System.Drawing.Size(200, 64);
            this.tabPage5.TabIndex = 0;
            this.tabPage5.Text = "tabPage5";
            this.tabPage5.UseVisualStyleBackColor = true;
            // 
            // tabPage6
            // 
            this.tabPage6.Location = new System.Drawing.Point(0, 36);
            this.tabPage6.Name = "tabPage6";
            this.tabPage6.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage6.Size = new System.Drawing.Size(200, 64);
            this.tabPage6.TabIndex = 1;
            this.tabPage6.Text = "tabPage6";
            this.tabPage6.UseVisualStyleBackColor = true;
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.SystemColors.Highlight;
            this.ClientSize = new System.Drawing.Size(700, 727);
            this.Controls.Add(this.skinTabControl1);
            this.Controls.Add(this.tabControl2);
            this.Controls.Add(this.tabControl1);
            this.Controls.Add(this.uiToolBar1);
            this.Controls.Add(this.uiToolStrip1);
            this.Controls.Add(this.imageLabel2);
            this.Controls.Add(this.button2);
            this.Controls.Add(this.button1);
            this.Name = "Form1";
            this.Text = "Form1";
            this.SizeChanged += new System.EventHandler(this.Form1_SizeChanged);
            this.uiToolStrip1.ResumeLayout(false);
            this.uiToolStrip1.PerformLayout();
            this.tabControl1.ResumeLayout(false);
            this.tabControl2.ResumeLayout(false);
            this.skinTabControl1.ResumeLayout(false);
            this.ResumeLayout(false);

        }