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

  1. object GapperFrm: TGapperFrm
  2.   Left = 301
  3.   Top = 200
  4.   BorderStyle = bsDialog
  5.   Caption = 'Gapper'
  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 = 65
  23.     Height = 13
  24.     Caption = 'Gap Length : '
  25.   end
  26.   object Label2: TLabel
  27.     Left = 16
  28.     Top = 79
  29.     Width = 67
  30.     Height = 13
  31.     Caption = 'Gap Interval : '
  32.   end
  33.   object Label3: TLabel
  34.     Left = 84
  35.     Top = 8
  36.     Width = 84
  37.     Height = 24
  38.     Caption = 'GAPPER'
  39.     Font.Charset = DEFAULT_CHARSET
  40.     Font.Color = clNavy
  41.     Font.Height = -19
  42.     Font.Name = 'MS Sans Serif'
  43.     Font.Style = [fsBold]
  44.     ParentFont = False
  45.   end
  46.   object rg1: TRadioGroup
  47.     Left = 16
  48.     Top = 109
  49.     Width = 129
  50.     Height = 62
  51.     Caption = 'Scale'
  52.     ItemIndex = 0
  53.     Items.Strings = (
  54.       'Miliseconds'
  55.       'Samples')
  56.     TabOrder = 0
  57.     OnClick = rg1Click
  58.   end
  59.   object Button1: TButton
  60.     Left = 160
  61.     Top = 114
  62.     Width = 75
  63.     Height = 25
  64.     Caption = 'OK'
  65.     TabOrder = 1
  66.     OnClick = Button1Click
  67.   end
  68.   object Button2: TButton
  69.     Left = 160
  70.     Top = 146
  71.     Width = 75
  72.     Height = 25
  73.     Caption = 'Cancel'
  74.     TabOrder = 2
  75.     OnClick = Button2Click
  76.   end
  77.   object Gaplength: TSpinEdit
  78.     Left = 112
  79.     Top = 42
  80.     Width = 121
  81.     Height = 22
  82.     MaxValue = 0
  83.     MinValue = 0
  84.     TabOrder = 3
  85.     Value = 10
  86.   end
  87.   object Gapinterval: TSpinEdit
  88.     Left = 112
  89.     Top = 74
  90.     Width = 121
  91.     Height = 22
  92.     MaxValue = 0
  93.     MinValue = 0
  94.     TabOrder = 4
  95.     Value = 25
  96.   end
  97. end
  98.