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

  1. object AltValue: TAltValue
  2.   Left = 136
  3.   Top = 186
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Alternierende Werte suchen'
  7.   ClientHeight = 141
  8.   ClientWidth = 334
  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 = 22
  19.     Top = 14
  20.     Width = 294
  21.     Height = 20
  22.     Caption = 'Bitte Werte f∩┐╜r die Savegames  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 Label2: TLabel
  30.     Left = 35
  31.     Top = 40
  32.     Width = 6
  33.     Height = 13
  34.     Caption = '1'
  35.   end
  36.   object Label3: TLabel
  37.     Left = 98
  38.     Top = 40
  39.     Width = 6
  40.     Height = 13
  41.     Caption = '2'
  42.   end
  43.   object Label4: TLabel
  44.     Left = 160
  45.     Top = 40
  46.     Width = 6
  47.     Height = 13
  48.     Caption = '3'
  49.   end
  50.   object Label5: TLabel
  51.     Left = 223
  52.     Top = 40
  53.     Width = 6
  54.     Height = 13
  55.     Caption = '4'
  56.   end
  57.   object Label6: TLabel
  58.     Left = 285
  59.     Top = 40
  60.     Width = 6
  61.     Height = 13
  62.     Caption = '5'
  63.   end
  64.   object Edit1: TEdit
  65.     Left = 22
  66.     Top = 59
  67.     Width = 47
  68.     Height = 21
  69.     MaxLength = 3
  70.     TabOrder = 0
  71.     OnExit = Edit1Exit
  72.   end
  73.   object Edit2: TEdit
  74.     Left = 83
  75.     Top = 59
  76.     Width = 47
  77.     Height = 21
  78.     MaxLength = 3
  79.     TabOrder = 1
  80.     Text = ' '
  81.     OnExit = Edit2Exit
  82.   end
  83.   object Edit3: TEdit
  84.     Left = 145
  85.     Top = 59
  86.     Width = 47
  87.     Height = 21
  88.     MaxLength = 3
  89.     TabOrder = 2
  90.     Text = ' '
  91.     OnExit = Edit3Exit
  92.   end
  93.   object Edit4: TEdit
  94.     Left = 206
  95.     Top = 59
  96.     Width = 47
  97.     Height = 21
  98.     MaxLength = 3
  99.     TabOrder = 3
  100.     OnExit = Edit4Exit
  101.   end
  102.   object Edit5: TEdit
  103.     Left = 267
  104.     Top = 59
  105.     Width = 47
  106.     Height = 21
  107.     MaxLength = 3
  108.     TabOrder = 4
  109.     OnExit = Edit5Exit
  110.   end
  111.   object Button1: TButton
  112.     Left = 81
  113.     Top = 100
  114.     Width = 75
  115.     Height = 25
  116.     Caption = 'OK'
  117.     TabOrder = 5
  118.     OnClick = Button1Click
  119.   end
  120.   object Button2: TButton
  121.     Left = 174
  122.     Top = 100
  123.     Width = 75
  124.     Height = 25
  125.     Caption = 'Abbruch'
  126.     TabOrder = 6
  127.     OnClick = Button2Click
  128.   end
  129. end
  130.