home *** CD-ROM | disk | FTP | other *** search
/ WDR Computer Club Digital 1998 March / CC9803-2.BIN / SHARE / 95EASYAD / DISK1 / _SETUP.1 / EasyAdress.exe / 0 / RCDATA / TFORMPERSONAUSWAHL / TFORMPERSONAUSWAHL.txt
Text File  |  1998-01-12  |  1KB  |  72 lines

  1. object FormPersonAuswahl: TFormPersonAuswahl
  2.   Left = 202
  3.   Top = 109
  4.   AutoScroll = False
  5.   Caption = 'Person w∩┐╜hlen'
  6.   ClientHeight = 325
  7.   ClientWidth = 504
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   KeyPreview = True
  13.   Position = poScreenCenter
  14.   OnClose = FormClose
  15.   OnKeyPress = FormKeyPress
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Panel1: TPanel
  20.     Left = 0
  21.     Top = 293
  22.     Width = 504
  23.     Height = 32
  24.     Align = alBottom
  25.     TabOrder = 0
  26.     object BitBtn1: TBitBtn
  27.       Left = 426
  28.       Top = 4
  29.       Width = 75
  30.       Height = 25
  31.       TabOrder = 0
  32.       OnClick = BitBtn1Click
  33.       Kind = bkOK
  34.     end
  35.   end
  36.   object DBGrid1: TDBGrid
  37.     Left = 0
  38.     Top = 0
  39.     Width = 504
  40.     Height = 293
  41.     Align = alClient
  42.     Columns = <
  43.       item
  44.         FieldName = 'Name'
  45.         Width = 100
  46.       end
  47.       item
  48.         FieldName = 'Vorname'
  49.         Width = 102
  50.       end
  51.       item
  52.         FieldName = 'Plz'
  53.         Width = 61
  54.       end
  55.       item
  56.         FieldName = 'Strasse'
  57.         Title.Caption = 'Stra∩┐╜e'
  58.         Width = 107
  59.       end
  60.       item
  61.         FieldName = 'Ort'
  62.         Width = 96
  63.       end>
  64.     Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
  65.     TabOrder = 1
  66.     TitleFont.Color = clWindowText
  67.     TitleFont.Height = -11
  68.     TitleFont.Name = 'MS Sans Serif'
  69.     TitleFont.Style = []
  70.   end
  71. end
  72.