home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 October / PCWorld_2002-10_cd.bin / Software / TemaCD / waveflow / waveflow.exe / 0 / RCDATA / TFORM7 / TFORM7.txt < prev   
Encoding:
Text File  |  2002-08-18  |  3.7 KB  |  198 lines

  1. object Form7: TForm7
  2.   Left = 408
  3.   Top = 55
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Fade In'
  7.   ClientHeight = 303
  8.   ClientWidth = 260
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   OnActivate = FormActivate
  19.   OnCreate = FormCreate
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Bevel1: TBevel
  23.     Left = 134
  24.     Top = 120
  25.     Width = 108
  26.     Height = 110
  27.   end
  28.   object Image1: TImage
  29.     Left = 0
  30.     Top = 0
  31.     Width = 402
  32.     Height = 27
  33.     Stretch = True
  34.   end
  35.   object Image3: TImage
  36.     Left = 161
  37.     Top = 0
  38.     Width = 99
  39.     Height = 303
  40.     Align = alRight
  41.     AutoSize = True
  42.     Picture.Data = {<image001.bmp>}
  43.     Transparent = True
  44.   end
  45.   object Label1: TLabel
  46.     Left = 16
  47.     Top = 46
  48.     Width = 66
  49.     Height = 13
  50.     Caption = '&Initial percent:'
  51.     FocusControl = TrackBar1
  52.     Font.Charset = ANSI_CHARSET
  53.     Font.Color = clBlack
  54.     Font.Height = -11
  55.     Font.Name = 'MS Sans Serif'
  56.     Font.Style = []
  57.     ParentFont = False
  58.   end
  59.   object Label2: TLabel
  60.     Left = 215
  61.     Top = 96
  62.     Width = 26
  63.     Height = 13
  64.     Caption = '100%'
  65.   end
  66.   object Label3: TLabel
  67.     Left = 117
  68.     Top = 96
  69.     Width = 20
  70.     Height = 13
  71.     Caption = '50%'
  72.   end
  73.   object Label4: TLabel
  74.     Left = 17
  75.     Top = 96
  76.     Width = 14
  77.     Height = 13
  78.     Caption = '0%'
  79.   end
  80.   object Bevel2: TBevel
  81.     Left = 134
  82.     Top = 174
  83.     Width = 108
  84.     Height = 2
  85.     Shape = bsTopLine
  86.     Style = bsRaised
  87.   end
  88.   object Image2: TImage
  89.     Left = 8
  90.     Top = 8
  91.     Width = 32
  92.     Height = 32
  93.     AutoSize = True
  94.     Picture.Data = {<image002.bmp>}
  95.   end
  96.   object Image4: TImage
  97.     Left = 49
  98.     Top = 0
  99.     Width = 112
  100.     Height = 303
  101.     Align = alRight
  102.     AutoSize = True
  103.     Picture.Data = {<image003.bmp>}
  104.     Transparent = True
  105.     Visible = False
  106.   end
  107.   object GroupBox1: TGroupBox
  108.     Left = 16
  109.     Top = 115
  110.     Width = 108
  111.     Height = 48
  112.     Caption = '&Manual Selection'
  113.     TabOrder = 4
  114.     object Label5: TLabel
  115.       Left = 79
  116.       Top = 19
  117.       Width = 14
  118.       Height = 16
  119.       Caption = '%'
  120.       Font.Charset = DEFAULT_CHARSET
  121.       Font.Color = clNavy
  122.       Font.Height = -13
  123.       Font.Name = 'MS Sans Serif'
  124.       Font.Style = [fsBold]
  125.       ParentFont = False
  126.     end
  127.     object Edit1: TEdit
  128.       Left = 16
  129.       Top = 16
  130.       Width = 57
  131.       Height = 24
  132.       Font.Charset = DEFAULT_CHARSET
  133.       Font.Color = clNavy
  134.       Font.Height = -13
  135.       Font.Name = 'MS Sans Serif'
  136.       Font.Style = [fsBold]
  137.       ParentFont = False
  138.       TabOrder = 0
  139.       Text = '100'
  140.       OnExit = Edit1Exit
  141.       OnKeyPress = Edit1KeyPress
  142.     end
  143.   end
  144.   object TrackBar1: TTrackBar
  145.     Left = 8
  146.     Top = 64
  147.     Width = 241
  148.     Height = 33
  149.     Max = 100
  150.     Orientation = trHorizontal
  151.     Frequency = 10
  152.     Position = 100
  153.     SelEnd = 100
  154.     SelStart = 0
  155.     TabOrder = 0
  156.     ThumbLength = 20
  157.     TickMarks = tmBottomRight
  158.     TickStyle = tsAuto
  159.     OnChange = TrackBar1Change
  160.   end
  161.   object Button1: TButton
  162.     Left = 151
  163.     Top = 236
  164.     Width = 75
  165.     Height = 25
  166.     Caption = '&OK'
  167.     Default = True
  168.     ModalResult = 1
  169.     TabOrder = 1
  170.     OnClick = Button1Click
  171.   end
  172.   object Button2: TButton
  173.     Left = 151
  174.     Top = 260
  175.     Width = 75
  176.     Height = 25
  177.     Cancel = True
  178.     Caption = '&Cancel'
  179.     ModalResult = 2
  180.     TabOrder = 2
  181.     OnClick = Button2Click
  182.   end
  183.   object RadioGroup1: TRadioGroup
  184.     Left = 16
  185.     Top = 169
  186.     Width = 108
  187.     Height = 116
  188.     Caption = '&Progression type:'
  189.     ItemIndex = 0
  190.     Items.Strings = (
  191.       'Linear'
  192.       'Exponential'
  193.       'Logarithm')
  194.     TabOrder = 3
  195.     OnClick = RadioGroup1Click
  196.   end
  197. end
  198.