示例#1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 public void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmCommandHelp));
     this.cdgHelp = new System.Windows.Forms.MSComDlg.CommonDialog();
     this.txtSoftCommandName = new System.Windows.Forms.VB.TextBox();
     this.txtAliases = new System.Windows.Forms.VB.TextBox();
     this.txtSyntax = new System.Windows.Forms.VB.TextBox();
     this.txtOneLineDescription = new System.Windows.Forms.VB.TextBox();
     this.txtHelpFile = new System.Windows.Forms.VB.TextBox();
     this.txtHelpTopic = new System.Windows.Forms.VB.TextBox();
     this.txtLongDescription = new System.Windows.Forms.VB.TextBox();
     this.txtComments = new System.Windows.Forms.VB.TextBox();
     this.txtSeeAlso = new System.Windows.Forms.VB.TextBox();
     this.txtExamples = new System.Windows.Forms.VB.TextBox();
     this.chkIsInline = new System.Windows.Forms.VB.CheckBox();
     this.picTH = new System.Windows.Forms.VB.PictureBox();
     this.lblSoftCommandName = new System.Windows.Forms.VB.Label();
     this.lblAliases = new System.Windows.Forms.VB.Label();
     this.lblSyntax = new System.Windows.Forms.VB.Label();
     this.lblOneLineDescription = new System.Windows.Forms.VB.Label();
     this.lblHelpFile = new System.Windows.Forms.VB.Label();
     this.lblHelpTopic = new System.Windows.Forms.VB.Label();
     this.lblLongDescription = new System.Windows.Forms.VB.Label();
     this.lblComments = new System.Windows.Forms.VB.Label();
     this.lblSeeAlso = new System.Windows.Forms.VB.Label();
     this.lblExamples = new System.Windows.Forms.VB.Label();
     this.lblIsInline = new System.Windows.Forms.VB.Label();
     this.mnuFileExit = new System.Windows.Forms.VB.Menu();
     this.mnuFirst = new System.Windows.Forms.VB.Menu();
     this.mnuPrevious = new System.Windows.Forms.VB.Menu();
     this.mnu} // = new System.Windows.Forms.VB.Menu();
示例#2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 public void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmTest));
     this.Label2  = new System.Windows.Forms.VB.Label();
     this.Image1  = new System.Windows.Forms.VB.Image();
     this.Label1  = new System.Windows.Forms.VB.Label();
     this.lblInfo = new System.Windows.Forms.VB.Label();
     this.SuspendLayout();
     //
     // Label2
     //
     this.Label2.Name     = "Label2";
     this.Label2.Text     = "The HotKey for this demo has been set to CTRL-ALT-UP";
     this.Label2.Font     = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Label2.Size     = new System.Drawing.Size(269, 21);
     this.Label2.Location = new System.Drawing.Point(4, 144);
     this.Label2.TabIndex = 2;
     //
     // Image1
     //
     this.Image1.Name     = "Image1";
     this.Image1.Size     = new System.Drawing.Size(128, 24);
     this.Image1.Location = new System.Drawing.Point(8, 8);
     this.Image1.Image    = ((System.Drawing.Bitmap)(resources.GetObject("Image1.Image")));
     //
     // Label1
     //
     this.Label1.Name      = "Label1";
     this.Label1.BackColor = System.Drawing.Color.FromArgb(0);
     this.Label1.Text      = "Label1";
     this.Label1.Size      = new System.Drawing.Size(273, 33);
     this.Label1.Location  = new System.Drawing.Point(4, 4);
     this.Label1.TabIndex  = 1;
     //
     // lblInfo
     //
     this.lblInfo.Name     = "lblInfo";
     this.lblInfo.Text     = $"frmTest.frx" : 197E;
     this.lblInfo.Font     = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblInfo.Size     = new System.Drawing.Size(269, 77);
     this.lblInfo.Location = new System.Drawing.Point(8, 52);
     this.lblInfo.TabIndex = 0;
     //
     // frmTest
     //
     this.Controls.AddRange(new System.Windows.Forms.Control[]
     {
         this.Label2,
         this.Image1,
         this.Label1,
         this.lblInfo
     });
     this.Name       = "frmTest";
     this.Text       = "RegisterHotKey Demo";
     this.ClientSize = new System.Drawing.Size(279, 197);
     this.Icon       = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.ResumeLayout(false);
 }
示例#3
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        public void InitializeComponent()
        {
            this.tbToolBar = new System.Windows.Forms.MSComctlLib.Toolbar();
            this.brwWebBrowser = new System.Windows.Forms.SHDocVwCtl.WebBrowser();
            this.timTimer = new System.Windows.Forms.VB.Timer();
            this.picAddress = new System.Windows.Forms.VB.PictureBox();
            this.cboAddress = new System.Windows.Forms.VB.ComboBox();
            this.lblAddress = new System.Windows.Forms.VB.Label();
            this.imlIcons = new System.Windows.Forms.MSComctlLib.ImageList();
            this.SuspendLayout();
            this.picAddress.SuspendLayout();
            //
            // tbToolBar
            //
            this.tbToolBar.Name = "tbToolBar";
//            this.tbToolBar.Align = 1;
            this.tbToolBar.Size = new System.Drawing.Size(436, 36);
            this.tbToolBar.Location = new System.Drawing.Point(0, 0);
            this.tbToolBar.TabIndex = 3;
//            this.tbToolBar.ButtonWidth = 820;
//            this.tbToolBar.ButtonHeight = 794;
//            this.tbToolBar.ImageList = "imlIcons";
//            this.tbToolBar.Button1 = ;
//            this.tbToolBar.Button2 = ;
//            this.tbToolBar.Button3 = ;
//            this.tbToolBar.Button4 = ;
//            this.tbToolBar.Button5 = ;
//            this.tbToolBar.Button6 = ;
//            this.tbToolBar.Button6 = ;
            //
            // brwWebBrowser
            //
            this.brwWebBrowser.Name = "brwWebBrowser";
            this.brwWebBrowser.Size = new System.Drawing.Size(359, 248);
            this.brwWebBrowser.Location = new System.Drawing.Point(3, 81);
            this.brwWebBrowser.TabIndex = 0;
//            this.brwWebBrowser.ExtentX = 9525;
//            this.brwWebBrowser.ExtentY = 6588;
//            this.brwWebBrowser.ViewMode = 1;
//            this.brwWebBrowser.Offline = 0;
//            this.brwWebBrowser.Silent = 0;
//            this.brwWebBrowser.RegisterAsBrowse = 0;
//            this.brwWebBrowser.RegisterAsDropTarge = 0;
//            this.brwWebBrowser.AutoArrange = -1;
//            this.brwWebBrowser.NoClientEdge = -1;
//            this.brwWebBrowser.AlignLeft = 0;
//            this.brwWebBrowser.ViewID = "{0057D0E0-3573-11CF-AE69-08002B2E1262}";
//            this.brwWebBrowser.Location = "res://E:\WINNT\system32\shdoclc.dll/dnserror.htm#http:///";
            //
            // timTimer
            //
            this.timTimer.Name = "timTimer";
            this.timTimer.Enabled = false;
            this.timTimer.Interval = 5;
            this.timTimer.Location = new System.Drawing.Point(412, 100);
            //
            // picAddress
            //
            this.picAddress.Name = "picAddress";
//            this.picAddress.Align = 1;
            this.picAddress.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.picAddress.Size = new System.Drawing.Size(436, 45);
            this.picAddress.Location = new System.Drawing.Point(0, 36);
            this.picAddress.TabIndex = 4;
            this.picAddress.TabStop = false;
            this.picAddress.Controls.AddRange(new System.Windows.Forms.Control[]
            {
                        this.cboAddress,
                        this.lblAddress
            });
            //
            // cboAddress
            //
            this.cboAddress.Name = "cboAddress";
            this.cboAddress.Size = new System.Drawing.Size(253, 21);
            this.cboAddress.Location = new System.Drawing.Point(3, 20);
            this.cboAddress.TabIndex = 2;
            this.cboAddress.Text = "��END!";
            //
            // lblAddress
            //
            this.lblAddress.Name = "lblAddress";
            this.lblAddress.Text = "&Address:";
            this.lblAddress.Size = new System.Drawing.Size(205, 17);
            this.lblAddress.Location = new System.Drawing.Point(3, 4);
            this.lblAddress.TabIndex = 1;
            this.lblAddress.Tag = "&Address:";
            //
            // imlIcons
            //
            this.imlIcons.Name = "imlIcons";
            this.imlIcons.Location = new System.Drawing.Point(178, 155);
            this.imlIcons.BackColor = System.Drawing.Color.FromArgb(-2147483643);
//            this.imlIcons.ImageWidth = 24;
//            this.imlIcons.ImageHeight = 24;
//            this.imlIcons.MaskColor = 12632256;
//            this.imlIcons.ListImage1 = ;
//            this.imlIcons.ListImage2 = ;
//            this.imlIcons.ListImage3 = ;
//            this.imlIcons.ListImage4 = ;
//            this.imlIcons.ListImage5 = ;
//            this.imlIcons.ListImage6 = ;
//            this.imlIcons.ListImage6 = ;
            //
            // frmBrowser
            //
            this.Controls.AddRange(new System.Windows.Forms.Control[]
            {
                  this.tbToolBar,
                  this.brwWebBrowser,
                  this.timTimer,
                  this.picAddress,
                  this.imlIcons
            });
            this.Name = "frmBrowser";
            this.picAddress.ResumeLayout(false);
            this.ResumeLayout(false);
        }
示例#4
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        public void InitializeComponent()
        {
            System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmFindReplace));
            this.cmdReplaceAll = new System.Windows.Forms.VB.CommandButton();
            this.cmdReplace = new System.Windows.Forms.VB.CommandButton();
            this.chkUsePatternMatching = new System.Windows.Forms.VB.CheckBox();
            this.chkMatchCase = new System.Windows.Forms.VB.CheckBox();
            this.chkFindWholeWordOnly = new System.Windows.Forms.VB.CheckBox();
            this.cboDirection = new System.Windows.Forms.VB.ComboBox();
            this.txtFind = new System.Windows.Forms.VB.TextBox();
            this.cmdOK = new System.Windows.Forms.VB.CommandButton();
            this.cmdCancel = new System.Windows.Forms.VB.CommandButton();
            this.txtReplace = new System.Windows.Forms.VB.TextBox();
            this.Frame1 = new System.Windows.Forms.VB.Frame();
            this.optSearchArea3 = new System.Windows.Forms.VB.OptionButton();
            this.optSearchArea2 = new System.Windows.Forms.VB.OptionButton();
            this.optSearchArea1 = new System.Windows.Forms.VB.OptionButton();
            this.optSearchArea0 = new System.Windows.Forms.VB.OptionButton();
            this.lblLabels2 = new System.Windows.Forms.VB.Label();
            this.lblLabels0 = new System.Windows.Forms.VB.Label();
            this.lblLabels1 = new System.Windows.Forms.VB.Label();
            this.SuspendLayout();
            this.Frame1.SuspendLayout();
            //
            // cmdReplaceAll
            //
            this.cmdReplaceAll.Name = "cmdReplaceAll";
            this.cmdReplaceAll.Text = "Replace &All";
            this.cmdReplaceAll.Size = new System.Drawing.Size(76, 26);
            this.cmdReplaceAll.Location = new System.Drawing.Point(361, 98);
            this.cmdReplaceAll.TabIndex = 13;
            //
            // cmdReplace
            //
            this.cmdReplace.Name = "cmdReplace";
            this.cmdReplace.Text = "&Replace";
            this.cmdReplace.Size = new System.Drawing.Size(76, 26);
            this.cmdReplace.Location = new System.Drawing.Point(361, 70);
            this.cmdReplace.TabIndex = 12;
            //
            // chkUsePatternMatching
            //
            this.chkUsePatternMatching.Name = "chkUsePatternMatching";
            this.chkUsePatternMatching.Text = "&Use Pattern Matching";
            this.chkUsePatternMatching.Size = new System.Drawing.Size(138, 19);
            this.chkUsePatternMatching.Location = new System.Drawing.Point(121, 128);
            this.chkUsePatternMatching.TabIndex = 9;
            this.chkUsePatternMatching.Visible = false;
            //
            // chkMatchCase
            //
            this.chkMatchCase.Name = "chkMatchCase";
            this.chkMatchCase.Text = "Match Ca&se";
            this.chkMatchCase.Size = new System.Drawing.Size(138, 19);
            this.chkMatchCase.Location = new System.Drawing.Point(121, 110);
            this.chkMatchCase.TabIndex = 8;
            this.chkMatchCase. = Both;
            //
            // chkFindWholeWordOnly
            //
            this.chkFindWholeWordOnly.Name = "chkFindWholeWordOnly";
            this.chkFindWholeWordOnly.Text = "Find Whole World &Only";
            this.chkFindWholeWordOnly.Size = new System.Drawing.Size(138, 19);
            this.chkFindWholeWordOnly.Location = new System.Drawing.Point(121, 94);
            this.chkFindWholeWordOnly.TabIndex = 7;
            this.chkFindWholeWordOnly.Visible = false;
            //
            // cboDirection
            //
            this.cboDirection.Name = "cboDirection";
            this.cboDirection.Size = new System.Drawing.Size(57, 21);
//            this.cboDirection.ItemData = "frmFindReplace.frx":0442;
            this.cboDirection.Location = new System.Drawing.Point(182, 68);
//            this.cboDirection.List = "frmFindReplace.frx":044F;
            this.cboDirection.TabIndex = 6;
            this.cboDirection.Visible = false;
            //
            // txtFind
            //
            this.txtFind.Name = "txtFind";
            this.txtFind.Size = new System.Drawing.Size(269, 23);
            this.txtFind.Location = new System.Drawing.Point(83, 5);
            this.txtFind.TabIndex = 1;
            //
            // cmdOK
            //
            this.cmdOK.Name = "cmdOK";
            this.cmdOK.Text = "Find &Next";
            this.cmdOK.DialogResult = System.Windows.Forms.DialogResult.OK;
            this.cmdOK.Size = new System.Drawing.Size(76, 26);
            this.cmdOK.Location = new System.Drawing.Point(361, 5);
            this.cmdOK.TabIndex = 10;
            //
            // cmdCancel
            //
            this.cmdCancel.Name = "cmdCancel";
            this.cmdCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.cmdCancel.Text = "Cancel";
            this.cmdCancel.Size = new System.Drawing.Size(76, 26);
            this.cmdCancel.Location = new System.Drawing.Point(361, 33);
            this.cmdCancel.TabIndex = 11;
            //
            // txtReplace
            //
            this.txtReplace.Name = "txtReplace";
            this.txtReplace.Size = new System.Drawing.Size(269, 23);
            this.txtReplace.Location = new System.Drawing.Point(83, 33);
            this.txtReplace.TabIndex = 2;
            //
            // Frame1
            //
            this.Frame1.Name = "Frame1";
            this.Frame1.Text = " Search ";
            this.Frame1.Size = new System.Drawing.Size(114, 91);
            this.Frame1.Location = new System.Drawing.Point(2, 55);
            this.Frame1.TabIndex = 16;
            this.Frame1.Controls.AddRange(new System.Windows.Forms.Control[]
            {
                        this.optSearchArea3,
                        this.optSearchArea2,
                        this.optSearchArea1,
                        this.optSearchArea0
            });
            //
            // optSearchArea3
            //
            this.optSearchArea3.Name = "optSearchArea3";
            this.optSearchArea3.Text = "Current &Database";
            this.optSearchArea3.Size = new System.Drawing.Size(106, 13);
            this.optSearchArea3.Location = new System.Drawing.Point(5, 71);
            this.optSearchArea3.TabIndex = 17;
            //
            // optSearchArea2
            //
            this.optSearchArea2.Name = "optSearchArea2";
            this.optSearchArea2.Text = "Current &Category";
            this.optSearchArea2.Size = new System.Drawing.Size(106, 13);
            this.optSearchArea2.Location = new System.Drawing.Point(5, 53);
            this.optSearchArea2.TabIndex = 5;
            //
            // optSearchArea1
            //
            this.optSearchArea1.Name = "optSearchArea1";
            this.optSearchArea1.Text = "Current &Template";
            this.optSearchArea1.Size = new System.Drawing.Size(106, 13);
            this.optSearchArea1.Location = new System.Drawing.Point(5, 35);
            this.optSearchArea1.TabIndex = 4;
            this.optSearchArea1. = Both;
            //
            // optSearchArea0
            //
            this.optSearchArea0.Name = "optSearchArea0";
            this.optSearchArea0.Text = "Current &Pane";
            this.optSearchArea0.Size = new System.Drawing.Size(85, 13);
            this.optSearchArea0.Location = new System.Drawing.Point(5, 18);
            this.optSearchArea0.TabIndex = 3;
            //
            // lblLabels2
            //
            this.lblLabels2.Name = "lblLabels2";
            this.lblLabels2.Text = "&Direction:";
            this.lblLabels2.Size = new System.Drawing.Size(45, 13);
            this.lblLabels2.Location = new System.Drawing.Point(124, 70);
            this.lblLabels2.TabIndex = 15;
            this.lblLabels2.Visible = false;
            //
            // lblLabels0
            //
            this.lblLabels0.Name = "lblLabels0";
            this.lblLabels0.Text = "&Find What:";
            this.lblLabels0.Size = new System.Drawing.Size(72, 18);
            this.lblLabels0.Location = new System.Drawing.Point(10, 9);
            this.lblLabels0.TabIndex = 0;
            //
            // lblLabels1
            //
            this.lblLabels1.Name = "lblLabels1";
            this.lblLabels1.Text = "Replace &With:";
            this.lblLabels1.Size = new System.Drawing.Size(72, 18);
            this.lblLabels1.Location = new System.Drawing.Point(10, 37);
            this.lblLabels1.TabIndex = 14;
            //
            // frmFindReplace
            //
            this.Controls.AddRange(new System.Windows.Forms.Control[]
            {
                  this.cmdReplaceAll,
                  this.cmdReplace,
                  this.chkUsePatternMatching,
                  this.chkMatchCase,
                  this.chkFindWholeWordOnly,
                  this.cboDirection,
                  this.txtFind,
                  this.cmdOK,
                  this.cmdCancel,
                  this.txtReplace,
                  this.Frame1,
                  this.lblLabels2,
                  this.lblLabels0,
                  this.lblLabels1
            });
            this.Name = "frmFindReplace";
            this.Frame1.ResumeLayout(false);
            this.ResumeLayout(false);
        }
示例#5
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        public void InitializeComponent()
        {
            System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmSplash));
            this.Frame1            = new System.Windows.Forms.VB.Frame();
            this.Label14           = new System.Windows.Forms.VB.Label();
            this.Label411          = new System.Windows.Forms.VB.Label();
            this.Label12           = new System.Windows.Forms.VB.Label();
            this.Label42           = new System.Windows.Forms.VB.Label();
            this.lblDaysLeft       = new System.Windows.Forms.VB.Label();
            this.lblDayLeftCaption = new System.Windows.Forms.VB.Label();
            this.lblDLLsLoaded1    = new System.Windows.Forms.VB.Label();
            this.Shape21           = new System.Windows.Forms.VB.Shape();
            this.TeamIP            = new System.Windows.Forms.VB.Label();
            this.CentralIP         = new System.Windows.Forms.VB.Label();
            this.Label410          = new System.Windows.Forms.VB.Label();
            this.Label49           = new System.Windows.Forms.VB.Label();
            this.ParentRepID       = new System.Windows.Forms.VB.Label();
            this.UserRepID         = new System.Windows.Forms.VB.Label();
            this.TeamID            = new System.Windows.Forms.VB.Label();
            this.UserID            = new System.Windows.Forms.VB.Label();
            this.Label48           = new System.Windows.Forms.VB.Label();
            this.Label47           = new System.Windows.Forms.VB.Label();
            this.Label46           = new System.Windows.Forms.VB.Label();
            this.Label45           = new System.Windows.Forms.VB.Label();
            this.Label31           = new System.Windows.Forms.VB.Label();
            this.lblDLLsLoaded0    = new System.Windows.Forms.VB.Label();
            this.Shape20           = new System.Windows.Forms.VB.Shape();
            this.Label44           = new System.Windows.Forms.VB.Label();
            this.Label43           = new System.Windows.Forms.VB.Label();
            this.Label13           = new System.Windows.Forms.VB.Label();
            this.Label41           = new System.Windows.Forms.VB.Label();
            this.Label11           = new System.Windows.Forms.VB.Label();
            this.Label40           = new System.Windows.Forms.VB.Label();
            this.Label30           = new System.Windows.Forms.VB.Label();
            this.lblPlatform       = new System.Windows.Forms.VB.Label();
            this.Label2            = new System.Windows.Forms.VB.Label();
            this.Label10           = new System.Windows.Forms.VB.Label();
            this.lblCopyright      = new System.Windows.Forms.VB.Label();
            this.lblWarning        = new System.Windows.Forms.VB.Label();
            this.lblVersion        = new System.Windows.Forms.VB.Label();
            this.lblLicenseTo      = new System.Windows.Forms.VB.Label();
            this.lblCompanyProduct = new System.Windows.Forms.VB.Label();
            this.lblProductName    = new System.Windows.Forms.VB.Label();
            this.Shape1            = new System.Windows.Forms.VB.Shape();
            this.SuspendLayout();
            this.Frame1.SuspendLayout();
            //
            // Frame1
            //
            this.Frame1.Name        = "Frame1";
            this.Frame1.BackColor   = System.Drawing.Color.Transparent;
            this.Frame1.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.Frame1.ForeColor   = System.Drawing.Color.Transparent;
            this.Frame1.Size        = new System.Drawing.Size(568, 308);
            this.Frame1.Location    = new System.Drawing.Point(4, 4);
            this.Frame1.TabIndex    = 0;
//            this.Frame1.ToolTipText = "Click on any non-web link to close this form. Thank you for using Slice and Dice !";
            this.Frame1.Controls.AddRange(new System.Windows.Forms.Control[]
            {
                this.Label14,
                this.Label411,
                this.Label12,
                this.Label42,
                this.lblDaysLeft,
                this.lblDayLeftCaption,
                this.lblDLLsLoaded1,
                this.Shape21,
                this.TeamIP,
                this.CentralIP,
                this.Label410,
                this.Label49,
                this.ParentRepID,
                this.UserRepID,
                this.TeamID,
                this.UserID,
                this.Label48,
                this.Label47,
                this.Label46,
                this.Label45,
                this.Label31,
                this.lblDLLsLoaded0,
                this.Shape20,
                this.Label44,
                this.Label43,
                this.Label13,
                this.Label41,
                this.Label11,
                this.Label40,
                this.Label30,
                this.lblPlatform,
                this.Label2,
                this.Label10,
                this.lblCopyright,
                this.lblWarning,
                this.lblVersion,
                this.lblLicenseTo,
                this.lblCompanyProduct,
                this.lblProductName,
                this.Shape1
            });
            //
            // Label14
            //
            this.Label14.Name      = "Label14";
            this.Label14.Text      = "http://willrawls.ewebcity.com/coreTeam";
            this.Label14.Font      = new System.Drawing.Font("Arial", 8F, (System.Drawing.FontStyle.Underline), System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
            this.Label14.ForeColor = System.Drawing.Color.Transparent;
            this.Label14.Size      = new System.Drawing.Size(193, 12);
            this.Label14.Location  = new System.Drawing.Point(92, 223);
//            this.Label14.MouseIcon = "frmSplash.frx":000C;
//            this.Label14.MousePointer = 99;
            this.Label14.TabIndex = 37;
//            this.Label14.ToolTipText = "Manually submit a template or category for inclusion in the general S&D product.";
            //
            // Label411
            //
            this.Label411.Name      = "Label411";
            this.Label411.Text      = "Opensource Dev:";
            this.Label411.ForeColor = System.Drawing.Color.Transparent;
            this.Label411.Size      = new System.Drawing.Size(84, 12);
            this.Label411.Location  = new System.Drawing.Point(2, 223);
            this.Label411.TabIndex  = 36;
            //
            // Label12
            //
            this.Label12.Name      = "Label12";
            this.Label12.Text      = "http://willrawls.ewebcity.com/sndforum";
            this.Label12.Font      = new System.Drawing.Font("Arial", 8F, (System.Drawing.FontStyle.Underline), System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
            this.Label12.ForeColor = System.Drawing.Color.Transparent;
            this.Label12.Size      = new System.Drawing.Size(189, 12);
            this.Label12.Location  = new System.Drawing.Point(92, 206);
//            this.Label12.MouseIcon = "frmSplash.frx":044E;
//            this.Label12.MousePointer = 99;
            this.Label12.TabIndex = 35;
//            this.Label12.ToolTipText = "Manually submit a template or category for inclusion in the general S&D product.";
            //
            // Label42
            //
            this.Label42.Name      = "Label42";
            this.Label42.Text      = "User forums:";
            this.Label42.ForeColor = System.Drawing.Color.Transparent;
            this.Label42.Size      = new System.Drawing.Size(60, 12);
            this.Label42.Location  = new System.Drawing.Point(2, 206);
            this.Label42.TabIndex  = 34;
            //
            // lblDaysLeft
            //
            this.lblDaysLeft.Name      = "lblDaysLeft";
            this.lblDaysLeft.TextAlign = System.Drawing.ContentAlignment.TopRight;
            this.lblDaysLeft.Text      = "??????????";
            this.lblDaysLeft.Font      = new System.Drawing.Font("MS Sans Serif", 8F, (System.Drawing.FontStyle.Bold), System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
            this.lblDaysLeft.ForeColor = System.Drawing.Color.Transparent;
            this.lblDaysLeft.Size      = new System.Drawing.Size(113, 13);
            this.lblDaysLeft.Location  = new System.Drawing.Point(448, 26);
            this.lblDaysLeft.TabIndex  = 33;
            //
            // lblDayLeftCaption
            //
            this.lblDayLeftCaption.Name      = "lblDayLeftCaption";
            this.lblDayLeftCaption.Text      = "Days Left in your Free Evaluation Period:";
            this.lblDayLeftCaption.Font      = new System.Drawing.Font("MS Sans Serif", 8F, (System.Drawing.FontStyle.Bold), System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
            this.lblDayLeftCaption.ForeColor = System.Drawing.Color.Transparent;
            this.lblDayLeftCaption.Size      = new System.Drawing.Size(108, 39);
            this.lblDayLeftCaption.Location  = new System.Drawing.Point(448, 0);
            this.lblDayLeftCaption.TabIndex  = 32;
            //
            // lblDLLsLoaded1
            //
            this.lblDLLsLoaded1.Name      = "lblDLLsLoaded1";
            this.lblDLLsLoaded1.TextAlign = System.Drawing.ContentAlignment.TopRight;
            this.lblDLLsLoaded1.Text      = "0";
            this.lblDLLsLoaded1.ForeColor = System.Drawing.Color.Transparent;
            this.lblDLLsLoaded1.Size      = new System.Drawing.Size(6, 12);
            this.lblDLLsLoaded1.Location  = new System.Drawing.Point(496, 159);
            this.lblDLLsLoaded1.TabIndex  = 31;
//            this.lblDLLsLoaded1.ToolTipText = "This is the number of S&D add-in DLLs currently loaded in memory.";
            //
            // Shape21
            //
            this.Shape21.Name        = "Shape21";
            this.Shape21.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.Shape21.Size        = new System.Drawing.Size(127, 45);
            this.Shape21.Location    = new System.Drawing.Point(444, -2);
            //
            // TeamIP
            //
            this.TeamIP.Name      = "TeamIP";
            this.TeamIP.Text      = "209.196.104.22";
            this.TeamIP.ForeColor = System.Drawing.Color.FromArgb(0);
            this.TeamIP.Size      = new System.Drawing.Size(75, 13);
            this.TeamIP.Location  = new System.Drawing.Point(480, 233);
            this.TeamIP.TabIndex  = 30;
//            this.TeamIP.ToolTipText = "This is the TCP/IP address of your Team;
            //
            // CentralIP
            //
            this.CentralIP.Name      = "CentralIP";
            this.CentralIP.Text      = "209.196.104.22";
            this.CentralIP.ForeColor = System.Drawing.Color.FromArgb(0);
            this.CentralIP.Size      = new System.Drawing.Size(75, 13);
            this.CentralIP.Location  = new System.Drawing.Point(480, 220);
            this.CentralIP.TabIndex  = 29;
//            this.CentralIP.ToolTipText = "This is the TCP/IP address of the S&D Internet Server.";
            //
            // Label410
            //
            this.Label410.Name      = "Label410";
            this.Label410.TextAlign = System.Drawing.ContentAlignment.TopRight;
            this.Label410.Text      = "Team IP:";
            this.Label410.ForeColor = System.Drawing.Color.FromArgb(0);
            this.Label410.Size      = new System.Drawing.Size(43, 13);
            this.Label410.Location  = new System.Drawing.Point(432, 233);
            this.Label410.TabIndex  = 28;
            //
            // Label49
            //
            this.Label49.Name      = "Label49";
            this.Label49.TextAlign = System.Drawing.ContentAlignment.TopRight;
            this.Label49.Text      = "Central IP:";
            this.Label49.ForeColor = System.Drawing.Color.FromArgb(0);
            this.Label49.Size      = new System.Drawing.Size(49, 13);
            this.Label49.Location  = new System.Drawing.Point(426, 220);
            this.Label49.TabIndex  = 27;
            //
            // ParentRepID
            //
            this.ParentRepID.Name      = "ParentRepID";
            this.ParentRepID.Text      = "999-999999";
            this.ParentRepID.ForeColor = System.Drawing.Color.FromArgb(0);
            this.ParentRepID.Size      = new System.Drawing.Size(57, 13);
            this.ParentRepID.Location  = new System.Drawing.Point(480, 260);
            this.ParentRepID.TabIndex  = 26;
//            this.ParentRepID.ToolTipText = "This is the ID of the Representative who made you a S&D representative.";
            //
            // UserRepID
            //
            this.UserRepID.Name      = "UserRepID";
            this.UserRepID.Text      = "999-999999";
            this.UserRepID.ForeColor = System.Drawing.Color.FromArgb(0);
            this.UserRepID.Size      = new System.Drawing.Size(57, 13);
            this.UserRepID.Location  = new System.Drawing.Point(480, 247);
            this.UserRepID.TabIndex  = 25;
//            this.UserRepID.ToolTipText = "This is your S&D Representative ID (Only if you;
            //
            // TeamID
            //
            this.TeamID.Name      = "TeamID";
            this.TeamID.Text      = "999-999999";
            this.TeamID.ForeColor = System.Drawing.Color.FromArgb(0);
            this.TeamID.Size      = new System.Drawing.Size(57, 13);
            this.TeamID.Location  = new System.Drawing.Point(480, 206);
            this.TeamID.TabIndex  = 24;
//            this.TeamID.ToolTipText = "This is your Team;
            //
            // UserID
            //
            this.UserID.Name      = "UserID";
            this.UserID.Text      = "999-999999";
            this.UserID.ForeColor = System.Drawing.Color.Transparent;
            this.UserID.Size      = new System.Drawing.Size(57, 13);
            this.UserID.Location  = new System.Drawing.Point(480, 193);
            this.UserID.TabIndex  = 23;
//            this.UserID.ToolTipText = "This is your S&D serial number.";
            //
            // Label48
            //
            this.Label48.Name      = "Label48";
            this.Label48.TextAlign = System.Drawing.ContentAlignment.TopRight;
            this.Label48.Text      = "Parent Rep ID:";
            this.Label48.ForeColor = System.Drawing.Color.FromArgb(0);
            this.Label48.Size      = new System.Drawing.Size(71, 13);
            this.Label48.Location  = new System.Drawing.Point(404, 260);
            this.Label48.TabIndex  = 22;
            //
            // Label47
            //
            this.Label47.Name      = "Label47";
            this.Label47.TextAlign = System.Drawing.ContentAlignment.TopRight;
            this.Label47.Text      = "Your Rep ID:";
            this.Label47.ForeColor = System.Drawing.Color.FromArgb(0);
            this.Label47.Size      = new System.Drawing.Size(62, 13);
            this.Label47.Location  = new System.Drawing.Point(413, 247);
            this.Label47.TabIndex  = 21;
            //
            // Label46
            //
            this.Label46.Name      = "Label46";
            this.Label46.TextAlign = System.Drawing.ContentAlignment.TopRight;
            this.Label46.Text      = "Team ID:";
            this.Label46.ForeColor = System.Drawing.Color.FromArgb(0);
            this.Label46.Size      = new System.Drawing.Size(44, 13);
            this.Label46.Location  = new System.Drawing.Point(431, 206);
            this.Label46.TabIndex  = 20;
            //
            // Label45
            //
            this.Label45.Name      = "Label45";
            this.Label45.TextAlign = System.Drawing.ContentAlignment.TopRight;
            this.Label45.Text      = "Your ID:";
            this.Label45.ForeColor = System.Drawing.Color.Transparent;
            this.Label45.Size      = new System.Drawing.Size(39, 13);
            this.Label45.Location  = new System.Drawing.Point(436, 193);
            this.Label45.TabIndex  = 19;
            //
            // Label31
            //
            this.Label31.Name      = "Label31";
            this.Label31.Text      = "Miscellaneous Info:";
            this.Label31.Font      = new System.Drawing.Font("MS Sans Serif", 8F, (System.Drawing.FontStyle.Bold), System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
            this.Label31.ForeColor = System.Drawing.Color.Transparent;
            this.Label31.Size      = new System.Drawing.Size(111, 13);
            this.Label31.Location  = new System.Drawing.Point(400, 138);
            this.Label31.TabIndex  = 18;
            //
            // lblDLLsLoaded0
            //
            this.lblDLLsLoaded0.Name      = "lblDLLsLoaded0";
            this.lblDLLsLoaded0.TextAlign = System.Drawing.ContentAlignment.TopRight;
            this.lblDLLsLoaded0.Text      = "Sandals Loaded:";
            this.lblDLLsLoaded0.ForeColor = System.Drawing.Color.Transparent;
            this.lblDLLsLoaded0.Size      = new System.Drawing.Size(82, 12);
            this.lblDLLsLoaded0.Location  = new System.Drawing.Point(409, 159);
            this.lblDLLsLoaded0.TabIndex  = 17;
//            this.lblDLLsLoaded0.ToolTipText = "This is the number of S&D add-in DLLs currently loaded in memory.";
            //
            // Shape20
            //
            this.Shape20.Name        = "Shape20";
            this.Shape20.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.Shape20.Size        = new System.Drawing.Size(179, 143);
            this.Shape20.Location    = new System.Drawing.Point(396, 134);
            //
            // Label44
            //
            this.Label44.Name      = "Label44";
            this.Label44.Text      = "User Agreement:";
            this.Label44.ForeColor = System.Drawing.Color.Transparent;
            this.Label44.Size      = new System.Drawing.Size(79, 13);
            this.Label44.Location  = new System.Drawing.Point(2, 244);
            this.Label44.TabIndex  = 16;
            //
            // Label43
            //
            this.Label43.Name      = "Label43";
            this.Label43.Text      = "Submit Template:";
            this.Label43.ForeColor = System.Drawing.Color.Transparent;
            this.Label43.Size      = new System.Drawing.Size(82, 12);
            this.Label43.Location  = new System.Drawing.Point(2, 188);
            this.Label43.TabIndex  = 15;
            //
            // Label13
            //
            this.Label13.Name      = "Label13";
            this.Label13.Text      = "http://www.sliceanddice.com/submit.html";
            this.Label13.Font      = new System.Drawing.Font("Arial", 8F, (System.Drawing.FontStyle.Underline), System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
            this.Label13.ForeColor = System.Drawing.Color.Transparent;
            this.Label13.Size      = new System.Drawing.Size(199, 14);
            this.Label13.Location  = new System.Drawing.Point(92, 188);
//            this.Label13.MouseIcon = "frmSplash.frx":0890;
//            this.Label13.MousePointer = 99;
            this.Label13.TabIndex = 14;
//            this.Label13.ToolTipText = "Manually submit a template or category for inclusion in the general S&D product.";
            //
            // Label41
            //
            this.Label41.Name      = "Label41";
            this.Label41.Text      = "Report an Issue:";
            this.Label41.ForeColor = System.Drawing.Color.Transparent;
            this.Label41.Size      = new System.Drawing.Size(78, 13);
            this.Label41.Location  = new System.Drawing.Point(2, 172);
            this.Label41.TabIndex  = 13;
            //
            // Label11
            //
            this.Label11.Name      = "Label11";
            this.Label11.Text      = "http://www.sliceanddice.com/sadissue.html";
            this.Label11.Font      = new System.Drawing.Font("Arial", 8F, (System.Drawing.FontStyle.Underline), System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
            this.Label11.ForeColor = System.Drawing.Color.Transparent;
            this.Label11.Size      = new System.Drawing.Size(212, 14);
            this.Label11.Location  = new System.Drawing.Point(92, 172);
//            this.Label11.MouseIcon = "frmSplash.frx":0CD2;
//            this.Label11.MousePointer = 99;
            this.Label11.TabIndex = 12;
//            this.Label11.ToolTipText = "Submit an issue / bug / feature directly to the S&D developer.";
            //
            // Label40
            //
            this.Label40.Name      = "Label40";
            this.Label40.Text      = "Latest updates:";
            this.Label40.ForeColor = System.Drawing.Color.Transparent;
            this.Label40.Size      = new System.Drawing.Size(73, 13);
            this.Label40.Location  = new System.Drawing.Point(2, 154);
            this.Label40.TabIndex  = 11;
            //
            // Label30
            //
            this.Label30.Name      = "Label30";
            this.Label30.Text      = "Some places on the web to go for more information:";
            this.Label30.ForeColor = System.Drawing.Color.Transparent;
            this.Label30.Size      = new System.Drawing.Size(242, 13);
            this.Label30.Location  = new System.Drawing.Point(2, 138);
            this.Label30.TabIndex  = 10;
            //
            // lblPlatform
            //
            this.lblPlatform.Name     = "lblPlatform";
            this.lblPlatform.Text     = "Visual Basic (SP3) - Win95";
            this.lblPlatform.Font     = new System.Drawing.Font("Arial", 15F, (System.Drawing.FontStyle.Bold), System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
            this.lblPlatform.Size     = new System.Drawing.Size(264, 24);
            this.lblPlatform.Location = new System.Drawing.Point(36, 62);
            this.lblPlatform.TabIndex = 5;
            //
            // Label2
            //
            this.Label2.Name      = "Label2";
            this.Label2.Text      = "Use of Slice and Dice is governed by the Slice and Dice end-user agreement. Click here to view it.";
            this.Label2.Font      = new System.Drawing.Font("MS Sans Serif", 8F, (System.Drawing.FontStyle.Underline), System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
            this.Label2.ForeColor = System.Drawing.Color.Transparent;
            this.Label2.Size      = new System.Drawing.Size(274, 31);
            this.Label2.Location  = new System.Drawing.Point(90, 244);
//            this.Label2.MouseIcon = "frmSplash.frx":0FDC;
//            this.Label2.MousePointer = 99;
            this.Label2.TabIndex = 9;
//            this.Label2.ToolTipText = "View end-user agreement.";
            //
            // Label10
            //
            this.Label10.Name      = "Label10";
            this.Label10.Text      = "http://www.sliceanddice.com/dl.html";
            this.Label10.Font      = new System.Drawing.Font("Arial", 8F, (System.Drawing.FontStyle.Underline), System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
            this.Label10.ForeColor = System.Drawing.Color.Transparent;
            this.Label10.Size      = new System.Drawing.Size(176, 14);
            this.Label10.Location  = new System.Drawing.Point(92, 154);
//            this.Label10.MouseIcon = "frmSplash.frx":141E;
//            this.Label10.MousePointer = 99;
            this.Label10.TabIndex = 8;
//            this.Label10.ToolTipText = "Visit the main S&D Web Site";
            //
            // lblCopyright
            //
            this.lblCopyright.Name     = "lblCopyright";
            this.lblCopyright.Text     = "William Rawls retains rights to everything before 4/1/2000. All public domain thereafter.";
            this.lblCopyright.Font     = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
            this.lblCopyright.Size     = new System.Drawing.Size(566, 12);
            this.lblCopyright.Location = new System.Drawing.Point(4, 100);
            this.lblCopyright.TabIndex = 3;
//            this.lblCopyright.ToolTipText = "Slice and Dice is copyright 1999 by Firm Solutions and William M. Rawls. Slice and Dice is a trademark of Firm Solutions.";
            //
            // lblWarning
            //
            this.lblWarning.Name     = "lblWarning";
            this.lblWarning.Text     = "Warning: You are responsible for any damages caused by this program. Use with care.";
            this.lblWarning.Font     = new System.Drawing.Font("Arial", 8F, (System.Drawing.FontStyle.Bold), System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
            this.lblWarning.Size     = new System.Drawing.Size(482, 12);
            this.lblWarning.Location = new System.Drawing.Point(22, 278);
            this.lblWarning.TabIndex = 2;
            //
            // lblVersion
            //
            this.lblVersion.Name     = "lblVersion";
            this.lblVersion.Text     = "Version";
            this.lblVersion.Font     = new System.Drawing.Font("Arial", 12F, (System.Drawing.FontStyle.Bold), System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
            this.lblVersion.Size     = new System.Drawing.Size(59, 19);
            this.lblVersion.Location = new System.Drawing.Point(50, 84);
            this.lblVersion.TabIndex = 4;
            //
            // lblLicenseTo
            //
            this.lblLicenseTo.Name      = "lblLicenseTo";
            this.lblLicenseTo.TextAlign = System.Drawing.ContentAlignment.TopRight;
            this.lblLicenseTo.Text      = "Licensed to: William M. Rawls, Super Human Programmer";
            this.lblLicenseTo.Font      = new System.Drawing.Font("Arial", 9F, (System.Drawing.FontStyle.Bold), System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
            this.lblLicenseTo.Size      = new System.Drawing.Size(389, 17);
            this.lblLicenseTo.Location  = new System.Drawing.Point(168, 114);
            this.lblLicenseTo.TabIndex  = 1;
//            this.lblLicenseTo.ToolTipText = "This is the name of the person who owns this copy of S&D";
            //
            // lblCompanyProduct
            //
            this.lblCompanyProduct.Name     = "lblCompanyProduct";
            this.lblCompanyProduct.Text     = "all freeware, all opensource";
            this.lblCompanyProduct.Font     = new System.Drawing.Font("Times New Roman", 18F, (System.Drawing.FontStyle.Bold), System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
            this.lblCompanyProduct.Size     = new System.Drawing.Size(283, 26);
            this.lblCompanyProduct.Location = new System.Drawing.Point(6, 1);
            this.lblCompanyProduct.TabIndex = 6;
            //
            // lblProductName
            //
            this.lblProductName.Name     = "lblProductName";
            this.lblProductName.Text     = "Slice and Dice";
            this.lblProductName.Font     = new System.Drawing.Font("Arial", 32F, (System.Drawing.FontStyle.Bold), System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
            this.lblProductName.Size     = new System.Drawing.Size(424, 50);
            this.lblProductName.Location = new System.Drawing.Point(13, 22);
            this.lblProductName.TabIndex = 7;
            //
            // Shape1
            //
            this.Shape1.Name        = "Shape1";
            this.Shape1.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.Shape1.Size        = new System.Drawing.Size(395, 143);
            this.Shape1.Location    = new System.Drawing.Point(0, 134);
            //
            // frmSplash
            //
            this.Controls.AddRange(new System.Windows.Forms.Control[]
            {
                this.Frame1
            });
            this.Name = "frmSplash";
            this.Frame1.ResumeLayout(false);
            this.ResumeLayout(false);
        }
示例#6
0
			/// <summary>
			/// Required method for Designer support - do not modify
			/// the contents of this method with the code editor.
			/// </summary>
			public void InitializeComponent()
			{
				this.cmdDone = new System.Windows.Forms.VB.CommandButton();
				this.txtInvoiceNumber = new System.Windows.Forms.VB.TextBox();
				this.cmdStepTwo = new System.Windows.Forms.VB.CommandButton();
				this.cmdStepOne = new System.Windows.Forms.VB.CommandButton();
				this.inetRegister0 = new System.Windows.Forms.InetCtlsObjects.Inet();
				this.lblInvoiceNumber = new System.Windows.Forms.VB.Label();
				this.SuspendLayout();
				//
				// cmdDone
				//
				this.cmdDone.Name = "cmdDone";
				this.cmdDone.Text = "Done";
				this.cmdDone.Size = new System.Drawing.Size(257, 35);
				this.cmdDone.Location = new System.Drawing.Point(2, 124);
				this.cmdDone.TabIndex = 3;
				//
				// txtInvoiceNumber
				//
				this.txtInvoiceNumber.Name = "txtInvoiceNumber";
				this.txtInvoiceNumber.Size = new System.Drawing.Size(147, 20);
				this.txtInvoiceNumber.Location = new System.Drawing.Point(108, 52);
				this.txtInvoiceNumber.TabIndex = 1;
//				this.txtInvoiceNumber.ToolTipText = "Enter the Invoice number given to you during step 1 here.";
				//
				// cmdStepTwo
				//
				this.cmdStepTwo.Name = "cmdStepTwo";
				this.cmdStepTwo.Text = "Step 2: Inform Central Server of Invoice Number";
				this.cmdStepTwo.Enabled = false;
				this.cmdStepTwo.Size = new System.Drawing.Size(257, 35);
				this.cmdStepTwo.Location = new System.Drawing.Point(2, 84);
				this.cmdStepTwo.TabIndex = 2;
				//
				// cmdStepOne
				//
				this.cmdStepOne.Name = "cmdStepOne";
				this.cmdStepOne.Text = "Step 1: Secure Ordering / Payment Online";
				this.cmdStepOne.Size = new System.Drawing.Size(257, 35);
				this.cmdStepOne.Location = new System.Drawing.Point(2, 2);
				this.cmdStepOne.TabIndex = 0;
				//
				// inetRegister0
				//
				this.inetRegister0.Name = "inetRegister0";
				this.inetRegister0.Location = new System.Drawing.Point(214, 10);
//				this.inetRegister0.Protocol = 4;
//				this.inetRegister0.RequestTimeout = 100;
				//
				// lblInvoiceNumber
				//
				this.lblInvoiceNumber.Name = "lblInvoiceNumber";
				this.lblInvoiceNumber.TextAlign = System.Drawing.ContentAlignment.TopRight;
				this.lblInvoiceNumber.Text = "Invoice Number from Step 1:";
				this.lblInvoiceNumber.Size = new System.Drawing.Size(83, 26);
				this.lblInvoiceNumber.Location = new System.Drawing.Point(14, 48);
				this.lblInvoiceNumber.TabIndex = 4;
				//
				// frmRegister
				//
				this.Controls.AddRange(new System.Windows.Forms.Control[]
				{
				      this.cmdDone,
				      this.txtInvoiceNumber,
				      this.cmdStepTwo,
				      this.cmdStepOne,
				      this.inetRegister0,
				      this.lblInvoiceNumber
				});
				this.Name = "frmRegister";
				this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
				this.Text = "Slice and Dice Online Registration";
				this.ClientSize = new System.Drawing.Size(261, 165);
				this.MaximizeBox = false;
				this.MinimizeBox = false;
				this.ShowInTaskbar = false;
				this.ResumeLayout(false);
			}
示例#7
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        public void InitializeComponent()
        {
            this.txtUserName5 = new System.Windows.Forms.VB.TextBox();
            this.txtPassword5 = new System.Windows.Forms.VB.TextBox();
            this.txtUserName4 = new System.Windows.Forms.VB.TextBox();
            this.txtPassword4 = new System.Windows.Forms.VB.TextBox();
            this.txtUserName0 = new System.Windows.Forms.VB.TextBox();
            this.txtPassword1 = new System.Windows.Forms.VB.TextBox();
            this.txtUserName1 = new System.Windows.Forms.VB.TextBox();
            this.txtPassword0 = new System.Windows.Forms.VB.TextBox();
            this.txtPassword3 = new System.Windows.Forms.VB.TextBox();
            this.txtUserName3 = new System.Windows.Forms.VB.TextBox();
            this.txtPassword2 = new System.Windows.Forms.VB.TextBox();
            this.txtUserName2 = new System.Windows.Forms.VB.TextBox();
            this.cmdOK        = new System.Windows.Forms.VB.CommandButton();
            this.cmdCancel    = new System.Windows.Forms.VB.CommandButton();
            this.lblLabels11  = new System.Windows.Forms.VB.Label();
            this.lblLabels10  = new System.Windows.Forms.VB.Label();
            this.lblLabels9   = new System.Windows.Forms.VB.Label();
            this.lblLabels8   = new System.Windows.Forms.VB.Label();
            this.lblLabels7   = new System.Windows.Forms.VB.Label();
            this.lblLabels6   = new System.Windows.Forms.VB.Label();
            this.lblLabels5   = new System.Windows.Forms.VB.Label();
            this.lblLabels4   = new System.Windows.Forms.VB.Label();
            this.lblLabels0   = new System.Windows.Forms.VB.Label();
            this.lblLabels3   = new System.Windows.Forms.VB.Label();
            this.lblLabels2   = new System.Windows.Forms.VB.Label();
            this.lblLabels1   = new System.Windows.Forms.VB.Label();
            this.SuspendLayout();
            //
            // txtUserName5
            //
            this.txtUserName5.Name     = "txtUserName5";
            this.txtUserName5.Size     = new System.Drawing.Size(155, 23);
            this.txtUserName5.Location = new System.Drawing.Point(10, 54);
            this.txtUserName5.TabIndex = 24;
            //
            // txtPassword5
            //
            this.txtPassword5.Name     = "txtPassword5";
            this.txtPassword5.Size     = new System.Drawing.Size(155, 23);
            this.txtPassword5.Location = new System.Drawing.Point(476, 54);
            this.txtPassword5.TabIndex = 21;
            //
            // txtUserName4
            //
            this.txtUserName4.Name     = "txtUserName4";
            this.txtUserName4.Size     = new System.Drawing.Size(155, 23);
            this.txtUserName4.Location = new System.Drawing.Point(320, 54);
            this.txtUserName4.TabIndex = 20;
            //
            // txtPassword4
            //
            this.txtPassword4.Name     = "txtPassword4";
            this.txtPassword4.Size     = new System.Drawing.Size(155, 23);
            this.txtPassword4.Location = new System.Drawing.Point(165, 54);
            this.txtPassword4.TabIndex = 18;
            //
            // txtUserName0
            //
            this.txtUserName0.Name     = "txtUserName0";
            this.txtUserName0.Size     = new System.Drawing.Size(155, 23);
            this.txtUserName0.Location = new System.Drawing.Point(10, 10);
            this.txtUserName0.TabIndex = 12;
            this.txtUserName0.Text     = "Sequence from Server";
            //
            // txtPassword1
            //
            this.txtPassword1.Name     = "txtPassword1";
            this.txtPassword1.Size     = new System.Drawing.Size(155, 23);
            this.txtPassword1.Location = new System.Drawing.Point(476, 10);
            this.txtPassword1.TabIndex = 9;
            this.txtPassword1.Text     = "Fx(Local Generated)";
            //
            // txtUserName1
            //
            this.txtUserName1.Name     = "txtUserName1";
            this.txtUserName1.Size     = new System.Drawing.Size(155, 23);
            this.txtUserName1.Location = new System.Drawing.Point(320, 10);
            this.txtUserName1.TabIndex = 8;
            this.txtUserName1.Text     = "Checksum";
            //
            // txtPassword0
            //
            this.txtPassword0.Name     = "txtPassword0";
            this.txtPassword0.Size     = new System.Drawing.Size(155, 23);
            this.txtPassword0.Location = new System.Drawing.Point(165, 10);
            this.txtPassword0.TabIndex = 6;
            this.txtPassword0.Text     = "Random";
            //
            // txtPassword3
            //
            this.txtPassword3.Name     = "txtPassword3";
            this.txtPassword3.Size     = new System.Drawing.Size(155, 23);
            this.txtPassword3.Location = new System.Drawing.Point(476, 98);
            this.txtPassword3.TabIndex = 5;
            //
            // txtUserName3
            //
            this.txtUserName3.Name     = "txtUserName3";
            this.txtUserName3.Size     = new System.Drawing.Size(155, 23);
            this.txtUserName3.Location = new System.Drawing.Point(320, 98);
            this.txtUserName3.TabIndex = 4;
            //
            // txtPassword2
            //
            this.txtPassword2.Name     = "txtPassword2";
            this.txtPassword2.Size     = new System.Drawing.Size(155, 23);
            this.txtPassword2.Location = new System.Drawing.Point(165, 98);
            this.txtPassword2.TabIndex = 3;
            //
            // txtUserName2
            //
            this.txtUserName2.Name     = "txtUserName2";
            this.txtUserName2.Size     = new System.Drawing.Size(155, 23);
            this.txtUserName2.Location = new System.Drawing.Point(10, 98);
            this.txtUserName2.TabIndex = 2;
            //
            // cmdOK
            //
            this.cmdOK.Name         = "cmdOK";
            this.cmdOK.Text         = "OK";
            this.cmdOK.DialogResult = System.Windows.Forms.DialogResult.OK;
            this.cmdOK.Size         = new System.Drawing.Size(76, 26);
            this.cmdOK.Location     = new System.Drawing.Point(8, 150);
            this.cmdOK.TabIndex     = 0;
            //
            // cmdCancel
            //
            this.cmdCancel.Name         = "cmdCancel";
            this.cmdCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.cmdCancel.Text         = "Cancel";
            this.cmdCancel.Size         = new System.Drawing.Size(76, 26);
            this.cmdCancel.Location     = new System.Drawing.Point(86, 150);
            this.cmdCancel.TabIndex     = 1;
            //
            // lblLabels11
            //
            this.lblLabels11.Name     = "lblLabels11";
            this.lblLabels11.Text     = "Rep Public ID";
            this.lblLabels11.Size     = new System.Drawing.Size(66, 13);
            this.lblLabels11.Location = new System.Drawing.Point(10, 80);
            this.lblLabels11.TabIndex = 25;
            //
            // lblLabels10
            //
            this.lblLabels10.Name     = "lblLabels10";
            this.lblLabels10.Text     = "Rep Remote Confirmation";
            this.lblLabels10.Size     = new System.Drawing.Size(121, 13);
            this.lblLabels10.Location = new System.Drawing.Point(476, 80);
            this.lblLabels10.TabIndex = 23;
            //
            // lblLabels9
            //
            this.lblLabels9.Name     = "lblLabels9";
            this.lblLabels9.Text     = "Rep Remote Generated";
            this.lblLabels9.Size     = new System.Drawing.Size(113, 13);
            this.lblLabels9.Location = new System.Drawing.Point(320, 80);
            this.lblLabels9.TabIndex = 22;
            //
            // lblLabels8
            //
            this.lblLabels8.Name     = "lblLabels8";
            this.lblLabels8.Text     = "Rep Local Generated";
            this.lblLabels8.Size     = new System.Drawing.Size(102, 13);
            this.lblLabels8.Location = new System.Drawing.Point(165, 80);
            this.lblLabels8.TabIndex = 19;
            //
            // lblLabels7
            //
            this.lblLabels7.Name     = "lblLabels7";
            this.lblLabels7.Text     = "Team Public ID";
            this.lblLabels7.Size     = new System.Drawing.Size(73, 13);
            this.lblLabels7.Location = new System.Drawing.Point(10, 124);
            this.lblLabels7.TabIndex = 17;
            //
            // lblLabels6
            //
            this.lblLabels6.Name     = "lblLabels6";
            this.lblLabels6.Text     = "Team Remote Confirmation";
            this.lblLabels6.Size     = new System.Drawing.Size(128, 13);
            this.lblLabels6.Location = new System.Drawing.Point(476, 124);
            this.lblLabels6.TabIndex = 16;
            //
            // lblLabels5
            //
            this.lblLabels5.Name     = "lblLabels5";
            this.lblLabels5.Text     = "Team Remote Generated";
            this.lblLabels5.Size     = new System.Drawing.Size(120, 13);
            this.lblLabels5.Location = new System.Drawing.Point(320, 124);
            this.lblLabels5.TabIndex = 15;
            //
            // lblLabels4
            //
            this.lblLabels4.Name     = "lblLabels4";
            this.lblLabels4.Text     = "Team Local Generated";
            this.lblLabels4.Size     = new System.Drawing.Size(109, 13);
            this.lblLabels4.Location = new System.Drawing.Point(165, 124);
            this.lblLabels4.TabIndex = 14;
            //
            // lblLabels0
            //
            this.lblLabels0.Name     = "lblLabels0";
            this.lblLabels0.Text     = "SHPC Public ID";
            this.lblLabels0.Size     = new System.Drawing.Size(75, 13);
            this.lblLabels0.Location = new System.Drawing.Point(10, 36);
            this.lblLabels0.TabIndex = 13;
            //
            // lblLabels3
            //
            this.lblLabels3.Name     = "lblLabels3";
            this.lblLabels3.Text     = "SHPC Remote Confirmation";
            this.lblLabels3.Size     = new System.Drawing.Size(130, 13);
            this.lblLabels3.Location = new System.Drawing.Point(476, 36);
            this.lblLabels3.TabIndex = 11;
            //
            // lblLabels2
            //
            this.lblLabels2.Name     = "lblLabels2";
            this.lblLabels2.Text     = "SHPC Remote Generated";
            this.lblLabels2.Size     = new System.Drawing.Size(122, 13);
            this.lblLabels2.Location = new System.Drawing.Point(320, 36);
            this.lblLabels2.TabIndex = 10;
            //
            // lblLabels1
            //
            this.lblLabels1.Name     = "lblLabels1";
            this.lblLabels1.Text     = "SHPC Local Generated";
            this.lblLabels1.Size     = new System.Drawing.Size(111, 13);
            this.lblLabels1.Location = new System.Drawing.Point(165, 36);
            this.lblLabels1.TabIndex = 7;
            //
            // frmLogin
            //
            this.Controls.AddRange(new System.Windows.Forms.Control[]
            {
                this.txtUserName5,
                this.txtPassword5,
                this.txtUserName4,
                this.txtPassword4,
                this.txtUserName0,
                this.txtPassword1,
                this.txtUserName1,
                this.txtPassword0,
                this.txtPassword3,
                this.txtUserName3,
                this.txtPassword2,
                this.txtUserName2,
                this.cmdOK,
                this.cmdCancel,
                this.lblLabels11,
                this.lblLabels10,
                this.lblLabels9,
                this.lblLabels8,
                this.lblLabels7,
                this.lblLabels6,
                this.lblLabels5,
                this.lblLabels4,
                this.lblLabels0,
                this.lblLabels3,
                this.lblLabels2,
                this.lblLabels1
            });
            this.Name            = "frmLogin";
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.Text            = "Thank you for considering registration of Slice and Dice.";
            this.ClientSize      = new System.Drawing.Size(636, 183);
            this.MaximizeBox     = false;
            this.MinimizeBox     = false;
////				this.ScaleMode = 0;
            this.ShowInTaskbar = false;
            this.ResumeLayout(false);
        }
示例#8
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        public void InitializeComponent()
        {
            this.txtDataPaste = new System.Windows.Forms.VB.TextBox();
            this.cmdRemove = new System.Windows.Forms.VB.CommandButton();
            this.lstDataToPost = new System.Windows.Forms.VB.ListBox();
            this.cmdAdd = new System.Windows.Forms.VB.CommandButton();
            this.cmdCancel = new System.Windows.Forms.VB.CommandButton();
            this.cmdOkay = new System.Windows.Forms.VB.CommandButton();
            this.txtObjectToActivate = new System.Windows.Forms.VB.TextBox();
            this.txtAltURL = new System.Windows.Forms.VB.TextBox();
            this.txtURL = new System.Windows.Forms.VB.TextBox();
            this.lblDataToPost = new System.Windows.Forms.VB.Label();
            this.lblObjectToActivate = new System.Windows.Forms.VB.Label();
            this.lblAltURL = new System.Windows.Forms.VB.Label();
            this.lblURL = new System.Windows.Forms.VB.Label();
            this.SuspendLayout();
            //
            // txtDataPaste
            //
            this.txtDataPaste.Name = "txtDataPaste";
            this.txtDataPaste.Size = new System.Drawing.Size(366, 20);
            this.txtDataPaste.Location = new System.Drawing.Point(139, 227);
            this.txtDataPaste.TabIndex = 12;
            //
            // cmdRemove
            //
            this.cmdRemove.Name = "cmdRemove";
            this.cmdRemove.Text = "-";
            this.cmdRemove.Font = new System.Drawing.Font("MS Sans Serif",12F, ( System.Drawing.FontStyle.Bold ), System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
            this.cmdRemove.Size = new System.Drawing.Size(19, 60);
            this.cmdRemove.Location = new System.Drawing.Point(121, 168);
            this.cmdRemove.TabIndex = 11;
//            this.cmdRemove.ToolTipText = "Remove the currently selected entry from the list";
            //
            // lstDataToPost
            //
            this.lstDataToPost.Name = "lstDataToPost";
            this.lstDataToPost.Size = new System.Drawing.Size(366, 121);
//            this.lstDataToPost.IntegralHeight = 0;
//            this.lstDataToPost.ItemData = "frmAutoWebURLEntry.frx":0000;
            this.lstDataToPost.Location = new System.Drawing.Point(139, 106);
//            this.lstDataToPost.List = "frmAutoWebURLEntry.frx":0002;
            this.lstDataToPost.TabIndex = 10;
            //
            // cmdAdd
            //
            this.cmdAdd.Name = "cmdAdd";
            this.cmdAdd.Text = "+";
            this.cmdAdd.Font = new System.Drawing.Font("MS Sans Serif",12F, ( System.Drawing.FontStyle.Bold ), System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
            this.cmdAdd.Size = new System.Drawing.Size(19, 60);
            this.cmdAdd.Location = new System.Drawing.Point(121, 107);
            this.cmdAdd.TabIndex = 9;
//            this.cmdAdd.ToolTipText = "Add a new entry to the list";
            //
            // cmdCancel
            //
            this.cmdCancel.Name = "cmdCancel";
            this.cmdCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.cmdCancel.Text = "&Cancel";
            this.cmdCancel.Size = new System.Drawing.Size(81, 33);
            this.cmdCancel.Location = new System.Drawing.Point(1, 194);
            this.cmdCancel.TabIndex = 8;
            //
            // cmdOkay
            //
            this.cmdOkay.Name = "cmdOkay";
            this.cmdOkay.Text = "&Okay";
            this.cmdOkay.DialogResult = System.Windows.Forms.DialogResult.OK;
            this.cmdOkay.Size = new System.Drawing.Size(81, 33);
            this.cmdOkay.Location = new System.Drawing.Point(1, 158);
            this.cmdOkay.TabIndex = 7;
            //
            // txtObjectToActivate
            //
            this.txtObjectToActivate.Name = "txtObjectToActivate";
            this.txtObjectToActivate.Size = new System.Drawing.Size(366, 20);
            this.txtObjectToActivate.Location = new System.Drawing.Point(139, 73);
            this.txtObjectToActivate.TabIndex = 5;
            //
            // txtAltURL
            //
            this.txtAltURL.Name = "txtAltURL";
            this.txtAltURL.Size = new System.Drawing.Size(366, 20);
            this.txtAltURL.Location = new System.Drawing.Point(139, 40);
            this.txtAltURL.TabIndex = 3;
            //
            // txtURL
            //
            this.txtURL.Name = "txtURL";
            this.txtURL.Size = new System.Drawing.Size(366, 20);
            this.txtURL.Location = new System.Drawing.Point(139, 6);
            this.txtURL.TabIndex = 1;
            //
            // lblDataToPost
            //
            this.lblDataToPost.Name = "lblDataToPost";
            this.lblDataToPost.Text = "Data To Post";
            this.lblDataToPost.Size = new System.Drawing.Size(80, 32);
            this.lblDataToPost.Location = new System.Drawing.Point(5, 107);
            this.lblDataToPost.TabIndex = 6;
            //
            // lblObjectToActivate
            //
            this.lblObjectToActivate.Name = "lblObjectToActivate";
            this.lblObjectToActivate.Text = "Object To Activate";
            this.lblObjectToActivate.Size = new System.Drawing.Size(124, 32);
            this.lblObjectToActivate.Location = new System.Drawing.Point(5, 73);
            this.lblObjectToActivate.TabIndex = 4;
            //
            // lblAltURL
            //
            this.lblAltURL.Name = "lblAltURL";
            this.lblAltURL.Text = "Alt URL";
            this.lblAltURL.Size = new System.Drawing.Size(80, 32);
            this.lblAltURL.Location = new System.Drawing.Point(4, 39);
            this.lblAltURL.TabIndex = 2;
            //
            // lblURL
            //
            this.lblURL.Name = "lblURL";
            this.lblURL.Text = "URL";
            this.lblURL.Size = new System.Drawing.Size(80, 32);
            this.lblURL.Location = new System.Drawing.Point(5, 7);
            this.lblURL.TabIndex = 0;
            //
            // frmURLEntry
            //
            this.Controls.AddRange(new System.Windows.Forms.Control[]
            {
                  this.txtDataPaste,
                  this.cmdRemove,
                  this.lstDataToPost,
                  this.cmdAdd,
                  this.cmdCancel,
                  this.cmdOkay,
                  this.txtObjectToActivate,
                  this.txtAltURL,
                  this.txtURL,
                  this.lblDataToPost,
                  this.lblObjectToActivate,
                  this.lblAltURL,
                  this.lblURL
            });
            this.Name = "frmURLEntry";
            this.ResumeLayout(false);
        }
示例#9
0
			/// <summary>
			/// Required method for Designer support - do not modify
			/// the contents of this method with the code editor.
			/// </summary>
			public void InitializeComponent()
			{
				this.chkIncludeSubDirs = new System.Windows.Forms.VB.CheckBox();
				this.txtFilePattern = new System.Windows.Forms.VB.TextBox();
				this.txtStartDir = new System.Windows.Forms.VB.TextBox();
				this.cmdSearch = new System.Windows.Forms.VB.CommandButton();
				this.Label11 = new System.Windows.Forms.VB.Label();
				this.Label10 = new System.Windows.Forms.VB.Label();
				this.SuspendLayout();
				//
				// chkIncludeSubDirs
				//
				this.chkIncludeSubDirs.Name = "chkIncludeSubDirs";
				this.chkIncludeSubDirs.Text = "Include sub-directories";
				this.chkIncludeSubDirs.Enabled = false;
				this.chkIncludeSubDirs.Size = new System.Drawing.Size(201, 21);
				this.chkIncludeSubDirs.Location = new System.Drawing.Point(86, 60);
				this.chkIncludeSubDirs.TabIndex = 5;
				this.chkIncludeSubDirs. = Both;
				//
				// txtFilePattern
				//
				this.txtFilePattern.Name = "txtFilePattern";
				this.txtFilePattern.Size = new System.Drawing.Size(85, 19);
				this.txtFilePattern.Location = new System.Drawing.Point(88, 32);
				this.txtFilePattern.TabIndex = 1;
				this.txtFilePattern.Text = "*.*";
//				this.txtFilePattern.ToolTipText = "Enter a pattern to search for (*.* finds everything, etc.)";
				//
				// txtStartDir
				//
				this.txtStartDir.Name = "txtStartDir";
				this.txtStartDir.Size = new System.Drawing.Size(277, 19);
				this.txtStartDir.Location = new System.Drawing.Point(88, 8);
				this.txtStartDir.TabIndex = 0;
//				this.txtStartDir.ToolTipText = "Enter the drive and path to start the search at";
				//
				// cmdSearch
				//
				this.cmdSearch.Name = "cmdSearch";
				this.cmdSearch.DialogResult = System.Windows.Forms.DialogResult.Cancel;
				this.cmdSearch.Text = "&Get File List";
				this.cmdSearch.DialogResult = System.Windows.Forms.DialogResult.OK;
				this.cmdSearch.Size = new System.Drawing.Size(81, 33);
				this.cmdSearch.Location = new System.Drawing.Point(284, 32);
				this.cmdSearch.TabIndex = 2;
				//
				// Label11
				//
				this.Label11.Name = "Label11";
				this.Label11.Text = "File Pattern";
				this.Label11.Size = new System.Drawing.Size(73, 17);
				this.Label11.Location = new System.Drawing.Point(8, 32);
				this.Label11.TabIndex = 4;
				//
				// Label10
				//
				this.Label10.Name = "Label10";
				this.Label10.Text = "Start Directory";
				this.Label10.Size = new System.Drawing.Size(73, 17);
				this.Label10.Location = new System.Drawing.Point(8, 8);
				this.Label10.TabIndex = 3;
				//
				// Search2Form
				//
				this.Controls.AddRange(new System.Windows.Forms.Control[]
				{
				      this.chkIncludeSubDirs,
				      this.txtFilePattern,
				      this.txtStartDir,
				      this.cmdSearch,
				      this.Label11,
				      this.Label10
				});
				this.Name = "Search2Form";
				this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
				this.Text = "Get file list";
				this.ClientSize = new System.Drawing.Size(374, 87);
				this.MaximizeBox = false;
				this.MinimizeBox = false;
				this.ShowInTaskbar = false;
				this.ResumeLayout(false);
			}
示例#10
0
			/// <summary>
			/// Required method for Designer support - do not modify
			/// the contents of this method with the code editor.
			/// </summary>
			public void InitializeComponent()
			{
				System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmCommandHelp));
				this.cdgHelp = new System.Windows.Forms.MSComDlg.CommonDialog();
				this.txtSoftCommandName = new System.Windows.Forms.VB.TextBox();
				this.txtAliases = new System.Windows.Forms.VB.TextBox();
				this.txtSyntax = new System.Windows.Forms.VB.TextBox();
				this.txtOneLineDescription = new System.Windows.Forms.VB.TextBox();
				this.txtHelpFile = new System.Windows.Forms.VB.TextBox();
				this.txtHelpTopic = new System.Windows.Forms.VB.TextBox();
				this.txtLongDescription = new System.Windows.Forms.VB.TextBox();
				this.txtComments = new System.Windows.Forms.VB.TextBox();
				this.txtSeeAlso = new System.Windows.Forms.VB.TextBox();
				this.txtExamples = new System.Windows.Forms.VB.TextBox();
				this.chkIsInline = new System.Windows.Forms.VB.CheckBox();
				this.picTH = new System.Windows.Forms.VB.PictureBox();
				this.lblSoftCommandName = new System.Windows.Forms.VB.Label();
				this.lblAliases = new System.Windows.Forms.VB.Label();
				this.lblSyntax = new System.Windows.Forms.VB.Label();
				this.lblOneLineDescription = new System.Windows.Forms.VB.Label();
				this.lblHelpFile = new System.Windows.Forms.VB.Label();
				this.lblHelpTopic = new System.Windows.Forms.VB.Label();
				this.lblLongDescription = new System.Windows.Forms.VB.Label();
				this.lblComments = new System.Windows.Forms.VB.Label();
				this.lblSeeAlso = new System.Windows.Forms.VB.Label();
				this.lblExamples = new System.Windows.Forms.VB.Label();
				this.lblIsInline = new System.Windows.Forms.VB.Label();
				this.mnuFileExit = new System.Windows.Forms.VB.Menu();
				this.mnuFirst = new System.Windows.Forms.VB.Menu();
				this.mnuPrevious = new System.Windows.Forms.VB.Menu();
				this.mnuNext = new System.Windows.Forms.VB.Menu();
				this.mnuLast = new System.Windows.Forms.VB.Menu();
				this.mnuFileFind = new System.Windows.Forms.VB.Menu();
				this.mnuChangeCommandSets = new System.Windows.Forms.VB.Menu();
				this.SuspendLayout();
				//
				// cdgHelp
				//
				this.cdgHelp.Name = "cdgHelp";
				this.cdgHelp.Location = new System.Drawing.Point(12, 252);
				//
				// txtSoftCommandName
				//
				this.txtSoftCommandName.Name = "txtSoftCommandName";
				this.txtSoftCommandName.BackColor = System.Drawing.Color.Transparent;
				this.txtSoftCommandName.BorderStyle = System.Windows.Forms.BorderStyle.None;
//				this.txtSoftCommandName.CausesValidatio = 0;
				this.txtSoftCommandName.Size = new System.Drawing.Size(440, 16);
				this.txtSoftCommandName.Location = new System.Drawing.Point(70, 20);
				this.txtSoftCommandName.Locked = true;
				this.txtSoftCommandName.TabIndex = 10;
				//
				// txtAliases
				//
				this.txtAliases.Name = "txtAliases";
				this.txtAliases.BackColor = System.Drawing.Color.Transparent;
				this.txtAliases.BorderStyle = System.Windows.Forms.BorderStyle.None;
//				this.txtAliases.CausesValidatio = 0;
				this.txtAliases.Size = new System.Drawing.Size(440, 20);
				this.txtAliases.Location = new System.Drawing.Point(70, 40);
				this.txtAliases.Locked = true;
				this.txtAliases.TabIndex = 9;
				//
				// txtSyntax
				//
				this.txtSyntax.Name = "txtSyntax";
				this.txtSyntax.BackColor = System.Drawing.Color.Transparent;
				this.txtSyntax.BorderStyle = System.Windows.Forms.BorderStyle.None;
//				this.txtSyntax.CausesValidatio = 0;
				this.txtSyntax.Size = new System.Drawing.Size(440, 20);
				this.txtSyntax.Location = new System.Drawing.Point(70, 60);
				this.txtSyntax.Locked = true;
				this.txtSyntax.TabIndex = 8;
				//
				// txtOneLineDescription
				//
				this.txtOneLineDescription.Name = "txtOneLineDescription";
				this.txtOneLineDescription.BackColor = System.Drawing.Color.Transparent;
				this.txtOneLineDescription.BorderStyle = System.Windows.Forms.BorderStyle.None;
//				this.txtOneLineDescription.CausesValidatio = 0;
				this.txtOneLineDescription.Size = new System.Drawing.Size(440, 20);
				this.txtOneLineDescription.Location = new System.Drawing.Point(70, 80);
				this.txtOneLineDescription.Locked = true;
				this.txtOneLineDescription.TabIndex = 7;
				//
				// txtHelpFile
				//
				this.txtHelpFile.Name = "txtHelpFile";
				this.txtHelpFile.BackColor = System.Drawing.Color.Transparent;
				this.txtHelpFile.BorderStyle = System.Windows.Forms.BorderStyle.None;
//				this.txtHelpFile.CausesValidatio = 0;
				this.txtHelpFile.Size = new System.Drawing.Size(440, 20);
				this.txtHelpFile.Location = new System.Drawing.Point(70, 100);
				this.txtHelpFile.Locked = true;
				this.txtHelpFile.TabIndex = 6;
				//
				// txtHelpTopic
				//
				this.txtHelpTopic.Name = "txtHelpTopic";
				this.txtHelpTopic.BackColor = System.Drawing.Color.Transparent;
				this.txtHelpTopic.BorderStyle = System.Windows.Forms.BorderStyle.None;
//				this.txtHelpTopic.CausesValidatio = 0;
				this.txtHelpTopic.Font = new System.Drawing.Font("MS Sans Serif",8F, ( System.Drawing.FontStyle.Underline ), System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
				this.txtHelpTopic.Size = new System.Drawing.Size(440, 20);
				this.txtHelpTopic.Location = new System.Drawing.Point(70, 120);
				this.txtHelpTopic.Locked = true;
				this.txtHelpTopic.TabIndex = 5;
				//
				// txtLongDescription
				//
				this.txtLongDescription.Name = "txtLongDescription";
				this.txtLongDescription.BackColor = System.Drawing.Color.Transparent;
				this.txtLongDescription.BorderStyle = System.Windows.Forms.BorderStyle.None;
//				this.txtLongDescription.CausesValidatio = 0;
				this.txtLongDescription.Size = new System.Drawing.Size(440, 80);
				this.txtLongDescription.Location = new System.Drawing.Point(70, 140);
				this.txtLongDescription.Locked = true;
//				this.txtLongDescription.MultiLine = -1;
				this.txtLongDescription.TabIndex = 4;
				//
				// txtComments
				//
				this.txtComments.Name = "txtComments";
				this.txtComments.BackColor = System.Drawing.Color.Transparent;
				this.txtComments.BorderStyle = System.Windows.Forms.BorderStyle.None;
//				this.txtComments.CausesValidatio = 0;
				this.txtComments.Size = new System.Drawing.Size(440, 80);
				this.txtComments.Location = new System.Drawing.Point(70, 220);
				this.txtComments.Locked = true;
//				this.txtComments.MultiLine = -1;
				this.txtComments.TabIndex = 3;
				//
				// txtSeeAlso
				//
				this.txtSeeAlso.Name = "txtSeeAlso";
				this.txtSeeAlso.BackColor = System.Drawing.Color.Transparent;
				this.txtSeeAlso.BorderStyle = System.Windows.Forms.BorderStyle.None;
//				this.txtSeeAlso.CausesValidatio = 0;
				this.txtSeeAlso.Size = new System.Drawing.Size(440, 80);
				this.txtSeeAlso.Location = new System.Drawing.Point(70, 300);
				this.txtSeeAlso.Locked = true;
//				this.txtSeeAlso.MultiLine = -1;
				this.txtSeeAlso.TabIndex = 2;
				//
				// txtExamples
				//
				this.txtExamples.Name = "txtExamples";
				this.txtExamples.BackColor = System.Drawing.Color.Transparent;
				this.txtExamples.BorderStyle = System.Windows.Forms.BorderStyle.None;
//				this.txtExamples.CausesValidatio = 0;
				this.txtExamples.Size = new System.Drawing.Size(440, 80);
				this.txtExamples.Location = new System.Drawing.Point(70, 380);
				this.txtExamples.Locked = true;
//				this.txtExamples.MultiLine = -1;
				this.txtExamples.TabIndex = 1;
				//
				// chkIsInline
				//
				this.chkIsInline.Name = "chkIsInline";
				this.chkIsInline.Text = "This is an Inline command if checked ( ie. %%Command::Parameters%% )";
//				this.chkIsInline.CausesValidatio = 0;
				this.chkIsInline.Enabled = false;
				this.chkIsInline.Font = new System.Drawing.Font("MS Sans Serif",8F, ( System.Drawing.FontStyle.Bold ), System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
				this.chkIsInline.ForeColor = System.Drawing.Color.FromArgb(-2147483640);
				this.chkIsInline.Size = new System.Drawing.Size(458, 20);
				this.chkIsInline.Location = new System.Drawing.Point(70, 0);
				this.chkIsInline.TabIndex = 0;
				//
				// picTH
				//
				this.picTH.Name = "picTH";
				this.picTH.BorderStyle = System.Windows.Forms.BorderStyle.None;
				this.picTH.ForeColor = System.Drawing.Color.FromArgb(-2147483640);
				this.picTH.Size = new System.Drawing.Size(51, 43);
				this.picTH.Location = new System.Drawing.Point(4, 164);
				this.picTH.TabIndex = 22;
				//
				// lblSoftCommandName
				//
				this.lblSoftCommandName.Name = "lblSoftCommandName";
				this.lblSoftCommandName.Text = "Name";
				this.lblSoftCommandName.Font = new System.Drawing.Font("Times New Roman",8F, ( System.Drawing.FontStyle.Bold ), System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
				this.lblSoftCommandName.Size = new System.Drawing.Size(30, 13);
				this.lblSoftCommandName.Location = new System.Drawing.Point(2, 22);
				this.lblSoftCommandName.TabIndex = 21;
				//
				// lblAliases
				//
				this.lblAliases.Name = "lblAliases";
				this.lblAliases.Text = "Aliases";
				this.lblAliases.Font = new System.Drawing.Font("Times New Roman",8F, ( System.Drawing.FontStyle.Bold ), System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
				this.lblAliases.Size = new System.Drawing.Size(38, 13);
				this.lblAliases.Location = new System.Drawing.Point(2, 42);
				this.lblAliases.TabIndex = 20;
				//
				// lblSyntax
				//
				this.lblSyntax.Name = "lblSyntax";
				this.lblSyntax.Text = "Syntax";
				this.lblSyntax.Font = new System.Drawing.Font("Times New Roman",8F, ( System.Drawing.FontStyle.Bold ), System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
				this.lblSyntax.Size = new System.Drawing.Size(36, 13);
				this.lblSyntax.Location = new System.Drawing.Point(2, 62);
				this.lblSyntax.TabIndex = 19;
				//
				// lblOneLineDescription
				//
				this.lblOneLineDescription.Name = "lblOneLineDescription";
				this.lblOneLineDescription.Text = "Summary";
				this.lblOneLineDescription.Font = new System.Drawing.Font("Times New Roman",8F, ( System.Drawing.FontStyle.Bold ), System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
				this.lblOneLineDescription.Size = new System.Drawing.Size(51, 13);
				this.lblOneLineDescription.Location = new System.Drawing.Point(2, 82);
				this.lblOneLineDescription.TabIndex = 18;
				//
				// lblHelpFile
				//
				this.lblHelpFile.Name = "lblHelpFile";
				this.lblHelpFile.Text = "Help File";
				this.lblHelpFile.Font = new System.Drawing.Font("Times New Roman",8F, ( System.Drawing.FontStyle.Bold ), System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
				this.lblHelpFile.Size = new System.Drawing.Size(48, 13);
				this.lblHelpFile.Location = new System.Drawing.Point(2, 102);
				this.lblHelpFile.TabIndex = 17;
				//
				// lblHelpTopic
				//
				this.lblHelpTopic.Name = "lblHelpTopic";
				this.lblHelpTopic.Text = "Help Topic";
				this.lblHelpTopic.Font = new System.Drawing.Font("Times New Roman",8F, ( System.Drawing.FontStyle.Bold ), System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
				this.lblHelpTopic.Size = new System.Drawing.Size(55, 13);
				this.lblHelpTopic.Location = new System.Drawing.Point(2, 122);
				this.lblHelpTopic.TabIndex = 16;
				//
				// lblLongDescription
				//
				this.lblLongDescription.Name = "lblLongDescription";
				this.lblLongDescription.Text = "Description";
				this.lblLongDescription.Font = new System.Drawing.Font("Times New Roman",8F, ( System.Drawing.FontStyle.Bold ), System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
				this.lblLongDescription.Size = new System.Drawing.Size(60, 13);
				this.lblLongDescription.Location = new System.Drawing.Point(2, 142);
				this.lblLongDescription.TabIndex = 15;
				//
				// lblComments
				//
				this.lblComments.Name = "lblComments";
				this.lblComments.Text = "Comments";
				this.lblComments.Font = new System.Drawing.Font("Times New Roman",8F, ( System.Drawing.FontStyle.Bold ), System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
				this.lblComments.Size = new System.Drawing.Size(57, 13);
				this.lblComments.Location = new System.Drawing.Point(2, 222);
				this.lblComments.TabIndex = 14;
				//
				// lblSeeAlso
				//
				this.lblSeeAlso.Name = "lblSeeAlso";
				this.lblSeeAlso.Text = "See Also";
				this.lblSeeAlso.Font = new System.Drawing.Font("Times New Roman",8F, ( System.Drawing.FontStyle.Bold ), System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
				this.lblSeeAlso.Size = new System.Drawing.Size(45, 13);
				this.lblSeeAlso.Location = new System.Drawing.Point(2, 302);
				this.lblSeeAlso.TabIndex = 13;
				//
				// lblExamples
				//
				this.lblExamples.Name = "lblExamples";
				this.lblExamples.Text = "Examples";
				this.lblExamples.Font = new System.Drawing.Font("Times New Roman",8F, ( System.Drawing.FontStyle.Bold ), System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
				this.lblExamples.Size = new System.Drawing.Size(49, 13);
				this.lblExamples.Location = new System.Drawing.Point(2, 382);
				this.lblExamples.TabIndex = 12;
				//
				// lblIsInline
				//
				this.lblIsInline.Name = "lblIsInline";
				this.lblIsInline.Text = "Is Inline";
				this.lblIsInline.Font = new System.Drawing.Font("Times New Roman",8F, ( System.Drawing.FontStyle.Bold ), System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
				this.lblIsInline.Size = new System.Drawing.Size(44, 13);
				this.lblIsInline.Location = new System.Drawing.Point(2, 4);
				this.lblIsInline.TabIndex = 11;
				//
				// mnuFileExit
				//
				this.mnuFileExit.Name = "mnuFileExit";
				this.mnuFileExit.Text = "&X";
				this.mnuFileExit.Enabled = false;
				this.mnuFileExit.Visible = false;
				//
				// mnuFirst
				//
				this.mnuFirst.Name = "mnuFirst";
				this.mnuFirst.Text = "Fi&rst";
				//
				// mnuPrevious
				//
				this.mnuPrevious.Name = "mnuPrevious";
				this.mnuPrevious.Text = "&<<";
				//
				// mnuNext
				//
				this.mnuNext.Name = "mnuNext";
				this.mnuNext.Text = "&>>";
				//
				// mnuLast
				//
				this.mnuLast.Name = "mnuLast";
				this.mnuLast.Text = "&Last";
				//
				// mnuFileFind
				//
				this.mnuFileFind.Name = "mnuFileFind";
				this.mnuFileFind.Text = "&Find";
				//
				// mnuChangeCommandSets
				//
				this.mnuChangeCommandSets.Name = "mnuChangeCommandSets";
				this.mnuChangeCommandSets.Text = "&Command Set";
				this.mnuChangeCommandSets.Enabled = false;
				this.mnuChangeCommandSets.Visible = false;
				//
				// frmCommandHelp
				//
				this.Controls.AddRange(new System.Windows.Forms.Control[]
				{
				      this.cdgHelp,
				      this.txtSoftCommandName,
				      this.txtAliases,
				      this.txtSyntax,
				      this.txtOneLineDescription,
				      this.txtHelpFile,
				      this.txtHelpTopic,
				      this.txtLongDescription,
				      this.txtComments,
				      this.txtSeeAlso,
				      this.txtExamples,
				      this.chkIsInline,
				      this.picTH,
				      this.lblSoftCommandName,
				      this.lblAliases,
				      this.lblSyntax,
				      this.lblOneLineDescription,
				      this.lblHelpFile,
				      this.lblHelpTopic,
				      this.lblLongDescription,
				      this.lblComments,
				      this.lblSeeAlso,
				      this.lblExamples,
				      this.lblIsInline,
				      this.mnuFileExit,
				      this.mnuFirst,
				      this.mnuPrevious,
				      this.mnuNext,
				      this.mnuLast,
				      this.mnuFileFind,
				      this.mnuChangeCommandSets
				});
				this.Name = "frmCommandHelp";
				this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
				this.Text = "Soft Command Reference";
				this.ClientSize = new System.Drawing.Size(507, 459);
				this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
				this.KeyPreview = true;
				this.MaximizeBox = false;
				this.MinimizeBox = false;
				this.ResumeLayout(false);
			}
示例#11
0
			/// <summary>
			/// Required method for Designer support - do not modify
			/// the contents of this method with the code editor.
			/// </summary>
			public void InitializeComponent()
			{
				this.FieldName = new System.Windows.Forms.VB.TextBox();
				this.cmdCancel = new System.Windows.Forms.VB.CommandButton();
				this.cmdOkay = new System.Windows.Forms.VB.CommandButton();
				this.txtLength = new System.Windows.Forms.VB.TextBox();
				this.lstType = new System.Windows.Forms.VB.ListBox();
				this.Label3 = new System.Windows.Forms.VB.Label();
				this.Label2 = new System.Windows.Forms.VB.Label();
				this.Label1 = new System.Windows.Forms.VB.Label();
				this.SuspendLayout();
				//
				// FieldName
				//
				this.FieldName.Name = "FieldName";
				this.FieldName.Size = new System.Drawing.Size(171, 20);
				this.FieldName.Location = new System.Drawing.Point(4, 18);
				this.FieldName.TabIndex = 0;
				//
				// cmdCancel
				//
				this.cmdCancel.Name = "cmdCancel";
				this.cmdCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
				this.cmdCancel.Text = "&Cancel";
				this.cmdCancel.Size = new System.Drawing.Size(57, 29);
				this.cmdCancel.Location = new System.Drawing.Point(118, 96);
				this.cmdCancel.TabIndex = 4;
				//
				// cmdOkay
				//
				this.cmdOkay.Name = "cmdOkay";
				this.cmdOkay.Text = "&OK";
				this.cmdOkay.DialogResult = System.Windows.Forms.DialogResult.OK;
				this.cmdOkay.Size = new System.Drawing.Size(57, 29);
				this.cmdOkay.Location = new System.Drawing.Point(118, 60);
				this.cmdOkay.TabIndex = 3;
				//
				// txtLength
				//
				this.txtLength.Name = "txtLength";
				this.txtLength.TextAlign = System.Drawing.ContentAlignment.TopRight;
				this.txtLength.Size = new System.Drawing.Size(107, 20);
				this.txtLength.Location = new System.Drawing.Point(4, 222);
//				this.txtLength.MultiLine = -1;
				this.txtLength.TabIndex = 2;
				this.txtLength.Text = "frmODBCFieldType.frx":0000;
				//
				// lstType
				//
				this.lstType.Name = "lstType";
				this.lstType.Size = new System.Drawing.Size(107, 138);
//				this.lstType.IntegralHeight = 0;
//				this.lstType.ItemData = "frmODBCFieldType.frx":0004;
				this.lstType.Location = new System.Drawing.Point(4, 60);
//				this.lstType.List = "frmODBCFieldType.frx":0026;
				this.lstType.TabIndex = 1;
				//
				// Label3
				//
				this.Label3.Name = "Label3";
				this.Label3.Text = "Field Name:";
				this.Label3.Size = new System.Drawing.Size(56, 13);
				this.Label3.Location = new System.Drawing.Point(4, 0);
				this.Label3.TabIndex = 7;
				//
				// Label2
				//
				this.Label2.Name = "Label2";
				this.Label2.Text = "Field Length:";
				this.Label2.Size = new System.Drawing.Size(61, 13);
				this.Label2.Location = new System.Drawing.Point(4, 204);
				this.Label2.TabIndex = 6;
				//
				// Label1
				//
				this.Label1.Name = "Label1";
				this.Label1.Text = "Field Type:";
				this.Label1.Size = new System.Drawing.Size(52, 13);
				this.Label1.Location = new System.Drawing.Point(4, 44);
				this.Label1.TabIndex = 5;
				//
				// frmODBCFieldType
				//
				this.Controls.AddRange(new System.Windows.Forms.Control[]
				{
				      this.FieldName,
				      this.cmdCancel,
				      this.cmdOkay,
				      this.txtLength,
				      this.lstType,
				      this.Label3,
				      this.Label2,
				      this.Label1
				});
				this.Name = "frmODBCFieldType";
				this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
				this.Text = "Set Field Name, type, size";
				this.ClientSize = new System.Drawing.Size(178, 247);
				this.ControlBox = false;
				this.MaximizeBox = false;
				this.MinimizeBox = false;
				this.ShowInTaskbar = false;
				this.ResumeLayout(false);
			}
示例#12
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 public void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmRegisterCodeSnippet));
     this.txtObjectName = new System.Windows.Forms.VB.TextBox();
     this.cmdRemoveAddin = new System.Windows.Forms.VB.CommandButton();
     this.txtLocation = new System.Windows.Forms.VB.TextBox();
     this.cmdAddAddin = new System.Windows.Forms.VB.CommandButton();
     this.Label11 = new System.Windows.Forms.VB.Label();
     this.Label10 = new System.Windows.Forms.VB.Label();
     this.SuspendLayout();
     //
     // txtObjectName
     //
     this.txtObjectName.Name = "txtObjectName";
     this.txtObjectName.Size = new System.Drawing.Size(187, 21);
     this.txtObjectName.Location = new System.Drawing.Point(144, 32);
     this.txtObjectName.TabIndex = 1;
     this.txtObjectName.Text = "SliceAndDice.Wizard";
     //
     // cmdRemoveAddin
     //
     this.cmdRemoveAddin.Name = "cmdRemoveAddin";
     this.cmdRemoveAddin.Text = "Remove from VB5 Add-in list";
     this.cmdRemoveAddin.Size = new System.Drawing.Size(187, 29);
     this.cmdRemoveAddin.Location = new System.Drawing.Point(146, 102);
     this.cmdRemoveAddin.TabIndex = 3;
     //
     // txtLocation
     //
     this.txtLocation.Name = "txtLocation";
     this.txtLocation.Size = new System.Drawing.Size(187, 21);
     this.txtLocation.Location = new System.Drawing.Point(144, 8);
     this.txtLocation.TabIndex = 0;
     this.txtLocation.Text = "c:\windows\vbaddin.ini";
     //
     // cmdAddAddin
     //
     this.cmdAddAddin.Name = "cmdAddAddin";
     this.cmdAddAddin.Text = "Add to VB5 Add-in list";
     this.cmdAddAddin.Size = new System.Drawing.Size(187, 29);
     this.cmdAddAddin.Location = new System.Drawing.Point(146, 62);
     this.cmdAddAddin.TabIndex = 2;
     //
     // Label11
     //
     this.Label11.Name = "Label11";
     this.Label11.Text = "Addin Object Name";
     this.Label11.Size = new System.Drawing.Size(92, 13);
     this.Label11.Location = new System.Drawing.Point(44, 36);
     this.Label11.TabIndex = 5;
     //
     // Label10
     //
     this.Label10.Name = "Label10";
     this.Label10.Text = "Addin list Location";
     this.Label10.Size = new System.Drawing.Size(86, 13);
     this.Label10.Location = new System.Drawing.Point(52, 12);
     this.Label10.TabIndex = 4;
     //
     // frmRegisterCodeSnippet
     //
     this.Controls.AddRange(new System.Windows.Forms.Control[]
     {
           this.txtObjectName,
           this.cmdRemoveAddin,
           this.txtLocation,
           this.cmdAddAddin,
           this.Label11,
           this.Label10
     });
     this.Name = "frmRegisterCodeSnippet";
     this.ResumeLayout(false);
 }