home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 1998 December / cd joystick no99 decembre 1998.iso / Data / WIN95 / UTIL / memv197.exe / Memv1.97.exe / 0 / RCDATA / TCONFIGFORM / TCONFIGFORM.txt < prev   
Encoding:
Text File  |  1998-10-23  |  5.3 KB  |  272 lines

  1. object ConfigForm: TConfigForm
  2.   Left = 392
  3.   Top = 115
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Setup'
  7.   ClientHeight = 334
  8.   ClientWidth = 238
  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.   OnCreate = FormCreate
  17.   OnHide = FormHide
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Image1: TImage
  22.     Left = 190
  23.     Top = 14
  24.     Width = 34
  25.     Height = 33
  26.     Picture.Data = {<image001.ico>}
  27.     Transparent = True
  28.     OnDblClick = Image1DblClick
  29.   end
  30.   object Image2: TImage
  31.     Left = 0
  32.     Top = -1
  33.     Width = 22
  34.     Height = 334
  35.     Picture.Data = {<image002.bmp>}
  36.   end
  37.   object GroupBox1: TGroupBox
  38.     Left = 26
  39.     Top = 4
  40.     Width = 153
  41.     Height = 45
  42.     Caption = 'Timer'
  43.     TabOrder = 0
  44.     object Label1: TLabel
  45.       Left = 16
  46.       Top = 19
  47.       Width = 53
  48.       Height = 13
  49.       Caption = 'Refresh all '
  50.     end
  51.     object Label2: TLabel
  52.       Left = 128
  53.       Top = 19
  54.       Width = 13
  55.       Height = 13
  56.       Caption = 'ms'
  57.     end
  58.     object Edit1: TEdit
  59.       Left = 72
  60.       Top = 15
  61.       Width = 41
  62.       Height = 21
  63.       TabOrder = 0
  64.       Text = '500'
  65.     end
  66.     object UpDown1: TUpDown
  67.       Left = 113
  68.       Top = 15
  69.       Width = 8
  70.       Height = 21
  71.       Associate = Edit1
  72.       Min = 10
  73.       Max = 10000
  74.       Increment = 100
  75.       Position = 500
  76.       TabOrder = 1
  77.       Thousands = False
  78.       Wrap = False
  79.     end
  80.   end
  81.   object Button1: TButton
  82.     Left = 185
  83.     Top = 272
  84.     Width = 49
  85.     Height = 25
  86.     Caption = '&Ok'
  87.     TabOrder = 1
  88.     OnClick = Button1Click
  89.   end
  90.   object Button2: TButton
  91.     Left = 185
  92.     Top = 304
  93.     Width = 49
  94.     Height = 25
  95.     Caption = '&Cancel'
  96.     TabOrder = 2
  97.     OnClick = Button2Click
  98.   end
  99.   object GroupBox2: TGroupBox
  100.     Left = 26
  101.     Top = 111
  102.     Width = 153
  103.     Height = 106
  104.     Caption = 'Mem Viewer ...'
  105.     TabOrder = 3
  106.     object CheckBox3: TCheckBox
  107.       Left = 11
  108.       Top = 36
  109.       Width = 109
  110.       Height = 17
  111.       Hint = 'Show free memory instead of occupied memory'
  112.       Caption = 'Show free memory'
  113.       ParentShowHint = False
  114.       ShowHint = True
  115.       TabOrder = 0
  116.       OnClick = CheckBox3Click
  117.     end
  118.     object RadioButton1: TRadioButton
  119.       Left = 12
  120.       Top = 54
  121.       Width = 65
  122.       Height = 17
  123.       Hint = 'Only show bar'
  124.       Caption = 'Show bar'
  125.       ParentShowHint = False
  126.       ShowHint = True
  127.       TabOrder = 1
  128.     end
  129.     object RadioButton2: TRadioButton
  130.       Left = 12
  131.       Top = 70
  132.       Width = 79
  133.       Height = 17
  134.       Hint = 'Only show gauge in the Taskbar'
  135.       Caption = 'Show gauge'
  136.       ParentShowHint = False
  137.       ShowHint = True
  138.       TabOrder = 2
  139.     end
  140.     object RadioButton3: TRadioButton
  141.       Left = 12
  142.       Top = 86
  143.       Width = 71
  144.       Height = 17
  145.       Hint = 'Show bar and gauge'
  146.       Caption = 'Show both'
  147.       Checked = True
  148.       ParentShowHint = False
  149.       ShowHint = True
  150.       TabOrder = 3
  151.       TabStop = True
  152.     end
  153.     object CheckBox2: TCheckBox
  154.       Left = 11
  155.       Top = 18
  156.       Width = 121
  157.       Height = 17
  158.       Hint = 'Launch Mem Viewer on startup of windows'
  159.       Caption = 'Launch with windows'
  160.       ParentShowHint = False
  161.       ShowHint = True
  162.       TabOrder = 4
  163.     end
  164.   end
  165.   object GroupBox3: TGroupBox
  166.     Left = 26
  167.     Top = 223
  168.     Width = 153
  169.     Height = 106
  170.     Caption = 'Hint'
  171.     TabOrder = 4
  172.     object CheckBox1: TCheckBox
  173.       Left = 11
  174.       Top = 33
  175.       Width = 129
  176.       Height = 17
  177.       Caption = 'Show hint on tray icon'
  178.       TabOrder = 0
  179.       OnClick = CheckBox1Click
  180.     end
  181.     object c1: TRadioButton
  182.       Left = 27
  183.       Top = 51
  184.       Width = 113
  185.       Height = 17
  186.       Caption = 'Show percentage'
  187.       Checked = True
  188.       Enabled = False
  189.       TabOrder = 1
  190.       TabStop = True
  191.     end
  192.     object c2: TRadioButton
  193.       Left = 27
  194.       Top = 67
  195.       Width = 113
  196.       Height = 17
  197.       Caption = 'Show memory used'
  198.       Enabled = False
  199.       TabOrder = 2
  200.     end
  201.     object c3: TRadioButton
  202.       Left = 27
  203.       Top = 83
  204.       Width = 70
  205.       Height = 17
  206.       Caption = 'Show both'
  207.       Enabled = False
  208.       TabOrder = 3
  209.     end
  210.     object CheckBox4: TCheckBox
  211.       Left = 11
  212.       Top = 16
  213.       Width = 99
  214.       Height = 17
  215.       Caption = 'Show hint on bar'
  216.       TabOrder = 4
  217.       OnClick = CheckBox4Click
  218.     end
  219.   end
  220.   object GroupBox4: TGroupBox
  221.     Left = 26
  222.     Top = 53
  223.     Width = 201
  224.     Height = 52
  225.     Caption = 'Timer thread priority'
  226.     TabOrder = 5
  227.     object Label3: TLabel
  228.       Left = 8
  229.       Top = 32
  230.       Width = 17
  231.       Height = 13
  232.       Caption = 'Idle'
  233.     end
  234.     object Label4: TLabel
  235.       Left = 80
  236.       Top = 32
  237.       Width = 33
  238.       Height = 13
  239.       Caption = 'Normal'
  240.     end
  241.     object Label5: TLabel
  242.       Left = 152
  243.       Top = 32
  244.       Width = 45
  245.       Height = 13
  246.       Caption = 'RealTime'
  247.     end
  248.     object TrackBar1: TTrackBar
  249.       Left = 8
  250.       Top = 16
  251.       Width = 177
  252.       Height = 17
  253.       Hint = 'Set the priority of the Timer thread'
  254.       Max = 6
  255.       Orientation = trHorizontal
  256.       Frequency = 1
  257.       Position = 1
  258.       SelEnd = 0
  259.       SelStart = 0
  260.       TabOrder = 0
  261.       TickMarks = tmBottomRight
  262.       TickStyle = tsNone
  263.     end
  264.   end
  265.   object Timer1: TTimer
  266.     Enabled = False
  267.     Interval = 100
  268.     Left = 344
  269.     Top = 8
  270.   end
  271. end
  272.