/// <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);
        }
Exemple #2
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        public void InitializeComponent()
        {
            this.lstChoose = new System.Windows.Forms.MSComctlLib.ListView();
            this.cmdCancel = new System.Windows.Forms.VB.CommandButton();
            this.cmdOkay = new System.Windows.Forms.VB.CommandButton();
            this.imlSmallIcons = new System.Windows.Forms.MSComctlLib.ImageList();
            this.SuspendLayout();
            //
            // lstChoose
            //
            this.lstChoose.Name = "lstChoose";
            this.lstChoose.Size = new System.Drawing.Size(475, 341);
            this.lstChoose.Location = new System.Drawing.Point(0, 0);
            this.lstChoose.TabIndex = 0;
            this.lstChoose.View = System.Windows.Forms.View.List;
//            this.lstChoose.Arrange = 1;
            this.lstChoose.LabelEdit = true;
            this.lstChoose.LabelWrap = false;
            this.lstChoose.HideSelection = true;
//            this.lstChoose.HideColumnHeader = -1;
//            this.lstChoose.FullRowSelect = -1;
//            this.lstChoose.GridLines = -1;
//            this.lstChoose.Icons = "imlSmallIcons";
//            this.lstChoose.SmallIcons = "imlSmallIcons";
//            this.lstChoose.ColHdrIcons = "imlSmallIcons";
            this.lstChoose.ForeColor = System.Drawing.Color.Black;
            this.lstChoose.BackColor = System.Drawing.Color.FromArgb(-2147483624);
//            this.lstChoose.NumItems = 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(73, 33);
            this.cmdCancel.Location = new System.Drawing.Point(96, 342);
            this.cmdCancel.TabIndex = 2;
            //
            // cmdOkay
            //
            this.cmdOkay.Name = "cmdOkay";
            this.cmdOkay.Text = "&OK";
            this.cmdOkay.DialogResult = System.Windows.Forms.DialogResult.OK;
            this.cmdOkay.Size = new System.Drawing.Size(73, 33);
            this.cmdOkay.Location = new System.Drawing.Point(0, 342);
            this.cmdOkay.TabIndex = 1;
            //
            // imlSmallIcons
            //
            this.imlSmallIcons.Name = "imlSmallIcons";
            this.imlSmallIcons.Location = new System.Drawing.Point(0, 0);
            this.imlSmallIcons.BackColor = System.Drawing.Color.FromArgb(-2147483643);
//            this.imlSmallIcons.ImageWidth = 16;
//            this.imlSmallIcons.ImageHeight = 16;
//            this.imlSmallIcons.MaskColor = 12632256;
//            this.imlSmallIcons.ListImage1 = ;
//            this.imlSmallIcons.ListImage2 = ;
//            this.imlSmallIcons.ListImage3 = ;
//            this.imlSmallIcons.ListImage4 = ;
//            this.imlSmallIcons.ListImage5 = ;
//            this.imlSmallIcons.ListImage6 = ;
//            this.imlSmallIcons.ListImage7 = ;
//            this.imlSmallIcons.ListImage8 = ;
//            this.imlSmallIcons.ListImage9 = ;
//            this.imlSmallIcons.ListImage10 = ;
//            this.imlSmallIcons.ListImage11 = ;
//            this.imlSmallIcons.ListImage12 = ;
//            this.imlSmallIcons.ListImage13 = ;
//            this.imlSmallIcons.ListImage14 = ;
//            this.imlSmallIcons.ListImage15 = ;
//            this.imlSmallIcons.ListImage16 = ;
//            this.imlSmallIcons.ListImage17 = ;
//            this.imlSmallIcons.ListImage18 = ;
//            this.imlSmallIcons.ListImage18 = ;
            //
            // frmListSelect
            //
            this.Controls.AddRange(new System.Windows.Forms.Control[]
            {
                  this.lstChoose,
                  this.cmdCancel,
                  this.cmdOkay,
                  this.imlSmallIcons
            });
            this.Name = "frmListSelect";
            this.ResumeLayout(false);
        }
Exemple #3
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(frmOptions));
            this.picBottom = new System.Windows.Forms.VB.PictureBox();
            this.chkProcessIncludes = new System.Windows.Forms.VB.CheckBox();
            this.cmdOK = new System.Windows.Forms.VB.CommandButton();
            this.cmdCancel = new System.Windows.Forms.VB.CommandButton();
            this.cmdGenerate = new System.Windows.Forms.VB.CommandButton();
            this.cmdPickFile = new System.Windows.Forms.VB.CommandButton();
            this.picRight = new System.Windows.Forms.VB.PictureBox();
            this.lvwContents = new System.Windows.Forms.MSComctlLib.ListView();
            this.picLeft = new System.Windows.Forms.VB.PictureBox();
            this.tvwHierarchy = new System.Windows.Forms.MSComctlLib.TreeView();
            this.imlIcons = new System.Windows.Forms.MSComctlLib.ImageList();
            this.picOptions3 = new System.Windows.Forms.VB.PictureBox();
            this.lvwInfo3 = new System.Windows.Forms.MSComctlLib.ListView();
            this.picOptions2 = new System.Windows.Forms.VB.PictureBox();
            this.lvwInfo2 = new System.Windows.Forms.MSComctlLib.ListView();
            this.picOptions1 = new System.Windows.Forms.VB.PictureBox();
            this.lvwInfo1 = new System.Windows.Forms.MSComctlLib.ListView();
            this.SuspendLayout();
            this.picBottom.SuspendLayout();
            this.picRight.SuspendLayout();
            this.picLeft.SuspendLayout();
            this.picOptions3.SuspendLayout();
            this.picOptions2.SuspendLayout();
            this.picOptions1.SuspendLayout();
            //
            // picBottom
            //
            this.picBottom.Name = "picBottom";
//            this.picBottom.Align = 2;
            this.picBottom.BackColor = System.Drawing.Color.FromArgb(-2147483648);
            this.picBottom.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.picBottom.ForeColor = System.Drawing.Color.FromArgb(-2147483640);
            this.picBottom.Size = new System.Drawing.Size(574, 33);
            this.picBottom.Location = new System.Drawing.Point(0, 390);
            this.picBottom.TabIndex = 6;
            this.picBottom.Controls.AddRange(new System.Windows.Forms.Control[]
            {
                        this.chkProcessIncludes,
                        this.cmdOK,
                        this.cmdCancel,
                        this.cmdGenerate,
                        this.cmdPickFile
            });
            //
            // chkProcessIncludes
            //
            this.chkProcessIncludes.Name = "chkProcessIncludes";
            this.chkProcessIncludes.Text = "Process #include <x.h> files";
            this.chkProcessIncludes.Size = new System.Drawing.Size(171, 35);
            this.chkProcessIncludes.Location = new System.Drawing.Point(332, 0);
            this.chkProcessIncludes.TabIndex = 15;
            //
            // cmdOK
            //
            this.cmdOK.Name = "cmdOK";
            this.cmdOK.Text = "OK";
            this.cmdOK.Size = new System.Drawing.Size(73, 25);
            this.cmdOK.Location = new System.Drawing.Point(9, 4);
            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(73, 25);
            this.cmdCancel.Location = new System.Drawing.Point(90, 4);
            this.cmdCancel.TabIndex = 9;
            //
            // cmdGenerate
            //
            this.cmdGenerate.Name = "cmdGenerate";
            this.cmdGenerate.Text = "Generate";
            this.cmdGenerate.Size = new System.Drawing.Size(73, 25);
            this.cmdGenerate.Location = new System.Drawing.Point(252, 4);
            this.cmdGenerate.TabIndex = 8;
            //
            // cmdPickFile
            //
            this.cmdPickFile.Name = "cmdPickFile";
            this.cmdPickFile.Text = "&Browse";
            this.cmdPickFile.Size = new System.Drawing.Size(73, 25);
            this.cmdPickFile.Location = new System.Drawing.Point(171, 4);
            this.cmdPickFile.TabIndex = 7;
            //
            // picRight
            //
            this.picRight.Name = "picRight";
//            this.picRight.Align = 4;
            this.picRight.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.picRight.Size = new System.Drawing.Size(388, 390);
            this.picRight.Location = new System.Drawing.Point(186, 0);
            this.picRight.TabIndex = 13;
            this.picRight.Controls.AddRange(new System.Windows.Forms.Control[]
            {
                        this.lvwContents
            });
            //
            // lvwContents
            //
            this.lvwContents.Name = "lvwContents";
            this.lvwContents.Size = new System.Drawing.Size(385, 376);
            this.lvwContents.Location = new System.Drawing.Point(0, 1);
            this.lvwContents.TabIndex = 14;
            this.lvwContents.View = System.Windows.Forms.View.List;
//            this.lvwContents.Arrange = 1;
            this.lvwContents.LabelEdit = true;
            this.lvwContents.LabelWrap = true;
            this.lvwContents.HideSelection = false;
//            this.lvwContents.FullRowSelect = -1;
//            this.lvwContents.GridLines = -1;
//            this.lvwContents.HotTracking = -1;
//            this.lvwContents.Icons = "imlIcons";
//            this.lvwContents.SmallIcons = "imlIcons";
//            this.lvwContents.ColHdrIcons = "imlIcons";
            this.lvwContents.ForeColor = System.Drawing.Color.FromArgb(-2147483640);
            this.lvwContents.BackColor = System.Drawing.Color.FromArgb(12648447);
            this.lvwContents.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
//            this.lvwContents.NumItems = 2;
//            this.lvwContents.ColumnHeader(1) = ;
//            this.lvwContents.ColumnHeader(2) = ;
            //
            // picLeft
            //
            this.picLeft.Name = "picLeft";
//            this.picLeft.Align = 3;
            this.picLeft.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.picLeft.Size = new System.Drawing.Size(176, 390);
            this.picLeft.Location = new System.Drawing.Point(0, 0);
            this.picLeft.TabIndex = 11;
            this.picLeft.Controls.AddRange(new System.Windows.Forms.Control[]
            {
                        this.tvwHierarchy,
                        this.imlIcons
            });
            //
            // tvwHierarchy
            //
            this.tvwHierarchy.Name = "tvwHierarchy";
            this.tvwHierarchy.Size = new System.Drawing.Size(172, 354);
            this.tvwHierarchy.Location = new System.Drawing.Point(1, 1);
            this.tvwHierarchy.TabIndex = 12;
            this.tvwHierarchy.HideSelection = false;
//            this.tvwHierarchy.Indentation = 265;
            this.tvwHierarchy.LabelEdit = true;
//            this.tvwHierarchy.FullRowSelect = -1;
//            this.tvwHierarchy.ImageList = "imlIcons";
            this.tvwHierarchy.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.tvwHierarchy.Font = new System.Drawing.Font("MS Sans Serif",8F, ( System.Drawing.FontStyle.Bold ), System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
            //
            // imlIcons
            //
            this.imlIcons.Name = "imlIcons";
            this.imlIcons.Location = new System.Drawing.Point(3, 346);
            this.imlIcons.BackColor = System.Drawing.Color.FromArgb(-2147483648);
//            this.imlIcons.ImageWidth = 16;
//            this.imlIcons.ImageHeight = 16;
//            this.imlIcons.MaskColor = 16777215;
//            this.imlIcons.ListImage1 = ;
//            this.imlIcons.ListImage2 = ;
//            this.imlIcons.ListImage3 = ;
//            this.imlIcons.ListImage4 = ;
//            this.imlIcons.ListImage5 = ;
//            this.imlIcons.ListImage6 = ;
//            this.imlIcons.ListImage7 = ;
//            this.imlIcons.ListImage8 = ;
//            this.imlIcons.ListImage9 = ;
//            this.imlIcons.ListImage10 = ;
//            this.imlIcons.ListImage11 = ;
//            this.imlIcons.ListImage12 = ;
//            this.imlIcons.ListImage13 = ;
//            this.imlIcons.ListImage14 = ;
//            this.imlIcons.ListImage15 = ;
//            this.imlIcons.ListImage15 = ;
            //
            // picOptions3
            //
            this.picOptions3.Name = "picOptions3";
            this.picOptions3.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.picOptions3.Size = new System.Drawing.Size(379, 252);
            this.picOptions3.Location = new System.Drawing.Point(3666, 32);
            this.picOptions3.TabIndex = 2;
            this.picOptions3.TabStop = false;
            //
            // lvwInfo3
            //
            this.lvwInfo3.Name = "lvwInfo3";
            this.lvwInfo3.Size = new System.Drawing.Size(376, 249);
            this.lvwInfo3.Location = new System.Drawing.Point(0, 0);
            this.lvwInfo3.TabIndex = 5;
            this.lvwInfo3.View = System.Windows.Forms.View.List;
//            this.lvwInfo3.Arrange = 1;
            this.lvwInfo3.LabelEdit = true;
            this.lvwInfo3.LabelWrap = true;
            this.lvwInfo3.HideSelection = false;
//            this.lvwInfo3.Checkboxes = -1;
//            this.lvwInfo3.FullRowSelect = -1;
//            this.lvwInfo3.GridLines = -1;
//            this.lvwInfo3.HotTracking = -1;
//            this.lvwInfo3.Icons = "imlIcons";
//            this.lvwInfo3.SmallIcons = "imlIcons";
//            this.lvwInfo3.ColHdrIcons = "imlIcons";
            this.lvwInfo3.ForeColor = System.Drawing.Color.FromArgb(-2147483640);
            this.lvwInfo3.BackColor = System.Drawing.Color.FromArgb(-2147483643);
            this.lvwInfo3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
//            this.lvwInfo3.NumItems = 0;
            //
            // picOptions2
            //
            this.picOptions2.Name = "picOptions2";
            this.picOptions2.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.picOptions2.Size = new System.Drawing.Size(379, 252);
            this.picOptions2.Location = new System.Drawing.Point(3666, 32);
            this.picOptions2.TabIndex = 1;
            this.picOptions2.TabStop = false;
            //
            // lvwInfo2
            //
            this.lvwInfo2.Name = "lvwInfo2";
            this.lvwInfo2.Size = new System.Drawing.Size(376, 249);
            this.lvwInfo2.Location = new System.Drawing.Point(0, 0);
            this.lvwInfo2.TabIndex = 4;
            this.lvwInfo2.View = System.Windows.Forms.View.List;
//            this.lvwInfo2.Arrange = 1;
            this.lvwInfo2.LabelEdit = true;
            this.lvwInfo2.LabelWrap = true;
            this.lvwInfo2.HideSelection = false;
//            this.lvwInfo2.Checkboxes = -1;
//            this.lvwInfo2.FullRowSelect = -1;
//            this.lvwInfo2.GridLines = -1;
//            this.lvwInfo2.HotTracking = -1;
//            this.lvwInfo2.Icons = "imlIcons";
//            this.lvwInfo2.SmallIcons = "imlIcons";
//            this.lvwInfo2.ColHdrIcons = "imlIcons";
            this.lvwInfo2.ForeColor = System.Drawing.Color.FromArgb(-2147483640);
            this.lvwInfo2.BackColor = System.Drawing.Color.FromArgb(-2147483643);
            this.lvwInfo2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
//            this.lvwInfo2.NumItems = 0;
            //
            // picOptions1
            //
            this.picOptions1.Name = "picOptions1";
            this.picOptions1.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.picOptions1.Size = new System.Drawing.Size(379, 252);
            this.picOptions1.Location = new System.Drawing.Point(3666, 32);
            this.picOptions1.TabIndex = 0;
            this.picOptions1.TabStop = false;
            //
            // lvwInfo1
            //
            this.lvwInfo1.Name = "lvwInfo1";
            this.lvwInfo1.Size = new System.Drawing.Size(376, 249);
            this.lvwInfo1.Location = new System.Drawing.Point(0, 0);
            this.lvwInfo1.TabIndex = 3;
            this.lvwInfo1.View = System.Windows.Forms.View.List;
//            this.lvwInfo1.Arrange = 1;
            this.lvwInfo1.LabelEdit = true;
            this.lvwInfo1.LabelWrap = true;
            this.lvwInfo1.HideSelection = false;
//            this.lvwInfo1.Checkboxes = -1;
//            this.lvwInfo1.FullRowSelect = -1;
//            this.lvwInfo1.GridLines = -1;
//            this.lvwInfo1.HotTracking = -1;
//            this.lvwInfo1.Icons = "imlIcons";
//            this.lvwInfo1.SmallIcons = "imlIcons";
//            this.lvwInfo1.ColHdrIcons = "imlIcons";
            this.lvwInfo1.ForeColor = System.Drawing.Color.FromArgb(-2147483640);
            this.lvwInfo1.BackColor = System.Drawing.Color.FromArgb(-2147483643);
            this.lvwInfo1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
//            this.lvwInfo1.NumItems = 0;
            //
            // frmOptions
            //
            this.Controls.AddRange(new System.Windows.Forms.Control[]
            {
                  this.picBottom,
                  this.picRight,
                  this.picLeft,
                  this.picOptions3,
                  this.picOptions2,
                  this.picOptions1
            });
            this.Name = "frmOptions";
            this.picBottom.ResumeLayout(false);
            this.picRight.ResumeLayout(false);
            this.picLeft.ResumeLayout(false);
            this.picOptions3.ResumeLayout(false);
            this.picOptions2.ResumeLayout(false);
            this.picOptions1.ResumeLayout(false);
            this.ResumeLayout(false);
        }
Exemple #4
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);
        }
Exemple #5
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);
			}
			/// <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);
			}
Exemple #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.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);
        }
			/// <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);
			}
Exemple #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.Frame1 = new System.Windows.Forms.VB.Frame();
            this.cmdDeleteCategory = new System.Windows.Forms.VB.CommandButton();
            this.cmdAddCategory = new System.Windows.Forms.VB.CommandButton();
            this.cboDataLibraryType = new System.Windows.Forms.VB.ComboBox();
            this.lvwFields = new System.Windows.Forms.ComctlLib.ListView();
            this.tvwTables = new System.Windows.Forms.ComctlLib.TreeView();
            this.imlDB = new System.Windows.Forms.ComctlLib.ImageList();
            this.mnuX = new System.Windows.Forms.VB.Menu();
            this.mnuFile = new System.Windows.Forms.VB.Menu();
            this.mnuFileOpen = new System.Windows.Forms.VB.Menu();
            this.mnuFileNew = new System.Windows.Forms.VB.Menu();
            this.mnuFileOpen2 = new System.Windows.Forms.VB.Menu();
            this.mnuFileSep0 = new System.Windows.Forms.VB.Menu();
            this.mnuFileExit = new System.Windows.Forms.VB.Menu();
            this.mnuGenerate = new System.Windows.Forms.VB.Menu();
            this.mnuGenerateEntireDatabase = new System.Windows.Forms.VB.Menu();
            this.mnuGenerateClass = new System.Windows.Forms.VB.Menu();
            this.mnuGenerateEnterBranch = new System.Windows.Forms.VB.Menu();
            this.mnuGenerateCustom = new System.Windows.Forms.VB.Menu();
            this.mnuRules = new System.Windows.Forms.VB.Menu();
            this.mnuRulesAutoAdd = new System.Windows.Forms.VB.Menu();
            this.mnuRulesAutoAddDateCreated = new System.Windows.Forms.VB.Menu();
            this.mnuRulesAutoAddDateModified = new System.Windows.Forms.VB.Menu();
            this.mnuRulesAutoAddKey = new System.Windows.Forms.VB.Menu();
            this.mnuRulesAutoAddSep0 = new System.Windows.Forms.VB.Menu();
            this.mnuRulesAutoAddCustom = new System.Windows.Forms.VB.Menu();
            this.mnuRelationship = new System.Windows.Forms.VB.Menu();
            this.mnuRulesEnforce = new System.Windows.Forms.VB.Menu();
            this.mnuRulesCascadeUpdates = new System.Windows.Forms.VB.Menu();
            this.mnuRulesCascadeDeletes = new System.Windows.Forms.VB.Menu();
            this.mnuRulesUseAutoNumber = new System.Windows.Forms.VB.Menu();
            this.mnuHelp = new System.Windows.Forms.VB.Menu();
            this.mnuHelpContents = new System.Windows.Forms.VB.Menu();
            this.mnuHelpAbout = new System.Windows.Forms.VB.Menu();
            this.mnuShortcut = new System.Windows.Forms.VB.Menu();
            this.mnuTable = new System.Windows.Forms.VB.Menu();
            this.mnuTableNew = new System.Windows.Forms.VB.Menu();
            this.mnuTableRename = new System.Windows.Forms.VB.Menu();
            this.mnuSep0 = new System.Windows.Forms.VB.Menu();
            this.mnuTableDelete = new System.Windows.Forms.VB.Menu();
            this.mnuField = new System.Windows.Forms.VB.Menu();
            this.mnuFieldNew = new System.Windows.Forms.VB.Menu();
            this.mnuFieldRename = new System.Windows.Forms.VB.Menu();
            this.mnuSep1 = new System.Windows.Forms.VB.Menu();
            this.mnuFieldDelete = new System.Windows.Forms.VB.Menu();
            this.SuspendLayout();
            this.Frame1.SuspendLayout();
            this.mnuFile.SuspendLayout();
            this.mnuGenerate.SuspendLayout();
            this.mnuRules.SuspendLayout();
            this.mnuRulesAutoAdd.SuspendLayout();
            this.mnuRelationship.SuspendLayout();
            this.mnuHelp.SuspendLayout();
            this.mnuShortcut.SuspendLayout();
            this.mnuTable.SuspendLayout();
            this.mnuField.SuspendLayout();
            //
            // Frame1
            //
            this.Frame1.Name = "Frame1";
            this.Frame1.Text = " Code to Generate ";
            this.Frame1.Size = new System.Drawing.Size(317, 44);
            this.Frame1.Location = new System.Drawing.Point(270, -1);
            this.Frame1.TabIndex = 2;
            this.Frame1.Controls.AddRange(new System.Windows.Forms.Control[]
            {
                        this.cmdDeleteCategory,
                        this.cmdAddCategory,
                        this.cboDataLibraryType
            });
            //
            // cmdDeleteCategory
            //
            this.cmdDeleteCategory.Name = "cmdDeleteCategory";
            this.cmdDeleteCategory.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.cmdDeleteCategory.Text = "Remove";
            this.cmdDeleteCategory.Size = new System.Drawing.Size(51, 27);
            this.cmdDeleteCategory.Location = new System.Drawing.Point(259, 12);
            this.cmdDeleteCategory.TabIndex = 5;
//            this.cmdDeleteCategory.ToolTipText = "Remove the current Slice and Dice Category from the;
            //
            // cmdAddCategory
            //
            this.cmdAddCategory.Name = "cmdAddCategory";
            this.cmdAddCategory.Text = "Add";
            this.cmdAddCategory.Size = new System.Drawing.Size(51, 27);
            this.cmdAddCategory.Location = new System.Drawing.Point(204, 12);
            this.cmdAddCategory.TabIndex = 4;
//            this.cmdAddCategory.ToolTipText = "Add a new Slice and Dice DB to Code Category";
            //
            // cboDataLibraryType
            //
            this.cboDataLibraryType.Name = "cboDataLibraryType";
            this.cboDataLibraryType.Size = new System.Drawing.Size(192, 21);
//            this.cboDataLibraryType.IntegralHeight = 0;
//            this.cboDataLibraryType.ItemData = "frmODBCClassGen.frx":0000;
            this.cboDataLibraryType.Location = new System.Drawing.Point(9, 16);
//            this.cboDataLibraryType.List = "frmODBCClassGen.frx":0002;
            this.cboDataLibraryType.TabIndex = 3;
            this.cboDataLibraryType.Text = "RDO Persisted";
            //
            // lvwFields
            //
            this.lvwFields.Name = "lvwFields";
            this.lvwFields.Size = new System.Drawing.Size(319, 354);
            this.lvwFields.Location = new System.Drawing.Point(270, 47);
            this.lvwFields.TabIndex = 0;
            this.lvwFields.LabelEdit = true;
            this.lvwFields.LabelWrap = true;
            this.lvwFields.HideSelection = true;
//            this.lvwFields.Icons = "imlDB";
//            this.lvwFields.SmallIcons = "imlDB";
            this.lvwFields.ForeColor = System.Drawing.Color.FromArgb(-2147483640);
            this.lvwFields.BackColor = System.Drawing.Color.FromArgb(-2147483643);
            this.lvwFields.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
//            this.lvwFields.NumItems = 4;
//            this.lvwFields.ColumnHeader(1) = ;
//            this.lvwFields.ColumnHeader(2) = ;
//            this.lvwFields.ColumnHeader(3) = ;
//            this.lvwFields.ColumnHeader(4) = ;
            //
            // tvwTables
            //
            this.tvwTables.Name = "tvwTables";
//            this.tvwTables.DragIcon = "frmODBCClassGen.frx":0004;
            this.tvwTables.Size = new System.Drawing.Size(262, 396);
            this.tvwTables.Location = new System.Drawing.Point(4, 5);
            this.tvwTables.TabIndex = 1;
//            this.tvwTables.Indentation = 265;
            this.tvwTables.LabelEdit = true;
//            this.tvwTables.ImageList = "imlDB";
            //
            // imlDB
            //
            this.imlDB.Name = "imlDB";
            this.imlDB.Location = new System.Drawing.Point(26, -15);
            this.imlDB.BackColor = System.Drawing.Color.FromArgb(-2147483643);
//            this.imlDB.ImageWidth = 16;
//            this.imlDB.ImageHeight = 16;
//            this.imlDB.MaskColor = 12632256;
//            this.imlDB.ListImage1 = ;
//            this.imlDB.ListImage2 = ;
//            this.imlDB.ListImage3 = ;
//            this.imlDB.ListImage4 = ;
//            this.imlDB.ListImage5 = ;
//            this.imlDB.ListImage6 = ;
//            this.imlDB.ListImage6 = ;
            //
            // mnuX
            //
            this.mnuX.Name = "mnuX";
            this.mnuX.Text = "X";
            //
            // mnuFile
            //
            this.mnuFile.Name = "mnuFile";
            this.mnuFile.Text = "&File";
            this.mnuFile.Controls.AddRange(new System.Windows.Forms.Control[]
            {
                        this.mnuFileOpen,
                        this.mnuFileNew,
                        this.mnuFileOpen2,
                        this.mnuFileSep0,
                        this.mnuFileExit
            });
            //
            // mnuFileOpen
            //
            this.mnuFileOpen.Name = "mnuFileOpen";
            this.mnuFileOpen.Text = "&Open an Access97 database";
            //
            // mnuFileNew
            //
            this.mnuFileNew.Name = "mnuFileNew";
            this.mnuFileNew.Text = "Create a &New Access97 database";
            //
            // mnuFileOpen2
            //
            this.mnuFileOpen2.Name = "mnuFileOpen2";
            this.mnuFileOpen2.Text = "Open an ODBC data source";
            //
            // mnuFileSep0
            //
            this.mnuFileSep0.Name = "mnuFileSep0";
            this.mnuFileSep0.Text = "-";
            //
            // mnuFileExit
            //
            this.mnuFileExit.Name = "mnuFileExit";
            this.mnuFileExit.Text = "E&xit";
            //
            // mnuGenerate
            //
            this.mnuGenerate.Name = "mnuGenerate";
            this.mnuGenerate.Text = "&Generate";
            this.mnuGenerate.Controls.AddRange(new System.Windows.Forms.Control[]
            {
                        this.mnuGenerateEntireDatabase,
                        this.mnuGenerateClass,
                        this.mnuGenerateEnterBranch,
                        this.mnuGenerateCustom
            });
            //
            // mnuGenerateEntireDatabase
            //
            this.mnuGenerateEntireDatabase.Name = "mnuGenerateEntireDatabase";
            this.mnuGenerateEntireDatabase.Text = "Enter &Database                 (everything and a wrapper class)";
            //
            // mnuGenerateClass
            //
            this.mnuGenerateClass.Name = "mnuGenerateClass";
            this.mnuGenerateClass.Text = "Selected &Dictionary<string,string>() Class  (and Dictionary<string,string>() Member Class)";
            //
            // mnuGenerateEnterBranch
            //
            this.mnuGenerateEnterBranch.Name = "mnuGenerateEnterBranch";
            this.mnuGenerateEnterBranch.Text = "Entire &Branch                    (selected and all children)";
            //
            // mnuGenerateCustom
            //
            this.mnuGenerateCustom.Name = "mnuGenerateCustom";
            this.mnuGenerateCustom.Text = "Custom Generation               (requires a custom gen template)";
            this.mnuGenerateCustom.Enabled = false;
            //
            // mnuRules
            //
            this.mnuRules.Name = "mnuRules";
            this.mnuRules.Text = "&Rules";
            this.mnuRules.Controls.AddRange(new System.Windows.Forms.Control[]
            {
                        this.mnuRulesAutoAdd,
                        this.mnuRelationship,
                        this.mnuRulesUseAutoNumber
            });
            //
            // mnuRulesAutoAdd
            //
            this.mnuRulesAutoAdd.Name = "mnuRulesAutoAdd";
            this.mnuRulesAutoAdd.Text = "Automatically add";
            this.mnuRulesAutoAdd.Controls.AddRange(new System.Windows.Forms.Control[]
            {
                        this.mnuRulesAutoAddDateCreated,
                        this.mnuRulesAutoAddDateModified,
                        this.mnuRulesAutoAddKey,
                        this.mnuRulesAutoAddSep0,
                        this.mnuRulesAutoAddCustom
            });
            //
            // mnuRulesAutoAddDateCreated
            //
            this.mnuRulesAutoAddDateCreated.Name = "mnuRulesAutoAddDateCreated";
            this.mnuRulesAutoAddDateCreated.Text = "DateCreated";
//            this.mnuRulesAutoAddDateCreated.Checked = -1;
            //
            // mnuRulesAutoAddDateModified
            //
            this.mnuRulesAutoAddDateModified.Name = "mnuRulesAutoAddDateModified";
            this.mnuRulesAutoAddDateModified.Text = "DateModified";
//            this.mnuRulesAutoAddDateModified.Checked = -1;
            //
            // mnuRulesAutoAddKey
            //
            this.mnuRulesAutoAddKey.Name = "mnuRulesAutoAddKey";
            this.mnuRulesAutoAddKey.Text = "Name / Key (highly recommended)";
//            this.mnuRulesAutoAddKey.Checked = -1;
            //
            // mnuRulesAutoAddSep0
            //
            this.mnuRulesAutoAddSep0.Name = "mnuRulesAutoAddSep0";
            this.mnuRulesAutoAddSep0.Text = "-";
            //
            // mnuRulesAutoAddCustom
            //
            this.mnuRulesAutoAddCustom.Name = "mnuRulesAutoAddCustom";
            this.mnuRulesAutoAddCustom.Text = "Custom";
            this.mnuRulesAutoAddCustom.Enabled = false;
            //
            // mnuRelationship
            //
            this.mnuRelationship.Name = "mnuRelationship";
            this.mnuRelationship.Text = "Parent/Child Relationship";
            this.mnuRelationship.Controls.AddRange(new System.Windows.Forms.Control[]
            {
                        this.mnuRulesEnforce,
                        this.mnuRulesCascadeUpdates,
                        this.mnuRulesCascadeDeletes
            });
            //
            // mnuRulesEnforce
            //
            this.mnuRulesEnforce.Name = "mnuRulesEnforce";
            this.mnuRulesEnforce.Text = "Enforce referencial integrity";
//            this.mnuRulesEnforce.Checked = -1;
            //
            // mnuRulesCascadeUpdates
            //
            this.mnuRulesCascadeUpdates.Name = "mnuRulesCascadeUpdates";
            this.mnuRulesCascadeUpdates.Text = "Cascade Updates";
//            this.mnuRulesCascadeUpdates.Checked = -1;
            //
            // mnuRulesCascadeDeletes
            //
            this.mnuRulesCascadeDeletes.Name = "mnuRulesCascadeDeletes";
            this.mnuRulesCascadeDeletes.Text = "Cascade Deletes";
//            this.mnuRulesCascadeDeletes.Checked = -1;
            //
            // mnuRulesUseAutoNumber
            //
            this.mnuRulesUseAutoNumber.Name = "mnuRulesUseAutoNumber";
            this.mnuRulesUseAutoNumber.Text = "Use AutoNumber for PrimaryID";
            //
            // mnuHelp
            //
            this.mnuHelp.Name = "mnuHelp";
            this.mnuHelp.Text = "&Help";
            this.mnuHelp.Visible = false;
            this.mnuHelp.Controls.AddRange(new System.Windows.Forms.Control[]
            {
                        this.mnuHelpContents,
                        this.mnuHelpAbout
            });
            //
            // mnuHelpContents
            //
            this.mnuHelpContents.Name = "mnuHelpContents";
            this.mnuHelpContents.Text = "&Contents";
            //
            // mnuHelpAbout
            //
            this.mnuHelpAbout.Name = "mnuHelpAbout";
            this.mnuHelpAbout.Text = "&About Slice and Dice";
            //
            // mnuShortcut
            //
            this.mnuShortcut.Name = "mnuShortcut";
            this.mnuShortcut.Text = "Shortcut Menus";
            this.mnuShortcut.Visible = false;
            this.mnuShortcut.Controls.AddRange(new System.Windows.Forms.Control[]
            {
                        this.mnuTable,
                        this.mnuField
            });
            //
            // mnuTable
            //
            this.mnuTable.Name = "mnuTable";
            this.mnuTable.Text = "Table Right Click";
            this.mnuTable.Controls.AddRange(new System.Windows.Forms.Control[]
            {
                        this.mnuTableNew,
                        this.mnuTableRename,
                        this.mnuSep0,
                        this.mnuTableDelete
            });
            //
            // mnuTableNew
            //
            this.mnuTableNew.Name = "mnuTableNew";
            this.mnuTableNew.Text = "New Table";
            //
            // mnuTableRename
            //
            this.mnuTableRename.Name = "mnuTableRename";
            this.mnuTableRename.Text = "Rename";
            //
            // mnuSep0
            //
            this.mnuSep0.Name = "mnuSep0";
            this.mnuSep0.Text = "-";
            //
            // mnuTableDelete
            //
            this.mnuTableDelete.Name = "mnuTableDelete";
            this.mnuTableDelete.Text = "Delete Table";
            //
            // mnuField
            //
            this.mnuField.Name = "mnuField";
            this.mnuField.Text = "Field Right Click";
            this.mnuField.Controls.AddRange(new System.Windows.Forms.Control[]
            {
                        this.mnuFieldNew,
                        this.mnuFieldRename,
                        this.mnuSep1,
                        this.mnuFieldDelete
            });
            //
            // mnuFieldNew
            //
            this.mnuFieldNew.Name = "mnuFieldNew";
            this.mnuFieldNew.Text = "New Field";
            //
            // mnuFieldRename
            //
            this.mnuFieldRename.Name = "mnuFieldRename";
            this.mnuFieldRename.Text = "Modify";
            //
            // mnuSep1
            //
            this.mnuSep1.Name = "mnuSep1";
            this.mnuSep1.Text = "-";
            //
            // mnuFieldDelete
            //
            this.mnuFieldDelete.Name = "mnuFieldDelete";
            this.mnuFieldDelete.Text = "Delete Field";
            //
            // frmODBCClassGen
            //
            this.Controls.AddRange(new System.Windows.Forms.Control[]
            {
                  this.Frame1,
                  this.lvwFields,
                  this.tvwTables,
                  this.imlDB,
                  this.mnuX,
                  this.mnuFile,
                  this.mnuGenerate,
                  this.mnuRules,
                  this.mnuHelp,
                  this.mnuShortcut
            });
            this.Name = "frmODBCClassGen";
            this.Frame1.ResumeLayout(false);
            this.mnuFile.ResumeLayout(false);
            this.mnuGenerate.ResumeLayout(false);
            this.mnuRules.ResumeLayout(false);
            this.mnuRulesAutoAdd.ResumeLayout(false);
            this.mnuRelationship.ResumeLayout(false);
            this.mnuHelp.ResumeLayout(false);
            this.mnuShortcut.ResumeLayout(false);
            this.mnuTable.ResumeLayout(false);
            this.mnuField.ResumeLayout(false);
            this.ResumeLayout(false);
        }
			/// <summary>
			/// Required method for Designer support - do not modify
			/// the contents of this method with the code editor.
			/// </summary>
			public void InitializeComponent()
			{
				this.fraCategory = new System.Windows.Forms.VB.Frame();
				this.cmdDeleteCategory = new System.Windows.Forms.VB.CommandButton();
				this.cmdAddCategory = new System.Windows.Forms.VB.CommandButton();
				this.cboDataLibraryType = new System.Windows.Forms.VB.ComboBox();
				this.dvwTable = new System.Windows.Forms.FirmSolutions.DataView();
				this.imlTabs = new System.Windows.Forms.MSComctlLib.ImageList();
				this.tvwTables = new System.Windows.Forms.MSComctlLib.TreeView();
				this.lvwFields = new System.Windows.Forms.MSComctlLib.ListView();
				this.mnuX = new System.Windows.Forms.VB.Menu();
				this.mnuFile = new System.Windows.Forms.VB.Menu();
				this.mnuFileOpen = new System.Windows.Forms.VB.Menu();
				this.mnuFileOpenODBC = new System.Windows.Forms.VB.Menu();
				this.mnuFileOpenVBIDE = new System.Windows.Forms.VB.Menu();
				this.mnuFileSep1 = new System.Windows.Forms.VB.Menu();
				this.mnuFileOpenPrevious = new System.Windows.Forms.VB.Menu();
				this.mnuFavorite0 = new System.Windows.Forms.VB.Menu();
				this.mnuFileSep3 = new System.Windows.Forms.VB.Menu();
				this.mnuFavRemoveAll = new System.Windows.Forms.VB.Menu();
				this.mnuFileSep2 = new System.Windows.Forms.VB.Menu();
				this.mnuFileNew = new System.Windows.Forms.VB.Menu();
				this.mnuSep5 = new System.Windows.Forms.VB.Menu();
				this.mnuRelateOnLoad = new System.Windows.Forms.VB.Menu();
				this.mnuFreeAssociateTables = new System.Windows.Forms.VB.Menu();
				this.mnuFileSep0 = new System.Windows.Forms.VB.Menu();
				this.mnuFileExit = new System.Windows.Forms.VB.Menu();
				this.mnuGenerate = new System.Windows.Forms.VB.Menu();
				this.mnuGenerateEntireDatabase = new System.Windows.Forms.VB.Menu();
				this.mnuGenerateClass = new System.Windows.Forms.VB.Menu();
				this.mnuGenerateEnterBranch = new System.Windows.Forms.VB.Menu();
				this.mnuGenerateCustom = new System.Windows.Forms.VB.Menu();
				this.mnuRules = new System.Windows.Forms.VB.Menu();
				this.mnuRulesAutoAdd = new System.Windows.Forms.VB.Menu();
				this.mnuRulesAutoAddDateCreated = new System.Windows.Forms.VB.Menu();
				this.mnuRulesAutoAddDateModified = new System.Windows.Forms.VB.Menu();
				this.mnuRulesAutoAddKey = new System.Windows.Forms.VB.Menu();
				this.mnuRulesAutoAddSep0 = new System.Windows.Forms.VB.Menu();
				this.mnuRulesAutoAddCustom = new System.Windows.Forms.VB.Menu();
				this.mnuRelationship = new System.Windows.Forms.VB.Menu();
				this.mnuRulesEnforce = new System.Windows.Forms.VB.Menu();
				this.mnuRulesCascadeUpdates = new System.Windows.Forms.VB.Menu();
				this.mnuRulesCascadeDeletes = new System.Windows.Forms.VB.Menu();
				this.mnuRulesUseAutoNumber = new System.Windows.Forms.VB.Menu();
				this.mnuHelp = new System.Windows.Forms.VB.Menu();
				this.mnuHelpContents = new System.Windows.Forms.VB.Menu();
				this.mnuHelpAbout = new System.Windows.Forms.VB.Menu();
				this.mnuShortcut = new System.Windows.Forms.VB.Menu();
				this.mnuTable = new System.Windows.Forms.VB.Menu();
				this.mnuTableNew = new System.Windows.Forms.VB.Menu();
				this.mnuTableRename = new System.Windows.Forms.VB.Menu();
				this.mnuSep3 = new System.Windows.Forms.VB.Menu();
				this.mnuToggleTableMark = new System.Windows.Forms.VB.Menu();
				this.mnuRemoveUnmarked = new System.Windows.Forms.VB.Menu();
				this.mnuRemoveMarked = new System.Windows.Forms.VB.Menu();
				this.mnuUnhideTable = new System.Windows.Forms.VB.Menu();
				this.mnuShowAllTables = new System.Windows.Forms.VB.Menu();
				this.mnuViewTableData = new System.Windows.Forms.VB.Menu();
				this.mnuSep0 = new System.Windows.Forms.VB.Menu();
				this.mnuTableDelete = new System.Windows.Forms.VB.Menu();
				this.mnuField = new System.Windows.Forms.VB.Menu();
				this.mnuFieldNew = new System.Windows.Forms.VB.Menu();
				this.mnuFieldRename = new System.Windows.Forms.VB.Menu();
				this.mnuSep1 = new System.Windows.Forms.VB.Menu();
				this.mnuFieldDelete = new System.Windows.Forms.VB.Menu();
				this.SuspendLayout();
				this.fraCategory.SuspendLayout();
				this.mnuFile.SuspendLayout();
				this.mnuFileOpenPrevious.SuspendLayout();
				this.mnuGenerate.SuspendLayout();
				this.mnuRules.SuspendLayout();
				this.mnuRulesAutoAdd.SuspendLayout();
				this.mnuRelationship.SuspendLayout();
				this.mnuHelp.SuspendLayout();
				this.mnuTable.SuspendLayout();
				this.mnuField.SuspendLayout();
				//
				// fraCategory
				//
				this.fraCategory.Name = "fraCategory";
				this.fraCategory.Text = "Data Library Category";
				this.fraCategory.Size = new System.Drawing.Size(317, 44);
				this.fraCategory.Location = new System.Drawing.Point(270, -2);
				this.fraCategory.TabIndex = 2;
				this.fraCategory.Controls.AddRange(new System.Windows.Forms.Control[]
				{
								this.cmdDeleteCategory,
								this.cmdAddCategory,
								this.cboDataLibraryType
				});
				//
				// cmdDeleteCategory
				//
				this.cmdDeleteCategory.Name = "cmdDeleteCategory";
				this.cmdDeleteCategory.DialogResult = System.Windows.Forms.DialogResult.Cancel;
				this.cmdDeleteCategory.Text = "Remove";
				this.cmdDeleteCategory.Size = new System.Drawing.Size(51, 27);
				this.cmdDeleteCategory.Location = new System.Drawing.Point(259, 12);
				this.cmdDeleteCategory.TabIndex = 5;
//				this.cmdDeleteCategory.ToolTipText = "Remove the current Slice and Dice Category from the;
				//
				// cmdAddCategory
				//
				this.cmdAddCategory.Name = "cmdAddCategory";
				this.cmdAddCategory.Text = "Add";
				this.cmdAddCategory.Size = new System.Drawing.Size(51, 27);
				this.cmdAddCategory.Location = new System.Drawing.Point(204, 12);
				this.cmdAddCategory.TabIndex = 4;
//				this.cmdAddCategory.ToolTipText = "Add a new Slice and Dice DB to Code Category";
				//
				// cboDataLibraryType
				//
				this.cboDataLibraryType.Name = "cboDataLibraryType";
				this.cboDataLibraryType.Size = new System.Drawing.Size(192, 21);
//				this.cboDataLibraryType.IntegralHeight = 0;
//				this.cboDataLibraryType.ItemData = "frmDBClassGen.frx":0000;
				this.cboDataLibraryType.Location = new System.Drawing.Point(8, 16);
//				this.cboDataLibraryType.List = "frmDBClassGen.frx":0002;
				this.cboDataLibraryType.TabIndex = 3;
				this.cboDataLibraryType.Text = "RDO Persisted";
				//
				// dvwTable
				//
				this.dvwTable.Name = "dvwTable";
				this.dvwTable.Size = new System.Drawing.Size(589, 143);
				this.dvwTable.Location = new System.Drawing.Point(4, 264);
				this.dvwTable.TabIndex = 1;
				this.dvwTable.Tag = "dvwTable";
				this.dvwTable.BackColor = System.Drawing.Color.FromArgb(-2147483633);
				this.dvwTable.Font = new System.Drawing.Font("MS Sans Serif",8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
//				this.dvwTable.ScaleMode = 0;
//				this.dvwTable.HotTracking = -1;
//				this.dvwTable.FontSize = 8.25;
//				this.dvwTable.FontName = "MS Sans Serif";
				//
				// imlTabs
				//
				this.imlTabs.Name = "imlTabs";
				this.imlTabs.Location = new System.Drawing.Point(0, 0);
				this.imlTabs.BackColor = System.Drawing.Color.FromArgb(-2147483643);
//				this.imlTabs.ImageWidth = 16;
//				this.imlTabs.ImageHeight = 16;
//				this.imlTabs.MaskColor = 12632256;
//				this.imlTabs.ListImage1 = ;
//				this.imlTabs.ListImage2 = ;
//				this.imlTabs.ListImage3 = ;
//				this.imlTabs.ListImage4 = ;
//				this.imlTabs.ListImage5 = ;
//				this.imlTabs.ListImage6 = ;
//				this.imlTabs.ListImage7 = ;
//				this.imlTabs.ListImage8 = ;
//				this.imlTabs.ListImage9 = ;
//				this.imlTabs.ListImage10 = ;
//				this.imlTabs.ListImage11 = ;
//				this.imlTabs.ListImage12 = ;
//				this.imlTabs.ListImage12 = ;
				//
				// tvwTables
				//
				this.tvwTables.Name = "tvwTables";
//				this.tvwTables.DragIcon = "frmDBClassGen.frx":31BC;
				this.tvwTables.Size = new System.Drawing.Size(262, 396);
				this.tvwTables.Location = new System.Drawing.Point(4, 4);
				this.tvwTables.TabIndex = 0;
				this.tvwTables.Tag = "tvwTables";
				this.tvwTables.HideSelection = false;
//				this.tvwTables.Indentation = 353;
				this.tvwTables.LabelEdit = true;
//				this.tvwTables.ImageList = "imlTabs";
				this.tvwTables.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
				//
				// lvwFields
				//
				this.lvwFields.Name = "lvwFields";
				this.lvwFields.Size = new System.Drawing.Size(319, 354);
				this.lvwFields.Location = new System.Drawing.Point(270, 45);
				this.lvwFields.TabIndex = 6;
				this.lvwFields.Tag = "lvwFields";
				this.lvwFields.LabelWrap = false;
				this.lvwFields.HideSelection = false;
//				this.lvwFields.FullRowSelect = -1;
//				this.lvwFields.GridLines = -1;
//				this.lvwFields.HotTracking = -1;
//				this.lvwFields.Icons = "imlTabs";
//				this.lvwFields.SmallIcons = "imlTabs";
//				this.lvwFields.ColHdrIcons = "imlTabs";
				this.lvwFields.ForeColor = System.Drawing.Color.FromArgb(-2147483640);
				this.lvwFields.BackColor = System.Drawing.Color.FromArgb(-2147483643);
				this.lvwFields.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
//				this.lvwFields.NumItems = 0;
				//
				// mnuX
				//
				this.mnuX.Name = "mnuX";
				this.mnuX.Text = "X";
				this.mnuX.Enabled = false;
				this.mnuX.Visible = false;
				//
				// mnuFile
				//
				this.mnuFile.Name = "mnuFile";
				this.mnuFile.Text = "&File";
				this.mnuFile.Controls.AddRange(new System.Windows.Forms.Control[]
				{
								this.mnuFileOpen,
								this.mnuFileOpenODBC,
								this.mnuFileOpenVBIDE,
								this.mnuFileSep1,
								this.mnuFileOpenPrevious,
								this.mnuFileSep2,
								this.mnuFileNew,
								this.mnuSep5,
								this.mnuRelateOnLoad,
								this.mnuFreeAssociateTables,
								this.mnuFileSep0,
								this.mnuFileExit
				});
				//
				// mnuFileOpen
				//
				this.mnuFileOpen.Name = "mnuFileOpen";
				this.mnuFileOpen.Text = "&Open an Access97 database";
				//
				// mnuFileOpenODBC
				//
				this.mnuFileOpenODBC.Name = "mnuFileOpenODBC";
				this.mnuFileOpenODBC.Text = "Open an O&DBC database";
				//
				// mnuFileOpenVBIDE
				//
				this.mnuFileOpenVBIDE.Name = "mnuFileOpenVBIDE";
				this.mnuFileOpenVBIDE.Text = """Open"" &VB IDE";
				this.mnuFileOpenVBIDE.Enabled = false;
				//
				// mnuFileSep1
				//
				this.mnuFileSep1.Name = "mnuFileSep1";
				this.mnuFileSep1.Text = "-";
				//
				// mnuFileOpenPrevious
				//
				this.mnuFileOpenPrevious.Name = "mnuFileOpenPrevious";
				this.mnuFileOpenPrevious.Text = "Open a &Previously used database";
				this.mnuFileOpenPrevious.Controls.AddRange(new System.Windows.Forms.Control[]
				{
								this.mnuFavorite0,
								this.mnuFileSep3,
								this.mnuFavRemoveAll
				});
				//
				// mnuFavorite0
				//
				this.mnuFavorite0.Name = "mnuFavorite0";
				this.mnuFavorite0.Text = "-Empty-";
				this.mnuFavorite0.Enabled = false;
				//
				// mnuFileSep3
				//
				this.mnuFileSep3.Name = "mnuFileSep3";
				this.mnuFileSep3.Text = "-";
				//
				// mnuFavRemoveAll
				//
				this.mnuFavRemoveAll.Name = "mnuFavRemoveAll";
				this.mnuFavRemoveAll.Text = "Remove all Favorites";
				//
				// mnuFileSep2
				//
				this.mnuFileSep2.Name = "mnuFileSep2";
				this.mnuFileSep2.Text = "-";
				//
				// mnuFileNew
				//
				this.mnuFileNew.Name = "mnuFileNew";
				this.mnuFileNew.Text = "Create a &New Access97 database";
				//
				// mnuSep5
				//
				this.mnuSep5.Name = "mnuSep5";
				this.mnuSep5.Text = "-";
				//
				// mnuRelateOnLoad
				//
				this.mnuRelateOnLoad.Name = "mnuRelateOnLoad";
				this.mnuRelateOnLoad.Text = "Relate tabes on load (S&&D mentality)";
//				this.mnuRelateOnLoad.Checked = -1;
				//
				// mnuFreeAssociateTables
				//
				this.mnuFreeAssociateTables.Name = "mnuFreeAssociateTables";
				this.mnuFreeAssociateTables.Text = "Free Associate tables (No limitations)";
				//
				// mnuFileSep0
				//
				this.mnuFileSep0.Name = "mnuFileSep0";
				this.mnuFileSep0.Text = "-";
				//
				// mnuFileExit
				//
				this.mnuFileExit.Name = "mnuFileExit";
				this.mnuFileExit.Text = "E&xit";
				//
				// mnuGenerate
				//
				this.mnuGenerate.Name = "mnuGenerate";
				this.mnuGenerate.Text = "&Generate";
				this.mnuGenerate.Controls.AddRange(new System.Windows.Forms.Control[]
				{
								this.mnuGenerateEntireDatabase,
								this.mnuGenerateClass,
								this.mnuGenerateEnterBranch,
								this.mnuGenerateCustom
				});
				//
				// mnuGenerateEntireDatabase
				//
				this.mnuGenerateEntireDatabase.Name = "mnuGenerateEntireDatabase";
				this.mnuGenerateEntireDatabase.Text = "Entire &Database                 (everything and a wrapper class)";
				//
				// mnuGenerateClass
				//
				this.mnuGenerateClass.Name = "mnuGenerateClass";
				this.mnuGenerateClass.Text = "Selected &Dictionary<string,string>() Class  (and Dictionary<string,string>() Member Class)";
				//
				// mnuGenerateEnterBranch
				//
				this.mnuGenerateEnterBranch.Name = "mnuGenerateEnterBranch";
				this.mnuGenerateEnterBranch.Text = "Entire &Branch                    (selected and all children)";
				//
				// mnuGenerateCustom
				//
				this.mnuGenerateCustom.Name = "mnuGenerateCustom";
				this.mnuGenerateCustom.Text = "Custom Generation               (requires a custom gen template)";
				this.mnuGenerateCustom.Enabled = false;
				//
				// mnuRules
				//
				this.mnuRules.Name = "mnuRules";
				this.mnuRules.Text = "&Rules";
				this.mnuRules.Controls.AddRange(new System.Windows.Forms.Control[]
				{
								this.mnuRulesAutoAdd,
								this.mnuRelationship,
								this.mnuRulesUseAutoNumber
				});
				//
				// mnuRulesAutoAdd
				//
				this.mnuRulesAutoAdd.Name = "mnuRulesAutoAdd";
				this.mnuRulesAutoAdd.Text = "Automatically add";
				this.mnuRulesAutoAdd.Controls.AddRange(new System.Windows.Forms.Control[]
				{
								this.mnuRulesAutoAddDateCreated,
								this.mnuRulesAutoAddDateModified,
								this.mnuRulesAutoAddKey,
								this.mnuRulesAutoAddSep0,
								this.mnuRulesAutoAddCustom
				});
				//
				// mnuRulesAutoAddDateCreated
				//
				this.mnuRulesAutoAddDateCreated.Name = "mnuRulesAutoAddDateCreated";
				this.mnuRulesAutoAddDateCreated.Text = "DateCreated";
//				this.mnuRulesAutoAddDateCreated.Checked = -1;
				//
				// mnuRulesAutoAddDateModified
				//
				this.mnuRulesAutoAddDateModified.Name = "mnuRulesAutoAddDateModified";
				this.mnuRulesAutoAddDateModified.Text = "DateModified";
//				this.mnuRulesAutoAddDateModified.Checked = -1;
				//
				// mnuRulesAutoAddKey
				//
				this.mnuRulesAutoAddKey.Name = "mnuRulesAutoAddKey";
				this.mnuRulesAutoAddKey.Text = "Name / Key (highly recommended)";
//				this.mnuRulesAutoAddKey.Checked = -1;
				//
				// mnuRulesAutoAddSep0
				//
				this.mnuRulesAutoAddSep0.Name = "mnuRulesAutoAddSep0";
				this.mnuRulesAutoAddSep0.Text = "-";
				//
				// mnuRulesAutoAddCustom
				//
				this.mnuRulesAutoAddCustom.Name = "mnuRulesAutoAddCustom";
				this.mnuRulesAutoAddCustom.Text = "Custom";
				this.mnuRulesAutoAddCustom.Enabled = false;
				//
				// mnuRelationship
				//
				this.mnuRelationship.Name = "mnuRelationship";
				this.mnuRelationship.Text = "Parent/Child Relationship";
				this.mnuRelationship.Controls.AddRange(new System.Windows.Forms.Control[]
				{
								this.mnuRulesEnforce,
								this.mnuRulesCascadeUpdates,
								this.mnuRulesCascadeDeletes
				});
				//
				// mnuRulesEnforce
				//
				this.mnuRulesEnforce.Name = "mnuRulesEnforce";
				this.mnuRulesEnforce.Text = "Enforce referencial integrity";
//				this.mnuRulesEnforce.Checked = -1;
				//
				// mnuRulesCascadeUpdates
				//
				this.mnuRulesCascadeUpdates.Name = "mnuRulesCascadeUpdates";
				this.mnuRulesCascadeUpdates.Text = "Cascade Updates";
//				this.mnuRulesCascadeUpdates.Checked = -1;
				//
				// mnuRulesCascadeDeletes
				//
				this.mnuRulesCascadeDeletes.Name = "mnuRulesCascadeDeletes";
				this.mnuRulesCascadeDeletes.Text = "Cascade Deletes";
//				this.mnuRulesCascadeDeletes.Checked = -1;
				//
				// mnuRulesUseAutoNumber
				//
				this.mnuRulesUseAutoNumber.Name = "mnuRulesUseAutoNumber";
				this.mnuRulesUseAutoNumber.Text = "Use AutoNumber for PrimaryID";
				//
				// mnuHelp
				//
				this.mnuHelp.Name = "mnuHelp";
				this.mnuHelp.Text = "&Help";
				this.mnuHelp.Visible = false;
				this.mnuHelp.Controls.AddRange(new System.Windows.Forms.Control[]
				{
								this.mnuHelpContents,
								this.mnuHelpAbout
				});
				//
				// mnuHelpContents
				//
				this.mnuHelpContents.Name = "mnuHelpContents";
				this.mnuHelpContents.Text = "&Contents";
				//
				// mnuHelpAbout
				//
				this.mnuHelpAbout.Name = "mnuHelpAbout";
				this.mnuHelpAbout.Text = "&About Slice and Dice";
				//
				// mnuShortcut
				//
				this.mnuShortcut.Name = "mnuShortcut";
				this.mnuShortcut.Text = "Shortcut Menus";
				this.mnuShortcut.Visible = false;
				//
				// mnuTable
				//
				this.mnuTable.Name = "mnuTable";
				this.mnuTable.Text = "Table";
				this.mnuTable.Controls.AddRange(new System.Windows.Forms.Control[]
				{
								this.mnuTableNew,
								this.mnuTableRename,
								this.mnuSep3,
								this.mnuToggleTableMark,
								this.mnuRemoveUnmarked,
								this.mnuRemoveMarked,
								this.mnuUnhideTable,
								this.mnuShowAllTables,
								this.mnuViewTableData,
								this.mnuSep0,
								this.mnuTableDelete
				});
				//
				// mnuTableNew
				//
				this.mnuTableNew.Name = "mnuTableNew";
				this.mnuTableNew.Text = "&New Table";
				//
				// mnuTableRename
				//
				this.mnuTableRename.Name = "mnuTableRename";
				this.mnuTableRename.Text = "&Rename";
				this.mnuTableRename.Enabled = false;
				//
				// mnuSep3
				//
				this.mnuSep3.Name = "mnuSep3";
				this.mnuSep3.Text = "-";
				//
				// mnuToggleTableMark
				//
				this.mnuToggleTableMark.Name = "mnuToggleTableMark";
				this.mnuToggleTableMark.Text = "&Mark/Unmark Table";
				//
				// mnuRemoveUnmarked
				//
				this.mnuRemoveUnmarked.Name = "mnuRemoveUnmarked";
				this.mnuRemoveUnmarked.Text = "Remove Unmarked Tables from list";
				//
				// mnuRemoveMarked
				//
				this.mnuRemoveMarked.Name = "mnuRemoveMarked";
				this.mnuRemoveMarked.Text = "Remove Marked Tables from list";
				//
				// mnuUnhideTable
				//
				this.mnuUnhideTable.Name = "mnuUnhideTable";
				this.mnuUnhideTable.Text = "Unhide a Table by Name";
				//
				// mnuShowAllTables
				//
				this.mnuShowAllTables.Name = "mnuShowAllTables";
				this.mnuShowAllTables.Text = "Show all tables";
				//
				// mnuViewTableData
				//
				this.mnuViewTableData.Name = "mnuViewTableData";
				this.mnuViewTableData.Text = "&View Selected Table;
				//
				// mnuSep0
				//
				this.mnuSep0.Name = "mnuSep0";
				this.mnuSep0.Text = "-";
				//
				// mnuTableDelete
				//
				this.mnuTableDelete.Name = "mnuTableDelete";
				this.mnuTableDelete.Text = "Delete Table";
				//
				// mnuField
				//
				this.mnuField.Name = "mnuField";
				this.mnuField.Text = "Field";
				this.mnuField.Controls.AddRange(new System.Windows.Forms.Control[]
				{
								this.mnuFieldNew,
								this.mnuFieldRename,
								this.mnuSep1,
								this.mnuFieldDelete
				});
				//
				// mnuFieldNew
				//
				this.mnuFieldNew.Name = "mnuFieldNew";
				this.mnuFieldNew.Text = "New Field";
				//
				// mnuFieldRename
				//
				this.mnuFieldRename.Name = "mnuFieldRename";
				this.mnuFieldRename.Text = "Modify";
				this.mnuFieldRename.Enabled = false;
				//
				// mnuSep1
				//
				this.mnuSep1.Name = "mnuSep1";
				this.mnuSep1.Text = "-";
				//
				// mnuFieldDelete
				//
				this.mnuFieldDelete.Name = "mnuFieldDelete";
				this.mnuFieldDelete.Text = "Delete Field";
				//
				// frmDBClassGen
				//
				this.Controls.AddRange(new System.Windows.Forms.Control[]
				{
				      this.fraCategory,
				      this.dvwTable,
				      this.imlTabs,
				      this.tvwTables,
				      this.lvwFields,
				      this.mnuX,
				      this.mnuFile,
				      this.mnuGenerate,
				      this.mnuRules,
				      this.mnuHelp,
				      this.mnuShortcut,
				      this.mnuTable,
				      this.mnuField
				});
				this.Name = "frmDBClassGen";
				this.Text = "Database to Code Generator";
				this.ClientSize = new System.Drawing.Size(589, 405);
				this.HelpButton = true;
				this.fraCategory.ResumeLayout(false);
				this.mnuFile.ResumeLayout(false);
				this.mnuFileOpenPrevious.ResumeLayout(false);
				this.mnuGenerate.ResumeLayout(false);
				this.mnuRules.ResumeLayout(false);
				this.mnuRulesAutoAdd.ResumeLayout(false);
				this.mnuRelationship.ResumeLayout(false);
				this.mnuHelp.ResumeLayout(false);
				this.mnuTable.ResumeLayout(false);
				this.mnuField.ResumeLayout(false);
				this.ResumeLayout(false);
			}
 /// <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);
 }
Exemple #12
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        public void InitializeComponent()
        {
            this.cmdDecrypt = new System.Windows.Forms.VB.CommandButton();
            this.txtDec     = new System.Windows.Forms.VB.TextBox();
            this.cmdEncrypt = new System.Windows.Forms.VB.CommandButton();
            this.txtOut     = new System.Windows.Forms.VB.TextBox();
            this.txtIn      = new System.Windows.Forms.VB.TextBox();
            this.SuspendLayout();
            //
            // cmdDecrypt
            //
            this.cmdDecrypt.Name     = "cmdDecrypt";
            this.cmdDecrypt.Text     = "&Decrypt";
            this.cmdDecrypt.Size     = new System.Drawing.Size(83, 35);
            this.cmdDecrypt.Location = new System.Drawing.Point(286, 208);
            this.cmdDecrypt.TabIndex = 4;
            //
            // txtDec
            //
            this.txtDec.Name     = "txtDec";
            this.txtDec.Size     = new System.Drawing.Size(279, 177);
            this.txtDec.Location = new System.Drawing.Point(2, 230);
//				this.txtDec.MultiLine = -1;
            this.txtDec.TabIndex = 3;
            //
            // cmdEncrypt
            //
            this.cmdEncrypt.Name     = "cmdEncrypt";
            this.cmdEncrypt.Text     = "&Encrypt";
            this.cmdEncrypt.Size     = new System.Drawing.Size(83, 35);
            this.cmdEncrypt.Location = new System.Drawing.Point(286, 34);
            this.cmdEncrypt.TabIndex = 2;
            //
            // txtOut
            //
            this.txtOut.Name     = "txtOut";
            this.txtOut.Size     = new System.Drawing.Size(279, 177);
            this.txtOut.Location = new System.Drawing.Point(2, 53);
//				this.txtOut.MultiLine = -1;
            this.txtOut.TabIndex = 1;
            //
            // txtIn
            //
            this.txtIn.Name     = "txtIn";
            this.txtIn.Size     = new System.Drawing.Size(279, 51);
            this.txtIn.Location = new System.Drawing.Point(2, 2);
//				this.txtIn.MultiLine = -1;
            this.txtIn.TabIndex = 0;
            this.txtIn.Text     = "TestCrypt.frx" : 0000;
            //
            // Form1
            //
            this.Controls.AddRange(new System.Windows.Forms.Control[]
            {
                this.cmdDecrypt,
                this.txtDec,
                this.cmdEncrypt,
                this.txtOut,
                this.txtIn
            });
            this.Name       = "Form1";
            this.Text       = "Form1";
            this.ClientSize = new System.Drawing.Size(370, 411);
            this.ResumeLayout(false);
        }