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