home *** CD-ROM | disk | FTP | other *** search
/ Chip: 25 Years Anniversary / CHIP_25Jahre_Jubilaeum.iso / system / data1.cab / MapServer / English.dll / 0 / RCDATA / TPOLYCHKDIALOG / TPOLYCHKDIALOG.txt
Text File  |  2001-08-13  |  2KB  |  97 lines

  1. object PolyChkDialog: TPolyChkDialog
  2.   Left = 227
  3.   Top = 197
  4.   BorderStyle = bsDialog
  5.   Caption = 'Selektion von Polygonen'
  6.   ClientHeight = 177
  7.   ClientWidth = 355
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   OnCreate = FormCreate
  14.   OnDestroy = FormDestroy
  15.   TextHeight = 13
  16.   object LayerLabel: TLabel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 91
  20.     Height = 13
  21.     Caption = 'Karteneditorschicht'
  22.   end
  23.   object InfoLabel: TLabel
  24.     Left = 184
  25.     Top = 104
  26.     Width = 161
  27.     Height = 26
  28.     Caption = 
  29.       'Das Ergebnis wird in der Ereignis- liste des Hauptfensters ∩┐╜berg' +
  30.       'eben'
  31.     WordWrap = True
  32.   end
  33.   object LayerComboBox: TComboBox
  34.     Left = 8
  35.     Top = 24
  36.     Width = 161
  37.     Height = 21
  38.     Style = csDropDownList
  39.     ItemHeight = 13
  40.     TabOrder = 0
  41.   end
  42.   object PointGroupBox: TGroupBox
  43.     Left = 8
  44.     Top = 56
  45.     Width = 161
  46.     Height = 73
  47.     Caption = 'zu pr∩┐╜fender Punkt'
  48.     TabOrder = 1
  49.     object xLabel: TLabel
  50.       Left = 8
  51.       Top = 20
  52.       Width = 59
  53.       Height = 13
  54.       Caption = 'x-Koordinate'
  55.     end
  56.     object yLabel: TLabel
  57.       Left = 8
  58.       Top = 48
  59.       Width = 59
  60.       Height = 13
  61.       Caption = 'y-Koordinate'
  62.     end
  63.     object xEdit: TEdit
  64.       Left = 80
  65.       Top = 16
  66.       Width = 73
  67.       Height = 21
  68.       TabOrder = 0
  69.     end
  70.     object yEdit: TEdit
  71.       Left = 80
  72.       Top = 44
  73.       Width = 73
  74.       Height = 21
  75.       TabOrder = 1
  76.     end
  77.   end
  78.   object SearchButton: TButton
  79.     Left = 8
  80.     Top = 144
  81.     Width = 113
  82.     Height = 25
  83.     Caption = 'Polygone suchen'
  84.     TabOrder = 2
  85.     OnClick = SearchButtonClick
  86.   end
  87.   object OKButton: TButton
  88.     Left = 264
  89.     Top = 144
  90.     Width = 75
  91.     Height = 25
  92.     Caption = 'Schlie∩┐╜en'
  93.     ModalResult = 1
  94.     TabOrder = 3
  95.   end
  96. end
  97.