Advertisement
Fike

Untitled

Mar 19th, 2011
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.49 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <Interfaces xmlns="urn:msgplus:interface" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:msgplus:interface PlusInterface.xsd">
  3.     <Window Id="SysInfo" Version="1">
  4.         <Attributes>
  5.             <Caption>SysInfo</Caption>
  6.         </Attributes>
  7.         <TitleBar>
  8.             <Title><Text>SysInfo</Text></Title>
  9.         </TitleBar>
  10.         <Position ClientWidth="185" ClientHeight="150"/>
  11.         <DialogTmpl/>
  12.         <Controls>
  13.             <Control xsi:type="StaticControl" Id="WlmVerLbl">
  14.                 <Position Left="5" Top="11.5" Width="50"/>
  15.                 <Caption>WLM Version:</Caption>
  16.             </Control>
  17.             <Control xsi:type="EditControl" Id="WlmVer">
  18.                 <Position Left="90" Top="10" Width="90"/>
  19.                 <Caption>Getting info...</Caption>
  20.             </Control>
  21.             <Control xsi:type="StaticControl" Id="PlusVerLbl">
  22.                 <Position Left="5" Top="31.5" Width="240"/>
  23.                 <Caption>Plus! Live Version:</Caption>
  24.             </Control>
  25.             <Control xsi:type="EditControl" Id="PlusVer">
  26.                 <Position Left="90" Top="30" Width="90"/>
  27.                 <Caption>Getting Info...</Caption>
  28.             </Control>
  29.             <Control xsi:type="ButtonControl" Id="BtnClose">
  30.                 <Position Left="5" Top="125" Width="175"/>
  31.                 <Caption>Close</Caption>
  32.             </Control>
  33.         </Controls>
  34.     </Window>
  35. </Interfaces>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement