MP3 Info & Convert, Version 1.0a

Zurück zur Übersicht

Datei: micsave.dfm

object frmConvert: TfrmConvert
  Left = 0
  Top = 0
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = 'Convert to WAVE / RESOURCE'
  ClientHeight = 225
  ClientWidth = 426
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  Position = poOwnerFormCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object bvlWav: TBevel
    Left = 8
    Top = 28
    Width = 409
    Height = 37
  end
  object lblWavFile: TLabel
    Left = 16
    Top = 40
    Width = 46
    Height = 13
    Caption = '&Filename:'
    FocusControl = edtWavFile
  end
  object bvlRes: TBevel
    Left = 8
    Top = 96
    Width = 409
    Height = 85
  end
  object lblResFile: TLabel
    Left = 16
    Top = 156
    Width = 46
    Height = 13
    Caption = '&Filename:'
    FocusControl = edtResFile
  end
  object lblResName: TLabel
    Left = 16
    Top = 108
    Width = 31
    Height = 13
    Caption = '&Name:'
    FocusControl = edtResName
  end
  object lblResType: TLabel
    Left = 16
    Top = 132
    Width = 28
    Height = 13
    Caption = '&Type:'
    FocusControl = edtResType
  end
  object rbtWav: TRadioButton
    Left = 8
    Top = 8
    Width = 129
    Height = 17
    Caption = 'Convert to &WAV file'
    Checked = True
    TabOrder = 0
    TabStop = True
    OnClick = rbtWavClick
  end
  object edtWavFile: TEdit
    Left = 80
    Top = 36
    Width = 305
    Height = 21
    TabOrder = 1
  end
  object btnWavFile: TButton
    Left = 388
    Top = 36
    Width = 21
    Height = 21
    Hint = 'Select filename...'
    Caption = '...'
    ParentShowHint = False
    ShowHint = False
    TabOrder = 2
    OnClick = btnWavFileClick
  end
  object rbtRes: TRadioButton
    Left = 8
    Top = 76
    Width = 129
    Height = 17
    Caption = 'Convert to &RES file'
    TabOrder = 3
    OnClick = rbtResClick
  end
  object edtResFile: TEdit
    Left = 80
    Top = 152
    Width = 305
    Height = 21
    TabOrder = 6
  end
  object btnResFile: TButton
    Left = 388
    Top = 152
    Width = 21
    Height = 21
    Hint = 'Select filename...'
    Caption = '...'
    TabOrder = 7
    OnClick = btnResFileClick
  end
  object edtResName: TEdit
    Left = 80
    Top = 104
    Width = 161
    Height = 21
    MaxLength = 80
    TabOrder = 4
    Text = 'SOUND'
  end
  object edtResType: TEdit
    Left = 80
    Top = 128
    Width = 161
    Height = 21
    MaxLength = 80
    TabOrder = 5
    Text = 'WAVE'
  end
  object btnOk: TButton
    Left = 256
    Top = 192
    Width = 81
    Height = 25
    Caption = 'OK'
    Default = True
    ModalResult = 1
    TabOrder = 8
  end
  object btnCancel: TButton
    Left = 344
    Top = 192
    Width = 75
    Height = 25
    Cancel = True
    Caption = 'Cancel'
    ModalResult = 2
    TabOrder = 9
  end
  object dlgSave: TSaveDialog
    Options = [ofHideReadOnly, ofPathMustExist, ofEnableSizing]
    Title = 'Select filename'
    Left = 8
    Top = 192
  end
end
Flocke's Garage
Valid HTML 4.01 Transitional Valid CSS!
(C) 2005-2018 Volker Siebert.
Creative Commons-LizenzvertragDer gesamte Inhalt dieser Webseite steht unter einer Creative Commons-Lizenz (sofern nicht anders angegeben).