You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1453 lines
33 KiB
1453 lines
33 KiB
;------------------------------------------
|
|
; file: Professional\default.ini
|
|
;------------------------------------------
|
|
|
|
|
|
;--------- Globals -------------------------
|
|
[globals]
|
|
|
|
;--------- system metrics -------------------------------
|
|
[SysMetrics]
|
|
;These colors effect the system metrics that are used whether or not a control is themed.
|
|
Scrollbar = 235 235 228
|
|
Window = 255 255 255
|
|
MenuBar = 244 244 240
|
|
Menu = 255 255 255
|
|
Background = 0 78 152
|
|
Btnface = 235 235 228
|
|
Highlight = 49 106 197
|
|
|
|
CaptionText = 255 255 255
|
|
InactiveCaptionText = 192 192 192
|
|
ActiveCaption = 82 151 249
|
|
InactiveCaption = 44 96 178
|
|
GradientActiveCaption = 53 115 214
|
|
GradientInactiveCaption = 44 96 178
|
|
|
|
CaptionBarHeight = 22
|
|
CaptionBarWidth = 22
|
|
SMCaptionBarHeight = 15
|
|
SMCaptionBarWidth = 15
|
|
|
|
CaptionFont = tahoma, 8, bold
|
|
SmallCaptionFont = tahoma, 7, bold
|
|
MenuFont = tahoma, 8
|
|
StatusFont = tahoma, 8
|
|
MsgBoxFont = tahoma, 8
|
|
IConTitleFont = tahoma, 8
|
|
|
|
;HighlightText = 255 255 255
|
|
;MenuHilight = 49 106 197
|
|
;ActiveCaption
|
|
;InactiveCaption
|
|
;WindowFrame
|
|
;MenuText
|
|
;WindowText
|
|
;CaptionText
|
|
;ActiveBorder
|
|
;InactiveBorder
|
|
;AppWorkSpace
|
|
;Highlight
|
|
;HighlightText
|
|
;BtnShadow
|
|
;GrayText
|
|
;BtnText
|
|
;InactiveCaptionText
|
|
;BtnHighlight
|
|
;DkShadow3d
|
|
;Light3d
|
|
;InfoText
|
|
;InfoBk
|
|
;UnknownColor
|
|
;HotLight
|
|
;GradientActiveCaption
|
|
;GradientInactiveCaption
|
|
|
|
|
|
;The FlatMenus option allows the author to turn of the 3d border on menus
|
|
FlatMenus = true
|
|
|
|
;This may allow authors to specify a theme matching stylesheet for Webviews, etc.
|
|
CssName = cpwebvw.css
|
|
|
|
;Investigate what the xml file would do
|
|
XmlName = default.xml
|
|
|
|
; this theme designed for 15-bit color and higher
|
|
MinColorDepth = 15
|
|
|
|
;---------- buttons ---------------------------------
|
|
;Overall button class
|
|
[button]
|
|
|
|
;Normal button
|
|
[button.pushbutton]
|
|
bgtype = imagefile
|
|
sizingType = Tile
|
|
ImageLayout = vertical
|
|
ContentMargins = 4, 4, 2, 2
|
|
SizingMargins = 4, 4, 9, 9
|
|
ImageFile = buttonBlue.bmp
|
|
imageCount = 5
|
|
|
|
;Makes text for button grey for the disabled state
|
|
[button.pushbutton(disabled)]
|
|
TextColor = 161 161 146
|
|
|
|
;Checkboxes, of course
|
|
[button.checkbox]
|
|
bgtype = imagefile
|
|
sizingType = TrueSize
|
|
ImageFile = checkboxBlue.bmp
|
|
SizingMargins = 0, 0, 0, 0
|
|
ContentMargins = 0, 0, 0, 0
|
|
imageCount = 12
|
|
|
|
;Checkboxes can be disabled in various states, so each of the following entries sets the text
|
|
;to grey for the corresponding states.
|
|
[button.checkbox(checkeddisabled)]
|
|
TextColor = 161 161 146
|
|
|
|
[button.checkbox(uncheckeddisabled)]
|
|
TextColor = 161 161 146
|
|
|
|
[button.checkbox(mixeddisabled)]
|
|
TextColor = 161 161 146
|
|
|
|
;Radio buttons!
|
|
[button.radiobutton]
|
|
bgtype = imagefile
|
|
transparent=true
|
|
sizingType = TrueSize
|
|
SizingMargins = 0, 0, 0, 0
|
|
ContentMargins = 0, 0, 0, 0
|
|
imageCount = 8
|
|
|
|
;----- the four sizes of radio buttons ----
|
|
ImageSelectType = Dpi
|
|
TrueSizeScalingType = Dpi
|
|
ImageFile1 = RadioButton16.bmp
|
|
ImageFile2 = RadioButton18.bmp
|
|
ImageFile3 = RadioButton20.bmp
|
|
ImageFile4 = RadioButton24.bmp
|
|
MinDpi1 = 96
|
|
MinDpi2 = 108
|
|
MinDpi3 = 120
|
|
MinDpi4 = 144
|
|
|
|
;Radio buttons can be disabled in various states, so each of the following entries sets the text
|
|
;to grey for the corresponding states.
|
|
[button.radiobutton(checkeddisabled)]
|
|
TextColor = 161 161 146
|
|
|
|
[button.radiobutton(uncheckeddisabled)]
|
|
TextColor = 161 161 146
|
|
|
|
;Not much a button, really. This is what's drawn around a group of controls
|
|
[button.groupbox]
|
|
TextColor = 118 161 202
|
|
bgtype = imagefile
|
|
SizingMargins = 4, 4, 4, 4
|
|
sizingType = Tile
|
|
ImageFile = GroupBoxBlueCurved.bmp
|
|
;BorderOnly means that the area inside the sizing margins is not drawn (so it won't
|
|
;draw on top of the controls it surrounds)
|
|
borderOnly = true
|
|
|
|
;Sets the color of the group box text to grey
|
|
;[button.groupbox(disabled)]
|
|
;TextColor = 161 161 146
|
|
|
|
|
|
;----------- combobox --------------------------------
|
|
;Dropdown controls
|
|
[Combobox]
|
|
; Globals for the entire control
|
|
BgType = BorderFill
|
|
BorderSize = 1
|
|
FillColor = 255 255 255
|
|
BorderColor = 100 100 100
|
|
|
|
[Combobox(Hot)]
|
|
; Globals when the mouse is over the control
|
|
BorderColor = 108 124 166
|
|
|
|
[Combobox(Disabled)]
|
|
; Globals when the control is disabled
|
|
BorderColor = 161 161 146
|
|
FillColor = 235 235 228
|
|
|
|
;[Combobox::Edit]
|
|
;BgType=BorderFill
|
|
;BorderSize=0
|
|
;FillColor = 255 255 255
|
|
|
|
;[Combobox::Edit.EditText(Disabled)]
|
|
;FillColor = 235 235 228
|
|
;TextColor = 161 161 146
|
|
|
|
;The down pointing triangle button
|
|
[Combobox.DropDownButton]
|
|
BgType = imagefile
|
|
SizingType = Stretch
|
|
ImageFile = ComboButtonBlue.bmp
|
|
SizingMargins = 1, 1, 1, 1
|
|
ImageCount = 4
|
|
|
|
;----------- edit --------------------------------
|
|
[edit]
|
|
BgType = BorderFill
|
|
BorderSize = 1
|
|
|
|
[edit.edittext]
|
|
BorderColor = 100 100 100
|
|
|
|
[edit.edittext(Disabled)]
|
|
BorderColor = 161 161 146
|
|
|
|
[edit.edittext(Hot)]
|
|
BorderColor = 108 124 166
|
|
|
|
[edit.edittext(ReadOnly)]
|
|
BorderColor = 161 161 146
|
|
|
|
;[edit.edittext(Assist)]
|
|
;FillColor = 0 0 255
|
|
;TextColor = 255 255 255
|
|
|
|
|
|
;--------- Scrollbar -------------------------
|
|
[ScrollBar]
|
|
|
|
;The buttons, both horizontal and vertical in one strip
|
|
; Scrollbar Arrow Buttons
|
|
[ScrollBar.ArrowBtn]
|
|
BgType = ImageFile
|
|
SizingMargins = 2, 2, 2, 2
|
|
ImageFile = ScrollbarArrowsBlue.bmp
|
|
ImageCount = 16
|
|
|
|
; Scrollbar Thumb (horizontal)
|
|
[Scrollbar.ThumbBtnHorz]
|
|
BgType = ImageFile
|
|
SizingMargins = 3, 3, 3, 3
|
|
ImageFile = hscrollThumbBlue.bmp
|
|
ImageCount = 4
|
|
|
|
;A visual element in the middle of the scrollbar thumb
|
|
[Scrollbar.GripperHorz]
|
|
BgType = ImageFile
|
|
SizingType = TrueSize
|
|
ImageFile = hThumbGripper.bmp
|
|
ImageCount = 4
|
|
|
|
; Scrollbar Thumb (vertical)
|
|
[Scrollbar.ThumbBtnVert]
|
|
BgType = ImageFile
|
|
SizingMargins = 3, 3, 3, 3
|
|
ImageFile = vscrollThumbBlue.bmp
|
|
ImageCount = 4
|
|
|
|
;A visual element in the middle of the scrollbar thumb
|
|
[Scrollbar.GripperVert]
|
|
BgType = ImageFile
|
|
SizingType = TrueSize
|
|
ImageFile = vThumbGripper.bmp
|
|
ImageCount = 4
|
|
|
|
|
|
; Scrollbar Tracks (horizontal)
|
|
[Scrollbar.LowerTrackHorz]
|
|
BgType = ImageFile
|
|
SizingType = stretch
|
|
ImageFile = hscrollShaftBlue.bmp
|
|
ImageCount = 4
|
|
|
|
[Scrollbar.UpperTrackHorz]
|
|
BgType = ImageFile
|
|
SizingType = stretch
|
|
ImageFile = hscrollShaftBlue.bmp
|
|
ImageCount = 4
|
|
|
|
; Scrollbar Tracks (vertical)
|
|
[Scrollbar.LowerTrackVert]
|
|
BgType = ImageFile
|
|
SizingType = stretch
|
|
ImageFile = vscrollShaftBlue.bmp
|
|
ImageCount = 4
|
|
|
|
[Scrollbar.UpperTrackVert]
|
|
BgType = ImageFile
|
|
SizingType = stretch
|
|
ImageFile = vscrollShaftBlue.bmp
|
|
ImageCount = 4
|
|
|
|
|
|
;----------- spin --------------------------------
|
|
;Spin buttons for incrmenting values in a field
|
|
[spin]
|
|
bgtype = imagefile
|
|
sizingType = tile
|
|
ImageFile = FieldOutlineBlue.bmp
|
|
SizingMargins = 2, 2, 2, 2
|
|
imageCount = 1
|
|
|
|
[Spin.Up]
|
|
bgtype = imagefile
|
|
sizingType = stretch
|
|
ImageFile = SpinUpBlue.bmp
|
|
SizingMargins = 2, 2, 2, 2
|
|
imageCount = 4
|
|
|
|
[Spin.Down]
|
|
bgtype = imagefile
|
|
sizingType = stretch
|
|
ImageFile = SpinDownBlue.bmp
|
|
SizingMargins = 2, 2, 2, 2
|
|
imageCount = 4
|
|
|
|
[Spin.Uphorz]
|
|
bgtype = imagefile
|
|
sizingType = stretch
|
|
ImageFile = SpinRightBlue.bmp
|
|
SizingMargins = 2, 2, 2, 2
|
|
imageCount = 4
|
|
|
|
[Spin.Downhorz]
|
|
bgtype = imagefile
|
|
sizingType = stretch
|
|
ImageFile = SpinLeftBlue.bmp
|
|
SizingMargins = 2, 2, 2, 2
|
|
imageCount = 4
|
|
|
|
|
|
;----------- rebar --------------------------------
|
|
;Rebar is a container for toolbars
|
|
|
|
[Rebar]
|
|
bgtype =BorderFill
|
|
fillType = Solid
|
|
FillColor = 244 244 240
|
|
BorderSize = 0
|
|
Font = Tahoma, 8
|
|
TextColor = 0 0 0
|
|
|
|
[Rebar.Band]
|
|
bgtype =BorderFill
|
|
fillType = Solid
|
|
FillColor = 244 244 240
|
|
BorderSize = 0
|
|
|
|
|
|
[Rebar.Gripper]
|
|
bgtype = imagefile
|
|
SizingMargins = 1, 1, 10, 3
|
|
ImageFile=GripperBlue.bmp
|
|
sizingType = Tile
|
|
|
|
[Rebar.GripperVert]
|
|
bgtype = imagefile
|
|
SizingMargins = 10, 3, 1, 1
|
|
ImageFile=GripperVertBlue.bmp
|
|
sizingType = Tile
|
|
|
|
[Rebar.Chevron]
|
|
BgType = ImageFile
|
|
SizingType = Stretch
|
|
SizingMargins = 1, 1, 1, 1
|
|
ImageFile = ChevBlueBg.bmp
|
|
ImageCount = 3
|
|
GlyphType = ImageGlyph
|
|
GlyphImageFile = Chevron.bmp
|
|
|
|
;----------- toolbar--------------------------------
|
|
;Button bars and menu bars in some applicatons
|
|
[Toolbar]
|
|
bgtype =BorderFill
|
|
fillType = Solid
|
|
FillColor = 244 244 240
|
|
BorderSize = 0
|
|
|
|
;This should make the type when when a toolbar button is pressed, but it doesn't
|
|
[Toolbar(Pressed)]
|
|
TextColor= 255 255 255
|
|
|
|
[Toolbar.Button]
|
|
SizingMargins = 1, 1, 1, 1
|
|
ContentMargins = 0, 0, 0, 0
|
|
ImageFile=ToolbarButtonBlue.bmp
|
|
bgtype = imagefile
|
|
imageCount = 6
|
|
sizingType = tile
|
|
|
|
[Toolbar.Separator]
|
|
SizingMargins = 5, 2, 2, 1
|
|
ImageFile=Separator.bmp
|
|
bgtype = imagefile
|
|
imageCount = 1
|
|
sizingType = tile
|
|
|
|
[Toolbar.SeparatorVert]
|
|
SizingMargins = 2, 1, 5, 1
|
|
ImageFile=SeparatorVert.bmp
|
|
bgtype = imagefile
|
|
imageCount = 1
|
|
sizingType = tile
|
|
|
|
|
|
[Toolbar.DropdownButton]
|
|
SizingMargins = 1, 1, 1, 1
|
|
ContentMargins = 0, 0, 0, 0
|
|
ImageFile=ToolbarButtonBlue.bmp
|
|
bgtype = imagefile
|
|
imageCount = 6
|
|
sizingType = tile
|
|
|
|
[Toolbar.SplitButton]
|
|
SizingMargins = 1, 1, 1, 1
|
|
ImageFile=ToolbarSplitButtonBlue.bmp
|
|
bgtype = imagefile
|
|
imageCount = 5
|
|
sizingType = tile
|
|
|
|
[Toolbar.SplitButtonDropdown]
|
|
SizingMargins = 1, 1, 15, 1
|
|
ImageFile=ToolbarSplitButtonDropdownBlue.bmp
|
|
bgtype = imagefile
|
|
imageCount = 5
|
|
sizingType = tile
|
|
|
|
|
|
|
|
;----------- status--------------------------------
|
|
;The area at the bottom of a window containing miscellaneous status info
|
|
;The first is the container for the status sections
|
|
[Status]
|
|
bgtype =BorderFill
|
|
FillColor = 235 235 228
|
|
BorderColor = 235 235 228
|
|
|
|
;The individual status item backgrounds
|
|
[Status.Pane]
|
|
bgtype = imagefile
|
|
SizingMargins = 4, 1, 1, 3
|
|
ImageFile=StatusPane4.bmp
|
|
imageCount = 1
|
|
sizingType = Stretch
|
|
|
|
;The resize corner
|
|
[Status.Gripper]
|
|
ImageFile=ResizeGripBlue.bmp
|
|
bgtype = imagefile
|
|
imageCount = 2
|
|
sizingType = trueSize
|
|
|
|
|
|
;----------- menu --------------------------------
|
|
;May be cut
|
|
|
|
;[Menu]
|
|
;bgType = borderFill
|
|
;fillType = Solid
|
|
;fillColor = 249 248 247
|
|
;borderSize = 1
|
|
;borderColor = 161 161 146
|
|
|
|
|
|
;[Menu.MenuItem]
|
|
;--item on a menu--
|
|
;bgtype = imagefile
|
|
;SizingMargins = 26, 0, 0, 0
|
|
;ContentMargins = 4, 0, 0, 0
|
|
;ImageFile=menuItemBlue.bmp
|
|
;imageCount = 1
|
|
;sizingType = Stretch
|
|
|
|
;bgType = borderFill
|
|
;fillType = Solid
|
|
;fillColor = 249 248 247
|
|
;BorderSize = 0
|
|
|
|
|
|
;[Menu.MenuDropDown]
|
|
;--item with a cascading menu--
|
|
;bgType = borderFill
|
|
;fillType = Solid
|
|
;fillColor = 249 248 247
|
|
;BorderSize = 0
|
|
;bgtype = imagefile
|
|
;SizingMargins = 26, 12, 0, 0
|
|
;ImageFile=menuItemBlue.bmp
|
|
;imageCount = 1
|
|
;sizingType = Stretch
|
|
|
|
|
|
;[Menu.MenuBarDropDown]
|
|
;--menu title in menubar--
|
|
;bgType = borderFill
|
|
;fillType = Solid
|
|
;fillColor = 235 235 228
|
|
|
|
;[Menu.MenuBarItem]
|
|
;--item on the menubar with no menu (rare)--
|
|
;bgType = borderFill
|
|
;fillType = Solid
|
|
;fillColor = 235 235 228
|
|
|
|
;[Menu.Chevron]
|
|
;SizingMargins = 0, 0, 0, 0
|
|
;ImageFile=MenuChevronBlue.bmp
|
|
;bgtype = imagefile
|
|
;imageCount = 1
|
|
|
|
;[Menu.Separator]
|
|
;SizingMargins = 37, 0, 0, 0
|
|
;ImageFile=MenuSeparatorLineBlue.bmp
|
|
;bgtype = imagefile
|
|
;imageCount = 1
|
|
|
|
|
|
|
|
;----------- list view --------------------------------
|
|
;Icon, list, details, etc.
|
|
;Too many problems to turn on currently
|
|
|
|
;[ListView]
|
|
;FillColor= 0 0 0
|
|
|
|
;[ListView.ListGroup]
|
|
;TextColor = 255 0 255
|
|
;ImageFile=ListGroupBlue.bmp
|
|
;bgtype =imagefile
|
|
;sizingType = Stretch
|
|
|
|
;[ListView.ListItem]
|
|
;bgtype =BorderFill
|
|
;TextColor = 128 0 0
|
|
;FillColor= 255 255 255
|
|
;sizingType = Stretch
|
|
|
|
|
|
;[ListView.ListItem(Hot)]
|
|
;bgtype =BorderFill
|
|
;TextColor = 0 0 0
|
|
;FillColor = 255 211 225
|
|
|
|
;[ListView.ListItem(Selected)]
|
|
;bgtype =BorderFill
|
|
;TextColor = 255 255 255
|
|
;FillColor = 108 124 166
|
|
|
|
|
|
;[ListView.ListDetail]
|
|
;TextColor = 0 0 0
|
|
;FillColor = 210 213 206
|
|
;bgtype =BorderFill
|
|
|
|
;[ListView.ListSortedDetail]
|
|
;TextColor = 114 129 171
|
|
;FillColor = 255 0 255
|
|
;bgtype =BorderFill
|
|
|
|
|
|
;----------- header --------------------------------
|
|
;The area at the top of a list, with clickable headers for sort order
|
|
[Header]
|
|
FillColor = 219 219 206
|
|
BorderSize = 0
|
|
bgtype =BorderFill
|
|
|
|
[Header.HeaderItem]
|
|
bgtype = imagefile
|
|
SizingMargins = 1, 1, 1, 1
|
|
ImageFile=ListViewHeaderBlue.bmp
|
|
imageCount=5
|
|
sizingType = tile
|
|
|
|
[Header.HeaderSortArrow]
|
|
bgtype = imagefile
|
|
ImageFile=HeaderSortArrow.bmp
|
|
imageCount=2
|
|
sizingType = truesize
|
|
transparent=true
|
|
transparentcolor=255 0 255
|
|
|
|
;----------- progress --------------------------------
|
|
[Progress]
|
|
ProgressChunkSize = 6
|
|
ProgressSpaceSize = 2
|
|
|
|
[Progress.Bar]
|
|
bgtype = imagefile
|
|
ImageFile = ProgressTrackBlue.bmp
|
|
sizingMargins = 3, 3, 3, 2
|
|
SizingType = tile
|
|
|
|
[Progress.BarVert]
|
|
bgtype = imagefile
|
|
ImageFile = ProgressTrackBlue.bmp
|
|
sizingMargins = 3, 3, 3, 2
|
|
SizingType = tile
|
|
|
|
[Progress.Chunk]
|
|
bgtype = BorderFill
|
|
FillColor = 108 124 166
|
|
BorderSize = 0
|
|
|
|
[Progress.ChunkVert]
|
|
bgtype = BorderFill
|
|
FillColor = 108 124 166
|
|
BorderSize = 0
|
|
|
|
|
|
;----------- tab --------------------------------
|
|
[Tab]
|
|
bgtype = imagefile
|
|
ImageFile=TabBackgroundBlue.bmp
|
|
;This image shows in the dark strip behind the tabs themselves
|
|
sizingMargins = 0, 2, 1, 0
|
|
SizingType = stretch
|
|
imagecount = 1
|
|
|
|
;The whole content area of a tab page
|
|
[Tab.Pane]
|
|
bgtype = imagefile
|
|
ImageFile=TabPaneBlue.bmp
|
|
sizingMargins = 3, 3, 3, 3
|
|
SizingType = tile
|
|
imagecount = 1
|
|
|
|
[Tab.TabItem]
|
|
SizingMargins = 4, 4, 4, 4
|
|
ContentMargins = 0, 0, 0, 0
|
|
bgtype=imagefile
|
|
ImageFile=tabItemBlue.bmp
|
|
imagecount=5
|
|
|
|
|
|
[Tab.TabItemLeftEdge]
|
|
SizingMargins = 4, 4, 4, 4
|
|
ContentMargins = 0, 0, 0, 0
|
|
bgtype=imagefile
|
|
ImageFile=tabItemLeftBlue.bmp
|
|
imagecount=5
|
|
|
|
|
|
[Tab.TabItemRightEdge]
|
|
SizingMargins = 4, 4, 4, 4
|
|
ContentMargins = 0, 0, 0, 0
|
|
bgtype=imagefile
|
|
ImageFile=tabItemRightBlue.bmp
|
|
imagecount=5
|
|
|
|
|
|
[Tab.TabItemBothEdge]
|
|
SizingMargins = 4, 4, 4, 4
|
|
ContentMargins = 0, 0, 0, 0
|
|
bgtype=imagefile
|
|
ImageFile=tabItemLeftBlue.bmp
|
|
imagecount=5
|
|
|
|
|
|
[Tab.TopTabItem]
|
|
SizingMargins = 4, 4, 4, 4
|
|
ContentMargins = 0, 0, 0, 0
|
|
bgtype=imagefile
|
|
ImageFile=tabItemTopBlue.bmp
|
|
imagecount=5
|
|
|
|
|
|
[Tab.TopTabItemLeftEdge]
|
|
SizingMargins = 4, 4, 4, 4
|
|
ContentMargins = 0, 0, 0, 0
|
|
bgtype=imagefile
|
|
ImageFile=tabItemTopLeftBlue.bmp
|
|
imagecount=5
|
|
|
|
|
|
[Tab.TopTabItemRightEdge]
|
|
SizingMargins = 4, 4, 4, 4
|
|
ContentMargins = 0, 0, 0, 0
|
|
bgtype=imagefile
|
|
ImageFile=tabItemTopRightBlue.bmp
|
|
imagecount=5
|
|
|
|
|
|
[Tab.TopTabItemBothEdge]
|
|
SizingMargins = 4, 4, 4, 4
|
|
ContentMargins = 0, 0, 0, 0
|
|
bgtype=imagefile
|
|
ImageFile=tabItemTopLeftBlue.bmp
|
|
imagecount=5
|
|
|
|
[Tab.Body]
|
|
bgType = borderFill
|
|
fillType = Solid
|
|
fillColor = 243 243 239
|
|
bordersize = 0
|
|
|
|
|
|
|
|
;----------- trackbar --------------------------------
|
|
;Volume sliders, etc.
|
|
[TrackBar]
|
|
bgType = borderFill
|
|
fillType = Solid
|
|
fillColor = 235 235 228
|
|
bordersize = 1
|
|
borderColor = 235 235 228
|
|
|
|
;The movable part of a horizontal slider (TBS_BOTH style)
|
|
[TrackBar.Thumb]
|
|
bgtype=imagefile
|
|
ImageFile=SliderThumbBlue.bmp
|
|
imagecount=5
|
|
SizingMargins = 3, 3, 3, 3
|
|
sizingtype = tile
|
|
|
|
;The movable part of a horizontal slider (TBS_TOP style)
|
|
[TrackBar.ThumbTop]
|
|
bgtype=imagefile
|
|
ImageFile=SliderThumbTopBlue.bmp
|
|
imagecount=5
|
|
transparent=true
|
|
SizingMargins = 3, 3, 8, 4
|
|
sizingtype = tile
|
|
transparentcolor= 255 0 255
|
|
|
|
;The movable part of a horizontal slider (TBS_BOTTOM style)
|
|
[TrackBar.ThumbBottom]
|
|
bgtype=imagefile
|
|
ImageFile=SliderThumbBottomBlue.bmp
|
|
imagecount=5
|
|
transparent=true
|
|
SizingMargins = 3, 3, 4, 8
|
|
sizingtype = tile
|
|
transparentcolor= 255 0 255
|
|
|
|
;The movable part of a vertical slider (TBS_BOTH style)
|
|
[TrackBar.ThumbVert]
|
|
bgtype=imagefile
|
|
ImageFile=SliderThumbVertBlue.bmp
|
|
SizingMargins = 4, 4, 3, 2
|
|
sizingtype = tile
|
|
imagecount=5
|
|
|
|
;The movable part of a vertical slider (TBS_LEFT style)
|
|
[TrackBar.ThumbLeft]
|
|
bgtype=imagefile
|
|
ImageFile=SliderThumbLeftBlue.bmp
|
|
SizingMargins = 8, 4, 3, 2
|
|
sizingtype = tile
|
|
imagecount=5
|
|
transparent=true
|
|
transparentcolor= 255 0 255
|
|
|
|
;The movable part of a vertical slider (TBS_RIGHT style)
|
|
[TrackBar.ThumbRight]
|
|
bgtype=imagefile
|
|
ImageFile=SliderThumbRightBlue.bmp
|
|
SizingMargins = 4, 8, 3, 2
|
|
sizingtype = tile
|
|
imagecount=5
|
|
transparent=true
|
|
transparentcolor= 255 0 255
|
|
|
|
;The track along which a slidermoves
|
|
[TrackBar.Track]
|
|
bgtype=imagefile
|
|
ImageFile=sliderTrackBlue.bmp
|
|
imagecount=1
|
|
sizingtype = stretch
|
|
SizingMargins = 1, 1, 1, 1
|
|
|
|
;The vertical track along which a slider moves
|
|
[TrackBar.TrackVert]
|
|
bgtype=imagefile
|
|
ImageFile=sliderTrackBlue.bmp
|
|
imagecount=1
|
|
sizingtype = stretch
|
|
SizingMargins = 1, 1, 1, 1
|
|
|
|
;Set the color of the tickmarks drawn for the slider
|
|
[TrackBar.Tics]
|
|
color=161 161 146
|
|
|
|
;Set the color of the tickmarks drawn for the vertical slider
|
|
[TrackBar.TicsVert]
|
|
color=161 161 146
|
|
|
|
|
|
|
|
|
|
;----------- tooltip --------------------------------
|
|
;Set the color or image background for tooltips
|
|
|
|
|
|
;[Tooltip]
|
|
;bgtype = imagefile
|
|
;imagefile = TooltipBlue.bmp
|
|
;sizingtype = tile
|
|
;SizingMargins = 4, 1, 1, 1
|
|
;ContentMargins = 8, 4, 4, 4
|
|
;font = Verdana, 8
|
|
;textcolor= 75 75 75
|
|
|
|
;[Tooltip.Balloon]
|
|
;color = 251 251 242
|
|
|
|
;[Tooltip.BalloonTitle]
|
|
;font= tahoma, 9, bold
|
|
|
|
|
|
|
|
;-------------- Windows ------------------------
|
|
[Window]
|
|
BgType = ImageFile
|
|
Transparent = false
|
|
|
|
[Window.FrameLeft]
|
|
ImageFile = frameLeft.bmp
|
|
SizingMargins = 2, 1, 0, 3
|
|
ContentMargins = 2, 1, 0, 3
|
|
SizingType = stretch
|
|
ImageCount = 3
|
|
Transparent = FALSE
|
|
Borderonly = FALSE
|
|
|
|
[Window.FrameRight]
|
|
ImageFile = frameLeft.bmp
|
|
SizingMargins = 1, 2, 0, 3
|
|
ContentMargins = 1, 2, 0, 3
|
|
SizingType = stretch
|
|
ImageCount = 3
|
|
Transparent = FALSE
|
|
Borderonly = FALSE
|
|
|
|
[Window.FrameBottom]
|
|
ImageFile = frameBottom.bmp
|
|
SizingMargins = 3, 3, 1, 2
|
|
ContentMargins = 3, 3, 1, 2
|
|
SizingType = stretch
|
|
ImageCount = 3
|
|
Transparent = FALSE
|
|
Borderonly = FALSE
|
|
|
|
;A frame for palette Windows--type entry window in MSPaint for instance.
|
|
[Window.SmallFrameLeft]
|
|
ImageFile = toolframeLeft.bmp
|
|
SizingMargins = 1, 1, 1, 1
|
|
ContentMargins = 1, 1, 1, 1
|
|
SizingType = stretch
|
|
ImageCount = 3
|
|
Transparent = FALSE
|
|
Borderonly = FALSE
|
|
|
|
[Window.SmallFrameRight]
|
|
ImageFile = toolframeRight.bmp
|
|
SizingMargins = 1, 1, 1, 1
|
|
ContentMargins = 1, 1, 1, 1
|
|
SizingType = stretch
|
|
ImageCount = 3
|
|
Transparent = FALSE
|
|
Borderonly = FALSE
|
|
|
|
[Window.SmallFrameBottom]
|
|
ImageFile = toolframeBottom.bmp
|
|
SizingMargins = 5, 5, 1, 1
|
|
ContentMargins = 5, 5, 1, 1
|
|
SizingType = stretch
|
|
ImageCount = 3
|
|
Transparent = FALSE
|
|
Borderonly = FALSE
|
|
|
|
|
|
;Should allow setting text properties on the Window's title, as well as a background image
|
|
;that is sized according to the width of the title
|
|
[Window.Caption]
|
|
ImageFile = CaptionBG.bmp
|
|
SizingMargins = 4, 141, 4, 4
|
|
ContentMargins = 1, 1, 1, 1
|
|
CaptionMargins = 3, 3, 0, 0
|
|
SizingType = stretch
|
|
ImageCount=3
|
|
|
|
[Window.SmallCaption]
|
|
ImageFile = CaptionSM.bmp
|
|
ImageCount=3
|
|
SizingType = stretch
|
|
SizingMargins = 1, 1, 1, 1
|
|
ContentMargins = 1, 1, 1, 1
|
|
CaptionMargins = 5, 5, 0, 0
|
|
|
|
;The representation of a minimized window in and MDI application
|
|
[Window.MinCaption]
|
|
ImageFile = mincapnBlue.bmp
|
|
ImageCount = 3
|
|
SizingType = stretch
|
|
SizingMargins = 9, 9, 1, 3
|
|
ContentMargins = 1, 1, 1, 1
|
|
CaptionMargins = 10, 3, 4, 2
|
|
Font = Tahoma, 8, bold
|
|
TextColor = 255 255 255
|
|
ContentAlignment = left
|
|
|
|
[Window.MinCaption(Inactive)]
|
|
TextColor = 122 161 255
|
|
|
|
[Window.MinCaption(Disabled)]
|
|
TextColor = 255 165 164
|
|
|
|
;Shows as a strip at the top of a window when an application is maximized, rather than as a frame
|
|
;surrounding the window
|
|
[Window.MaxCaption]
|
|
ImageFile = maxcapnBlue.bmp
|
|
ImageCount = 3
|
|
SizingType = Stretch
|
|
SizingMargins = 4, 141, 4, 4
|
|
ContentMargins = 1, 1, 1, 1
|
|
Font = Tahoma, 8, bold
|
|
TextColor = 255 255 255
|
|
ContentAlignment = left
|
|
|
|
[Window.MaxCaption(Inactive)]
|
|
TextColor = 122 161 255
|
|
|
|
[Window.MaxCaption(Disabled)]
|
|
TextColor = 255 165 164
|
|
|
|
;???
|
|
[Window.dialog]
|
|
bgType = borderFill
|
|
fillType = Solid
|
|
fillColor = 235 235 228
|
|
bordersize = 0
|
|
|
|
;Nonclient scrollbars--will these still be used?
|
|
[Window.HorzScroll]
|
|
BgType = ImageFile
|
|
ImageFile = hScrollArrowsBlue.bmp
|
|
sizingType = Tile
|
|
SizingMargins = 2, 2, 2, 2
|
|
ImageCount = 8
|
|
|
|
[Window.HorzThumb]
|
|
BgType = ImageFile
|
|
ImageFile = hScrollThumbBlue.bmp
|
|
sizingType = Tile
|
|
SizingMargins = 2, 2, 2, 2
|
|
ImageCount = 4
|
|
|
|
[Window.VertScroll]
|
|
BgType = ImageFile
|
|
ImageFile = vScrollArrowsBlue.bmp
|
|
sizingType = Tile
|
|
SizingMargins = 2, 2, 2, 2
|
|
ImageCount = 8
|
|
|
|
[Window.VertThumb]
|
|
BgType = ImageFile
|
|
ImageFile = vScrollThumbBlue.bmp
|
|
sizingType = Tile
|
|
SizingMargins = 2, 2, 2, 2
|
|
ImageCount=4
|
|
|
|
;Close button in Window titlebar
|
|
[Window.CloseButton]
|
|
BgType = ImageFile
|
|
sizingType = Stretch
|
|
SizingMargins = 2, 2, 4, 4
|
|
ImageFile = closeBlue.bmp
|
|
ImageCount=12
|
|
|
|
;Maximize button in window titlebar
|
|
[Window.MaxButton]
|
|
BgType = ImageFile
|
|
sizingType = Stretch
|
|
SizingMargins = 2, 2, 4, 4
|
|
ImageFile = maximizeBlue.bmp
|
|
ImageCount=12
|
|
|
|
;Restore button in window titlebar
|
|
[Window.RestoreButton]
|
|
BgType = ImageFile
|
|
sizingType = Stretch
|
|
SizingMargins = 2, 2, 4, 4
|
|
ImageFile = restoreBlue.bmp
|
|
ImageCount=12
|
|
|
|
;Minimize button in window titlebar
|
|
[Window.MinButton]
|
|
BgType = ImageFile
|
|
sizingType = Stretch
|
|
SizingMargins = 2, 2, 4, 4
|
|
ImageFile = minimizeBlue.bmp
|
|
ImageCount=12
|
|
|
|
;Help button in window titlebar--normally only appears on dialog windows
|
|
[Window.HelpButton]
|
|
BgType = ImageFile
|
|
sizingType = Stretch
|
|
SizingMargins = 2, 2, 4, 4
|
|
ImageFile = helpBlue.bmp
|
|
ImageCount = 12
|
|
|
|
;Close button for palette windows
|
|
[Window.SmallCloseButton]
|
|
BgType = ImageFile
|
|
sizingType = Stretch
|
|
ImageFile = smcloseBlue.bmp
|
|
ImageCount=12
|
|
|
|
;Close button for a maximized MDI window
|
|
[Window.MDICloseButton]
|
|
BgType = ImageFile
|
|
sizingType = Stretch
|
|
sizingMargins = 1,1,1,1
|
|
ImageFile = closeMDI.bmp
|
|
ImageCount=12
|
|
|
|
;Restore button for a maximized MDI window
|
|
[Window.MDIRestoreButton]
|
|
BgType = ImageFile
|
|
sizingType = Stretch
|
|
sizingMargins = 1,1,1,1
|
|
ImageFile = restoreMDI.bmp
|
|
ImageCount=12
|
|
|
|
;Minimize button for a maximized MDI window
|
|
[Window.MDIMinButton]
|
|
BgType = ImageFile
|
|
sizingType = Stretch
|
|
sizingMargins = 1,1,1,1
|
|
ImageFile = minimizeMDI.bmp
|
|
ImageCount=12
|
|
|
|
;-------------- Start Panel -------------------
|
|
[StartPanel]
|
|
bgtype = BorderFill
|
|
fillColor = 160 160 0
|
|
borderColor = 160 0 160
|
|
bordersize = 8
|
|
DefaultPaneSize = 0, 0, 360, 440
|
|
|
|
[StartPanel.UserPane]
|
|
UserPicture = False
|
|
ImageLayout = Horizontal
|
|
TextColor = 255 255 255
|
|
Font = Tahoma, 14, bold
|
|
DefaultPaneSize = 0, 0, 360, 40
|
|
|
|
BgType = BorderFill
|
|
FillType = HorzGradient
|
|
GradientRatio1 = 0
|
|
GradientColor1 = 80 150 248
|
|
GradientRatio2 = 128
|
|
GradientColor2 = 48 112 208
|
|
GradientRatio3 = 127
|
|
GradientColor3 = 48 112 208
|
|
BorderSize = 0
|
|
|
|
|
|
[StartPanel.ProgList]
|
|
ContentMargins = 8 8 8 8
|
|
FillColor = 255 255 255
|
|
TextColor = 0 0 0
|
|
HotTracking = 48 112 208
|
|
CaptionText = 128 128 128
|
|
Font = Tahoma, 8
|
|
|
|
BgType = ImageFile
|
|
SizingType = Tile
|
|
SizingMargins = 13, 13, 10, 1
|
|
;ContentMargins = 3, 3, 2, 3
|
|
imagefile = StartPanelMFUBackground.bmp
|
|
imagecount = 1
|
|
|
|
[StartPanel.ProgListSeparator]
|
|
BgType = BorderFill
|
|
FillType = HorzGradient
|
|
GradientRatio1 = 0
|
|
GradientColor1 = 240 240 240
|
|
GradientRatio2 = 127
|
|
GradientColor2 = 00 00 00
|
|
GradientRatio3 = 128
|
|
GradientColor3 = 240 240 240
|
|
BorderSize = 0
|
|
|
|
[StartPanel.MorePrograms]
|
|
TextColor = 0 0 0
|
|
HotTracking = 48 112 208
|
|
Font = Tahoma, 8, bold
|
|
|
|
BgType = ImageFile
|
|
SizingType = Tile
|
|
SizingMargins = 13, 13, 1, 10
|
|
;ContentMargins = 3, 3, 2, 3
|
|
imagefile = StartPanelMoreProgBackground.bmp
|
|
imagecount = 1
|
|
|
|
[StartPanel.MoreProgramsArrow]
|
|
BgType = ImageFile
|
|
SizingType = TrueSize
|
|
ImageFile = StartPanelMoreProgArrow.bmp
|
|
ImageCount = 1
|
|
|
|
[StartPanel.MoreProgramsArrow(hot)]
|
|
BgType = ImageFile
|
|
SizingType = TrueSize
|
|
ImageFile = StartPanelMoreProgArrowHot.bmp
|
|
ImageCount = 1
|
|
|
|
[StartPanel.PlacesList]
|
|
ContentMargins = 8 8 8 8
|
|
FillColor = 48 112 208
|
|
TextColor = 255 255 255
|
|
HotTracking = 80 150 248
|
|
Font = Tahoma, 8
|
|
|
|
BgType = BorderFill
|
|
fillType = Solid
|
|
; FillColor is already above
|
|
BorderColor = 48 112 208
|
|
bordersize = 1
|
|
|
|
[StartPanel.PlacesListSeparator]
|
|
BgType = BorderFill
|
|
FillType = HorzGradient
|
|
GradientRatio1 = 0
|
|
GradientColor1 = 48 112 208
|
|
GradientRatio2 = 127
|
|
GradientColor2 = 80 150 248
|
|
GradientRatio3 = 128
|
|
GradientColor3 = 48 112 208
|
|
BorderSize = 0
|
|
|
|
[StartPanel.Logoff]
|
|
TextColor = 255 255 255
|
|
HotTracking = 0 0 0
|
|
bgType = borderFill
|
|
fillType = Solid
|
|
fillColor = 80 150 248
|
|
bordersize = 1
|
|
borderColor = 80 150 248
|
|
|
|
[StartPanel.LogoffButtons]
|
|
BgType = ImageFile
|
|
SizingType = TrueSize
|
|
ImageFile = StartPanelLogoffButtons.bmp
|
|
ImageCount = 1
|
|
|
|
[StartPanel.LogoffButtons(hot)]
|
|
BgType = ImageFile
|
|
SizingType = TrueSize
|
|
ImageFile = StartPanelLogoffButtonsHot.bmp
|
|
ImageCount = 1
|
|
|
|
|
|
;-------------- Taskbar specific --------------
|
|
[TaskBar]
|
|
AlwaysShowSizingBar = True
|
|
|
|
[Start::Button]
|
|
BgType = ImageFile
|
|
SizingType = Tile
|
|
SizingMargins = 7, 6, 11, 11
|
|
ContentMargins = 5, 4, 4, 4
|
|
ImageFile = StartButtonBlue.bmp
|
|
ImageCount = 5
|
|
Font = Tahoma, 8, bold
|
|
TextColor = 0 0 0
|
|
|
|
[TaskBar::Toolbar]
|
|
BgType = BorderFill
|
|
FillType = Solid
|
|
FillColor = 244 244 240
|
|
BorderSize = 0
|
|
Font = Tahoma, 8
|
|
|
|
[TaskBar::Toolbar.Button]
|
|
BgType = ImageFile
|
|
SizingType = Tile
|
|
SizingMargins = 1, 1, 3, 3
|
|
ContentMargins = 0, 0, 2, 2
|
|
ImageFile = TaskbandButtonBlue.bmp
|
|
imageCount = 6
|
|
|
|
[TaskBar::Toolbar.DropdownButton]
|
|
BgType = ImageFile
|
|
SizingType = Tile
|
|
SizingMargins = 1, 1, 3, 3
|
|
ContentMargins = 0, 0, 2, 2
|
|
ImageFile = TaskbandButtonBlue.bmp
|
|
imageCount = 6
|
|
|
|
[TaskBar::Rebar]
|
|
BgType = BorderFill
|
|
FillType = Solid
|
|
FillColor = 244 244 240
|
|
BorderSize = 0
|
|
Font = Tahoma, 8, bold
|
|
TextColor = 0 0 0
|
|
|
|
[TaskBar::Rebar.Band]
|
|
BgType = BorderFill
|
|
FillType = Solid
|
|
FillColor = 244 244 240
|
|
BorderSize = 0
|
|
|
|
[TaskBar::Rebar.Gripper]
|
|
BgType = ImageFile
|
|
SizingType = Tile
|
|
SizingMargins = 1, 1, 10, 3
|
|
ImageFile = GripperBlue.bmp
|
|
ImageCount = 1
|
|
|
|
[TaskBar::Rebar.GripperVert]
|
|
BgType = ImageFile
|
|
SizingType = Tile
|
|
SizingMargins = 10, 3, 1, 1
|
|
ImageFile = GripperVertBlue.bmp
|
|
ImageCount = 1
|
|
|
|
[TaskBar::Rebar.Chevron]
|
|
BgType = ImageFile
|
|
SizingType = Stretch
|
|
SizingMargins = 1, 1, 1, 1
|
|
ImageFile = ChevBlueBg.bmp
|
|
ImageCount = 3
|
|
GlyphType = ImageGlyph
|
|
GlyphImageFile = Chevron.bmp
|
|
|
|
;------ sample alpha image-based glyph ----
|
|
;GlyphType = ImageGlyph
|
|
;GlyphImageFile = CheckboxBlue.bmp
|
|
|
|
;------ sample transparent image-based glyph ----
|
|
;GlyphType = ImageGlyph
|
|
;GlyphImageFile = ChevTrans.bmp
|
|
;GlyphTransparentColor = 157 185 217
|
|
;GlyphTransparent = true
|
|
|
|
;------ sample font-based glyph ----
|
|
;GlyphType = FontGlyph
|
|
;GlyphFont = Marlett, 10, bold
|
|
;GlyphIndex = 52
|
|
;GlyphTextColor = 255 0 0
|
|
|
|
[TaskBar.BackgroundBottom]
|
|
BgType = BorderFill
|
|
FillType = Solid
|
|
FillColor = 244 244 240
|
|
BorderSize = 0
|
|
|
|
[TaskBar.SizingBarBottom]
|
|
BgType = ImageFile
|
|
SizingType = Stretch
|
|
ImageFile = TaskbarSizingBarBottom.bmp
|
|
ImageCount = 1
|
|
|
|
[TaskBar.BackgroundLeft]
|
|
BgType = BorderFill
|
|
FillType = Solid
|
|
FillColor = 244 244 240
|
|
BorderSize = 0
|
|
|
|
[TaskBar.SizingBarLeft]
|
|
BgType = ImageFile
|
|
SizingType = Stretch
|
|
ImageFile = TaskbarSizingBarLeft.bmp
|
|
ImageCount = 1
|
|
|
|
[TaskBar.BackgroundTop]
|
|
BgType = BorderFill
|
|
FillType = Solid
|
|
FillColor = 244 244 240
|
|
BorderSize = 0
|
|
|
|
[TaskBar.SizingBarTop]
|
|
BgType = ImageFile
|
|
SizingType = Stretch
|
|
ImageFile = TaskbarSizingBarTop.bmp
|
|
ImageCount = 1
|
|
|
|
[TaskBar.BackgroundRight]
|
|
BgType = BorderFill
|
|
FillType = Solid
|
|
FillColor = 244 244 240
|
|
BorderSize = 0
|
|
|
|
[TaskBar.SizingBarRight]
|
|
BgType = ImageFile
|
|
SizingType = Stretch
|
|
ImageFile = TaskbarSizingBarRight.bmp
|
|
ImageCount = 1
|
|
|
|
;-------------- Taskband specific --------------
|
|
[TaskBand.GroupCount]
|
|
Font = Tahoma, 8, bold
|
|
TextColor = 0 76 154
|
|
|
|
[TaskBand::Toolbar]
|
|
BgType = BorderFill
|
|
FillType = Solid
|
|
FillColor = 244 244 240
|
|
BorderSize = 0
|
|
Font = Tahoma, 8
|
|
|
|
[TaskBand::Toolbar.Button]
|
|
BgType = ImageFile
|
|
SizingType = Tile
|
|
SizingMargins = 1, 1, 3, 3
|
|
ContentMargins = 0, 0, 2, 2
|
|
ImageFile = TaskbandButtonBlue.bmp
|
|
imageCount = 6
|
|
|
|
[TaskBand::Toolbar.DropdownButton]
|
|
BgType = ImageFile
|
|
SizingType = Tile
|
|
SizingMargins = 1, 1, 3, 3
|
|
ContentMargins = 0, 0, 2, 2
|
|
ImageFile = TaskbandButtonBlue.bmp
|
|
imageCount = 6
|
|
|
|
[TaskBandVert::Toolbar]
|
|
BgType = BorderFill
|
|
FillType = Solid
|
|
FillColor = 244 244 240
|
|
BorderSize = 0
|
|
Font = Tahoma, 8
|
|
|
|
[TaskBandVert::Toolbar.Button]
|
|
BgType = ImageFile
|
|
SizingType = Tile
|
|
SizingMargins = 1, 1, 3, 3
|
|
ContentMargins = 0, 0, 2, 2
|
|
ImageFile = TaskbandButtonBlue.bmp
|
|
imageCount = 6
|
|
|
|
[TaskBandVert::Toolbar.DropdownButton]
|
|
BgType = ImageFile
|
|
SizingType = Tile
|
|
SizingMargins = 1, 1, 3, 3
|
|
ContentMargins = 0, 0, 2, 2
|
|
ImageFile = TaskbandButtonBlue.bmp
|
|
imageCount = 6
|
|
|
|
;-------------- Taskband Group Menu specific --------------
|
|
[TaskBandGroupMenu::Toolbar]
|
|
BgType = BorderFill
|
|
FillType = Solid
|
|
FillColor = 244 244 240
|
|
BorderSize = 0
|
|
Font = Tahoma, 8
|
|
|
|
[TaskBandGroupMenu::Toolbar.Button]
|
|
BgType = ImageFile
|
|
SizingType = Tile
|
|
SizingMargins = 1, 1, 1, 1
|
|
ContentMargins = 0, 0, 0, 0
|
|
ImageFile = ToolbarButtonBlue.bmp
|
|
ImageCount = 6
|
|
|
|
;-------------- Tray Notify specific --------------
|
|
[TrayNotify::Toolbar]
|
|
BgType = BorderFill
|
|
FillType = Solid
|
|
FillColor = 244 244 240
|
|
BorderSize = 0
|
|
|
|
[TrayNotify::Toolbar.Button]
|
|
BgType = ImageFile
|
|
SizingType = Tile
|
|
SizingMargins = 1, 1, 1, 1
|
|
ContentMargins = 0, 0, 0, 0
|
|
ImageFile = ToolbarButtonBlue.bmp
|
|
ImageCount = 6
|
|
|
|
[TrayNotifyHoriz::TrayNotify.Background]
|
|
BgType = ImageFile
|
|
SizingType = Tile
|
|
SizingMargins = 17, 3, 3, 3
|
|
ContentMargins = 4, 3, 3, 3
|
|
ImageFile = TrayNotifyHorizBackground.bmp
|
|
ImageCount = 1
|
|
|
|
[TrayNotifyHoriz::TrayNotify.AnimBackground]
|
|
BgType = BorderFill
|
|
FillType = Solid
|
|
FillColor = 244 244 240
|
|
BorderSize = 0
|
|
|
|
[TrayNotifyHoriz::Button]
|
|
BgType = ImageFile
|
|
ImageFile = TrayChevronHoriz.bmp
|
|
ImageCount = 3
|
|
Transparent = True
|
|
TransparentColor = 255 0 0
|
|
|
|
[TrayNotifyHorizOpen::Button]
|
|
BgType = ImageFile
|
|
ImageFile = TrayChevronHorizOpen.bmp
|
|
ImageCount = 3
|
|
Transparent = True
|
|
TransparentColor = 255 0 0
|
|
|
|
[TrayNotifyVert::TrayNotify.Background]
|
|
BgType = ImageFile
|
|
SizingType = Tile
|
|
SizingMargins = 3, 3, 17, 3
|
|
ContentMargins = 3, 3, 4, 3
|
|
ImageFile = TrayNotifyVertBackground.bmp
|
|
ImageCount = 1
|
|
|
|
[TrayNotifyVert::TrayNotify.AnimBackground]
|
|
BgType = BorderFill
|
|
FillType = Solid
|
|
FillColor = 244 244 240
|
|
BorderSize = 0
|
|
|
|
[TrayNotifyVert::Button]
|
|
BgType = ImageFile
|
|
ImageFile = TrayChevronVert.bmp
|
|
ImageCount = 3
|
|
Transparent = True
|
|
TransparentColor = 255 0 0
|
|
ImageLayout = vertical
|
|
|
|
[TrayNotifyVertOpen::Button]
|
|
BgType = ImageFile
|
|
ImageFile = TrayChevronVertOpen.bmp
|
|
ImageCount = 3
|
|
Transparent = True
|
|
TransparentColor = 255 0 0
|
|
ImageLayout = vertical
|
|
|
|
[TrayNotify::Clock]
|
|
BgType = BorderFill
|
|
FillType = Solid
|
|
FillColor = 244 244 240
|
|
BorderSize = 0
|
|
Font = Tahoma, 8, bold
|
|
TextColor = 0 0 0
|
|
|
|
;-------------- Application-specific ------------------------
|
|
|
|
|
|
;----------- places bar --------------------------------
|
|
;The places toolbar in the fileopen/save dialog.
|
|
[Placesbar::Toolbar]
|
|
bgtype = BorderFill
|
|
fillType = Solid
|
|
FillColor = 244 244 240
|
|
BorderSize = 0
|
|
|
|
[Placesbar::Toolbar.Button]
|
|
SizingMargins = 3, 3, 3, 3
|
|
ContentMargins = 0, 0, 3, 3
|
|
ImageFile=PlacesBarButtonBlue.bmp
|
|
bgtype = imagefile
|
|
imageCount = 6
|
|
sizingType = tile
|
|
|
|
|