home *** CD-ROM | disk | FTP | other *** search
/ Chip: 25 Years Anniversary / CHIP_25Jahre_Jubilaeum.iso / system / data1.cab / Selbsreg_dlls / TWMapX.ocx / 0 / RCDATA / TTWOPTIONDIALOG / TTWOPTIONDIALOG.txt
Text File  |  2001-08-13  |  2KB  |  83 lines

  1. object TWOptionDialog: TTWOptionDialog
  2.   Left = 446
  3.   Top = 233
  4.   BorderStyle = bsDialog
  5.   Caption = 'Einstellungen'
  6.   ClientHeight = 152
  7.   ClientWidth = 225
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 134
  20.     Height = 13
  21.     Caption = 'Sichtbare Daten in der Karte'
  22.   end
  23.   object OKButton: TButton
  24.     Left = 64
  25.     Top = 120
  26.     Width = 75
  27.     Height = 25
  28.     Caption = 'OK'
  29.     Default = True
  30.     ModalResult = 1
  31.     TabOrder = 0
  32.   end
  33.   object CancelButton: TButton
  34.     Left = 144
  35.     Top = 120
  36.     Width = 75
  37.     Height = 25
  38.     Caption = 'Abbrechen'
  39.     ModalResult = 2
  40.     TabOrder = 1
  41.   end
  42.   object CheckBox1: TCheckBox
  43.     Left = 16
  44.     Top = 24
  45.     Width = 97
  46.     Height = 17
  47.     Caption = 'Orte'
  48.     TabOrder = 2
  49.   end
  50.   object CheckBox2: TCheckBox
  51.     Left = 16
  52.     Top = 40
  53.     Width = 97
  54.     Height = 17
  55.     Caption = 'Stra∩┐╜en'
  56.     TabOrder = 3
  57.   end
  58.   object CheckBox3: TCheckBox
  59.     Left = 16
  60.     Top = 56
  61.     Width = 97
  62.     Height = 17
  63.     Caption = 'Meere'
  64.     TabOrder = 4
  65.   end
  66.   object CheckBox4: TCheckBox
  67.     Left = 16
  68.     Top = 72
  69.     Width = 97
  70.     Height = 17
  71.     Caption = 'Fl∩┐╜sse und Seen'
  72.     TabOrder = 5
  73.   end
  74.   object CheckBox5: TCheckBox
  75.     Left = 16
  76.     Top = 88
  77.     Width = 129
  78.     Height = 17
  79.     Caption = 'Bebauungsfl∩┐╜chen'
  80.     TabOrder = 6
  81.   end
  82. end
  83.