annotate RecordingUnit.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
rev   line source
xue@0 1 object RecordingForm: TRecordingForm
xue@0 2 Left = 358
xue@0 3 Top = 350
xue@0 4 Caption = 'Recording'
xue@0 5 ClientHeight = 94
xue@0 6 ClientWidth = 354
xue@0 7 Color = clBtnFace
xue@0 8 Font.Charset = DEFAULT_CHARSET
xue@0 9 Font.Color = clWindowText
xue@0 10 Font.Height = -11
xue@0 11 Font.Name = 'MS Sans Serif'
xue@0 12 Font.Style = []
xue@0 13 FormStyle = fsStayOnTop
xue@0 14 OldCreateOrder = False
xue@0 15 OnDblClick = FormDblClick
xue@0 16 PixelsPerInch = 96
xue@0 17 TextHeight = 13
xue@0 18 object Label1: TLabel
xue@0 19 Left = 0
xue@0 20 Top = 16
xue@0 21 Width = 353
xue@0 22 Height = 19
xue@0 23 Alignment = taCenter
xue@0 24 AutoSize = False
xue@0 25 Caption = 'Recording in progress'
xue@0 26 Font.Charset = DEFAULT_CHARSET
xue@0 27 Font.Color = clWindowText
xue@0 28 Font.Height = -16
xue@0 29 Font.Name = 'Times New Roman'
xue@0 30 Font.Style = []
xue@0 31 ParentFont = False
xue@0 32 end
xue@0 33 object SpeedButton1: TSpeedButton
xue@0 34 Left = 128
xue@0 35 Top = 64
xue@0 36 Width = 49
xue@0 37 Height = 25
xue@0 38 Caption = 'Delete'
xue@0 39 Enabled = False
xue@0 40 Flat = True
xue@0 41 OnClick = SpeedButton1Click
xue@0 42 end
xue@0 43 object SpeedButtonRecord: TSpeedButton
xue@0 44 Left = 168
xue@0 45 Top = 40
xue@0 46 Width = 17
xue@0 47 Height = 17
xue@0 48 Flat = True
xue@0 49 OnClick = SpeedButtonRecordClick
xue@0 50 end
xue@0 51 object SpeedButton2: TSpeedButton
xue@0 52 Left = 176
xue@0 53 Top = 64
xue@0 54 Width = 81
xue@0 55 Height = 25
xue@0 56 Caption = 'Send to editor'
xue@0 57 Enabled = False
xue@0 58 Flat = True
xue@0 59 OnClick = SpeedButton2Click
xue@0 60 end
xue@0 61 end