/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 public void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmCommandHelp));
     this.cdgHelp = new System.Windows.Forms.MSComDlg.CommonDialog();
     this.txtSoftCommandName = new System.Windows.Forms.VB.TextBox();
     this.txtAliases = new System.Windows.Forms.VB.TextBox();
     this.txtSyntax = new System.Windows.Forms.VB.TextBox();
     this.txtOneLineDescription = new System.Windows.Forms.VB.TextBox();
     this.txtHelpFile = new System.Windows.Forms.VB.TextBox();
     this.txtHelpTopic = new System.Windows.Forms.VB.TextBox();
     this.txtLongDescription = new System.Windows.Forms.VB.TextBox();
     this.txtComments = new System.Windows.Forms.VB.TextBox();
     this.txtSeeAlso = new System.Windows.Forms.VB.TextBox();
     this.txtExamples = new System.Windows.Forms.VB.TextBox();
     this.chkIsInline = new System.Windows.Forms.VB.CheckBox();
     this.picTH = new System.Windows.Forms.VB.PictureBox();
     this.lblSoftCommandName = new System.Windows.Forms.VB.Label();
     this.lblAliases = new System.Windows.Forms.VB.Label();
     this.lblSyntax = new System.Windows.Forms.VB.Label();
     this.lblOneLineDescription = new System.Windows.Forms.VB.Label();
     this.lblHelpFile = new System.Windows.Forms.VB.Label();
     this.lblHelpTopic = new System.Windows.Forms.VB.Label();
     this.lblLongDescription = new System.Windows.Forms.VB.Label();
     this.lblComments = new System.Windows.Forms.VB.Label();
     this.lblSeeAlso = new System.Windows.Forms.VB.Label();
     this.lblExamples = new System.Windows.Forms.VB.Label();
     this.lblIsInline = new System.Windows.Forms.VB.Label();
     this.mnuFileExit = new System.Windows.Forms.VB.Menu();
     this.mnuFirst = new System.Windows.Forms.VB.Menu();
     this.mnuPrevious = new System.Windows.Forms.VB.Menu();
     this.mnu} // = new System.Windows.Forms.VB.Menu();
Exemple #2
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        public void InitializeComponent()
        {
            System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmMain));
            this.trayMain = new System.Windows.Forms.SysTrayCtl.cSysTray();
            this.mnuTray = new System.Windows.Forms.VB.Menu();
            this.mnuExit = new System.Windows.Forms.VB.Menu();
            this.mnuTraySep1 = new System.Windows.Forms.VB.Menu();
            this.mnuAbout = new System.Windows.Forms.VB.Menu();
            this.mnuTraySep9 = new System.Windows.Forms.VB.Menu();
            this.mnuShowExternals = new System.Windows.Forms.VB.Menu();
            this.mnuFavorites = new System.Windows.Forms.VB.Menu();
            this.mnuTraySep0 = new System.Windows.Forms.VB.Menu();
            this.mnuMainWindow = new System.Windows.Forms.VB.Menu();
            this.SuspendLayout();
            this.mnuTray.SuspendLayout();
            //
            // trayMain
            //
            this.trayMain.Name = "trayMain";
            this.trayMain.Location = new System.Drawing.Point(0, 0);
//            this.trayMain.InTray = -1;
//            this.trayMain.TrayIcon = "ShellMain.frx":014A;
//            this.trayMain.TrayTip = "Slice and Dice Shell";
            //
            // mnuTray
            //
            this.mnuTray.Name = "mnuTray";
            this.mnuTray.Text = "Tray";
            this.mnuTray.Visible = false;
            this.mnuTray.Controls.AddRange(new System.Windows.Forms.Control[]
            {
                        this.mnuExit,
                        this.mnuTraySep1,
                        this.mnuAbout,
                        this.mnuTraySep9,
                        this.mnuShowExternals,
                        this.mnuFavorites,
                        this.mnuTraySep0,
                        this.mnuMainWindow
            });
            //
            // mnuExit
            //
            this.mnuExit.Name = "mnuExit";
            this.mnuExit.Text = "E&xit";
            //
            // mnuTraySep1
            //
            this.mnuTraySep1.Name = "mnuTraySep1";
            this.mnuTraySep1.Text = "-";
            //
            // mnuAbout
            //
            this.mnuAbout.Name = "mnuAbout";
            this.mnuAbout.Text = "&About...";
            //
            // mnuTraySep9
            //
            this.mnuTraySep9.Name = "mnuTraySep9";
            this.mnuTraySep9.Text = "-";
            //
            // mnuShowExternals
            //
            this.mnuShowExternals.Name = "mnuShowExternals";
            this.mnuShowExternals.Text = "&Externals...";
            //
            // mnuFavorites
            //
            this.mnuFavorites.Name = "mnuFavorites";
            this.mnuFavorites.Text = "&Favorites...";
            //
            // mnuTraySep0
            //
            this.mnuTraySep0.Name = "mnuTraySep0";
            this.mnuTraySep0.Text = "-";
            //
            // mnuMainWindow
            //
            this.mnuMainWindow.Name = "mnuMainWindow";
            this.mnuMainWindow.Text = "&Main Window";
            //
            // frmMain
            //
            this.Controls.AddRange(new System.Windows.Forms.Control[]
            {
                  this.trayMain,
                  this.mnuTray
            });
            this.Name = "frmMain";
            this.mnuTray.ResumeLayout(false);
            this.ResumeLayout(false);
        }
			/// <summary>
			/// Required method for Designer support - do not modify
			/// the contents of this method with the code editor.
			/// </summary>
			public void InitializeComponent()
			{
				System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmCommandHelp));
				this.cdgHelp = new System.Windows.Forms.MSComDlg.CommonDialog();
				this.txtSoftCommandName = new System.Windows.Forms.VB.TextBox();
				this.txtAliases = new System.Windows.Forms.VB.TextBox();
				this.txtSyntax = new System.Windows.Forms.VB.TextBox();
				this.txtOneLineDescription = new System.Windows.Forms.VB.TextBox();
				this.txtHelpFile = new System.Windows.Forms.VB.TextBox();
				this.txtHelpTopic = new System.Windows.Forms.VB.TextBox();
				this.txtLongDescription = new System.Windows.Forms.VB.TextBox();
				this.txtComments = new System.Windows.Forms.VB.TextBox();
				this.txtSeeAlso = new System.Windows.Forms.VB.TextBox();
				this.txtExamples = new System.Windows.Forms.VB.TextBox();
				this.chkIsInline = new System.Windows.Forms.VB.CheckBox();
				this.picTH = new System.Windows.Forms.VB.PictureBox();
				this.lblSoftCommandName = new System.Windows.Forms.VB.Label();
				this.lblAliases = new System.Windows.Forms.VB.Label();
				this.lblSyntax = new System.Windows.Forms.VB.Label();
				this.lblOneLineDescription = new System.Windows.Forms.VB.Label();
				this.lblHelpFile = new System.Windows.Forms.VB.Label();
				this.lblHelpTopic = new System.Windows.Forms.VB.Label();
				this.lblLongDescription = new System.Windows.Forms.VB.Label();
				this.lblComments = new System.Windows.Forms.VB.Label();
				this.lblSeeAlso = new System.Windows.Forms.VB.Label();
				this.lblExamples = new System.Windows.Forms.VB.Label();
				this.lblIsInline = new System.Windows.Forms.VB.Label();
				this.mnuFileExit = new System.Windows.Forms.VB.Menu();
				this.mnuFirst = new System.Windows.Forms.VB.Menu();
				this.mnuPrevious = new System.Windows.Forms.VB.Menu();
				this.mnuNext = new System.Windows.Forms.VB.Menu();
				this.mnuLast = new System.Windows.Forms.VB.Menu();
				this.mnuFileFind = new System.Windows.Forms.VB.Menu();
				this.mnuChangeCommandSets = new System.Windows.Forms.VB.Menu();
				this.SuspendLayout();
				//
				// cdgHelp
				//
				this.cdgHelp.Name = "cdgHelp";
				this.cdgHelp.Location = new System.Drawing.Point(12, 252);
				//
				// txtSoftCommandName
				//
				this.txtSoftCommandName.Name = "txtSoftCommandName";
				this.txtSoftCommandName.BackColor = System.Drawing.Color.Transparent;
				this.txtSoftCommandName.BorderStyle = System.Windows.Forms.BorderStyle.None;
//				this.txtSoftCommandName.CausesValidatio = 0;
				this.txtSoftCommandName.Size = new System.Drawing.Size(440, 16);
				this.txtSoftCommandName.Location = new System.Drawing.Point(70, 20);
				this.txtSoftCommandName.Locked = true;
				this.txtSoftCommandName.TabIndex = 10;
				//
				// txtAliases
				//
				this.txtAliases.Name = "txtAliases";
				this.txtAliases.BackColor = System.Drawing.Color.Transparent;
				this.txtAliases.BorderStyle = System.Windows.Forms.BorderStyle.None;
//				this.txtAliases.CausesValidatio = 0;
				this.txtAliases.Size = new System.Drawing.Size(440, 20);
				this.txtAliases.Location = new System.Drawing.Point(70, 40);
				this.txtAliases.Locked = true;
				this.txtAliases.TabIndex = 9;
				//
				// txtSyntax
				//
				this.txtSyntax.Name = "txtSyntax";
				this.txtSyntax.BackColor = System.Drawing.Color.Transparent;
				this.txtSyntax.BorderStyle = System.Windows.Forms.BorderStyle.None;
//				this.txtSyntax.CausesValidatio = 0;
				this.txtSyntax.Size = new System.Drawing.Size(440, 20);
				this.txtSyntax.Location = new System.Drawing.Point(70, 60);
				this.txtSyntax.Locked = true;
				this.txtSyntax.TabIndex = 8;
				//
				// txtOneLineDescription
				//
				this.txtOneLineDescription.Name = "txtOneLineDescription";
				this.txtOneLineDescription.BackColor = System.Drawing.Color.Transparent;
				this.txtOneLineDescription.BorderStyle = System.Windows.Forms.BorderStyle.None;
//				this.txtOneLineDescription.CausesValidatio = 0;
				this.txtOneLineDescription.Size = new System.Drawing.Size(440, 20);
				this.txtOneLineDescription.Location = new System.Drawing.Point(70, 80);
				this.txtOneLineDescription.Locked = true;
				this.txtOneLineDescription.TabIndex = 7;
				//
				// txtHelpFile
				//
				this.txtHelpFile.Name = "txtHelpFile";
				this.txtHelpFile.BackColor = System.Drawing.Color.Transparent;
				this.txtHelpFile.BorderStyle = System.Windows.Forms.BorderStyle.None;
//				this.txtHelpFile.CausesValidatio = 0;
				this.txtHelpFile.Size = new System.Drawing.Size(440, 20);
				this.txtHelpFile.Location = new System.Drawing.Point(70, 100);
				this.txtHelpFile.Locked = true;
				this.txtHelpFile.TabIndex = 6;
				//
				// txtHelpTopic
				//
				this.txtHelpTopic.Name = "txtHelpTopic";
				this.txtHelpTopic.BackColor = System.Drawing.Color.Transparent;
				this.txtHelpTopic.BorderStyle = System.Windows.Forms.BorderStyle.None;
//				this.txtHelpTopic.CausesValidatio = 0;
				this.txtHelpTopic.Font = new System.Drawing.Font("MS Sans Serif",8F, ( System.Drawing.FontStyle.Underline ), System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
				this.txtHelpTopic.Size = new System.Drawing.Size(440, 20);
				this.txtHelpTopic.Location = new System.Drawing.Point(70, 120);
				this.txtHelpTopic.Locked = true;
				this.txtHelpTopic.TabIndex = 5;
				//
				// txtLongDescription
				//
				this.txtLongDescription.Name = "txtLongDescription";
				this.txtLongDescription.BackColor = System.Drawing.Color.Transparent;
				this.txtLongDescription.BorderStyle = System.Windows.Forms.BorderStyle.None;
//				this.txtLongDescription.CausesValidatio = 0;
				this.txtLongDescription.Size = new System.Drawing.Size(440, 80);
				this.txtLongDescription.Location = new System.Drawing.Point(70, 140);
				this.txtLongDescription.Locked = true;
//				this.txtLongDescription.MultiLine = -1;
				this.txtLongDescription.TabIndex = 4;
				//
				// txtComments
				//
				this.txtComments.Name = "txtComments";
				this.txtComments.BackColor = System.Drawing.Color.Transparent;
				this.txtComments.BorderStyle = System.Windows.Forms.BorderStyle.None;
//				this.txtComments.CausesValidatio = 0;
				this.txtComments.Size = new System.Drawing.Size(440, 80);
				this.txtComments.Location = new System.Drawing.Point(70, 220);
				this.txtComments.Locked = true;
//				this.txtComments.MultiLine = -1;
				this.txtComments.TabIndex = 3;
				//
				// txtSeeAlso
				//
				this.txtSeeAlso.Name = "txtSeeAlso";
				this.txtSeeAlso.BackColor = System.Drawing.Color.Transparent;
				this.txtSeeAlso.BorderStyle = System.Windows.Forms.BorderStyle.None;
//				this.txtSeeAlso.CausesValidatio = 0;
				this.txtSeeAlso.Size = new System.Drawing.Size(440, 80);
				this.txtSeeAlso.Location = new System.Drawing.Point(70, 300);
				this.txtSeeAlso.Locked = true;
//				this.txtSeeAlso.MultiLine = -1;
				this.txtSeeAlso.TabIndex = 2;
				//
				// txtExamples
				//
				this.txtExamples.Name = "txtExamples";
				this.txtExamples.BackColor = System.Drawing.Color.Transparent;
				this.txtExamples.BorderStyle = System.Windows.Forms.BorderStyle.None;
//				this.txtExamples.CausesValidatio = 0;
				this.txtExamples.Size = new System.Drawing.Size(440, 80);
				this.txtExamples.Location = new System.Drawing.Point(70, 380);
				this.txtExamples.Locked = true;
//				this.txtExamples.MultiLine = -1;
				this.txtExamples.TabIndex = 1;
				//
				// chkIsInline
				//
				this.chkIsInline.Name = "chkIsInline";
				this.chkIsInline.Text = "This is an Inline command if checked ( ie. %%Command::Parameters%% )";
//				this.chkIsInline.CausesValidatio = 0;
				this.chkIsInline.Enabled = false;
				this.chkIsInline.Font = new System.Drawing.Font("MS Sans Serif",8F, ( System.Drawing.FontStyle.Bold ), System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
				this.chkIsInline.ForeColor = System.Drawing.Color.FromArgb(-2147483640);
				this.chkIsInline.Size = new System.Drawing.Size(458, 20);
				this.chkIsInline.Location = new System.Drawing.Point(70, 0);
				this.chkIsInline.TabIndex = 0;
				//
				// picTH
				//
				this.picTH.Name = "picTH";
				this.picTH.BorderStyle = System.Windows.Forms.BorderStyle.None;
				this.picTH.ForeColor = System.Drawing.Color.FromArgb(-2147483640);
				this.picTH.Size = new System.Drawing.Size(51, 43);
				this.picTH.Location = new System.Drawing.Point(4, 164);
				this.picTH.TabIndex = 22;
				//
				// lblSoftCommandName
				//
				this.lblSoftCommandName.Name = "lblSoftCommandName";
				this.lblSoftCommandName.Text = "Name";
				this.lblSoftCommandName.Font = new System.Drawing.Font("Times New Roman",8F, ( System.Drawing.FontStyle.Bold ), System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
				this.lblSoftCommandName.Size = new System.Drawing.Size(30, 13);
				this.lblSoftCommandName.Location = new System.Drawing.Point(2, 22);
				this.lblSoftCommandName.TabIndex = 21;
				//
				// lblAliases
				//
				this.lblAliases.Name = "lblAliases";
				this.lblAliases.Text = "Aliases";
				this.lblAliases.Font = new System.Drawing.Font("Times New Roman",8F, ( System.Drawing.FontStyle.Bold ), System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
				this.lblAliases.Size = new System.Drawing.Size(38, 13);
				this.lblAliases.Location = new System.Drawing.Point(2, 42);
				this.lblAliases.TabIndex = 20;
				//
				// lblSyntax
				//
				this.lblSyntax.Name = "lblSyntax";
				this.lblSyntax.Text = "Syntax";
				this.lblSyntax.Font = new System.Drawing.Font("Times New Roman",8F, ( System.Drawing.FontStyle.Bold ), System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
				this.lblSyntax.Size = new System.Drawing.Size(36, 13);
				this.lblSyntax.Location = new System.Drawing.Point(2, 62);
				this.lblSyntax.TabIndex = 19;
				//
				// lblOneLineDescription
				//
				this.lblOneLineDescription.Name = "lblOneLineDescription";
				this.lblOneLineDescription.Text = "Summary";
				this.lblOneLineDescription.Font = new System.Drawing.Font("Times New Roman",8F, ( System.Drawing.FontStyle.Bold ), System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
				this.lblOneLineDescription.Size = new System.Drawing.Size(51, 13);
				this.lblOneLineDescription.Location = new System.Drawing.Point(2, 82);
				this.lblOneLineDescription.TabIndex = 18;
				//
				// lblHelpFile
				//
				this.lblHelpFile.Name = "lblHelpFile";
				this.lblHelpFile.Text = "Help File";
				this.lblHelpFile.Font = new System.Drawing.Font("Times New Roman",8F, ( System.Drawing.FontStyle.Bold ), System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
				this.lblHelpFile.Size = new System.Drawing.Size(48, 13);
				this.lblHelpFile.Location = new System.Drawing.Point(2, 102);
				this.lblHelpFile.TabIndex = 17;
				//
				// lblHelpTopic
				//
				this.lblHelpTopic.Name = "lblHelpTopic";
				this.lblHelpTopic.Text = "Help Topic";
				this.lblHelpTopic.Font = new System.Drawing.Font("Times New Roman",8F, ( System.Drawing.FontStyle.Bold ), System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
				this.lblHelpTopic.Size = new System.Drawing.Size(55, 13);
				this.lblHelpTopic.Location = new System.Drawing.Point(2, 122);
				this.lblHelpTopic.TabIndex = 16;
				//
				// lblLongDescription
				//
				this.lblLongDescription.Name = "lblLongDescription";
				this.lblLongDescription.Text = "Description";
				this.lblLongDescription.Font = new System.Drawing.Font("Times New Roman",8F, ( System.Drawing.FontStyle.Bold ), System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
				this.lblLongDescription.Size = new System.Drawing.Size(60, 13);
				this.lblLongDescription.Location = new System.Drawing.Point(2, 142);
				this.lblLongDescription.TabIndex = 15;
				//
				// lblComments
				//
				this.lblComments.Name = "lblComments";
				this.lblComments.Text = "Comments";
				this.lblComments.Font = new System.Drawing.Font("Times New Roman",8F, ( System.Drawing.FontStyle.Bold ), System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
				this.lblComments.Size = new System.Drawing.Size(57, 13);
				this.lblComments.Location = new System.Drawing.Point(2, 222);
				this.lblComments.TabIndex = 14;
				//
				// lblSeeAlso
				//
				this.lblSeeAlso.Name = "lblSeeAlso";
				this.lblSeeAlso.Text = "See Also";
				this.lblSeeAlso.Font = new System.Drawing.Font("Times New Roman",8F, ( System.Drawing.FontStyle.Bold ), System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
				this.lblSeeAlso.Size = new System.Drawing.Size(45, 13);
				this.lblSeeAlso.Location = new System.Drawing.Point(2, 302);
				this.lblSeeAlso.TabIndex = 13;
				//
				// lblExamples
				//
				this.lblExamples.Name = "lblExamples";
				this.lblExamples.Text = "Examples";
				this.lblExamples.Font = new System.Drawing.Font("Times New Roman",8F, ( System.Drawing.FontStyle.Bold ), System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
				this.lblExamples.Size = new System.Drawing.Size(49, 13);
				this.lblExamples.Location = new System.Drawing.Point(2, 382);
				this.lblExamples.TabIndex = 12;
				//
				// lblIsInline
				//
				this.lblIsInline.Name = "lblIsInline";
				this.lblIsInline.Text = "Is Inline";
				this.lblIsInline.Font = new System.Drawing.Font("Times New Roman",8F, ( System.Drawing.FontStyle.Bold ), System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
				this.lblIsInline.Size = new System.Drawing.Size(44, 13);
				this.lblIsInline.Location = new System.Drawing.Point(2, 4);
				this.lblIsInline.TabIndex = 11;
				//
				// mnuFileExit
				//
				this.mnuFileExit.Name = "mnuFileExit";
				this.mnuFileExit.Text = "&X";
				this.mnuFileExit.Enabled = false;
				this.mnuFileExit.Visible = false;
				//
				// mnuFirst
				//
				this.mnuFirst.Name = "mnuFirst";
				this.mnuFirst.Text = "Fi&rst";
				//
				// mnuPrevious
				//
				this.mnuPrevious.Name = "mnuPrevious";
				this.mnuPrevious.Text = "&<<";
				//
				// mnuNext
				//
				this.mnuNext.Name = "mnuNext";
				this.mnuNext.Text = "&>>";
				//
				// mnuLast
				//
				this.mnuLast.Name = "mnuLast";
				this.mnuLast.Text = "&Last";
				//
				// mnuFileFind
				//
				this.mnuFileFind.Name = "mnuFileFind";
				this.mnuFileFind.Text = "&Find";
				//
				// mnuChangeCommandSets
				//
				this.mnuChangeCommandSets.Name = "mnuChangeCommandSets";
				this.mnuChangeCommandSets.Text = "&Command Set";
				this.mnuChangeCommandSets.Enabled = false;
				this.mnuChangeCommandSets.Visible = false;
				//
				// frmCommandHelp
				//
				this.Controls.AddRange(new System.Windows.Forms.Control[]
				{
				      this.cdgHelp,
				      this.txtSoftCommandName,
				      this.txtAliases,
				      this.txtSyntax,
				      this.txtOneLineDescription,
				      this.txtHelpFile,
				      this.txtHelpTopic,
				      this.txtLongDescription,
				      this.txtComments,
				      this.txtSeeAlso,
				      this.txtExamples,
				      this.chkIsInline,
				      this.picTH,
				      this.lblSoftCommandName,
				      this.lblAliases,
				      this.lblSyntax,
				      this.lblOneLineDescription,
				      this.lblHelpFile,
				      this.lblHelpTopic,
				      this.lblLongDescription,
				      this.lblComments,
				      this.lblSeeAlso,
				      this.lblExamples,
				      this.lblIsInline,
				      this.mnuFileExit,
				      this.mnuFirst,
				      this.mnuPrevious,
				      this.mnuNext,
				      this.mnuLast,
				      this.mnuFileFind,
				      this.mnuChangeCommandSets
				});
				this.Name = "frmCommandHelp";
				this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
				this.Text = "Soft Command Reference";
				this.ClientSize = new System.Drawing.Size(507, 459);
				this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
				this.KeyPreview = true;
				this.MaximizeBox = false;
				this.MinimizeBox = false;
				this.ResumeLayout(false);
			}
Exemple #4
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        public void InitializeComponent()
        {
            this.Frame1 = new System.Windows.Forms.VB.Frame();
            this.cmdDeleteCategory = new System.Windows.Forms.VB.CommandButton();
            this.cmdAddCategory = new System.Windows.Forms.VB.CommandButton();
            this.cboDataLibraryType = new System.Windows.Forms.VB.ComboBox();
            this.lvwFields = new System.Windows.Forms.ComctlLib.ListView();
            this.tvwTables = new System.Windows.Forms.ComctlLib.TreeView();
            this.imlDB = new System.Windows.Forms.ComctlLib.ImageList();
            this.mnuX = new System.Windows.Forms.VB.Menu();
            this.mnuFile = new System.Windows.Forms.VB.Menu();
            this.mnuFileOpen = new System.Windows.Forms.VB.Menu();
            this.mnuFileNew = new System.Windows.Forms.VB.Menu();
            this.mnuFileOpen2 = new System.Windows.Forms.VB.Menu();
            this.mnuFileSep0 = new System.Windows.Forms.VB.Menu();
            this.mnuFileExit = new System.Windows.Forms.VB.Menu();
            this.mnuGenerate = new System.Windows.Forms.VB.Menu();
            this.mnuGenerateEntireDatabase = new System.Windows.Forms.VB.Menu();
            this.mnuGenerateClass = new System.Windows.Forms.VB.Menu();
            this.mnuGenerateEnterBranch = new System.Windows.Forms.VB.Menu();
            this.mnuGenerateCustom = new System.Windows.Forms.VB.Menu();
            this.mnuRules = new System.Windows.Forms.VB.Menu();
            this.mnuRulesAutoAdd = new System.Windows.Forms.VB.Menu();
            this.mnuRulesAutoAddDateCreated = new System.Windows.Forms.VB.Menu();
            this.mnuRulesAutoAddDateModified = new System.Windows.Forms.VB.Menu();
            this.mnuRulesAutoAddKey = new System.Windows.Forms.VB.Menu();
            this.mnuRulesAutoAddSep0 = new System.Windows.Forms.VB.Menu();
            this.mnuRulesAutoAddCustom = new System.Windows.Forms.VB.Menu();
            this.mnuRelationship = new System.Windows.Forms.VB.Menu();
            this.mnuRulesEnforce = new System.Windows.Forms.VB.Menu();
            this.mnuRulesCascadeUpdates = new System.Windows.Forms.VB.Menu();
            this.mnuRulesCascadeDeletes = new System.Windows.Forms.VB.Menu();
            this.mnuRulesUseAutoNumber = new System.Windows.Forms.VB.Menu();
            this.mnuHelp = new System.Windows.Forms.VB.Menu();
            this.mnuHelpContents = new System.Windows.Forms.VB.Menu();
            this.mnuHelpAbout = new System.Windows.Forms.VB.Menu();
            this.mnuShortcut = new System.Windows.Forms.VB.Menu();
            this.mnuTable = new System.Windows.Forms.VB.Menu();
            this.mnuTableNew = new System.Windows.Forms.VB.Menu();
            this.mnuTableRename = new System.Windows.Forms.VB.Menu();
            this.mnuSep0 = new System.Windows.Forms.VB.Menu();
            this.mnuTableDelete = new System.Windows.Forms.VB.Menu();
            this.mnuField = new System.Windows.Forms.VB.Menu();
            this.mnuFieldNew = new System.Windows.Forms.VB.Menu();
            this.mnuFieldRename = new System.Windows.Forms.VB.Menu();
            this.mnuSep1 = new System.Windows.Forms.VB.Menu();
            this.mnuFieldDelete = new System.Windows.Forms.VB.Menu();
            this.SuspendLayout();
            this.Frame1.SuspendLayout();
            this.mnuFile.SuspendLayout();
            this.mnuGenerate.SuspendLayout();
            this.mnuRules.SuspendLayout();
            this.mnuRulesAutoAdd.SuspendLayout();
            this.mnuRelationship.SuspendLayout();
            this.mnuHelp.SuspendLayout();
            this.mnuShortcut.SuspendLayout();
            this.mnuTable.SuspendLayout();
            this.mnuField.SuspendLayout();
            //
            // Frame1
            //
            this.Frame1.Name = "Frame1";
            this.Frame1.Text = " Code to Generate ";
            this.Frame1.Size = new System.Drawing.Size(317, 44);
            this.Frame1.Location = new System.Drawing.Point(270, -1);
            this.Frame1.TabIndex = 2;
            this.Frame1.Controls.AddRange(new System.Windows.Forms.Control[]
            {
                        this.cmdDeleteCategory,
                        this.cmdAddCategory,
                        this.cboDataLibraryType
            });
            //
            // cmdDeleteCategory
            //
            this.cmdDeleteCategory.Name = "cmdDeleteCategory";
            this.cmdDeleteCategory.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.cmdDeleteCategory.Text = "Remove";
            this.cmdDeleteCategory.Size = new System.Drawing.Size(51, 27);
            this.cmdDeleteCategory.Location = new System.Drawing.Point(259, 12);
            this.cmdDeleteCategory.TabIndex = 5;
//            this.cmdDeleteCategory.ToolTipText = "Remove the current Slice and Dice Category from the;
            //
            // cmdAddCategory
            //
            this.cmdAddCategory.Name = "cmdAddCategory";
            this.cmdAddCategory.Text = "Add";
            this.cmdAddCategory.Size = new System.Drawing.Size(51, 27);
            this.cmdAddCategory.Location = new System.Drawing.Point(204, 12);
            this.cmdAddCategory.TabIndex = 4;
//            this.cmdAddCategory.ToolTipText = "Add a new Slice and Dice DB to Code Category";
            //
            // cboDataLibraryType
            //
            this.cboDataLibraryType.Name = "cboDataLibraryType";
            this.cboDataLibraryType.Size = new System.Drawing.Size(192, 21);
//            this.cboDataLibraryType.IntegralHeight = 0;
//            this.cboDataLibraryType.ItemData = "frmODBCClassGen.frx":0000;
            this.cboDataLibraryType.Location = new System.Drawing.Point(9, 16);
//            this.cboDataLibraryType.List = "frmODBCClassGen.frx":0002;
            this.cboDataLibraryType.TabIndex = 3;
            this.cboDataLibraryType.Text = "RDO Persisted";
            //
            // lvwFields
            //
            this.lvwFields.Name = "lvwFields";
            this.lvwFields.Size = new System.Drawing.Size(319, 354);
            this.lvwFields.Location = new System.Drawing.Point(270, 47);
            this.lvwFields.TabIndex = 0;
            this.lvwFields.LabelEdit = true;
            this.lvwFields.LabelWrap = true;
            this.lvwFields.HideSelection = true;
//            this.lvwFields.Icons = "imlDB";
//            this.lvwFields.SmallIcons = "imlDB";
            this.lvwFields.ForeColor = System.Drawing.Color.FromArgb(-2147483640);
            this.lvwFields.BackColor = System.Drawing.Color.FromArgb(-2147483643);
            this.lvwFields.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
//            this.lvwFields.NumItems = 4;
//            this.lvwFields.ColumnHeader(1) = ;
//            this.lvwFields.ColumnHeader(2) = ;
//            this.lvwFields.ColumnHeader(3) = ;
//            this.lvwFields.ColumnHeader(4) = ;
            //
            // tvwTables
            //
            this.tvwTables.Name = "tvwTables";
//            this.tvwTables.DragIcon = "frmODBCClassGen.frx":0004;
            this.tvwTables.Size = new System.Drawing.Size(262, 396);
            this.tvwTables.Location = new System.Drawing.Point(4, 5);
            this.tvwTables.TabIndex = 1;
//            this.tvwTables.Indentation = 265;
            this.tvwTables.LabelEdit = true;
//            this.tvwTables.ImageList = "imlDB";
            //
            // imlDB
            //
            this.imlDB.Name = "imlDB";
            this.imlDB.Location = new System.Drawing.Point(26, -15);
            this.imlDB.BackColor = System.Drawing.Color.FromArgb(-2147483643);
//            this.imlDB.ImageWidth = 16;
//            this.imlDB.ImageHeight = 16;
//            this.imlDB.MaskColor = 12632256;
//            this.imlDB.ListImage1 = ;
//            this.imlDB.ListImage2 = ;
//            this.imlDB.ListImage3 = ;
//            this.imlDB.ListImage4 = ;
//            this.imlDB.ListImage5 = ;
//            this.imlDB.ListImage6 = ;
//            this.imlDB.ListImage6 = ;
            //
            // mnuX
            //
            this.mnuX.Name = "mnuX";
            this.mnuX.Text = "X";
            //
            // mnuFile
            //
            this.mnuFile.Name = "mnuFile";
            this.mnuFile.Text = "&File";
            this.mnuFile.Controls.AddRange(new System.Windows.Forms.Control[]
            {
                        this.mnuFileOpen,
                        this.mnuFileNew,
                        this.mnuFileOpen2,
                        this.mnuFileSep0,
                        this.mnuFileExit
            });
            //
            // mnuFileOpen
            //
            this.mnuFileOpen.Name = "mnuFileOpen";
            this.mnuFileOpen.Text = "&Open an Access97 database";
            //
            // mnuFileNew
            //
            this.mnuFileNew.Name = "mnuFileNew";
            this.mnuFileNew.Text = "Create a &New Access97 database";
            //
            // mnuFileOpen2
            //
            this.mnuFileOpen2.Name = "mnuFileOpen2";
            this.mnuFileOpen2.Text = "Open an ODBC data source";
            //
            // mnuFileSep0
            //
            this.mnuFileSep0.Name = "mnuFileSep0";
            this.mnuFileSep0.Text = "-";
            //
            // mnuFileExit
            //
            this.mnuFileExit.Name = "mnuFileExit";
            this.mnuFileExit.Text = "E&xit";
            //
            // mnuGenerate
            //
            this.mnuGenerate.Name = "mnuGenerate";
            this.mnuGenerate.Text = "&Generate";
            this.mnuGenerate.Controls.AddRange(new System.Windows.Forms.Control[]
            {
                        this.mnuGenerateEntireDatabase,
                        this.mnuGenerateClass,
                        this.mnuGenerateEnterBranch,
                        this.mnuGenerateCustom
            });
            //
            // mnuGenerateEntireDatabase
            //
            this.mnuGenerateEntireDatabase.Name = "mnuGenerateEntireDatabase";
            this.mnuGenerateEntireDatabase.Text = "Enter &Database                 (everything and a wrapper class)";
            //
            // mnuGenerateClass
            //
            this.mnuGenerateClass.Name = "mnuGenerateClass";
            this.mnuGenerateClass.Text = "Selected &Dictionary<string,string>() Class  (and Dictionary<string,string>() Member Class)";
            //
            // mnuGenerateEnterBranch
            //
            this.mnuGenerateEnterBranch.Name = "mnuGenerateEnterBranch";
            this.mnuGenerateEnterBranch.Text = "Entire &Branch                    (selected and all children)";
            //
            // mnuGenerateCustom
            //
            this.mnuGenerateCustom.Name = "mnuGenerateCustom";
            this.mnuGenerateCustom.Text = "Custom Generation               (requires a custom gen template)";
            this.mnuGenerateCustom.Enabled = false;
            //
            // mnuRules
            //
            this.mnuRules.Name = "mnuRules";
            this.mnuRules.Text = "&Rules";
            this.mnuRules.Controls.AddRange(new System.Windows.Forms.Control[]
            {
                        this.mnuRulesAutoAdd,
                        this.mnuRelationship,
                        this.mnuRulesUseAutoNumber
            });
            //
            // mnuRulesAutoAdd
            //
            this.mnuRulesAutoAdd.Name = "mnuRulesAutoAdd";
            this.mnuRulesAutoAdd.Text = "Automatically add";
            this.mnuRulesAutoAdd.Controls.AddRange(new System.Windows.Forms.Control[]
            {
                        this.mnuRulesAutoAddDateCreated,
                        this.mnuRulesAutoAddDateModified,
                        this.mnuRulesAutoAddKey,
                        this.mnuRulesAutoAddSep0,
                        this.mnuRulesAutoAddCustom
            });
            //
            // mnuRulesAutoAddDateCreated
            //
            this.mnuRulesAutoAddDateCreated.Name = "mnuRulesAutoAddDateCreated";
            this.mnuRulesAutoAddDateCreated.Text = "DateCreated";
//            this.mnuRulesAutoAddDateCreated.Checked = -1;
            //
            // mnuRulesAutoAddDateModified
            //
            this.mnuRulesAutoAddDateModified.Name = "mnuRulesAutoAddDateModified";
            this.mnuRulesAutoAddDateModified.Text = "DateModified";
//            this.mnuRulesAutoAddDateModified.Checked = -1;
            //
            // mnuRulesAutoAddKey
            //
            this.mnuRulesAutoAddKey.Name = "mnuRulesAutoAddKey";
            this.mnuRulesAutoAddKey.Text = "Name / Key (highly recommended)";
//            this.mnuRulesAutoAddKey.Checked = -1;
            //
            // mnuRulesAutoAddSep0
            //
            this.mnuRulesAutoAddSep0.Name = "mnuRulesAutoAddSep0";
            this.mnuRulesAutoAddSep0.Text = "-";
            //
            // mnuRulesAutoAddCustom
            //
            this.mnuRulesAutoAddCustom.Name = "mnuRulesAutoAddCustom";
            this.mnuRulesAutoAddCustom.Text = "Custom";
            this.mnuRulesAutoAddCustom.Enabled = false;
            //
            // mnuRelationship
            //
            this.mnuRelationship.Name = "mnuRelationship";
            this.mnuRelationship.Text = "Parent/Child Relationship";
            this.mnuRelationship.Controls.AddRange(new System.Windows.Forms.Control[]
            {
                        this.mnuRulesEnforce,
                        this.mnuRulesCascadeUpdates,
                        this.mnuRulesCascadeDeletes
            });
            //
            // mnuRulesEnforce
            //
            this.mnuRulesEnforce.Name = "mnuRulesEnforce";
            this.mnuRulesEnforce.Text = "Enforce referencial integrity";
//            this.mnuRulesEnforce.Checked = -1;
            //
            // mnuRulesCascadeUpdates
            //
            this.mnuRulesCascadeUpdates.Name = "mnuRulesCascadeUpdates";
            this.mnuRulesCascadeUpdates.Text = "Cascade Updates";
//            this.mnuRulesCascadeUpdates.Checked = -1;
            //
            // mnuRulesCascadeDeletes
            //
            this.mnuRulesCascadeDeletes.Name = "mnuRulesCascadeDeletes";
            this.mnuRulesCascadeDeletes.Text = "Cascade Deletes";
//            this.mnuRulesCascadeDeletes.Checked = -1;
            //
            // mnuRulesUseAutoNumber
            //
            this.mnuRulesUseAutoNumber.Name = "mnuRulesUseAutoNumber";
            this.mnuRulesUseAutoNumber.Text = "Use AutoNumber for PrimaryID";
            //
            // mnuHelp
            //
            this.mnuHelp.Name = "mnuHelp";
            this.mnuHelp.Text = "&Help";
            this.mnuHelp.Visible = false;
            this.mnuHelp.Controls.AddRange(new System.Windows.Forms.Control[]
            {
                        this.mnuHelpContents,
                        this.mnuHelpAbout
            });
            //
            // mnuHelpContents
            //
            this.mnuHelpContents.Name = "mnuHelpContents";
            this.mnuHelpContents.Text = "&Contents";
            //
            // mnuHelpAbout
            //
            this.mnuHelpAbout.Name = "mnuHelpAbout";
            this.mnuHelpAbout.Text = "&About Slice and Dice";
            //
            // mnuShortcut
            //
            this.mnuShortcut.Name = "mnuShortcut";
            this.mnuShortcut.Text = "Shortcut Menus";
            this.mnuShortcut.Visible = false;
            this.mnuShortcut.Controls.AddRange(new System.Windows.Forms.Control[]
            {
                        this.mnuTable,
                        this.mnuField
            });
            //
            // mnuTable
            //
            this.mnuTable.Name = "mnuTable";
            this.mnuTable.Text = "Table Right Click";
            this.mnuTable.Controls.AddRange(new System.Windows.Forms.Control[]
            {
                        this.mnuTableNew,
                        this.mnuTableRename,
                        this.mnuSep0,
                        this.mnuTableDelete
            });
            //
            // mnuTableNew
            //
            this.mnuTableNew.Name = "mnuTableNew";
            this.mnuTableNew.Text = "New Table";
            //
            // mnuTableRename
            //
            this.mnuTableRename.Name = "mnuTableRename";
            this.mnuTableRename.Text = "Rename";
            //
            // mnuSep0
            //
            this.mnuSep0.Name = "mnuSep0";
            this.mnuSep0.Text = "-";
            //
            // mnuTableDelete
            //
            this.mnuTableDelete.Name = "mnuTableDelete";
            this.mnuTableDelete.Text = "Delete Table";
            //
            // mnuField
            //
            this.mnuField.Name = "mnuField";
            this.mnuField.Text = "Field Right Click";
            this.mnuField.Controls.AddRange(new System.Windows.Forms.Control[]
            {
                        this.mnuFieldNew,
                        this.mnuFieldRename,
                        this.mnuSep1,
                        this.mnuFieldDelete
            });
            //
            // mnuFieldNew
            //
            this.mnuFieldNew.Name = "mnuFieldNew";
            this.mnuFieldNew.Text = "New Field";
            //
            // mnuFieldRename
            //
            this.mnuFieldRename.Name = "mnuFieldRename";
            this.mnuFieldRename.Text = "Modify";
            //
            // mnuSep1
            //
            this.mnuSep1.Name = "mnuSep1";
            this.mnuSep1.Text = "-";
            //
            // mnuFieldDelete
            //
            this.mnuFieldDelete.Name = "mnuFieldDelete";
            this.mnuFieldDelete.Text = "Delete Field";
            //
            // frmODBCClassGen
            //
            this.Controls.AddRange(new System.Windows.Forms.Control[]
            {
                  this.Frame1,
                  this.lvwFields,
                  this.tvwTables,
                  this.imlDB,
                  this.mnuX,
                  this.mnuFile,
                  this.mnuGenerate,
                  this.mnuRules,
                  this.mnuHelp,
                  this.mnuShortcut
            });
            this.Name = "frmODBCClassGen";
            this.Frame1.ResumeLayout(false);
            this.mnuFile.ResumeLayout(false);
            this.mnuGenerate.ResumeLayout(false);
            this.mnuRules.ResumeLayout(false);
            this.mnuRulesAutoAdd.ResumeLayout(false);
            this.mnuRelationship.ResumeLayout(false);
            this.mnuHelp.ResumeLayout(false);
            this.mnuShortcut.ResumeLayout(false);
            this.mnuTable.ResumeLayout(false);
            this.mnuField.ResumeLayout(false);
            this.ResumeLayout(false);
        }
			/// <summary>
			/// Required method for Designer support - do not modify
			/// the contents of this method with the code editor.
			/// </summary>
			public void InitializeComponent()
			{
				this.fraCategory = new System.Windows.Forms.VB.Frame();
				this.cmdDeleteCategory = new System.Windows.Forms.VB.CommandButton();
				this.cmdAddCategory = new System.Windows.Forms.VB.CommandButton();
				this.cboDataLibraryType = new System.Windows.Forms.VB.ComboBox();
				this.dvwTable = new System.Windows.Forms.FirmSolutions.DataView();
				this.imlTabs = new System.Windows.Forms.MSComctlLib.ImageList();
				this.tvwTables = new System.Windows.Forms.MSComctlLib.TreeView();
				this.lvwFields = new System.Windows.Forms.MSComctlLib.ListView();
				this.mnuX = new System.Windows.Forms.VB.Menu();
				this.mnuFile = new System.Windows.Forms.VB.Menu();
				this.mnuFileOpen = new System.Windows.Forms.VB.Menu();
				this.mnuFileOpenODBC = new System.Windows.Forms.VB.Menu();
				this.mnuFileOpenVBIDE = new System.Windows.Forms.VB.Menu();
				this.mnuFileSep1 = new System.Windows.Forms.VB.Menu();
				this.mnuFileOpenPrevious = new System.Windows.Forms.VB.Menu();
				this.mnuFavorite0 = new System.Windows.Forms.VB.Menu();
				this.mnuFileSep3 = new System.Windows.Forms.VB.Menu();
				this.mnuFavRemoveAll = new System.Windows.Forms.VB.Menu();
				this.mnuFileSep2 = new System.Windows.Forms.VB.Menu();
				this.mnuFileNew = new System.Windows.Forms.VB.Menu();
				this.mnuSep5 = new System.Windows.Forms.VB.Menu();
				this.mnuRelateOnLoad = new System.Windows.Forms.VB.Menu();
				this.mnuFreeAssociateTables = new System.Windows.Forms.VB.Menu();
				this.mnuFileSep0 = new System.Windows.Forms.VB.Menu();
				this.mnuFileExit = new System.Windows.Forms.VB.Menu();
				this.mnuGenerate = new System.Windows.Forms.VB.Menu();
				this.mnuGenerateEntireDatabase = new System.Windows.Forms.VB.Menu();
				this.mnuGenerateClass = new System.Windows.Forms.VB.Menu();
				this.mnuGenerateEnterBranch = new System.Windows.Forms.VB.Menu();
				this.mnuGenerateCustom = new System.Windows.Forms.VB.Menu();
				this.mnuRules = new System.Windows.Forms.VB.Menu();
				this.mnuRulesAutoAdd = new System.Windows.Forms.VB.Menu();
				this.mnuRulesAutoAddDateCreated = new System.Windows.Forms.VB.Menu();
				this.mnuRulesAutoAddDateModified = new System.Windows.Forms.VB.Menu();
				this.mnuRulesAutoAddKey = new System.Windows.Forms.VB.Menu();
				this.mnuRulesAutoAddSep0 = new System.Windows.Forms.VB.Menu();
				this.mnuRulesAutoAddCustom = new System.Windows.Forms.VB.Menu();
				this.mnuRelationship = new System.Windows.Forms.VB.Menu();
				this.mnuRulesEnforce = new System.Windows.Forms.VB.Menu();
				this.mnuRulesCascadeUpdates = new System.Windows.Forms.VB.Menu();
				this.mnuRulesCascadeDeletes = new System.Windows.Forms.VB.Menu();
				this.mnuRulesUseAutoNumber = new System.Windows.Forms.VB.Menu();
				this.mnuHelp = new System.Windows.Forms.VB.Menu();
				this.mnuHelpContents = new System.Windows.Forms.VB.Menu();
				this.mnuHelpAbout = new System.Windows.Forms.VB.Menu();
				this.mnuShortcut = new System.Windows.Forms.VB.Menu();
				this.mnuTable = new System.Windows.Forms.VB.Menu();
				this.mnuTableNew = new System.Windows.Forms.VB.Menu();
				this.mnuTableRename = new System.Windows.Forms.VB.Menu();
				this.mnuSep3 = new System.Windows.Forms.VB.Menu();
				this.mnuToggleTableMark = new System.Windows.Forms.VB.Menu();
				this.mnuRemoveUnmarked = new System.Windows.Forms.VB.Menu();
				this.mnuRemoveMarked = new System.Windows.Forms.VB.Menu();
				this.mnuUnhideTable = new System.Windows.Forms.VB.Menu();
				this.mnuShowAllTables = new System.Windows.Forms.VB.Menu();
				this.mnuViewTableData = new System.Windows.Forms.VB.Menu();
				this.mnuSep0 = new System.Windows.Forms.VB.Menu();
				this.mnuTableDelete = new System.Windows.Forms.VB.Menu();
				this.mnuField = new System.Windows.Forms.VB.Menu();
				this.mnuFieldNew = new System.Windows.Forms.VB.Menu();
				this.mnuFieldRename = new System.Windows.Forms.VB.Menu();
				this.mnuSep1 = new System.Windows.Forms.VB.Menu();
				this.mnuFieldDelete = new System.Windows.Forms.VB.Menu();
				this.SuspendLayout();
				this.fraCategory.SuspendLayout();
				this.mnuFile.SuspendLayout();
				this.mnuFileOpenPrevious.SuspendLayout();
				this.mnuGenerate.SuspendLayout();
				this.mnuRules.SuspendLayout();
				this.mnuRulesAutoAdd.SuspendLayout();
				this.mnuRelationship.SuspendLayout();
				this.mnuHelp.SuspendLayout();
				this.mnuTable.SuspendLayout();
				this.mnuField.SuspendLayout();
				//
				// fraCategory
				//
				this.fraCategory.Name = "fraCategory";
				this.fraCategory.Text = "Data Library Category";
				this.fraCategory.Size = new System.Drawing.Size(317, 44);
				this.fraCategory.Location = new System.Drawing.Point(270, -2);
				this.fraCategory.TabIndex = 2;
				this.fraCategory.Controls.AddRange(new System.Windows.Forms.Control[]
				{
								this.cmdDeleteCategory,
								this.cmdAddCategory,
								this.cboDataLibraryType
				});
				//
				// cmdDeleteCategory
				//
				this.cmdDeleteCategory.Name = "cmdDeleteCategory";
				this.cmdDeleteCategory.DialogResult = System.Windows.Forms.DialogResult.Cancel;
				this.cmdDeleteCategory.Text = "Remove";
				this.cmdDeleteCategory.Size = new System.Drawing.Size(51, 27);
				this.cmdDeleteCategory.Location = new System.Drawing.Point(259, 12);
				this.cmdDeleteCategory.TabIndex = 5;
//				this.cmdDeleteCategory.ToolTipText = "Remove the current Slice and Dice Category from the;
				//
				// cmdAddCategory
				//
				this.cmdAddCategory.Name = "cmdAddCategory";
				this.cmdAddCategory.Text = "Add";
				this.cmdAddCategory.Size = new System.Drawing.Size(51, 27);
				this.cmdAddCategory.Location = new System.Drawing.Point(204, 12);
				this.cmdAddCategory.TabIndex = 4;
//				this.cmdAddCategory.ToolTipText = "Add a new Slice and Dice DB to Code Category";
				//
				// cboDataLibraryType
				//
				this.cboDataLibraryType.Name = "cboDataLibraryType";
				this.cboDataLibraryType.Size = new System.Drawing.Size(192, 21);
//				this.cboDataLibraryType.IntegralHeight = 0;
//				this.cboDataLibraryType.ItemData = "frmDBClassGen.frx":0000;
				this.cboDataLibraryType.Location = new System.Drawing.Point(8, 16);
//				this.cboDataLibraryType.List = "frmDBClassGen.frx":0002;
				this.cboDataLibraryType.TabIndex = 3;
				this.cboDataLibraryType.Text = "RDO Persisted";
				//
				// dvwTable
				//
				this.dvwTable.Name = "dvwTable";
				this.dvwTable.Size = new System.Drawing.Size(589, 143);
				this.dvwTable.Location = new System.Drawing.Point(4, 264);
				this.dvwTable.TabIndex = 1;
				this.dvwTable.Tag = "dvwTable";
				this.dvwTable.BackColor = System.Drawing.Color.FromArgb(-2147483633);
				this.dvwTable.Font = new System.Drawing.Font("MS Sans Serif",8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
//				this.dvwTable.ScaleMode = 0;
//				this.dvwTable.HotTracking = -1;
//				this.dvwTable.FontSize = 8.25;
//				this.dvwTable.FontName = "MS Sans Serif";
				//
				// imlTabs
				//
				this.imlTabs.Name = "imlTabs";
				this.imlTabs.Location = new System.Drawing.Point(0, 0);
				this.imlTabs.BackColor = System.Drawing.Color.FromArgb(-2147483643);
//				this.imlTabs.ImageWidth = 16;
//				this.imlTabs.ImageHeight = 16;
//				this.imlTabs.MaskColor = 12632256;
//				this.imlTabs.ListImage1 = ;
//				this.imlTabs.ListImage2 = ;
//				this.imlTabs.ListImage3 = ;
//				this.imlTabs.ListImage4 = ;
//				this.imlTabs.ListImage5 = ;
//				this.imlTabs.ListImage6 = ;
//				this.imlTabs.ListImage7 = ;
//				this.imlTabs.ListImage8 = ;
//				this.imlTabs.ListImage9 = ;
//				this.imlTabs.ListImage10 = ;
//				this.imlTabs.ListImage11 = ;
//				this.imlTabs.ListImage12 = ;
//				this.imlTabs.ListImage12 = ;
				//
				// tvwTables
				//
				this.tvwTables.Name = "tvwTables";
//				this.tvwTables.DragIcon = "frmDBClassGen.frx":31BC;
				this.tvwTables.Size = new System.Drawing.Size(262, 396);
				this.tvwTables.Location = new System.Drawing.Point(4, 4);
				this.tvwTables.TabIndex = 0;
				this.tvwTables.Tag = "tvwTables";
				this.tvwTables.HideSelection = false;
//				this.tvwTables.Indentation = 353;
				this.tvwTables.LabelEdit = true;
//				this.tvwTables.ImageList = "imlTabs";
				this.tvwTables.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
				//
				// lvwFields
				//
				this.lvwFields.Name = "lvwFields";
				this.lvwFields.Size = new System.Drawing.Size(319, 354);
				this.lvwFields.Location = new System.Drawing.Point(270, 45);
				this.lvwFields.TabIndex = 6;
				this.lvwFields.Tag = "lvwFields";
				this.lvwFields.LabelWrap = false;
				this.lvwFields.HideSelection = false;
//				this.lvwFields.FullRowSelect = -1;
//				this.lvwFields.GridLines = -1;
//				this.lvwFields.HotTracking = -1;
//				this.lvwFields.Icons = "imlTabs";
//				this.lvwFields.SmallIcons = "imlTabs";
//				this.lvwFields.ColHdrIcons = "imlTabs";
				this.lvwFields.ForeColor = System.Drawing.Color.FromArgb(-2147483640);
				this.lvwFields.BackColor = System.Drawing.Color.FromArgb(-2147483643);
				this.lvwFields.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
//				this.lvwFields.NumItems = 0;
				//
				// mnuX
				//
				this.mnuX.Name = "mnuX";
				this.mnuX.Text = "X";
				this.mnuX.Enabled = false;
				this.mnuX.Visible = false;
				//
				// mnuFile
				//
				this.mnuFile.Name = "mnuFile";
				this.mnuFile.Text = "&File";
				this.mnuFile.Controls.AddRange(new System.Windows.Forms.Control[]
				{
								this.mnuFileOpen,
								this.mnuFileOpenODBC,
								this.mnuFileOpenVBIDE,
								this.mnuFileSep1,
								this.mnuFileOpenPrevious,
								this.mnuFileSep2,
								this.mnuFileNew,
								this.mnuSep5,
								this.mnuRelateOnLoad,
								this.mnuFreeAssociateTables,
								this.mnuFileSep0,
								this.mnuFileExit
				});
				//
				// mnuFileOpen
				//
				this.mnuFileOpen.Name = "mnuFileOpen";
				this.mnuFileOpen.Text = "&Open an Access97 database";
				//
				// mnuFileOpenODBC
				//
				this.mnuFileOpenODBC.Name = "mnuFileOpenODBC";
				this.mnuFileOpenODBC.Text = "Open an O&DBC database";
				//
				// mnuFileOpenVBIDE
				//
				this.mnuFileOpenVBIDE.Name = "mnuFileOpenVBIDE";
				this.mnuFileOpenVBIDE.Text = """Open"" &VB IDE";
				this.mnuFileOpenVBIDE.Enabled = false;
				//
				// mnuFileSep1
				//
				this.mnuFileSep1.Name = "mnuFileSep1";
				this.mnuFileSep1.Text = "-";
				//
				// mnuFileOpenPrevious
				//
				this.mnuFileOpenPrevious.Name = "mnuFileOpenPrevious";
				this.mnuFileOpenPrevious.Text = "Open a &Previously used database";
				this.mnuFileOpenPrevious.Controls.AddRange(new System.Windows.Forms.Control[]
				{
								this.mnuFavorite0,
								this.mnuFileSep3,
								this.mnuFavRemoveAll
				});
				//
				// mnuFavorite0
				//
				this.mnuFavorite0.Name = "mnuFavorite0";
				this.mnuFavorite0.Text = "-Empty-";
				this.mnuFavorite0.Enabled = false;
				//
				// mnuFileSep3
				//
				this.mnuFileSep3.Name = "mnuFileSep3";
				this.mnuFileSep3.Text = "-";
				//
				// mnuFavRemoveAll
				//
				this.mnuFavRemoveAll.Name = "mnuFavRemoveAll";
				this.mnuFavRemoveAll.Text = "Remove all Favorites";
				//
				// mnuFileSep2
				//
				this.mnuFileSep2.Name = "mnuFileSep2";
				this.mnuFileSep2.Text = "-";
				//
				// mnuFileNew
				//
				this.mnuFileNew.Name = "mnuFileNew";
				this.mnuFileNew.Text = "Create a &New Access97 database";
				//
				// mnuSep5
				//
				this.mnuSep5.Name = "mnuSep5";
				this.mnuSep5.Text = "-";
				//
				// mnuRelateOnLoad
				//
				this.mnuRelateOnLoad.Name = "mnuRelateOnLoad";
				this.mnuRelateOnLoad.Text = "Relate tabes on load (S&&D mentality)";
//				this.mnuRelateOnLoad.Checked = -1;
				//
				// mnuFreeAssociateTables
				//
				this.mnuFreeAssociateTables.Name = "mnuFreeAssociateTables";
				this.mnuFreeAssociateTables.Text = "Free Associate tables (No limitations)";
				//
				// mnuFileSep0
				//
				this.mnuFileSep0.Name = "mnuFileSep0";
				this.mnuFileSep0.Text = "-";
				//
				// mnuFileExit
				//
				this.mnuFileExit.Name = "mnuFileExit";
				this.mnuFileExit.Text = "E&xit";
				//
				// mnuGenerate
				//
				this.mnuGenerate.Name = "mnuGenerate";
				this.mnuGenerate.Text = "&Generate";
				this.mnuGenerate.Controls.AddRange(new System.Windows.Forms.Control[]
				{
								this.mnuGenerateEntireDatabase,
								this.mnuGenerateClass,
								this.mnuGenerateEnterBranch,
								this.mnuGenerateCustom
				});
				//
				// mnuGenerateEntireDatabase
				//
				this.mnuGenerateEntireDatabase.Name = "mnuGenerateEntireDatabase";
				this.mnuGenerateEntireDatabase.Text = "Entire &Database                 (everything and a wrapper class)";
				//
				// mnuGenerateClass
				//
				this.mnuGenerateClass.Name = "mnuGenerateClass";
				this.mnuGenerateClass.Text = "Selected &Dictionary<string,string>() Class  (and Dictionary<string,string>() Member Class)";
				//
				// mnuGenerateEnterBranch
				//
				this.mnuGenerateEnterBranch.Name = "mnuGenerateEnterBranch";
				this.mnuGenerateEnterBranch.Text = "Entire &Branch                    (selected and all children)";
				//
				// mnuGenerateCustom
				//
				this.mnuGenerateCustom.Name = "mnuGenerateCustom";
				this.mnuGenerateCustom.Text = "Custom Generation               (requires a custom gen template)";
				this.mnuGenerateCustom.Enabled = false;
				//
				// mnuRules
				//
				this.mnuRules.Name = "mnuRules";
				this.mnuRules.Text = "&Rules";
				this.mnuRules.Controls.AddRange(new System.Windows.Forms.Control[]
				{
								this.mnuRulesAutoAdd,
								this.mnuRelationship,
								this.mnuRulesUseAutoNumber
				});
				//
				// mnuRulesAutoAdd
				//
				this.mnuRulesAutoAdd.Name = "mnuRulesAutoAdd";
				this.mnuRulesAutoAdd.Text = "Automatically add";
				this.mnuRulesAutoAdd.Controls.AddRange(new System.Windows.Forms.Control[]
				{
								this.mnuRulesAutoAddDateCreated,
								this.mnuRulesAutoAddDateModified,
								this.mnuRulesAutoAddKey,
								this.mnuRulesAutoAddSep0,
								this.mnuRulesAutoAddCustom
				});
				//
				// mnuRulesAutoAddDateCreated
				//
				this.mnuRulesAutoAddDateCreated.Name = "mnuRulesAutoAddDateCreated";
				this.mnuRulesAutoAddDateCreated.Text = "DateCreated";
//				this.mnuRulesAutoAddDateCreated.Checked = -1;
				//
				// mnuRulesAutoAddDateModified
				//
				this.mnuRulesAutoAddDateModified.Name = "mnuRulesAutoAddDateModified";
				this.mnuRulesAutoAddDateModified.Text = "DateModified";
//				this.mnuRulesAutoAddDateModified.Checked = -1;
				//
				// mnuRulesAutoAddKey
				//
				this.mnuRulesAutoAddKey.Name = "mnuRulesAutoAddKey";
				this.mnuRulesAutoAddKey.Text = "Name / Key (highly recommended)";
//				this.mnuRulesAutoAddKey.Checked = -1;
				//
				// mnuRulesAutoAddSep0
				//
				this.mnuRulesAutoAddSep0.Name = "mnuRulesAutoAddSep0";
				this.mnuRulesAutoAddSep0.Text = "-";
				//
				// mnuRulesAutoAddCustom
				//
				this.mnuRulesAutoAddCustom.Name = "mnuRulesAutoAddCustom";
				this.mnuRulesAutoAddCustom.Text = "Custom";
				this.mnuRulesAutoAddCustom.Enabled = false;
				//
				// mnuRelationship
				//
				this.mnuRelationship.Name = "mnuRelationship";
				this.mnuRelationship.Text = "Parent/Child Relationship";
				this.mnuRelationship.Controls.AddRange(new System.Windows.Forms.Control[]
				{
								this.mnuRulesEnforce,
								this.mnuRulesCascadeUpdates,
								this.mnuRulesCascadeDeletes
				});
				//
				// mnuRulesEnforce
				//
				this.mnuRulesEnforce.Name = "mnuRulesEnforce";
				this.mnuRulesEnforce.Text = "Enforce referencial integrity";
//				this.mnuRulesEnforce.Checked = -1;
				//
				// mnuRulesCascadeUpdates
				//
				this.mnuRulesCascadeUpdates.Name = "mnuRulesCascadeUpdates";
				this.mnuRulesCascadeUpdates.Text = "Cascade Updates";
//				this.mnuRulesCascadeUpdates.Checked = -1;
				//
				// mnuRulesCascadeDeletes
				//
				this.mnuRulesCascadeDeletes.Name = "mnuRulesCascadeDeletes";
				this.mnuRulesCascadeDeletes.Text = "Cascade Deletes";
//				this.mnuRulesCascadeDeletes.Checked = -1;
				//
				// mnuRulesUseAutoNumber
				//
				this.mnuRulesUseAutoNumber.Name = "mnuRulesUseAutoNumber";
				this.mnuRulesUseAutoNumber.Text = "Use AutoNumber for PrimaryID";
				//
				// mnuHelp
				//
				this.mnuHelp.Name = "mnuHelp";
				this.mnuHelp.Text = "&Help";
				this.mnuHelp.Visible = false;
				this.mnuHelp.Controls.AddRange(new System.Windows.Forms.Control[]
				{
								this.mnuHelpContents,
								this.mnuHelpAbout
				});
				//
				// mnuHelpContents
				//
				this.mnuHelpContents.Name = "mnuHelpContents";
				this.mnuHelpContents.Text = "&Contents";
				//
				// mnuHelpAbout
				//
				this.mnuHelpAbout.Name = "mnuHelpAbout";
				this.mnuHelpAbout.Text = "&About Slice and Dice";
				//
				// mnuShortcut
				//
				this.mnuShortcut.Name = "mnuShortcut";
				this.mnuShortcut.Text = "Shortcut Menus";
				this.mnuShortcut.Visible = false;
				//
				// mnuTable
				//
				this.mnuTable.Name = "mnuTable";
				this.mnuTable.Text = "Table";
				this.mnuTable.Controls.AddRange(new System.Windows.Forms.Control[]
				{
								this.mnuTableNew,
								this.mnuTableRename,
								this.mnuSep3,
								this.mnuToggleTableMark,
								this.mnuRemoveUnmarked,
								this.mnuRemoveMarked,
								this.mnuUnhideTable,
								this.mnuShowAllTables,
								this.mnuViewTableData,
								this.mnuSep0,
								this.mnuTableDelete
				});
				//
				// mnuTableNew
				//
				this.mnuTableNew.Name = "mnuTableNew";
				this.mnuTableNew.Text = "&New Table";
				//
				// mnuTableRename
				//
				this.mnuTableRename.Name = "mnuTableRename";
				this.mnuTableRename.Text = "&Rename";
				this.mnuTableRename.Enabled = false;
				//
				// mnuSep3
				//
				this.mnuSep3.Name = "mnuSep3";
				this.mnuSep3.Text = "-";
				//
				// mnuToggleTableMark
				//
				this.mnuToggleTableMark.Name = "mnuToggleTableMark";
				this.mnuToggleTableMark.Text = "&Mark/Unmark Table";
				//
				// mnuRemoveUnmarked
				//
				this.mnuRemoveUnmarked.Name = "mnuRemoveUnmarked";
				this.mnuRemoveUnmarked.Text = "Remove Unmarked Tables from list";
				//
				// mnuRemoveMarked
				//
				this.mnuRemoveMarked.Name = "mnuRemoveMarked";
				this.mnuRemoveMarked.Text = "Remove Marked Tables from list";
				//
				// mnuUnhideTable
				//
				this.mnuUnhideTable.Name = "mnuUnhideTable";
				this.mnuUnhideTable.Text = "Unhide a Table by Name";
				//
				// mnuShowAllTables
				//
				this.mnuShowAllTables.Name = "mnuShowAllTables";
				this.mnuShowAllTables.Text = "Show all tables";
				//
				// mnuViewTableData
				//
				this.mnuViewTableData.Name = "mnuViewTableData";
				this.mnuViewTableData.Text = "&View Selected Table;
				//
				// mnuSep0
				//
				this.mnuSep0.Name = "mnuSep0";
				this.mnuSep0.Text = "-";
				//
				// mnuTableDelete
				//
				this.mnuTableDelete.Name = "mnuTableDelete";
				this.mnuTableDelete.Text = "Delete Table";
				//
				// mnuField
				//
				this.mnuField.Name = "mnuField";
				this.mnuField.Text = "Field";
				this.mnuField.Controls.AddRange(new System.Windows.Forms.Control[]
				{
								this.mnuFieldNew,
								this.mnuFieldRename,
								this.mnuSep1,
								this.mnuFieldDelete
				});
				//
				// mnuFieldNew
				//
				this.mnuFieldNew.Name = "mnuFieldNew";
				this.mnuFieldNew.Text = "New Field";
				//
				// mnuFieldRename
				//
				this.mnuFieldRename.Name = "mnuFieldRename";
				this.mnuFieldRename.Text = "Modify";
				this.mnuFieldRename.Enabled = false;
				//
				// mnuSep1
				//
				this.mnuSep1.Name = "mnuSep1";
				this.mnuSep1.Text = "-";
				//
				// mnuFieldDelete
				//
				this.mnuFieldDelete.Name = "mnuFieldDelete";
				this.mnuFieldDelete.Text = "Delete Field";
				//
				// frmDBClassGen
				//
				this.Controls.AddRange(new System.Windows.Forms.Control[]
				{
				      this.fraCategory,
				      this.dvwTable,
				      this.imlTabs,
				      this.tvwTables,
				      this.lvwFields,
				      this.mnuX,
				      this.mnuFile,
				      this.mnuGenerate,
				      this.mnuRules,
				      this.mnuHelp,
				      this.mnuShortcut,
				      this.mnuTable,
				      this.mnuField
				});
				this.Name = "frmDBClassGen";
				this.Text = "Database to Code Generator";
				this.ClientSize = new System.Drawing.Size(589, 405);
				this.HelpButton = true;
				this.fraCategory.ResumeLayout(false);
				this.mnuFile.ResumeLayout(false);
				this.mnuFileOpenPrevious.ResumeLayout(false);
				this.mnuGenerate.ResumeLayout(false);
				this.mnuRules.ResumeLayout(false);
				this.mnuRulesAutoAdd.ResumeLayout(false);
				this.mnuRelationship.ResumeLayout(false);
				this.mnuHelp.ResumeLayout(false);
				this.mnuTable.ResumeLayout(false);
				this.mnuField.ResumeLayout(false);
				this.ResumeLayout(false);
			}