home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / Sharewar / Cpucool / Cpuidle / CPUIDLE.EXE / 0 / RCDATA / TFORMABOUT / TFORMABOUT.txt < prev   
Text File  |  1998-04-06  |  13KB  |  553 lines

  1. object FormAbout: TFormAbout
  2.   Left = 214
  3.   Top = 91
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'About CpuIdle'
  7.   ClientHeight = 269
  8.   ClientWidth = 281
  9.   Color = clWhite
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object PageControl1: TPageControl
  22.     Left = 0
  23.     Top = 0
  24.     Width = 283
  25.     Height = 271
  26.     ActivePage = SheetAbout
  27.     TabOrder = 1
  28.     object SheetAbout: TTabSheet
  29.       Caption = 'About'
  30.       object LabelActive: TLabel
  31.         Left = 8
  32.         Top = 41
  33.         Width = 89
  34.         Height = 13
  35.         Alignment = taCenter
  36.         AutoSize = False
  37.         Caption = 'enabled'
  38.         Font.Charset = DEFAULT_CHARSET
  39.         Font.Color = clWindowText
  40.         Font.Height = -11
  41.         Font.Name = 'MS Sans Serif'
  42.         Font.Style = [fsBold]
  43.         ParentFont = False
  44.       end
  45.       object LabelInactive: TLabel
  46.         Left = 8
  47.         Top = 41
  48.         Width = 89
  49.         Height = 13
  50.         Alignment = taCenter
  51.         AutoSize = False
  52.         Caption = 'disabled'
  53.         Font.Charset = DEFAULT_CHARSET
  54.         Font.Color = clWindowText
  55.         Font.Height = -11
  56.         Font.Name = 'MS Sans Serif'
  57.         Font.Style = [fsBold]
  58.         ParentFont = False
  59.       end
  60.       object LabelTitle: TLabel
  61.         Left = 104
  62.         Top = 8
  63.         Width = 73
  64.         Height = 13
  65.         Caption = 'CpuIdle 2.53'
  66.         Font.Charset = DEFAULT_CHARSET
  67.         Font.Color = clWindowText
  68.         Font.Height = -11
  69.         Font.Name = 'MS Sans Serif'
  70.         Font.Style = [fsBold]
  71.         ParentFont = False
  72.       end
  73.       object Label2: TLabel
  74.         Left = 104
  75.         Top = 24
  76.         Width = 159
  77.         Height = 13
  78.         Caption = 'Copyright (c) 1998 Andreas Goetz'
  79.         Font.Charset = DEFAULT_CHARSET
  80.         Font.Color = clWindowText
  81.         Font.Height = -11
  82.         Font.Name = 'MS Sans Serif'
  83.         Font.Style = []
  84.         ParentFont = False
  85.       end
  86.       object UrlLabel1: TUrlLabel
  87.         Left = 104
  88.         Top = 40
  89.         Width = 165
  90.         Height = 13
  91.         Cursor = 5
  92.         Caption = 'www.stud.uni-hannover.de/~goetz'
  93.         Font.Charset = DEFAULT_CHARSET
  94.         Font.Color = clBlue
  95.         Font.Height = -11
  96.         Font.Name = 'MS Sans Serif'
  97.         Font.Style = [fsUnderline]
  98.         ParentFont = False
  99.         PopupMenu = UrlLabel1.
  100.         URL = 'http://www.stud.uni-hannover.de/~goetz/'
  101.       end
  102.       object Label3: TLabel
  103.         Left = 8
  104.         Top = 72
  105.         Width = 257
  106.         Height = 73
  107.         AutoSize = False
  108.         Caption = 
  109.           'CpuIdle  runs a HLT command in an idle priority thread under Win' +
  110.           '95. That allows modern microprocessors like Intel  P5 / P5 MMX /' +
  111.           ' PPro / PII, AMD K5 / K6 or Cyrix M1 / M2 to save power and stay' +
  112.           ' cool.'
  113.         WordWrap = True
  114.       end
  115.       object Image1: TImage
  116.         Left = 8
  117.         Top = 8
  118.         Width = 87
  119.         Height = 30
  120.         Cursor = crHandPoint
  121.         AutoSize = True
  122.         Picture.Data = {<image000.bmp>}
  123.         OnDblClick = TrayDblClick
  124.       end
  125.       object GroupBox2: TGroupBox
  126.         Left = 9
  127.         Top = 140
  128.         Width = 256
  129.         Height = 53
  130.         Caption = 'Thanks'
  131.         TabOrder = 0
  132.         object Label10: TLabel
  133.           Left = 16
  134.           Top = 16
  135.           Width = 225
  136.           Height = 33
  137.           AutoSize = False
  138.           Caption = 
  139.             'Special thanks to                       . He wrote the original ' +
  140.             'VxD and made this program possible.'
  141.           WordWrap = True
  142.         end
  143.         object Label11: TLabel
  144.           Left = 102
  145.           Top = 16
  146.           Width = 64
  147.           Height = 13
  148.           Caption = 'Virgil Smith'
  149.           Font.Charset = DEFAULT_CHARSET
  150.           Font.Color = clWindowText
  151.           Font.Height = -11
  152.           Font.Name = 'MS Sans Serif'
  153.           Font.Style = [fsBold]
  154.           ParentFont = False
  155.         end
  156.       end
  157.     end
  158.     object CpuSheet: TTabSheet
  159.       Caption = 'CPU Info'
  160.       object LabelUnknown: TLabel
  161.         Left = 8
  162.         Top = 32
  163.         Width = 75
  164.         Height = 55
  165.         Alignment = taCenter
  166.         AutoSize = False
  167.         Caption = '?'
  168.         Font.Charset = ANSI_CHARSET
  169.         Font.Color = clWindowText
  170.         Font.Height = -48
  171.         Font.Name = 'Times New Roman'
  172.         Font.Style = [fsBold]
  173.         ParentFont = False
  174.         Visible = False
  175.       end
  176.       object LabelPowered: TLabel
  177.         Left = 8
  178.         Top = 8
  179.         Width = 59
  180.         Height = 13
  181.         Caption = 'Powered by:'
  182.       end
  183.       object LabelClock: TLabel
  184.         Left = 104
  185.         Top = 27
  186.         Width = 161
  187.         Height = 38
  188.         AutoSize = False
  189.         Caption = 'X'
  190.         Font.Charset = DEFAULT_CHARSET
  191.         Font.Color = clWindowText
  192.         Font.Height = -24
  193.         Font.Name = 'MS Sans Serif'
  194.         Font.Style = [fsBold]
  195.         ParentFont = False
  196.         Visible = False
  197.       end
  198.       object LabelID: TLabel
  199.         Left = 0
  200.         Top = 8
  201.         Width = 280
  202.         Height = 13
  203.         Alignment = taCenter
  204.         AutoSize = False
  205.         Caption = 'CPUID instruction not available on this machine.'
  206.         Font.Charset = DEFAULT_CHARSET
  207.         Font.Color = clRed
  208.         Font.Height = -11
  209.         Font.Name = 'MS Sans Serif'
  210.         Font.Style = []
  211.         ParentFont = False
  212.       end
  213.       object ImageK6: TImage
  214.         Left = 8
  215.         Top = 32
  216.         Width = 75
  217.         Height = 62
  218.         AutoSize = True
  219.         Picture.Data = {<image001.bmp>}
  220.         Visible = False
  221.       end
  222.       object ImageM1: TImage
  223.         Left = 8
  224.         Top = 32
  225.         Width = 75
  226.         Height = 52
  227.         AutoSize = True
  228.         Picture.Data = {<image002.bmp>}
  229.         Visible = False
  230.       end
  231.       object ImageM2: TImage
  232.         Left = 8
  233.         Top = 32
  234.         Width = 75
  235.         Height = 74
  236.         AutoSize = True
  237.         Picture.Data = {<image003.bmp>}
  238.         Visible = False
  239.       end
  240.       object ImagePII: TImage
  241.         Left = 8
  242.         Top = 32
  243.         Width = 75
  244.         Height = 53
  245.         AutoSize = True
  246.         Picture.Data = {<image004.bmp>}
  247.         Visible = False
  248.       end
  249.       object ImageP5: TImage
  250.         Left = 8
  251.         Top = 32
  252.         Width = 75
  253.         Height = 69
  254.         AutoSize = True
  255.         Picture.Data = {<image005.bmp>}
  256.         Visible = False
  257.       end
  258.       object ImageAMD: TImage
  259.         Left = 8
  260.         Top = 32
  261.         Width = 75
  262.         Height = 20
  263.         AutoSize = True
  264.         Picture.Data = {<image006.bmp>}
  265.         Visible = False
  266.       end
  267.       object ImageCyrix: TImage
  268.         Left = 8
  269.         Top = 32
  270.         Width = 75
  271.         Height = 35
  272.         AutoSize = True
  273.         Picture.Data = {<image007.bmp>}
  274.         Visible = False
  275.       end
  276.       object ImageIDT: TImage
  277.         Left = 8
  278.         Top = 32
  279.         Width = 75
  280.         Height = 58
  281.         AutoSize = True
  282.         Picture.Data = {<image008.bmp>}
  283.         Visible = False
  284.       end
  285.       object ImageIntel: TImage
  286.         Left = 8
  287.         Top = 32
  288.         Width = 75
  289.         Height = 40
  290.         AutoSize = True
  291.         Picture.Data = {<image009.bmp>}
  292.         Visible = False
  293.       end
  294.       object Memo2: TMemo
  295.         Left = 104
  296.         Top = 56
  297.         Width = 161
  298.         Height = 145
  299.         TabStop = False
  300.         BorderStyle = bsNone
  301.         ReadOnly = True
  302.         TabOrder = 0
  303.         Visible = False
  304.         WantReturns = False
  305.       end
  306.     end
  307.     object SheetGreet: TTabSheet
  308.       Caption = 'Greetings'
  309.       object Label14: TLabel
  310.         Left = 8
  311.         Top = 133
  312.         Width = 259
  313.         Height = 13
  314.         Alignment = taCenter
  315.         AutoSize = False
  316.         Caption = 'Andreas Goetz, S∩┐╜dring 11, 31275 Lehrte, Germany'
  317.         Font.Charset = DEFAULT_CHARSET
  318.         Font.Color = clNavy
  319.         Font.Height = -11
  320.         Font.Name = 'MS Sans Serif'
  321.         Font.Style = []
  322.         ParentFont = False
  323.       end
  324.       object Memo3: TMemo
  325.         Left = 8
  326.         Top = 8
  327.         Width = 262
  328.         Height = 121
  329.         BorderStyle = bsNone
  330.         Lines.Strings = (
  331.           'CpuIdle is released as freeware for non-commercial use. '
  332.           'However, if you like this program and would like to '
  333.           'encourage further development and express your '
  334.           'gratitude, a monetary donation would be greatly '
  335.           'appreciated. A $20 contribution sent to the address '
  336.           'given below entitles the donor to additional assistance '
  337.           'in using this software if necessary. Please don'#39't send '
  338.           'cheques since cashing is extremely expensive in '
  339.           'Germany.')
  340.         ReadOnly = True
  341.         TabOrder = 1
  342.       end
  343.       object GroupBox1: TGroupBox
  344.         Left = 8
  345.         Top = 152
  346.         Width = 257
  347.         Height = 49
  348.         Caption = 'Greetings'
  349.         TabOrder = 0
  350.         object Label4: TLabel
  351.           Left = 16
  352.           Top = 20
  353.           Width = 217
  354.           Height = 13
  355.           AutoSize = False
  356.           Caption = 'A big hello and my nicest hug go to               .'
  357.         end
  358.         object Label5: TLabel
  359.           Left = 184
  360.           Top = 20
  361.           Width = 42
  362.           Height = 13
  363.           Caption = 'Muddle'
  364.           Font.Charset = ANSI_CHARSET
  365.           Font.Color = clBlack
  366.           Font.Height = -11
  367.           Font.Name = 'MS Sans Serif'
  368.           Font.Style = [fsBold]
  369.           ParentFont = False
  370.         end
  371.       end
  372.     end
  373.     object SheetDebug: TTabSheet
  374.       Caption = 'Debug'
  375.       TabVisible = False
  376.       object Label1: TLabel
  377.         Left = 16
  378.         Top = 96
  379.         Width = 26
  380.         Height = 13
  381.         Caption = 'Index'
  382.       end
  383.       object Label6: TLabel
  384.         Left = 16
  385.         Top = 144
  386.         Width = 23
  387.         Height = 13
  388.         Caption = 'Data'
  389.       end
  390.       object Label7: TLabel
  391.         Left = 8
  392.         Top = 72
  393.         Width = 161
  394.         Height = 13
  395.         Alignment = taCenter
  396.         AutoSize = False
  397.         Caption = 'Warning: Use at your own risk!'
  398.         Font.Charset = DEFAULT_CHARSET
  399.         Font.Color = clRed
  400.         Font.Height = -11
  401.         Font.Name = 'MS Sans Serif'
  402.         Font.Style = []
  403.         ParentFont = False
  404.       end
  405.       object EditIndex: TEdit
  406.         Left = 16
  407.         Top = 112
  408.         Width = 145
  409.         Height = 21
  410.         CharCase = ecUpperCase
  411.         TabOrder = 0
  412.         Text = '0'
  413.       end
  414.       object EditData: TEdit
  415.         Left = 16
  416.         Top = 160
  417.         Width = 145
  418.         Height = 21
  419.         CharCase = ecUpperCase
  420.         TabOrder = 1
  421.         Text = '0'
  422.       end
  423.       object ButtonRead: TButton
  424.         Left = 184
  425.         Top = 107
  426.         Width = 75
  427.         Height = 25
  428.         Caption = '&Read'
  429.         TabOrder = 2
  430.         OnClick = ButtonReadClick
  431.       end
  432.       object ButtonWrite: TButton
  433.         Left = 184
  434.         Top = 155
  435.         Width = 75
  436.         Height = 25
  437.         Caption = '&Write'
  438.         TabOrder = 3
  439.         OnClick = ButtonWriteClick
  440.       end
  441.       object RadioRegister: TRadioGroup
  442.         Left = 184
  443.         Top = 8
  444.         Width = 81
  445.         Height = 81
  446.         Caption = ' Register '
  447.         ItemIndex = 0
  448.         Items.Strings = (
  449.           'MSR'#39's'
  450.           'CCR'#39's'
  451.           'Ports')
  452.         TabOrder = 4
  453.       end
  454.       object GroupBox3: TGroupBox
  455.         Left = 8
  456.         Top = 8
  457.         Width = 161
  458.         Height = 57
  459.         Caption = ' Mode '
  460.         TabOrder = 5
  461.         object Hex: TRadioButton
  462.           Left = 16
  463.           Top = 24
  464.           Width = 49
  465.           Height = 17
  466.           Caption = 'Hex'
  467.           Checked = True
  468.           TabOrder = 0
  469.           TabStop = True
  470.           OnClick = NumericClick
  471.         end
  472.         object Bin: TRadioButton
  473.           Left = 64
  474.           Top = 24
  475.           Width = 41
  476.           Height = 17
  477.           Caption = 'Bin'
  478.           TabOrder = 1
  479.           OnClick = NumericClick
  480.         end
  481.         object Dec: TRadioButton
  482.           Left = 104
  483.           Top = 24
  484.           Width = 49
  485.           Height = 17
  486.           Caption = 'Dec'
  487.           TabOrder = 2
  488.           OnClick = NumericClick
  489.         end
  490.       end
  491.     end
  492.   end
  493.   object Button1: TButton
  494.     Left = 96
  495.     Top = 232
  496.     Width = 81
  497.     Height = 25
  498.     Cancel = True
  499.     Caption = '&OK'
  500.     TabOrder = 0
  501.     OnClick = Button1Click
  502.   end
  503.   object Timer: TTimer
  504.     Enabled = False
  505.     Interval = 30000
  506.     OnTimer = TimerTimer
  507.     Left = 256
  508.     Top = 65528
  509.   end
  510.   object Tray: TTrayIcon
  511.     Enabled = True
  512.     ShowDesigning = False
  513.     Icon.Data = {<image010.ico>}
  514.     OnDblClick = TrayDblClick
  515.     PopupMenu = PopupMenu1
  516.     Left = 40
  517.     Top = 232
  518.   end
  519.   object PopupMenu1: TPopupMenu
  520.     OnPopup = PopupMenu1Popup
  521.     Left = 8
  522.     Top = 232
  523.     object Hide1: TMenuItem
  524.       Caption = '&Hide'
  525.       OnClick = Hide1Click
  526.     end
  527.     object Enabled1: TMenuItem
  528.       Caption = '&Enabled'
  529.       Checked = True
  530.       OnClick = TrayDblClick
  531.     end
  532.     object SlowClock1: TMenuItem
  533.       Caption = '&Slow Clock'
  534.       Visible = False
  535.     end
  536.     object About1: TMenuItem
  537.       Caption = '&About...'
  538.       OnClick = About1Click
  539.     end
  540.     object N1: TMenuItem
  541.       Caption = '-'
  542.     end
  543.     object Exit1: TMenuItem
  544.       Caption = 'E&xit'
  545.       OnClick = Exit1Click
  546.     end
  547.   end
  548.   object ImageList: TImageList
  549.     Left = 224
  550.     Top = 65528
  551.   end
  552. end
  553.