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

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