home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / 9APLI / 32PSAO31.ZIP / _SETUP.1 / ADO30.exe / 0 / RCDATA / TLOGFORM / TLOGFORM.txt
Text File  |  1998-05-08  |  4KB  |  130 lines

  1. object LogForm: TLogForm
  2.   Left = 60
  3.   Top = 114
  4.   Width = 665
  5.   Height = 300
  6.   Caption = 'Maintenance Log'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   ShowHint = True
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel1: TPanel
  19.     Left = 552
  20.     Top = 0
  21.     Width = 105
  22.     Height = 273
  23.     Align = alRight
  24.     BevelOuter = bvNone
  25.     TabOrder = 0
  26.     object BitBtn1: TBitBtn
  27.       Left = 24
  28.       Top = 16
  29.       Width = 75
  30.       Height = 25
  31.       Caption = '&OK'
  32.       TabOrder = 0
  33.       Kind = bkOK
  34.     end
  35.     object BitBtn2: TBitBtn
  36.       Left = 24
  37.       Top = 104
  38.       Width = 75
  39.       Height = 25
  40.       Hint = 'Delete Selected Entries'
  41.       Cancel = True
  42.       Caption = '&Delete'
  43.       TabOrder = 2
  44.       OnClick = BitBtn2Click
  45.       Glyph.Data = {
  46.         76010000424D7601000000000000760000002800000020000000100000000100
  47.         04000000000000010000120B0000120B00001000000000000000000000000000
  48.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  49.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333000000000
  50.         3333333777777777F3333330F777777033333337F3F3F3F7F3333330F0808070
  51.         33333337F7F7F7F7F3333330F080707033333337F7F7F7F7F3333330F0808070
  52.         33333337F7F7F7F7F3333330F080707033333337F7F7F7F7F3333330F0808070
  53.         333333F7F7F7F7F7F3F33030F080707030333737F7F7F7F7F7333300F0808070
  54.         03333377F7F7F7F773333330F080707033333337F7F7F7F7F333333070707070
  55.         33333337F7F7F7F7FF3333000000000003333377777777777F33330F88877777
  56.         0333337FFFFFFFFF7F3333000000000003333377777777777333333330777033
  57.         3333333337FFF7F3333333333000003333333333377777333333}
  58.       NumGlyphs = 2
  59.     end
  60.     object BitBtn3: TBitBtn
  61.       Left = 24
  62.       Top = 48
  63.       Width = 75
  64.       Height = 25
  65.       TabOrder = 1
  66.       OnClick = BitBtn3Click
  67.       Kind = bkHelp
  68.     end
  69.     object BitBtn4: TBitBtn
  70.       Left = 25
  71.       Top = 136
  72.       Width = 75
  73.       Height = 25
  74.       Hint = 'Delete All Entries'
  75.       Cancel = True
  76.       Caption = '&Clear'
  77.       TabOrder = 3
  78.       OnClick = BitBtn4Click
  79.       Glyph.Data = {
  80.         76010000424D7601000000000000760000002800000020000000100000000100
  81.         04000000000000010000120B0000120B00001000000000000000000000000000
  82.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  83.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333000000000
  84.         3333333777777777F3333330F77777703333333733F3F3F73F33330FF0808077
  85.         0333337F37F7F7F37F33330FF0807077033333733737F73F73F330FF77808707
  86.         703337F37F37F37F37F330FF08807807703037F37F37F37F37F700FF08808707
  87.         700377F37337F37F377330FF778078077033373F73F7F3733733330FF0808077
  88.         0333337F37F7F7F37F33330FF08070770333337FF7F7F7FF7F33330000000000
  89.         03333377777777777F33330F888777770333337FFFFFFFFF7F33330000000000
  90.         033333777777777773333333307770333333333337FFF7F33333333330000033
  91.         3333333337777733333333333333333333333333333333333333}
  92.       NumGlyphs = 2
  93.     end
  94.   end
  95.   object ListView1: TListView
  96.     Left = 0
  97.     Top = 0
  98.     Width = 552
  99.     Height = 273
  100.     Align = alClient
  101.     Columns = <
  102.       item
  103.         Caption = 'Date'
  104.         Width = 80
  105.       end
  106.       item
  107.         Caption = 'Time'
  108.         Width = 80
  109.       end
  110.       item
  111.         Caption = 'Database File'
  112.         Width = 150
  113.       end
  114.       item
  115.         Caption = 'Description'
  116.         Width = 500
  117.       end>
  118.     ReadOnly = True
  119.     Font.Charset = DEFAULT_CHARSET
  120.     Font.Color = clBlack
  121.     Font.Height = -11
  122.     Font.Name = 'MS Sans Serif'
  123.     Font.Style = []
  124.     MultiSelect = True
  125.     ParentFont = False
  126.     TabOrder = 1
  127.     ViewStyle = vsReport
  128.   end
  129. end
  130.