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