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

  1. object findGeo: TfindGeo
  2.   Left = 463
  3.   Top = 23
  4.   BorderStyle = bsDialog
  5.   Caption = 'findGeo'
  6.   ClientHeight = 366
  7.   ClientWidth = 267
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnHide = FormHide
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Panel1: TPanel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 267
  21.     Height = 121
  22.     Align = alTop
  23.     TabOrder = 5
  24.     object Label1: TLabel
  25.       Left = 8
  26.       Top = 11
  27.       Width = 105
  28.       Height = 13
  29.       Alignment = taRightJustify
  30.       Caption = 'Select Layer:'
  31.     end
  32.     object Label2: TLabel
  33.       Left = 8
  34.       Top = 35
  35.       Width = 105
  36.       Height = 13
  37.       Alignment = taRightJustify
  38.       Caption = 'Select field:'
  39.     end
  40.     object Label3: TLabel
  41.       Left = 8
  42.       Top = 59
  43.       Width = 105
  44.       Height = 13
  45.       Alignment = taRightJustify
  46.       Caption = 'Find text:'
  47.     end
  48.   end
  49.   object CBLayer: TComboBox
  50.     Left = 120
  51.     Top = 8
  52.     Width = 145
  53.     Height = 21
  54.     ItemHeight = 13
  55.     TabOrder = 0
  56.     Text = '...all... '
  57.     OnChange = CBLayerChange
  58.   end
  59.   object CBField: TComboBox
  60.     Left = 120
  61.     Top = 32
  62.     Width = 145
  63.     Height = 21
  64.     ItemHeight = 13
  65.     TabOrder = 1
  66.     Text = '...all...'
  67.   end
  68.   object Edit1: TEdit
  69.     Left = 120
  70.     Top = 56
  71.     Width = 145
  72.     Height = 21
  73.     TabOrder = 2
  74.     Text = '...'
  75.   end
  76.   object RG: TRadioGroup
  77.     Left = 8
  78.     Top = 77
  79.     Width = 153
  80.     Height = 36
  81.     Columns = 2
  82.     ItemIndex = 0
  83.     Items.Strings = (
  84.       'equal'
  85.       'within')
  86.     TabOrder = 3
  87.   end
  88.   object Button1: TButton
  89.     Left = 168
  90.     Top = 85
  91.     Width = 97
  92.     Height = 25
  93.     Caption = 'Find geoObjects'
  94.     TabOrder = 4
  95.     OnClick = Button1Click
  96.   end
  97.   object Panel2: TPanel
  98.     Left = 0
  99.     Top = 296
  100.     Width = 267
  101.     Height = 70
  102.     Align = alBottom
  103.     TabOrder = 6
  104.     object Button2: TButton
  105.       Left = 16
  106.       Top = 20
  107.       Width = 75
  108.       Height = 25
  109.       Caption = 'Show all'
  110.       TabOrder = 0
  111.       OnClick = Button2Click
  112.     end
  113.     object Button3: TButton
  114.       Left = 184
  115.       Top = 36
  116.       Width = 73
  117.       Height = 25
  118.       Caption = 'Close'
  119.       TabOrder = 1
  120.       OnClick = Button3Click
  121.     end
  122.     object Reset: TButton
  123.       Left = 104
  124.       Top = 36
  125.       Width = 75
  126.       Height = 25
  127.       Caption = 'Reset'
  128.       TabOrder = 2
  129.       OnClick = ResetClick
  130.     end
  131.     object Button4: TButton
  132.       Left = 104
  133.       Top = 8
  134.       Width = 75
  135.       Height = 25
  136.       Caption = 'Save '
  137.       TabOrder = 3
  138.       OnClick = Button4Click
  139.     end
  140.     object Button5: TButton
  141.       Left = 184
  142.       Top = 8
  143.       Width = 75
  144.       Height = 25
  145.       Caption = 'Load'
  146.       TabOrder = 4
  147.       OnClick = Button5Click
  148.     end
  149.   end
  150.   object Panel3: TPanel
  151.     Left = 0
  152.     Top = 121
  153.     Width = 267
  154.     Height = 175
  155.     Align = alClient
  156.     TabOrder = 7
  157.     object lst: TListBox
  158.       Left = 1
  159.       Top = 1
  160.       Width = 265
  161.       Height = 173
  162.       Align = alClient
  163.       ItemHeight = 13
  164.       TabOrder = 0
  165.       OnKeyDown = lstKeyDown
  166.     end
  167.   end
  168.   object SD: TSaveDialog
  169.     FileEditStyle = fsEdit
  170.     Left = 184
  171.     Top = 129
  172.   end
  173.   object OD: TOpenDialog
  174.     FileEditStyle = fsEdit
  175.     Left = 192
  176.     Top = 161
  177.   end
  178. end
  179.