home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Shareware / Multimedia / waveflow / waveflow.exe / 0 / RCDATA / TGAPPERFRM / TGAPPERFRM.txt < prev   
Text File  |  2005-05-01  |  2KB  |  99 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.   Icon.Data = {<image000.ico>}
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 16
  22.     Top = 47
  23.     Width = 65
  24.     Height = 13
  25.     Caption = 'Gap Length : '
  26.   end
  27.   object Label2: TLabel
  28.     Left = 16
  29.     Top = 79
  30.     Width = 67
  31.     Height = 13
  32.     Caption = 'Gap Interval : '
  33.   end
  34.   object Label3: TLabel
  35.     Left = 84
  36.     Top = 8
  37.     Width = 84
  38.     Height = 24
  39.     Caption = 'GAPPER'
  40.     Font.Charset = DEFAULT_CHARSET
  41.     Font.Color = clNavy
  42.     Font.Height = -19
  43.     Font.Name = 'MS Sans Serif'
  44.     Font.Style = [fsBold]
  45.     ParentFont = False
  46.   end
  47.   object rg1: TRadioGroup
  48.     Left = 16
  49.     Top = 109
  50.     Width = 129
  51.     Height = 62
  52.     Caption = 'Scale'
  53.     ItemIndex = 0
  54.     Items.Strings = (
  55.       'Miliseconds'
  56.       'Samples')
  57.     TabOrder = 0
  58.     OnClick = rg1Click
  59.   end
  60.   object Button1: TButton
  61.     Left = 160
  62.     Top = 114
  63.     Width = 75
  64.     Height = 25
  65.     Caption = 'OK'
  66.     TabOrder = 1
  67.     OnClick = Button1Click
  68.   end
  69.   object Button2: TButton
  70.     Left = 160
  71.     Top = 146
  72.     Width = 75
  73.     Height = 25
  74.     Caption = 'Cancel'
  75.     TabOrder = 2
  76.     OnClick = Button2Click
  77.   end
  78.   object Gaplength: TSpinEdit
  79.     Left = 112
  80.     Top = 42
  81.     Width = 121
  82.     Height = 22
  83.     MaxValue = 0
  84.     MinValue = 0
  85.     TabOrder = 3
  86.     Value = 10
  87.   end
  88.   object Gapinterval: TSpinEdit
  89.     Left = 112
  90.     Top = 74
  91.     Width = 121
  92.     Height = 22
  93.     MaxValue = 0
  94.     MinValue = 0
  95.     TabOrder = 4
  96.     Value = 25
  97.   end
  98. end
  99.