www.pudn.com > MP4Cam2AVI_SRC_1.2.zip > SettingsForm.dfm


object fSettings: TfSettings 
  Left = 284 
  Top = 217 
  BorderStyle = bsDialog 
  BorderWidth = 10 
  Caption = 'fSettings' 
  ClientHeight = 224 
  ClientWidth = 361 
  Color = clBtnFace 
  Font.Charset = DEFAULT_CHARSET 
  Font.Color = clWindowText 
  Font.Height = -11 
  Font.Name = 'MS Sans Serif' 
  Font.Style = [] 
  OldCreateOrder = False 
  Position = poScreenCenter 
  PixelsPerInch = 96 
  TextHeight = 13 
  object gbSelectPlayer: TGroupBox 
    Left = 0 
    Top = 0 
    Width = 361 
    Height = 153 
    Align = alTop 
    Caption = 'Select player (blank for default)' 
    TabOrder = 0 
    object lASXPlayer: TLabel 
      Left = 8 
      Top = 104 
      Width = 124 
      Height = 13 
      Caption = 'to open playlist files (.ASX)' 
    end 
    object lAVIPlayer: TLabel 
      Left = 8 
      Top = 64 
      Width = 80 
      Height = 13 
      Caption = 'to open .AVI files' 
    end 
    object lMP4Player: TLabel 
      Left = 8 
      Top = 24 
      Width = 85 
      Height = 13 
      Caption = 'to open .MP4 files' 
    end 
    object bBrowseASXPlayer: TButton 
      Left = 295 
      Top = 120 
      Width = 57 
      Height = 21 
      Caption = 'browse...' 
      TabOrder = 0 
      OnClick = bBrowseASXPlayerClick 
    end 
    object eASXPlayer: TEdit 
      Left = 8 
      Top = 120 
      Width = 281 
      Height = 21 
      TabOrder = 1 
    end 
    object eAVIPlayer: TEdit 
      Left = 8 
      Top = 80 
      Width = 281 
      Height = 21 
      TabOrder = 2 
    end 
    object bBrowseAVIPlayer: TButton 
      Left = 295 
      Top = 80 
      Width = 57 
      Height = 21 
      Caption = 'browse...' 
      TabOrder = 3 
      OnClick = bBrowseAVIPlayerClick 
    end 
    object eMP4Player: TEdit 
      Left = 8 
      Top = 40 
      Width = 281 
      Height = 21 
      TabOrder = 4 
    end 
    object bBrowseMP4Player: TButton 
      Left = 295 
      Top = 40 
      Width = 57 
      Height = 21 
      Caption = 'browse...' 
      TabOrder = 5 
      OnClick = bBrowseMP4PlayerClick 
    end 
  end 
  object Panel1: TPanel 
    Left = 0 
    Top = 191 
    Width = 361 
    Height = 33 
    Align = alBottom 
    BevelOuter = bvNone 
    TabOrder = 1 
    object Button1: TButton 
      Left = 128 
      Top = 0 
      Width = 113 
      Height = 33 
      Caption = 'OK' 
      TabOrder = 0 
      OnClick = Button1Click 
    end 
  end 
end