home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri Kaikille K-CD 2002 #6 / K-CD_2002-06.iso / Tools / InterCent / _SETUP.1 / Intercent99.exe / 0 / RCDATA / TFRMLOGPROP / TFRMLOGPROP.txt
Text File  |  1999-06-01  |  2KB  |  84 lines

  1. object FrmLogProp: TFrmLogProp
  2.   Left = 207
  3.   Top = 118
  4.   HelpContext = 9080
  5.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Eigenschappen van deze sessie'
  8.   ClientHeight = 266
  9.   ClientWidth = 324
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object AsgRep: TAdvStringGrid
  19.     Left = 3
  20.     Top = 0
  21.     Width = 313
  22.     Height = 185
  23.     HelpContext = 9080
  24.     ColCount = 3
  25.     DefaultRowHeight = 18
  26.     FixedCols = 0
  27.     RowCount = 11
  28.     GridLineWidth = 0
  29.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSelect]
  30.     ScrollBars = ssVertical
  31.     TabOrder = 2
  32.     AutoSize = False
  33.     SortDirection = sdAscending
  34.     PrintTime = False
  35.     PrintDate = False
  36.     PrintPageNum = False
  37.     PrintBorders = False
  38.     PrintFont.Color = clWindowText
  39.     PrintFont.Height = -11
  40.     PrintFont.Name = 'MS Sans Serif'
  41.     PrintFont.Style = []
  42.     SortShow = False
  43.     SortColumn = 0
  44.     HintColor = clYellow
  45.     ColWidths = (
  46.       103
  47.       205
  48.       170)
  49.   end
  50.   object BtnOk: TBitBtn
  51.     Left = 144
  52.     Top = 234
  53.     Width = 85
  54.     Height = 25
  55.     HelpContext = 9903
  56.     Caption = '&OK'
  57.     Default = True
  58.     TabOrder = 0
  59.     OnClick = BtnOkClick
  60.     NumGlyphs = 2
  61.   end
  62.   object Mmo: TMemo
  63.     Left = 4
  64.     Top = 192
  65.     Width = 313
  66.     Height = 33
  67.     HelpContext = 9081
  68.     MaxLength = 80
  69.     TabOrder = 3
  70.   end
  71.   object BtnCancel: TBitBtn
  72.     Left = 236
  73.     Top = 234
  74.     Width = 81
  75.     Height = 25
  76.     HelpContext = 9903
  77.     Cancel = True
  78.     Caption = '&Annuleren'
  79.     TabOrder = 1
  80.     OnClick = BtnCancelClick
  81.     NumGlyphs = 2
  82.   end
  83. end
  84.