Advertisement
Guest User

Untitled

a guest
Jan 28th, 2020
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 4.22 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <Layout>
  3.   <Launcher.Interface.ControlLabel name="lblName">
  4.     <Accessibility>
  5.       <AccessibleName></AccessibleName>
  6.       <AccessibleDescription></AccessibleDescription>
  7.       <AccessibleRole>Default</AccessibleRole>
  8.     </Accessibility>
  9.     <Appearance>
  10.       <Text>Rocket Launcher</Text>
  11.       <BackColor>Control</BackColor>
  12.       <CompositeQuality>HighQuality</CompositeQuality>
  13.       <Cursor>Default</Cursor>
  14.       <DisabledTextColor>SteelBlue</DisabledTextColor>
  15.       <FlatStyle>Standard</FlatStyle>
  16.       <ForeColor>SteelBlue</ForeColor>
  17.       <Image></Image>
  18.       <ImageIndex></ImageIndex>
  19.       <ImageKey></ImageKey>
  20.       <ImageList></ImageList>
  21.       <ImageAlign>MiddleCenter</ImageAlign>
  22.       <RightToLeft>No</RightToLeft>
  23.       <SmoothingMode>HighQuality</SmoothingMode>
  24.       <TextAlign>TopLeft</TextAlign>
  25.       <TextRenderHint>AntiAliasGridFit</TextRenderHint>
  26.       <UseMnmonic>True</UseMnmonic>
  27.       <UseWaitCursor>False</UseWaitCursor>
  28.     </Appearance>
  29.     <Behavior>
  30.       <AllowDrop>False</AllowDrop>
  31.       <AutoEllipsis>True</AutoEllipsis>
  32.       <Enabled>False</Enabled>
  33.       <TabIndex>11</TabIndex>
  34.       <UseCompatibleTextRendering>False</UseCompatibleTextRendering>
  35.       <Visible>True</Visible>
  36.     </Behavior>
  37.     <Design>
  38.       <GenerateMember>True</GenerateMember>
  39.       <Locked>False</Locked>
  40.       <Modifiers>Private</Modifiers>
  41.     </Design>
  42.     <Focus>
  43.       <CausesValidation>True</CausesValidation>
  44.     </Focus>
  45.     <Layout>
  46.       <Anchor>Top, Left</Anchor>
  47.       <AutoSize>True</AutoSize>
  48.       <Dock>None</Dock>
  49.       <Location X="5" Y="7"/>
  50.       <Margin All="-1" Left="3" Top="0" Right="3" Bottom="0"/>
  51.       <Padding All="0" Left="0" Top="0" Right="0" Bottom="0"/>
  52.       <MaximumSize Width="0" Height="0"/>
  53.       <MinimumSize Width="0" Height="0"/>
  54.       <Size Width="150" Height="33"/>
  55.     </Layout>
  56.   </Launcher.Interface.ControlLabel>
  57.  
  58.   <Launcher.Interface.GlossyButton name="btnLaunch">
  59.     <Accessibility>
  60.       <AccessibleName></AccessibleName>
  61.       <AccessibleDescription></AccessibleDescription>
  62.       <AccessibleRole>Default</AccessibleRole>
  63.     </Accessibility>
  64.     <Appearance>
  65.       <Text>Start</Text>
  66.       <Font size="8.25" unit="Point" bold="false" italic="false" strikeout="false" underline="false" gdicharset="0" gdiverticalfont="false">Tahoma</Font>
  67.       <ActiveBackColor>DarkSeaGreen</ActiveBackColor>
  68.       <ActiveBorderColor>White</ActiveBorderColor>
  69.       <BackColor>Control</BackColor>
  70.       <BackgroundImage></BackgroundImage>
  71.       <BackgroundImageLayout>Tile</BackgroundImageLayout>
  72.       <BorderColor>White</BorderColor>
  73.       <Cursor>Default</Cursor>
  74.       <DisabledTextColor>SteelBlue</DisabledTextColor>
  75.       <FlatStyle>Standard</FlatStyle>
  76.       <ForeColor>SteelBlue</ForeColor>
  77.       <HoverBackColor>MediumAquamarine</HoverBackColor>
  78.       <HoverBorderColor>White</HoverBorderColor>
  79.       <RightToLeft>No</RightToLeft>
  80.       <StandbyBackColor>DarkSeaGreen</StandbyBackColor>
  81.       <StandbyBorderColor>White</StandbyBorderColor>
  82.       <UseWaitCursor>False</UseWaitCursor>
  83.     </Appearance>
  84.     <Behavior>
  85.       <AllowDrop>False</AllowDrop>
  86.       <AutoValidate>True</AutoValidate>
  87.       <Enabled>False</Enabled>
  88.       <ImeMode>NoControl</ImeMode>
  89.       <TabIndex>6</TabIndex>
  90.       <TabStop>True</TabStop>
  91.       <Visible>True</Visible>
  92.     </Behavior>
  93.     <Design>
  94.       <GenerateMember>True</GenerateMember>
  95.       <Locked>False</Locked>
  96.       <Modifiers>Private</Modifiers>
  97.     </Design>
  98.     <Focus>
  99.       <CausesValidation>True</CausesValidation>
  100.     </Focus>
  101.     <Layout>
  102.       <Anchor>Top, Left</Anchor>
  103.       <AutoScroll>False</AutoScroll>
  104.       <AutoScrollMargin Width="0" Height="0"/>
  105.       <AutoScrollMinSize Width="0" Height="0"/>
  106.       <AutoSize>True</AutoSize>
  107.       <AutoSizeMode>GrowOnly</AutoSizeMode>
  108.       <Dock>None</Dock>
  109.       <Location X="427" Y="309"/>
  110.       <Margin All="3" Left="3" Top="3" Right="3" Bottom="3"/>
  111.       <Padding All="0" Left="0" Top="0" Right="0" Bottom="0"/>
  112.       <MaximumSize Width="0" Height="0"/>
  113.       <MinimumSize Width="0" Height="0"/>
  114.       <Size Width="76" Height="39"/>
  115.     </Layout>
  116.   </Launcher.Interface.GlossyButton>
  117. </Layout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement