OleViewDotNet.MainForm.InitializeComponent C# (CSharp) Method

InitializeComponent() private method

Required method for Designer support - do not modify the contents of this method with the code editor.
private InitializeComponent ( ) : void
return void
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
            this.mainMenu = new System.Windows.Forms.MainMenu(this.components);
            this.menuFile = new System.Windows.Forms.MenuItem();
            this.menuFilePythonConsole = new System.Windows.Forms.MenuItem();
            this.menuFileOpenViewer = new System.Windows.Forms.MenuItem();
            this.menuFileOpenDatabase = new System.Windows.Forms.MenuItem();
            this.menuFileSaveDatabase = new System.Windows.Forms.MenuItem();
            this.menuItem2 = new System.Windows.Forms.MenuItem();
            this.menuFileExit = new System.Windows.Forms.MenuItem();
            this.menuRegistry = new System.Windows.Forms.MenuItem();
            this.menuViewCLSIDs = new System.Windows.Forms.MenuItem();
            this.menuViewCLSIDsByName = new System.Windows.Forms.MenuItem();
            this.menuViewCLSIDsByServer = new System.Windows.Forms.MenuItem();
            this.menuViewCLSIDsByLocalServer = new System.Windows.Forms.MenuItem();
            this.menuViewCLSIDsWithSurrogate = new System.Windows.Forms.MenuItem();
            this.menuViewProgIDs = new System.Windows.Forms.MenuItem();
            this.menuViewPreApproved = new System.Windows.Forms.MenuItem();
            this.menuViewImplementedCategories = new System.Windows.Forms.MenuItem();
            this.menuViewIELowRights = new System.Windows.Forms.MenuItem();
            this.menuViewAppIDs = new System.Windows.Forms.MenuItem();
            this.menuRegistryAppIDsIL = new System.Windows.Forms.MenuItem();
            this.menuViewLocalServices = new System.Windows.Forms.MenuItem();
            this.menuRegistryMimeTypes = new System.Windows.Forms.MenuItem();
            this.menuItem1 = new System.Windows.Forms.MenuItem();
            this.menuViewInterfaces = new System.Windows.Forms.MenuItem();
            this.menuViewInterfacesByName = new System.Windows.Forms.MenuItem();
            this.menuRegistryTypeLibraries = new System.Windows.Forms.MenuItem();
            this.menuObject = new System.Windows.Forms.MenuItem();
            this.menuObjectROT = new System.Windows.Forms.MenuItem();
            this.menuObjectCreateInstanceFromCLSID = new System.Windows.Forms.MenuItem();
            this.menuObjectFromMarshalledStream = new System.Windows.Forms.MenuItem();
            this.menuObjectFromSerializedStream = new System.Windows.Forms.MenuItem();
            this.menuObjectBindMoniker = new System.Windows.Forms.MenuItem();
            this.menuHelp = new System.Windows.Forms.MenuItem();
            this.menuHelpAbout = new System.Windows.Forms.MenuItem();
            this.menuRegistryAppIDsWithAC = new System.Windows.Forms.MenuItem();
            this.SuspendLayout();
            // 
            // mainMenu
            // 
            this.mainMenu.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
            this.menuFile,
            this.menuRegistry,
            this.menuObject,
            this.menuHelp});
            // 
            // menuFile
            // 
            this.menuFile.Index = 0;
            this.menuFile.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
            this.menuFilePythonConsole,
            this.menuFileOpenViewer,
            this.menuFileOpenDatabase,
            this.menuFileSaveDatabase,
            this.menuItem2,
            this.menuFileExit});
            this.menuFile.Text = "&File";
            // 
            // menuFilePythonConsole
            // 
            this.menuFilePythonConsole.Index = 0;
            this.menuFilePythonConsole.Text = "Python Console";
            this.menuFilePythonConsole.Click += new System.EventHandler(this.menuFilePythonConsole_Click);
            // 
            // menuFileOpenViewer
            // 
            this.menuFileOpenViewer.Index = 1;
            this.menuFileOpenViewer.Text = "Open 32 Bit Viewer";
            this.menuFileOpenViewer.Click += new System.EventHandler(this.menuFileOpenViewer_Click);
            // 
            // menuFileOpenDatabase
            // 
            this.menuFileOpenDatabase.Index = 2;
            this.menuFileOpenDatabase.Text = "Open Database";
            this.menuFileOpenDatabase.Click += new System.EventHandler(this.menuFileOpenDatabase_Click);
            // 
            // menuFileSaveDatabase
            // 
            this.menuFileSaveDatabase.Index = 3;
            this.menuFileSaveDatabase.Text = "Save Database";
            this.menuFileSaveDatabase.Click += new System.EventHandler(this.menuFileSaveDatabase_Click);
            // 
            // menuItem2
            // 
            this.menuItem2.Index = 4;
            this.menuItem2.Text = "-";
            // 
            // menuFileExit
            // 
            this.menuFileExit.Index = 5;
            this.menuFileExit.Shortcut = System.Windows.Forms.Shortcut.AltF4;
            this.menuFileExit.Text = "E&xit";
            this.menuFileExit.Click += new System.EventHandler(this.menuFileExit_Click);
            // 
            // menuRegistry
            // 
            this.menuRegistry.Index = 1;
            this.menuRegistry.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
            this.menuViewCLSIDs,
            this.menuViewCLSIDsByName,
            this.menuViewCLSIDsByServer,
            this.menuViewCLSIDsByLocalServer,
            this.menuViewCLSIDsWithSurrogate,
            this.menuViewProgIDs,
            this.menuViewPreApproved,
            this.menuViewImplementedCategories,
            this.menuViewIELowRights,
            this.menuViewAppIDs,
            this.menuRegistryAppIDsIL,
            this.menuRegistryAppIDsWithAC,
            this.menuViewLocalServices,
            this.menuRegistryMimeTypes,
            this.menuItem1,
            this.menuViewInterfaces,
            this.menuViewInterfacesByName,
            this.menuRegistryTypeLibraries});
            this.menuRegistry.Text = "&Registry";
            // 
            // menuViewCLSIDs
            // 
            this.menuViewCLSIDs.Index = 0;
            this.menuViewCLSIDs.Text = "CLSIDs";
            this.menuViewCLSIDs.Click += new System.EventHandler(this.menuViewCLSIDs_Click);
            // 
            // menuViewCLSIDsByName
            // 
            this.menuViewCLSIDsByName.Index = 1;
            this.menuViewCLSIDsByName.Text = "CLSIDs By Name";
            this.menuViewCLSIDsByName.Click += new System.EventHandler(this.menuViewCLSIDsByName_Click);
            // 
            // menuViewCLSIDsByServer
            // 
            this.menuViewCLSIDsByServer.Index = 2;
            this.menuViewCLSIDsByServer.Text = "CLSIDs By Server";
            this.menuViewCLSIDsByServer.Click += new System.EventHandler(this.menuViewCLSIDsByServer_Click);
            // 
            // menuViewCLSIDsByLocalServer
            // 
            this.menuViewCLSIDsByLocalServer.Index = 3;
            this.menuViewCLSIDsByLocalServer.Text = "CLSIDs By Local Server";
            this.menuViewCLSIDsByLocalServer.Click += new System.EventHandler(this.menuViewCLSIDsByLocalServer_Click);
            // 
            // menuViewCLSIDsWithSurrogate
            // 
            this.menuViewCLSIDsWithSurrogate.Index = 4;
            this.menuViewCLSIDsWithSurrogate.Text = "CLSIDs with DLL Surrogate";
            this.menuViewCLSIDsWithSurrogate.Click += new System.EventHandler(this.menuViewCLSIDsWithSurrogate_Click);
            // 
            // menuViewProgIDs
            // 
            this.menuViewProgIDs.Index = 5;
            this.menuViewProgIDs.Text = "ProgIDs";
            this.menuViewProgIDs.Click += new System.EventHandler(this.menuViewProgIDs_Click);
            // 
            // menuViewPreApproved
            // 
            this.menuViewPreApproved.Index = 6;
            this.menuViewPreApproved.Text = "Explorer PreApproved";
            this.menuViewPreApproved.Click += new System.EventHandler(this.menuViewPreApproved_Click);
            // 
            // menuViewImplementedCategories
            // 
            this.menuViewImplementedCategories.Index = 7;
            this.menuViewImplementedCategories.Text = "Implemented Categories";
            this.menuViewImplementedCategories.Click += new System.EventHandler(this.menuViewImplementedCategories_Click);
            // 
            // menuViewIELowRights
            // 
            this.menuViewIELowRights.Index = 8;
            this.menuViewIELowRights.Text = "IE Low RIghts Elevation Policy";
            this.menuViewIELowRights.Click += new System.EventHandler(this.menuViewIELowRights_Click);
            // 
            // menuViewAppIDs
            // 
            this.menuViewAppIDs.Index = 9;
            this.menuViewAppIDs.Text = "App IDs";
            this.menuViewAppIDs.Click += new System.EventHandler(this.menuViewAppIDs_Click);
            // 
            // menuRegistryAppIDsIL
            // 
            this.menuRegistryAppIDsIL.Index = 10;
            this.menuRegistryAppIDsIL.Text = "App IDs With IL";
            this.menuRegistryAppIDsIL.Click += new System.EventHandler(this.menuRegistryAppIDsIL_Click);
            // 
            // menuViewLocalServices
            // 
            this.menuViewLocalServices.Index = 12;
            this.menuViewLocalServices.Text = "Local Services";
            this.menuViewLocalServices.Click += new System.EventHandler(this.menuViewLocalServices_Click);
            // 
            // menuRegistryMimeTypes
            // 
            this.menuRegistryMimeTypes.Index = 13;
            this.menuRegistryMimeTypes.Text = "MIME Types";
            this.menuRegistryMimeTypes.Click += new System.EventHandler(this.menuRegistryMimeTypes_Click);
            // 
            // menuItem1
            // 
            this.menuItem1.Index = 14;
            this.menuItem1.Text = "-";
            // 
            // menuViewInterfaces
            // 
            this.menuViewInterfaces.Index = 15;
            this.menuViewInterfaces.Text = "Interfaces";
            this.menuViewInterfaces.Click += new System.EventHandler(this.menuViewInterfaces_Click);
            // 
            // menuViewInterfacesByName
            // 
            this.menuViewInterfacesByName.Index = 16;
            this.menuViewInterfacesByName.Text = "Interfaces By Name";
            this.menuViewInterfacesByName.Click += new System.EventHandler(this.menuViewInterfacesByName_Click);
            // 
            // menuRegistryTypeLibraries
            // 
            this.menuRegistryTypeLibraries.Index = 17;
            this.menuRegistryTypeLibraries.Text = "Type Libraries";
            this.menuRegistryTypeLibraries.Click += new System.EventHandler(this.menuRegistryTypeLibs_Click);
            // 
            // menuObject
            // 
            this.menuObject.Index = 2;
            this.menuObject.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
            this.menuObjectROT,
            this.menuObjectCreateInstanceFromCLSID,
            this.menuObjectFromMarshalledStream,
            this.menuObjectFromSerializedStream,
            this.menuObjectBindMoniker});
            this.menuObject.Text = "&Object";
            // 
            // menuObjectROT
            // 
            this.menuObjectROT.Index = 0;
            this.menuObjectROT.Text = "Running Object Table";
            this.menuObjectROT.Click += new System.EventHandler(this.menuViewROT_Click);
            // 
            // menuObjectCreateInstanceFromCLSID
            // 
            this.menuObjectCreateInstanceFromCLSID.Index = 1;
            this.menuObjectCreateInstanceFromCLSID.Text = "Create Instance from CLSID";
            this.menuObjectCreateInstanceFromCLSID.Click += new System.EventHandler(this.menuViewCreateInstanceFromCLSID_Click);
            // 
            // menuObjectFromMarshalledStream
            // 
            this.menuObjectFromMarshalledStream.Index = 2;
            this.menuObjectFromMarshalledStream.Text = "From Marshalled Stream";
            this.menuObjectFromMarshalledStream.Click += new System.EventHandler(this.menuObjectFromMarshalledStream_Click);
            // 
            // menuObjectFromSerializedStream
            // 
            this.menuObjectFromSerializedStream.Index = 3;
            this.menuObjectFromSerializedStream.Text = "From Serialized Stream";
            this.menuObjectFromSerializedStream.Click += new System.EventHandler(this.menuObjectFromSerializedStream_Click);
            // 
            // menuObjectBindMoniker
            // 
            this.menuObjectBindMoniker.Index = 4;
            this.menuObjectBindMoniker.Text = "Bind Moniker";
            this.menuObjectBindMoniker.Click += new System.EventHandler(this.menuObjectBindMoniker_Click);
            // 
            // menuHelp
            // 
            this.menuHelp.Index = 3;
            this.menuHelp.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
            this.menuHelpAbout});
            this.menuHelp.Text = "&Help";
            // 
            // menuHelpAbout
            // 
            this.menuHelpAbout.Index = 0;
            this.menuHelpAbout.Text = "&About";
            this.menuHelpAbout.Click += new System.EventHandler(this.menuHelpAbout_Click);
            // 
            // menuRegistryAppIDsWithAC
            // 
            this.menuRegistryAppIDsWithAC.Index = 11;
            this.menuRegistryAppIDsWithAC.Text = "App IDs with AppContainer";
            this.menuRegistryAppIDsWithAC.Click += new System.EventHandler(this.menuRegistryAppIDsWithAC_Click);
            // 
            // MainForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(823, 448);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.IsMdiContainer = true;
            this.Menu = this.mainMenu;
            this.Name = "MainForm";
            this.Text = "OleView .NET";
            this.Load += new System.EventHandler(this.MainForm_Load);
            this.ResumeLayout(false);

        }