view EditorPanelUnit.dfm @ 1:f3fd4e19cec0 tip

first binary upload
author wenx <xue.wen@eecs.qmul.ac.uk>
date Wed, 10 Aug 2011 14:56:28 +0100
parents a6a46af64546
children
line wrap: on
line source
object EditorPanel: TEditorPanel
  Left = 401
  Top = 236
  BorderStyle = bsToolWindow
  Caption = 'Editor panel'
  ClientHeight = 181
  ClientWidth = 313
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object Panel2: TPanel
    Left = 0
    Top = 0
    Width = 313
    Height = 161
    Align = alTop
    BevelOuter = bvLowered
    Caption = 'Panel2'
    TabOrder = 1
    object PageControl1: TPageControl
      Left = 1
      Top = 1
      Width = 311
      Height = 159
      ActivePage = DeFMSheet
      Align = alClient
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      MultiLine = True
      ParentFont = False
      TabOrder = 0
      object AmplifySheet: TTabSheet
        Caption = 'Amplify'
        ExplicitLeft = 0
        ExplicitTop = 0
        ExplicitWidth = 0
        ExplicitHeight = 0
        object Label1: TLabel
          Left = 96
          Top = 64
          Width = 13
          Height = 13
          Caption = 'dB'
        end
        object AmpEdit1: TEdit
          Left = 16
          Top = 32
          Width = 105
          Height = 19
          Ctl3D = False
          ParentCtl3D = False
          TabOrder = 0
          Text = '1.0'
          OnKeyPress = AmpEdit1KeyPress
          OnMouseMove = AmpEdit1MouseMove
        end
        object AmpDBEdit1: TEdit
          Left = 16
          Top = 64
          Width = 73
          Height = 19
          BevelInner = bvNone
          Ctl3D = False
          ParentCtl3D = False
          TabOrder = 1
          Text = '0.0'
          OnKeyPress = AmpEdit1KeyPress
          OnMouseMove = AmpEdit1MouseMove
        end
      end
      object PitchSheet: TTabSheet
        Caption = 'Pitch Shifting'
        ImageIndex = 1
        ExplicitLeft = 0
        ExplicitTop = 0
        ExplicitWidth = 0
        ExplicitHeight = 0
        object Label5: TLabel
          Left = 104
          Top = 32
          Width = 42
          Height = 13
          Caption = 'semitone'
        end
        object PitchEdit1: TEdit
          Left = 16
          Top = 32
          Width = 81
          Height = 19
          Ctl3D = False
          ParentCtl3D = False
          TabOrder = 0
          Text = '0'
          OnKeyPress = AmpEdit1KeyPress
          OnMouseMove = AmpEdit1MouseMove
        end
        object PitchCheck1: TCheckBox
          Left = 16
          Top = 64
          Width = 97
          Height = 17
          Caption = 'Duplicate'
          TabOrder = 1
        end
      end
      object AMSheet: TTabSheet
        Caption = 'AM'
        ImageIndex = 2
        ExplicitLeft = 0
        ExplicitTop = 0
        ExplicitWidth = 0
        ExplicitHeight = 0
        object TLabel
          Left = 120
          Top = 48
          Width = 11
          Height = 13
          Caption = 'hz'
        end
        object Label6: TLabel
          Left = 16
          Top = 16
          Width = 29
          Height = 13
          Caption = 'Depth'
        end
        object Label7: TLabel
          Left = 8
          Top = 48
          Width = 50
          Height = 13
          Caption = 'Frequency'
        end
        object Label10: TLabel
          Left = 24
          Top = 80
          Width = 30
          Height = 13
          Caption = 'Phase'
        end
        object Label11: TLabel
          Left = 120
          Top = 80
          Width = 21
          Height = 14
          Caption = #215'2'#960
          FocusControl = AMAEdit1
          Font.Charset = ANSI_CHARSET
          Font.Color = clWindowText
          Font.Height = -11
          Font.Name = 'Marlett'
          Font.Style = []
          ParentFont = False
        end
        object AMAEdit1: TEdit
          Left = 56
          Top = 16
          Width = 57
          Height = 19
          Ctl3D = False
          ParentCtl3D = False
          TabOrder = 0
          Text = '0'
          OnKeyPress = AmpEdit1KeyPress
          OnMouseMove = AmpEdit1MouseMove
        end
        object AMFEdit1: TEdit
          Left = 72
          Top = 48
          Width = 41
          Height = 19
          Ctl3D = False
          ParentCtl3D = False
          TabOrder = 1
          Text = '4'
          OnKeyPress = AmpEdit1KeyPress
          OnMouseMove = AmpEdit1MouseMove
        end
        object AMPhEdit1: TEdit
          Left = 64
          Top = 80
          Width = 49
          Height = 19
          Ctl3D = False
          ParentCtl3D = False
          TabOrder = 2
          Text = '0'
          OnKeyPress = AmpEdit1KeyPress
          OnMouseMove = AmpEdit1MouseMove
        end
      end
      object FMSheet: TTabSheet
        Caption = 'FM'
        ImageIndex = 3
        ExplicitLeft = 0
        ExplicitTop = 0
        ExplicitWidth = 0
        ExplicitHeight = 0
        object TLabel
          Left = 120
          Top = 48
          Width = 11
          Height = 13
          Caption = 'hz'
        end
        object Label2: TLabel
          Left = 120
          Top = 16
          Width = 42
          Height = 13
          Caption = 'semitone'
        end
        object Label8: TLabel
          Left = 16
          Top = 16
          Width = 29
          Height = 13
          Caption = 'Depth'
        end
        object Label9: TLabel
          Left = 8
          Top = 48
          Width = 50
          Height = 13
          Caption = 'Frequency'
        end
        object Label12: TLabel
          Left = 24
          Top = 80
          Width = 30
          Height = 13
          Caption = 'Phase'
        end
        object Label13: TLabel
          Left = 120
          Top = 80
          Width = 21
          Height = 14
          Caption = #215'2'#960
          FocusControl = AMAEdit1
          Font.Charset = ANSI_CHARSET
          Font.Color = clWindowText
          Font.Height = -11
          Font.Name = 'Marlett'
          Font.Style = []
          ParentFont = False
        end
        object FMAEdit1: TEdit
          Left = 56
          Top = 16
          Width = 57
          Height = 19
          Ctl3D = False
          ParentCtl3D = False
          TabOrder = 0
          Text = '0'
          OnKeyPress = AmpEdit1KeyPress
          OnMouseMove = AmpEdit1MouseMove
        end
        object FMFEdit1: TEdit
          Left = 72
          Top = 48
          Width = 41
          Height = 19
          Ctl3D = False
          ParentCtl3D = False
          TabOrder = 1
          Text = '4'
          OnKeyPress = AmpEdit1KeyPress
          OnMouseMove = AmpEdit1MouseMove
        end
        object FMPhEdit1: TEdit
          Left = 64
          Top = 80
          Width = 49
          Height = 19
          Ctl3D = False
          ParentCtl3D = False
          TabOrder = 2
          Text = '0'
          OnKeyPress = AmpEdit1KeyPress
          OnMouseMove = AmpEdit1MouseMove
        end
      end
      object DeFMSheet: TTabSheet
        Caption = 'De-FM'
        ImageIndex = 4
        object Label3: TLabel
          Left = 23
          Top = 34
          Width = 27
          Height = 13
          Caption = 'depth'
        end
        object Label4: TLabel
          Left = 32
          Top = 72
          Width = 18
          Height = 13
          Caption = 'rate'
        end
        object DeFMEdit1: TEdit
          Left = 56
          Top = 32
          Width = 57
          Height = 19
          Ctl3D = False
          ParentCtl3D = False
          TabOrder = 0
          Text = '1'
          OnKeyPress = AmpEdit1KeyPress
          OnMouseMove = AmpEdit1MouseMove
        end
        object DeFMEdit2: TEdit
          Left = 56
          Top = 72
          Width = 57
          Height = 19
          Ctl3D = False
          ParentCtl3D = False
          TabOrder = 1
          Text = '1'
          OnKeyPress = AmpEdit1KeyPress
          OnMouseMove = AmpEdit1MouseMove
        end
      end
    end
  end
  object Panel1: TPanel
    Left = 0
    Top = 146
    Width = 313
    Height = 35
    Align = alBottom
    BevelOuter = bvNone
    TabOrder = 0
    object SpeedButton1: TSpeedButton
      Left = 6
      Top = 0
      Width = 97
      Height = 25
      Caption = 'Apply'
      Flat = True
      OnClick = SpeedButton1Click
    end
    object SpeedButton2: TSpeedButton
      Left = 195
      Top = 0
      Width = 97
      Height = 25
      Caption = 'Cancel'
      Flat = True
      OnClick = SpeedButton2Click
    end
    object SpeedButton4: TSpeedButton
      Left = 101
      Top = 0
      Width = 97
      Height = 25
      Caption = 'Discard'
      Flat = True
      OnClick = SpeedButton4Click
    end
  end
  object OpenDialog1: TOpenDialog
    Left = 5
    Top = 113
  end
end