home *** CD-ROM | disk | FTP | other *** search
- object komform: Tkomform
- Left = 855
- Top = 798
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'komform'
- ClientHeight = 106
- ClientWidth = 290
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- ShowHint = True
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TmyRxLabel
- Left = 0
- Top = 16
- Width = 289
- Height = 20
- Alignment = taCenter
- AutoSize = False
- Caption = 'Aufnahme l�uft !!!'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -16
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ShadowSize = 0
- end
- object Label2: TmyRxLabel
- Left = 1
- Top = 32
- Width = 289
- Height = 20
- Alignment = taCenter
- AutoSize = False
- Caption = '0 Sekunden'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -16
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ShadowSize = 0
- end
- object Button1: TButton
- Left = 107
- Top = 64
- Width = 73
- Height = 25
- Caption = 'Stop'
- Default = True
- TabOrder = 0
- OnClick = Button1Click
- end
- object MediaPlayer1: TMediaPlayer
- Left = 16
- Top = 88
- Width = 253
- Height = 20
- DeviceType = dtWaveAudio
- Visible = False
- TabOrder = 1
- OnNotify = MediaPlayer1Notify
- end
- object Timer1: TTimer
- Enabled = False
- OnTimer = Timer1Timer
- Left = 200
- Top = 48
- end
- end
-