Example #1
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        public void InitializeComponent()
        {
            this.tbToolBar = new System.Windows.Forms.MSComctlLib.Toolbar();
            this.brwWebBrowser = new System.Windows.Forms.SHDocVwCtl.WebBrowser();
            this.timTimer = new System.Windows.Forms.VB.Timer();
            this.picAddress = new System.Windows.Forms.VB.PictureBox();
            this.cboAddress = new System.Windows.Forms.VB.ComboBox();
            this.lblAddress = new System.Windows.Forms.VB.Label();
            this.imlIcons = new System.Windows.Forms.MSComctlLib.ImageList();
            this.SuspendLayout();
            this.picAddress.SuspendLayout();
            //
            // tbToolBar
            //
            this.tbToolBar.Name = "tbToolBar";
//            this.tbToolBar.Align = 1;
            this.tbToolBar.Size = new System.Drawing.Size(436, 36);
            this.tbToolBar.Location = new System.Drawing.Point(0, 0);
            this.tbToolBar.TabIndex = 3;
//            this.tbToolBar.ButtonWidth = 820;
//            this.tbToolBar.ButtonHeight = 794;
//            this.tbToolBar.ImageList = "imlIcons";
//            this.tbToolBar.Button1 = ;
//            this.tbToolBar.Button2 = ;
//            this.tbToolBar.Button3 = ;
//            this.tbToolBar.Button4 = ;
//            this.tbToolBar.Button5 = ;
//            this.tbToolBar.Button6 = ;
//            this.tbToolBar.Button6 = ;
            //
            // brwWebBrowser
            //
            this.brwWebBrowser.Name = "brwWebBrowser";
            this.brwWebBrowser.Size = new System.Drawing.Size(359, 248);
            this.brwWebBrowser.Location = new System.Drawing.Point(3, 81);
            this.brwWebBrowser.TabIndex = 0;
//            this.brwWebBrowser.ExtentX = 9525;
//            this.brwWebBrowser.ExtentY = 6588;
//            this.brwWebBrowser.ViewMode = 1;
//            this.brwWebBrowser.Offline = 0;
//            this.brwWebBrowser.Silent = 0;
//            this.brwWebBrowser.RegisterAsBrowse = 0;
//            this.brwWebBrowser.RegisterAsDropTarge = 0;
//            this.brwWebBrowser.AutoArrange = -1;
//            this.brwWebBrowser.NoClientEdge = -1;
//            this.brwWebBrowser.AlignLeft = 0;
//            this.brwWebBrowser.ViewID = "{0057D0E0-3573-11CF-AE69-08002B2E1262}";
//            this.brwWebBrowser.Location = "res://E:\WINNT\system32\shdoclc.dll/dnserror.htm#http:///";
            //
            // timTimer
            //
            this.timTimer.Name = "timTimer";
            this.timTimer.Enabled = false;
            this.timTimer.Interval = 5;
            this.timTimer.Location = new System.Drawing.Point(412, 100);
            //
            // picAddress
            //
            this.picAddress.Name = "picAddress";
//            this.picAddress.Align = 1;
            this.picAddress.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.picAddress.Size = new System.Drawing.Size(436, 45);
            this.picAddress.Location = new System.Drawing.Point(0, 36);
            this.picAddress.TabIndex = 4;
            this.picAddress.TabStop = false;
            this.picAddress.Controls.AddRange(new System.Windows.Forms.Control[]
            {
                        this.cboAddress,
                        this.lblAddress
            });
            //
            // cboAddress
            //
            this.cboAddress.Name = "cboAddress";
            this.cboAddress.Size = new System.Drawing.Size(253, 21);
            this.cboAddress.Location = new System.Drawing.Point(3, 20);
            this.cboAddress.TabIndex = 2;
            this.cboAddress.Text = "��END!";
            //
            // lblAddress
            //
            this.lblAddress.Name = "lblAddress";
            this.lblAddress.Text = "&Address:";
            this.lblAddress.Size = new System.Drawing.Size(205, 17);
            this.lblAddress.Location = new System.Drawing.Point(3, 4);
            this.lblAddress.TabIndex = 1;
            this.lblAddress.Tag = "&Address:";
            //
            // imlIcons
            //
            this.imlIcons.Name = "imlIcons";
            this.imlIcons.Location = new System.Drawing.Point(178, 155);
            this.imlIcons.BackColor = System.Drawing.Color.FromArgb(-2147483643);
//            this.imlIcons.ImageWidth = 24;
//            this.imlIcons.ImageHeight = 24;
//            this.imlIcons.MaskColor = 12632256;
//            this.imlIcons.ListImage1 = ;
//            this.imlIcons.ListImage2 = ;
//            this.imlIcons.ListImage3 = ;
//            this.imlIcons.ListImage4 = ;
//            this.imlIcons.ListImage5 = ;
//            this.imlIcons.ListImage6 = ;
//            this.imlIcons.ListImage6 = ;
            //
            // frmBrowser
            //
            this.Controls.AddRange(new System.Windows.Forms.Control[]
            {
                  this.tbToolBar,
                  this.brwWebBrowser,
                  this.timTimer,
                  this.picAddress,
                  this.imlIcons
            });
            this.Name = "frmBrowser";
            this.picAddress.ResumeLayout(false);
            this.ResumeLayout(false);
        }
Example #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);
        }
Example #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(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);
        }
Example #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.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);
			}