home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 February / Chip_2004-02_cd1.bin / zkuste / konfig / download / msic / DLL / Demo / Unit1.dfm < prev    next >
Text File  |  2003-04-01  |  4KB  |  130 lines

  1. object Form1: TForm1
  2.   Left = 337
  3.   Top = 265
  4.   Width = 631
  5.   Height = 476
  6.   Caption = 'MSIC DLL Demo'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel1: TPanel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 623
  22.     Height = 449
  23.     Align = alClient
  24.     BevelOuter = bvNone
  25.     BorderWidth = 10
  26.     BorderStyle = bsSingle
  27.     Caption = ' '
  28.     Color = clWhite
  29.     TabOrder = 0
  30.     DesignSize = (
  31.       619
  32.       445)
  33.     object Image1: TImage
  34.       Left = 9
  35.       Top = 10
  36.       Width = 32
  37.       Height = 32
  38.       AutoSize = True
  39.       Center = True
  40.       Picture.Data = {
  41.         055449636F6E0000010001002020100000000000E80200001600000028000000
  42.         2000000040000000010004000000000080020000000000000000000010000000
  43.         0000000000000000000080000080000000808000800000008000800080800000
  44.         C0C0C000808080000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000
  45.         FFFFFF0000000000000000000000000000000000000000000000000077000000
  46.         0000000000000000000000777788000000000000000000000000777007888800
  47.         000000000000000000777007FF8888880000000000000000777077FF77778888
  48.         88000000000000777077FF7777777788888800000000777777FF777778877777
  49.         88888800807777C7FF7777800000887777888880077797FF77770088007F8087
  50.         7777888007B7FF7777007800777F77708777778007FF777700770077777F7778
  51.         007777000F777770880077F0077F777880080000807777800077F804077F7778
  52.         888000000080770077F80444077F77788888080000000077F8044444077F7778
  53.         88888000000007F804444444077F7778888880000000070444444444077F7778
  54.         8888800000000704C4444444077F7778888880000000070464444444077F7778
  55.         888880000000070464444444077F7778888880000000070464444440877F7778
  56.         88888000000007046444408777FF77788888800000000704C4408777FF77FF78
  57.         7888800000000704408777FF777777F887880000000007808777FF7777777787
  58.         777080000000077777FF7F7F777788777000000000000777FFF7F7F7F7887770
  59.         00000000000007FF7F7F7F77887770000000000000008077F7F7F78877700000
  60.         00000000000000887F7F00077000000000000000000000008880000000000000
  61.         00000000FFFF3FFFFFFC0FFFFFF003FFFFC000FFFF00003FFC00000FF0000003
  62.         C000000000000000000000000000000000000000000000030000000FC0000003
  63.         F0000003F0000003F0000003F0000003F0000003F0000003F0000003F0000003
  64.         F0000003F0000003F0000007F000001FF000007FF00001FFF00007FFFC001FFF
  65.         FF1E7FFF}
  66.     end
  67.     object Label1: TLabel
  68.       Left = 51
  69.       Top = 9
  70.       Width = 162
  71.       Height = 20
  72.       Caption = 'System Information'
  73.       Font.Charset = DEFAULT_CHARSET
  74.       Font.Color = clWindowText
  75.       Font.Height = -16
  76.       Font.Name = 'MS Sans Serif'
  77.       Font.Style = [fsBold]
  78.       ParentFont = False
  79.     end
  80.     object Label2: TLabel
  81.       Left = 68
  82.       Top = 29
  83.       Width = 82
  84.       Height = 13
  85.       Cursor = crHandPoint
  86.       Anchors = [akTop, akRight]
  87.       Caption = 'System Overview'
  88.       Font.Charset = DEFAULT_CHARSET
  89.       Font.Color = clBlue
  90.       Font.Height = -11
  91.       Font.Name = 'MS Sans Serif'
  92.       Font.Style = []
  93.       ParentFont = False
  94.       OnClick = Label2Click
  95.       OnMouseEnter = Label2MouseEnter
  96.       OnMouseLeave = Label2MouseLeave
  97.     end
  98.     object CPUGauge: TGauge
  99.       Left = 584
  100.       Top = 5
  101.       Width = 29
  102.       Height = 47
  103.       Anchors = [akTop, akRight]
  104.       BackColor = clBlack
  105.       Color = clBlack
  106.       ForeColor = clLime
  107.       Kind = gkVerticalBar
  108.       ParentColor = False
  109.       Progress = 0
  110.     end
  111.     object Memo: TMemo
  112.       Left = 10
  113.       Top = 54
  114.       Width = 599
  115.       Height = 381
  116.       Align = alBottom
  117.       Anchors = [akLeft, akTop, akRight, akBottom]
  118.       BorderStyle = bsNone
  119.       ReadOnly = True
  120.       TabOrder = 0
  121.       WordWrap = False
  122.     end
  123.   end
  124.   object Timer: TTimer
  125.     OnTimer = TimerTimer
  126.     Left = 176
  127.     Top = 146
  128.   end
  129. end
  130.