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

  1. object Select32Dialog: TSelect32Dialog
  2.   Left = 270
  3.   Top = 145
  4.   BorderStyle = bsDialog
  5.   Caption = 'Selektion ∩┐╜ber MV_SELECTOBJECT32'
  6.   ClientHeight = 282
  7.   ClientWidth = 470
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 8
  18.     Top = 16
  19.     Width = 191
  20.     Height = 13
  21.     Caption = 'Schicht, in der die Selektion erfolgen soll'
  22.   end
  23.   object ResultLabel: TLabel
  24.     Left = 8
  25.     Top = 256
  26.     Width = 56
  27.     Height = 13
  28.     Caption = 'ResultLabel'
  29.   end
  30.   object SelectionModeLabel: TLabel
  31.     Left = 8
  32.     Top = 240
  33.     Width = 97
  34.     Height = 13
  35.     Caption = 'SelectionModeLabel'
  36.   end
  37.   object ComboBox1: TComboBox
  38.     Left = 224
  39.     Top = 12
  40.     Width = 241
  41.     Height = 21
  42.     ItemHeight = 13
  43.     TabOrder = 0
  44.     Text = 'ComboBox1'
  45.     OnChange = ComboBox1Change
  46.   end
  47.   object Button5: TButton
  48.     Left = 390
  49.     Top = 248
  50.     Width = 75
  51.     Height = 25
  52.     Caption = 'Schlie∩┐╜en'
  53.     ModalResult = 1
  54.     TabOrder = 1
  55.   end
  56.   object RadioGroup1: TRadioGroup
  57.     Left = 8
  58.     Top = 45
  59.     Width = 241
  60.     Height = 140
  61.     Caption = 'Auszuf∩┐╜hrene Funktion'
  62.     ItemIndex = 0
  63.     Items.Strings = (
  64.       'Selektion nach ID'
  65.       'Selektion nach String-ID'
  66.       'Selektion nach Datensatznummer'
  67.       'Selektion ∩┐╜ber Koordinaten'
  68.       'Selektion ∩┐╜ber Ausschnittskoordinaten'
  69.       'R∩┐╜ckmeldung ∩┐╜ber Koordinaten'
  70.       'R∩┐╜ckmeldung ∩┐╜ber Ausschnittskoordinaten')
  71.     TabOrder = 2
  72.     OnClick = RadioGroup1Click
  73.   end
  74.   object DeselectPreviousCheckBox: TCheckBox
  75.     Left = 8
  76.     Top = 200
  77.     Width = 209
  78.     Height = 17
  79.     Caption = 'Alle Objekte vorher deselektieren'
  80.     State = cbChecked
  81.     TabOrder = 3
  82.   end
  83.   object SelectTemporarilyCheckBox: TCheckBox
  84.     Left = 8
  85.     Top = 216
  86.     Width = 217
  87.     Height = 17
  88.     Caption = 'nur tempor∩┐╜r selektieren'
  89.     TabOrder = 4
  90.   end
  91.   object CoordPanel: TPanel
  92.     Left = 264
  93.     Top = 56
  94.     Width = 201
  95.     Height = 129
  96.     BevelOuter = bvNone
  97.     Caption = 'CoordPanel'
  98.     TabOrder = 5
  99.     object Label3: TLabel
  100.       Left = 8
  101.       Top = 16
  102.       Width = 90
  103.       Height = 13
  104.       Caption = 'Punkt f∩┐╜r Selektion'
  105.     end
  106.     object Label4: TLabel
  107.       Left = 8
  108.       Top = 36
  109.       Width = 59
  110.       Height = 13
  111.       Caption = 'x-Koordinate'
  112.     end
  113.     object Label5: TLabel
  114.       Left = 8
  115.       Top = 60
  116.       Width = 59
  117.       Height = 13
  118.       Caption = 'y-Koordinate'
  119.     end
  120.     object xEdit: TEdit
  121.       Left = 80
  122.       Top = 32
  123.       Width = 113
  124.       Height = 21
  125.       TabOrder = 0
  126.       Text = '5178935'
  127.     end
  128.     object Button3: TButton
  129.       Left = 8
  130.       Top = 88
  131.       Width = 89
  132.       Height = 25
  133.       Caption = 'Selektieren'
  134.       TabOrder = 1
  135.       OnClick = Button4Click
  136.     end
  137.     object yEdit: TEdit
  138.       Left = 80
  139.       Top = 56
  140.       Width = 113
  141.       Height = 21
  142.       TabOrder = 2
  143.       Text = '3760368'
  144.     end
  145.   end
  146.   object RectPanel: TPanel
  147.     Left = 264
  148.     Top = 56
  149.     Width = 201
  150.     Height = 129
  151.     BevelOuter = bvNone
  152.     TabOrder = 6
  153.     object Label6: TLabel
  154.       Left = 72
  155.       Top = 32
  156.       Width = 55
  157.       Height = 26
  158.       Alignment = taCenter
  159.       Caption = 'Selektions- rechteck'
  160.       WordWrap = True
  161.     end
  162.     object Label7: TLabel
  163.       Left = 8
  164.       Top = 36
  165.       Width = 21
  166.       Height = 13
  167.       Caption = 'links'
  168.     end
  169.     object leftEdit: TEdit
  170.       Left = 8
  171.       Top = 32
  172.       Width = 57
  173.       Height = 21
  174.       TabOrder = 0
  175.       Text = '5176000'
  176.     end
  177.     object Button4: TButton
  178.       Left = 8
  179.       Top = 88
  180.       Width = 89
  181.       Height = 25
  182.       Caption = 'Selektieren'
  183.       TabOrder = 1
  184.       OnClick = Button4Click
  185.     end
  186.     object topEdit: TEdit
  187.       Left = 72
  188.       Top = 8
  189.       Width = 57
  190.       Height = 21
  191.       TabOrder = 2
  192.       Text = '3765000'
  193.     end
  194.     object bottomEdit: TEdit
  195.       Left = 72
  196.       Top = 60
  197.       Width = 57
  198.       Height = 21
  199.       TabOrder = 3
  200.       Text = '3760000'
  201.     end
  202.     object rightEdit: TEdit
  203.       Left = 136
  204.       Top = 32
  205.       Width = 57
  206.       Height = 21
  207.       TabOrder = 4
  208.       Text = '5180000'
  209.     end
  210.   end
  211.   object EditPanel: TPanel
  212.     Left = 264
  213.     Top = 56
  214.     Width = 201
  215.     Height = 129
  216.     BevelOuter = bvNone
  217.     TabOrder = 7
  218.     object IDLabel: TLabel
  219.       Left = 8
  220.       Top = 16
  221.       Width = 91
  222.       Height = 13
  223.       Caption = 'zu selektierende ID'
  224.     end
  225.     object IDStringLabel: TLabel
  226.       Left = 8
  227.       Top = 16
  228.       Width = 124
  229.       Height = 13
  230.       Caption = 'zu selektierender ID-String'
  231.     end
  232.     object RecLabel: TLabel
  233.       Left = 8
  234.       Top = 16
  235.       Width = 165
  236.       Height = 13
  237.       Caption = 'zu selektierende Datensatznummer'
  238.     end
  239.     object IDEdit: TEdit
  240.       Left = 8
  241.       Top = 32
  242.       Width = 185
  243.       Height = 21
  244.       TabOrder = 0
  245.       Text = 'IDEdit'
  246.     end
  247.     object Button1: TButton
  248.       Left = 8
  249.       Top = 64
  250.       Width = 89
  251.       Height = 25
  252.       Caption = 'Selektieren'
  253.       TabOrder = 1
  254.       OnClick = Button4Click
  255.     end
  256.     object Button2: TButton
  257.       Left = 104
  258.       Top = 64
  259.       Width = 89
  260.       Height = 25
  261.       Caption = 'Deselektieren'
  262.       TabOrder = 2
  263.       OnClick = Button2Click
  264.     end
  265.   end
  266. end
  267.