home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 January / Chip_1999-01_cd.bin / zkuste / delphi / QDB / QDBG.ZIP / gd_main.dfm / gd_main.txt
Encoding:
Text File  |  1998-07-29  |  3.6 KB  |  159 lines

  1. object Form1: TForm1
  2.   Left = 254
  3.   Top = 156
  4.   Width = 783
  5.   Height = 540
  6.   Caption = 'Form1'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   PixelsPerInch = 120
  12.   TextHeight = 16
  13.   object QDBGrid: TQDBGrid
  14.     Left = 32
  15.     Top = 32
  16.     Width = 473
  17.     Height = 249
  18.     Columns = <
  19.       item
  20.       end
  21.       item
  22.         Color = 8454143
  23.         Font.Color = clNavy
  24.         Font.Height = -13
  25.         Font.Name = 'Arial'
  26.         Font.Style = []
  27.         Title = 'a string'
  28.         TitleFont.Color = clRed
  29.         TitleFont.Height = -17
  30.         TitleFont.Name = 'Arial'
  31.         TitleFont.Style = [fsBold]
  32.       end
  33.       item
  34.         Color = 8454143
  35.         Font.Color = clNavy
  36.         Font.Height = -13
  37.         Font.Name = 'Arial'
  38.         Font.Style = []
  39.         PickList.Strings = (
  40.           '101'
  41.           '202'
  42.           '303'
  43.           '404'
  44.           '505')
  45.         Title = 'an integer'
  46.         TitleFont.Color = clRed
  47.         TitleFont.Height = -17
  48.         TitleFont.Name = 'Arial'
  49.         TitleFont.Style = [fsBold]
  50.       end
  51.       item
  52.         Color = 8454143
  53.         Font.Color = clNavy
  54.         Font.Height = -13
  55.         Font.Name = 'Arial'
  56.         Font.Style = []
  57.         Title = 'a real'
  58.         TitleFont.Color = clRed
  59.         TitleFont.Height = -17
  60.         TitleFont.Name = 'Arial'
  61.         TitleFont.Style = [fsBold]
  62.       end
  63.       item
  64.         Color = 8454143
  65.         Font.Color = clNavy
  66.         Font.Height = -13
  67.         Font.Name = 'Marlett'
  68.         Font.Style = [fsBold]
  69.         Title = 'a boolean'
  70.         TitleFont.Color = clRed
  71.         TitleFont.Height = -17
  72.         TitleFont.Name = 'Arial'
  73.         TitleFont.Style = [fsBold]
  74.       end
  75.       item
  76.         Color = 8454143
  77.         Font.Color = clNavy
  78.         Font.Height = -13
  79.         Font.Name = 'Arial'
  80.         Font.Style = []
  81.         Title = 'a memo'
  82.         TitleFont.Color = clRed
  83.         TitleFont.Height = -17
  84.         TitleFont.Name = 'Arial'
  85.         TitleFont.Style = [fsBold]
  86.       end
  87.       item
  88.         Color = 8454143
  89.         Font.Color = clNavy
  90.         Font.Height = -13
  91.         Font.Name = 'Arial'
  92.         Font.Style = []
  93.         Title = 'a rich memo'
  94.         TitleFont.Color = clRed
  95.         TitleFont.Height = -17
  96.         TitleFont.Name = 'Arial'
  97.         TitleFont.Style = [fsBold]
  98.       end
  99.       item
  100.         Color = 8454143
  101.         Font.Color = clNavy
  102.         Font.Height = -13
  103.         Font.Name = 'Arial'
  104.         Font.Style = []
  105.         Title = 'a graphic'
  106.         TitleFont.Color = clRed
  107.         TitleFont.Height = -17
  108.         TitleFont.Name = 'Arial'
  109.         TitleFont.Style = [fsBold]
  110.       end>
  111.     DisplayThumbnails = True
  112.     MatchRowHeightToFont = False
  113.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goColSizing, goEditing, goAllowDelete, goAllowAdd]
  114.     QDBItem = QDBItem
  115.     TabOrder = 0
  116.     TabStop = True
  117.     TitleFont.Color = clWindowText
  118.     TitleFont.Height = -13
  119.     TitleFont.Name = 'MS Sans Serif'
  120.     TitleFont.Style = []
  121.     ColCount = (
  122.       8)
  123.     ColWidths = (
  124.       15
  125.       84
  126.       90
  127.       54
  128.       90
  129.       80
  130.       102
  131.       104)
  132.     RowHeights = (
  133.       24
  134.       20
  135.       20
  136.       20
  137.       20)
  138.   end
  139.   object QDBItem: TQDBItem
  140.     AboutAuthor = 'Robert R. Marsh, SJ -- rrm@sprynet.com'
  141.     AboutVersion = '2.11'
  142.     AggressiveUpdate = False
  143.     CacheFrequency = 0
  144.     CacheSize = 65536
  145.     Compression = False
  146.     FileName = 'C:\Rob\Qdb210\new grid\griddemo.QDB'
  147.     ReadOnly = True
  148.     SaveOnClose = True
  149.     ExpandedFileNames = True
  150.     UseGrepMatch = False
  151.     WarnNoData = QDBItemWarnNoData
  152.     AutoEdit = False
  153.     OnKey = QDBItemKey
  154.     DateTimeFormatStr = 'c'
  155.     Left = 320
  156.     Top = 304
  157.   end
  158. end
  159.