XML Viewer

./Languages/en/WindowSelect.xml File Size: 5.08 KB

  1. <?xml version="1.0" encoding="UTF-16"?>
  2. <Interfaces xmlns="urn:msgplus:interface" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:msgplus:interface PlusInterface.xsd" Name="Screenshot Sender">
  3.         <GlobalColors>
  4.                 <GlobalColor Id="green"><Red>80</Red><Green>200</Green><Blue>65</Blue><Alpha>220</Alpha></GlobalColor>
  5.                 <GlobalColor Id="white"><Red>255</Red><Green>255</Green><Blue>255</Blue><Alpha>255</Alpha></GlobalColor>
  6.                 <GlobalColor Id="black"><Red>0</Red><Green>0</Green><Blue>0</Blue><Alpha>255</Alpha></GlobalColor>
  7.                 <GlobalColor Id="grey"><Red>223</Red><Green>223</Green><Blue>223</Blue><Alpha>255</Alpha></GlobalColor>
  8.                 <GlobalColor Id="bg"><BaseColor><Saturation>2</Saturation><Brightness>0.6</Brightness><Transparency>82</Transparency></BaseColor></GlobalColor>
  9.                 <GlobalColor Id="ref"><BaseColor><Saturation>2.5</Saturation><Brightness>0.8</Brightness><Transparency>220</Transparency></BaseColor></GlobalColor>
  10.         </GlobalColors>
  11.         <Window Id="WindowSelect" Version="1">
  12.                 <Attributes>
  13.                         <Caption>Selected window by title</Caption>
  14.                 </Attributes>
  15.                 <TitleBar>
  16.                         <Title><Text></Text></Title>
  17.                 </TitleBar>
  18.                 <Position Width="350" Height="202" />
  19.                 <DialogTmpl>
  20.                         <BottomBar Style="Plain">
  21.                                 <LeftControls>
  22.                                         <Control xsi:type="ButtonControl" Id="BtnCancel">
  23.                                                 <Position Left="0" Top="0" Width="50"/>
  24.                                                 <Caption>&amp;Cancel</Caption>
  25.                                         </Control>
  26.                                 </LeftControls>
  27.                                 <RightControls>
  28.                                         <Control xsi:type="ButtonControl" Id="BtnSelect">
  29.                                                 <Position Left="0" Top="0" Width="50"/>
  30.                                                 <Caption>&amp;Select</Caption>
  31.                                         </Control>
  32.                                 </RightControls>
  33.                         </BottomBar>
  34.                 </DialogTmpl>
  35.                 <Controls>
  36.                         <Control xsi:type="StaticControl" Id="lblTitle">
  37.                                 <Position Top="3" Left="5" Width="210" Height="10"/>
  38.                                 <Caption>Select window to capture</Caption>
  39.                                 <Attributes>
  40.                                         <AutoAdjustWidth>true</AutoAdjustWidth>
  41.                                 </Attributes>
  42.                         </Control>
  43.                         <Control xsi:type="ListViewControl" Id="LvWindows">
  44.                                 <Position Top="15" Left="5" Width="330" Height="123">
  45.                                         <Anchor Horizontal="LeftRightFixed" Vertical="TopBottomFixed"/>
  46.                                 </Position>
  47.                                 <Attributes>
  48.                                         <AutoTip>true</AutoTip>
  49.                                         <AlwaysShowSelection>True</AlwaysShowSelection>
  50.                                 </Attributes>
  51.                                 <ReportView>
  52.                                         <FullRowSelect>True</FullRowSelect>
  53.                                 </ReportView>
  54.                                 <Columns WidthFormat="Absolute">
  55.                                         <Column>
  56.                                                 <ColumnId>ColTitle</ColumnId>
  57.                                                 <Label>Window Title</Label>
  58.                                                 <Width>498</Width>
  59.                                         </Column>
  60.                                 </Columns>
  61.                         </Control>
  62.                 </Controls>
  63.         </Window>
  64. </Interfaces>
  65.  

Version

  • 5.0.0070_20100325_publicbeta1

Developers

Project Details

  • Folders8
  • Files122
  • Total Lines11,867
  • Repository Version70

User Count

  • 162