home *** CD-ROM | disk | FTP | other *** search
/ GameStar Special 2004 January / GSSH0104TT.iso / Programme / Seck / _SETUP.1 / Seck.exe / 0 / RCDATA / TLSTEXT / TLSTEXT.txt
Text File  |  1998-03-15  |  2KB  |  82 lines

  1. object lstext: Tlstext
  2.   Left = 100
  3.   Top = 106
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Listen - Text bearbeiten'
  7.   ClientHeight = 199
  8.   ClientWidth = 430
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poDefaultSizeOnly
  14.   OnClose = FormClose
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 47
  20.     Top = 14
  21.     Width = 345
  22.     Height = 20
  23.     Caption = 'Bitte den Text der gew∩┐╜hlten Adresse bearbeiten'
  24.     Font.Color = clBlack
  25.     Font.Height = -16
  26.     Font.Name = 'MS Sans Serif'
  27.     Font.Style = []
  28.     ParentFont = False
  29.   end
  30.   object Label2: TLabel
  31.     Left = 20
  32.     Top = 49
  33.     Width = 44
  34.     Height = 13
  35.     Caption = 'Adresse :'
  36.   end
  37.   object Label3: TLabel
  38.     Left = 20
  39.     Top = 97
  40.     Width = 27
  41.     Height = 13
  42.     Caption = 'Text :'
  43.   end
  44.   object Edit1: TEdit
  45.     Left = 20
  46.     Top = 117
  47.     Width = 397
  48.     Height = 21
  49.     MaxLength = 80
  50.     TabOrder = 1
  51.     OnExit = Edit1Exit
  52.   end
  53.   object Edit2: TEdit
  54.     Left = 20
  55.     Top = 68
  56.     Width = 89
  57.     Height = 21
  58.     MaxLength = 10
  59.     TabOrder = 0
  60.     OnEnter = Edit2Enter
  61.     OnExit = Edit2Exit
  62.   end
  63.   object Button1: TButton
  64.     Left = 122
  65.     Top = 154
  66.     Width = 75
  67.     Height = 25
  68.     Caption = 'OK'
  69.     TabOrder = 2
  70.     OnClick = Button1Click
  71.   end
  72.   object Button2: TButton
  73.     Left = 219
  74.     Top = 154
  75.     Width = 75
  76.     Height = 25
  77.     Caption = 'Abbruch'
  78.     TabOrder = 3
  79.     OnClick = Button2Click
  80.   end
  81. end
  82.