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

  1. object SelectForm: TSelectForm
  2.   Left = 257
  3.   Top = 172
  4.   BorderStyle = bsDialog
  5.   Caption = 'Selektionstest'
  6.   ClientHeight = 383
  7.   ClientWidth = 482
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnClose = FormClose
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object GroupBox1: TGroupBox
  18.     Left = 8
  19.     Top = 8
  20.     Width = 465
  21.     Height = 145
  22.     Caption = 'Selektion nach Datensatznummer oder ID'
  23.     TabOrder = 0
  24.     object Label1: TLabel
  25.       Left = 16
  26.       Top = 59
  27.       Width = 85
  28.       Height = 13
  29.       Caption = 'Datensatznummer'
  30.     end
  31.     object Label2: TLabel
  32.       Left = 16
  33.       Top = 83
  34.       Width = 36
  35.       Height = 13
  36.       Caption = 'Schicht'
  37.     end
  38.     object RecEdit: TEdit
  39.       Left = 112
  40.       Top = 56
  41.       Width = 129
  42.       Height = 21
  43.       TabOrder = 0
  44.       Text = 'RecEdit'
  45.     end
  46.     object ComboBox1: TComboBox
  47.       Left = 112
  48.       Top = 80
  49.       Width = 145
  50.       Height = 21
  51.       Style = csDropDownList
  52.       ItemHeight = 13
  53.       TabOrder = 1
  54.     end
  55.     object SelectByIDButton: TButton
  56.       Left = 8
  57.       Top = 112
  58.       Width = 81
  59.       Height = 25
  60.       Caption = 'Selektieren'
  61.       TabOrder = 2
  62.       OnClick = SelectByIDButtonClick
  63.     end
  64.     object DeselectByIDButton: TButton
  65.       Left = 96
  66.       Top = 112
  67.       Width = 81
  68.       Height = 25
  69.       Caption = 'Deselektieren'
  70.       TabOrder = 3
  71.       OnClick = DeselectByIDButtonClick
  72.     end
  73.     object IsSelectedButton: TButton
  74.       Left = 184
  75.       Top = 112
  76.       Width = 81
  77.       Height = 25
  78.       Caption = 'Selektiert?'
  79.       TabOrder = 4
  80.       OnClick = IsSelectedButtonClick
  81.     end
  82.     object RecNrRadioButton: TRadioButton
  83.       Left = 16
  84.       Top = 16
  85.       Width = 249
  86.       Height = 17
  87.       Caption = 'Selektiere ∩┐╜ber Datensatznummer'
  88.       Checked = True
  89.       TabOrder = 5
  90.       TabStop = True
  91.       OnClick = RecNrRadioButtonClick
  92.     end
  93.     object IDRadioButton: TRadioButton
  94.       Left = 16
  95.       Top = 32
  96.       Width = 217
  97.       Height = 17
  98.       Caption = 'Selektiere ∩┐╜ber eindeutige ID'
  99.       TabOrder = 6
  100.       OnClick = IDRadioButtonClick
  101.     end
  102.     object Panel1: TMemo
  103.       Left = 272
  104.       Top = 16
  105.       Width = 185
  106.       Height = 121
  107.       TabOrder = 7
  108.     end
  109.   end
  110.   object GroupBox2: TGroupBox
  111.     Left = 288
  112.     Top = 160
  113.     Width = 185
  114.     Height = 113
  115.     Caption = 'Selektion nach Koordinaten'
  116.     TabOrder = 1
  117.     object xLabel: TLabel
  118.       Left = 16
  119.       Top = 19
  120.       Width = 59
  121.       Height = 13
  122.       Caption = 'x-Koordinate'
  123.     end
  124.     object yLabel: TLabel
  125.       Left = 16
  126.       Top = 43
  127.       Width = 59
  128.       Height = 13
  129.       Caption = 'y-Koordinate'
  130.     end
  131.     object SelectionByCoordButton: TButton
  132.       Left = 56
  133.       Top = 72
  134.       Width = 81
  135.       Height = 25
  136.       Caption = 'Selektieren'
  137.       TabOrder = 0
  138.       OnClick = SelectionByCoordButtonClick
  139.     end
  140.     object xEdit: TEdit
  141.       Left = 88
  142.       Top = 16
  143.       Width = 81
  144.       Height = 21
  145.       TabOrder = 1
  146.       Text = 'xEdit'
  147.     end
  148.     object yEdit: TEdit
  149.       Left = 88
  150.       Top = 40
  151.       Width = 81
  152.       Height = 21
  153.       TabOrder = 2
  154.       Text = '3760368'
  155.     end
  156.   end
  157.   object Button1: TButton
  158.     Left = 392
  159.     Top = 352
  160.     Width = 81
  161.     Height = 25
  162.     Caption = 'Schlie∩┐╜en'
  163.     ModalResult = 1
  164.     TabOrder = 2
  165.   end
  166.   object GroupBox3: TGroupBox
  167.     Left = 8
  168.     Top = 160
  169.     Width = 273
  170.     Height = 217
  171.     Caption = 'Selektierte Objekte auflisten'
  172.     TabOrder = 3
  173.     object Label3: TLabel
  174.       Left = 16
  175.       Top = 59
  176.       Width = 36
  177.       Height = 13
  178.       Caption = 'Schicht'
  179.     end
  180.     object ComboBox2: TComboBox
  181.       Left = 112
  182.       Top = 56
  183.       Width = 145
  184.       Height = 21
  185.       Style = csDropDownList
  186.       ItemHeight = 13
  187.       TabOrder = 0
  188.     end
  189.     object ListBox1: TListBox
  190.       Left = 8
  191.       Top = 120
  192.       Width = 257
  193.       Height = 89
  194.       ItemHeight = 13
  195.       TabOrder = 1
  196.     end
  197.     object ShowSelected: TButton
  198.       Left = 8
  199.       Top = 88
  200.       Width = 257
  201.       Height = 25
  202.       Caption = 'Alle selektierten Datens∩┐╜tze anzeigen'
  203.       TabOrder = 2
  204.       OnClick = ShowSelectedClick
  205.     end
  206.     object ShowByRecNr: TRadioButton
  207.       Left = 16
  208.       Top = 16
  209.       Width = 249
  210.       Height = 17
  211.       Caption = '∩┐╜bergabe der Datensatznummer'
  212.       Checked = True
  213.       TabOrder = 3
  214.       TabStop = True
  215.       OnClick = RecNrRadioButtonClick
  216.     end
  217.     object ShowByID: TRadioButton
  218.       Left = 16
  219.       Top = 32
  220.       Width = 217
  221.       Height = 17
  222.       Caption = '∩┐╜bergabe der eindeutigen ID'
  223.       TabOrder = 4
  224.       OnClick = IDRadioButtonClick
  225.     end
  226.   end
  227. end
  228.