Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0"?>
- <Interfaces xmlns="urn:msgplus:interface" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:msgplus:interface PlusInterface.xsd">
- <Window Id="SysInfo" Version="1">
- <Attributes>
- <Caption>SysInfo</Caption>
- </Attributes>
- <TitleBar>
- <Title><Text>SysInfo</Text></Title>
- </TitleBar>
- <Position ClientWidth="185" ClientHeight="150"/>
- <DialogTmpl/>
- <Controls>
- <Control xsi:type="StaticControl" Id="WlmVerLbl">
- <Position Left="5" Top="11.5" Width="50"/>
- <Caption>WLM Version:</Caption>
- </Control>
- <Control xsi:type="EditControl" Id="WlmVer">
- <Position Left="90" Top="10" Width="90"/>
- <Caption>Getting info...</Caption>
- </Control>
- <Control xsi:type="StaticControl" Id="PlusVerLbl">
- <Position Left="5" Top="31.5" Width="240"/>
- <Caption>Plus! Live Version:</Caption>
- </Control>
- <Control xsi:type="EditControl" Id="PlusVer">
- <Position Left="90" Top="30" Width="90"/>
- <Caption>Getting Info...</Caption>
- </Control>
- <Control xsi:type="ButtonControl" Id="BtnClose">
- <Position Left="5" Top="125" Width="175"/>
- <Caption>Close</Caption>
- </Control>
- </Controls>
- </Window>
- </Interfaces>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement