Click here to Skip to main content
15,880,796 members
Articles / Programming Languages / C#

Linkify Add-in for Visual Studio

Rate me:
Please Sign up or sign in to vote.
4.59/5 (23 votes)
2 Aug 2008CPOL9 min read 170.2K   433   99  
Link source code comments to your bug tracker, MSDN, development Wiki and more.
namespace Linkify
{
    partial class FormConfig
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows Form Designer generated code

        /// <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.Windows.Forms.Label label1;
          System.Windows.Forms.Label label2;
          System.Windows.Forms.Label label3;
          System.Windows.Forms.ColumnHeader columnHeader1;
          System.Windows.Forms.ColumnHeader columnHeader2;
          System.Windows.Forms.ColumnHeader columnHeader3;
          System.Windows.Forms.Label label5;
          System.Windows.Forms.ColumnHeader columnHeader4;
          System.Windows.Forms.Label label6;
          System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormConfig));
          this.lv = new System.Windows.Forms.ListView();
          this.edPrefix = new System.Windows.Forms.TextBox();
          this.edInfo = new System.Windows.Forms.TextBox();
          this.cbRemove = new System.Windows.Forms.Button();
          this.cbOK = new System.Windows.Forms.Button();
          this.cbCancel = new System.Windows.Forms.Button();
          this.cbNew = new System.Windows.Forms.Button();
          this.edExe = new System.Windows.Forms.TextBox();
          this.cbMore = new System.Windows.Forms.Button();
          this.mnuMore = new System.Windows.Forms.ContextMenuStrip(this.components);
          this.exportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
          this.importToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
          this.importaddToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
          this.importmergeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
          this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
          this.addDefaultsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
          this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
          this.shiftForcesConfigDialogToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
          this.enableTestModeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
          this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
          this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
          this.cbURLEscape = new System.Windows.Forms.CheckBox();
          this.lblGotoFile = new System.Windows.Forms.LinkLabel();
          this.edArgs = new System.Windows.Forms.TextBox();
          this.cbBrowseTarget = new System.Windows.Forms.Button();
          this.ddSeparator = new System.Windows.Forms.ComboBox();
          this.cbConfirm = new System.Windows.Forms.CheckBox();
          label1 = new System.Windows.Forms.Label();
          label2 = new System.Windows.Forms.Label();
          label3 = new System.Windows.Forms.Label();
          columnHeader1 = new System.Windows.Forms.ColumnHeader();
          columnHeader2 = new System.Windows.Forms.ColumnHeader();
          columnHeader3 = new System.Windows.Forms.ColumnHeader();
          label5 = new System.Windows.Forms.Label();
          columnHeader4 = new System.Windows.Forms.ColumnHeader();
          label6 = new System.Windows.Forms.Label();
          this.mnuMore.SuspendLayout();
          this.SuspendLayout();
          // 
          // label1
          // 
          label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
          label1.AutoSize = true;
          label1.Location = new System.Drawing.Point(9, 253);
          label1.Name = "label1";
          label1.Size = new System.Drawing.Size(36, 13);
          label1.TabIndex = 1;
          label1.Text = "&Prefix:";
          // 
          // label2
          // 
          label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
          label2.AutoSize = true;
          label2.Location = new System.Drawing.Point(9, 326);
          label2.Name = "label2";
          label2.Size = new System.Drawing.Size(54, 13);
          label2.TabIndex = 7;
          label2.Text = "&URL/exe:";
          // 
          // label3
          // 
          label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
          label3.AutoSize = true;
          label3.Location = new System.Drawing.Point(9, 279);
          label3.Name = "label3";
          label3.Size = new System.Drawing.Size(63, 13);
          label3.TabIndex = 3;
          label3.Text = "&Description:";
          // 
          // columnHeader1
          // 
          columnHeader1.Text = "Prefix";
          // 
          // columnHeader2
          // 
          columnHeader2.Text = "Description";
          columnHeader2.Width = 100;
          // 
          // columnHeader3
          // 
          columnHeader3.Text = "URL/Exe";
          columnHeader3.Width = 141;
          // 
          // label5
          // 
          label5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
          label5.AutoSize = true;
          label5.Location = new System.Drawing.Point(9, 352);
          label5.Name = "label5";
          label5.Size = new System.Drawing.Size(60, 13);
          label5.TabIndex = 10;
          label5.Text = "&Arguments:";
          // 
          // columnHeader4
          // 
          columnHeader4.Text = "Arguments";
          columnHeader4.Width = 189;
          // 
          // label6
          // 
          label6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
          label6.AutoSize = true;
          label6.Location = new System.Drawing.Point(237, 253);
          label6.Name = "label6";
          label6.Size = new System.Drawing.Size(64, 13);
          label6.TabIndex = 18;
          label6.Text = "End of Link:";
          // 
          // lv
          // 
          this.lv.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.lv.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            columnHeader1,
            columnHeader2,
            columnHeader3,
            columnHeader4});
          this.lv.FullRowSelect = true;
          this.lv.GridLines = true;
          this.lv.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
          this.lv.HideSelection = false;
          this.lv.Location = new System.Drawing.Point(12, 12);
          this.lv.MultiSelect = false;
          this.lv.Name = "lv";
          this.lv.Size = new System.Drawing.Size(499, 232);
          this.lv.TabIndex = 0;
          this.lv.UseCompatibleStateImageBehavior = false;
          this.lv.View = System.Windows.Forms.View.Details;
          this.lv.VirtualMode = true;
          this.lv.VirtualItemsSelectionRangeChanged += new System.Windows.Forms.ListViewVirtualItemsSelectionRangeChangedEventHandler(this.lv_VirtualItemsSelectionRangeChanged);
          this.lv.RetrieveVirtualItem += new System.Windows.Forms.RetrieveVirtualItemEventHandler(this.lv_RetrieveVirtualItem);
          this.lv.ItemSelectionChanged += new System.Windows.Forms.ListViewItemSelectionChangedEventHandler(this.lv_ItemSelectionChanged);
          // 
          // edPrefix
          // 
          this.edPrefix.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
          this.edPrefix.Location = new System.Drawing.Point(84, 250);
          this.edPrefix.Name = "edPrefix";
          this.edPrefix.Size = new System.Drawing.Size(98, 20);
          this.edPrefix.TabIndex = 2;
          this.edPrefix.KeyDown += new System.Windows.Forms.KeyEventHandler(this.edits_KeyDown);
          // 
          // edInfo
          // 
          this.edInfo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                      | System.Windows.Forms.AnchorStyles.Right)));
          this.edInfo.Location = new System.Drawing.Point(84, 276);
          this.edInfo.Name = "edInfo";
          this.edInfo.Size = new System.Drawing.Size(424, 20);
          this.edInfo.TabIndex = 4;
          this.edInfo.KeyDown += new System.Windows.Forms.KeyEventHandler(this.edits_KeyDown);
          // 
          // cbRemove
          // 
          this.cbRemove.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
          this.cbRemove.Location = new System.Drawing.Point(517, 114);
          this.cbRemove.Name = "cbRemove";
          this.cbRemove.Size = new System.Drawing.Size(75, 23);
          this.cbRemove.TabIndex = 15;
          this.cbRemove.Text = "&Remove";
          this.cbRemove.UseVisualStyleBackColor = true;
          this.cbRemove.Click += new System.EventHandler(this.cbRemove_Click);
          // 
          // cbOK
          // 
          this.cbOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
          this.cbOK.DialogResult = System.Windows.Forms.DialogResult.OK;
          this.cbOK.Location = new System.Drawing.Point(517, 12);
          this.cbOK.Name = "cbOK";
          this.cbOK.Size = new System.Drawing.Size(75, 23);
          this.cbOK.TabIndex = 12;
          this.cbOK.Text = "OK";
          this.cbOK.UseVisualStyleBackColor = true;
          this.cbOK.Click += new System.EventHandler(this.cbOK_Click);
          // 
          // cbCancel
          // 
          this.cbCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
          this.cbCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
          this.cbCancel.Location = new System.Drawing.Point(517, 41);
          this.cbCancel.Name = "cbCancel";
          this.cbCancel.Size = new System.Drawing.Size(75, 23);
          this.cbCancel.TabIndex = 13;
          this.cbCancel.Text = "Cancel";
          this.cbCancel.UseVisualStyleBackColor = true;
          // 
          // cbNew
          // 
          this.cbNew.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
          this.cbNew.Location = new System.Drawing.Point(517, 85);
          this.cbNew.Name = "cbNew";
          this.cbNew.Size = new System.Drawing.Size(75, 23);
          this.cbNew.TabIndex = 14;
          this.cbNew.Text = "&New";
          this.cbNew.UseVisualStyleBackColor = true;
          this.cbNew.Click += new System.EventHandler(this.cbNew_Click);
          // 
          // edExe
          // 
          this.edExe.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                      | System.Windows.Forms.AnchorStyles.Right)));
          this.edExe.Location = new System.Drawing.Point(84, 323);
          this.edExe.Name = "edExe";
          this.edExe.Size = new System.Drawing.Size(391, 20);
          this.edExe.TabIndex = 8;
          this.edExe.KeyDown += new System.Windows.Forms.KeyEventHandler(this.edits_KeyDown);
          // 
          // cbMore
          // 
          this.cbMore.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
          this.cbMore.Location = new System.Drawing.Point(517, 193);
          this.cbMore.Name = "cbMore";
          this.cbMore.Size = new System.Drawing.Size(75, 23);
          this.cbMore.TabIndex = 16;
          this.cbMore.Text = "&More...";
          this.cbMore.UseVisualStyleBackColor = true;
          this.cbMore.Click += new System.EventHandler(this.cbMore_Click);
          // 
          // mnuMore
          // 
          this.mnuMore.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.exportToolStripMenuItem,
            this.importToolStripMenuItem,
            this.importaddToolStripMenuItem,
            this.importmergeToolStripMenuItem,
            this.toolStripMenuItem2,
            this.addDefaultsToolStripMenuItem,
            this.toolStripSeparator1,
            this.shiftForcesConfigDialogToolStripMenuItem,
            this.enableTestModeToolStripMenuItem,
            this.toolStripMenuItem1,
            this.aboutToolStripMenuItem});
          this.mnuMore.Name = "contextMenuStrip1";
          this.mnuMore.Size = new System.Drawing.Size(221, 198);
          // 
          // exportToolStripMenuItem
          // 
          this.exportToolStripMenuItem.Name = "exportToolStripMenuItem";
          this.exportToolStripMenuItem.Size = new System.Drawing.Size(220, 22);
          this.exportToolStripMenuItem.Text = "&Export...";
          this.exportToolStripMenuItem.Click += new System.EventHandler(this.exportToolStripMenuItem_Click);
          // 
          // importToolStripMenuItem
          // 
          this.importToolStripMenuItem.Name = "importToolStripMenuItem";
          this.importToolStripMenuItem.Size = new System.Drawing.Size(220, 22);
          this.importToolStripMenuItem.Text = "&Import (replace all)...";
          this.importToolStripMenuItem.Click += new System.EventHandler(this.importToolStripMenuItem_Click);
          // 
          // importaddToolStripMenuItem
          // 
          this.importaddToolStripMenuItem.Name = "importaddToolStripMenuItem";
          this.importaddToolStripMenuItem.Size = new System.Drawing.Size(220, 22);
          this.importaddToolStripMenuItem.Text = "&Import (add)...";
          this.importaddToolStripMenuItem.Click += new System.EventHandler(this.importaddToolStripMenuItem_Click);
          // 
          // importmergeToolStripMenuItem
          // 
          this.importmergeToolStripMenuItem.Name = "importmergeToolStripMenuItem";
          this.importmergeToolStripMenuItem.Size = new System.Drawing.Size(220, 22);
          this.importmergeToolStripMenuItem.Text = "&Import (merge)...";
          this.importmergeToolStripMenuItem.Click += new System.EventHandler(this.importmergeToolStripMenuItem_Click);
          // 
          // toolStripMenuItem2
          // 
          this.toolStripMenuItem2.Name = "toolStripMenuItem2";
          this.toolStripMenuItem2.Size = new System.Drawing.Size(217, 6);
          // 
          // addDefaultsToolStripMenuItem
          // 
          this.addDefaultsToolStripMenuItem.Name = "addDefaultsToolStripMenuItem";
          this.addDefaultsToolStripMenuItem.Size = new System.Drawing.Size(220, 22);
          this.addDefaultsToolStripMenuItem.Text = "Add &Defaults";
          this.addDefaultsToolStripMenuItem.Click += new System.EventHandler(this.addDefaultsToolStripMenuItem_Click);
          // 
          // toolStripSeparator1
          // 
          this.toolStripSeparator1.Name = "toolStripSeparator1";
          this.toolStripSeparator1.Size = new System.Drawing.Size(217, 6);
          // 
          // shiftForcesConfigDialogToolStripMenuItem
          // 
          this.shiftForcesConfigDialogToolStripMenuItem.Name = "shiftForcesConfigDialogToolStripMenuItem";
          this.shiftForcesConfigDialogToolStripMenuItem.Size = new System.Drawing.Size(220, 22);
          this.shiftForcesConfigDialogToolStripMenuItem.Text = "Shift forces Config Dialog";
          this.shiftForcesConfigDialogToolStripMenuItem.Click += new System.EventHandler(this.shiftForcesConfigDialogToolStripMenuItem_Click);
          // 
          // enableTestModeToolStripMenuItem
          // 
          this.enableTestModeToolStripMenuItem.Name = "enableTestModeToolStripMenuItem";
          this.enableTestModeToolStripMenuItem.Size = new System.Drawing.Size(220, 22);
          this.enableTestModeToolStripMenuItem.Text = "Enable Test Mode";
          this.enableTestModeToolStripMenuItem.Click += new System.EventHandler(this.enableTestModeToolStripMenuItem_Click);
          // 
          // toolStripMenuItem1
          // 
          this.toolStripMenuItem1.Name = "toolStripMenuItem1";
          this.toolStripMenuItem1.Size = new System.Drawing.Size(217, 6);
          // 
          // aboutToolStripMenuItem
          // 
          this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
          this.aboutToolStripMenuItem.Size = new System.Drawing.Size(220, 22);
          this.aboutToolStripMenuItem.Text = "&About...";
          this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
          // 
          // cbURLEscape
          // 
          this.cbURLEscape.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
          this.cbURLEscape.AutoSize = true;
          this.cbURLEscape.Location = new System.Drawing.Point(84, 302);
          this.cbURLEscape.Name = "cbURLEscape";
          this.cbURLEscape.Size = new System.Drawing.Size(140, 17);
          this.cbURLEscape.TabIndex = 5;
          this.cbURLEscape.Text = "URL -&Escape parameter";
          this.cbURLEscape.UseVisualStyleBackColor = true;
          this.cbURLEscape.KeyDown += new System.Windows.Forms.KeyEventHandler(this.edits_KeyDown);
          // 
          // lblGotoFile
          // 
          this.lblGotoFile.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
          this.lblGotoFile.AutoSize = true;
          this.lblGotoFile.Location = new System.Drawing.Point(528, 227);
          this.lblGotoFile.Name = "lblGotoFile";
          this.lblGotoFile.Size = new System.Drawing.Size(47, 13);
          this.lblGotoFile.TabIndex = 17;
          this.lblGotoFile.TabStop = true;
          this.lblGotoFile.Text = "go to file";
          this.lblGotoFile.Visible = false;
          this.lblGotoFile.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lblGotoFile_LinkClicked);
          // 
          // edArgs
          // 
          this.edArgs.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                      | System.Windows.Forms.AnchorStyles.Right)));
          this.edArgs.Location = new System.Drawing.Point(84, 349);
          this.edArgs.Name = "edArgs";
          this.edArgs.Size = new System.Drawing.Size(427, 20);
          this.edArgs.TabIndex = 11;
          this.edArgs.KeyDown += new System.Windows.Forms.KeyEventHandler(this.edits_KeyDown);
          // 
          // cbBrowseTarget
          // 
          this.cbBrowseTarget.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
          this.cbBrowseTarget.Location = new System.Drawing.Point(481, 322);
          this.cbBrowseTarget.Name = "cbBrowseTarget";
          this.cbBrowseTarget.Size = new System.Drawing.Size(30, 20);
          this.cbBrowseTarget.TabIndex = 9;
          this.cbBrowseTarget.Text = "...";
          this.cbBrowseTarget.UseVisualStyleBackColor = true;
          this.cbBrowseTarget.Click += new System.EventHandler(this.cbBrowseTarget_Click);
          // 
          // ddSeparator
          // 
          this.ddSeparator.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                      | System.Windows.Forms.AnchorStyles.Right)));
          this.ddSeparator.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
          this.ddSeparator.FormattingEnabled = true;
          this.ddSeparator.Location = new System.Drawing.Point(307, 249);
          this.ddSeparator.Name = "ddSeparator";
          this.ddSeparator.Size = new System.Drawing.Size(201, 21);
          this.ddSeparator.TabIndex = 19;
          // 
          // cbConfirm
          // 
          this.cbConfirm.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
          this.cbConfirm.AutoSize = true;
          this.cbConfirm.Location = new System.Drawing.Point(237, 302);
          this.cbConfirm.Name = "cbConfirm";
          this.cbConfirm.Size = new System.Drawing.Size(111, 17);
          this.cbConfirm.TabIndex = 20;
          this.cbConfirm.Text = "Confirm Execution";
          this.cbConfirm.UseVisualStyleBackColor = true;
          // 
          // FormConfig
          // 
          this.AcceptButton = this.cbOK;
          this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
          this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
          this.CancelButton = this.cbCancel;
          this.ClientSize = new System.Drawing.Size(599, 382);
          this.Controls.Add(this.ddSeparator);
          this.Controls.Add(this.cbConfirm);
          this.Controls.Add(this.cbCancel);
          this.Controls.Add(label6);
          this.Controls.Add(this.cbBrowseTarget);
          this.Controls.Add(this.lblGotoFile);
          this.Controls.Add(this.cbOK);
          this.Controls.Add(this.cbNew);
          this.Controls.Add(this.cbMore);
          this.Controls.Add(this.cbRemove);
          this.Controls.Add(this.lv);
          this.Controls.Add(label1);
          this.Controls.Add(label5);
          this.Controls.Add(this.edPrefix);
          this.Controls.Add(this.edInfo);
          this.Controls.Add(label3);
          this.Controls.Add(this.cbURLEscape);
          this.Controls.Add(this.edExe);
          this.Controls.Add(label2);
          this.Controls.Add(this.edArgs);
          this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
          this.Name = "FormConfig";
          this.ShowInTaskbar = false;
          this.Text = "Linkify - Configuration";
          this.Shown += new System.EventHandler(this.ConfigForm_Shown);
          this.Load += new System.EventHandler(this.ConfigForm_Load);
          this.mnuMore.ResumeLayout(false);
          this.ResumeLayout(false);
          this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.ListView lv;
        private System.Windows.Forms.TextBox edPrefix;
        private System.Windows.Forms.TextBox edInfo;
        private System.Windows.Forms.Button cbRemove;
        private System.Windows.Forms.Button cbOK;
        private System.Windows.Forms.Button cbCancel;
        private System.Windows.Forms.Button cbNew;
        private System.Windows.Forms.TextBox edExe;
        private System.Windows.Forms.Button cbMore;
        private System.Windows.Forms.ContextMenuStrip mnuMore;
        private System.Windows.Forms.ToolStripMenuItem exportToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem importToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem;
        private System.Windows.Forms.CheckBox cbURLEscape;
        private System.Windows.Forms.ToolStripMenuItem importaddToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem importmergeToolStripMenuItem;
        private System.Windows.Forms.ToolStripSeparator toolStripMenuItem2;
        private System.Windows.Forms.ToolStripMenuItem addDefaultsToolStripMenuItem;
        private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
        private System.Windows.Forms.LinkLabel lblGotoFile;
        private System.Windows.Forms.TextBox edArgs;
        private System.Windows.Forms.Button cbBrowseTarget;
      private System.Windows.Forms.ComboBox ddSeparator;
      private System.Windows.Forms.CheckBox cbConfirm;
      private System.Windows.Forms.ToolStripMenuItem enableTestModeToolStripMenuItem;
      private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
      private System.Windows.Forms.ToolStripMenuItem shiftForcesConfigDialogToolStripMenuItem;
    }
}

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Klippel
Germany Germany
Peter is tired of being called "Mr. Chen", even so certain individuals insist on it. No, he's not chinese.

Peter has seen lots of boxes you youngsters wouldn't even accept as calculators. He is proud of having visited the insides of a 16 Bit Machine.

In his spare time he ponders new ways of turning groceries into biohazards, or tries to coax South American officials to add some stamps to his passport.

Beyond these trivialities Peter works for Klippel[^], a small german company that wants to make mankind happier by selling them novel loudspeaker measurement equipment.


Where are you from?[^]



Please, if you are using one of my articles for anything, just leave me a comment. Seeing that this stuff is actually useful to someone is what keeps me posting and updating them.
Should you happen to not like it, tell me, too

Comments and Discussions