/// <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);
        }
Beispiel #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.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);
        }
Beispiel #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(frmSplash));
            this.Frame1            = new System.Windows.Forms.VB.Frame();
            this.Label14           = new System.Windows.Forms.VB.Label();
            this.Label411          = new System.Windows.Forms.VB.Label();
            this.Label12           = new System.Windows.Forms.VB.Label();
            this.Label42           = new System.Windows.Forms.VB.Label();
            this.lblDaysLeft       = new System.Windows.Forms.VB.Label();
            this.lblDayLeftCaption = new System.Windows.Forms.VB.Label();
            this.lblDLLsLoaded1    = new System.Windows.Forms.VB.Label();
            this.Shape21           = new System.Windows.Forms.VB.Shape();
            this.TeamIP            = new System.Windows.Forms.VB.Label();
            this.CentralIP         = new System.Windows.Forms.VB.Label();
            this.Label410          = new System.Windows.Forms.VB.Label();
            this.Label49           = new System.Windows.Forms.VB.Label();
            this.ParentRepID       = new System.Windows.Forms.VB.Label();
            this.UserRepID         = new System.Windows.Forms.VB.Label();
            this.TeamID            = new System.Windows.Forms.VB.Label();
            this.UserID            = new System.Windows.Forms.VB.Label();
            this.Label48           = new System.Windows.Forms.VB.Label();
            this.Label47           = new System.Windows.Forms.VB.Label();
            this.Label46           = new System.Windows.Forms.VB.Label();
            this.Label45           = new System.Windows.Forms.VB.Label();
            this.Label31           = new System.Windows.Forms.VB.Label();
            this.lblDLLsLoaded0    = new System.Windows.Forms.VB.Label();
            this.Shape20           = new System.Windows.Forms.VB.Shape();
            this.Label44           = new System.Windows.Forms.VB.Label();
            this.Label43           = new System.Windows.Forms.VB.Label();
            this.Label13           = new System.Windows.Forms.VB.Label();
            this.Label41           = new System.Windows.Forms.VB.Label();
            this.Label11           = new System.Windows.Forms.VB.Label();
            this.Label40           = new System.Windows.Forms.VB.Label();
            this.Label30           = new System.Windows.Forms.VB.Label();
            this.lblPlatform       = new System.Windows.Forms.VB.Label();
            this.Label2            = new System.Windows.Forms.VB.Label();
            this.Label10           = new System.Windows.Forms.VB.Label();
            this.lblCopyright      = new System.Windows.Forms.VB.Label();
            this.lblWarning        = new System.Windows.Forms.VB.Label();
            this.lblVersion        = new System.Windows.Forms.VB.Label();
            this.lblLicenseTo      = new System.Windows.Forms.VB.Label();
            this.lblCompanyProduct = new System.Windows.Forms.VB.Label();
            this.lblProductName    = new System.Windows.Forms.VB.Label();
            this.Shape1            = new System.Windows.Forms.VB.Shape();
            this.SuspendLayout();
            this.Frame1.SuspendLayout();
            //
            // Frame1
            //
            this.Frame1.Name        = "Frame1";
            this.Frame1.BackColor   = System.Drawing.Color.Transparent;
            this.Frame1.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.Frame1.ForeColor   = System.Drawing.Color.Transparent;
            this.Frame1.Size        = new System.Drawing.Size(568, 308);
            this.Frame1.Location    = new System.Drawing.Point(4, 4);
            this.Frame1.TabIndex    = 0;
//            this.Frame1.ToolTipText = "Click on any non-web link to close this form. Thank you for using Slice and Dice !";
            this.Frame1.Controls.AddRange(new System.Windows.Forms.Control[]
            {
                this.Label14,
                this.Label411,
                this.Label12,
                this.Label42,
                this.lblDaysLeft,
                this.lblDayLeftCaption,
                this.lblDLLsLoaded1,
                this.Shape21,
                this.TeamIP,
                this.CentralIP,
                this.Label410,
                this.Label49,
                this.ParentRepID,
                this.UserRepID,
                this.TeamID,
                this.UserID,
                this.Label48,
                this.Label47,
                this.Label46,
                this.Label45,
                this.Label31,
                this.lblDLLsLoaded0,
                this.Shape20,
                this.Label44,
                this.Label43,
                this.Label13,
                this.Label41,
                this.Label11,
                this.Label40,
                this.Label30,
                this.lblPlatform,
                this.Label2,
                this.Label10,
                this.lblCopyright,
                this.lblWarning,
                this.lblVersion,
                this.lblLicenseTo,
                this.lblCompanyProduct,
                this.lblProductName,
                this.Shape1
            });
            //
            // Label14
            //
            this.Label14.Name      = "Label14";
            this.Label14.Text      = "http://willrawls.ewebcity.com/coreTeam";
            this.Label14.Font      = new System.Drawing.Font("Arial", 8F, (System.Drawing.FontStyle.Underline), System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
            this.Label14.ForeColor = System.Drawing.Color.Transparent;
            this.Label14.Size      = new System.Drawing.Size(193, 12);
            this.Label14.Location  = new System.Drawing.Point(92, 223);
//            this.Label14.MouseIcon = "frmSplash.frx":000C;
//            this.Label14.MousePointer = 99;
            this.Label14.TabIndex = 37;
//            this.Label14.ToolTipText = "Manually submit a template or category for inclusion in the general S&D product.";
            //
            // Label411
            //
            this.Label411.Name      = "Label411";
            this.Label411.Text      = "Opensource Dev:";
            this.Label411.ForeColor = System.Drawing.Color.Transparent;
            this.Label411.Size      = new System.Drawing.Size(84, 12);
            this.Label411.Location  = new System.Drawing.Point(2, 223);
            this.Label411.TabIndex  = 36;
            //
            // Label12
            //
            this.Label12.Name      = "Label12";
            this.Label12.Text      = "http://willrawls.ewebcity.com/sndforum";
            this.Label12.Font      = new System.Drawing.Font("Arial", 8F, (System.Drawing.FontStyle.Underline), System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
            this.Label12.ForeColor = System.Drawing.Color.Transparent;
            this.Label12.Size      = new System.Drawing.Size(189, 12);
            this.Label12.Location  = new System.Drawing.Point(92, 206);
//            this.Label12.MouseIcon = "frmSplash.frx":044E;
//            this.Label12.MousePointer = 99;
            this.Label12.TabIndex = 35;
//            this.Label12.ToolTipText = "Manually submit a template or category for inclusion in the general S&D product.";
            //
            // Label42
            //
            this.Label42.Name      = "Label42";
            this.Label42.Text      = "User forums:";
            this.Label42.ForeColor = System.Drawing.Color.Transparent;
            this.Label42.Size      = new System.Drawing.Size(60, 12);
            this.Label42.Location  = new System.Drawing.Point(2, 206);
            this.Label42.TabIndex  = 34;
            //
            // lblDaysLeft
            //
            this.lblDaysLeft.Name      = "lblDaysLeft";
            this.lblDaysLeft.TextAlign = System.Drawing.ContentAlignment.TopRight;
            this.lblDaysLeft.Text      = "??????????";
            this.lblDaysLeft.Font      = new System.Drawing.Font("MS Sans Serif", 8F, (System.Drawing.FontStyle.Bold), System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
            this.lblDaysLeft.ForeColor = System.Drawing.Color.Transparent;
            this.lblDaysLeft.Size      = new System.Drawing.Size(113, 13);
            this.lblDaysLeft.Location  = new System.Drawing.Point(448, 26);
            this.lblDaysLeft.TabIndex  = 33;
            //
            // lblDayLeftCaption
            //
            this.lblDayLeftCaption.Name      = "lblDayLeftCaption";
            this.lblDayLeftCaption.Text      = "Days Left in your Free Evaluation Period:";
            this.lblDayLeftCaption.Font      = new System.Drawing.Font("MS Sans Serif", 8F, (System.Drawing.FontStyle.Bold), System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
            this.lblDayLeftCaption.ForeColor = System.Drawing.Color.Transparent;
            this.lblDayLeftCaption.Size      = new System.Drawing.Size(108, 39);
            this.lblDayLeftCaption.Location  = new System.Drawing.Point(448, 0);
            this.lblDayLeftCaption.TabIndex  = 32;
            //
            // lblDLLsLoaded1
            //
            this.lblDLLsLoaded1.Name      = "lblDLLsLoaded1";
            this.lblDLLsLoaded1.TextAlign = System.Drawing.ContentAlignment.TopRight;
            this.lblDLLsLoaded1.Text      = "0";
            this.lblDLLsLoaded1.ForeColor = System.Drawing.Color.Transparent;
            this.lblDLLsLoaded1.Size      = new System.Drawing.Size(6, 12);
            this.lblDLLsLoaded1.Location  = new System.Drawing.Point(496, 159);
            this.lblDLLsLoaded1.TabIndex  = 31;
//            this.lblDLLsLoaded1.ToolTipText = "This is the number of S&D add-in DLLs currently loaded in memory.";
            //
            // Shape21
            //
            this.Shape21.Name        = "Shape21";
            this.Shape21.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.Shape21.Size        = new System.Drawing.Size(127, 45);
            this.Shape21.Location    = new System.Drawing.Point(444, -2);
            //
            // TeamIP
            //
            this.TeamIP.Name      = "TeamIP";
            this.TeamIP.Text      = "209.196.104.22";
            this.TeamIP.ForeColor = System.Drawing.Color.FromArgb(0);
            this.TeamIP.Size      = new System.Drawing.Size(75, 13);
            this.TeamIP.Location  = new System.Drawing.Point(480, 233);
            this.TeamIP.TabIndex  = 30;
//            this.TeamIP.ToolTipText = "This is the TCP/IP address of your Team;
            //
            // CentralIP
            //
            this.CentralIP.Name      = "CentralIP";
            this.CentralIP.Text      = "209.196.104.22";
            this.CentralIP.ForeColor = System.Drawing.Color.FromArgb(0);
            this.CentralIP.Size      = new System.Drawing.Size(75, 13);
            this.CentralIP.Location  = new System.Drawing.Point(480, 220);
            this.CentralIP.TabIndex  = 29;
//            this.CentralIP.ToolTipText = "This is the TCP/IP address of the S&D Internet Server.";
            //
            // Label410
            //
            this.Label410.Name      = "Label410";
            this.Label410.TextAlign = System.Drawing.ContentAlignment.TopRight;
            this.Label410.Text      = "Team IP:";
            this.Label410.ForeColor = System.Drawing.Color.FromArgb(0);
            this.Label410.Size      = new System.Drawing.Size(43, 13);
            this.Label410.Location  = new System.Drawing.Point(432, 233);
            this.Label410.TabIndex  = 28;
            //
            // Label49
            //
            this.Label49.Name      = "Label49";
            this.Label49.TextAlign = System.Drawing.ContentAlignment.TopRight;
            this.Label49.Text      = "Central IP:";
            this.Label49.ForeColor = System.Drawing.Color.FromArgb(0);
            this.Label49.Size      = new System.Drawing.Size(49, 13);
            this.Label49.Location  = new System.Drawing.Point(426, 220);
            this.Label49.TabIndex  = 27;
            //
            // ParentRepID
            //
            this.ParentRepID.Name      = "ParentRepID";
            this.ParentRepID.Text      = "999-999999";
            this.ParentRepID.ForeColor = System.Drawing.Color.FromArgb(0);
            this.ParentRepID.Size      = new System.Drawing.Size(57, 13);
            this.ParentRepID.Location  = new System.Drawing.Point(480, 260);
            this.ParentRepID.TabIndex  = 26;
//            this.ParentRepID.ToolTipText = "This is the ID of the Representative who made you a S&D representative.";
            //
            // UserRepID
            //
            this.UserRepID.Name      = "UserRepID";
            this.UserRepID.Text      = "999-999999";
            this.UserRepID.ForeColor = System.Drawing.Color.FromArgb(0);
            this.UserRepID.Size      = new System.Drawing.Size(57, 13);
            this.UserRepID.Location  = new System.Drawing.Point(480, 247);
            this.UserRepID.TabIndex  = 25;
//            this.UserRepID.ToolTipText = "This is your S&D Representative ID (Only if you;
            //
            // TeamID
            //
            this.TeamID.Name      = "TeamID";
            this.TeamID.Text      = "999-999999";
            this.TeamID.ForeColor = System.Drawing.Color.FromArgb(0);
            this.TeamID.Size      = new System.Drawing.Size(57, 13);
            this.TeamID.Location  = new System.Drawing.Point(480, 206);
            this.TeamID.TabIndex  = 24;
//            this.TeamID.ToolTipText = "This is your Team;
            //
            // UserID
            //
            this.UserID.Name      = "UserID";
            this.UserID.Text      = "999-999999";
            this.UserID.ForeColor = System.Drawing.Color.Transparent;
            this.UserID.Size      = new System.Drawing.Size(57, 13);
            this.UserID.Location  = new System.Drawing.Point(480, 193);
            this.UserID.TabIndex  = 23;
//            this.UserID.ToolTipText = "This is your S&D serial number.";
            //
            // Label48
            //
            this.Label48.Name      = "Label48";
            this.Label48.TextAlign = System.Drawing.ContentAlignment.TopRight;
            this.Label48.Text      = "Parent Rep ID:";
            this.Label48.ForeColor = System.Drawing.Color.FromArgb(0);
            this.Label48.Size      = new System.Drawing.Size(71, 13);
            this.Label48.Location  = new System.Drawing.Point(404, 260);
            this.Label48.TabIndex  = 22;
            //
            // Label47
            //
            this.Label47.Name      = "Label47";
            this.Label47.TextAlign = System.Drawing.ContentAlignment.TopRight;
            this.Label47.Text      = "Your Rep ID:";
            this.Label47.ForeColor = System.Drawing.Color.FromArgb(0);
            this.Label47.Size      = new System.Drawing.Size(62, 13);
            this.Label47.Location  = new System.Drawing.Point(413, 247);
            this.Label47.TabIndex  = 21;
            //
            // Label46
            //
            this.Label46.Name      = "Label46";
            this.Label46.TextAlign = System.Drawing.ContentAlignment.TopRight;
            this.Label46.Text      = "Team ID:";
            this.Label46.ForeColor = System.Drawing.Color.FromArgb(0);
            this.Label46.Size      = new System.Drawing.Size(44, 13);
            this.Label46.Location  = new System.Drawing.Point(431, 206);
            this.Label46.TabIndex  = 20;
            //
            // Label45
            //
            this.Label45.Name      = "Label45";
            this.Label45.TextAlign = System.Drawing.ContentAlignment.TopRight;
            this.Label45.Text      = "Your ID:";
            this.Label45.ForeColor = System.Drawing.Color.Transparent;
            this.Label45.Size      = new System.Drawing.Size(39, 13);
            this.Label45.Location  = new System.Drawing.Point(436, 193);
            this.Label45.TabIndex  = 19;
            //
            // Label31
            //
            this.Label31.Name      = "Label31";
            this.Label31.Text      = "Miscellaneous Info:";
            this.Label31.Font      = new System.Drawing.Font("MS Sans Serif", 8F, (System.Drawing.FontStyle.Bold), System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
            this.Label31.ForeColor = System.Drawing.Color.Transparent;
            this.Label31.Size      = new System.Drawing.Size(111, 13);
            this.Label31.Location  = new System.Drawing.Point(400, 138);
            this.Label31.TabIndex  = 18;
            //
            // lblDLLsLoaded0
            //
            this.lblDLLsLoaded0.Name      = "lblDLLsLoaded0";
            this.lblDLLsLoaded0.TextAlign = System.Drawing.ContentAlignment.TopRight;
            this.lblDLLsLoaded0.Text      = "Sandals Loaded:";
            this.lblDLLsLoaded0.ForeColor = System.Drawing.Color.Transparent;
            this.lblDLLsLoaded0.Size      = new System.Drawing.Size(82, 12);
            this.lblDLLsLoaded0.Location  = new System.Drawing.Point(409, 159);
            this.lblDLLsLoaded0.TabIndex  = 17;
//            this.lblDLLsLoaded0.ToolTipText = "This is the number of S&D add-in DLLs currently loaded in memory.";
            //
            // Shape20
            //
            this.Shape20.Name        = "Shape20";
            this.Shape20.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.Shape20.Size        = new System.Drawing.Size(179, 143);
            this.Shape20.Location    = new System.Drawing.Point(396, 134);
            //
            // Label44
            //
            this.Label44.Name      = "Label44";
            this.Label44.Text      = "User Agreement:";
            this.Label44.ForeColor = System.Drawing.Color.Transparent;
            this.Label44.Size      = new System.Drawing.Size(79, 13);
            this.Label44.Location  = new System.Drawing.Point(2, 244);
            this.Label44.TabIndex  = 16;
            //
            // Label43
            //
            this.Label43.Name      = "Label43";
            this.Label43.Text      = "Submit Template:";
            this.Label43.ForeColor = System.Drawing.Color.Transparent;
            this.Label43.Size      = new System.Drawing.Size(82, 12);
            this.Label43.Location  = new System.Drawing.Point(2, 188);
            this.Label43.TabIndex  = 15;
            //
            // Label13
            //
            this.Label13.Name      = "Label13";
            this.Label13.Text      = "http://www.sliceanddice.com/submit.html";
            this.Label13.Font      = new System.Drawing.Font("Arial", 8F, (System.Drawing.FontStyle.Underline), System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
            this.Label13.ForeColor = System.Drawing.Color.Transparent;
            this.Label13.Size      = new System.Drawing.Size(199, 14);
            this.Label13.Location  = new System.Drawing.Point(92, 188);
//            this.Label13.MouseIcon = "frmSplash.frx":0890;
//            this.Label13.MousePointer = 99;
            this.Label13.TabIndex = 14;
//            this.Label13.ToolTipText = "Manually submit a template or category for inclusion in the general S&D product.";
            //
            // Label41
            //
            this.Label41.Name      = "Label41";
            this.Label41.Text      = "Report an Issue:";
            this.Label41.ForeColor = System.Drawing.Color.Transparent;
            this.Label41.Size      = new System.Drawing.Size(78, 13);
            this.Label41.Location  = new System.Drawing.Point(2, 172);
            this.Label41.TabIndex  = 13;
            //
            // Label11
            //
            this.Label11.Name      = "Label11";
            this.Label11.Text      = "http://www.sliceanddice.com/sadissue.html";
            this.Label11.Font      = new System.Drawing.Font("Arial", 8F, (System.Drawing.FontStyle.Underline), System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
            this.Label11.ForeColor = System.Drawing.Color.Transparent;
            this.Label11.Size      = new System.Drawing.Size(212, 14);
            this.Label11.Location  = new System.Drawing.Point(92, 172);
//            this.Label11.MouseIcon = "frmSplash.frx":0CD2;
//            this.Label11.MousePointer = 99;
            this.Label11.TabIndex = 12;
//            this.Label11.ToolTipText = "Submit an issue / bug / feature directly to the S&D developer.";
            //
            // Label40
            //
            this.Label40.Name      = "Label40";
            this.Label40.Text      = "Latest updates:";
            this.Label40.ForeColor = System.Drawing.Color.Transparent;
            this.Label40.Size      = new System.Drawing.Size(73, 13);
            this.Label40.Location  = new System.Drawing.Point(2, 154);
            this.Label40.TabIndex  = 11;
            //
            // Label30
            //
            this.Label30.Name      = "Label30";
            this.Label30.Text      = "Some places on the web to go for more information:";
            this.Label30.ForeColor = System.Drawing.Color.Transparent;
            this.Label30.Size      = new System.Drawing.Size(242, 13);
            this.Label30.Location  = new System.Drawing.Point(2, 138);
            this.Label30.TabIndex  = 10;
            //
            // lblPlatform
            //
            this.lblPlatform.Name     = "lblPlatform";
            this.lblPlatform.Text     = "Visual Basic (SP3) - Win95";
            this.lblPlatform.Font     = new System.Drawing.Font("Arial", 15F, (System.Drawing.FontStyle.Bold), System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
            this.lblPlatform.Size     = new System.Drawing.Size(264, 24);
            this.lblPlatform.Location = new System.Drawing.Point(36, 62);
            this.lblPlatform.TabIndex = 5;
            //
            // Label2
            //
            this.Label2.Name      = "Label2";
            this.Label2.Text      = "Use of Slice and Dice is governed by the Slice and Dice end-user agreement. Click here to view it.";
            this.Label2.Font      = new System.Drawing.Font("MS Sans Serif", 8F, (System.Drawing.FontStyle.Underline), System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
            this.Label2.ForeColor = System.Drawing.Color.Transparent;
            this.Label2.Size      = new System.Drawing.Size(274, 31);
            this.Label2.Location  = new System.Drawing.Point(90, 244);
//            this.Label2.MouseIcon = "frmSplash.frx":0FDC;
//            this.Label2.MousePointer = 99;
            this.Label2.TabIndex = 9;
//            this.Label2.ToolTipText = "View end-user agreement.";
            //
            // Label10
            //
            this.Label10.Name      = "Label10";
            this.Label10.Text      = "http://www.sliceanddice.com/dl.html";
            this.Label10.Font      = new System.Drawing.Font("Arial", 8F, (System.Drawing.FontStyle.Underline), System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
            this.Label10.ForeColor = System.Drawing.Color.Transparent;
            this.Label10.Size      = new System.Drawing.Size(176, 14);
            this.Label10.Location  = new System.Drawing.Point(92, 154);
//            this.Label10.MouseIcon = "frmSplash.frx":141E;
//            this.Label10.MousePointer = 99;
            this.Label10.TabIndex = 8;
//            this.Label10.ToolTipText = "Visit the main S&D Web Site";
            //
            // lblCopyright
            //
            this.lblCopyright.Name     = "lblCopyright";
            this.lblCopyright.Text     = "William Rawls retains rights to everything before 4/1/2000. All public domain thereafter.";
            this.lblCopyright.Font     = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
            this.lblCopyright.Size     = new System.Drawing.Size(566, 12);
            this.lblCopyright.Location = new System.Drawing.Point(4, 100);
            this.lblCopyright.TabIndex = 3;
//            this.lblCopyright.ToolTipText = "Slice and Dice is copyright 1999 by Firm Solutions and William M. Rawls. Slice and Dice is a trademark of Firm Solutions.";
            //
            // lblWarning
            //
            this.lblWarning.Name     = "lblWarning";
            this.lblWarning.Text     = "Warning: You are responsible for any damages caused by this program. Use with care.";
            this.lblWarning.Font     = new System.Drawing.Font("Arial", 8F, (System.Drawing.FontStyle.Bold), System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
            this.lblWarning.Size     = new System.Drawing.Size(482, 12);
            this.lblWarning.Location = new System.Drawing.Point(22, 278);
            this.lblWarning.TabIndex = 2;
            //
            // lblVersion
            //
            this.lblVersion.Name     = "lblVersion";
            this.lblVersion.Text     = "Version";
            this.lblVersion.Font     = new System.Drawing.Font("Arial", 12F, (System.Drawing.FontStyle.Bold), System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
            this.lblVersion.Size     = new System.Drawing.Size(59, 19);
            this.lblVersion.Location = new System.Drawing.Point(50, 84);
            this.lblVersion.TabIndex = 4;
            //
            // lblLicenseTo
            //
            this.lblLicenseTo.Name      = "lblLicenseTo";
            this.lblLicenseTo.TextAlign = System.Drawing.ContentAlignment.TopRight;
            this.lblLicenseTo.Text      = "Licensed to: William M. Rawls, Super Human Programmer";
            this.lblLicenseTo.Font      = new System.Drawing.Font("Arial", 9F, (System.Drawing.FontStyle.Bold), System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
            this.lblLicenseTo.Size      = new System.Drawing.Size(389, 17);
            this.lblLicenseTo.Location  = new System.Drawing.Point(168, 114);
            this.lblLicenseTo.TabIndex  = 1;
//            this.lblLicenseTo.ToolTipText = "This is the name of the person who owns this copy of S&D";
            //
            // lblCompanyProduct
            //
            this.lblCompanyProduct.Name     = "lblCompanyProduct";
            this.lblCompanyProduct.Text     = "all freeware, all opensource";
            this.lblCompanyProduct.Font     = new System.Drawing.Font("Times New Roman", 18F, (System.Drawing.FontStyle.Bold), System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
            this.lblCompanyProduct.Size     = new System.Drawing.Size(283, 26);
            this.lblCompanyProduct.Location = new System.Drawing.Point(6, 1);
            this.lblCompanyProduct.TabIndex = 6;
            //
            // lblProductName
            //
            this.lblProductName.Name     = "lblProductName";
            this.lblProductName.Text     = "Slice and Dice";
            this.lblProductName.Font     = new System.Drawing.Font("Arial", 32F, (System.Drawing.FontStyle.Bold), System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
            this.lblProductName.Size     = new System.Drawing.Size(424, 50);
            this.lblProductName.Location = new System.Drawing.Point(13, 22);
            this.lblProductName.TabIndex = 7;
            //
            // Shape1
            //
            this.Shape1.Name        = "Shape1";
            this.Shape1.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.Shape1.Size        = new System.Drawing.Size(395, 143);
            this.Shape1.Location    = new System.Drawing.Point(0, 134);
            //
            // frmSplash
            //
            this.Controls.AddRange(new System.Windows.Forms.Control[]
            {
                this.Frame1
            });
            this.Name = "frmSplash";
            this.Frame1.ResumeLayout(false);
            this.ResumeLayout(false);
        }
			/// <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);
			}