home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 June / PCWorld_1999-06_cd.bin / Hardware / Drivers / RamBoost / RamBooster.exe / 0 / RCDATA / TPAALOMAKE / TPAALOMAKE.txt < prev   
Text File  |  1999-04-15  |  5KB  |  212 lines

  1. object PaaLomake: TPaaLomake
  2.   Left = 401
  3.   Top = 258
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Dummy nimi'
  7.   ClientHeight = 260
  8.   ClientWidth = 510
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   Icon.Data = {<image000.ico>}
  16.   Menu = MainMenu1
  17.   Position = poScreenCenter
  18.   Scaled = False
  19.   OnActivate = FormActivate
  20.   OnClose = FormClose
  21.   OnCreate = FormCreate
  22.   PixelsPerInch = 120
  23.   TextHeight = 16
  24.   object StatusBar1: TStatusBar
  25.     Left = 0
  26.     Top = 241
  27.     Width = 510
  28.     Height = 19
  29.     Panels = <>
  30.     SimplePanel = True
  31.     SizeGrip = False
  32.   end
  33.   object Panel1: TPanel
  34.     Left = 0
  35.     Top = 0
  36.     Width = 510
  37.     Height = 241
  38.     Align = alClient
  39.     BorderStyle = bsSingle
  40.     FullRepaint = False
  41.     TabOrder = 4
  42.     object Label1: TLabel
  43.       Left = 157
  44.       Top = 24
  45.       Width = 192
  46.       Height = 16
  47.       Caption = 'Amount of RAM to allocate/free :'
  48.     end
  49.     object Label2: TLabel
  50.       Left = 24
  51.       Top = 136
  52.       Width = 29
  53.       Height = 16
  54.       Caption = '0 Mb'
  55.     end
  56.     object Label3: TLabel
  57.       Left = 456
  58.       Top = 136
  59.       Width = 36
  60.       Height = 16
  61.       Caption = '64 Mb'
  62.     end
  63.     object Label4: TLabel
  64.       Left = 280
  65.       Top = 48
  66.       Width = 19
  67.       Height = 16
  68.       Caption = 'Mb'
  69.     end
  70.     object Label5: TLabel
  71.       Left = 148
  72.       Top = 128
  73.       Width = 211
  74.       Height = 16
  75.       Caption = 'Free RAM at the moment:  xxxxxx Kb'
  76.     end
  77.     object ProgressBar2: TProgressBar
  78.       Left = 57
  79.       Top = 144
  80.       Width = 393
  81.       Height = 9
  82.       Hint = 'Shows the amount of free RAM'
  83.       Min = 0
  84.       Max = 100
  85.       ParentShowHint = False
  86.       Step = 1
  87.       ShowHint = True
  88.       TabOrder = 1
  89.     end
  90.     object CloseButton: TButton
  91.       Left = 408
  92.       Top = 192
  93.       Width = 75
  94.       Height = 25
  95.       Cursor = crHandPoint
  96.       Hint = 'Click to close the program'
  97.       Caption = '&Close'
  98.       ParentShowHint = False
  99.       ShowHint = True
  100.       TabOrder = 2
  101.       OnClick = CloseButtonClick
  102.     end
  103.     object TrackBar1: TTrackBar
  104.       Left = 56
  105.       Top = 72
  106.       Width = 393
  107.       Height = 41
  108.       Hint = 
  109.         'Use track bar to select amount of RAM (use arrows or mouse to mo' +
  110.         've slider)'
  111.       Max = 64
  112.       Min = 1
  113.       Orientation = trHorizontal
  114.       ParentShowHint = False
  115.       Frequency = 1
  116.       Position = 2
  117.       SelEnd = 0
  118.       SelStart = 0
  119.       ShowHint = True
  120.       TabOrder = 0
  121.       TickMarks = tmBoth
  122.       TickStyle = tsAuto
  123.       Visible = False
  124.       OnChange = TrackBar1Change
  125.     end
  126.     object MinimizeButton: TButton
  127.       Left = 216
  128.       Top = 192
  129.       Width = 75
  130.       Height = 25
  131.       Cursor = crHandPoint
  132.       Hint = 'Minimizes program to system tray'
  133.       Caption = 'Minimize'
  134.       ParentShowHint = False
  135.       ShowHint = True
  136.       TabOrder = 3
  137.       OnClick = MinimizeButtonClick
  138.     end
  139.   end
  140.   object GoButton: TButton
  141.     Left = 32
  142.     Top = 192
  143.     Width = 75
  144.     Height = 25
  145.     Cursor = crHandPoint
  146.     Hint = 'Click to start the memory optimization'
  147.     Caption = '&Go!!'
  148.     Font.Charset = DEFAULT_CHARSET
  149.     Font.Color = clWindow
  150.     Font.Height = -13
  151.     Font.Name = 'MS Sans Serif'
  152.     Font.Style = []
  153.     ParentFont = False
  154.     ParentShowHint = False
  155.     ShowHint = True
  156.     TabOrder = 2
  157.     OnClick = GoButtonClick
  158.   end
  159.   object ProgressBar1: TProgressBar
  160.     Left = 59
  161.     Top = 224
  162.     Width = 393
  163.     Height = 9
  164.     Min = 0
  165.     Max = 100
  166.     Step = 1
  167.     TabOrder = 3
  168.     Visible = False
  169.   end
  170.   object MaskedSyoteKentta: TMaskEdit
  171.     Left = 242
  172.     Top = 48
  173.     Width = 39
  174.     Height = 24
  175.     Hint = 'Amount of megabytes RAM to allocate and free'
  176.     EditMask = '999;0;_'
  177.     MaxLength = 3
  178.     ParentShowHint = False
  179.     ShowHint = True
  180.     TabOrder = 1
  181.     OnKeyPress = MaskedSyoteKenttaKeyPress
  182.   end
  183.   object MainMenu1: TMainMenu
  184.     Left = 10
  185.     Top = 80
  186.     object File1: TMenuItem
  187.       Caption = 'File'
  188.       object Exit1: TMenuItem
  189.         Caption = 'Exit'
  190.         OnClick = Exit1Click
  191.       end
  192.     end
  193.     object Edit1: TMenuItem
  194.       Caption = 'Edit'
  195.       object Preferences1: TMenuItem
  196.         Caption = 'Preferences'
  197.         OnClick = Preferences1Click
  198.       end
  199.     end
  200.     object Info1: TMenuItem
  201.       Caption = 'Info'
  202.       Hint = 'Info about the program'
  203.       OnClick = Info1Click
  204.     end
  205.   end
  206.   object Timer1: TTimer
  207.     OnTimer = Timer1Timer
  208.     Left = 10
  209.     Top = 106
  210.   end
  211. end
  212.