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

  1. object Automat1: TAutomat1
  2.   Left = 128
  3.   Top = 126
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Automatische Werte - Suche'
  7.   ClientHeight = 117
  8.   ClientWidth = 242
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poDefaultSizeOnly
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 20
  19.     Top = 14
  20.     Width = 207
  21.     Height = 20
  22.     Caption = 'Bitte den Startwert eingeben '
  23.     Font.Color = clBlack
  24.     Font.Height = -16
  25.     Font.Name = 'MS Sans Serif'
  26.     Font.Style = []
  27.     ParentFont = False
  28.   end
  29.   object Edit1: TEdit
  30.     Left = 68
  31.     Top = 42
  32.     Width = 82
  33.     Height = 21
  34.     TabOrder = 0
  35.     OnChange = Edit1Change
  36.   end
  37.   object Button1: TButton
  38.     Left = 32
  39.     Top = 73
  40.     Width = 75
  41.     Height = 25
  42.     Caption = 'OK'
  43.     TabOrder = 1
  44.     OnClick = Button1Click
  45.   end
  46.   object Button2: TButton
  47.     Left = 118
  48.     Top = 73
  49.     Width = 75
  50.     Height = 25
  51.     Caption = 'Abbrechen'
  52.     TabOrder = 2
  53.     OnClick = Button2Click
  54.   end
  55. end
  56.