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

  1. object DatabaseForm: TDatabaseForm
  2.   Left = 242
  3.   Top = 173
  4.   Width = 483
  5.   Height = 423
  6.   Caption = 'Datenbankoperationen'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnCreate = FormCreate
  13.   OnDestroy = FormDestroy
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 8
  18.     Top = 12
  19.     Width = 62
  20.     Height = 13
  21.     Caption = 'Schichtname'
  22.   end
  23.   object Label2: TLabel
  24.     Left = 8
  25.     Top = 40
  26.     Width = 83
  27.     Height = 13
  28.     Caption = 'verf∩┐╜gbare Felder'
  29.   end
  30.   object Label3: TLabel
  31.     Left = 168
  32.     Top = 40
  33.     Width = 65
  34.     Height = 13
  35.     Caption = 'aktuelles Feld'
  36.   end
  37.   object Label4: TLabel
  38.     Left = 168
  39.     Top = 80
  40.     Width = 108
  41.     Height = 13
  42.     Caption = 'zu setzender Feldinhalt'
  43.   end
  44.   object Label5: TLabel
  45.     Left = 168
  46.     Top = 176
  47.     Width = 128
  48.     Height = 13
  49.     Caption = 'aktueller Inhalt der Feldliste'
  50.   end
  51.   object Label6: TLabel
  52.     Left = 192
  53.     Top = 124
  54.     Width = 85
  55.     Height = 13
  56.     Caption = 'Datensatznummer'
  57.   end
  58.   object StatusLabel: TLabel
  59.     Left = 8
  60.     Top = 360
  61.     Width = 377
  62.     Height = 33
  63.     AutoSize = False
  64.     Font.Charset = DEFAULT_CHARSET
  65.     Font.Color = clBlack
  66.     Font.Height = -11
  67.     Font.Name = 'MS Sans Serif'
  68.     Font.Style = [fsBold]
  69.     ParentFont = False
  70.     WordWrap = True
  71.   end
  72.   object ComboBox1: TComboBox
  73.     Left = 80
  74.     Top = 8
  75.     Width = 177
  76.     Height = 21
  77.     ItemHeight = 13
  78.     TabOrder = 0
  79.     OnChange = ComboBox1Change
  80.   end
  81.   object FieldListBox: TListBox
  82.     Left = 8
  83.     Top = 56
  84.     Width = 145
  85.     Height = 249
  86.     ItemHeight = 13
  87.     TabOrder = 1
  88.     OnClick = FieldListBoxClick
  89.   end
  90.   object ActualEdit: TEdit
  91.     Left = 168
  92.     Top = 56
  93.     Width = 161
  94.     Height = 21
  95.     ReadOnly = True
  96.     TabOrder = 2
  97.   end
  98.   object ContentEdit: TEdit
  99.     Left = 168
  100.     Top = 96
  101.     Width = 297
  102.     Height = 21
  103.     TabOrder = 3
  104.   end
  105.   object ClearListButton: TButton
  106.     Left = 344
  107.     Top = 160
  108.     Width = 121
  109.     Height = 25
  110.     Caption = 'L∩┐╜schen des Inhalts'
  111.     TabOrder = 4
  112.     OnClick = ClearListButtonClick
  113.   end
  114.   object InsertButton: TButton
  115.     Left = 8
  116.     Top = 320
  117.     Width = 75
  118.     Height = 25
  119.     Caption = 'Einf∩┐╜gen'
  120.     TabOrder = 5
  121.     OnClick = InsertButtonClick
  122.   end
  123.   object ClearButton: TButton
  124.     Left = 104
  125.     Top = 320
  126.     Width = 75
  127.     Height = 25
  128.     Caption = 'L∩┐╜schen'
  129.     TabOrder = 6
  130.     OnClick = ClearButtonClick
  131.   end
  132.   object RecEdit: TEdit
  133.     Left = 192
  134.     Top = 140
  135.     Width = 121
  136.     Height = 21
  137.     TabOrder = 7
  138.   end
  139.   object UpdateButton: TButton
  140.     Left = 200
  141.     Top = 320
  142.     Width = 75
  143.     Height = 25
  144.     Caption = '∩┐╜ndern'
  145.     TabOrder = 8
  146.     OnClick = UpdateButtonClick
  147.   end
  148.   object ReadButton: TButton
  149.     Left = 296
  150.     Top = 320
  151.     Width = 75
  152.     Height = 25
  153.     Caption = 'Lesen'
  154.     TabOrder = 9
  155.     OnClick = ReadButtonClick
  156.   end
  157.   object SearchButton: TButton
  158.     Left = 392
  159.     Top = 320
  160.     Width = 75
  161.     Height = 25
  162.     Hint = 
  163.       'R∩┐╜ckgabewerte k∩┐╜nnen in der unteren Liste des Hauptfensters abge' +
  164.       'lesen werden'
  165.     Caption = 'Suche'
  166.     TabOrder = 10
  167.     OnClick = SearchButtonClick
  168.   end
  169.   object CloseButton: TButton
  170.     Left = 392
  171.     Top = 360
  172.     Width = 75
  173.     Height = 25
  174.     Caption = 'Schlie∩┐╜en'
  175.     ModalResult = 1
  176.     TabOrder = 11
  177.   end
  178.   object ActualFieldListBox: TListBox
  179.     Left = 168
  180.     Top = 192
  181.     Width = 297
  182.     Height = 113
  183.     ItemHeight = 13
  184.     TabOrder = 12
  185.   end
  186.   object AddToListButton: TButton
  187.     Left = 344
  188.     Top = 56
  189.     Width = 121
  190.     Height = 25
  191.     Caption = 'der Feldliste zuf∩┐╜gen'
  192.     TabOrder = 13
  193.     OnClick = AddToListButtonClick
  194.   end
  195.   object PrevButton: TButton
  196.     Left = 168
  197.     Top = 140
  198.     Width = 17
  199.     Height = 21
  200.     Caption = '<'
  201.     TabOrder = 14
  202.     OnClick = PrevButtonClick
  203.   end
  204.   object NextButton: TButton
  205.     Left = 320
  206.     Top = 140
  207.     Width = 17
  208.     Height = 21
  209.     Caption = '>'
  210.     TabOrder = 15
  211.     OnClick = NextButtonClick
  212.   end
  213. end
  214.