home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 January / Chip_1999-01_cd.bin / zkuste / delphi / QDB / GLIMPSE.ZIP / g_main.dfm / g_main.txt
Text File  |  1998-06-30  |  2KB  |  70 lines

  1. object G_form: TG_form
  2.   Left = 202
  3.   Top = 134
  4.   Width = 783
  5.   Height = 540
  6.   Caption = 'G_form'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Menu = MainMenu1
  13.   PixelsPerInch = 120
  14.   TextHeight = 16
  15.   object Grid: TStringGrid
  16.     Left = 0
  17.     Top = 0
  18.     Width = 775
  19.     Height = 494
  20.     Align = alClient
  21.     DefaultColWidth = 80
  22.     RowCount = 3
  23.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goColSizing]
  24.     TabOrder = 0
  25.   end
  26.   object MainMenu1: TMainMenu
  27.     Left = 232
  28.     Top = 272
  29.     object File1: TMenuItem
  30.       Caption = '&File'
  31.       object Open1: TMenuItem
  32.         Caption = '&Open a QDB file...'
  33.         OnClick = Open1Click
  34.       end
  35.       object Close1: TMenuItem
  36.         Caption = '&Close'
  37.         OnClick = Close1Click
  38.       end
  39.       object N1: TMenuItem
  40.         Caption = '-'
  41.       end
  42.       object Exit1: TMenuItem
  43.         Caption = 'E&xit'
  44.         OnClick = Exit1Click
  45.       end
  46.     end
  47.   end
  48.   object OpenDialog: TOpenDialog
  49.     Left = 192
  50.     Top = 272
  51.   end
  52.   object QI: TQDBItem
  53.     AboutAuthor = 'Robert R. Marsh, SJ -- rrm@sprynet.com'
  54.     AboutVersion = '2.10'
  55.     AggressiveUpdate = False
  56.     CacheFrequency = 0
  57.     CacheSize = 65536
  58.     Compression = False
  59.     ReadOnly = True
  60.     SaveOnClose = True
  61.     ExpandedFileNames = True
  62.     UseGrepMatch = False
  63.     WarnNoData = QIWarnNoData
  64.     AutoEdit = False
  65.     DateTimeFormatStr = 'c'
  66.     Left = 144
  67.     Top = 272
  68.   end
  69. end
  70.