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

  1. object BillForm: TBillForm
  2.   Left = 241
  3.   Top = 124
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = '∩┐╜∩┐╜et'
  7.   ClientHeight = 228
  8.   ClientWidth = 306
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = 'Verdana'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   OnActivate = FormActivate
  18.   PixelsPerInch = 96
  19.   TextHeight = 16
  20.   object ButtonOK: TBitBtn
  21.     Left = 8
  22.     Top = 192
  23.     Width = 85
  24.     Height = 26
  25.     Font.Charset = DEFAULT_CHARSET
  26.     Font.Color = clWindowText
  27.     Font.Height = -12
  28.     Font.Name = 'Tahoma'
  29.     Font.Style = [fsBold]
  30.     ParentFont = False
  31.     TabOrder = 0
  32.     OnClick = ButtonOKClick
  33.     Kind = bkOK
  34.   end
  35.   object ButtonCancel: TBitBtn
  36.     Left = 110
  37.     Top = 192
  38.     Width = 85
  39.     Height = 26
  40.     Caption = 'Zru∩┐╜it'
  41.     Font.Charset = DEFAULT_CHARSET
  42.     Font.Color = clWindowText
  43.     Font.Height = -12
  44.     Font.Name = 'Tahoma'
  45.     Font.Style = [fsBold]
  46.     ParentFont = False
  47.     TabOrder = 1
  48.     OnClick = ButtonCancelClick
  49.     Kind = bkCancel
  50.   end
  51.   object Memo: TMemo
  52.     Left = 8
  53.     Top = 8
  54.     Width = 289
  55.     Height = 169
  56.     Color = clWhite
  57.     Font.Charset = DEFAULT_CHARSET
  58.     Font.Color = clBlack
  59.     Font.Height = -13
  60.     Font.Name = 'Tahoma'
  61.     Font.Style = [fsBold]
  62.     ParentFont = False
  63.     TabOrder = 2
  64.   end
  65.   object ButtonTricks: TBitBtn
  66.     Left = 212
  67.     Top = 192
  68.     Width = 85
  69.     Height = 26
  70.     Caption = 'Pr∩┐╜b∩┐╜h'
  71.     Font.Charset = DEFAULT_CHARSET
  72.     Font.Color = clWindowText
  73.     Font.Height = -12
  74.     Font.Name = 'Tahoma'
  75.     Font.Style = [fsBold]
  76.     ParentFont = False
  77.     TabOrder = 3
  78.     OnClick = ButtonTricksClick
  79.     Kind = bkHelp
  80.   end
  81.   object XPMenu1: TXPMenu
  82.     DimLevel = 30
  83.     GrayLevel = 10
  84.     Font.Charset = EASTEUROPE_CHARSET
  85.     Font.Color = clMenuText
  86.     Font.Height = -11
  87.     Font.Name = 'Tahoma'
  88.     Font.Style = []
  89.     Color = clBtnFace
  90.     DrawMenuBar = False
  91.     IconBackColor = clBtnFace
  92.     MenuBarColor = clBtnFace
  93.     SelectColor = clHighlight
  94.     SelectBorderColor = clHighlight
  95.     SelectFontColor = clMenuText
  96.     DisabledColor = clInactiveCaption
  97.     SeparatorColor = clBtnFace
  98.     CheckedColor = clHighlight
  99.     IconWidth = 24
  100.     DrawSelect = True
  101.     UseSystemColors = True
  102.     UseDimColor = False
  103.     OverrideOwnerDraw = False
  104.     Gradient = False
  105.     FlatMenu = False
  106.     AutoDetect = False
  107.     Active = True
  108.     Left = 72
  109.     Top = 40
  110.   end
  111. end
  112.