home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Shareware / Multimedia / waveflow / waveflow.exe / 0 / RCDATA / TECHOFRM / TECHOFRM.txt < prev   
Text File  |  2005-05-01  |  4KB  |  210 lines

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