Exemplo n.º 1
0
        public MainForm()
        {
            Instance = this;
            this.InitializeComponent();

            this.AutoScaleMode = AutoScaleMode.Dpi;

            StepBroMain.Initialize();

            //this.SeSBPlashScreen();
            m_commandLineOptions = StepBro.Core.General.CommandLineParser.Parse <CommandLineOptions>(null, Environment.GetCommandLineArgs());

            this.CreateStandardControls();

            m_solutionExplorer.RightToLeftLayout = this.RightToLeftLayout;
            m_deserializeDockContent             = new DeserializeDockContent(this.GetContentFromPersistString);

            vsToolStripExtender.DefaultRenderer = _toolStripProfessionalRenderer;
            dockPanel.DocumentStyle             = DocumentStyle.DockingMdi;
        }