home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 March / Chip_2002-03_cd1.bin / zkuste / delphi / kompon / d56 / MSYSINFO.ZIP / Demos / GUI / EventLogProps.dfm < prev    next >
Text File  |  2002-01-04  |  5KB  |  212 lines

  1. object propEventLog: TpropEventLog
  2.   Left = 0
  3.   Top = 0
  4.   Width = 392
  5.   Height = 422
  6.   Align = alClient
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'Tahoma'
  11.   Font.Style = []
  12.   ParentFont = False
  13.   TabOrder = 0
  14.   Visible = False
  15.   object PageControl1: TPageControl
  16.     Left = 0
  17.     Top = 0
  18.     Width = 392
  19.     Height = 422
  20.     ActivePage = tsEvent
  21.     Align = alClient
  22.     TabOrder = 0
  23.     object tsEvent: TTabSheet
  24.       Caption = ' Event '
  25.       object lType: TLabel
  26.         Left = 38
  27.         Top = 63
  28.         Width = 28
  29.         Height = 13
  30.         Alignment = taRightJustify
  31.         Caption = 'Type:'
  32.         FocusControl = stType
  33.       end
  34.       object lTime: TLabel
  35.         Left = 40
  36.         Top = 41
  37.         Width = 26
  38.         Height = 13
  39.         Alignment = taRightJustify
  40.         Caption = 'Time:'
  41.         FocusControl = stTime
  42.       end
  43.       object lDate: TLabel
  44.         Left = 39
  45.         Top = 20
  46.         Width = 27
  47.         Height = 13
  48.         Alignment = taRightJustify
  49.         Caption = 'Date:'
  50.         FocusControl = stDate
  51.       end
  52.       object lComputer: TLabel
  53.         Left = 15
  54.         Top = 105
  55.         Width = 51
  56.         Height = 13
  57.         Alignment = taRightJustify
  58.         Caption = 'Computer:'
  59.         FocusControl = stComputer
  60.       end
  61.       object lUser: TLabel
  62.         Left = 40
  63.         Top = 84
  64.         Width = 26
  65.         Height = 13
  66.         Alignment = taRightJustify
  67.         Caption = 'User:'
  68.         FocusControl = stUser
  69.       end
  70.       object lID: TLabel
  71.         Left = 196
  72.         Top = 63
  73.         Width = 46
  74.         Height = 13
  75.         Alignment = taRightJustify
  76.         Caption = 'Event ID:'
  77.         FocusControl = stID
  78.       end
  79.       object lCatg: TLabel
  80.         Left = 193
  81.         Top = 42
  82.         Width = 49
  83.         Height = 13
  84.         Alignment = taRightJustify
  85.         Caption = 'Category:'
  86.         FocusControl = stCatg
  87.       end
  88.       object lSource: TLabel
  89.         Left = 205
  90.         Top = 20
  91.         Width = 37
  92.         Height = 13
  93.         Alignment = taRightJustify
  94.         Caption = 'Source:'
  95.         FocusControl = stSource
  96.       end
  97.       object lDesc: TLabel
  98.         Left = 17
  99.         Top = 140
  100.         Width = 57
  101.         Height = 13
  102.         Caption = 'Description:'
  103.         FocusControl = mDesc
  104.       end
  105.       object lData: TLabel
  106.         Left = 17
  107.         Top = 247
  108.         Width = 27
  109.         Height = 13
  110.         Caption = 'Data:'
  111.         FocusControl = mData
  112.       end
  113.       object stType: TStaticText
  114.         Left = 71
  115.         Top = 63
  116.         Width = 67
  117.         Height = 17
  118.         Caption = 'Not Available'
  119.         TabOrder = 0
  120.       end
  121.       object stTime: TStaticText
  122.         Left = 71
  123.         Top = 41
  124.         Width = 67
  125.         Height = 17
  126.         Caption = 'Not Available'
  127.         TabOrder = 1
  128.       end
  129.       object stDate: TStaticText
  130.         Left = 71
  131.         Top = 20
  132.         Width = 67
  133.         Height = 17
  134.         Caption = 'Not Available'
  135.         TabOrder = 2
  136.       end
  137.       object stComputer: TStaticText
  138.         Left = 71
  139.         Top = 105
  140.         Width = 67
  141.         Height = 17
  142.         Caption = 'Not Available'
  143.         TabOrder = 3
  144.       end
  145.       object stUser: TStaticText
  146.         Left = 71
  147.         Top = 84
  148.         Width = 67
  149.         Height = 17
  150.         Caption = 'Not Available'
  151.         TabOrder = 4
  152.       end
  153.       object stID: TStaticText
  154.         Left = 247
  155.         Top = 63
  156.         Width = 67
  157.         Height = 17
  158.         Caption = 'Not Available'
  159.         TabOrder = 5
  160.       end
  161.       object stCatg: TStaticText
  162.         Left = 247
  163.         Top = 42
  164.         Width = 67
  165.         Height = 17
  166.         Caption = 'Not Available'
  167.         TabOrder = 6
  168.       end
  169.       object stSource: TStaticText
  170.         Left = 247
  171.         Top = 20
  172.         Width = 67
  173.         Height = 17
  174.         Caption = 'Not Available'
  175.         TabOrder = 7
  176.       end
  177.       object mDesc: TMemo
  178.         Left = 17
  179.         Top = 154
  180.         Width = 350
  181.         Height = 84
  182.         Color = clBtnFace
  183.         Lines.Strings = (
  184.           ' ')
  185.         ReadOnly = True
  186.         ScrollBars = ssVertical
  187.         TabOrder = 8
  188.         WantReturns = False
  189.       end
  190.       object mData: TMemo
  191.         Left = 17
  192.         Top = 263
  193.         Width = 350
  194.         Height = 118
  195.         Color = clBtnFace
  196.         Font.Charset = DEFAULT_CHARSET
  197.         Font.Color = clWindowText
  198.         Font.Height = -11
  199.         Font.Name = 'Courier New'
  200.         Font.Style = []
  201.         Lines.Strings = (
  202.           ' ')
  203.         ParentFont = False
  204.         ReadOnly = True
  205.         ScrollBars = ssVertical
  206.         TabOrder = 9
  207.         WordWrap = False
  208.       end
  209.     end
  210.   end
  211. end
  212.