Example #1
0
 public void ApplyStyle(UIStyle theme)
 {
     theme.AsUIElement(GamesPanel);
     theme.AsUIElement(InfoSplitter.Panel1);
     theme.AsUIElement(InfoSplitter.Panel2);
     theme.AsTextView(GamePanel);
     theme.AsTextView(DescTextLabel);
     theme.AsTextView(GameFolders);
 }
Example #2
0
 public void ApplyStyle(UIStyle style)
 {
     style.AsUIElement(this);
     style.AsUIElement(SplitBox);
     style.AsUIElement(ButtonBar);
     style.AsTextView(PageTree);
     style.AsAccent(OKButton);
     style.AsAccent(CloseButton);
     style.AsAccent(ApplyButton);
 }
Example #3
0
 public void ApplyStyle(UIStyle style)
 {
     style.AsUIElement(MainTabPage);
     style.AsTextView(GdkPathTextBox);
     style.AsTextView(VerbosityComboBox);
     style.AsAccent(BrowseButton);
 }
Example #4
0
 public void ApplyStyle(UIStyle style)
 {
     style.AsUIElement(this);
     style.AsTextView(m_nameTextBox);
     style.AsTextView(m_propListTreeView);
     style.AsAccent(m_okButton);
 }
Example #5
0
 public void ApplyStyle(UIStyle style)
 {
     style.AsHeading(MainMenuStrip);
     style.AsUIElement(EditorTools);
     style.AsHeading(EditorStatus);
     UpdateMenuItems();
 }
Example #6
0
 public void ApplyStyle(UIStyle style)
 {
     style.AsUIElement(tabPage2);
     style.AsTextView(SpherePathEdit);
     style.AsAccent(ConfigButton);
     style.AsAccent(BrowseButton);
 }
Example #7
0
 public void ApplyStyle(UIStyle style)
 {
     style.AsUIElement(this);
     style.AsAccent(OKButton);
     style.AsAccent(SavePresetButton);
     style.AsAccent(DeletePresetButton);
     style.AsUIElement(tabControl1);
     style.AsUIElement(panel2);
     style.AsTextView(EnginePluginList);
     style.AsTextView(CompilerPluginList);
     style.AsTextView(ScriptPluginList);
     style.AsTextView(ImagePluginList);
     style.AsTextView(FilePluginList);
     style.AsTextView(PresetsList);
     style.AsTextView(PluginsList);
 }
Example #8
0
 /// <summary>
 /// Restyles the form using a UI style.
 /// </summary>
 /// <param name="style"></param>
 public void ApplyStyle(UIStyle style)
 {
     style.AsUIElement(this);
     style.AsTextView(m_textBox);
     style.AsAccent(m_okButton);
     style.AsAccent(m_cancelButton);
 }
Example #9
0
 public void ApplyStyle(UIStyle style)
 {
     style.AsUIElement(this);
     style.AsTextView(m_localsListView);
     style.AsTextView(m_callsListView);
     style.AsTextView(m_evalTextBox);
     style.AsAccent(m_evalButton);
 }
Example #10
0
 public void ApplyStyle(UIStyle style)
 {
     ObjectTaskList.AlternateRowBackColor    = style.LabelColor;
     ObjectTaskList.SelectedBackColor        = style.BackColor;
     ObjectTaskList.UseAlternatingBackColors = true;
     style.AsTextView(ObjectTaskList);
     style.AsUIElement(toolStrip1);
 }
Example #11
0
        public void ApplyStyle(UIStyle style)
        {
            style.AsUIElement(this);
            style.AsTextView(FindTextBox);
            style.AsTextView(ReplaceTextBox);
            style.AsAccent(FindButton);
            style.AsAccent(ReplaceButton);
            style.AsAccent(ReplaceAllButton);
            style.AsUIElement(MatchCaseCheckBox);
            style.AsUIElement(WholeWordCheckBox);
            style.AsUIElement(RegexCheckBox);
            style.AsUIElement(OptionsPanel);

            Left = m_parent.ClientSize.Width - Width
                   - SystemInformation.VerticalScrollBarWidth
                   - SystemInformation.BorderSize.Width;
            Top = SystemInformation.BorderSize.Height;
        }
Example #12
0
 public void ApplyStyle(UIStyle style)
 {
     style.AsUIElement(tabPage1);
     style.AsUIElement(tabPage2);
     style.AsUIElement(tabPage3);
     style.AsTextView(StylePicker);
     style.AsTextView(ScriptHeader);
     style.AsTextView(PathList);
     style.AsUIElement(UseStartPage);
     style.AsUIElement(OpenLastProject);
     style.AsUIElement(UseScriptHeader);
     style.AsAccent(AddPathButton);
     style.AsAccent(RemovePathButton);
     style.AsAccent(UpButton);
     style.AsAccent(DownButton);
 }
Example #13
0
 public void ApplyStyle(UIStyle style)
 {
     style.AsUIElement(this);
     style.AsAccent(okButton);
     style.AsTextView(textBoxDescription);
 }
Example #14
0
 public void ApplyStyle(UIStyle theme)
 {
     theme.AsUIElement(ButtonPanel);
     theme.AsUIElement(OKButton);
     theme.AsUIElement(CloseButton);
 }
Example #15
0
 public void ApplyStyle(UIStyle style)
 {
     style.AsUIElement(toolbar);
     style.AsTextView(trackList);
 }