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

  1. object NavigateForm: TNavigateForm
  2.   Left = 264
  3.   Top = 237
  4.   BorderStyle = bsDialog
  5.   Caption = 'Kartennavigation und -detaillierung'
  6.   ClientHeight = 176
  7.   ClientWidth = 578
  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.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object GroupBox1: TGroupBox
  18.     Left = 8
  19.     Top = 8
  20.     Width = 137
  21.     Height = 129
  22.     Caption = 'Bl∩┐╜ttern'
  23.     TabOrder = 0
  24.     object NWButton: TButton
  25.       Left = 16
  26.       Top = 24
  27.       Width = 27
  28.       Height = 25
  29.       Caption = 'NW'
  30.       TabOrder = 0
  31.       OnClick = NWButtonClick
  32.     end
  33.     object NButton: TButton
  34.       Left = 56
  35.       Top = 24
  36.       Width = 25
  37.       Height = 25
  38.       Caption = 'N'
  39.       TabOrder = 1
  40.       OnClick = NButtonClick
  41.     end
  42.     object NEButton: TButton
  43.       Left = 96
  44.       Top = 24
  45.       Width = 25
  46.       Height = 25
  47.       Caption = 'NE'
  48.       TabOrder = 2
  49.       OnClick = NEButtonClick
  50.     end
  51.     object WButton: TButton
  52.       Left = 16
  53.       Top = 56
  54.       Width = 27
  55.       Height = 25
  56.       Caption = 'W'
  57.       TabOrder = 3
  58.       OnClick = WButtonClick
  59.     end
  60.     object EButton: TButton
  61.       Left = 96
  62.       Top = 56
  63.       Width = 25
  64.       Height = 25
  65.       Caption = 'E'
  66.       TabOrder = 4
  67.       OnClick = EButtonClick
  68.     end
  69.     object SWButton: TButton
  70.       Left = 16
  71.       Top = 88
  72.       Width = 27
  73.       Height = 25
  74.       Caption = 'SW'
  75.       TabOrder = 5
  76.       OnClick = SWButtonClick
  77.     end
  78.     object SButton: TButton
  79.       Left = 56
  80.       Top = 88
  81.       Width = 25
  82.       Height = 25
  83.       Caption = 'S'
  84.       TabOrder = 6
  85.       OnClick = SButtonClick
  86.     end
  87.     object SEButton: TButton
  88.       Left = 96
  89.       Top = 88
  90.       Width = 25
  91.       Height = 25
  92.       Caption = 'SE'
  93.       TabOrder = 7
  94.       OnClick = SEButtonClick
  95.     end
  96.   end
  97.   object GroupBox2: TGroupBox
  98.     Left = 160
  99.     Top = 8
  100.     Width = 209
  101.     Height = 129
  102.     Caption = 'Zoom'
  103.     TabOrder = 1
  104.     object PlusButton: TButton
  105.       Left = 16
  106.       Top = 24
  107.       Width = 81
  108.       Height = 25
  109.       Caption = 'Vergr∩┐╜∩┐╜ern'
  110.       TabOrder = 0
  111.       OnClick = PlusButtonClick
  112.     end
  113.     object MinusButton: TButton
  114.       Left = 16
  115.       Top = 56
  116.       Width = 81
  117.       Height = 25
  118.       Caption = 'Verkleinern'
  119.       TabOrder = 1
  120.       OnClick = MinusButtonClick
  121.     end
  122.     object RedrawButton: TButton
  123.       Left = 112
  124.       Top = 24
  125.       Width = 81
  126.       Height = 25
  127.       Caption = 'Neu zeichnen'
  128.       TabOrder = 2
  129.       OnClick = RedrawButtonClick
  130.     end
  131.     object TotalViewButton: TButton
  132.       Left = 112
  133.       Top = 56
  134.       Width = 83
  135.       Height = 25
  136.       Caption = 'Gesamtansicht'
  137.       TabOrder = 3
  138.       OnClick = TotalViewButtonClick
  139.     end
  140.     object PreviousButton: TButton
  141.       Left = 16
  142.       Top = 88
  143.       Width = 180
  144.       Height = 25
  145.       Caption = 'Vorhergehender Ausschnitt'
  146.       TabOrder = 4
  147.       OnClick = PreviousButtonClick
  148.     end
  149.   end
  150.   object CloseButton: TButton
  151.     Left = 496
  152.     Top = 144
  153.     Width = 75
  154.     Height = 25
  155.     Caption = 'Schlie∩┐╜en'
  156.     ModalResult = 1
  157.     TabOrder = 2
  158.   end
  159.   object GroupBox3: TGroupBox
  160.     Left = 384
  161.     Top = 8
  162.     Width = 185
  163.     Height = 129
  164.     Caption = 'Detaillierung'
  165.     TabOrder = 3
  166.     object RadioButton1: TRadioButton
  167.       Left = 8
  168.       Top = 16
  169.       Width = 169
  170.       Height = 17
  171.       Caption = 'Ortsdetaillierung ver∩┐╜ndern'
  172.       Checked = True
  173.       TabOrder = 0
  174.       TabStop = True
  175.       OnClick = RadioButton1Click
  176.     end
  177.     object RadioButton2: TRadioButton
  178.       Left = 8
  179.       Top = 32
  180.       Width = 169
  181.       Height = 17
  182.       Caption = 'Stra∩┐╜endetaillierung ver∩┐╜ndern'
  183.       TabOrder = 1
  184.       OnClick = RadioButton2Click
  185.     end
  186.     object Button1: TButton
  187.       Left = 24
  188.       Top = 56
  189.       Width = 25
  190.       Height = 25
  191.       Caption = '+'
  192.       TabOrder = 2
  193.       OnClick = Button1Click
  194.     end
  195.     object Button2: TButton
  196.       Left = 144
  197.       Top = 56
  198.       Width = 27
  199.       Height = 25
  200.       Caption = '-'
  201.       TabOrder = 3
  202.       OnClick = Button2Click
  203.     end
  204.     object DetailEdit: TEdit
  205.       Left = 72
  206.       Top = 56
  207.       Width = 49
  208.       Height = 21
  209.       ReadOnly = True
  210.       TabOrder = 4
  211.       Text = '0'
  212.     end
  213.     object Button3: TButton
  214.       Left = 24
  215.       Top = 88
  216.       Width = 148
  217.       Height = 25
  218.       Caption = 'Standard wiederherstellen'
  219.       TabOrder = 5
  220.       OnClick = Button3Click
  221.     end
  222.   end
  223. end
  224.