home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 October / PCWorld_2002-10_cd.bin / Software / TemaCD / waveflow / waveflow.exe / 0 / RCDATA / TGROOVEFRM / TGROOVEFRM.txt
Encoding:
Text File  |  2002-08-18  |  1.8 KB  |  100 lines

  1. object GrooveFrm: TGrooveFrm
  2.   Left = 301
  3.   Top = 200
  4.   BorderStyle = bsDialog
  5.   Caption = 'Groove'
  6.   ClientHeight = 184
  7.   ClientWidth = 252
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 16
  21.     Top = 47
  22.     Width = 80
  23.     Height = 13
  24.     Caption = 'Groove &Length : '
  25.     FocusControl = Gaplength
  26.   end
  27.   object Label2: TLabel
  28.     Left = 16
  29.     Top = 79
  30.     Width = 81
  31.     Height = 13
  32.     Caption = 'Groove &Number: '
  33.     FocusControl = Gapinterval
  34.   end
  35.   object Label3: TLabel
  36.     Left = 81
  37.     Top = 8
  38.     Width = 90
  39.     Height = 24
  40.     Caption = 'GROOVE'
  41.     Font.Charset = DEFAULT_CHARSET
  42.     Font.Color = clNavy
  43.     Font.Height = -19
  44.     Font.Name = 'MS Sans Serif'
  45.     Font.Style = [fsBold]
  46.     ParentFont = False
  47.   end
  48.   object rg1: TRadioGroup
  49.     Left = 16
  50.     Top = 109
  51.     Width = 129
  52.     Height = 62
  53.     Caption = 'Scale'
  54.     ItemIndex = 0
  55.     Items.Strings = (
  56.       'Miliseconds'
  57.       'Samples')
  58.     TabOrder = 0
  59.     OnClick = rg1Click
  60.   end
  61.   object Button1: TButton
  62.     Left = 160
  63.     Top = 114
  64.     Width = 75
  65.     Height = 25
  66.     Caption = 'OK'
  67.     TabOrder = 1
  68.     OnClick = Button1Click
  69.   end
  70.   object Button2: TButton
  71.     Left = 160
  72.     Top = 146
  73.     Width = 75
  74.     Height = 25
  75.     Caption = 'Cancel'
  76.     TabOrder = 2
  77.     OnClick = Button2Click
  78.   end
  79.   object Gaplength: TSpinEdit
  80.     Left = 144
  81.     Top = 42
  82.     Width = 89
  83.     Height = 22
  84.     MaxValue = 0
  85.     MinValue = 0
  86.     TabOrder = 3
  87.     Value = 10
  88.   end
  89.   object Gapinterval: TSpinEdit
  90.     Left = 144
  91.     Top = 74
  92.     Width = 89
  93.     Height = 22
  94.     MaxValue = 0
  95.     MinValue = 0
  96.     TabOrder = 4
  97.     Value = 5
  98.   end
  99. end
  100.