home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 July / PCWorld_2000-07_cd.bin / Software / TemaCD / waveflow / waveflow.exe / 0 / RCDATA / TFORM14 / TFORM14.txt < prev   
Encoding:
Text File  |  2000-05-05  |  3.3 KB  |  180 lines

  1. object Form14: TForm14
  2.   Left = 95
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'Echo'
  6.   ClientHeight = 243
  7.   ClientWidth = 353
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   Position = poScreenCenter
  15.   OnPaint = FormPaint
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Bevel5: TBevel
  19.     Left = 183
  20.     Top = 104
  21.     Width = 13
  22.     Height = 18
  23.     Shape = bsLeftLine
  24.   end
  25.   object Label1: TLabel
  26.     Left = 16
  27.     Top = 112
  28.     Width = 57
  29.     Height = 13
  30.     Caption = '&Delay in ms:'
  31.     FocusControl = TrackBar1
  32.   end
  33.   object Label2: TLabel
  34.     Left = 280
  35.     Top = 136
  36.     Width = 44
  37.     Height = 20
  38.     Caption = '50ms'
  39.     Font.Charset = DEFAULT_CHARSET
  40.     Font.Color = clNavy
  41.     Font.Height = -16
  42.     Font.Name = 'MS Sans Serif'
  43.     Font.Style = [fsBold]
  44.     ParentFont = False
  45.   end
  46.   object Bevel1: TBevel
  47.     Left = 152
  48.     Top = 24
  49.     Width = 121
  50.     Height = 81
  51.     Shape = bsLeftLine
  52.   end
  53.   object Bevel2: TBevel
  54.     Left = 144
  55.     Top = 96
  56.     Width = 161
  57.     Height = 9
  58.     Shape = bsTopLine
  59.   end
  60.   object Label3: TLabel
  61.     Left = 312
  62.     Top = 88
  63.     Width = 3
  64.     Height = 16
  65.     Caption = 't'
  66.     Font.Charset = DEFAULT_CHARSET
  67.     Font.Color = clWindowText
  68.     Font.Height = -13
  69.     Font.Name = 'MS Sans Serif'
  70.     Font.Style = []
  71.     ParentFont = False
  72.   end
  73.   object Label4: TLabel
  74.     Left = 136
  75.     Top = 8
  76.     Width = 46
  77.     Height = 13
  78.     Caption = 'Amplitude'
  79.   end
  80.   object Bevel3: TBevel
  81.     Left = 173
  82.     Top = 104
  83.     Width = 20
  84.     Height = 2
  85.     Shape = bsTopLine
  86.   end
  87.   object Bevel4: TBevel
  88.     Left = 95
  89.     Top = 120
  90.     Width = 89
  91.     Height = 9
  92.     Shape = bsTopLine
  93.   end
  94.   object Label5: TLabel
  95.     Left = 16
  96.     Top = 176
  97.     Width = 103
  98.     Height = 13
  99.     Caption = '&Number of repetitions:'
  100.     FocusControl = TrackBar2
  101.   end
  102.   object Label6: TLabel
  103.     Left = 184
  104.     Top = 192
  105.     Width = 11
  106.     Height = 20
  107.     Caption = '1'
  108.     Font.Charset = DEFAULT_CHARSET
  109.     Font.Color = clNavy
  110.     Font.Height = -16
  111.     Font.Name = 'MS Sans Serif'
  112.     Font.Style = [fsBold]
  113.     ParentFont = False
  114.   end
  115.   object RadioGroup1: TRadioGroup
  116.     Left = 16
  117.     Top = 16
  118.     Width = 105
  119.     Height = 81
  120.     Caption = '&Echo type'
  121.     ItemIndex = 0
  122.     Items.Strings = (
  123.       'Simple'
  124.       'Multiple')
  125.     TabOrder = 0
  126.     OnClick = RadioGroup1Click
  127.   end
  128.   object Button1: TButton
  129.     Left = 260
  130.     Top = 176
  131.     Width = 75
  132.     Height = 25
  133.     Caption = '&OK'
  134.     TabOrder = 1
  135.     OnClick = Button1Click
  136.   end
  137.   object Button2: TButton
  138.     Left = 260
  139.     Top = 208
  140.     Width = 75
  141.     Height = 25
  142.     Caption = '&Cancel'
  143.     TabOrder = 2
  144.     OnClick = Button2Click
  145.   end
  146.   object TrackBar1: TTrackBar
  147.     Left = 8
  148.     Top = 130
  149.     Width = 265
  150.     Height = 33
  151.     Max = 2000
  152.     Min = 50
  153.     Orientation = trHorizontal
  154.     PageSize = 1
  155.     Frequency = 100
  156.     Position = 50
  157.     SelEnd = 0
  158.     SelStart = 0
  159.     TabOrder = 3
  160.     TickMarks = tmBottomRight
  161.     TickStyle = tsAuto
  162.     OnChange = TrackBar1Change
  163.   end
  164.   object TrackBar2: TTrackBar
  165.     Left = 8
  166.     Top = 192
  167.     Width = 169
  168.     Height = 45
  169.     Orientation = trHorizontal
  170.     Frequency = 1
  171.     Position = 0
  172.     SelEnd = 0
  173.     SelStart = 0
  174.     TabOrder = 4
  175.     TickMarks = tmBottomRight
  176.     TickStyle = tsAuto
  177.     OnChange = TrackBar2Change
  178.   end
  179. end
  180.