home *** CD-ROM | disk | FTP | other *** search
/ GameStar 1998 November (Bonus) / GAMESTAR11B.ISO / Diverses / SECK / _SETUP.1 / Seck.exe / 0 / RCDATA / TGROSSEWERTE / TGROSSEWERTE.txt
Text File  |  1998-03-15  |  2KB  |  113 lines

  1. object GrosseWerte: TGrosseWerte
  2.   Left = 179
  3.   Top = 147
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Werte bis 1.000.000.000 suchen'
  7.   ClientHeight = 194
  8.   ClientWidth = 307
  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 Label7: TLabel
  18.     Left = 15
  19.     Top = 9
  20.     Width = 280
  21.     Height = 20
  22.     Caption = 'Bitte den zu suchenden Wert 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 Label1: TLabel
  30.     Left = 41
  31.     Top = 86
  32.     Width = 227
  33.     Height = 20
  34.     Caption = 'Starte Suche mit Savegame Nr :'
  35.     Font.Color = clBlack
  36.     Font.Height = -16
  37.     Font.Name = 'MS Sans Serif'
  38.     Font.Style = []
  39.     ParentFont = False
  40.   end
  41.   object Edit1: TEdit
  42.     Left = 90
  43.     Top = 35
  44.     Width = 121
  45.     Height = 21
  46.     MaxLength = 10
  47.     TabOrder = 0
  48.     OnExit = Edit1Exit
  49.   end
  50.   object Button2: TButton
  51.     Left = 107
  52.     Top = 158
  53.     Width = 75
  54.     Height = 25
  55.     Caption = 'Abbruch'
  56.     TabOrder = 1
  57.     OnClick = Button2Click
  58.   end
  59.   object Button1: TButton
  60.     Left = 28
  61.     Top = 120
  62.     Width = 42
  63.     Height = 25
  64.     Caption = '1'
  65.     TabOrder = 2
  66.     OnClick = Button1Click
  67.   end
  68.   object Button3: TButton
  69.     Left = 80
  70.     Top = 120
  71.     Width = 42
  72.     Height = 25
  73.     Caption = '2'
  74.     TabOrder = 3
  75.     OnClick = Button3Click
  76.   end
  77.   object Button4: TButton
  78.     Left = 132
  79.     Top = 120
  80.     Width = 42
  81.     Height = 25
  82.     Caption = '3'
  83.     TabOrder = 4
  84.     OnClick = Button4Click
  85.   end
  86.   object Button5: TButton
  87.     Left = 185
  88.     Top = 120
  89.     Width = 42
  90.     Height = 25
  91.     Caption = '4'
  92.     TabOrder = 5
  93.     OnClick = Button5Click
  94.   end
  95.   object Button6: TButton
  96.     Left = 237
  97.     Top = 120
  98.     Width = 42
  99.     Height = 25
  100.     Caption = '5'
  101.     TabOrder = 6
  102.     OnClick = Button6Click
  103.   end
  104.   object CheckBox1: TCheckBox
  105.     Left = 90
  106.     Top = 66
  107.     Width = 125
  108.     Height = 17
  109.     Caption = 'Bytefolge invertieren'
  110.     TabOrder = 7
  111.   end
  112. end
  113.