SetSyncTime.dfm 3.05 KB
object SetSyncShiftTimeForm: TSetSyncShiftTimeForm
  Left = 347
  Top = 483
  BorderStyle = bsDialog
  Caption = 'Adjust Sync Time'
  ClientHeight = 160
  ClientWidth = 361
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 14
  object btnCLose: TButton
    Left = 255
    Top = 121
    Width = 80
    Height = 25
    Caption = 'Close'
    TabOrder = 0
    OnClick = btnCLoseClick
  end
  object GroupBox1: TGroupBox
    Left = 12
    Top = 16
    Width = 337
    Height = 94
    Caption = ' Adjust Lyrics Sync  '
    TabOrder = 1
    object Label10: TLabel
      Left = 19
      Top = 52
      Width = 29
      Height = 14
      Caption = '-1.0S'
    end
    object Label12: TLabel
      Left = 145
      Top = 564
      Width = 22
      Height = 14
      Caption = '-2.0'
    end
    object Label13: TLabel
      Left = 288
      Top = 52
      Width = 33
      Height = 14
      Caption = '+1.0S'
    end
    object Label15: TLabel
      Left = 26
      Top = 32
      Width = 45
      Height = 14
      Caption = '<- Later'
    end
    object Label18: TLabel
      Left = 265
      Top = 32
      Width = 49
      Height = 14
      Caption = 'Earlier ->'
    end
    object Label4: TLabel
      Left = 114
      Top = 32
      Width = 63
      Height = 14
      Alignment = taRightJustify
      Caption = 'Adj. Sec = '
    end
    object lbl_ShiftAll: TLabel
      Left = 180
      Top = 31
      Width = 30
      Height = 14
      Caption = '+ 0.0'
    end
    object Label1: TLabel
      Left = 165
      Top = 74
      Width = 10
      Height = 14
      Caption = #9650
    end
    object SliderMIDI_DS: TSlider
      Left = 56
      Top = 55
      Width = 228
      Height = 22
      ImageHThumb.Data = {
        42010000424D4201000000000000760000002800000012000000110000000100
        040000000000CC00000000000000000000001000000000000000000000000000
        80000080000000808000800000008000800080800000C0C0C000808080000000
        FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333303333333
        303333000000333F80333333F8033300000033F77803333F7F80330000003F77
        778033F7F7F803000000F77777780F7F7F7F80000000F77777780F77F7F78000
        0000F77777780F7F7F7F80000000F77777780F77F7F780000000F77777780F7F
        7F7F80000000F77777780F77F7F780000000F77777780F7F7F7F80000000F777
        77780F77F7F780000000F77777780F7F7F7F80000000F77777780F77F7F78000
        0000F77777780F7F7F7F80000000F77777780F77777780000000FFFFFFFF0FFF
        FFFFF0000000}
      NumThumbStates = 2
      Options = [soShowPoints, soSmooth]
      Increment = 1
      MinValue = -20
      MaxValue = 20
      Value = 0
      RulerVisible = True
      ThumbVisible = True
      Transparent = False
      ViewElapsedImage = False
      TabOrder = 0
      OnChange = SliderMIDI_DSChange
      OnStartTracking = SliderMIDI_DSStartTracking
      OnStopTracking = SliderMIDI_DSStopTracking
      UserImages = {01}
    end
  end
end