home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 January / Chip_2004-01_cd1.bin / oddech / marias / _SETUP.1 / marias.exe / 0 / RCDATA / TSUITQUESTIONFORM / TSUITQUESTIONFORM.txt
Text File  |  2003-02-13  |  2KB  |  82 lines

  1. object SuitQuestionForm: TSuitQuestionForm
  2.   Left = 306
  3.   Top = 269
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Jak∩┐╜ je barva?'
  7.   ClientHeight = 37
  8.   ClientWidth = 247
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = False
  17.   OnActivate = FormActivate
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Button1: TButton
  22.     Left = 8
  23.     Top = 6
  24.     Width = 113
  25.     Height = 26
  26.     Caption = 'Dobr∩┐╜'
  27.     Font.Charset = DEFAULT_CHARSET
  28.     Font.Color = clWindowText
  29.     Font.Height = -13
  30.     Font.Name = 'Verdana'
  31.     Font.Style = [fsBold]
  32.     ParentFont = False
  33.     TabOrder = 0
  34.     OnClick = Button1Click
  35.   end
  36.   object Button2: TButton
  37.     Left = 128
  38.     Top = 6
  39.     Width = 113
  40.     Height = 26
  41.     Caption = '∩┐╜patn∩┐╜'
  42.     Font.Charset = DEFAULT_CHARSET
  43.     Font.Color = clWindowText
  44.     Font.Height = -13
  45.     Font.Name = 'Verdana'
  46.     Font.Style = [fsBold]
  47.     ParentFont = False
  48.     TabOrder = 1
  49.     OnClick = Button2Click
  50.   end
  51.   object XPMenu1: TXPMenu
  52.     DimLevel = 30
  53.     GrayLevel = 10
  54.     Font.Charset = EASTEUROPE_CHARSET
  55.     Font.Color = clMenuText
  56.     Font.Height = -11
  57.     Font.Name = 'Tahoma'
  58.     Font.Style = []
  59.     Color = clBtnFace
  60.     DrawMenuBar = False
  61.     IconBackColor = clBtnFace
  62.     MenuBarColor = clBtnFace
  63.     SelectColor = clHighlight
  64.     SelectBorderColor = clHighlight
  65.     SelectFontColor = clMenuText
  66.     DisabledColor = clInactiveCaption
  67.     SeparatorColor = clBtnFace
  68.     CheckedColor = clHighlight
  69.     IconWidth = 24
  70.     DrawSelect = True
  71.     UseSystemColors = True
  72.     UseDimColor = False
  73.     OverrideOwnerDraw = False
  74.     Gradient = False
  75.     FlatMenu = False
  76.     AutoDetect = False
  77.     Active = True
  78.     Left = 8
  79.     Top = 8
  80.   end
  81. end
  82.