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