/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.chkCommunityRegionInfo = new System.Windows.Forms.CheckBox(); this.cancelButton = new Terrarium.Glass.GlassButton(); this.okButton = new Terrarium.Glass.GlassButton(); this.graphicsButton = new Terrarium.Glass.GlassButton(); this.performanceButton = new Terrarium.Glass.GlassButton(); this.serverButton = new Terrarium.Glass.GlassButton(); this.performancePanel = new Terrarium.Glass.GlassPanel(); this.GlassLabel3 = new Terrarium.Glass.GlassLabel(); this.GlassLabel2 = new Terrarium.Glass.GlassLabel(); this.GlassLabel1 = new Terrarium.Glass.GlassLabel(); this.lblPerformanceDescription = new Terrarium.Glass.GlassLabel(); this.lblPerformanceSlider = new Terrarium.Glass.GlassLabel(); this.tbrPerformanceSlider = new System.Windows.Forms.TrackBar(); this.lblPerformanceSliderResult = new Terrarium.Glass.GlassLabel(); this.lblPerformanceEnableLogging = new Terrarium.Glass.GlassLabel(); this.radPerformanceNoLogging = new System.Windows.Forms.RadioButton(); this.radPerformanceSelectedLogging = new System.Windows.Forms.RadioButton(); this.radPerformanceAllLogging = new System.Windows.Forms.RadioButton(); this.serverPanel = new Terrarium.Glass.GlassPanel(); this.GlassLabel5 = new Terrarium.Glass.GlassLabel(); this.txtPeerChannel = new System.Windows.Forms.TextBox(); this.lblServerDescription = new Terrarium.Glass.GlassLabel(); this.lblServerURI = new Terrarium.Glass.GlassLabel(); this.txtServerURI = new System.Windows.Forms.TextBox(); this.lblServerEnableNat = new Terrarium.Glass.GlassLabel(); this.chkServerEnableNat = new System.Windows.Forms.CheckBox(); this.graphicsPanel = new Terrarium.Glass.GlassPanel(); this.chkStartFullscreen = new System.Windows.Forms.CheckBox(); this.GlassLabel6 = new Terrarium.Glass.GlassLabel(); this.styleComboBox = new System.Windows.Forms.ComboBox(); this.GlassLabel4 = new Terrarium.Glass.GlassLabel(); this.lblGraphicsDescription = new Terrarium.Glass.GlassLabel(); this.chkGraphicsDrawScreen = new System.Windows.Forms.CheckBox(); this.chkGraphicsBoundingBoxes = new System.Windows.Forms.CheckBox(); this.chkGraphicsBackgroundGrid = new System.Windows.Forms.CheckBox(); this.chkGraphicsDestinationLines = new System.Windows.Forms.CheckBox(); this.lblGraphicsDrawScreen = new Terrarium.Glass.GlassLabel(); this.lblGraphicsBoundingBoxes = new Terrarium.Glass.GlassLabel(); this.lblGraphicsBackgroundGrid = new Terrarium.Glass.GlassLabel(); this.lblGraphicsDestinationLines = new Terrarium.Glass.GlassLabel(); this.bottomPanel.SuspendLayout(); this.performancePanel.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.tbrPerformanceSlider)).BeginInit(); this.serverPanel.SuspendLayout(); this.graphicsPanel.SuspendLayout(); this.SuspendLayout(); // // titleBar // this.titleBar.Size = new System.Drawing.Size(409, 32); this.titleBar.Title = "Game Settings"; this.titleBar.CloseClicked += new System.EventHandler(this.Cancel_Click); // // bottomPanel // this.bottomPanel.Controls.Add(this.cancelButton); this.bottomPanel.Controls.Add(this.okButton); this.bottomPanel.Gradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.bottomPanel.Gradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(96)))), ((int)(((byte)(96)))), ((int)(((byte)(96))))); this.bottomPanel.Location = new System.Drawing.Point(0, 374); this.bottomPanel.Size = new System.Drawing.Size(409, 40); // // chkCommunityRegionInfo // this.chkCommunityRegionInfo.Location = new System.Drawing.Point(0, 0); this.chkCommunityRegionInfo.Name = "chkCommunityRegionInfo"; this.chkCommunityRegionInfo.Size = new System.Drawing.Size(104, 24); this.chkCommunityRegionInfo.TabIndex = 0; // // cancelButton // this.cancelButton.BackColor = System.Drawing.Color.Transparent; this.cancelButton.BorderColor = System.Drawing.Color.Black; this.cancelButton.Depth = 3; this.cancelButton.DisabledGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.cancelButton.DisabledGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.cancelButton.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.cancelButton.ForeColor = System.Drawing.Color.White; this.cancelButton.Highlight = false; this.cancelButton.HighlightGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(96)))), ((int)(((byte)(96)))), ((int)(((byte)(96))))); this.cancelButton.HighlightGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))); this.cancelButton.HoverGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(0))))); this.cancelButton.HoverGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(216)))), ((int)(((byte)(0))))); this.cancelButton.IsGlass = true; this.cancelButton.Location = new System.Drawing.Point(322, 2); this.cancelButton.Name = "cancelButton"; this.cancelButton.NormalGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.cancelButton.NormalGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(96)))), ((int)(((byte)(96)))), ((int)(((byte)(96))))); this.cancelButton.PressedGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(216)))), ((int)(((byte)(0))))); this.cancelButton.PressedGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(0))))); this.cancelButton.Size = new System.Drawing.Size(75, 36); this.cancelButton.TabIndex = 19; this.cancelButton.TabStop = false; this.cancelButton.Text = "Cancel"; this.cancelButton.UseStyles = true; this.cancelButton.UseVisualStyleBackColor = false; this.cancelButton.Click += new System.EventHandler(this.Cancel_Click); // // okButton // this.okButton.BackColor = System.Drawing.Color.Transparent; this.okButton.BorderColor = System.Drawing.Color.Black; this.okButton.Depth = 3; this.okButton.DisabledGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.okButton.DisabledGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.okButton.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.okButton.ForeColor = System.Drawing.Color.White; this.okButton.Highlight = false; this.okButton.HighlightGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(96)))), ((int)(((byte)(96)))), ((int)(((byte)(96))))); this.okButton.HighlightGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))); this.okButton.HoverGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(0))))); this.okButton.HoverGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(216)))), ((int)(((byte)(0))))); this.okButton.IsGlass = true; this.okButton.Location = new System.Drawing.Point(241, 2); this.okButton.Name = "okButton"; this.okButton.NormalGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.okButton.NormalGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(96)))), ((int)(((byte)(96)))), ((int)(((byte)(96))))); this.okButton.PressedGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(216)))), ((int)(((byte)(0))))); this.okButton.PressedGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(0))))); this.okButton.Size = new System.Drawing.Size(75, 36); this.okButton.TabIndex = 18; this.okButton.TabStop = false; this.okButton.Text = "OK"; this.okButton.UseStyles = true; this.okButton.UseVisualStyleBackColor = false; this.okButton.Click += new System.EventHandler(this.OK_Click); // // graphicsButton // this.graphicsButton.BackColor = System.Drawing.Color.Transparent; this.graphicsButton.BorderColor = System.Drawing.Color.Black; this.graphicsButton.Depth = 3; this.graphicsButton.DisabledGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.graphicsButton.DisabledGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.graphicsButton.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.graphicsButton.ForeColor = System.Drawing.Color.White; this.graphicsButton.Highlight = false; this.graphicsButton.HighlightGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(96)))), ((int)(((byte)(96)))), ((int)(((byte)(96))))); this.graphicsButton.HighlightGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))); this.graphicsButton.HoverGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(0))))); this.graphicsButton.HoverGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(216)))), ((int)(((byte)(0))))); this.graphicsButton.IsGlass = true; this.graphicsButton.Location = new System.Drawing.Point(91, 63); this.graphicsButton.Name = "graphicsButton"; this.graphicsButton.NormalGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.graphicsButton.NormalGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(96)))), ((int)(((byte)(96)))), ((int)(((byte)(96))))); this.graphicsButton.PressedGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(216)))), ((int)(((byte)(0))))); this.graphicsButton.PressedGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(0))))); this.graphicsButton.Size = new System.Drawing.Size(90, 52); this.graphicsButton.TabIndex = 21; this.graphicsButton.TabStop = false; this.graphicsButton.Text = "Graphics"; this.graphicsButton.TextAlign = System.Drawing.ContentAlignment.TopCenter; this.graphicsButton.UseStyles = true; this.graphicsButton.UseVisualStyleBackColor = false; this.graphicsButton.Click += new System.EventHandler(this.graphicsButton_Click); // // performanceButton // this.performanceButton.BackColor = System.Drawing.Color.Transparent; this.performanceButton.BorderColor = System.Drawing.Color.Black; this.performanceButton.Depth = 3; this.performanceButton.DisabledGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.performanceButton.DisabledGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.performanceButton.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.performanceButton.ForeColor = System.Drawing.Color.White; this.performanceButton.Highlight = false; this.performanceButton.HighlightGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(96)))), ((int)(((byte)(96)))), ((int)(((byte)(96))))); this.performanceButton.HighlightGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))); this.performanceButton.HoverGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(0))))); this.performanceButton.HoverGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(216)))), ((int)(((byte)(0))))); this.performanceButton.IsGlass = true; this.performanceButton.Location = new System.Drawing.Point(183, 63); this.performanceButton.Name = "performanceButton"; this.performanceButton.NormalGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.performanceButton.NormalGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(96)))), ((int)(((byte)(96)))), ((int)(((byte)(96))))); this.performanceButton.PressedGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(216)))), ((int)(((byte)(0))))); this.performanceButton.PressedGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(0))))); this.performanceButton.Size = new System.Drawing.Size(118, 52); this.performanceButton.TabIndex = 22; this.performanceButton.TabStop = false; this.performanceButton.Text = "Performance"; this.performanceButton.TextAlign = System.Drawing.ContentAlignment.TopCenter; this.performanceButton.UseStyles = true; this.performanceButton.UseVisualStyleBackColor = false; this.performanceButton.Click += new System.EventHandler(this.performanceButton_Click); // // serverButton // this.serverButton.BackColor = System.Drawing.Color.Transparent; this.serverButton.BorderColor = System.Drawing.Color.Black; this.serverButton.Depth = 3; this.serverButton.DisabledGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.serverButton.DisabledGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.serverButton.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.serverButton.ForeColor = System.Drawing.Color.White; this.serverButton.Highlight = false; this.serverButton.HighlightGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(96)))), ((int)(((byte)(96)))), ((int)(((byte)(96))))); this.serverButton.HighlightGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))); this.serverButton.HoverGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(0))))); this.serverButton.HoverGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(216)))), ((int)(((byte)(0))))); this.serverButton.IsGlass = true; this.serverButton.Location = new System.Drawing.Point(13, 63); this.serverButton.Name = "serverButton"; this.serverButton.NormalGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.serverButton.NormalGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(96)))), ((int)(((byte)(96)))), ((int)(((byte)(96))))); this.serverButton.PressedGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(216)))), ((int)(((byte)(0))))); this.serverButton.PressedGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(0))))); this.serverButton.Size = new System.Drawing.Size(76, 52); this.serverButton.TabIndex = 23; this.serverButton.TabStop = false; this.serverButton.Text = "Server"; this.serverButton.TextAlign = System.Drawing.ContentAlignment.TopCenter; this.serverButton.UseStyles = true; this.serverButton.UseVisualStyleBackColor = false; this.serverButton.Click += new System.EventHandler(this.serverButton_Click); // // performancePanel // this.performancePanel.Borders = ((Terrarium.Glass.GlassBorders)((((Terrarium.Glass.GlassBorders.Left | Terrarium.Glass.GlassBorders.Top) | Terrarium.Glass.GlassBorders.Right) | Terrarium.Glass.GlassBorders.Bottom))); this.performancePanel.Controls.Add(this.GlassLabel3); this.performancePanel.Controls.Add(this.GlassLabel2); this.performancePanel.Controls.Add(this.GlassLabel1); this.performancePanel.Controls.Add(this.lblPerformanceDescription); this.performancePanel.Controls.Add(this.lblPerformanceSlider); this.performancePanel.Controls.Add(this.tbrPerformanceSlider); this.performancePanel.Controls.Add(this.lblPerformanceSliderResult); this.performancePanel.Controls.Add(this.lblPerformanceEnableLogging); this.performancePanel.Controls.Add(this.radPerformanceNoLogging); this.performancePanel.Controls.Add(this.radPerformanceSelectedLogging); this.performancePanel.Controls.Add(this.radPerformanceAllLogging); this.performancePanel.Gradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.performancePanel.Gradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(96)))), ((int)(((byte)(96)))), ((int)(((byte)(96))))); this.performancePanel.IsGlass = true; this.performancePanel.IsSunk = false; this.performancePanel.Location = new System.Drawing.Point(13, 87); this.performancePanel.Name = "performancePanel"; this.performancePanel.Size = new System.Drawing.Size(384, 272); this.performancePanel.TabIndex = 27; this.performancePanel.UseStyles = true; // // GlassLabel3 // this.GlassLabel3.AutoSize = true; this.GlassLabel3.BackColor = System.Drawing.Color.Transparent; this.GlassLabel3.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.GlassLabel3.ForeColor = System.Drawing.Color.White; this.GlassLabel3.Location = new System.Drawing.Point(96, 240); this.GlassLabel3.Name = "GlassLabel3"; this.GlassLabel3.NoWrap = false; this.GlassLabel3.Size = new System.Drawing.Size(28, 12); this.GlassLabel3.TabIndex = 24; this.GlassLabel3.Text = "None"; this.GlassLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // GlassLabel2 // this.GlassLabel2.AutoSize = true; this.GlassLabel2.BackColor = System.Drawing.Color.Transparent; this.GlassLabel2.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.GlassLabel2.ForeColor = System.Drawing.Color.White; this.GlassLabel2.Location = new System.Drawing.Point(160, 240); this.GlassLabel2.Name = "GlassLabel2"; this.GlassLabel2.NoWrap = false; this.GlassLabel2.Size = new System.Drawing.Size(72, 12); this.GlassLabel2.TabIndex = 23; this.GlassLabel2.Text = "Selected Only"; this.GlassLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // GlassLabel1 // this.GlassLabel1.AutoSize = true; this.GlassLabel1.BackColor = System.Drawing.Color.Transparent; this.GlassLabel1.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.GlassLabel1.ForeColor = System.Drawing.Color.White; this.GlassLabel1.Location = new System.Drawing.Point(264, 240); this.GlassLabel1.Name = "GlassLabel1"; this.GlassLabel1.NoWrap = false; this.GlassLabel1.Size = new System.Drawing.Size(21, 12); this.GlassLabel1.TabIndex = 22; this.GlassLabel1.Text = "Full"; this.GlassLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // lblPerformanceDescription // this.lblPerformanceDescription.BackColor = System.Drawing.Color.Transparent; this.lblPerformanceDescription.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblPerformanceDescription.ForeColor = System.Drawing.Color.White; this.lblPerformanceDescription.Location = new System.Drawing.Point(16, 16); this.lblPerformanceDescription.Name = "lblPerformanceDescription"; this.lblPerformanceDescription.NoWrap = false; this.lblPerformanceDescription.Size = new System.Drawing.Size(360, 72); this.lblPerformanceDescription.TabIndex = 16; this.lblPerformanceDescription.Text = "Settings here allow you to affect how the terrarium performs on your machine. No" + "te some settings may be useful for debugging, but may affect performance."; // // lblPerformanceSlider // this.lblPerformanceSlider.BackColor = System.Drawing.Color.Transparent; this.lblPerformanceSlider.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblPerformanceSlider.ForeColor = System.Drawing.Color.White; this.lblPerformanceSlider.Location = new System.Drawing.Point(8, 104); this.lblPerformanceSlider.Name = "lblPerformanceSlider"; this.lblPerformanceSlider.NoWrap = false; this.lblPerformanceSlider.Size = new System.Drawing.Size(368, 16); this.lblPerformanceSlider.TabIndex = 15; this.lblPerformanceSlider.Text = "World Size (Min 25%, Max 400%):"; this.lblPerformanceSlider.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // tbrPerformanceSlider // this.tbrPerformanceSlider.BackColor = System.Drawing.Color.Gray; this.tbrPerformanceSlider.LargeChange = 10; this.tbrPerformanceSlider.Location = new System.Drawing.Point(56, 120); this.tbrPerformanceSlider.Maximum = 400; this.tbrPerformanceSlider.Minimum = 25; this.tbrPerformanceSlider.Name = "tbrPerformanceSlider"; this.tbrPerformanceSlider.Size = new System.Drawing.Size(272, 45); this.tbrPerformanceSlider.TabIndex = 17; this.tbrPerformanceSlider.TickFrequency = 10; this.tbrPerformanceSlider.Value = 100; this.tbrPerformanceSlider.ValueChanged += new System.EventHandler(this.PerformanceSlider_ValueChanged); // // lblPerformanceSliderResult // this.lblPerformanceSliderResult.BackColor = System.Drawing.Color.Transparent; this.lblPerformanceSliderResult.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblPerformanceSliderResult.ForeColor = System.Drawing.Color.White; this.lblPerformanceSliderResult.Location = new System.Drawing.Point(8, 168); this.lblPerformanceSliderResult.Name = "lblPerformanceSliderResult"; this.lblPerformanceSliderResult.NoWrap = false; this.lblPerformanceSliderResult.Size = new System.Drawing.Size(368, 16); this.lblPerformanceSliderResult.TabIndex = 14; this.lblPerformanceSliderResult.Text = "Current: 100%"; this.lblPerformanceSliderResult.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // lblPerformanceEnableLogging // this.lblPerformanceEnableLogging.BackColor = System.Drawing.Color.Transparent; this.lblPerformanceEnableLogging.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblPerformanceEnableLogging.ForeColor = System.Drawing.Color.White; this.lblPerformanceEnableLogging.Location = new System.Drawing.Point(8, 208); this.lblPerformanceEnableLogging.Name = "lblPerformanceEnableLogging"; this.lblPerformanceEnableLogging.NoWrap = false; this.lblPerformanceEnableLogging.Size = new System.Drawing.Size(368, 16); this.lblPerformanceEnableLogging.TabIndex = 18; this.lblPerformanceEnableLogging.Text = "Enable Animal Trace Logging for use with DBMon:"; this.lblPerformanceEnableLogging.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // radPerformanceNoLogging // this.radPerformanceNoLogging.BackColor = System.Drawing.Color.Transparent; this.radPerformanceNoLogging.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.radPerformanceNoLogging.ForeColor = System.Drawing.Color.White; this.radPerformanceNoLogging.Location = new System.Drawing.Point(80, 240); this.radPerformanceNoLogging.Name = "radPerformanceNoLogging"; this.radPerformanceNoLogging.Size = new System.Drawing.Size(12, 12); this.radPerformanceNoLogging.TabIndex = 19; this.radPerformanceNoLogging.TextAlign = System.Drawing.ContentAlignment.TopLeft; this.radPerformanceNoLogging.UseVisualStyleBackColor = false; // // radPerformanceSelectedLogging // this.radPerformanceSelectedLogging.BackColor = System.Drawing.Color.Transparent; this.radPerformanceSelectedLogging.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.radPerformanceSelectedLogging.ForeColor = System.Drawing.Color.White; this.radPerformanceSelectedLogging.Location = new System.Drawing.Point(144, 240); this.radPerformanceSelectedLogging.Name = "radPerformanceSelectedLogging"; this.radPerformanceSelectedLogging.Size = new System.Drawing.Size(12, 12); this.radPerformanceSelectedLogging.TabIndex = 20; this.radPerformanceSelectedLogging.TextAlign = System.Drawing.ContentAlignment.TopLeft; this.radPerformanceSelectedLogging.UseVisualStyleBackColor = false; // // radPerformanceAllLogging // this.radPerformanceAllLogging.BackColor = System.Drawing.Color.Transparent; this.radPerformanceAllLogging.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.radPerformanceAllLogging.ForeColor = System.Drawing.Color.White; this.radPerformanceAllLogging.Location = new System.Drawing.Point(248, 240); this.radPerformanceAllLogging.Name = "radPerformanceAllLogging"; this.radPerformanceAllLogging.Size = new System.Drawing.Size(12, 12); this.radPerformanceAllLogging.TabIndex = 21; this.radPerformanceAllLogging.TextAlign = System.Drawing.ContentAlignment.TopLeft; this.radPerformanceAllLogging.UseVisualStyleBackColor = false; // // serverPanel // this.serverPanel.Borders = ((Terrarium.Glass.GlassBorders)((((Terrarium.Glass.GlassBorders.Left | Terrarium.Glass.GlassBorders.Top) | Terrarium.Glass.GlassBorders.Right) | Terrarium.Glass.GlassBorders.Bottom))); this.serverPanel.Controls.Add(this.GlassLabel5); this.serverPanel.Controls.Add(this.txtPeerChannel); this.serverPanel.Controls.Add(this.lblServerDescription); this.serverPanel.Controls.Add(this.lblServerURI); this.serverPanel.Controls.Add(this.txtServerURI); this.serverPanel.Controls.Add(this.lblServerEnableNat); this.serverPanel.Controls.Add(this.chkServerEnableNat); this.serverPanel.Gradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.serverPanel.Gradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(96)))), ((int)(((byte)(96)))), ((int)(((byte)(96))))); this.serverPanel.IsGlass = true; this.serverPanel.IsSunk = false; this.serverPanel.Location = new System.Drawing.Point(13, 87); this.serverPanel.Name = "serverPanel"; this.serverPanel.Size = new System.Drawing.Size(384, 272); this.serverPanel.TabIndex = 29; this.serverPanel.UseStyles = true; // // GlassLabel5 // this.GlassLabel5.BackColor = System.Drawing.Color.Transparent; this.GlassLabel5.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.GlassLabel5.ForeColor = System.Drawing.Color.White; this.GlassLabel5.Location = new System.Drawing.Point(8, 161); this.GlassLabel5.Name = "GlassLabel5"; this.GlassLabel5.NoWrap = false; this.GlassLabel5.Size = new System.Drawing.Size(104, 16); this.GlassLabel5.TabIndex = 14; this.GlassLabel5.Text = "Peer Channel:"; this.GlassLabel5.TextAlign = System.Drawing.ContentAlignment.TopRight; // // txtPeerChannel // this.txtPeerChannel.BackColor = System.Drawing.SystemColors.Window; this.txtPeerChannel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtPeerChannel.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtPeerChannel.ForeColor = System.Drawing.SystemColors.ControlText; this.txtPeerChannel.Location = new System.Drawing.Point(112, 160); this.txtPeerChannel.Name = "txtPeerChannel"; this.txtPeerChannel.Size = new System.Drawing.Size(240, 18); this.txtPeerChannel.TabIndex = 15; // // lblServerDescription // this.lblServerDescription.BackColor = System.Drawing.Color.Transparent; this.lblServerDescription.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblServerDescription.ForeColor = System.Drawing.Color.White; this.lblServerDescription.Location = new System.Drawing.Point(16, 16); this.lblServerDescription.Name = "lblServerDescription"; this.lblServerDescription.NoWrap = false; this.lblServerDescription.Size = new System.Drawing.Size(360, 80); this.lblServerDescription.TabIndex = 10; this.lblServerDescription.Text = "The Terrarium gaming client can be pointed at an alternate Terrarium server. Fee" + "l free to change your game to another server."; // // lblServerURI // this.lblServerURI.BackColor = System.Drawing.Color.Transparent; this.lblServerURI.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblServerURI.ForeColor = System.Drawing.Color.White; this.lblServerURI.Location = new System.Drawing.Point(6, 129); this.lblServerURI.Name = "lblServerURI"; this.lblServerURI.NoWrap = false; this.lblServerURI.Size = new System.Drawing.Size(104, 16); this.lblServerURI.TabIndex = 9; this.lblServerURI.Text = "Server URL:"; this.lblServerURI.TextAlign = System.Drawing.ContentAlignment.TopRight; // // txtServerURI // this.txtServerURI.BackColor = System.Drawing.SystemColors.Window; this.txtServerURI.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtServerURI.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtServerURI.ForeColor = System.Drawing.SystemColors.ControlText; this.txtServerURI.Location = new System.Drawing.Point(112, 128); this.txtServerURI.Name = "txtServerURI"; this.txtServerURI.Size = new System.Drawing.Size(240, 18); this.txtServerURI.TabIndex = 11; // // lblServerEnableNat // this.lblServerEnableNat.BackColor = System.Drawing.Color.Transparent; this.lblServerEnableNat.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblServerEnableNat.ForeColor = System.Drawing.Color.White; this.lblServerEnableNat.Location = new System.Drawing.Point(104, 208); this.lblServerEnableNat.Name = "lblServerEnableNat"; this.lblServerEnableNat.NoWrap = false; this.lblServerEnableNat.Size = new System.Drawing.Size(160, 16); this.lblServerEnableNat.TabIndex = 12; this.lblServerEnableNat.Text = "Enable Nat/Firewall Support"; this.lblServerEnableNat.TextAlign = System.Drawing.ContentAlignment.TopRight; // // chkServerEnableNat // this.chkServerEnableNat.BackColor = System.Drawing.Color.Transparent; this.chkServerEnableNat.CheckAlign = System.Drawing.ContentAlignment.MiddleCenter; this.chkServerEnableNat.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.chkServerEnableNat.ForeColor = System.Drawing.SystemColors.ControlText; this.chkServerEnableNat.Location = new System.Drawing.Point(264, 208); this.chkServerEnableNat.Name = "chkServerEnableNat"; this.chkServerEnableNat.Size = new System.Drawing.Size(13, 13); this.chkServerEnableNat.TabIndex = 13; this.chkServerEnableNat.UseVisualStyleBackColor = false; // // graphicsPanel // this.graphicsPanel.Borders = ((Terrarium.Glass.GlassBorders)((((Terrarium.Glass.GlassBorders.Left | Terrarium.Glass.GlassBorders.Top) | Terrarium.Glass.GlassBorders.Right) | Terrarium.Glass.GlassBorders.Bottom))); this.graphicsPanel.Controls.Add(this.chkStartFullscreen); this.graphicsPanel.Controls.Add(this.GlassLabel6); this.graphicsPanel.Controls.Add(this.styleComboBox); this.graphicsPanel.Controls.Add(this.GlassLabel4); this.graphicsPanel.Controls.Add(this.lblGraphicsDescription); this.graphicsPanel.Controls.Add(this.chkGraphicsDrawScreen); this.graphicsPanel.Controls.Add(this.chkGraphicsBoundingBoxes); this.graphicsPanel.Controls.Add(this.chkGraphicsBackgroundGrid); this.graphicsPanel.Controls.Add(this.chkGraphicsDestinationLines); this.graphicsPanel.Controls.Add(this.lblGraphicsDrawScreen); this.graphicsPanel.Controls.Add(this.lblGraphicsBoundingBoxes); this.graphicsPanel.Controls.Add(this.lblGraphicsBackgroundGrid); this.graphicsPanel.Controls.Add(this.lblGraphicsDestinationLines); this.graphicsPanel.Gradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.graphicsPanel.Gradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(96)))), ((int)(((byte)(96)))), ((int)(((byte)(96))))); this.graphicsPanel.IsGlass = true; this.graphicsPanel.IsSunk = false; this.graphicsPanel.Location = new System.Drawing.Point(13, 87); this.graphicsPanel.Name = "graphicsPanel"; this.graphicsPanel.Size = new System.Drawing.Size(384, 272); this.graphicsPanel.TabIndex = 30; this.graphicsPanel.UseStyles = true; // // chkStartFullscreen // this.chkStartFullscreen.BackColor = System.Drawing.Color.Transparent; this.chkStartFullscreen.CheckAlign = System.Drawing.ContentAlignment.MiddleCenter; this.chkStartFullscreen.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.chkStartFullscreen.Location = new System.Drawing.Point(248, 144); this.chkStartFullscreen.Name = "chkStartFullscreen"; this.chkStartFullscreen.Size = new System.Drawing.Size(13, 13); this.chkStartFullscreen.TabIndex = 31; this.chkStartFullscreen.TextAlign = System.Drawing.ContentAlignment.TopRight; this.chkStartFullscreen.UseVisualStyleBackColor = false; // // GlassLabel6 // this.GlassLabel6.BackColor = System.Drawing.Color.Transparent; this.GlassLabel6.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.GlassLabel6.ForeColor = System.Drawing.Color.White; this.GlassLabel6.Location = new System.Drawing.Point(16, 142); this.GlassLabel6.Name = "GlassLabel6"; this.GlassLabel6.NoWrap = false; this.GlassLabel6.Size = new System.Drawing.Size(234, 16); this.GlassLabel6.TabIndex = 30; this.GlassLabel6.Text = "Fullscreen on Start"; this.GlassLabel6.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // styleComboBox // this.styleComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.styleComboBox.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.styleComboBox.FormattingEnabled = true; this.styleComboBox.Location = new System.Drawing.Point(112, 112); this.styleComboBox.Name = "styleComboBox"; this.styleComboBox.Size = new System.Drawing.Size(216, 20); this.styleComboBox.TabIndex = 29; // // GlassLabel4 // this.GlassLabel4.BackColor = System.Drawing.Color.Transparent; this.GlassLabel4.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.GlassLabel4.ForeColor = System.Drawing.Color.White; this.GlassLabel4.Location = new System.Drawing.Point(16, 112); this.GlassLabel4.Name = "GlassLabel4"; this.GlassLabel4.NoWrap = false; this.GlassLabel4.Size = new System.Drawing.Size(88, 24); this.GlassLabel4.TabIndex = 27; this.GlassLabel4.Text = "Style:"; this.GlassLabel4.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // lblGraphicsDescription // this.lblGraphicsDescription.BackColor = System.Drawing.Color.Transparent; this.lblGraphicsDescription.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblGraphicsDescription.ForeColor = System.Drawing.Color.White; this.lblGraphicsDescription.Location = new System.Drawing.Point(16, 16); this.lblGraphicsDescription.Name = "lblGraphicsDescription"; this.lblGraphicsDescription.NoWrap = false; this.lblGraphicsDescription.Size = new System.Drawing.Size(360, 80); this.lblGraphicsDescription.TabIndex = 18; this.lblGraphicsDescription.Text = "These settings affect the graphic display of the Terrarium. Note some settings m" + "ay be useful for debugging, but may affect Graphics performance."; // // chkGraphicsDrawScreen // this.chkGraphicsDrawScreen.BackColor = System.Drawing.Color.Transparent; this.chkGraphicsDrawScreen.CheckAlign = System.Drawing.ContentAlignment.MiddleCenter; this.chkGraphicsDrawScreen.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.chkGraphicsDrawScreen.Location = new System.Drawing.Point(248, 168); this.chkGraphicsDrawScreen.Name = "chkGraphicsDrawScreen"; this.chkGraphicsDrawScreen.Size = new System.Drawing.Size(13, 13); this.chkGraphicsDrawScreen.TabIndex = 20; this.chkGraphicsDrawScreen.TextAlign = System.Drawing.ContentAlignment.TopRight; this.chkGraphicsDrawScreen.UseVisualStyleBackColor = false; // // chkGraphicsBoundingBoxes // this.chkGraphicsBoundingBoxes.BackColor = System.Drawing.Color.Transparent; this.chkGraphicsBoundingBoxes.CheckAlign = System.Drawing.ContentAlignment.MiddleCenter; this.chkGraphicsBoundingBoxes.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.chkGraphicsBoundingBoxes.Location = new System.Drawing.Point(248, 192); this.chkGraphicsBoundingBoxes.Name = "chkGraphicsBoundingBoxes"; this.chkGraphicsBoundingBoxes.Size = new System.Drawing.Size(13, 13); this.chkGraphicsBoundingBoxes.TabIndex = 22; this.chkGraphicsBoundingBoxes.TextAlign = System.Drawing.ContentAlignment.TopRight; this.chkGraphicsBoundingBoxes.UseVisualStyleBackColor = false; // // chkGraphicsBackgroundGrid // this.chkGraphicsBackgroundGrid.BackColor = System.Drawing.Color.Transparent; this.chkGraphicsBackgroundGrid.CheckAlign = System.Drawing.ContentAlignment.MiddleCenter; this.chkGraphicsBackgroundGrid.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.chkGraphicsBackgroundGrid.Location = new System.Drawing.Point(248, 216); this.chkGraphicsBackgroundGrid.Name = "chkGraphicsBackgroundGrid"; this.chkGraphicsBackgroundGrid.Size = new System.Drawing.Size(13, 13); this.chkGraphicsBackgroundGrid.TabIndex = 24; this.chkGraphicsBackgroundGrid.TextAlign = System.Drawing.ContentAlignment.TopRight; this.chkGraphicsBackgroundGrid.UseVisualStyleBackColor = false; // // chkGraphicsDestinationLines // this.chkGraphicsDestinationLines.BackColor = System.Drawing.Color.Transparent; this.chkGraphicsDestinationLines.CheckAlign = System.Drawing.ContentAlignment.MiddleCenter; this.chkGraphicsDestinationLines.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.chkGraphicsDestinationLines.Location = new System.Drawing.Point(248, 240); this.chkGraphicsDestinationLines.Name = "chkGraphicsDestinationLines"; this.chkGraphicsDestinationLines.Size = new System.Drawing.Size(13, 13); this.chkGraphicsDestinationLines.TabIndex = 26; this.chkGraphicsDestinationLines.TextAlign = System.Drawing.ContentAlignment.TopRight; this.chkGraphicsDestinationLines.UseVisualStyleBackColor = false; // // lblGraphicsDrawScreen // this.lblGraphicsDrawScreen.BackColor = System.Drawing.Color.Transparent; this.lblGraphicsDrawScreen.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblGraphicsDrawScreen.ForeColor = System.Drawing.Color.White; this.lblGraphicsDrawScreen.Location = new System.Drawing.Point(16, 166); this.lblGraphicsDrawScreen.Name = "lblGraphicsDrawScreen"; this.lblGraphicsDrawScreen.NoWrap = false; this.lblGraphicsDrawScreen.Size = new System.Drawing.Size(234, 16); this.lblGraphicsDrawScreen.TabIndex = 19; this.lblGraphicsDrawScreen.Text = "Enable Game View"; this.lblGraphicsDrawScreen.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // lblGraphicsBoundingBoxes // this.lblGraphicsBoundingBoxes.BackColor = System.Drawing.Color.Transparent; this.lblGraphicsBoundingBoxes.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblGraphicsBoundingBoxes.ForeColor = System.Drawing.Color.White; this.lblGraphicsBoundingBoxes.Location = new System.Drawing.Point(18, 190); this.lblGraphicsBoundingBoxes.Name = "lblGraphicsBoundingBoxes"; this.lblGraphicsBoundingBoxes.NoWrap = false; this.lblGraphicsBoundingBoxes.Size = new System.Drawing.Size(234, 16); this.lblGraphicsBoundingBoxes.TabIndex = 21; this.lblGraphicsBoundingBoxes.Text = "Enable Bounding Boxes"; this.lblGraphicsBoundingBoxes.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // lblGraphicsBackgroundGrid // this.lblGraphicsBackgroundGrid.BackColor = System.Drawing.Color.Transparent; this.lblGraphicsBackgroundGrid.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblGraphicsBackgroundGrid.ForeColor = System.Drawing.Color.White; this.lblGraphicsBackgroundGrid.Location = new System.Drawing.Point(18, 215); this.lblGraphicsBackgroundGrid.Name = "lblGraphicsBackgroundGrid"; this.lblGraphicsBackgroundGrid.NoWrap = false; this.lblGraphicsBackgroundGrid.Size = new System.Drawing.Size(234, 16); this.lblGraphicsBackgroundGrid.TabIndex = 23; this.lblGraphicsBackgroundGrid.Text = "Enable Background Grid"; this.lblGraphicsBackgroundGrid.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // lblGraphicsDestinationLines // this.lblGraphicsDestinationLines.BackColor = System.Drawing.Color.Transparent; this.lblGraphicsDestinationLines.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblGraphicsDestinationLines.ForeColor = System.Drawing.Color.White; this.lblGraphicsDestinationLines.Location = new System.Drawing.Point(16, 238); this.lblGraphicsDestinationLines.Name = "lblGraphicsDestinationLines"; this.lblGraphicsDestinationLines.NoWrap = false; this.lblGraphicsDestinationLines.Size = new System.Drawing.Size(234, 16); this.lblGraphicsDestinationLines.TabIndex = 25; this.lblGraphicsDestinationLines.Text = "Enable Destination Lines"; this.lblGraphicsDestinationLines.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // PeerProperties // this.BackColor = System.Drawing.Color.Magenta; this.ClientSize = new System.Drawing.Size(409, 414); this.Controls.Add(this.graphicsPanel); this.Controls.Add(this.serverPanel); this.Controls.Add(this.performancePanel); this.Controls.Add(this.serverButton); this.Controls.Add(this.performanceButton); this.Controls.Add(this.graphicsButton); this.Description = "View and change various Terrarium Client Game settings"; this.Location = new System.Drawing.Point(0, 24); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "PeerProperties"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Title = "Game Settings"; this.Load += new System.EventHandler(this.PeerProperties_Load); this.Controls.SetChildIndex(this.graphicsButton, 0); this.Controls.SetChildIndex(this.performanceButton, 0); this.Controls.SetChildIndex(this.serverButton, 0); this.Controls.SetChildIndex(this.bottomPanel, 0); this.Controls.SetChildIndex(this.titleBar, 0); this.Controls.SetChildIndex(this.performancePanel, 0); this.Controls.SetChildIndex(this.serverPanel, 0); this.Controls.SetChildIndex(this.graphicsPanel, 0); this.bottomPanel.ResumeLayout(false); this.performancePanel.ResumeLayout(false); this.performancePanel.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.tbrPerformanceSlider)).EndInit(); this.serverPanel.ResumeLayout(false); this.serverPanel.PerformLayout(); this.graphicsPanel.ResumeLayout(false); this.ResumeLayout(false); }
private void InitializeComponent() { this._speciesDataGrid = new System.Windows.Forms.DataGrid(); this._dataGridTableStyle1 = new System.Windows.Forms.DataGridTableStyle(); this._dataGridTextBoxColumn1 = new System.Windows.Forms.DataGridTextBoxColumn(); this._dataGridTextBoxColumn2 = new System.Windows.Forms.DataGridTextBoxColumn(); this._dataGridTextBoxColumn3 = new System.Windows.Forms.DataGridTextBoxColumn(); this._dataGridTextBoxColumn4 = new System.Windows.Forms.DataGridTextBoxColumn(); this._dataGridTextBoxColumn5 = new System.Windows.Forms.DataGridTextBoxColumn(); this._retrievingData = new Terrarium.Glass.GlassLabel(); this._refreshTime = new Terrarium.Glass.GlassLabel(); this._okButton = new Terrarium.Glass.GlassButton(); this._cancelButton = new Terrarium.Glass.GlassButton(); this._serverListButton = new Terrarium.Glass.GlassButton(); this._browseButton = new Terrarium.Glass.GlassButton(); this._bottomPanel.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this._speciesDataGrid)).BeginInit(); this.SuspendLayout(); // // titleBar // this._titleBar.Size = new System.Drawing.Size(456, 32); this._titleBar.Title = "Introduce Creature"; this._titleBar.CloseClicked += new System.EventHandler(this.Cancel_Click); // // bottomPanel // this._bottomPanel.Controls.Add(this._browseButton); this._bottomPanel.Controls.Add(this._serverListButton); this._bottomPanel.Controls.Add(this._cancelButton); this._bottomPanel.Controls.Add(this._okButton); this._bottomPanel.Gradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this._bottomPanel.Gradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(96)))), ((int)(((byte)(96)))), ((int)(((byte)(96))))); this._bottomPanel.Location = new System.Drawing.Point(0, 352); this._bottomPanel.Size = new System.Drawing.Size(456, 40); // // dataGrid1 // this._speciesDataGrid.AlternatingBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this._speciesDataGrid.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._speciesDataGrid.BackgroundColor = System.Drawing.Color.Gray; this._speciesDataGrid.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this._speciesDataGrid.CaptionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this._speciesDataGrid.CaptionForeColor = System.Drawing.Color.White; this._speciesDataGrid.CaptionVisible = false; this._speciesDataGrid.DataMember = ""; this._speciesDataGrid.FlatMode = true; this._speciesDataGrid.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this._speciesDataGrid.ForeColor = System.Drawing.Color.Black; this._speciesDataGrid.GridLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this._speciesDataGrid.HeaderBackColor = System.Drawing.Color.Gray; this._speciesDataGrid.HeaderForeColor = System.Drawing.Color.White; this._speciesDataGrid.Location = new System.Drawing.Point(8, 71); this._speciesDataGrid.Name = "dataGrid1"; this._speciesDataGrid.ReadOnly = true; this._speciesDataGrid.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this._speciesDataGrid.Size = new System.Drawing.Size(440, 272); this._speciesDataGrid.TabIndex = 8; this._speciesDataGrid.TableStyles.AddRange(new System.Windows.Forms.DataGridTableStyle[] { this._dataGridTableStyle1}); // // dataGridTableStyle1 // this._dataGridTableStyle1.AlternatingBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))); this._dataGridTableStyle1.BackColor = System.Drawing.Color.White; this._dataGridTableStyle1.DataGrid = this._speciesDataGrid; this._dataGridTableStyle1.ForeColor = System.Drawing.Color.Black; this._dataGridTableStyle1.GridColumnStyles.AddRange(new System.Windows.Forms.DataGridColumnStyle[] { this._dataGridTextBoxColumn1, this._dataGridTextBoxColumn2, this._dataGridTextBoxColumn3, this._dataGridTextBoxColumn4, this._dataGridTextBoxColumn5}); this._dataGridTableStyle1.HeaderBackColor = System.Drawing.Color.Gray; this._dataGridTableStyle1.HeaderForeColor = System.Drawing.Color.White; this._dataGridTableStyle1.MappingName = "Table"; // // dataGridTextBoxColumn1 // this._dataGridTextBoxColumn1.Format = ""; this._dataGridTextBoxColumn1.FormatInfo = null; this._dataGridTextBoxColumn1.HeaderText = "Species Name"; this._dataGridTextBoxColumn1.MappingName = "Name"; this._dataGridTextBoxColumn1.ReadOnly = true; this._dataGridTextBoxColumn1.Width = 150; // // dataGridTextBoxColumn2 // this._dataGridTextBoxColumn2.Format = ""; this._dataGridTextBoxColumn2.FormatInfo = null; this._dataGridTextBoxColumn2.HeaderText = "Type"; this._dataGridTextBoxColumn2.MappingName = "Type"; this._dataGridTextBoxColumn2.ReadOnly = true; this._dataGridTextBoxColumn2.Width = 75; // // dataGridTextBoxColumn3 // this._dataGridTextBoxColumn3.Format = ""; this._dataGridTextBoxColumn3.FormatInfo = null; this._dataGridTextBoxColumn3.HeaderText = "Author"; this._dataGridTextBoxColumn3.MappingName = "Author"; this._dataGridTextBoxColumn3.ReadOnly = true; this._dataGridTextBoxColumn3.Width = 75; // // dataGridTextBoxColumn4 // this._dataGridTextBoxColumn4.Format = "d"; this._dataGridTextBoxColumn4.FormatInfo = null; this._dataGridTextBoxColumn4.HeaderText = "Date Introduced"; this._dataGridTextBoxColumn4.MappingName = "DateAdded"; this._dataGridTextBoxColumn4.ReadOnly = true; this._dataGridTextBoxColumn4.Width = 90; // // dataGridTextBoxColumn5 // this._dataGridTextBoxColumn5.Format = "d"; this._dataGridTextBoxColumn5.FormatInfo = null; this._dataGridTextBoxColumn5.HeaderText = "Last Reintroduction"; this._dataGridTextBoxColumn5.MappingName = "LastReintroduction"; this._dataGridTextBoxColumn5.ReadOnly = true; this._dataGridTextBoxColumn5.Width = 125; // // retrievingData // this._retrievingData.BackColor = System.Drawing.Color.Transparent; this._retrievingData.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this._retrievingData.ForeColor = System.Drawing.Color.White; this._retrievingData.Location = new System.Drawing.Point(72, 195); this._retrievingData.Name = "retrievingData"; this._retrievingData.NoWrap = false; this._retrievingData.Size = new System.Drawing.Size(321, 19); this._retrievingData.TabIndex = 5; this._retrievingData.Text = "retrieving Species List From Server..."; this._retrievingData.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this._retrievingData.Visible = false; // // RefreshTime // this._refreshTime.BackColor = System.Drawing.Color.Transparent; this._refreshTime.Font = new System.Drawing.Font("Trebuchet MS", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this._refreshTime.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this._refreshTime.Location = new System.Drawing.Point(456, 152); this._refreshTime.Name = "RefreshTime"; this._refreshTime.NoWrap = false; this._refreshTime.Size = new System.Drawing.Size(88, 32); this._refreshTime.TabIndex = 10; this._refreshTime.Text = "label1"; this._refreshTime.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // okButton // this._okButton.BackColor = System.Drawing.Color.Transparent; this._okButton.BorderColor = System.Drawing.Color.Black; this._okButton.Depth = 3; this._okButton.DisabledGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this._okButton.DisabledGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this._okButton.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this._okButton.ForeColor = System.Drawing.Color.White; this._okButton.Highlight = false; this._okButton.HighlightGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(96)))), ((int)(((byte)(96)))), ((int)(((byte)(96))))); this._okButton.HighlightGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))); this._okButton.HoverGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(0))))); this._okButton.HoverGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(216)))), ((int)(((byte)(0))))); this._okButton.IsGlass = true; this._okButton.Location = new System.Drawing.Point(288, 2); this._okButton.Name = "okButton"; this._okButton.NormalGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this._okButton.NormalGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(96)))), ((int)(((byte)(96)))), ((int)(((byte)(96))))); this._okButton.PressedGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(216)))), ((int)(((byte)(0))))); this._okButton.PressedGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(0))))); this._okButton.Size = new System.Drawing.Size(75, 36); this._okButton.TabIndex = 16; this._okButton.TabStop = false; this._okButton.Text = "OK"; this._okButton.UseStyles = true; this._okButton.UseVisualStyleBackColor = false; this._okButton.Click += new System.EventHandler(this.OK_Click); // // cancelButton // this._cancelButton.BackColor = System.Drawing.Color.Transparent; this._cancelButton.BorderColor = System.Drawing.Color.Black; this._cancelButton.Depth = 3; this._cancelButton.DisabledGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this._cancelButton.DisabledGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this._cancelButton.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this._cancelButton.ForeColor = System.Drawing.Color.White; this._cancelButton.Highlight = false; this._cancelButton.HighlightGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(96)))), ((int)(((byte)(96)))), ((int)(((byte)(96))))); this._cancelButton.HighlightGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))); this._cancelButton.HoverGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(0))))); this._cancelButton.HoverGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(216)))), ((int)(((byte)(0))))); this._cancelButton.IsGlass = true; this._cancelButton.Location = new System.Drawing.Point(369, 2); this._cancelButton.Name = "cancelButton"; this._cancelButton.NormalGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this._cancelButton.NormalGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(96)))), ((int)(((byte)(96)))), ((int)(((byte)(96))))); this._cancelButton.PressedGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(216)))), ((int)(((byte)(0))))); this._cancelButton.PressedGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(0))))); this._cancelButton.Size = new System.Drawing.Size(75, 36); this._cancelButton.TabIndex = 17; this._cancelButton.TabStop = false; this._cancelButton.Text = "Cancel"; this._cancelButton.UseStyles = true; this._cancelButton.UseVisualStyleBackColor = false; this._cancelButton.Click += new System.EventHandler(this.Cancel_Click); // // serverListButton // this._serverListButton.BackColor = System.Drawing.Color.Transparent; this._serverListButton.BorderColor = System.Drawing.Color.Black; this._serverListButton.Depth = 3; this._serverListButton.DisabledGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this._serverListButton.DisabledGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this._serverListButton.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this._serverListButton.ForeColor = System.Drawing.Color.White; this._serverListButton.Highlight = false; this._serverListButton.HighlightGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(96)))), ((int)(((byte)(96)))), ((int)(((byte)(96))))); this._serverListButton.HighlightGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))); this._serverListButton.HoverGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(0))))); this._serverListButton.HoverGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(216)))), ((int)(((byte)(0))))); this._serverListButton.IsGlass = true; this._serverListButton.Location = new System.Drawing.Point(12, 2); this._serverListButton.Name = "serverListButton"; this._serverListButton.NormalGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this._serverListButton.NormalGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(96)))), ((int)(((byte)(96)))), ((int)(((byte)(96))))); this._serverListButton.PressedGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(216)))), ((int)(((byte)(0))))); this._serverListButton.PressedGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(0))))); this._serverListButton.Size = new System.Drawing.Size(100, 36); this._serverListButton.TabIndex = 18; this._serverListButton.TabStop = false; this._serverListButton.Text = "Server List"; this._serverListButton.UseStyles = true; this._serverListButton.UseVisualStyleBackColor = false; this._serverListButton.Click += new System.EventHandler(this.ServerList_Click); // // browseButton // this._browseButton.BackColor = System.Drawing.Color.Transparent; this._browseButton.BorderColor = System.Drawing.Color.Black; this._browseButton.Depth = 3; this._browseButton.DisabledGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this._browseButton.DisabledGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this._browseButton.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this._browseButton.ForeColor = System.Drawing.Color.White; this._browseButton.Highlight = false; this._browseButton.HighlightGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(96)))), ((int)(((byte)(96)))), ((int)(((byte)(96))))); this._browseButton.HighlightGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))); this._browseButton.HoverGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(0))))); this._browseButton.HoverGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(216)))), ((int)(((byte)(0))))); this._browseButton.IsGlass = true; this._browseButton.Location = new System.Drawing.Point(118, 2); this._browseButton.Name = "browseButton"; this._browseButton.NormalGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this._browseButton.NormalGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(96)))), ((int)(((byte)(96)))), ((int)(((byte)(96))))); this._browseButton.PressedGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(216)))), ((int)(((byte)(0))))); this._browseButton.PressedGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(0))))); this._browseButton.Size = new System.Drawing.Size(80, 36); this._browseButton.TabIndex = 0; this._browseButton.TabStop = false; this._browseButton.Text = "Browse..."; this._browseButton.UseStyles = true; this._browseButton.UseVisualStyleBackColor = false; this._browseButton.Click += new System.EventHandler(this.Browse_Click); // // ReintroduceSpecies // this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.ClientSize = new System.Drawing.Size(456, 392); this.Controls.Add(this._refreshTime); this.Controls.Add(this._retrievingData); this.Controls.Add(this._speciesDataGrid); this.Name = "ReintroduceSpecies"; this.Title = "Reintroduce Species"; this.Paint += new System.Windows.Forms.PaintEventHandler(this.ReintroduceSpecies_Paint); this.Controls.SetChildIndex(this._bottomPanel, 0); this.Controls.SetChildIndex(this._titleBar, 0); this.Controls.SetChildIndex(this._speciesDataGrid, 0); this.Controls.SetChildIndex(this._retrievingData, 0); this.Controls.SetChildIndex(this._refreshTime, 0); this._bottomPanel.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this._speciesDataGrid)).EndInit(); this.ResumeLayout(false); }
private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GlassBottomPanel)); this.GlassPanel1 = new Terrarium.Glass.GlassPanel(); this.buttonsPanel = new System.Windows.Forms.Panel(); this.traceButton = new Terrarium.Glass.GlassButton(); this.statisticsButton = new Terrarium.Glass.GlassButton(); this.detailsButton = new Terrarium.Glass.GlassButton(); this.settingsButton = new Terrarium.Glass.GlassButton(); this.panel1 = new System.Windows.Forms.Panel(); this.controlsMasterPanel = new System.Windows.Forms.Panel(); this.loadTerrariumButton = new Terrarium.Glass.GlassButton(); this.newTerrariumButton = new Terrarium.Glass.GlassButton(); this.joinEcosystemButton = new Terrarium.Glass.GlassButton(); this.panel2 = new System.Windows.Forms.Panel(); this.ecosystemControlsPanel = new System.Windows.Forms.Panel(); this.reintroduceAnimalButton = new Terrarium.Glass.GlassButton(); this.introduceAnimalEcosystemButton = new Terrarium.Glass.GlassButton(); this.terrariumControlsPanel = new System.Windows.Forms.Panel(); this.pauseButton = new Terrarium.Glass.GlassButton(); this.addAnimalButton = new Terrarium.Glass.GlassButton(); this.introduceAnimalTerrariumButton = new Terrarium.Glass.GlassButton(); this.addAnimalComboBox = new System.Windows.Forms.ComboBox(); this.controlsToolTip = new System.Windows.Forms.ToolTip(this.components); this.tickerBar = new Terrarium.Forms.TickerBar(); this.developerPanelButton = new Terrarium.Glass.GlassButton(); this.GlassPanel1.SuspendLayout(); this.buttonsPanel.SuspendLayout(); this.controlsMasterPanel.SuspendLayout(); this.ecosystemControlsPanel.SuspendLayout(); this.terrariumControlsPanel.SuspendLayout(); this.SuspendLayout(); // // GlassPanel1 // this.GlassPanel1.Borders = ((Terrarium.Glass.GlassBorders)((Terrarium.Glass.GlassBorders.Top | Terrarium.Glass.GlassBorders.Bottom))); this.GlassPanel1.Controls.Add(this.buttonsPanel); this.GlassPanel1.Controls.Add(this.panel1); this.GlassPanel1.Controls.Add(this.controlsMasterPanel); this.GlassPanel1.Controls.Add(this.panel2); this.GlassPanel1.Controls.Add(this.ecosystemControlsPanel); this.GlassPanel1.Controls.Add(this.terrariumControlsPanel); this.GlassPanel1.Dock = System.Windows.Forms.DockStyle.Right; this.GlassPanel1.Gradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.GlassPanel1.Gradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(96)))), ((int)(((byte)(96)))), ((int)(((byte)(96))))); this.GlassPanel1.IsGlass = true; this.GlassPanel1.IsSunk = false; this.GlassPanel1.Location = new System.Drawing.Point(286, 0); this.GlassPanel1.Name = "GlassPanel1"; this.GlassPanel1.Size = new System.Drawing.Size(702, 48); this.GlassPanel1.TabIndex = 3; this.GlassPanel1.UseStyles = true; // // buttonsPanel // this.buttonsPanel.BackColor = System.Drawing.Color.Transparent; this.buttonsPanel.Controls.Add(this.developerPanelButton); this.buttonsPanel.Controls.Add(this.traceButton); this.buttonsPanel.Controls.Add(this.statisticsButton); this.buttonsPanel.Controls.Add(this.detailsButton); this.buttonsPanel.Controls.Add(this.settingsButton); this.buttonsPanel.Dock = System.Windows.Forms.DockStyle.Right; this.buttonsPanel.Location = new System.Drawing.Point(1, 0); this.buttonsPanel.Name = "buttonsPanel"; this.buttonsPanel.Size = new System.Drawing.Size(225, 48); this.buttonsPanel.TabIndex = 33; // // traceButton // this.traceButton.BackColor = System.Drawing.Color.Transparent; this.traceButton.BorderColor = System.Drawing.Color.Black; this.traceButton.Depth = 4; this.traceButton.DisabledGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.traceButton.DisabledGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.traceButton.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.traceButton.ForeColor = System.Drawing.Color.White; this.traceButton.Highlight = false; this.traceButton.HighlightGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(96)))), ((int)(((byte)(96)))), ((int)(((byte)(96))))); this.traceButton.HighlightGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))); this.traceButton.HoverGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(0))))); this.traceButton.HoverGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(216)))), ((int)(((byte)(0))))); this.traceButton.Image = ((System.Drawing.Image)(resources.GetObject("traceButton.Image"))); this.traceButton.IsGlass = true; this.traceButton.Location = new System.Drawing.Point(178, 2); this.traceButton.Name = "traceButton"; this.traceButton.NormalGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.traceButton.NormalGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(96)))), ((int)(((byte)(96)))), ((int)(((byte)(96))))); this.traceButton.PressedGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(216)))), ((int)(((byte)(0))))); this.traceButton.PressedGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(0))))); this.traceButton.Size = new System.Drawing.Size(44, 44); this.traceButton.TabIndex = 11; this.traceButton.TabStop = false; this.traceButton.UseStyles = true; this.traceButton.UseVisualStyleBackColor = false; // // statisticsButton // this.statisticsButton.BackColor = System.Drawing.Color.Transparent; this.statisticsButton.BorderColor = System.Drawing.Color.Black; this.statisticsButton.Depth = 4; this.statisticsButton.DisabledGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.statisticsButton.DisabledGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.statisticsButton.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.statisticsButton.ForeColor = System.Drawing.Color.White; this.statisticsButton.Highlight = false; this.statisticsButton.HighlightGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(96)))), ((int)(((byte)(96)))), ((int)(((byte)(96))))); this.statisticsButton.HighlightGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))); this.statisticsButton.HoverGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(0))))); this.statisticsButton.HoverGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(216)))), ((int)(((byte)(0))))); this.statisticsButton.Image = ((System.Drawing.Image)(resources.GetObject("statisticsButton.Image"))); this.statisticsButton.IsGlass = true; this.statisticsButton.Location = new System.Drawing.Point(134, 2); this.statisticsButton.Name = "statisticsButton"; this.statisticsButton.NormalGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.statisticsButton.NormalGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(96)))), ((int)(((byte)(96)))), ((int)(((byte)(96))))); this.statisticsButton.PressedGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(216)))), ((int)(((byte)(0))))); this.statisticsButton.PressedGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(0))))); this.statisticsButton.Size = new System.Drawing.Size(44, 44); this.statisticsButton.TabIndex = 10; this.statisticsButton.TabStop = false; this.statisticsButton.UseStyles = true; this.statisticsButton.UseVisualStyleBackColor = false; // // detailsButton // this.detailsButton.BackColor = System.Drawing.Color.Transparent; this.detailsButton.BorderColor = System.Drawing.Color.Black; this.detailsButton.Depth = 4; this.detailsButton.DisabledGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.detailsButton.DisabledGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.detailsButton.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.detailsButton.ForeColor = System.Drawing.Color.White; this.detailsButton.Highlight = false; this.detailsButton.HighlightGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(96)))), ((int)(((byte)(96)))), ((int)(((byte)(96))))); this.detailsButton.HighlightGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))); this.detailsButton.HoverGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(0))))); this.detailsButton.HoverGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(216)))), ((int)(((byte)(0))))); this.detailsButton.Image = ((System.Drawing.Image)(resources.GetObject("detailsButton.Image"))); this.detailsButton.IsGlass = true; this.detailsButton.Location = new System.Drawing.Point(90, 2); this.detailsButton.Name = "detailsButton"; this.detailsButton.NormalGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.detailsButton.NormalGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(96)))), ((int)(((byte)(96)))), ((int)(((byte)(96))))); this.detailsButton.PressedGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(216)))), ((int)(((byte)(0))))); this.detailsButton.PressedGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(0))))); this.detailsButton.Size = new System.Drawing.Size(44, 44); this.detailsButton.TabIndex = 9; this.detailsButton.TabStop = false; this.detailsButton.UseStyles = true; this.detailsButton.UseVisualStyleBackColor = false; // // settingsButton // this.settingsButton.BackColor = System.Drawing.Color.Transparent; this.settingsButton.BorderColor = System.Drawing.Color.Black; this.settingsButton.Depth = 4; this.settingsButton.DisabledGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.settingsButton.DisabledGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.settingsButton.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.settingsButton.ForeColor = System.Drawing.Color.White; this.settingsButton.Highlight = false; this.settingsButton.HighlightGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(96)))), ((int)(((byte)(96)))), ((int)(((byte)(96))))); this.settingsButton.HighlightGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))); this.settingsButton.HoverGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(0))))); this.settingsButton.HoverGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(216)))), ((int)(((byte)(0))))); this.settingsButton.Image = ((System.Drawing.Image)(resources.GetObject("settingsButton.Image"))); this.settingsButton.IsGlass = true; this.settingsButton.Location = new System.Drawing.Point(46, 2); this.settingsButton.Name = "settingsButton"; this.settingsButton.NormalGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.settingsButton.NormalGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(96)))), ((int)(((byte)(96)))), ((int)(((byte)(96))))); this.settingsButton.PressedGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(216)))), ((int)(((byte)(0))))); this.settingsButton.PressedGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(0))))); this.settingsButton.Size = new System.Drawing.Size(44, 44); this.settingsButton.TabIndex = 8; this.settingsButton.TabStop = false; this.settingsButton.UseStyles = true; this.settingsButton.UseVisualStyleBackColor = false; // // panel1 // this.panel1.BackColor = System.Drawing.Color.Transparent; this.panel1.Dock = System.Windows.Forms.DockStyle.Right; this.panel1.Location = new System.Drawing.Point(226, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(8, 48); this.panel1.TabIndex = 32; // // controlsMasterPanel // this.controlsMasterPanel.BackColor = System.Drawing.Color.Transparent; this.controlsMasterPanel.Controls.Add(this.loadTerrariumButton); this.controlsMasterPanel.Controls.Add(this.newTerrariumButton); this.controlsMasterPanel.Controls.Add(this.joinEcosystemButton); this.controlsMasterPanel.Dock = System.Windows.Forms.DockStyle.Right; this.controlsMasterPanel.Location = new System.Drawing.Point(234, 0); this.controlsMasterPanel.Name = "controlsMasterPanel"; this.controlsMasterPanel.Size = new System.Drawing.Size(135, 48); this.controlsMasterPanel.TabIndex = 31; // // loadTerrariumButton // this.loadTerrariumButton.BackColor = System.Drawing.Color.Transparent; this.loadTerrariumButton.BorderColor = System.Drawing.Color.Black; this.loadTerrariumButton.Depth = 4; this.loadTerrariumButton.DisabledGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.loadTerrariumButton.DisabledGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.loadTerrariumButton.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.loadTerrariumButton.ForeColor = System.Drawing.Color.White; this.loadTerrariumButton.Highlight = false; this.loadTerrariumButton.HighlightGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(96)))), ((int)(((byte)(96)))), ((int)(((byte)(96))))); this.loadTerrariumButton.HighlightGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))); this.loadTerrariumButton.HoverGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(0))))); this.loadTerrariumButton.HoverGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(216)))), ((int)(((byte)(0))))); this.loadTerrariumButton.Image = ((System.Drawing.Image)(resources.GetObject("loadTerrariumButton.Image"))); this.loadTerrariumButton.IsGlass = true; this.loadTerrariumButton.Location = new System.Drawing.Point(88, 2); this.loadTerrariumButton.Name = "loadTerrariumButton"; this.loadTerrariumButton.NormalGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.loadTerrariumButton.NormalGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(96)))), ((int)(((byte)(96)))), ((int)(((byte)(96))))); this.loadTerrariumButton.PressedGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(216)))), ((int)(((byte)(0))))); this.loadTerrariumButton.PressedGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(0))))); this.loadTerrariumButton.Size = new System.Drawing.Size(44, 44); this.loadTerrariumButton.TabIndex = 20; this.loadTerrariumButton.TabStop = false; this.loadTerrariumButton.UseStyles = true; this.loadTerrariumButton.UseVisualStyleBackColor = false; // // newTerrariumButton // this.newTerrariumButton.BackColor = System.Drawing.Color.Transparent; this.newTerrariumButton.BorderColor = System.Drawing.Color.Black; this.newTerrariumButton.Depth = 4; this.newTerrariumButton.DisabledGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.newTerrariumButton.DisabledGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.newTerrariumButton.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.newTerrariumButton.ForeColor = System.Drawing.Color.White; this.newTerrariumButton.Highlight = false; this.newTerrariumButton.HighlightGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(96)))), ((int)(((byte)(96)))), ((int)(((byte)(96))))); this.newTerrariumButton.HighlightGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))); this.newTerrariumButton.HoverGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(0))))); this.newTerrariumButton.HoverGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(216)))), ((int)(((byte)(0))))); this.newTerrariumButton.Image = ((System.Drawing.Image)(resources.GetObject("newTerrariumButton.Image"))); this.newTerrariumButton.IsGlass = true; this.newTerrariumButton.Location = new System.Drawing.Point(44, 2); this.newTerrariumButton.Name = "newTerrariumButton"; this.newTerrariumButton.NormalGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.newTerrariumButton.NormalGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(96)))), ((int)(((byte)(96)))), ((int)(((byte)(96))))); this.newTerrariumButton.PressedGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(216)))), ((int)(((byte)(0))))); this.newTerrariumButton.PressedGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(0))))); this.newTerrariumButton.Size = new System.Drawing.Size(44, 44); this.newTerrariumButton.TabIndex = 19; this.newTerrariumButton.TabStop = false; this.newTerrariumButton.UseStyles = true; this.newTerrariumButton.UseVisualStyleBackColor = false; // // joinEcosystemButton // this.joinEcosystemButton.BackColor = System.Drawing.Color.Transparent; this.joinEcosystemButton.BorderColor = System.Drawing.Color.Black; this.joinEcosystemButton.Depth = 4; this.joinEcosystemButton.DisabledGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.joinEcosystemButton.DisabledGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.joinEcosystemButton.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.joinEcosystemButton.ForeColor = System.Drawing.Color.White; this.joinEcosystemButton.Highlight = false; this.joinEcosystemButton.HighlightGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(96)))), ((int)(((byte)(96)))), ((int)(((byte)(96))))); this.joinEcosystemButton.HighlightGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))); this.joinEcosystemButton.HoverGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(0))))); this.joinEcosystemButton.HoverGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(216)))), ((int)(((byte)(0))))); this.joinEcosystemButton.Image = ((System.Drawing.Image)(resources.GetObject("joinEcosystemButton.Image"))); this.joinEcosystemButton.IsGlass = true; this.joinEcosystemButton.Location = new System.Drawing.Point(0, 2); this.joinEcosystemButton.Name = "joinEcosystemButton"; this.joinEcosystemButton.NormalGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.joinEcosystemButton.NormalGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(96)))), ((int)(((byte)(96)))), ((int)(((byte)(96))))); this.joinEcosystemButton.PressedGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(216)))), ((int)(((byte)(0))))); this.joinEcosystemButton.PressedGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(0))))); this.joinEcosystemButton.Size = new System.Drawing.Size(44, 44); this.joinEcosystemButton.TabIndex = 18; this.joinEcosystemButton.TabStop = false; this.joinEcosystemButton.UseStyles = true; this.joinEcosystemButton.UseVisualStyleBackColor = false; // // panel2 // this.panel2.BackColor = System.Drawing.Color.Transparent; this.panel2.Dock = System.Windows.Forms.DockStyle.Right; this.panel2.Location = new System.Drawing.Point(369, 0); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(8, 48); this.panel2.TabIndex = 30; // // ecosystemControlsPanel // this.ecosystemControlsPanel.BackColor = System.Drawing.Color.Transparent; this.ecosystemControlsPanel.Controls.Add(this.reintroduceAnimalButton); this.ecosystemControlsPanel.Controls.Add(this.introduceAnimalEcosystemButton); this.ecosystemControlsPanel.Dock = System.Windows.Forms.DockStyle.Right; this.ecosystemControlsPanel.Location = new System.Drawing.Point(377, 0); this.ecosystemControlsPanel.Name = "ecosystemControlsPanel"; this.ecosystemControlsPanel.Size = new System.Drawing.Size(88, 48); this.ecosystemControlsPanel.TabIndex = 29; // // reintroduceAnimalButton // this.reintroduceAnimalButton.BackColor = System.Drawing.Color.Transparent; this.reintroduceAnimalButton.BorderColor = System.Drawing.Color.Black; this.reintroduceAnimalButton.Depth = 4; this.reintroduceAnimalButton.DisabledGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.reintroduceAnimalButton.DisabledGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.reintroduceAnimalButton.Enabled = false; this.reintroduceAnimalButton.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.reintroduceAnimalButton.ForeColor = System.Drawing.Color.White; this.reintroduceAnimalButton.Highlight = false; this.reintroduceAnimalButton.HighlightGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(96)))), ((int)(((byte)(96)))), ((int)(((byte)(96))))); this.reintroduceAnimalButton.HighlightGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))); this.reintroduceAnimalButton.HoverGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(0))))); this.reintroduceAnimalButton.HoverGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(216)))), ((int)(((byte)(0))))); this.reintroduceAnimalButton.Image = ((System.Drawing.Image)(resources.GetObject("reintroduceAnimalButton.Image"))); this.reintroduceAnimalButton.IsGlass = true; this.reintroduceAnimalButton.Location = new System.Drawing.Point(44, 2); this.reintroduceAnimalButton.Name = "reintroduceAnimalButton"; this.reintroduceAnimalButton.NormalGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.reintroduceAnimalButton.NormalGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(96)))), ((int)(((byte)(96)))), ((int)(((byte)(96))))); this.reintroduceAnimalButton.PressedGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(216)))), ((int)(((byte)(0))))); this.reintroduceAnimalButton.PressedGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(0))))); this.reintroduceAnimalButton.Size = new System.Drawing.Size(44, 44); this.reintroduceAnimalButton.TabIndex = 12; this.reintroduceAnimalButton.TabStop = false; this.reintroduceAnimalButton.UseStyles = true; this.reintroduceAnimalButton.UseVisualStyleBackColor = false; // // introduceAnimalEcosystemButton // this.introduceAnimalEcosystemButton.BackColor = System.Drawing.Color.Transparent; this.introduceAnimalEcosystemButton.BorderColor = System.Drawing.Color.Black; this.introduceAnimalEcosystemButton.Depth = 4; this.introduceAnimalEcosystemButton.DisabledGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.introduceAnimalEcosystemButton.DisabledGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.introduceAnimalEcosystemButton.Enabled = false; this.introduceAnimalEcosystemButton.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.introduceAnimalEcosystemButton.ForeColor = System.Drawing.Color.White; this.introduceAnimalEcosystemButton.Highlight = false; this.introduceAnimalEcosystemButton.HighlightGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(96)))), ((int)(((byte)(96)))), ((int)(((byte)(96))))); this.introduceAnimalEcosystemButton.HighlightGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))); this.introduceAnimalEcosystemButton.HoverGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(0))))); this.introduceAnimalEcosystemButton.HoverGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(216)))), ((int)(((byte)(0))))); this.introduceAnimalEcosystemButton.Image = ((System.Drawing.Image)(resources.GetObject("introduceAnimalEcosystemButton.Image"))); this.introduceAnimalEcosystemButton.IsGlass = true; this.introduceAnimalEcosystemButton.Location = new System.Drawing.Point(0, 2); this.introduceAnimalEcosystemButton.Name = "introduceAnimalEcosystemButton"; this.introduceAnimalEcosystemButton.NormalGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.introduceAnimalEcosystemButton.NormalGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(96)))), ((int)(((byte)(96)))), ((int)(((byte)(96))))); this.introduceAnimalEcosystemButton.PressedGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(216)))), ((int)(((byte)(0))))); this.introduceAnimalEcosystemButton.PressedGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(0))))); this.introduceAnimalEcosystemButton.Size = new System.Drawing.Size(44, 44); this.introduceAnimalEcosystemButton.TabIndex = 11; this.introduceAnimalEcosystemButton.TabStop = false; this.introduceAnimalEcosystemButton.UseStyles = true; this.introduceAnimalEcosystemButton.UseVisualStyleBackColor = false; // // terrariumControlsPanel // this.terrariumControlsPanel.BackColor = System.Drawing.Color.Transparent; this.terrariumControlsPanel.Controls.Add(this.pauseButton); this.terrariumControlsPanel.Controls.Add(this.addAnimalButton); this.terrariumControlsPanel.Controls.Add(this.introduceAnimalTerrariumButton); this.terrariumControlsPanel.Controls.Add(this.addAnimalComboBox); this.terrariumControlsPanel.Dock = System.Windows.Forms.DockStyle.Right; this.terrariumControlsPanel.Location = new System.Drawing.Point(465, 0); this.terrariumControlsPanel.Name = "terrariumControlsPanel"; this.terrariumControlsPanel.Size = new System.Drawing.Size(237, 48); this.terrariumControlsPanel.TabIndex = 27; // // pauseButton // this.pauseButton.BackColor = System.Drawing.Color.Transparent; this.pauseButton.BorderColor = System.Drawing.Color.Black; this.pauseButton.Depth = 4; this.pauseButton.DisabledGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.pauseButton.DisabledGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.pauseButton.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.pauseButton.ForeColor = System.Drawing.Color.White; this.pauseButton.Highlight = false; this.pauseButton.HighlightGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(96)))), ((int)(((byte)(96)))), ((int)(((byte)(96))))); this.pauseButton.HighlightGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))); this.pauseButton.HoverGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(0))))); this.pauseButton.HoverGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(216)))), ((int)(((byte)(0))))); this.pauseButton.Image = ((System.Drawing.Image)(resources.GetObject("pauseButton.Image"))); this.pauseButton.IsGlass = true; this.pauseButton.Location = new System.Drawing.Point(190, 2); this.pauseButton.Name = "pauseButton"; this.pauseButton.NormalGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.pauseButton.NormalGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(96)))), ((int)(((byte)(96)))), ((int)(((byte)(96))))); this.pauseButton.PressedGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(216)))), ((int)(((byte)(0))))); this.pauseButton.PressedGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(0))))); this.pauseButton.Size = new System.Drawing.Size(44, 44); this.pauseButton.TabIndex = 22; this.pauseButton.TabStop = false; this.pauseButton.UseStyles = true; this.pauseButton.UseVisualStyleBackColor = false; // // addAnimalButton // this.addAnimalButton.BackColor = System.Drawing.Color.Transparent; this.addAnimalButton.BorderColor = System.Drawing.Color.Black; this.addAnimalButton.Depth = 4; this.addAnimalButton.DisabledGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.addAnimalButton.DisabledGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.addAnimalButton.Enabled = false; this.addAnimalButton.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.addAnimalButton.ForeColor = System.Drawing.Color.White; this.addAnimalButton.Highlight = false; this.addAnimalButton.HighlightGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(96)))), ((int)(((byte)(96)))), ((int)(((byte)(96))))); this.addAnimalButton.HighlightGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))); this.addAnimalButton.HoverGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(0))))); this.addAnimalButton.HoverGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(216)))), ((int)(((byte)(0))))); this.addAnimalButton.Image = ((System.Drawing.Image)(resources.GetObject("addAnimalButton.Image"))); this.addAnimalButton.IsGlass = true; this.addAnimalButton.Location = new System.Drawing.Point(146, 2); this.addAnimalButton.Name = "addAnimalButton"; this.addAnimalButton.NormalGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.addAnimalButton.NormalGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(96)))), ((int)(((byte)(96)))), ((int)(((byte)(96))))); this.addAnimalButton.PressedGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(216)))), ((int)(((byte)(0))))); this.addAnimalButton.PressedGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(0))))); this.addAnimalButton.Size = new System.Drawing.Size(44, 44); this.addAnimalButton.TabIndex = 18; this.addAnimalButton.TabStop = false; this.addAnimalButton.UseStyles = true; this.addAnimalButton.UseVisualStyleBackColor = false; // // introduceAnimalTerrariumButton // this.introduceAnimalTerrariumButton.BackColor = System.Drawing.Color.Transparent; this.introduceAnimalTerrariumButton.BorderColor = System.Drawing.Color.Black; this.introduceAnimalTerrariumButton.Depth = 4; this.introduceAnimalTerrariumButton.DisabledGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.introduceAnimalTerrariumButton.DisabledGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.introduceAnimalTerrariumButton.Enabled = false; this.introduceAnimalTerrariumButton.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.introduceAnimalTerrariumButton.ForeColor = System.Drawing.Color.White; this.introduceAnimalTerrariumButton.Highlight = false; this.introduceAnimalTerrariumButton.HighlightGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(96)))), ((int)(((byte)(96)))), ((int)(((byte)(96))))); this.introduceAnimalTerrariumButton.HighlightGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))); this.introduceAnimalTerrariumButton.HoverGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(0))))); this.introduceAnimalTerrariumButton.HoverGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(216)))), ((int)(((byte)(0))))); this.introduceAnimalTerrariumButton.Image = ((System.Drawing.Image)(resources.GetObject("introduceAnimalTerrariumButton.Image"))); this.introduceAnimalTerrariumButton.IsGlass = true; this.introduceAnimalTerrariumButton.Location = new System.Drawing.Point(0, 2); this.introduceAnimalTerrariumButton.Name = "introduceAnimalTerrariumButton"; this.introduceAnimalTerrariumButton.NormalGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.introduceAnimalTerrariumButton.NormalGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(96)))), ((int)(((byte)(96)))), ((int)(((byte)(96))))); this.introduceAnimalTerrariumButton.PressedGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(216)))), ((int)(((byte)(0))))); this.introduceAnimalTerrariumButton.PressedGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(0))))); this.introduceAnimalTerrariumButton.Size = new System.Drawing.Size(44, 44); this.introduceAnimalTerrariumButton.TabIndex = 17; this.introduceAnimalTerrariumButton.TabStop = false; this.introduceAnimalTerrariumButton.UseStyles = true; this.introduceAnimalTerrariumButton.UseVisualStyleBackColor = false; // // addAnimalComboBox // this.addAnimalComboBox.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.addAnimalComboBox.FormattingEnabled = true; this.addAnimalComboBox.Location = new System.Drawing.Point(47, 14); this.addAnimalComboBox.Name = "addAnimalComboBox"; this.addAnimalComboBox.Size = new System.Drawing.Size(96, 20); this.addAnimalComboBox.TabIndex = 16; // // controlsToolTip // this.controlsToolTip.AutoPopDelay = 5000; this.controlsToolTip.InitialDelay = 1000; this.controlsToolTip.IsBalloon = true; this.controlsToolTip.ReshowDelay = 100; // // tickerBar // this.tickerBar.Dock = System.Windows.Forms.DockStyle.Fill; this.tickerBar.Location = new System.Drawing.Point(0, 0); this.tickerBar.MessageLife = 2500; this.tickerBar.Name = "tickerBar"; this.tickerBar.Size = new System.Drawing.Size(286, 48); this.tickerBar.TabIndex = 6; // // developerPanelButton // this.developerPanelButton.BackColor = System.Drawing.Color.Transparent; this.developerPanelButton.BorderColor = System.Drawing.Color.Black; this.developerPanelButton.Depth = 4; this.developerPanelButton.DisabledGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.developerPanelButton.DisabledGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.developerPanelButton.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.developerPanelButton.ForeColor = System.Drawing.Color.White; this.developerPanelButton.Highlight = false; this.developerPanelButton.HighlightGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(96)))), ((int)(((byte)(96)))), ((int)(((byte)(96))))); this.developerPanelButton.HighlightGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))); this.developerPanelButton.HoverGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(0))))); this.developerPanelButton.HoverGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(216)))), ((int)(((byte)(0))))); this.developerPanelButton.Image = ((System.Drawing.Image)(resources.GetObject("developerPanelButton.Image"))); this.developerPanelButton.IsGlass = true; this.developerPanelButton.Location = new System.Drawing.Point(2, 2); this.developerPanelButton.Name = "developerPanelButton"; this.developerPanelButton.NormalGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.developerPanelButton.NormalGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(96)))), ((int)(((byte)(96)))), ((int)(((byte)(96))))); this.developerPanelButton.PressedGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(216)))), ((int)(((byte)(0))))); this.developerPanelButton.PressedGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(0))))); this.developerPanelButton.Size = new System.Drawing.Size(44, 44); this.developerPanelButton.TabIndex = 12; this.developerPanelButton.TabStop = false; this.developerPanelButton.UseStyles = true; this.developerPanelButton.UseVisualStyleBackColor = false; // // GlassBottomPanel // this.Controls.Add(this.tickerBar); this.Controls.Add(this.GlassPanel1); this.Name = "GlassBottomPanel"; this.Size = new System.Drawing.Size(988, 48); this.GlassPanel1.ResumeLayout(false); this.buttonsPanel.ResumeLayout(false); this.controlsMasterPanel.ResumeLayout(false); this.ecosystemControlsPanel.ResumeLayout(false); this.terrariumControlsPanel.ResumeLayout(false); this.ResumeLayout(false); }
private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AboutForm)); this.lastUpdateLabel = new System.Windows.Forms.Label(); this.updatesEnabledLabel = new System.Windows.Forms.Label(); this.clientVersionLabel = new System.Windows.Forms.Label(); this.nextUpdateLabel = new System.Windows.Forms.Label(); this.glassLabel4 = new Terrarium.Glass.GlassLabel(); this.closeButton = new Terrarium.Glass.GlassButton(); this.GlassLabel3 = new Terrarium.Glass.GlassLabel(); this.GlassLabel2 = new Terrarium.Glass.GlassLabel(); this.GlassLabel1 = new Terrarium.Glass.GlassLabel(); this.SuspendLayout(); // // lastUpdateLabel // this.lastUpdateLabel.BackColor = System.Drawing.Color.Transparent; this.lastUpdateLabel.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lastUpdateLabel.ForeColor = System.Drawing.Color.White; this.lastUpdateLabel.Location = new System.Drawing.Point(137, 224); this.lastUpdateLabel.Name = "lastUpdateLabel"; this.lastUpdateLabel.Size = new System.Drawing.Size(233, 16); this.lastUpdateLabel.TabIndex = 13; this.lastUpdateLabel.Text = "label1"; this.lastUpdateLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // updatesEnabledLabel // this.updatesEnabledLabel.BackColor = System.Drawing.Color.Transparent; this.updatesEnabledLabel.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.updatesEnabledLabel.ForeColor = System.Drawing.Color.White; this.updatesEnabledLabel.Location = new System.Drawing.Point(137, 208); this.updatesEnabledLabel.Name = "updatesEnabledLabel"; this.updatesEnabledLabel.Size = new System.Drawing.Size(128, 16); this.updatesEnabledLabel.TabIndex = 12; this.updatesEnabledLabel.Text = "label1"; this.updatesEnabledLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // clientVersionLabel // this.clientVersionLabel.BackColor = System.Drawing.Color.Transparent; this.clientVersionLabel.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.clientVersionLabel.ForeColor = System.Drawing.Color.White; this.clientVersionLabel.Location = new System.Drawing.Point(137, 192); this.clientVersionLabel.Name = "clientVersionLabel"; this.clientVersionLabel.Size = new System.Drawing.Size(120, 16); this.clientVersionLabel.TabIndex = 11; this.clientVersionLabel.Text = "label1"; this.clientVersionLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // nextUpdateLabel // this.nextUpdateLabel.BackColor = System.Drawing.Color.Transparent; this.nextUpdateLabel.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.nextUpdateLabel.ForeColor = System.Drawing.Color.White; this.nextUpdateLabel.Location = new System.Drawing.Point(137, 240); this.nextUpdateLabel.Name = "nextUpdateLabel"; this.nextUpdateLabel.Size = new System.Drawing.Size(233, 16); this.nextUpdateLabel.TabIndex = 16; this.nextUpdateLabel.Text = "label1"; this.nextUpdateLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // glassLabel4 // this.glassLabel4.BackColor = System.Drawing.Color.Transparent; this.glassLabel4.Font = new System.Drawing.Font("Verdana", 6.75F); this.glassLabel4.ForeColor = System.Drawing.Color.White; this.glassLabel4.Location = new System.Drawing.Point(12, 240); this.glassLabel4.Name = "glassLabel4"; this.glassLabel4.NoWrap = false; this.glassLabel4.Size = new System.Drawing.Size(121, 16); this.glassLabel4.TabIndex = 15; this.glassLabel4.Text = "Next Update Check:"; this.glassLabel4.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // closeButton // this.closeButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.closeButton.BackColor = System.Drawing.Color.Transparent; this.closeButton.BorderColor = System.Drawing.Color.Black; this.closeButton.Depth = 4; this.closeButton.DisabledGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.closeButton.DisabledGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.closeButton.Highlight = false; this.closeButton.HighlightGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(96)))), ((int)(((byte)(96)))), ((int)(((byte)(96))))); this.closeButton.HighlightGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))); this.closeButton.HoverGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(96)))), ((int)(((byte)(0))))); this.closeButton.HoverGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128))))); this.closeButton.IsGlass = true; this.closeButton.Location = new System.Drawing.Point(393, 224); this.closeButton.Name = "closeButton"; this.closeButton.NormalGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.closeButton.NormalGradient.Top = System.Drawing.Color.Silver; this.closeButton.PressedGradient.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(216)))), ((int)(((byte)(0))))); this.closeButton.PressedGradient.Top = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(0))))); this.closeButton.Size = new System.Drawing.Size(75, 36); this.closeButton.TabIndex = 14; this.closeButton.TabStop = false; this.closeButton.Text = "Close"; this.closeButton.UseStyles = false; this.closeButton.UseVisualStyleBackColor = false; this.closeButton.Click += new System.EventHandler(this.closeButton_Click); // // GlassLabel3 // this.GlassLabel3.BackColor = System.Drawing.Color.Transparent; this.GlassLabel3.Font = new System.Drawing.Font("Verdana", 6.75F); this.GlassLabel3.ForeColor = System.Drawing.Color.White; this.GlassLabel3.Location = new System.Drawing.Point(12, 224); this.GlassLabel3.Name = "GlassLabel3"; this.GlassLabel3.NoWrap = false; this.GlassLabel3.Size = new System.Drawing.Size(121, 16); this.GlassLabel3.TabIndex = 10; this.GlassLabel3.Text = "Last Update Check:"; this.GlassLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // GlassLabel2 // this.GlassLabel2.BackColor = System.Drawing.Color.Transparent; this.GlassLabel2.Font = new System.Drawing.Font("Verdana", 6.75F); this.GlassLabel2.ForeColor = System.Drawing.Color.White; this.GlassLabel2.Location = new System.Drawing.Point(12, 208); this.GlassLabel2.Name = "GlassLabel2"; this.GlassLabel2.NoWrap = false; this.GlassLabel2.Size = new System.Drawing.Size(121, 16); this.GlassLabel2.TabIndex = 9; this.GlassLabel2.Text = "Auto Update:"; this.GlassLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // GlassLabel1 // this.GlassLabel1.BackColor = System.Drawing.Color.Transparent; this.GlassLabel1.Font = new System.Drawing.Font("Verdana", 6.75F); this.GlassLabel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0))))); this.GlassLabel1.Location = new System.Drawing.Point(12, 192); this.GlassLabel1.Name = "GlassLabel1"; this.GlassLabel1.NoWrap = false; this.GlassLabel1.Size = new System.Drawing.Size(121, 16); this.GlassLabel1.TabIndex = 8; this.GlassLabel1.Text = "Client Version:"; this.GlassLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // AboutForm // this.BackColor = System.Drawing.Color.Black; this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage"))); this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.ClientSize = new System.Drawing.Size(480, 272); this.Controls.Add(this.nextUpdateLabel); this.Controls.Add(this.glassLabel4); this.Controls.Add(this.closeButton); this.Controls.Add(this.lastUpdateLabel); this.Controls.Add(this.updatesEnabledLabel); this.Controls.Add(this.clientVersionLabel); this.Controls.Add(this.GlassLabel3); this.Controls.Add(this.GlassLabel2); this.Controls.Add(this.GlassLabel1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "AboutForm"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "~"; this.ResumeLayout(false); }