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

  1. object Schalterdlg: TSchalterdlg
  2.   Left = 199
  3.   Top = 169
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Andere Schalter ausw∩┐╜hlen'
  7.   ClientHeight = 141
  8.   ClientWidth = 287
  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 = 7
  19.     Top = 15
  20.     Width = 269
  21.     Height = 20
  22.     Caption = 'Bitte geben Sie die Schalterwerte ein :'
  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 = 82
  31.     Top = 41
  32.     Width = 22
  33.     Height = 20
  34.     Caption = 'AN'
  35.     Font.Color = clBlack
  36.     Font.Height = -16
  37.     Font.Name = 'MS Sans Serif'
  38.     Font.Style = []
  39.     ParentFont = False
  40.   end
  41.   object Label3: TLabel
  42.     Left = 175
  43.     Top = 41
  44.     Width = 34
  45.     Height = 20
  46.     Caption = 'AUS'
  47.     Font.Color = clBlack
  48.     Font.Height = -16
  49.     Font.Name = 'MS Sans Serif'
  50.     Font.Style = []
  51.     ParentFont = False
  52.   end
  53.   object Edit1: TEdit
  54.     Left = 58
  55.     Top = 69
  56.     Width = 68
  57.     Height = 21
  58.     TabOrder = 0
  59.     OnExit = Edit1Exit
  60.   end
  61.   object Edit2: TEdit
  62.     Left = 157
  63.     Top = 68
  64.     Width = 70
  65.     Height = 21
  66.     TabOrder = 1
  67.     OnExit = Edit2Exit
  68.   end
  69.   object Button1: TButton
  70.     Left = 65
  71.     Top = 102
  72.     Width = 75
  73.     Height = 25
  74.     Caption = 'OK'
  75.     TabOrder = 2
  76.     OnClick = Button1Click
  77.   end
  78.   object Button2: TButton
  79.     Left = 150
  80.     Top = 102
  81.     Width = 75
  82.     Height = 25
  83.     Caption = 'Abbrechen'
  84.     TabOrder = 3
  85.     OnClick = Button2Click
  86.   end
  87. end
  88.