Ignore:
Timestamp:
Sep 7, 2008, 8:34:08 PM (16 years ago)
Author:
Kevin Toppenberg
Message:

adding skin support (incomplete)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cprs/branches/tmg-cprs/CPRS-Chart/Options/fOptions.dfm

    r473 r487  
    1616  OnCreate = FormCreate
    1717  OnDestroy = FormDestroy
     18  OnShow = FormShow
    1819  PixelsPerInch = 96
    1920  TextHeight = 13
     
    8687      Height = 323
    8788      HelpContext = 9999
    88       ActivePage = tsCoverSheet
     89      ActivePage = tsAppearance
    8990      Align = alClient
    9091      TabOrder = 0
     
    17501751        end
    17511752      end
     1753      object tsAppearance: TTabSheet
     1754        Caption = 'Appearance'
     1755        ImageIndex = 8
     1756        DesignSize = (
     1757          409
     1758          295)
     1759        object Label12: TLabel
     1760          Left = 8
     1761          Top = 5
     1762          Width = 45
     1763          Height = 13
     1764          Caption = 'Skin files:'
     1765          Transparent = True
     1766        end
     1767        object lbSkins: TListBox
     1768          Left = 8
     1769          Top = 24
     1770          Width = 281
     1771          Height = 241
     1772          Font.Charset = DEFAULT_CHARSET
     1773          Font.Color = clWindowText
     1774          Font.Height = -11
     1775          Font.Name = 'MS Sans Serif'
     1776          Font.Style = []
     1777          ItemHeight = 13
     1778          ParentFont = False
     1779          TabOrder = 0
     1780          OnDblClick = btnApplyClick
     1781          OnKeyPress = lbSkinsKeyPress
     1782        end
     1783        object cbSkinAtStartup: TCheckBox
     1784          Left = 8
     1785          Top = 272
     1786          Width = 265
     1787          Height = 17
     1788          Anchors = [akLeft, akBottom]
     1789          Caption = 'Load last selected skin when starting program'
     1790          Checked = True
     1791          State = cbChecked
     1792          TabOrder = 1
     1793        end
     1794        object btnMoreSkins: TButton
     1795          Left = 304
     1796          Top = 96
     1797          Width = 97
     1798          Height = 25
     1799          Caption = '&More skins...'
     1800          TabOrder = 2
     1801          OnClick = btnMoreSkinsClick
     1802        end
     1803        object btnDisableSkin: TButton
     1804          Left = 304
     1805          Top = 64
     1806          Width = 97
     1807          Height = 25
     1808          Caption = '&Disable skin'
     1809          ModalResult = 7
     1810          TabOrder = 3
     1811          OnClick = btnDisableSkinClick
     1812        end
     1813        object btnApplySkin: TButton
     1814          Left = 304
     1815          Top = 32
     1816          Width = 97
     1817          Height = 25
     1818          Caption = '&Apply skin'
     1819          TabOrder = 4
     1820          OnClick = btnApplySkinClick
     1821        end
     1822      end
    17521823    end
    17531824  end
    17541825  object DKLanguageController1: TDKLanguageController
    1755     Left = 80
    1756     Top = 280
     1826    Left = 328
     1827    Top = 192
    17571828    LangData = {
    17581829      0A0066726D4F7074696F6E73010200000001000000070043617074696F6E0200
    1759       0000080048656C7046696C6501640000000900706E6C426F74746F6D00000500
     1830      0000080048656C7046696C65016B0000000900706E6C426F74746F6D00000500
    17601831      62746E4F4B010100000003000000070043617074696F6E00090062746E43616E
    17611832      63656C010100000004000000070043617074696F6E00080062746E4170706C79
     
    18521923      676501020000004C000000040048696E744D000000040054657874000600496D
    18531924      61676531000005004D656D6F3101010000004F00000005004C696E6573000700
    1854       427574746F6E31010100000050000000070043617074696F6E00}
     1925      427574746F6E31010100000050000000070043617074696F6E000C0074734170
     1926      70656172616E6365010100000051000000070043617074696F6E0007004C6162
     1927      656C3132010100000052000000070043617074696F6E0007006C62536B696E73
     1928      00000F006362536B696E41745374617274757001010000005300000007004361
     1929      7074696F6E000C0062746E4D6F7265536B696E73010100000054000000070043
     1930      617074696F6E000E0062746E44697361626C65536B696E010100000055000000
     1931      070043617074696F6E000C0062746E4170706C79536B696E0101000000560000
     1932      00070043617074696F6E00}
    18551933  end
    18561934end
Note: See TracChangeset for help on using the changeset viewer.