Example #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.lblPromptLabel = new System.Windows.Forms.Label();
     this.lblML          = new ActiproSoftware.MarkupLabel.MarkupLabel();
     this.SuspendLayout();
     //
     // lblPromptLabel
     //
     this.lblPromptLabel.AutoSize = true;
     this.lblPromptLabel.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.lblPromptLabel.Location = new System.Drawing.Point(0, 0);
     this.lblPromptLabel.Name     = "lblPromptLabel";
     this.lblPromptLabel.Size     = new System.Drawing.Size(14, 16);
     this.lblPromptLabel.TabIndex = 0;
     this.lblPromptLabel.Text     = "%";
     this.lblPromptLabel.Visible  = false;
     //
     // lblML
     //
     this.lblML.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.lblML.DockPadding.Left  = 5;
     this.lblML.DockPadding.Right = 5;
     this.lblML.Location          = new System.Drawing.Point(0, 0);
     this.lblML.MaxWidth          = 2147483647;
     this.lblML.Name              = "lblML";
     this.lblML.Size              = new System.Drawing.Size(102, 14);
     this.lblML.TabIndex          = 1;
     //
     // frmIntellisensePrompt
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor         = System.Drawing.SystemColors.Info;
     this.ClientSize        = new System.Drawing.Size(102, 14);
     this.ControlBox        = false;
     this.Controls.Add(this.lblML);
     this.Controls.Add(this.lblPromptLabel);
     this.Font            = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Name            = "frmIntellisensePrompt";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.Manual;
     this.TopMost         = true;
     this.ResumeLayout(false);
 }
Example #2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmAbout));
     this.label1        = new System.Windows.Forms.Label();
     this.label2        = new System.Windows.Forms.Label();
     this.label3        = new System.Windows.Forms.Label();
     this.lblVerString  = new System.Windows.Forms.Label();
     this.linkLabel1    = new System.Windows.Forms.LinkLabel();
     this.linkLabel2    = new System.Windows.Forms.LinkLabel();
     this.cmdClose      = new System.Windows.Forms.Button();
     this.toolTip1      = new System.Windows.Forms.ToolTip(this.components);
     this.tabPage4      = new Crownwood.DotNetMagic.Controls.TabPage();
     this.lvPlugins     = new System.Windows.Forms.ListView();
     this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.label4        = new System.Windows.Forms.Label();
     this.menuCommand1  = new Crownwood.DotNetMagic.Menus.MenuCommand();
     this.lblMemUtil    = new System.Windows.Forms.Label();
     this.tabControl1   = new Crownwood.DotNetMagic.Controls.TabControl();
     this.tabPage1      = new Crownwood.DotNetMagic.Controls.TabPage();
     this.groupBox1     = new System.Windows.Forms.GroupBox();
     this.lblLicLimit   = new System.Windows.Forms.Label();
     this.lblLicType    = new System.Windows.Forms.Label();
     this.lblLicExp     = new System.Windows.Forms.Label();
     this.lblLicSerial  = new System.Windows.Forms.Label();
     this.lblLicCompany = new System.Windows.Forms.Label();
     this.lblLicName    = new System.Windows.Forms.Label();
     this.pictureBox1   = new System.Windows.Forms.PictureBox();
     this.pictureBox2   = new System.Windows.Forms.PictureBox();
     this.tabPage2      = new Crownwood.DotNetMagic.Controls.TabPage();
     this.textBox1      = new System.Windows.Forms.TextBox();
     this.tabPage3      = new Crownwood.DotNetMagic.Controls.TabPage();
     this.textBox2      = new System.Windows.Forms.TextBox();
     this.markupLabel1  = new ActiproSoftware.MarkupLabel.MarkupLabel();
     this.lblMiscMsg    = new System.Windows.Forms.Label();
     this.tabPage4.SuspendLayout();
     this.tabControl1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
     this.tabPage2.SuspendLayout();
     this.tabPage3.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(80, 72);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(165, 15);
     this.label1.TabIndex = 1;
     this.label1.Text     = "TorqueDev Development IDE";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(80, 88);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(228, 14);
     this.label2.TabIndex = 1;
     this.label2.Text     = "Copyright (c) 2005-2009 netMercs Group LLC";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font     = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location = new System.Drawing.Point(80, 104);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(99, 14);
     this.label3.TabIndex = 1;
     this.label3.Text     = "All rights reserved.";
     //
     // lblVerString
     //
     this.lblVerString.AutoSize = true;
     this.lblVerString.Font     = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblVerString.Location = new System.Drawing.Point(8, 320);
     this.lblVerString.Name     = "lblVerString";
     this.lblVerString.Size     = new System.Drawing.Size(16, 14);
     this.lblVerString.TabIndex = 3;
     this.lblVerString.Text     = "%";
     //
     // linkLabel1
     //
     this.linkLabel1.AutoSize     = true;
     this.linkLabel1.LinkBehavior = System.Windows.Forms.LinkBehavior.HoverUnderline;
     this.linkLabel1.Location     = new System.Drawing.Point(8, 288);
     this.linkLabel1.Name         = "linkLabel1";
     this.linkLabel1.Size         = new System.Drawing.Size(102, 13);
     this.linkLabel1.TabIndex     = 4;
     this.linkLabel1.TabStop      = true;
     this.linkLabel1.Text         = "TorqueDev Website";
     this.toolTip1.SetToolTip(this.linkLabel1, "http://www.torquedev.com/ - Official TorqueDev Website");
     this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
     //
     // linkLabel2
     //
     this.linkLabel2.AutoSize     = true;
     this.linkLabel2.LinkBehavior = System.Windows.Forms.LinkBehavior.HoverUnderline;
     this.linkLabel2.Location     = new System.Drawing.Point(315, 288);
     this.linkLabel2.Name         = "linkLabel2";
     this.linkLabel2.Size         = new System.Drawing.Size(77, 13);
     this.linkLabel2.TabIndex     = 4;
     this.linkLabel2.TabStop      = true;
     this.linkLabel2.Text         = "Garage Games";
     this.linkLabel2.TextAlign    = System.Drawing.ContentAlignment.MiddleRight;
     this.toolTip1.SetToolTip(this.linkLabel2, "http://www.garagegames.com/ - Offical site of the creators of the Torque engine");
     this.linkLabel2.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel2_LinkClicked);
     //
     // cmdClose
     //
     this.cmdClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.cmdClose.FlatStyle    = System.Windows.Forms.FlatStyle.System;
     this.cmdClose.Location     = new System.Drawing.Point(327, 382);
     this.cmdClose.Name         = "cmdClose";
     this.cmdClose.Size         = new System.Drawing.Size(80, 24);
     this.cmdClose.TabIndex     = 5;
     this.cmdClose.Text         = "Close";
     this.cmdClose.Click       += new System.EventHandler(this.cmdClose_Click);
     //
     // tabPage4
     //
     this.tabPage4.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.tabPage4.Controls.Add(this.lvPlugins);
     this.tabPage4.Controls.Add(this.label4);
     this.tabPage4.InactiveBackColor     = System.Drawing.Color.Empty;
     this.tabPage4.InactiveTextBackColor = System.Drawing.Color.Empty;
     this.tabPage4.InactiveTextColor     = System.Drawing.Color.Empty;
     this.tabPage4.Location            = new System.Drawing.Point(1, 1);
     this.tabPage4.Name                = "tabPage4";
     this.tabPage4.SelectBackColor     = System.Drawing.Color.Empty;
     this.tabPage4.Selected            = false;
     this.tabPage4.SelectTextBackColor = System.Drawing.Color.Empty;
     this.tabPage4.SelectTextColor     = System.Drawing.Color.Empty;
     this.tabPage4.Size                = new System.Drawing.Size(398, 341);
     this.tabPage4.TabIndex            = 7;
     this.tabPage4.Title               = "Loaded Plugins";
     this.tabPage4.ToolTip             = "Page";
     this.toolTip1.SetToolTip(this.tabPage4, "Loaded Plugins");
     //
     // lvPlugins
     //
     this.lvPlugins.Activation = System.Windows.Forms.ItemActivation.TwoClick;
     this.lvPlugins.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader5,
         this.columnHeader2,
         this.columnHeader6,
         this.columnHeader3,
         this.columnHeader4
     });
     this.lvPlugins.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.lvPlugins.FullRowSelect = true;
     this.lvPlugins.Location      = new System.Drawing.Point(0, 0);
     this.lvPlugins.Name          = "lvPlugins";
     this.lvPlugins.Size          = new System.Drawing.Size(398, 328);
     this.lvPlugins.TabIndex      = 0;
     this.lvPlugins.UseCompatibleStateImageBehavior = false;
     this.lvPlugins.View          = System.Windows.Forms.View.Details;
     this.lvPlugins.ItemActivate += new System.EventHandler(this.lvPlugins_ItemActivate);
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "Name";
     this.columnHeader1.Width = 109;
     //
     // columnHeader5
     //
     this.columnHeader5.Text  = "Version";
     this.columnHeader5.Width = 91;
     //
     // columnHeader2
     //
     this.columnHeader2.Text  = "Author";
     this.columnHeader2.Width = 96;
     //
     // columnHeader6
     //
     this.columnHeader6.Text  = "Description";
     this.columnHeader6.Width = 120;
     //
     // columnHeader3
     //
     this.columnHeader3.Text  = "Copyright";
     this.columnHeader3.Width = 126;
     //
     // columnHeader4
     //
     this.columnHeader4.Text = "Guid";
     //
     // label4
     //
     this.label4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.label4.Dock      = System.Windows.Forms.DockStyle.Bottom;
     this.label4.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.ForeColor = System.Drawing.Color.Black;
     this.label4.Location  = new System.Drawing.Point(0, 328);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(398, 13);
     this.label4.TabIndex  = 1;
     this.label4.Text      = "Double-click a plugin for more information";
     //
     // menuCommand1
     //
     this.menuCommand1.Description = "Menu";
     this.menuCommand1.Text        = "Menu";
     //
     // lblMemUtil
     //
     this.lblMemUtil.Location   = new System.Drawing.Point(232, 320);
     this.lblMemUtil.Name       = "lblMemUtil";
     this.lblMemUtil.Size       = new System.Drawing.Size(160, 16);
     this.lblMemUtil.TabIndex   = 7;
     this.lblMemUtil.Text       = "%";
     this.lblMemUtil.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.lblMemUtil.MouseDown += new System.Windows.Forms.MouseEventHandler(this.lblMemUtil_MouseDown);
     //
     // tabControl1
     //
     this.tabControl1.BackColor           = System.Drawing.SystemColors.Control;
     this.tabControl1.ButtonActiveColor   = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.tabControl1.ButtonInactiveColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.tabControl1.Font            = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
     this.tabControl1.HotTextColor    = System.Drawing.SystemColors.ActiveCaption;
     this.tabControl1.ImageList       = null;
     this.tabControl1.Location        = new System.Drawing.Point(8, 8);
     this.tabControl1.Name            = "tabControl1";
     this.tabControl1.OfficeDockSides = false;
     this.tabControl1.SelectedIndex   = 0;
     this.tabControl1.ShowDropSelect  = false;
     this.tabControl1.Size            = new System.Drawing.Size(400, 368);
     this.tabControl1.Style           = Crownwood.DotNetMagic.Common.VisualStyle.IDE2005;
     this.tabControl1.TabIndex        = 8;
     this.tabControl1.TabPages.AddRange(new Crownwood.DotNetMagic.Controls.TabPage[] {
         this.tabPage1,
         this.tabPage4,
         this.tabPage2,
         this.tabPage3
     });
     this.tabControl1.TextColor         = System.Drawing.SystemColors.ControlText;
     this.tabControl1.TextInactiveColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.tabControl1.TextTips          = true;
     this.tabControl1.SelectionChanged += new Crownwood.DotNetMagic.Controls.SelectTabHandler(this.tabControl1_SelectionChanged);
     //
     // tabPage1
     //
     this.tabPage1.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.tabPage1.Controls.Add(this.groupBox1);
     this.tabPage1.Controls.Add(this.lblVerString);
     this.tabPage1.Controls.Add(this.lblMemUtil);
     this.tabPage1.Controls.Add(this.label1);
     this.tabPage1.Controls.Add(this.label2);
     this.tabPage1.Controls.Add(this.label3);
     this.tabPage1.Controls.Add(this.linkLabel2);
     this.tabPage1.Controls.Add(this.linkLabel1);
     this.tabPage1.Controls.Add(this.pictureBox1);
     this.tabPage1.Controls.Add(this.pictureBox2);
     this.tabPage1.InactiveBackColor     = System.Drawing.Color.Empty;
     this.tabPage1.InactiveTextBackColor = System.Drawing.Color.Empty;
     this.tabPage1.InactiveTextColor     = System.Drawing.Color.Empty;
     this.tabPage1.Location            = new System.Drawing.Point(1, 1);
     this.tabPage1.Name                = "tabPage1";
     this.tabPage1.SelectBackColor     = System.Drawing.Color.Empty;
     this.tabPage1.SelectTextBackColor = System.Drawing.Color.Empty;
     this.tabPage1.SelectTextColor     = System.Drawing.Color.Empty;
     this.tabPage1.Size                = new System.Drawing.Size(398, 341);
     this.tabPage1.TabIndex            = 4;
     this.tabPage1.Title               = "About";
     this.tabPage1.ToolTip             = "About";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.lblLicLimit);
     this.groupBox1.Controls.Add(this.lblLicType);
     this.groupBox1.Controls.Add(this.lblLicExp);
     this.groupBox1.Controls.Add(this.lblLicSerial);
     this.groupBox1.Controls.Add(this.lblLicCompany);
     this.groupBox1.Controls.Add(this.lblLicName);
     this.groupBox1.Font     = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox1.Location = new System.Drawing.Point(11, 143);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(374, 131);
     this.groupBox1.TabIndex = 13;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Licensed To";
     //
     // lblLicLimit
     //
     this.lblLicLimit.AutoSize = true;
     this.lblLicLimit.Location = new System.Drawing.Point(6, 112);
     this.lblLicLimit.Name     = "lblLicLimit";
     this.lblLicLimit.Size     = new System.Drawing.Size(126, 14);
     this.lblLicLimit.TabIndex = 2;
     this.lblLicLimit.Text     = "Licensed for 1 Computer";
     //
     // lblLicType
     //
     this.lblLicType.Location  = new System.Drawing.Point(155, 113);
     this.lblLicType.Name      = "lblLicType";
     this.lblLicType.Size      = new System.Drawing.Size(213, 13);
     this.lblLicType.TabIndex  = 1;
     this.lblLicType.Text      = "Standard License";
     this.lblLicType.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lblLicExp
     //
     this.lblLicExp.Location  = new System.Drawing.Point(9, 92);
     this.lblLicExp.Name      = "lblLicExp";
     this.lblLicExp.Size      = new System.Drawing.Size(359, 13);
     this.lblLicExp.TabIndex  = 0;
     this.lblLicExp.Text      = "License Does Not Expire";
     this.lblLicExp.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // lblLicSerial
     //
     this.lblLicSerial.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.lblLicSerial.Font      = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblLicSerial.Location  = new System.Drawing.Point(6, 61);
     this.lblLicSerial.Name      = "lblLicSerial";
     this.lblLicSerial.Size      = new System.Drawing.Size(362, 21);
     this.lblLicSerial.TabIndex  = 0;
     this.lblLicSerial.Text      = "CWF-134444-00UL";
     this.lblLicSerial.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // lblLicCompany
     //
     this.lblLicCompany.Location  = new System.Drawing.Point(10, 32);
     this.lblLicCompany.Name      = "lblLicCompany";
     this.lblLicCompany.Size      = new System.Drawing.Size(359, 13);
     this.lblLicCompany.TabIndex  = 0;
     this.lblLicCompany.Text      = "Company";
     this.lblLicCompany.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // lblLicName
     //
     this.lblLicName.Font      = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblLicName.Location  = new System.Drawing.Point(9, 17);
     this.lblLicName.Name      = "lblLicName";
     this.lblLicName.Size      = new System.Drawing.Size(359, 16);
     this.lblLicName.TabIndex  = 0;
     this.lblLicName.Text      = "User";
     this.lblLicName.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // pictureBox1
     //
     this.pictureBox1.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(24, 72);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(48, 48);
     this.pictureBox1.TabIndex = 0;
     this.pictureBox1.TabStop  = false;
     this.pictureBox1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseUp);
     //
     // pictureBox2
     //
     this.pictureBox2.Image    = global::TSDev.Properties.Resources.cw_about_std;
     this.pictureBox2.Location = new System.Drawing.Point(-1, 0);
     this.pictureBox2.Name     = "pictureBox2";
     this.pictureBox2.Size     = new System.Drawing.Size(408, 58);
     this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.pictureBox2.TabIndex = 10;
     this.pictureBox2.TabStop  = false;
     //
     // tabPage2
     //
     this.tabPage2.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.tabPage2.Controls.Add(this.textBox1);
     this.tabPage2.InactiveBackColor     = System.Drawing.Color.Empty;
     this.tabPage2.InactiveTextBackColor = System.Drawing.Color.Empty;
     this.tabPage2.InactiveTextColor     = System.Drawing.Color.Empty;
     this.tabPage2.Location            = new System.Drawing.Point(1, 1);
     this.tabPage2.Name                = "tabPage2";
     this.tabPage2.SelectBackColor     = System.Drawing.Color.Empty;
     this.tabPage2.Selected            = false;
     this.tabPage2.SelectTextBackColor = System.Drawing.Color.Empty;
     this.tabPage2.SelectTextColor     = System.Drawing.Color.Empty;
     this.tabPage2.Size                = new System.Drawing.Size(398, 341);
     this.tabPage2.TabIndex            = 5;
     this.tabPage2.Title               = "Contributors";
     this.tabPage2.ToolTip             = "Contributors";
     //
     // textBox1
     //
     this.textBox1.BackColor   = System.Drawing.SystemColors.ControlLightLight;
     this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.textBox1.Cursor      = System.Windows.Forms.Cursors.Arrow;
     this.textBox1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.textBox1.Font        = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox1.Location    = new System.Drawing.Point(0, 0);
     this.textBox1.Multiline   = true;
     this.textBox1.Name        = "textBox1";
     this.textBox1.Size        = new System.Drawing.Size(398, 341);
     this.textBox1.TabIndex    = 0;
     this.textBox1.TabStop     = false;
     this.textBox1.Text        = resources.GetString("textBox1.Text");
     this.textBox1.Enter      += new System.EventHandler(this.textBox1_Enter);
     //
     // tabPage3
     //
     this.tabPage3.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.tabPage3.Controls.Add(this.textBox2);
     this.tabPage3.Controls.Add(this.markupLabel1);
     this.tabPage3.InactiveBackColor     = System.Drawing.Color.Empty;
     this.tabPage3.InactiveTextBackColor = System.Drawing.Color.Empty;
     this.tabPage3.InactiveTextColor     = System.Drawing.Color.Empty;
     this.tabPage3.Location            = new System.Drawing.Point(1, 1);
     this.tabPage3.Name                = "tabPage3";
     this.tabPage3.SelectBackColor     = System.Drawing.Color.Empty;
     this.tabPage3.Selected            = false;
     this.tabPage3.SelectTextBackColor = System.Drawing.Color.Empty;
     this.tabPage3.SelectTextColor     = System.Drawing.Color.Empty;
     this.tabPage3.Size                = new System.Drawing.Size(398, 341);
     this.tabPage3.TabIndex            = 6;
     this.tabPage3.Title               = "Thanks To";
     this.tabPage3.ToolTip             = "Thanks To";
     //
     // textBox2
     //
     this.textBox2.BackColor   = System.Drawing.SystemColors.ControlLightLight;
     this.textBox2.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.textBox2.Cursor      = System.Windows.Forms.Cursors.Arrow;
     this.textBox2.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.textBox2.Font        = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox2.Location    = new System.Drawing.Point(0, 60);
     this.textBox2.Multiline   = true;
     this.textBox2.Name        = "textBox2";
     this.textBox2.ScrollBars  = System.Windows.Forms.ScrollBars.Vertical;
     this.textBox2.Size        = new System.Drawing.Size(398, 281);
     this.textBox2.TabIndex    = 1;
     this.textBox2.TabStop     = false;
     this.textBox2.Text        = resources.GetString("textBox2.Text");
     this.textBox2.Enter      += new System.EventHandler(this.textBox1_Enter);
     //
     // markupLabel1
     //
     this.markupLabel1.Dock       = System.Windows.Forms.DockStyle.Top;
     this.markupLabel1.Location   = new System.Drawing.Point(0, 0);
     this.markupLabel1.MaxWidth   = 2147483647;
     this.markupLabel1.Name       = "markupLabel1";
     this.markupLabel1.Size       = new System.Drawing.Size(398, 60);
     this.markupLabel1.TabIndex   = 14;
     this.markupLabel1.Text       = resources.GetString("markupLabel1.Text");
     this.markupLabel1.LinkClick += new ActiproSoftware.MarkupLabel.MarkupLabelLinkClickEventHandler(this.markupLabel1_LinkClick);
     //
     // lblMiscMsg
     //
     this.lblMiscMsg.AutoSize = true;
     this.lblMiscMsg.Font     = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblMiscMsg.Location = new System.Drawing.Point(8, 392);
     this.lblMiscMsg.Name     = "lblMiscMsg";
     this.lblMiscMsg.Size     = new System.Drawing.Size(16, 14);
     this.lblMiscMsg.TabIndex = 9;
     this.lblMiscMsg.Text     = "%";
     this.lblMiscMsg.Visible  = false;
     //
     // frmAbout
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor         = System.Drawing.SystemColors.ControlLight;
     this.ClientSize        = new System.Drawing.Size(417, 415);
     this.Controls.Add(this.lblMiscMsg);
     this.Controls.Add(this.tabControl1);
     this.Controls.Add(this.cmdClose);
     this.Font            = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "frmAbout";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "About TorqueDev";
     this.Closed         += new System.EventHandler(this.frmAbout_Closed);
     this.Load           += new System.EventHandler(this.frmAbout_Load);
     this.tabPage4.ResumeLayout(false);
     this.tabControl1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.tabPage1.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
     this.tabPage2.ResumeLayout(false);
     this.tabPage2.PerformLayout();
     this.tabPage3.ResumeLayout(false);
     this.tabPage3.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #3
0
 /// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(UCSnippetter));
     this.tvSnippets = new System.Windows.Forms.TreeView();
     this.ctmSnippets = new ActiproSoftware.WinUICore.OwnerDrawContextMenu();
     this.mnuSnippetAdd = new ActiproSoftware.WinUICore.OwnerDrawMenuItem();
     this.mnuSnippetEdit = new ActiproSoftware.WinUICore.OwnerDrawMenuItem();
     this.mnuSnippetDel = new ActiproSoftware.WinUICore.OwnerDrawMenuItem();
     this.menuItem3 = new ActiproSoftware.WinUICore.OwnerDrawMenuItem();
     this.mnuSnippetImport = new ActiproSoftware.WinUICore.OwnerDrawMenuItem();
     this.mnuSnippetCopy = new ActiproSoftware.WinUICore.OwnerDrawMenuItem();
     this.mnuSnippetToClipboard = new ActiproSoftware.WinUICore.OwnerDrawMenuItem();
     this.ilSnippets = new System.Windows.Forms.ImageList(this.components);
     this.splitter1 = new System.Windows.Forms.Splitter();
     this.panel1 = new System.Windows.Forms.Panel();
     this.lblDescr = new ActiproSoftware.MarkupLabel.MarkupLabel();
     this.panel2 = new System.Windows.Forms.Panel();
     this.txtSearch = new System.Windows.Forms.TextBox();
     this.cmdSearch = new System.Windows.Forms.Button();
     this.menuItem1 = new ActiproSoftware.WinUICore.OwnerDrawMenuItem();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // tvSnippets
     //
     this.tvSnippets.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.tvSnippets.ContextMenu = this.ctmSnippets;
     this.tvSnippets.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tvSnippets.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.tvSnippets.ImageList = this.ilSnippets;
     this.tvSnippets.Location = new System.Drawing.Point(0, 24);
     this.tvSnippets.Name = "tvSnippets";
     this.tvSnippets.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
                                                                            new System.Windows.Forms.TreeNode("Node0", new System.Windows.Forms.TreeNode[] {
                                                                                                                                                               new System.Windows.Forms.TreeNode("Node3")}),
                                                                            new System.Windows.Forms.TreeNode("Node1"),
                                                                            new System.Windows.Forms.TreeNode("Node2")});
     this.tvSnippets.ShowPlusMinus = false;
     this.tvSnippets.ShowRootLines = false;
     this.tvSnippets.Size = new System.Drawing.Size(216, 331);
     this.tvSnippets.TabIndex = 0;
     this.tvSnippets.DoubleClick += new System.EventHandler(this.tvSnippets_DoubleClick);
     this.tvSnippets.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tvSnippets_AfterSelect);
     //
     // ctmSnippets
     //
     this.ctmSnippets.MenuItems.AddRange(new ActiproSoftware.WinUICore.OwnerDrawMenuItem[] {
                                                                                 this.mnuSnippetAdd,
                                                                                 this.mnuSnippetEdit,
                                                                                 this.mnuSnippetDel,
                                                                                 this.menuItem3,
                                                                                 this.mnuSnippetImport,
                                                                                 this.menuItem1,
                                                                                 this.mnuSnippetToClipboard,
                                                                                 this.mnuSnippetCopy});
     //
     // mnuSnippetAdd
     //
     this.mnuSnippetAdd.Index = 0;
     this.mnuSnippetAdd.OwnerDraw = true;
     this.mnuSnippetAdd.Text = "&Add New Snippet...";
     this.mnuSnippetAdd.Click += new System.EventHandler(this.mnuSnippetAdd_Click);
     //
     // mnuSnippetEdit
     //
     this.mnuSnippetEdit.Index = 1;
     this.mnuSnippetEdit.OwnerDraw = true;
     this.mnuSnippetEdit.Text = "E&dit Snippet";
     this.mnuSnippetEdit.Click += new System.EventHandler(this.mnuSnippetEdit_Click);
     //
     // mnuSnippetDel
     //
     this.mnuSnippetDel.Index = 2;
     this.mnuSnippetDel.OwnerDraw = true;
     this.mnuSnippetDel.Text = "D&elete Snippet";
     this.mnuSnippetDel.Click += new System.EventHandler(this.mnuSnippetDel_Click);
     //
     // menuItem3
     //
     this.menuItem3.Index = 3;
     this.menuItem3.OwnerDraw = true;
     this.menuItem3.Text = "-";
     //
     // mnuSnippetImport
     //
     this.mnuSnippetImport.Index = 4;
     this.mnuSnippetImport.OwnerDraw = true;
     this.mnuSnippetImport.Text = "&Import Snippet...";
     this.mnuSnippetImport.Click += new System.EventHandler(this.mnuSnippetImport_Click);
     //
     // mnuSnippetCopy
     //
     this.mnuSnippetCopy.Index = 7;
     this.mnuSnippetCopy.OwnerDraw = true;
     this.mnuSnippetCopy.Text = "&Copy Shortcut";
     this.mnuSnippetCopy.Click += new System.EventHandler(this.mnuSnippetCopy_Click);
     //
     // mnuSnippetToClipboard
     //
     this.mnuSnippetToClipboard.Index = 6;
     this.mnuSnippetToClipboard.OwnerDraw = true;
     this.mnuSnippetToClipboard.Text = "Copy Co&de to Clipboard";
     this.mnuSnippetToClipboard.Click += new System.EventHandler(this.mnuSnippetToClipboard_Click);
     //
     // ilSnippets
     //
     this.ilSnippets.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
     this.ilSnippets.ImageSize = new System.Drawing.Size(16, 16);
     this.ilSnippets.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilSnippets.ImageStream")));
     this.ilSnippets.TransparentColor = System.Drawing.Color.Transparent;
     //
     // splitter1
     //
     this.splitter1.BackColor = System.Drawing.SystemColors.ControlLight;
     this.splitter1.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.splitter1.Location = new System.Drawing.Point(0, 355);
     this.splitter1.Name = "splitter1";
     this.splitter1.Size = new System.Drawing.Size(216, 1);
     this.splitter1.TabIndex = 2;
     this.splitter1.TabStop = false;
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.SystemColors.ControlLight;
     this.panel1.Controls.Add(this.lblDescr);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location = new System.Drawing.Point(0, 356);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(216, 100);
     this.panel1.TabIndex = 3;
     //
     // lblDescr
     //
     this.lblDescr.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lblDescr.DockPadding.All = 10;
     this.lblDescr.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblDescr.Location = new System.Drawing.Point(0, 0);
     this.lblDescr.MaxWidth = 2147483647;
     this.lblDescr.Name = "lblDescr";
     this.lblDescr.Size = new System.Drawing.Size(216, 100);
     this.lblDescr.TabIndex = 0;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.txtSearch);
     this.panel2.Controls.Add(this.cmdSearch);
     this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(216, 24);
     this.panel2.TabIndex = 0;
     //
     // txtSearch
     //
     this.txtSearch.Dock = System.Windows.Forms.DockStyle.Fill;
     this.txtSearch.Location = new System.Drawing.Point(0, 0);
     this.txtSearch.Name = "txtSearch";
     this.txtSearch.Size = new System.Drawing.Size(141, 20);
     this.txtSearch.TabIndex = 0;
     this.txtSearch.Text = "";
     this.txtSearch.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtSearch_KeyDown);
     //
     // cmdSearch
     //
     this.cmdSearch.Dock = System.Windows.Forms.DockStyle.Right;
     this.cmdSearch.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.cmdSearch.Location = new System.Drawing.Point(141, 0);
     this.cmdSearch.Name = "cmdSearch";
     this.cmdSearch.Size = new System.Drawing.Size(75, 24);
     this.cmdSearch.TabIndex = 1;
     this.cmdSearch.Text = "Search";
     this.cmdSearch.Click += new System.EventHandler(this.cmdSearch_Click);
     //
     // menuItem1
     //
     this.menuItem1.Index = 5;
     this.menuItem1.Text = "-";
     //
     // UCSnippetter
     //
     this.Controls.Add(this.tvSnippets);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.splitter1);
     this.Controls.Add(this.panel1);
     this.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(178)));
     this.Name = "UCSnippetter";
     this.Size = new System.Drawing.Size(216, 456);
     this.panel1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(UCSnippetter));
     this.tvSnippets            = new System.Windows.Forms.TreeView();
     this.ctmSnippets           = new ActiproSoftware.WinUICore.OwnerDrawContextMenu();
     this.mnuSnippetAdd         = new ActiproSoftware.WinUICore.OwnerDrawMenuItem();
     this.mnuSnippetEdit        = new ActiproSoftware.WinUICore.OwnerDrawMenuItem();
     this.mnuSnippetDel         = new ActiproSoftware.WinUICore.OwnerDrawMenuItem();
     this.menuItem3             = new ActiproSoftware.WinUICore.OwnerDrawMenuItem();
     this.mnuSnippetImport      = new ActiproSoftware.WinUICore.OwnerDrawMenuItem();
     this.mnuSnippetCopy        = new ActiproSoftware.WinUICore.OwnerDrawMenuItem();
     this.mnuSnippetToClipboard = new ActiproSoftware.WinUICore.OwnerDrawMenuItem();
     this.ilSnippets            = new System.Windows.Forms.ImageList(this.components);
     this.splitter1             = new System.Windows.Forms.Splitter();
     this.panel1    = new System.Windows.Forms.Panel();
     this.lblDescr  = new ActiproSoftware.MarkupLabel.MarkupLabel();
     this.panel2    = new System.Windows.Forms.Panel();
     this.txtSearch = new System.Windows.Forms.TextBox();
     this.cmdSearch = new System.Windows.Forms.Button();
     this.menuItem1 = new ActiproSoftware.WinUICore.OwnerDrawMenuItem();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // tvSnippets
     //
     this.tvSnippets.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.tvSnippets.ContextMenu = this.ctmSnippets;
     this.tvSnippets.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.tvSnippets.Font        = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.tvSnippets.ImageList   = this.ilSnippets;
     this.tvSnippets.Location    = new System.Drawing.Point(0, 24);
     this.tvSnippets.Name        = "tvSnippets";
     this.tvSnippets.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
         new System.Windows.Forms.TreeNode("Node0", new System.Windows.Forms.TreeNode[] {
             new System.Windows.Forms.TreeNode("Node3")
         }),
         new System.Windows.Forms.TreeNode("Node1"),
         new System.Windows.Forms.TreeNode("Node2")
     });
     this.tvSnippets.ShowPlusMinus = false;
     this.tvSnippets.ShowRootLines = false;
     this.tvSnippets.Size          = new System.Drawing.Size(216, 331);
     this.tvSnippets.TabIndex      = 0;
     this.tvSnippets.DoubleClick  += new System.EventHandler(this.tvSnippets_DoubleClick);
     this.tvSnippets.AfterSelect  += new System.Windows.Forms.TreeViewEventHandler(this.tvSnippets_AfterSelect);
     //
     // ctmSnippets
     //
     this.ctmSnippets.MenuItems.AddRange(new ActiproSoftware.WinUICore.OwnerDrawMenuItem[] {
         this.mnuSnippetAdd,
         this.mnuSnippetEdit,
         this.mnuSnippetDel,
         this.menuItem3,
         this.mnuSnippetImport,
         this.menuItem1,
         this.mnuSnippetToClipboard,
         this.mnuSnippetCopy
     });
     //
     // mnuSnippetAdd
     //
     this.mnuSnippetAdd.Index     = 0;
     this.mnuSnippetAdd.OwnerDraw = true;
     this.mnuSnippetAdd.Text      = "&Add New Snippet...";
     this.mnuSnippetAdd.Click    += new System.EventHandler(this.mnuSnippetAdd_Click);
     //
     // mnuSnippetEdit
     //
     this.mnuSnippetEdit.Index     = 1;
     this.mnuSnippetEdit.OwnerDraw = true;
     this.mnuSnippetEdit.Text      = "E&dit Snippet";
     this.mnuSnippetEdit.Click    += new System.EventHandler(this.mnuSnippetEdit_Click);
     //
     // mnuSnippetDel
     //
     this.mnuSnippetDel.Index     = 2;
     this.mnuSnippetDel.OwnerDraw = true;
     this.mnuSnippetDel.Text      = "D&elete Snippet";
     this.mnuSnippetDel.Click    += new System.EventHandler(this.mnuSnippetDel_Click);
     //
     // menuItem3
     //
     this.menuItem3.Index     = 3;
     this.menuItem3.OwnerDraw = true;
     this.menuItem3.Text      = "-";
     //
     // mnuSnippetImport
     //
     this.mnuSnippetImport.Index     = 4;
     this.mnuSnippetImport.OwnerDraw = true;
     this.mnuSnippetImport.Text      = "&Import Snippet...";
     this.mnuSnippetImport.Click    += new System.EventHandler(this.mnuSnippetImport_Click);
     //
     // mnuSnippetCopy
     //
     this.mnuSnippetCopy.Index     = 7;
     this.mnuSnippetCopy.OwnerDraw = true;
     this.mnuSnippetCopy.Text      = "&Copy Shortcut";
     this.mnuSnippetCopy.Click    += new System.EventHandler(this.mnuSnippetCopy_Click);
     //
     // mnuSnippetToClipboard
     //
     this.mnuSnippetToClipboard.Index     = 6;
     this.mnuSnippetToClipboard.OwnerDraw = true;
     this.mnuSnippetToClipboard.Text      = "Copy Co&de to Clipboard";
     this.mnuSnippetToClipboard.Click    += new System.EventHandler(this.mnuSnippetToClipboard_Click);
     //
     // ilSnippets
     //
     this.ilSnippets.ColorDepth       = System.Windows.Forms.ColorDepth.Depth32Bit;
     this.ilSnippets.ImageSize        = new System.Drawing.Size(16, 16);
     this.ilSnippets.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilSnippets.ImageStream")));
     this.ilSnippets.TransparentColor = System.Drawing.Color.Transparent;
     //
     // splitter1
     //
     this.splitter1.BackColor = System.Drawing.SystemColors.ControlLight;
     this.splitter1.Dock      = System.Windows.Forms.DockStyle.Bottom;
     this.splitter1.Location  = new System.Drawing.Point(0, 355);
     this.splitter1.Name      = "splitter1";
     this.splitter1.Size      = new System.Drawing.Size(216, 1);
     this.splitter1.TabIndex  = 2;
     this.splitter1.TabStop   = false;
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.SystemColors.ControlLight;
     this.panel1.Controls.Add(this.lblDescr);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location = new System.Drawing.Point(0, 356);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(216, 100);
     this.panel1.TabIndex = 3;
     //
     // lblDescr
     //
     this.lblDescr.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.lblDescr.DockPadding.All = 10;
     this.lblDescr.Font            = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblDescr.Location        = new System.Drawing.Point(0, 0);
     this.lblDescr.MaxWidth        = 2147483647;
     this.lblDescr.Name            = "lblDescr";
     this.lblDescr.Size            = new System.Drawing.Size(216, 100);
     this.lblDescr.TabIndex        = 0;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.txtSearch);
     this.panel2.Controls.Add(this.cmdSearch);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(216, 24);
     this.panel2.TabIndex = 0;
     //
     // txtSearch
     //
     this.txtSearch.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.txtSearch.Location = new System.Drawing.Point(0, 0);
     this.txtSearch.Name     = "txtSearch";
     this.txtSearch.Size     = new System.Drawing.Size(141, 20);
     this.txtSearch.TabIndex = 0;
     this.txtSearch.Text     = "";
     this.txtSearch.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtSearch_KeyDown);
     //
     // cmdSearch
     //
     this.cmdSearch.Dock      = System.Windows.Forms.DockStyle.Right;
     this.cmdSearch.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.cmdSearch.Location  = new System.Drawing.Point(141, 0);
     this.cmdSearch.Name      = "cmdSearch";
     this.cmdSearch.Size      = new System.Drawing.Size(75, 24);
     this.cmdSearch.TabIndex  = 1;
     this.cmdSearch.Text      = "Search";
     this.cmdSearch.Click    += new System.EventHandler(this.cmdSearch_Click);
     //
     // menuItem1
     //
     this.menuItem1.Index = 5;
     this.menuItem1.Text  = "-";
     //
     // UCSnippetter
     //
     this.Controls.Add(this.tvSnippets);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.splitter1);
     this.Controls.Add(this.panel1);
     this.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(178)));
     this.Name = "UCSnippetter";
     this.Size = new System.Drawing.Size(216, 456);
     this.panel1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #5
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmAbout));
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.lblVerString = new System.Windows.Forms.Label();
     this.linkLabel1 = new System.Windows.Forms.LinkLabel();
     this.linkLabel2 = new System.Windows.Forms.LinkLabel();
     this.cmdClose = new System.Windows.Forms.Button();
     this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
     this.tabPage4 = new Crownwood.DotNetMagic.Controls.TabPage();
     this.lvPlugins = new System.Windows.Forms.ListView();
     this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.label4 = new System.Windows.Forms.Label();
     this.menuCommand1 = new Crownwood.DotNetMagic.Menus.MenuCommand();
     this.lblMemUtil = new System.Windows.Forms.Label();
     this.tabControl1 = new Crownwood.DotNetMagic.Controls.TabControl();
     this.tabPage1 = new Crownwood.DotNetMagic.Controls.TabPage();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.lblLicLimit = new System.Windows.Forms.Label();
     this.lblLicType = new System.Windows.Forms.Label();
     this.lblLicExp = new System.Windows.Forms.Label();
     this.lblLicSerial = new System.Windows.Forms.Label();
     this.lblLicCompany = new System.Windows.Forms.Label();
     this.lblLicName = new System.Windows.Forms.Label();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.pictureBox2 = new System.Windows.Forms.PictureBox();
     this.tabPage2 = new Crownwood.DotNetMagic.Controls.TabPage();
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.tabPage3 = new Crownwood.DotNetMagic.Controls.TabPage();
     this.textBox2 = new System.Windows.Forms.TextBox();
     this.markupLabel1 = new ActiproSoftware.MarkupLabel.MarkupLabel();
     this.lblMiscMsg = new System.Windows.Forms.Label();
     this.tabPage4.SuspendLayout();
     this.tabControl1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
     this.tabPage2.SuspendLayout();
     this.tabPage3.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(80, 72);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(165, 15);
     this.label1.TabIndex = 1;
     this.label1.Text = "TorqueDev Development IDE";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(80, 88);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(228, 14);
     this.label2.TabIndex = 1;
     this.label2.Text = "Copyright (c) 2005-2009 netMercs Group LLC";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location = new System.Drawing.Point(80, 104);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(99, 14);
     this.label3.TabIndex = 1;
     this.label3.Text = "All rights reserved.";
     //
     // lblVerString
     //
     this.lblVerString.AutoSize = true;
     this.lblVerString.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblVerString.Location = new System.Drawing.Point(8, 320);
     this.lblVerString.Name = "lblVerString";
     this.lblVerString.Size = new System.Drawing.Size(16, 14);
     this.lblVerString.TabIndex = 3;
     this.lblVerString.Text = "%";
     //
     // linkLabel1
     //
     this.linkLabel1.AutoSize = true;
     this.linkLabel1.LinkBehavior = System.Windows.Forms.LinkBehavior.HoverUnderline;
     this.linkLabel1.Location = new System.Drawing.Point(8, 288);
     this.linkLabel1.Name = "linkLabel1";
     this.linkLabel1.Size = new System.Drawing.Size(102, 13);
     this.linkLabel1.TabIndex = 4;
     this.linkLabel1.TabStop = true;
     this.linkLabel1.Text = "TorqueDev Website";
     this.toolTip1.SetToolTip(this.linkLabel1, "http://www.torquedev.com/ - Official TorqueDev Website");
     this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
     //
     // linkLabel2
     //
     this.linkLabel2.AutoSize = true;
     this.linkLabel2.LinkBehavior = System.Windows.Forms.LinkBehavior.HoverUnderline;
     this.linkLabel2.Location = new System.Drawing.Point(315, 288);
     this.linkLabel2.Name = "linkLabel2";
     this.linkLabel2.Size = new System.Drawing.Size(77, 13);
     this.linkLabel2.TabIndex = 4;
     this.linkLabel2.TabStop = true;
     this.linkLabel2.Text = "Garage Games";
     this.linkLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.toolTip1.SetToolTip(this.linkLabel2, "http://www.garagegames.com/ - Offical site of the creators of the Torque engine");
     this.linkLabel2.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel2_LinkClicked);
     //
     // cmdClose
     //
     this.cmdClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.cmdClose.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.cmdClose.Location = new System.Drawing.Point(327, 382);
     this.cmdClose.Name = "cmdClose";
     this.cmdClose.Size = new System.Drawing.Size(80, 24);
     this.cmdClose.TabIndex = 5;
     this.cmdClose.Text = "Close";
     this.cmdClose.Click += new System.EventHandler(this.cmdClose_Click);
     //
     // tabPage4
     //
     this.tabPage4.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.tabPage4.Controls.Add(this.lvPlugins);
     this.tabPage4.Controls.Add(this.label4);
     this.tabPage4.InactiveBackColor = System.Drawing.Color.Empty;
     this.tabPage4.InactiveTextBackColor = System.Drawing.Color.Empty;
     this.tabPage4.InactiveTextColor = System.Drawing.Color.Empty;
     this.tabPage4.Location = new System.Drawing.Point(1, 1);
     this.tabPage4.Name = "tabPage4";
     this.tabPage4.SelectBackColor = System.Drawing.Color.Empty;
     this.tabPage4.Selected = false;
     this.tabPage4.SelectTextBackColor = System.Drawing.Color.Empty;
     this.tabPage4.SelectTextColor = System.Drawing.Color.Empty;
     this.tabPage4.Size = new System.Drawing.Size(398, 341);
     this.tabPage4.TabIndex = 7;
     this.tabPage4.Title = "Loaded Plugins";
     this.tabPage4.ToolTip = "Page";
     this.toolTip1.SetToolTip(this.tabPage4, "Loaded Plugins");
     //
     // lvPlugins
     //
     this.lvPlugins.Activation = System.Windows.Forms.ItemActivation.TwoClick;
     this.lvPlugins.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader1,
     this.columnHeader5,
     this.columnHeader2,
     this.columnHeader6,
     this.columnHeader3,
     this.columnHeader4});
     this.lvPlugins.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lvPlugins.FullRowSelect = true;
     this.lvPlugins.Location = new System.Drawing.Point(0, 0);
     this.lvPlugins.Name = "lvPlugins";
     this.lvPlugins.Size = new System.Drawing.Size(398, 328);
     this.lvPlugins.TabIndex = 0;
     this.lvPlugins.UseCompatibleStateImageBehavior = false;
     this.lvPlugins.View = System.Windows.Forms.View.Details;
     this.lvPlugins.ItemActivate += new System.EventHandler(this.lvPlugins_ItemActivate);
     //
     // columnHeader1
     //
     this.columnHeader1.Text = "Name";
     this.columnHeader1.Width = 109;
     //
     // columnHeader5
     //
     this.columnHeader5.Text = "Version";
     this.columnHeader5.Width = 91;
     //
     // columnHeader2
     //
     this.columnHeader2.Text = "Author";
     this.columnHeader2.Width = 96;
     //
     // columnHeader6
     //
     this.columnHeader6.Text = "Description";
     this.columnHeader6.Width = 120;
     //
     // columnHeader3
     //
     this.columnHeader3.Text = "Copyright";
     this.columnHeader3.Width = 126;
     //
     // columnHeader4
     //
     this.columnHeader4.Text = "Guid";
     //
     // label4
     //
     this.label4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.label4.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.label4.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.ForeColor = System.Drawing.Color.Black;
     this.label4.Location = new System.Drawing.Point(0, 328);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(398, 13);
     this.label4.TabIndex = 1;
     this.label4.Text = "Double-click a plugin for more information";
     //
     // menuCommand1
     //
     this.menuCommand1.Description = "Menu";
     this.menuCommand1.Text = "Menu";
     //
     // lblMemUtil
     //
     this.lblMemUtil.Location = new System.Drawing.Point(232, 320);
     this.lblMemUtil.Name = "lblMemUtil";
     this.lblMemUtil.Size = new System.Drawing.Size(160, 16);
     this.lblMemUtil.TabIndex = 7;
     this.lblMemUtil.Text = "%";
     this.lblMemUtil.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.lblMemUtil.MouseDown += new System.Windows.Forms.MouseEventHandler(this.lblMemUtil_MouseDown);
     //
     // tabControl1
     //
     this.tabControl1.BackColor = System.Drawing.SystemColors.Control;
     this.tabControl1.ButtonActiveColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.tabControl1.ButtonInactiveColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.tabControl1.Font = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
     this.tabControl1.HotTextColor = System.Drawing.SystemColors.ActiveCaption;
     this.tabControl1.ImageList = null;
     this.tabControl1.Location = new System.Drawing.Point(8, 8);
     this.tabControl1.Name = "tabControl1";
     this.tabControl1.OfficeDockSides = false;
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.ShowDropSelect = false;
     this.tabControl1.Size = new System.Drawing.Size(400, 368);
     this.tabControl1.Style = Crownwood.DotNetMagic.Common.VisualStyle.IDE2005;
     this.tabControl1.TabIndex = 8;
     this.tabControl1.TabPages.AddRange(new Crownwood.DotNetMagic.Controls.TabPage[] {
     this.tabPage1,
     this.tabPage4,
     this.tabPage2,
     this.tabPage3});
     this.tabControl1.TextColor = System.Drawing.SystemColors.ControlText;
     this.tabControl1.TextInactiveColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.tabControl1.TextTips = true;
     this.tabControl1.SelectionChanged += new Crownwood.DotNetMagic.Controls.SelectTabHandler(this.tabControl1_SelectionChanged);
     //
     // tabPage1
     //
     this.tabPage1.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.tabPage1.Controls.Add(this.groupBox1);
     this.tabPage1.Controls.Add(this.lblVerString);
     this.tabPage1.Controls.Add(this.lblMemUtil);
     this.tabPage1.Controls.Add(this.label1);
     this.tabPage1.Controls.Add(this.label2);
     this.tabPage1.Controls.Add(this.label3);
     this.tabPage1.Controls.Add(this.linkLabel2);
     this.tabPage1.Controls.Add(this.linkLabel1);
     this.tabPage1.Controls.Add(this.pictureBox1);
     this.tabPage1.Controls.Add(this.pictureBox2);
     this.tabPage1.InactiveBackColor = System.Drawing.Color.Empty;
     this.tabPage1.InactiveTextBackColor = System.Drawing.Color.Empty;
     this.tabPage1.InactiveTextColor = System.Drawing.Color.Empty;
     this.tabPage1.Location = new System.Drawing.Point(1, 1);
     this.tabPage1.Name = "tabPage1";
     this.tabPage1.SelectBackColor = System.Drawing.Color.Empty;
     this.tabPage1.SelectTextBackColor = System.Drawing.Color.Empty;
     this.tabPage1.SelectTextColor = System.Drawing.Color.Empty;
     this.tabPage1.Size = new System.Drawing.Size(398, 341);
     this.tabPage1.TabIndex = 4;
     this.tabPage1.Title = "About";
     this.tabPage1.ToolTip = "About";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.lblLicLimit);
     this.groupBox1.Controls.Add(this.lblLicType);
     this.groupBox1.Controls.Add(this.lblLicExp);
     this.groupBox1.Controls.Add(this.lblLicSerial);
     this.groupBox1.Controls.Add(this.lblLicCompany);
     this.groupBox1.Controls.Add(this.lblLicName);
     this.groupBox1.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox1.Location = new System.Drawing.Point(11, 143);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(374, 131);
     this.groupBox1.TabIndex = 13;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Licensed To";
     //
     // lblLicLimit
     //
     this.lblLicLimit.AutoSize = true;
     this.lblLicLimit.Location = new System.Drawing.Point(6, 112);
     this.lblLicLimit.Name = "lblLicLimit";
     this.lblLicLimit.Size = new System.Drawing.Size(126, 14);
     this.lblLicLimit.TabIndex = 2;
     this.lblLicLimit.Text = "Licensed for 1 Computer";
     //
     // lblLicType
     //
     this.lblLicType.Location = new System.Drawing.Point(155, 113);
     this.lblLicType.Name = "lblLicType";
     this.lblLicType.Size = new System.Drawing.Size(213, 13);
     this.lblLicType.TabIndex = 1;
     this.lblLicType.Text = "Standard License";
     this.lblLicType.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lblLicExp
     //
     this.lblLicExp.Location = new System.Drawing.Point(9, 92);
     this.lblLicExp.Name = "lblLicExp";
     this.lblLicExp.Size = new System.Drawing.Size(359, 13);
     this.lblLicExp.TabIndex = 0;
     this.lblLicExp.Text = "License Does Not Expire";
     this.lblLicExp.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // lblLicSerial
     //
     this.lblLicSerial.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.lblLicSerial.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblLicSerial.Location = new System.Drawing.Point(6, 61);
     this.lblLicSerial.Name = "lblLicSerial";
     this.lblLicSerial.Size = new System.Drawing.Size(362, 21);
     this.lblLicSerial.TabIndex = 0;
     this.lblLicSerial.Text = "CWF-134444-00UL";
     this.lblLicSerial.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // lblLicCompany
     //
     this.lblLicCompany.Location = new System.Drawing.Point(10, 32);
     this.lblLicCompany.Name = "lblLicCompany";
     this.lblLicCompany.Size = new System.Drawing.Size(359, 13);
     this.lblLicCompany.TabIndex = 0;
     this.lblLicCompany.Text = "Company";
     this.lblLicCompany.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // lblLicName
     //
     this.lblLicName.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblLicName.Location = new System.Drawing.Point(9, 17);
     this.lblLicName.Name = "lblLicName";
     this.lblLicName.Size = new System.Drawing.Size(359, 16);
     this.lblLicName.TabIndex = 0;
     this.lblLicName.Text = "User";
     this.lblLicName.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // pictureBox1
     //
     this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(24, 72);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(48, 48);
     this.pictureBox1.TabIndex = 0;
     this.pictureBox1.TabStop = false;
     this.pictureBox1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseUp);
     //
     // pictureBox2
     //
     this.pictureBox2.Image = global::TSDev.Properties.Resources.cw_about_std;
     this.pictureBox2.Location = new System.Drawing.Point(-1, 0);
     this.pictureBox2.Name = "pictureBox2";
     this.pictureBox2.Size = new System.Drawing.Size(408, 58);
     this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.pictureBox2.TabIndex = 10;
     this.pictureBox2.TabStop = false;
     //
     // tabPage2
     //
     this.tabPage2.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.tabPage2.Controls.Add(this.textBox1);
     this.tabPage2.InactiveBackColor = System.Drawing.Color.Empty;
     this.tabPage2.InactiveTextBackColor = System.Drawing.Color.Empty;
     this.tabPage2.InactiveTextColor = System.Drawing.Color.Empty;
     this.tabPage2.Location = new System.Drawing.Point(1, 1);
     this.tabPage2.Name = "tabPage2";
     this.tabPage2.SelectBackColor = System.Drawing.Color.Empty;
     this.tabPage2.Selected = false;
     this.tabPage2.SelectTextBackColor = System.Drawing.Color.Empty;
     this.tabPage2.SelectTextColor = System.Drawing.Color.Empty;
     this.tabPage2.Size = new System.Drawing.Size(398, 341);
     this.tabPage2.TabIndex = 5;
     this.tabPage2.Title = "Contributors";
     this.tabPage2.ToolTip = "Contributors";
     //
     // textBox1
     //
     this.textBox1.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.textBox1.Cursor = System.Windows.Forms.Cursors.Arrow;
     this.textBox1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.textBox1.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox1.Location = new System.Drawing.Point(0, 0);
     this.textBox1.Multiline = true;
     this.textBox1.Name = "textBox1";
     this.textBox1.Size = new System.Drawing.Size(398, 341);
     this.textBox1.TabIndex = 0;
     this.textBox1.TabStop = false;
     this.textBox1.Text = resources.GetString("textBox1.Text");
     this.textBox1.Enter += new System.EventHandler(this.textBox1_Enter);
     //
     // tabPage3
     //
     this.tabPage3.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.tabPage3.Controls.Add(this.textBox2);
     this.tabPage3.Controls.Add(this.markupLabel1);
     this.tabPage3.InactiveBackColor = System.Drawing.Color.Empty;
     this.tabPage3.InactiveTextBackColor = System.Drawing.Color.Empty;
     this.tabPage3.InactiveTextColor = System.Drawing.Color.Empty;
     this.tabPage3.Location = new System.Drawing.Point(1, 1);
     this.tabPage3.Name = "tabPage3";
     this.tabPage3.SelectBackColor = System.Drawing.Color.Empty;
     this.tabPage3.Selected = false;
     this.tabPage3.SelectTextBackColor = System.Drawing.Color.Empty;
     this.tabPage3.SelectTextColor = System.Drawing.Color.Empty;
     this.tabPage3.Size = new System.Drawing.Size(398, 341);
     this.tabPage3.TabIndex = 6;
     this.tabPage3.Title = "Thanks To";
     this.tabPage3.ToolTip = "Thanks To";
     //
     // textBox2
     //
     this.textBox2.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.textBox2.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.textBox2.Cursor = System.Windows.Forms.Cursors.Arrow;
     this.textBox2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.textBox2.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox2.Location = new System.Drawing.Point(0, 60);
     this.textBox2.Multiline = true;
     this.textBox2.Name = "textBox2";
     this.textBox2.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.textBox2.Size = new System.Drawing.Size(398, 281);
     this.textBox2.TabIndex = 1;
     this.textBox2.TabStop = false;
     this.textBox2.Text = resources.GetString("textBox2.Text");
     this.textBox2.Enter += new System.EventHandler(this.textBox1_Enter);
     //
     // markupLabel1
     //
     this.markupLabel1.Dock = System.Windows.Forms.DockStyle.Top;
     this.markupLabel1.Location = new System.Drawing.Point(0, 0);
     this.markupLabel1.MaxWidth = 2147483647;
     this.markupLabel1.Name = "markupLabel1";
     this.markupLabel1.Size = new System.Drawing.Size(398, 60);
     this.markupLabel1.TabIndex = 14;
     this.markupLabel1.Text = resources.GetString("markupLabel1.Text");
     this.markupLabel1.LinkClick += new ActiproSoftware.MarkupLabel.MarkupLabelLinkClickEventHandler(this.markupLabel1_LinkClick);
     //
     // lblMiscMsg
     //
     this.lblMiscMsg.AutoSize = true;
     this.lblMiscMsg.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblMiscMsg.Location = new System.Drawing.Point(8, 392);
     this.lblMiscMsg.Name = "lblMiscMsg";
     this.lblMiscMsg.Size = new System.Drawing.Size(16, 14);
     this.lblMiscMsg.TabIndex = 9;
     this.lblMiscMsg.Text = "%";
     this.lblMiscMsg.Visible = false;
     //
     // frmAbout
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor = System.Drawing.SystemColors.ControlLight;
     this.ClientSize = new System.Drawing.Size(417, 415);
     this.Controls.Add(this.lblMiscMsg);
     this.Controls.Add(this.tabControl1);
     this.Controls.Add(this.cmdClose);
     this.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "frmAbout";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "About TorqueDev";
     this.Closed += new System.EventHandler(this.frmAbout_Closed);
     this.Load += new System.EventHandler(this.frmAbout_Load);
     this.tabPage4.ResumeLayout(false);
     this.tabControl1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.tabPage1.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
     this.tabPage2.ResumeLayout(false);
     this.tabPage2.PerformLayout();
     this.tabPage3.ResumeLayout(false);
     this.tabPage3.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }