Mini-Compressor/Unit6.fmx
Carldric Clement 779a052100
updated
2023-03-18 17:13:39 +08:00

175 lines
5.9 KiB
Text

object Form6: TForm6
Left = 0
Top = 0
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = Single
Caption = 'BASS Setting'
ClientHeight = 263
ClientWidth = 273
Position = MainFormCenter
StyleBook = Form1.StyleBook1
FormFactor.Width = 320
FormFactor.Height = 480
FormFactor.Devices = [Desktop]
OnCreate = FormCreate
DesignerMasterStyle = 0
object Layout1: TLayout
Align = Client
Size.Width = 273.000000000000000000
Size.Height = 263.000000000000000000
Size.PlatformDefault = False
TabOrder = 1
object Rectangle1: TRectangle
Align = Client
Fill.Bitmap.WrapMode = TileStretch
Fill.Kind = Bitmap
Size.Width = 273.000000000000000000
Size.Height = 263.000000000000000000
Size.PlatformDefault = False
Stroke.Kind = None
object Panel1: TPanel
Align = Client
Size.Width = 273.000000000000000000
Size.Height = 263.000000000000000000
Size.PlatformDefault = False
TabOrder = 0
object GroupBox1: TGroupBox
Size.Width = 273.000000000000000000
Size.Height = 49.000000000000000000
Size.PlatformDefault = False
Text = 'Volume'
TabOrder = 0
object TrackBar1: TTrackBar
CanParentFocus = True
Orientation = Horizontal
Position.X = 16.000000000000000000
Position.Y = 16.000000000000000000
Size.Width = 241.000000000000000000
Size.Height = 19.000000000000000000
Size.PlatformDefault = False
TabOrder = 38
OnChange = TrackBar1Change
end
end
object GroupBox2: TGroupBox
Position.Y = 48.000000000000000000
Size.Width = 273.000000000000000000
Size.Height = 49.000000000000000000
Size.PlatformDefault = False
Text = 'Change Music'
TabOrder = 1
object Button1: TButton
Position.X = 16.000000000000000000
Position.Y = 16.000000000000000000
Size.Width = 241.000000000000000000
Size.Height = 22.000000000000000000
Size.PlatformDefault = False
TabOrder = 38
Text = 'Browse'
OnClick = Button1Click
end
end
object GroupBox3: TGroupBox
Position.Y = 96.000000000000000000
Size.Width = 273.000000000000000000
Size.Height = 97.000000000000000000
Size.PlatformDefault = False
Text = 'Playing'
TabOrder = 2
object Label1: TLabel
Position.X = 16.000000000000000000
Position.Y = 16.000000000000000000
Size.Width = 241.000000000000000000
Size.Height = 17.000000000000000000
Size.PlatformDefault = False
TextSettings.HorzAlign = Center
Text = 'Label1'
TabOrder = 38
end
object ProgressBar1: TProgressBar
Orientation = Horizontal
Position.X = 16.000000000000000000
Position.Y = 40.000000000000000000
Size.Width = 241.000000000000000000
Size.Height = 20.000000000000000000
Size.PlatformDefault = False
end
object CheckBox1: TCheckBox
Position.X = 16.000000000000000000
Position.Y = 64.000000000000000000
Size.Width = 49.000000000000000000
Size.Height = 19.000000000000000000
Size.PlatformDefault = False
TabOrder = 40
Text = '||'
OnChange = CheckBox1Change
end
end
object GroupBox4: TGroupBox
Position.Y = 192.000000000000000000
Size.Width = 273.000000000000000000
Size.Height = 73.000000000000000000
Size.PlatformDefault = False
Text = 'Radio'
TabOrder = 3
object Edit1: TEdit
Touch.InteractiveGestures = [LongTap, DoubleTap]
TabOrder = 38
Position.X = 16.000000000000000000
Position.Y = 40.000000000000000000
Size.Width = 241.000000000000000000
Size.Height = 22.000000000000000000
Size.PlatformDefault = False
object SearchEditButton1: TSearchEditButton
CanFocus = False
Cursor = crArrow
Size.Width = 28.000000000000000000
Size.Height = 18.000000000000000000
Size.PlatformDefault = False
TabOrder = 0
OnClick = SearchEditButton1Click
end
object ClearEditButton1: TClearEditButton
CanFocus = False
Cursor = crArrow
Position.X = 28.000000000000000000
Size.Width = 28.000000000000000000
Size.Height = 18.000000000000000000
Size.PlatformDefault = False
TabOrder = 1
OnClick = ClearEditButton1Click
end
end
object PopupBox1: TPopupBox
Position.X = 16.000000000000000000
Position.Y = 16.000000000000000000
Size.Width = 241.000000000000000000
Size.Height = 22.000000000000000000
Size.PlatformDefault = False
TabOrder = 39
OnChange = PopupBox1Change
end
end
end
end
object FloatAnimation1: TFloatAnimation
AnimationType = InOut
Enabled = True
Duration = 1.000000000000000000
Interpolation = Exponential
PropertyName = 'Opacity'
StartValue = 0.000000000000000000
StopValue = 1.000000000000000000
end
end
object OpenDialog1: TOpenDialog
Left = 240
Top = 144
end
object Timer1: TTimer
Interval = 1
OnTimer = Timer1Timer
Left = 208
Top = 144
end
end