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

  1. object Block: TBlock
  2.   Left = 181
  3.   Top = 143
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Block direkt anw∩┐╜hlen'
  7.   ClientHeight = 139
  8.   ClientWidth = 228
  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 = 16
  19.     Top = 18
  20.     Width = 195
  21.     Height = 20
  22.     Caption = 'Sprung zu welchem Block ?'
  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 = 67
  31.     Top = 54
  32.     Width = 91
  33.     Height = 21
  34.     MaxLength = 6
  35.     TabOrder = 0
  36.     OnExit = Edit1Exit
  37.     OnKeyUp = Edit1KeyUp
  38.   end
  39.   object Button1: TButton
  40.     Left = 33
  41.     Top = 94
  42.     Width = 75
  43.     Height = 25
  44.     Caption = 'OK'
  45.     TabOrder = 1
  46.     OnClick = Button1Click
  47.   end
  48.   object Button2: TButton
  49.     Left = 115
  50.     Top = 94
  51.     Width = 75
  52.     Height = 25
  53.     Caption = 'Abbruch'
  54.     TabOrder = 2
  55.     OnClick = Button2Click
  56.   end
  57. end
  58.