xue@0: object RecordingForm: TRecordingForm xue@0: Left = 358 xue@0: Top = 350 xue@0: Caption = 'Recording' xue@0: ClientHeight = 94 xue@0: ClientWidth = 354 xue@0: Color = clBtnFace xue@0: Font.Charset = DEFAULT_CHARSET xue@0: Font.Color = clWindowText xue@0: Font.Height = -11 xue@0: Font.Name = 'MS Sans Serif' xue@0: Font.Style = [] xue@0: FormStyle = fsStayOnTop xue@0: OldCreateOrder = False xue@0: OnDblClick = FormDblClick xue@0: PixelsPerInch = 96 xue@0: TextHeight = 13 xue@0: object Label1: TLabel xue@0: Left = 0 xue@0: Top = 16 xue@0: Width = 353 xue@0: Height = 19 xue@0: Alignment = taCenter xue@0: AutoSize = False xue@0: Caption = 'Recording in progress' xue@0: Font.Charset = DEFAULT_CHARSET xue@0: Font.Color = clWindowText xue@0: Font.Height = -16 xue@0: Font.Name = 'Times New Roman' xue@0: Font.Style = [] xue@0: ParentFont = False xue@0: end xue@0: object SpeedButton1: TSpeedButton xue@0: Left = 128 xue@0: Top = 64 xue@0: Width = 49 xue@0: Height = 25 xue@0: Caption = 'Delete' xue@0: Enabled = False xue@0: Flat = True xue@0: OnClick = SpeedButton1Click xue@0: end xue@0: object SpeedButtonRecord: TSpeedButton xue@0: Left = 168 xue@0: Top = 40 xue@0: Width = 17 xue@0: Height = 17 xue@0: Flat = True xue@0: OnClick = SpeedButtonRecordClick xue@0: end xue@0: object SpeedButton2: TSpeedButton xue@0: Left = 176 xue@0: Top = 64 xue@0: Width = 81 xue@0: Height = 25 xue@0: Caption = 'Send to editor' xue@0: Enabled = False xue@0: Flat = True xue@0: OnClick = SpeedButton2Click xue@0: end xue@0: end