TheBlues.isl 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <styleLibrary>
  3. <styleSets defaultStyleSet="Base">
  4. <styleSet name="Base">
  5. <componentStyles>
  6. <componentStyle name="Inbox ListView">
  7. <properties>
  8. <property name="BackColor">215, 239, 255</property>
  9. <property name="ForeColor">0, 0, 192</property>
  10. </properties>
  11. </componentStyle>
  12. <componentStyle name="Inbox MonthCalendar">
  13. <properties>
  14. <property name="BackColor">0, 0, 192</property>
  15. <property name="ForeColor">White</property>
  16. <property name="ShowTodayCircle">True</property>
  17. <property name="TitleBackColor">192, 255, 255</property>
  18. <property name="TitleForeColor">Navy</property>
  19. </properties>
  20. </componentStyle>
  21. <componentStyle name="UltraGrid" buttonStyle="ButtonSoft" />
  22. <componentStyle name="UltraToolbarsManager">
  23. <properties>
  24. <property name="Style">OfficeXP</property>
  25. </properties>
  26. </componentStyle>
  27. </componentStyles>
  28. <styles>
  29. <style role="Base">
  30. <states>
  31. <state name="Normal" themedElementAlpha="Transparent" />
  32. </states>
  33. </style>
  34. <style role="Button">
  35. <states>
  36. <state name="Normal">
  37. <resources>
  38. <name>BlueVertGrad</name>
  39. </resources>
  40. </state>
  41. </states>
  42. </style>
  43. <style role="DayViewAllDayEventArea">
  44. <states>
  45. <state name="Normal" backColor="30, 30, 30" backColor2="120, 120, 120" backGradientStyle="ForwardDiagonal" />
  46. </states>
  47. </style>
  48. <style role="DayViewTimeSlotDescriptor">
  49. <states>
  50. <state name="Normal">
  51. <resources>
  52. <name>BlueHorzGrad</name>
  53. </resources>
  54. </state>
  55. </states>
  56. </style>
  57. <style role="DayViewTimeSlotNonWorkingHour">
  58. <states>
  59. <state name="Normal" backColor="45, 45, 45" backGradientStyle="None" />
  60. </states>
  61. </style>
  62. <style role="DayViewTimeSlotWorkingHour">
  63. <states>
  64. <state name="Normal" backColor="Snow" backGradientStyle="None" />
  65. </states>
  66. </style>
  67. <style role="DockFloatingWindowCaption">
  68. <states>
  69. <state name="Normal">
  70. <resources>
  71. <name>BlueVertGrad</name>
  72. </resources>
  73. </state>
  74. </states>
  75. </style>
  76. <style role="DockManagerPaneContentArea">
  77. <states>
  78. <state name="Normal" backColor="WhiteSmoke" backGradientStyle="None" />
  79. </states>
  80. </style>
  81. <style role="DockPaneCaptionHorizontal">
  82. <states>
  83. <state name="Normal">
  84. <resources>
  85. <name>BlueVertGrad</name>
  86. </resources>
  87. </state>
  88. </states>
  89. </style>
  90. <style role="DockPaneCaptionVertical">
  91. <states>
  92. <state name="Normal">
  93. <resources>
  94. <name>BlueHorzGrad</name>
  95. </resources>
  96. </state>
  97. </states>
  98. </style>
  99. <style role="DockSlidingGroupHeaderHorizontal">
  100. <states>
  101. <state name="Normal">
  102. <resources>
  103. <name>LightBlueVertGrad</name>
  104. </resources>
  105. </state>
  106. </states>
  107. </style>
  108. <style role="DockSlidingGroupHeaderVertical">
  109. <states>
  110. <state name="Normal" backColor="0, 212, 255" backColor2="18, 105, 191" backGradientStyle="Horizontal">
  111. <resources>
  112. <name>LightBlueHorzGrad</name>
  113. </resources>
  114. </state>
  115. </states>
  116. </style>
  117. <style role="DropDownButton" buttonStyle="ButtonSoft" />
  118. <style role="EditorButton" buttonStyle="ButtonSoft" />
  119. <style role="ExplorerBarControlArea">
  120. <states>
  121. <state name="Normal">
  122. <resources>
  123. <name>Background</name>
  124. </resources>
  125. </state>
  126. </states>
  127. </style>
  128. <style role="ExplorerBarGroupHeader">
  129. <states>
  130. <state name="Normal">
  131. <resources>
  132. <name>BlueVertGrad</name>
  133. </resources>
  134. </state>
  135. </states>
  136. </style>
  137. <style role="ExplorerBarGroupItemAreaInner">
  138. <states>
  139. <state name="Normal">
  140. <resources>
  141. <name>LightBlueHorzHatch</name>
  142. </resources>
  143. </state>
  144. </states>
  145. </style>
  146. <style role="GridAddNewBox">
  147. <states>
  148. <state name="Normal" backColor="White" backColor2="MintCream" backGradientStyle="ForwardDiagonal" />
  149. </states>
  150. </style>
  151. <style role="GridBandHeader">
  152. <states>
  153. <state name="Normal" backColor="White" foreColor="22, 22, 172" fontName="Trebuchet MS" textHAlign="Left" fontBold="True" fontSize="12" backGradientStyle="None">
  154. <resources>
  155. <name>LightBlueHorzHatch</name>
  156. </resources>
  157. </state>
  158. </states>
  159. </style>
  160. <style role="GridCaption">
  161. <states>
  162. <state name="Normal" fontName="Trebuchet MS" textHAlign="Center" fontSize="14">
  163. <resources>
  164. <name>OrangeVertGrad</name>
  165. </resources>
  166. </state>
  167. </states>
  168. </style>
  169. <style role="GridCardArea">
  170. <states>
  171. <state name="Normal" backColor="White" backGradientStyle="None" />
  172. </states>
  173. </style>
  174. <style role="GridCardCaption">
  175. <states>
  176. <state name="Normal">
  177. <resources>
  178. <name>LightBlueVertGrad</name>
  179. </resources>
  180. </state>
  181. </states>
  182. </style>
  183. <style role="GridCell" borderStyle="Dotted">
  184. <states>
  185. <state name="Normal" borderColor="Gainsboro" />
  186. <state name="HotTracked" fontBold="True">
  187. <resources>
  188. <name>LightLightBlueHorzGrad</name>
  189. </resources>
  190. </state>
  191. <state name="EmptyRow" backColor="WhiteSmoke" backGradientStyle="None" backHatchStyle="None" />
  192. </states>
  193. </style>
  194. <style role="GridColScrollRegionSplitBox">
  195. <states>
  196. <state name="Normal">
  197. <resources>
  198. <name>GreenHorzGrad</name>
  199. </resources>
  200. </state>
  201. </states>
  202. </style>
  203. <style role="GridColumnHeader">
  204. <states>
  205. <state name="Normal" fontName="Trebuchet MS" fontBold="True">
  206. <resources>
  207. <name>BlueVertGrad</name>
  208. </resources>
  209. </state>
  210. </states>
  211. </style>
  212. <style role="GridControlArea">
  213. <states>
  214. <state name="Normal" backColor="45, 45, 45" backGradientStyle="None" />
  215. </states>
  216. </style>
  217. <style role="GridExpansionIndicator">
  218. <states>
  219. <state name="Normal" backColor="0, 212, 255" backGradientStyle="None" />
  220. </states>
  221. </style>
  222. <style role="GridGroupByBox" borderStyle="Inset">
  223. <states>
  224. <state name="Normal" backColor="White" backColor2="LightCyan" backGradientStyle="Vertical" />
  225. </states>
  226. </style>
  227. <style role="GridGroupByBoxPrompt">
  228. <states>
  229. <state name="Normal" backColor="LightCyan" backColor2="White" backGradientStyle="Vertical" />
  230. </states>
  231. </style>
  232. <style role="GridRow" borderStyle="Dotted">
  233. <states>
  234. <state name="Normal" borderColor="210, 210, 210" borderColor3DBase="White" />
  235. <state name="Selected">
  236. <resources>
  237. <name>LightLightBlueHorzGrad</name>
  238. </resources>
  239. </state>
  240. </states>
  241. </style>
  242. <style role="GridRowScrollRegionSplitBox">
  243. <states>
  244. <state name="Normal">
  245. <resources>
  246. <name>GreenVertGrad</name>
  247. <name>New Resource 0</name>
  248. </resources>
  249. </state>
  250. </states>
  251. </style>
  252. <style role="GridRowSelector">
  253. <states>
  254. <state name="Normal">
  255. <resources>
  256. <name>BlueHorzGrad</name>
  257. </resources>
  258. </state>
  259. </states>
  260. </style>
  261. <style role="GridRowSelectorHeader">
  262. <states>
  263. <state name="Normal">
  264. <resources>
  265. <name>BlueHorzGrad</name>
  266. </resources>
  267. </state>
  268. </states>
  269. </style>
  270. <style role="GridSummaryFooter">
  271. <states>
  272. <state name="Normal" backColor="Azure" backGradientStyle="None" backHatchStyle="None" />
  273. </states>
  274. </style>
  275. <style role="GridSummaryFooterCaption">
  276. <states>
  277. <state name="Normal" foreColor="Black" fontName="Segoe UI" fontBold="True" fontSize="10">
  278. <resources>
  279. <name>OrangeVertGrad</name>
  280. </resources>
  281. </state>
  282. </states>
  283. </style>
  284. <style role="GridSummaryValue">
  285. <states>
  286. <state name="Normal" backColor="30, 45, 119" foreColor="White" fontBold="True" backGradientStyle="None" backHatchStyle="None" />
  287. </states>
  288. </style>
  289. <style role="ListViewControlArea">
  290. <states>
  291. <state name="Normal" foreColor="White">
  292. <resources>
  293. <name>Background</name>
  294. </resources>
  295. </state>
  296. </states>
  297. </style>
  298. <style role="ListViewGroupHeader">
  299. <states>
  300. <state name="Normal" foreColor="White" />
  301. </states>
  302. </style>
  303. <style role="MainMenubarHorizontal">
  304. <states>
  305. <state name="Normal">
  306. <resources>
  307. <name>OrangeVertGrad</name>
  308. </resources>
  309. </state>
  310. </states>
  311. </style>
  312. <style role="ProgressBarFill">
  313. <states>
  314. <state name="Normal">
  315. <resources>
  316. <name>LightLightBlueHorzGrad</name>
  317. </resources>
  318. </state>
  319. </states>
  320. </style>
  321. <style role="ScheduleAllDayEvent">
  322. <states>
  323. <state name="Normal" fontName="Segoe UI" fontSize="9">
  324. <resources>
  325. <name>LightBlueHorzHatch</name>
  326. </resources>
  327. </state>
  328. </states>
  329. </style>
  330. <style role="ScheduleCurrentDayHeader">
  331. <states>
  332. <state name="Normal">
  333. <resources>
  334. <name>LightBlueVertGrad</name>
  335. </resources>
  336. </state>
  337. </states>
  338. </style>
  339. <style role="ScheduleDay">
  340. <states>
  341. <state name="Normal">
  342. <resources>
  343. <name>LightBlueHorzHatch</name>
  344. </resources>
  345. </state>
  346. </states>
  347. </style>
  348. <style role="ScheduleDayHeader">
  349. <states>
  350. <state name="Normal">
  351. <resources>
  352. <name>LightBlueVertGrad</name>
  353. </resources>
  354. </state>
  355. </states>
  356. </style>
  357. <style role="ScheduleDayOfWeekHeader">
  358. <states>
  359. <state name="Normal" backColor="White" foreColor="22, 22, 172" fontName="Trebuchet MS" fontBold="True" fontSize="10" backGradientStyle="None" />
  360. </states>
  361. </style>
  362. <style role="ScheduleMonthHeader">
  363. <states>
  364. <state name="Normal" backColor="LightCyan" fontName="Trebuchet MS" fontSize="12" backGradientStyle="None" />
  365. </states>
  366. </style>
  367. <style role="ScheduleOwnerHeader">
  368. <states>
  369. <state name="Normal" fontName="Trebuchet MS" fontSize="12">
  370. <resources>
  371. <name>OrangeVertGrad</name>
  372. </resources>
  373. </state>
  374. </states>
  375. </style>
  376. <style role="ScheduleWeekHeader">
  377. <states>
  378. <state name="Normal">
  379. <resources>
  380. <name>BlueHorzGrad</name>
  381. </resources>
  382. </state>
  383. </states>
  384. </style>
  385. <style role="ScrollBarTrackSection">
  386. <states>
  387. <state name="Normal" backColor="30, 30, 30" backGradientStyle="None" backHatchStyle="None" />
  388. </states>
  389. </style>
  390. <style role="TabControlClientArea">
  391. <states>
  392. <state name="Normal">
  393. <resources>
  394. <name>LightBlueHorzHatch</name>
  395. </resources>
  396. </state>
  397. </states>
  398. </style>
  399. <style role="TabControlTabItem">
  400. <states>
  401. <state name="Normal" fontName="Trebuchet MS" fontSize="10" />
  402. <state name="HotTracked" fontBold="True" />
  403. </states>
  404. </style>
  405. <style role="TabItemHorizontalBottom">
  406. <states>
  407. <state name="Normal">
  408. <resources>
  409. <name>BlueVertGrad</name>
  410. </resources>
  411. </state>
  412. </states>
  413. </style>
  414. <style role="TabItemHorizontalTop">
  415. <states>
  416. <state name="Normal">
  417. <resources>
  418. <name>BlueVertGrad</name>
  419. </resources>
  420. </state>
  421. </states>
  422. </style>
  423. <style role="TabItemVerticalLeft">
  424. <states>
  425. <state name="Normal">
  426. <resources>
  427. <name>BlueHorzGrad</name>
  428. </resources>
  429. </state>
  430. </states>
  431. </style>
  432. <style role="TabItemVerticalRight">
  433. <states>
  434. <state name="Normal">
  435. <resources>
  436. <name>BlueHorzGrad</name>
  437. </resources>
  438. </state>
  439. </states>
  440. </style>
  441. <style role="ToolbarFloatingCaption">
  442. <states>
  443. <state name="Normal">
  444. <resources>
  445. <name>LightBlueVertGrad</name>
  446. </resources>
  447. </state>
  448. </states>
  449. </style>
  450. <style role="ToolbarHorizontal">
  451. <states>
  452. <state name="Normal">
  453. <resources>
  454. <name>BlueVertGrad</name>
  455. </resources>
  456. </state>
  457. </states>
  458. </style>
  459. <style role="ToolbarItemSystemAction">
  460. <states>
  461. <state name="Normal" backColor="Transparent" backGradientStyle="None" />
  462. </states>
  463. </style>
  464. <style role="ToolbarVertical">
  465. <states>
  466. <state name="Normal">
  467. <resources>
  468. <name>BlueHorzGrad</name>
  469. </resources>
  470. </state>
  471. </states>
  472. </style>
  473. <style role="TreeControlArea">
  474. <states>
  475. <state name="Normal" fontName="Trebuchet MS" fontSize="10">
  476. <resources>
  477. <name>Background</name>
  478. </resources>
  479. </state>
  480. </states>
  481. </style>
  482. <style role="TreeNode">
  483. <states>
  484. <state name="Normal" foreColor="White" />
  485. </states>
  486. </style>
  487. <style role="TreeNodeExpansionIndicator">
  488. <states>
  489. <state name="Normal" foreColor="Lime" />
  490. </states>
  491. </style>
  492. <style role="UltraCalculator">
  493. <states>
  494. <state name="Normal" backColor="White" backGradientStyle="None" backHatchStyle="None" />
  495. </states>
  496. </style>
  497. <style role="UltraCalculatorButton" buttonStyle="ButtonSoft" />
  498. <style role="UltraCalculatorButtonAction">
  499. <states>
  500. <state name="Normal" foreColor="Chartreuse" borderColor3DBase="85, 255, 0" />
  501. </states>
  502. </style>
  503. <style role="UltraCalculatorButtonImmediateAction">
  504. <states>
  505. <state name="Normal" foreColor="MistyRose" borderColor3DBase="MistyRose" />
  506. </states>
  507. </style>
  508. <style role="UltraCalculatorButtonNumeric">
  509. <states>
  510. <state name="Normal" foreColor="White" fontName="Lucida Console" fontSize="10" borderColor3DBase="White" />
  511. </states>
  512. </style>
  513. <style role="UltraCalculatorButtonOperator">
  514. <states>
  515. <state name="Normal" foreColor="Yellow" borderColor3DBase="Yellow" />
  516. </states>
  517. </style>
  518. <style role="UltraCalculatorButtonPendingCalculations">
  519. <states>
  520. <state name="Normal" foreColor="211, 178, 13" />
  521. </states>
  522. </style>
  523. <style role="UltraCalculatorDropDown" borderStyle="Dashed" buttonStyle="ButtonSoft" />
  524. <style role="UltraCalculatorEditArea" borderStyle="Dashed" />
  525. <style role="UltraColorPicker" borderStyle="Dashed" buttonStyle="ButtonSoft" />
  526. <style role="UltraComboEditor" borderStyle="Dashed" buttonStyle="ButtonSoft" />
  527. <style role="UltraCurrencyEditor" borderStyle="Dashed" />
  528. <style role="UltraDateTimeEditor" borderStyle="Dashed" buttonStyle="ButtonSoft" />
  529. <style role="UltraFontNameEditor" borderStyle="Dashed" buttonStyle="ButtonSoft" />
  530. <style role="UltraMaskedEdit" borderStyle="Dashed" />
  531. <style role="UltraNumericEditor" borderStyle="Dashed" />
  532. <style role="UltraTextEditor" borderStyle="Dashed" buttonStyle="ButtonSoft" />
  533. <style role="UltraTimeZoneEditor" borderStyle="Dashed" buttonStyle="ButtonSoft" />
  534. </styles>
  535. <sharedObjects>
  536. <sharedObject name="ProgressBarEditor">
  537. <properties>
  538. <property name="ProgressBarStyle">Segmented</property>
  539. </properties>
  540. </sharedObject>
  541. </sharedObjects>
  542. </styleSet>
  543. <styleSet name="MonthViewMulti">
  544. <styles>
  545. <style role="Base">
  546. <states>
  547. <state name="Normal" themedElementAlpha="Transparent" />
  548. </states>
  549. </style>
  550. <style role="ScheduleDay">
  551. <states>
  552. <state name="Normal">
  553. <resources>
  554. <name>LightLightBlueHorzGrad</name>
  555. </resources>
  556. </state>
  557. </states>
  558. </style>
  559. <style role="ScheduleMonthHeader">
  560. <states>
  561. <state name="Normal">
  562. <resources>
  563. <name>LightBlueVertGrad</name>
  564. </resources>
  565. </state>
  566. </states>
  567. </style>
  568. </styles>
  569. <targetComponents>
  570. <targetComponent name="UltraMonthViewMulti" />
  571. </targetComponents>
  572. </styleSet>
  573. <styleSet name="ApplicationTitleArea">
  574. <styles>
  575. <style role="Base">
  576. <states>
  577. <state name="Normal" themedElementAlpha="Transparent" />
  578. </states>
  579. </style>
  580. <style role="UltraGroupBoxContentArea">
  581. <states>
  582. <state name="Normal">
  583. <resources>
  584. <name>BlueVertGrad</name>
  585. </resources>
  586. </state>
  587. </states>
  588. </style>
  589. </styles>
  590. </styleSet>
  591. <styleSet name="ApplicationTitle">
  592. <styles>
  593. <style role="Base">
  594. <states>
  595. <state name="Normal" themedElementAlpha="Transparent" />
  596. </states>
  597. </style>
  598. <style role="UltraLabel">
  599. <states>
  600. <state name="Normal" backColor="Transparent" foreColor="255, 255, 255" backGradientStyle="None" backHatchStyle="None" />
  601. </states>
  602. </style>
  603. </styles>
  604. </styleSet>
  605. <styleSet name="ApplicationSubTitle">
  606. <styles>
  607. <style role="Base">
  608. <states>
  609. <state name="Normal" themedElementAlpha="Transparent" />
  610. </states>
  611. </style>
  612. <style role="UltraLabel">
  613. <states>
  614. <state name="Normal" backColor="Transparent" foreColor="255, 127, 0" backGradientStyle="None" backHatchStyle="None" />
  615. </states>
  616. </style>
  617. </styles>
  618. </styleSet>
  619. </styleSets>
  620. <resources>
  621. <resource name="Background" backColor="13, 13, 211" backColor2="31, 31, 103" backGradientStyle="Elliptical" />
  622. <resource name="BlueHorzGrad" backColor="0, 170, 255" foreColor="White" backColor2="29, 46, 135" backGradientStyle="Horizontal" />
  623. <resource name="BlueVertGrad" backColor="0, 170, 255" foreColor="White" backColor2="29, 46, 135" backGradientStyle="Vertical" />
  624. <resource name="GreenHorzGrad" backColor="Lime" backColor2="SeaGreen" backGradientStyle="HorizontalBump" />
  625. <resource name="GreenVertGrad" backColor="Lime" backColor2="SeaGreen" backGradientStyle="VerticalBump" />
  626. <resource name="LightBlueHorzGrad" backColor="0, 212, 255" backColor2="26, 68, 153" backGradientStyle="Horizontal" />
  627. <resource name="LightBlueHorzHatch" backColor="White" backColor2="LightCyan" backHatchStyle="DarkHorizontal" />
  628. <resource name="LightBlueVertGrad" backColor="0, 212, 255" backColor2="26, 68, 153" backGradientStyle="Vertical" />
  629. <resource name="LightLightBlueHorzGrad" backColor="MintCream" foreColor="22, 22, 172" backColor2="PowderBlue" backGradientStyle="VerticalBump" />
  630. <resource name="OrangeHorzGrad" backColor="255, 127, 0" backColor2="NavajoWhite" backGradientStyle="HorizontalBump" />
  631. <resource name="OrangeVertGrad" backColor="255, 127, 0" foreColor="Black" backColor2="NavajoWhite" backGradientStyle="VerticalBump" />
  632. </resources>
  633. </styleLibrary>