XML Viewer

./Languages/en/ContactSelector.xml File Size: 7.14 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="ContactSelector" Version="1">
  12.                 <Attributes>
  13.                         <Caption>Multiple Contact Chat</Caption>
  14.                 </Attributes>
  15.                 <TitleBar>
  16.                         <Title><Text></Text></Title>
  17.                 </TitleBar>
  18.                 <Position Width="350" Height="213">
  19.                         <Resizeable Allowed="BothSides">
  20.                                 <MinWidth>250</MinWidth>
  21.                                 <MinHeight>158</MinHeight>
  22.                         </Resizeable>
  23.                 </Position>
  24.                 <DialogTmpl>
  25.                         <BottomBar Style="Plain">
  26.                                 <LeftControls>
  27.                                         <Control xsi:type="ButtonControl" Id="BtnCancel">
  28.                                                 <Position Left="0" Top="0" Width="50"/>
  29.                                                 <Caption>&amp;Cancel</Caption>
  30.                                         </Control>
  31.                                 </LeftControls>
  32.                                 <RightControls>
  33.                                         <Control xsi:type="ButtonControl" Id="BtnSend">
  34.                                                 <Position Left="0" Top="0" Width="75"/>
  35.                                                 <Caption>&amp;Send Screenshot</Caption>
  36.                                         </Control>
  37.                                 </RightControls>
  38.                         </BottomBar>
  39.                 </DialogTmpl>
  40.                 <Controls>
  41.                         <Control xsi:type="StaticControl" Id="lblTitle">
  42.                                 <Position Top="3" Left="5" Width="210" Height="10"/>
  43.                                 <Caption>Select contact(s) to send screenshot to:</Caption>
  44.                                 <Attributes>
  45.                                         <AutoAdjustWidth>true</AutoAdjustWidth>
  46.                                 </Attributes>
  47.                         </Control>
  48.                         <Control xsi:type="ListViewControl" Id="LvContacts">
  49.                                 <Position Top="15" Left="5" Width="330" Height="126">
  50.                                         <Anchor Horizontal="LeftRightFixed" Vertical="TopBottomFixed"/>
  51.                                 </Position>
  52.                                 <Attributes>
  53.                                         <AutoTip>true</AutoTip>
  54.                                         <AlwaysShowSelection>True</AlwaysShowSelection>
  55.                                 </Attributes>
  56.                                 <ReportView>
  57.                                         <HasCheckboxes>True</HasCheckboxes>
  58.                                         <FullRowSelect>True</FullRowSelect>
  59.                                 </ReportView>
  60.                                 <Images>
  61.                                         <SmallIcons>
  62.                                                 <Image Id="online">
  63.                                                         <Name>buddy-online</Name>
  64.                                                 </Image>
  65.                                                 <Image Id="offline">
  66.                                                         <Name>buddy-offline</Name>
  67.                                                 </Image>
  68.                                                 <Image Id="away">
  69.                                                         <Name>buddy-away</Name>
  70.                                                 </Image>
  71.                                                 <Image Id="busy">
  72.                                                         <Name>buddy-busy</Name>
  73.                                                 </Image>
  74.                                                 <Image Id="blocked">
  75.                                                         <Name>buddy-blocked</Name>
  76.                                                 </Image>
  77.                                         </SmallIcons>
  78.                                 </Images>
  79.                                 <Columns WidthFormat="Absolute">
  80.                                         <Column>
  81.                                                 <ColumnId>ColName</ColumnId>
  82.                                                 <Label>Contact Name</Label>
  83.                                                 <Width>250</Width>
  84.                                         </Column>
  85.                                         <Column>
  86.                                                 <ColumnId>ColEmail</ColumnId>
  87.                                                 <Label>E-mail</Label>
  88.                                         </Column>
  89.                                 </Columns>
  90.                         </Control>
  91.                         <Control xsi:type="CheckBoxControl" Id="chkShowConversationContacts">
  92.                                 <Position Left="5" Top="144" Width="330" Height="10">
  93.                                         <Anchor Horizontal="LeftRightFixed" Vertical="BottomFixed"/>
  94.                                 </Position>
  95.                                 <Caption>Display only contacts who have open conversation windows</Caption>
  96.                         </Control>
  97.                 </Controls>
  98.         </Window>
  99. </Interfaces>
  100.  

Version

  • 5.0.0070_20100325_publicbeta1

Developers

Project Details

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

User Count

  • 162