home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 June / PCWorld_1999-06_cd.bin / software / Vyzkuste / Painter / Painter17.exe / 0 / RCDATA / TPAINTERFONTSF / TPAINTERFONTSF.txt
Text File  |  1999-04-23  |  2KB  |  99 lines

  1. object PainterFontsF: TPainterFontsF
  2.   Left = 75
  3.   Top = 95
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Painter Fonts'
  6.   ClientHeight = 316
  7.   ClientWidth = 678
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'Arial'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = False
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 120
  18.   TextHeight = 16
  19.   object Bevel1: TBevel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 678
  23.     Height = 113
  24.     Align = alTop
  25.     Shape = bsFrame
  26.   end
  27.   object Label1: TLabel
  28.     Left = 248
  29.     Top = 16
  30.     Width = 37
  31.     Height = 67
  32.     Caption = 'F'
  33.     Font.Charset = DEFAULT_CHARSET
  34.     Font.Color = clWindowText
  35.     Font.Height = -60
  36.     Font.Name = 'Arial'
  37.     Font.Style = []
  38.     ParentFont = False
  39.   end
  40.   object btnuse: TSpeedButton
  41.     Left = 544
  42.     Top = 8
  43.     Width = 57
  44.     Height = 22
  45.     Caption = 'Use'
  46.     Flat = True
  47.     Font.Charset = DEFAULT_CHARSET
  48.     Font.Color = clRed
  49.     Font.Height = -13
  50.     Font.Name = 'MS Sans Serif'
  51.     Font.Style = [fsBold]
  52.     ParentFont = False
  53.     Transparent = False
  54.     OnClick = btnuseClick
  55.   end
  56.   object btncancel: TSpeedButton
  57.     Left = 544
  58.     Top = 40
  59.     Width = 57
  60.     Height = 22
  61.     Caption = 'Cancel'
  62.     Flat = True
  63.     Font.Charset = DEFAULT_CHARSET
  64.     Font.Color = clWindowText
  65.     Font.Height = -13
  66.     Font.Name = 'MS Sans Serif'
  67.     Font.Style = [fsBold]
  68.     ParentFont = False
  69.     Transparent = False
  70.     OnClick = btncancelClick
  71.   end
  72.   object ComboBox1: TComboBox
  73.     Left = 16
  74.     Top = 8
  75.     Width = 209
  76.     Height = 24
  77.     ItemHeight = 16
  78.     TabOrder = 0
  79.     Text = 'ComboBox1'
  80.     OnClick = ComboBox1Click
  81.   end
  82.   object fontgrid: TDrawGrid
  83.     Left = 0
  84.     Top = 113
  85.     Width = 678
  86.     Height = 203
  87.     Align = alClient
  88.     ColCount = 32
  89.     DefaultColWidth = 18
  90.     FixedCols = 0
  91.     RowCount = 7
  92.     FixedRows = 0
  93.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine]
  94.     TabOrder = 1
  95.     OnDrawCell = fontgridDrawCell
  96.     OnSelectCell = fontgridSelectCell
  97.   end
  98. end
  99.