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

  1. object Form7: TForm7
  2.   Left = 169
  3.   Top = 54
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Fade In'
  7.   ClientHeight = 300
  8.   ClientWidth = 339
  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.   Position = poScreenCenter
  16.   OnActivate = FormActivate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 16
  21.     Top = 14
  22.     Width = 84
  23.     Height = 19
  24.     Caption = '&Initial percent:'
  25.     FocusControl = TrackBar1
  26.     Font.Charset = DEFAULT_CHARSET
  27.     Font.Color = clWindowText
  28.     Font.Height = -16
  29.     Font.Name = 'Times New Roman'
  30.     Font.Style = []
  31.     ParentFont = False
  32.   end
  33.   object Label2: TLabel
  34.     Left = 295
  35.     Top = 64
  36.     Width = 26
  37.     Height = 13
  38.     Caption = '100%'
  39.   end
  40.   object Label3: TLabel
  41.     Left = 160
  42.     Top = 64
  43.     Width = 20
  44.     Height = 13
  45.     Caption = '50%'
  46.   end
  47.   object Label4: TLabel
  48.     Left = 17
  49.     Top = 64
  50.     Width = 14
  51.     Height = 13
  52.     Caption = '0%'
  53.   end
  54.   object Label5: TLabel
  55.     Left = 232
  56.     Top = 92
  57.     Width = 17
  58.     Height = 24
  59.     Caption = '%'
  60.     Font.Charset = DEFAULT_CHARSET
  61.     Font.Color = clNavy
  62.     Font.Height = -19
  63.     Font.Name = 'MS Sans Serif'
  64.     Font.Style = [fsBold]
  65.     ParentFont = False
  66.   end
  67.   object Label6: TLabel
  68.     Left = 40
  69.     Top = 96
  70.     Width = 104
  71.     Height = 19
  72.     Caption = '&Manual selection:'
  73.     FocusControl = Edit1
  74.     Font.Charset = DEFAULT_CHARSET
  75.     Font.Color = clBlack
  76.     Font.Height = -16
  77.     Font.Name = 'Times New Roman'
  78.     Font.Style = []
  79.     ParentFont = False
  80.   end
  81.   object Bevel1: TBevel
  82.     Left = 46
  83.     Top = 136
  84.     Width = 108
  85.     Height = 108
  86.   end
  87.   object Bevel2: TBevel
  88.     Left = 46
  89.     Top = 190
  90.     Width = 108
  91.     Height = 2
  92.     Shape = bsTopLine
  93.     Style = bsRaised
  94.   end
  95.   object TrackBar1: TTrackBar
  96.     Left = 8
  97.     Top = 32
  98.     Width = 321
  99.     Height = 33
  100.     Max = 100
  101.     Orientation = trHorizontal
  102.     Frequency = 10
  103.     Position = 100
  104.     SelEnd = 100
  105.     SelStart = 0
  106.     TabOrder = 0
  107.     TickMarks = tmBottomRight
  108.     TickStyle = tsAuto
  109.     OnChange = TrackBar1Change
  110.   end
  111.   object Edit1: TEdit
  112.     Left = 160
  113.     Top = 88
  114.     Width = 57
  115.     Height = 32
  116.     Font.Charset = DEFAULT_CHARSET
  117.     Font.Color = clNavy
  118.     Font.Height = -19
  119.     Font.Name = 'MS Sans Serif'
  120.     Font.Style = [fsBold]
  121.     ParentFont = False
  122.     TabOrder = 1
  123.     Text = '100'
  124.     OnExit = Edit1Exit
  125.     OnKeyPress = Edit1KeyPress
  126.   end
  127.   object Button1: TButton
  128.     Left = 88
  129.     Top = 265
  130.     Width = 75
  131.     Height = 25
  132.     Caption = '&OK'
  133.     Default = True
  134.     ModalResult = 1
  135.     TabOrder = 2
  136.     OnClick = Button1Click
  137.   end
  138.   object Button2: TButton
  139.     Left = 177
  140.     Top = 265
  141.     Width = 75
  142.     Height = 25
  143.     Cancel = True
  144.     Caption = '&Cancel'
  145.     ModalResult = 2
  146.     TabOrder = 3
  147.     OnClick = Button2Click
  148.   end
  149.   object RadioGroup1: TRadioGroup
  150.     Left = 184
  151.     Top = 130
  152.     Width = 108
  153.     Height = 115
  154.     Caption = '&Progression type:'
  155.     ItemIndex = 0
  156.     Items.Strings = (
  157.       'Linear'
  158.       'Exponential'
  159.       'Logarithm')
  160.     TabOrder = 4
  161.     OnClick = RadioGroup1Click
  162.   end
  163. end
  164.