home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 February / Chip_2003-02_cd1.bin / tema / siggis / siGGis.exe / 0 / RCDATA / TGEODATABASE / TGEODATABASE.txt
Text File  |  2001-12-03  |  3KB  |  129 lines

  1. object GeoDatabase: TGeoDatabase
  2.   Left = 234
  3.   Top = 288
  4.   Width = 491
  5.   Height = 322
  6.   Caption = 'GeoDatabase:'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   OnActivate = FormActivate
  12.   OnCreate = FormCreate
  13.   OnHide = FormHide
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Panel1: TPanel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 483
  21.     Height = 49
  22.     Align = alTop
  23.     TabOrder = 0
  24.     object Bevel1: TBevel
  25.       Left = 232
  26.       Top = 8
  27.       Width = 169
  28.       Height = 37
  29.       Style = bsRaised
  30.     end
  31.     object RG: TRadioGroup
  32.       Left = 5
  33.       Top = 2
  34.       Width = 220
  35.       Height = 44
  36.       Caption = ' View data '
  37.       Columns = 3
  38.       ItemIndex = 0
  39.       Items.Strings = (
  40.         'record'
  41.         'full table')
  42.       TabOrder = 0
  43.       OnClick = RGClick
  44.     end
  45.     object Print: TBitBtn
  46.       Left = 240
  47.       Top = 14
  48.       Width = 75
  49.       Height = 25
  50.       Caption = 'Print table'
  51.       TabOrder = 1
  52.       OnClick = PrintClick
  53.     end
  54.     object Panel2: TPanel
  55.       Left = 146
  56.       Top = 14
  57.       Width = 73
  58.       Height = 25
  59.       Caption = 'Panel2'
  60.       TabOrder = 2
  61.       object SBDef: TSpeedButton
  62.         Left = 0
  63.         Top = 0
  64.         Width = 73
  65.         Height = 25
  66.         Hint = 'Table: setting '
  67.         Caption = 'set table'
  68.         Glyph.Data = {
  69.           78010000424D7801000000000000760000002800000020000000100000000100
  70.           04000000000000000000120B0000120B00000000000000000000000000000000
  71.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  72.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  73.           33333FFFFFFFFFFFFFFF000000000000000077777777777777770FFFFFFFFFFF
  74.           FFF07F3FF3FF3FF3FFF70F00F00F00F000F07F773773773777370FFFFFFFFFFF
  75.           FFF07F3FF3FF3FF3FFF70F00F00F00F000F07F773773773777370FFFFFFFFFFF
  76.           FFF07F3FF3FF3FF3FFF70F00F00F00F000F07F773773773777370FFFFFFFFFFF
  77.           FFF07F3FF3FF3FF3FFF70F00F00F00F000F07F773773773777370FFFFFFFFFFF
  78.           FFF07FFFFFFFFFFFFFF70CCCCCCCCCCCCCC07777777777777777088CCCCCCCCC
  79.           C8807FF7777777777FF700000000000000007777777777777777333333333333
  80.           33333333333333333333333333333333333333333333333333330000}
  81.         NumGlyphs = 2
  82.         ParentShowHint = False
  83.         ShowHint = True
  84.         OnClick = SBDefClick
  85.       end
  86.     end
  87.     object BAction: TBitBtn
  88.       Left = 320
  89.       Top = 14
  90.       Width = 75
  91.       Height = 25
  92.       Hint = 'Define dbf access'
  93.       Caption = 'dblClick - def'
  94.       ParentShowHint = False
  95.       ShowHint = True
  96.       TabOrder = 3
  97.       OnClick = BActionClick
  98.     end
  99.   end
  100.   object SG: TStringGrid
  101.     Left = 0
  102.     Top = 49
  103.     Width = 483
  104.     Height = 246
  105.     Align = alClient
  106.     ColCount = 2
  107.     DefaultColWidth = 60
  108.     DefaultRowHeight = 20
  109.     Font.Color = clBlack
  110.     Font.Height = -12
  111.     Font.Name = 'MS Sans Serif'
  112.     Font.Style = []
  113.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goColSizing, goRowSelect]
  114.     ParentFont = False
  115.     TabOrder = 1
  116.     OnDblClick = SGDblClick
  117.     OnMouseDown = SGMouseDown
  118.     ColWidths = (
  119.       60
  120.       165)
  121.     RowHeights = (
  122.       20
  123.       20
  124.       20
  125.       20
  126.       20)
  127.   end
  128. end
  129.