namespace Level9 { partial class AboutForm { /// /// Designer variable used to keep track of non-visual components. /// private System.ComponentModel.IContainer components = null; /// /// Disposes resources used by the form. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing) { if (components != null) { components.Dispose(); } } base.Dispose(disposing); } /// /// This method is required for Windows Forms designer support. /// Do not change the method contents inside the source code editor. The Forms designer might /// not be able to load this method if it was changed manually. /// private void InitializeComponent() { this.tabControl = new System.Windows.Forms.TabControl(); this.tabPageLevel9 = new System.Windows.Forms.TabPage(); this.labelSplash = new System.Windows.Forms.Label(); this.labelLink = new System.Windows.Forms.LinkLabel(); this.textBoxWarranty = new System.Windows.Forms.TextBox(); this.labelVersion = new System.Windows.Forms.Label(); this.tabPageCredits = new System.Windows.Forms.TabPage(); this.labelAntlr = new System.Windows.Forms.Label(); this.labelAntlrCredits = new System.Windows.Forms.Label(); this.labelNetFrontend = new System.Windows.Forms.Label(); this.labelLevel9 = new System.Windows.Forms.Label(); this.labelLevel9Credits1 = new System.Windows.Forms.Label(); this.labelLevel9Credits2 = new System.Windows.Forms.Label(); this.labelLevel9Credits3 = new System.Windows.Forms.Label(); this.labelL9Cut = new System.Windows.Forms.Label(); this.label1L9CutCredits = new System.Windows.Forms.Label(); this.labelNetFrontendCredits = new System.Windows.Forms.Label(); this.panelMain = new System.Windows.Forms.Panel(); this.tabControl.SuspendLayout(); this.tabPageLevel9.SuspendLayout(); this.tabPageCredits.SuspendLayout(); this.panelMain.SuspendLayout(); this.SuspendLayout(); // // tabControl // this.tabControl.Controls.Add(this.tabPageLevel9); this.tabControl.Controls.Add(this.tabPageCredits); this.tabControl.Location = new System.Drawing.Point(4, 4); this.tabControl.Name = "tabControl"; this.tabControl.SelectedIndex = 0; this.tabControl.Size = new System.Drawing.Size(328, 287); this.tabControl.TabIndex = 13; // // tabPageLevel9 // this.tabPageLevel9.Controls.Add(this.labelSplash); this.tabPageLevel9.Controls.Add(this.labelLink); this.tabPageLevel9.Controls.Add(this.textBoxWarranty); this.tabPageLevel9.Controls.Add(this.labelVersion); this.tabPageLevel9.Location = new System.Drawing.Point(4, 22); this.tabPageLevel9.Name = "tabPageLevel9"; this.tabPageLevel9.Size = new System.Drawing.Size(320, 261); this.tabPageLevel9.TabIndex = 0; this.tabPageLevel9.Text = "Level9.Net"; // // labelSplash // this.labelSplash.Location = new System.Drawing.Point(8, 6); this.labelSplash.Name = "labelSplash"; this.labelSplash.Size = new System.Drawing.Size(304, 102); this.labelSplash.TabIndex = 14; // // labelLink // this.labelLink.Location = new System.Drawing.Point(92, 204); this.labelLink.Name = "labelLink"; this.labelLink.Size = new System.Drawing.Size(131, 18); this.labelLink.TabIndex = 13; this.labelLink.TabStop = true; this.labelLink.Text = "http://www.scan0017.net"; this.labelLink.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LabelLinkLinkClicked); // // textBoxWarranty // this.textBoxWarranty.BackColor = System.Drawing.SystemColors.Control; this.textBoxWarranty.BorderStyle = System.Windows.Forms.BorderStyle.None; this.textBoxWarranty.Location = new System.Drawing.Point(12, 144); this.textBoxWarranty.Multiline = true; this.textBoxWarranty.Name = "textBoxWarranty"; this.textBoxWarranty.ReadOnly = true; this.textBoxWarranty.Size = new System.Drawing.Size(296, 60); this.textBoxWarranty.TabIndex = 12; this.textBoxWarranty.Text = "Level9.Net comes with ABSOLUTELY NO WARRANTY. This is free software, and you are " + "welcome to redistribute it under certain conditions; see the GNU General Public " + "License for more details."; // // labelVersion // this.labelVersion.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelVersion.Location = new System.Drawing.Point(24, 112); this.labelVersion.Name = "labelVersion"; this.labelVersion.Size = new System.Drawing.Size(266, 24); this.labelVersion.TabIndex = 11; this.labelVersion.Text = "Version"; this.labelVersion.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // tabPageCredits // this.tabPageCredits.Controls.Add(this.labelAntlr); this.tabPageCredits.Controls.Add(this.labelAntlrCredits); this.tabPageCredits.Controls.Add(this.labelNetFrontend); this.tabPageCredits.Controls.Add(this.labelLevel9); this.tabPageCredits.Controls.Add(this.labelLevel9Credits1); this.tabPageCredits.Controls.Add(this.labelLevel9Credits2); this.tabPageCredits.Controls.Add(this.labelLevel9Credits3); this.tabPageCredits.Controls.Add(this.labelL9Cut); this.tabPageCredits.Controls.Add(this.label1L9CutCredits); this.tabPageCredits.Controls.Add(this.labelNetFrontendCredits); this.tabPageCredits.Location = new System.Drawing.Point(4, 22); this.tabPageCredits.Name = "tabPageCredits"; this.tabPageCredits.Size = new System.Drawing.Size(320, 261); this.tabPageCredits.TabIndex = 1; this.tabPageCredits.Text = "Credits"; // // labelAntlr // this.labelAntlr.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelAntlr.Location = new System.Drawing.Point(4, 157); this.labelAntlr.Name = "labelAntlr"; this.labelAntlr.Size = new System.Drawing.Size(216, 16); this.labelAntlr.TabIndex = 16; this.labelAntlr.Text = "ANTLR Parser Generator 3.1.3"; // // labelAntlrCredits // this.labelAntlrCredits.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelAntlrCredits.Location = new System.Drawing.Point(4, 176); this.labelAntlrCredits.Name = "labelAntlrCredits"; this.labelAntlrCredits.Size = new System.Drawing.Size(296, 16); this.labelAntlrCredits.TabIndex = 17; this.labelAntlrCredits.Text = "Copyright © Terence Parr and others"; // // labelNetFrontend // this.labelNetFrontend.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelNetFrontend.Location = new System.Drawing.Point(82, 211); this.labelNetFrontend.Name = "labelNetFrontend"; this.labelNetFrontend.Size = new System.Drawing.Size(234, 15); this.labelNetFrontend.TabIndex = 11; this.labelNetFrontend.Text = "Level9.Net Version"; this.labelNetFrontend.TextAlign = System.Drawing.ContentAlignment.TopRight; // // labelLevel9 // this.labelLevel9.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelLevel9.Location = new System.Drawing.Point(4, 8); this.labelLevel9.Name = "labelLevel9"; this.labelLevel9.Size = new System.Drawing.Size(216, 18); this.labelLevel9.TabIndex = 1; this.labelLevel9.Text = "Level 9 Interpreter Version 5.1"; // // labelLevel9Credits1 // this.labelLevel9Credits1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelLevel9Credits1.Location = new System.Drawing.Point(4, 28); this.labelLevel9Credits1.Name = "labelLevel9Credits1"; this.labelLevel9Credits1.Size = new System.Drawing.Size(296, 15); this.labelLevel9Credits1.TabIndex = 2; this.labelLevel9Credits1.Text = "Copyright © 1996-2011 Glen Summers and contributors."; // // labelLevel9Credits2 // this.labelLevel9Credits2.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelLevel9Credits2.Location = new System.Drawing.Point(4, 45); this.labelLevel9Credits2.Name = "labelLevel9Credits2"; this.labelLevel9Credits2.Size = new System.Drawing.Size(296, 15); this.labelLevel9Credits2.TabIndex = 3; this.labelLevel9Credits2.Text = "Contributions from David Kinder, Alan Staniforth"; // // labelLevel9Credits3 // this.labelLevel9Credits3.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelLevel9Credits3.Location = new System.Drawing.Point(4, 62); this.labelLevel9Credits3.Name = "labelLevel9Credits3"; this.labelLevel9Credits3.Size = new System.Drawing.Size(296, 16); this.labelLevel9Credits3.TabIndex = 4; this.labelLevel9Credits3.Text = "Simon Baldwin, Dieter Baron and Andreas Scherrer"; // // labelL9Cut // this.labelL9Cut.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelL9Cut.Location = new System.Drawing.Point(172, 100); this.labelL9Cut.Name = "labelL9Cut"; this.labelL9Cut.Size = new System.Drawing.Size(144, 16); this.labelL9Cut.TabIndex = 9; this.labelL9Cut.Text = "L9Cut Version 3.13"; this.labelL9Cut.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label1L9CutCredits // this.label1L9CutCredits.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1L9CutCredits.Location = new System.Drawing.Point(20, 121); this.label1L9CutCredits.Name = "label1L9CutCredits"; this.label1L9CutCredits.Size = new System.Drawing.Size(296, 15); this.label1L9CutCredits.TabIndex = 10; this.label1L9CutCredits.Text = "Copyleft 1996 - 2002 by Paul David Doherty"; this.label1L9CutCredits.TextAlign = System.Drawing.ContentAlignment.TopRight; // // labelNetFrontendCredits // this.labelNetFrontendCredits.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelNetFrontendCredits.Location = new System.Drawing.Point(20, 231); this.labelNetFrontendCredits.Name = "labelNetFrontendCredits"; this.labelNetFrontendCredits.Size = new System.Drawing.Size(296, 16); this.labelNetFrontendCredits.TabIndex = 12; this.labelNetFrontendCredits.Text = "Copyright © 2004 - 2011 Andreas Scherrer"; this.labelNetFrontendCredits.TextAlign = System.Drawing.ContentAlignment.TopRight; // // panelMain // this.panelMain.BackColor = System.Drawing.Color.Transparent; this.panelMain.Controls.Add(this.tabControl); this.panelMain.Dock = System.Windows.Forms.DockStyle.Fill; this.panelMain.Location = new System.Drawing.Point(0, 0); this.panelMain.Name = "panelMain"; this.panelMain.Size = new System.Drawing.Size(336, 294); this.panelMain.TabIndex = 2; // // AboutForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(336, 294); this.Controls.Add(this.panelMain); this.DoubleBuffered = true; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "AboutForm"; this.ShowIcon = false; this.ShowInTaskbar = false; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "About"; this.tabControl.ResumeLayout(false); this.tabPageLevel9.ResumeLayout(false); this.tabPageLevel9.PerformLayout(); this.tabPageCredits.ResumeLayout(false); this.panelMain.ResumeLayout(false); this.ResumeLayout(false); } private System.Windows.Forms.Label labelAntlrCredits; private System.Windows.Forms.Label labelAntlr; private System.Windows.Forms.Label labelSplash; private System.Windows.Forms.Panel panelMain; private System.Windows.Forms.Label labelNetFrontendCredits; private System.Windows.Forms.Label label1L9CutCredits; private System.Windows.Forms.Label labelL9Cut; private System.Windows.Forms.Label labelLevel9Credits3; private System.Windows.Forms.Label labelLevel9Credits2; private System.Windows.Forms.Label labelLevel9Credits1; private System.Windows.Forms.Label labelLevel9; private System.Windows.Forms.Label labelNetFrontend; private System.Windows.Forms.TabPage tabPageCredits; private System.Windows.Forms.Label labelVersion; private System.Windows.Forms.TextBox textBoxWarranty; private System.Windows.Forms.LinkLabel labelLink; private System.Windows.Forms.TabPage tabPageLevel9; private System.Windows.Forms.TabControl tabControl; } }