View Single Post
  #2  
Old 20-09-2017, 13:41
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,689
Thanks: 1,106
Thanked 7,336 Times in 2,838 Posts
KaktoR is on a distinguished road
Quote:
Originally Posted by Razor12911 View Post
From ResHacker

Code:
            object NumberBox1: TNumberBox
              Touch.InteractiveGestures = [LongTap, DoubleTap]
              Align = Left
              TabOrder = 3
              Cursor = crIBeam
              Min = 1.000000000000000000
              Max = 65536.000000000000000000
              Value = 1024.000000000000000000
              TextSettings.HorzAlign = Center
              Position.X = 316.000000000000000000
              Size.Width = 60.000000000000000000
              Size.Height = 22.000000000000000000
              Size.PlatformDefault = False
              OnChange = NumberBox1Change
            end
            object Label5: TLabel
              Align = Left
              Margins.Left = 8.000000000000000000
              Position.X = 8.000000000000000000
              Size.Width = 120.000000000000000000
              Size.Height = 22.000000000000000000
              Size.PlatformDefault = False
              Text = 'First volume size'
            end
            object NumberBox3: TNumberBox
              Touch.InteractiveGestures = [LongTap, DoubleTap]
              Align = Left
              TabOrder = 1
              Cursor = crIBeam
              Min = 1.000000000000000000
              Max = 65536.000000000000000000
              Value = 1024.000000000000000000
              TextSettings.HorzAlign = Center
              Position.X = 128.000000000000000000
              Size.Width = 60.000000000000000000
              Size.Height = 22.000000000000000000
              Size.PlatformDefault = False
            end
Have added this to Wiki "UltraArc" for Tipps & Tricks.

More will come, mostly about compressors in new R3 release when simorq is done
__________________
Haters gonna hate
Reply With Quote
The Following User Says Thank You to KaktoR For This Useful Post:
Razor12911 (20-09-2017)