Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #pragma once
- <element resid="main" id="atom(FlyoutPane)" layout="Borderlayout()" sheet="FlyoutSheet" visible="true" Accessible='true' AccName="resstr(200)" AccRole='pane' active="keyboard" >
- <element id="atom(HeaderArea)" layoutpos='top' layout='borderlayout()' class="FlyoutBkgd">
- <button id="atom(HeaderButton)" layoutpos="top" layout="borderlayout()" class="NotificationClass">
- <element id="atom(Header)" layoutpos='top' layout='borderlayout()' contentalign="topleft" background = "argb(0,0,0,0)">
- <element layoutpos='left' layout='FlowLayout(0, 2, 2, 2)' background='argb(0,0,0,0)' contentalign="topleft">
- <element id='atom(HeaderIconGood)' layoutpos='none' padding='rect(0rp,0rp,5rp,0rp)' background='argb(0,0,0,0)'
- content="icon(1, sysmetric(11), sysmetric(12), library(actioncenter.dll))" contentalign="topleft"
- />
- <element id='atom(HeaderIconWarning)' layoutpos='none' padding='rect(0rp,0rp,5rp,0rp)' background='argb(0,0,0,0)'
- content ="icon(2, sysmetric(11), sysmetric(12), library(actioncenter.dll))" contentalign="topleft"
- />
- <element id='atom(HeaderIconAlert)' layoutpos='none' padding='rect(0rp,0rp,5rp,0rp)' background='argb(0,0,0,0)'
- content="icon(3, sysmetric(11), sysmetric(12), library(actioncenter.dll))" contentalign="topleft"
- />
- </element>
- <element layoutpos='client' layout='borderlayout()' padding='rect(0rp,0rp,8rp,0rp)' background='argb(0,0,0,0)' contentalign="topleft">
- <element id='atom(HeaderMainText)' layoutpos='client' class='HeaderText' background='argb(0,0,0,0)' contentalign="middleleft"/>
- <element id='atom(HeaderSecondText)' layoutpos='bottom' class='NotificationText' contentalign="topleft"/>
- </element>
- </element>
- </button>
- <button id="atom(BusyNotification)" layoutpos="top" layout="borderlayout()" class="NotificationClass">
- <element layoutpos="top" layout="BorderLayout()" contentalign="topleft" AccName="Busy Notification" background = "argb(0,0,0,0)">
- <element layoutpos="left" contentalign="topleft" background="argb(0,0,0,0)"
- content="icon(4, sysmetric(11), sysmetric(12), library(actioncenter.dll))"
- />
- <element layoutpos="client" layout="flowlayout(1, 2, 0, 2)" contentalign="middleleft" background="argb(0,0,0,0)">
- <element id="atom(BusyText)" contentalign="wrapleft" padding="rect(5rp,0,0,0)" class="HeaderText" background="argb(0,0,0,0)"/>
- </element>
- </element>
- </button>
- </element>
- <element id="atom(Remaining)" layoutpos="none" layout="borderlayout()">
- <element layoutpos="top" layout="borderlayout()">
- <element height="1rp" class="Separator"/>
- </element>
- <element id="atom(GoodText)" layoutpos="none" layout="BorderLayout()" padding="rect(20rp,20rp,20rp,24rp)">
- <element layoutpos="top" layout="FlowLayout()">
- <element layoutpos="top" content="resstr(230)" width="250rp" class="Text" contentalign="wrapleft" />
- </element>
- </element>
- <element id="atom(NotificationArea)" layoutpos="none" layout="BorderLayout()" padding="rect(0rp, 10rp, 0rp, 14rp)">
- <repeater id="atom(NotificationList)" expand="Notification" layout="borderlayout()" layoutpos="top">
- <bind connect="NotificationShield" property="NotificationShield" />
- <bind connect="NotificationTitle" property="NotificationTitle" />
- </repeater>
- </element>
- <element Layout='VerticalFlowLayout(0,2)' layoutpos='bottom' width="250rp" padding="rect(14rp,14rp,14rp,14rp)" class="Links">
- <button class="Link" content="resstr(220)" id="atom(CplLink)" enabled="true" background = "argb(0,0,0,0)" />
- </element>
- </element>
- </element>
- <element resid="Notification" sheet="FlyoutSheet" layoutpos="top" layout="borderlayout()">
- <element layoutpos="client" layout ="filllayout()">
- <button id="atom(NotificationButton)" layoutpos="auto" layout="VerticalFlowLayout(0, 0, 0)" class="NotificationClass" padding="rect(20rp,7rp,20rp,7rp)">
- <element layout="FlowLayout()" contentalign="topleft" background = "argb(0,0,0,0)" width="250rp">
- <element id="atom(NotificationShield)" content="icon(78, sysmetric(49), sysmetric(50), library(imageres.dll))" contentalign="topleft" background="argb(0,0,0,0)" />
- <element id="atom(NotificationTitle)" contentalign="wrapleft" class="NotificationText" />
- </element>
- </button>
- <element id="atom(ClickedIcon)" visible="false" content="icon(9, sysmetric(49), sysmetric(50), library(actioncenter.dll))" contentalign="middlecenter" background="argb(0,0,0,0)" />
- </element>
- </element>
- <stylesheets>
- <style resid="FlyoutSheet">
- <element
- background="themeable(dtb(Flyout, 6, 0),Window)"
- font="gtf(FlyoutStyle, 2, 0)"
- foreground="themeable(gtc(Flyout, 2, 0, 3803),WindowText)"
- />
- <if class="FlyoutBkgd">
- <element
- background="themeable(dtb(TrayNotifyFlyout, 1, 0),window)"
- />
- </if>
- <if class="HeaderText">
- <element
- foreground="themeable(gtc(Flyout, 4, 1, 3803),HotLight)"
- font="gtf(TEXTSTYLE, 3, 0)"
- accessible="true"
- accrole="statictext"
- />
- </if>
- <if class="NotificationText">
- <element
- foreground="themeable(gtc(Flyout, 4, 1, 3803),HotLight)"
- background="argb(0,0,0,0)"
- accessible="true"
- accrole="statictext"
- />
- </if>
- <if class="ClickedNotificationText">
- <element
- foreground="graytext"
- accessible="true"
- accrole="statictext"
- />
- </if>
- <if class="Text">
- <element
- background="argb(0,0,0,0)"
- accessible="true"
- accrole="statictext"
- />
- </if>
- <if class="Links">
- <element
- background="themeable(dtb(TrayNotifyFlyout, 2, 0), ButtonFace)"
- />
- </if>
- <if class="Link">
- <button
- font="gtf(FlyoutStyle, 4, 1)"
- foreground="themeable(gtc(Flyout, 4, 1, 3803),HotLight)"
- Accessible="true"
- AccRole="link"
- />
- <if mousefocused='true'>
- <button
- font="gtf(FlyoutStyle, 4, 2)"
- foreground="themeable(gtc(Flyout, 4, 2, 3803),HotLight)"
- cursor="hand"
- />
- </if>
- <if keyfocused='true'>
- <button
- font="gtf(FlyoutStyle, 4, 2)"
- foreground="themeable(gtc(Flyout, 4, 2, 3803),HotLight)"
- contentalign="focusrect"
- cursor="hand"
- />
- </if>
- </if>
- <if class="NotificationClass">
- <button
- background = "argb(0,0,0,0)"
- accessible = "true"
- accrole = "pushbutton"
- padding = "rect(20rp,7rp,20rp,7rp)"
- accdefaction = "press"
- />
- <if mousefocused="true">
- <button
- background="themeable(dtb(Explorer::ListView, 1, 2), threedlightshadow)"
- />
- </if>
- <if keyfocused='true'>
- <button
- background="themeable(dtb(Explorer::ListView, 1, 2), threedlightshadow)"
- contentalign="focusrect"
- />
- </if>
- </if>
- <if class="ClickedNotificationClass">
- <button
- enabled = "false"
- accessible = "true"
- accrole = "pushbutton"
- padding = "rect(20rp,7rp,20rp,7rp)"
- />
- </if>
- <if class="Separator">
- <element
- background="themeable(dtb(Flyout, 5, 0), Window)"
- />
- </if>
- </style>
- </stylesheets>
- </duixml>
Advertisement
Add Comment
Please, Sign In to add comment