home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 1999 Ekstra 101 Spil / K-CD_1999_Ekstra_101_Spil.iso / 101.exe / 0 / RCDATA / TFRMANSVAR / TFRMANSVAR.txt
Text File  |  1999-09-02  |  2KB  |  94 lines

  1. object frmAnsvar: TfrmAnsvar
  2.   Left = 340
  3.   Top = 209
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderIcons = []
  7.   BorderStyle = bsNone
  8.   Caption = 'frmAnsvar'
  9.   ClientHeight = 480
  10.   ClientWidth = 640
  11.   Color = clNone
  12.   Font.Charset = ANSI_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -16
  15.   Font.Name = 'Comic Sans MS'
  16.   Font.Style = []
  17.   Position = poScreenCenter
  18.   Scaled = False
  19.   Visible = True
  20.   PixelsPerInch = 96
  21.   TextHeight = 23
  22.   object imgBack: TImage
  23.     Left = 0
  24.     Top = 0
  25.     Width = 640
  26.     Height = 480
  27.   end
  28.   object lblAnsvar: TLabel
  29.     Left = 32
  30.     Top = 32
  31.     Width = 241
  32.     Height = 377
  33.     AutoSize = False
  34.     Caption = 'lblAnsvar'
  35.     Font.Charset = ANSI_CHARSET
  36.     Font.Color = clWhite
  37.     Font.Height = -13
  38.     Font.Name = 'Verdana'
  39.     Font.Style = [fsBold]
  40.     ParentFont = False
  41.     Transparent = True
  42.     WordWrap = True
  43.   end
  44.   object cmdNot: TTransKnap
  45.     Tag = 50
  46.     Left = 559
  47.     Top = 427
  48.     Width = 81
  49.     Height = 53
  50.     BevelStyle = bbNone
  51.     BevelSize = 0
  52.     Color = clBlack
  53.     MouseOverAction = True
  54.     Bitmapliste = frmForside.Exitskilt
  55.     Font.Charset = ANSI_CHARSET
  56.     Font.Color = clWhite
  57.     Font.Height = -12
  58.     Font.Name = 'Verdana'
  59.     Font.Style = []
  60.     Spacing = 0
  61.     Style = []
  62.     FontOverColor = clBlue
  63.     FontDownColor = clMaroon
  64.     Visible = False
  65.     OnClick = cmdCancelClick
  66.     Transparent = True
  67.   end
  68.   object cmdOK: TTransKnap
  69.     Tag = 50
  70.     Left = 287
  71.     Top = 430
  72.     Width = 90
  73.     Height = 50
  74.     Alignment = alTopCenter
  75.     BevelStyle = bbNone
  76.     BevelSize = 0
  77.     Color = clBlack
  78.     MouseOverAction = True
  79.     Bitmapliste = frmForside.bmlOK
  80.     Font.Charset = ANSI_CHARSET
  81.     Font.Color = clWhite
  82.     Font.Height = -12
  83.     Font.Name = 'Verdana'
  84.     Font.Style = [fsBold]
  85.     Spacing = 0
  86.     Style = []
  87.     FontOverColor = clBlue
  88.     FontDownColor = clMaroon
  89.     Visible = False
  90.     OnClick = cmdOKClick
  91.     Transparent = False
  92.   end
  93. end
  94.