home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / sharewar / picmaster / picmaster.exe / picmaster.en / 0 / RCDATA / TKOMFORM / TKOMFORM.txt
Encoding:
Text File  |  2001-05-24  |  1.6 KB  |  80 lines

  1. object komform: Tkomform
  2.   Left = 855
  3.   Top = 798
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'komform'
  7.   ClientHeight = 106
  8.   ClientWidth = 290
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   ShowHint = True
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TmyRxLabel
  22.     Left = 0
  23.     Top = 16
  24.     Width = 289
  25.     Height = 20
  26.     Alignment = taCenter
  27.     AutoSize = False
  28.     Caption = 'Record is beeing executed !!!'
  29.     Font.Charset = DEFAULT_CHARSET
  30.     Font.Color = clWindowText
  31.     Font.Height = -16
  32.     Font.Name = 'MS Sans Serif'
  33.     Font.Style = []
  34.     ParentFont = False
  35.     ShadowSize = 0
  36.   end
  37.   object Label2: TmyRxLabel
  38.     Left = 1
  39.     Top = 32
  40.     Width = 289
  41.     Height = 20
  42.     Alignment = taCenter
  43.     AutoSize = False
  44.     Caption = '0 seconds'
  45.     Font.Charset = DEFAULT_CHARSET
  46.     Font.Color = clWindowText
  47.     Font.Height = -16
  48.     Font.Name = 'MS Sans Serif'
  49.     Font.Style = []
  50.     ParentFont = False
  51.     ShadowSize = 0
  52.   end
  53.   object Button1: TButton
  54.     Left = 107
  55.     Top = 64
  56.     Width = 73
  57.     Height = 25
  58.     Caption = 'Stop'
  59.     Default = True
  60.     TabOrder = 0
  61.     OnClick = Button1Click
  62.   end
  63.   object MediaPlayer1: TMediaPlayer
  64.     Left = 16
  65.     Top = 88
  66.     Width = 253
  67.     Height = 20
  68.     DeviceType = dtWaveAudio
  69.     Visible = False
  70.     TabOrder = 1
  71.     OnNotify = MediaPlayer1Notify
  72.   end
  73.   object Timer1: TTimer
  74.     Enabled = False
  75.     OnTimer = Timer1Timer
  76.     Left = 200
  77.     Top = 48
  78.   end
  79. end
  80.