Inheritance: System.Windows.Forms.Form
コード例 #1
0
ファイル: GeneratorForm.cs プロジェクト: Patapom/GodComplex
        public unsafe GeneratorForm()
        {
            InitializeComponent();

            m_viewerForm = new ViewerForm( this );

            // Remove unused tabs until we make them work
            tabControlGenerators.TabPages.RemoveAt( 1 );

             			m_AppKey = Registry.CurrentUser.CreateSubKey( @"Software\GodComplex\SSBumpMapGenerator" );
            m_ApplicationPath = System.IO.Path.GetDirectoryName( Application.ExecutablePath );

            #if DEBUG
                buttonReload.Visible = true;
            #endif
        }
コード例 #2
0
        public unsafe GeneratorForm()
        {
            InitializeComponent();

            m_viewerForm = new ViewerForm(this);

// Remove unused tabs until we make them work
            tabControlGenerators.TabPages.RemoveAt(1);

            m_AppKey          = Registry.CurrentUser.CreateSubKey(@"Software\GodComplex\SSBumpMapGenerator");
            m_ApplicationPath = System.IO.Path.GetDirectoryName(Application.ExecutablePath);

                        #if DEBUG
            buttonReload.Visible = true;
                        #endif
        }