home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / sharewar / devilpad / htmlpad.exe / HTMLPad.exe / 0 / RCDATA / TFRMFONT / TFRMFONT.txt
Encoding:
Text File  |  2001-06-24  |  2.2 KB  |  125 lines

  1. object frmFont: TfrmFont
  2.   Left = 364
  3.   Top = 246
  4.   BorderStyle = bsDialog
  5.   Caption = 'P∩┐╜smo'
  6.   ClientHeight = 108
  7.   ClientWidth = 335
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnClose = FormClose
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object GroupBox1: TGroupBox
  20.     Left = 3
  21.     Top = 3
  22.     Width = 330
  23.     Height = 75
  24.     TabOrder = 0
  25.     object Label1: TLabel
  26.       Left = 8
  27.       Top = 19
  28.       Width = 32
  29.       Height = 13
  30.       Caption = 'P∩┐╜smo:'
  31.     end
  32.     object Label2: TLabel
  33.       Left = 8
  34.       Top = 45
  35.       Width = 31
  36.       Height = 13
  37.       Caption = 'Barva:'
  38.     end
  39.     object Label7: TLabel
  40.       Left = 184
  41.       Top = 46
  42.       Width = 43
  43.       Height = 13
  44.       Caption = 'Velikost: '
  45.     end
  46.     object cmbFontFace: TComboBox
  47.       Left = 52
  48.       Top = 16
  49.       Width = 268
  50.       Height = 21
  51.       Hint = 'FACE'
  52.       ItemHeight = 13
  53.       TabOrder = 0
  54.     end
  55.     object cmbColor: TColorCombo
  56.       Left = 52
  57.       Top = 41
  58.       Width = 128
  59.       Height = 22
  60.       Hint = 'COLOR'
  61.       ItemHeight = 16
  62.       Items.Strings = (
  63.         'clWhite'
  64.         'clWhite'
  65.         'clBlack'
  66.         'clMaroon'
  67.         'clGreen'
  68.         'clOlive'
  69.         'clNavy'
  70.         'clPurple'
  71.         'clTeal'
  72.         'clGray'
  73.         'clSilver'
  74.         'clRed'
  75.         'clLime'
  76.         'clYellow'
  77.         'clBlue'
  78.         'clFuchsia'
  79.         'clAqua'
  80.         'clWhite')
  81.       TabOrder = 1
  82.       ColorDialog = frmMain.ColorDialog1
  83.     end
  84.     object cmbSize: TComboBox
  85.       Left = 234
  86.       Top = 42
  87.       Width = 87
  88.       Height = 21
  89.       Hint = 'SIZE'
  90.       ItemHeight = 13
  91.       TabOrder = 2
  92.       OnEnter = cmbSizeEnter
  93.       OnExit = cmbSizeExit
  94.       Items.Strings = (
  95.         '1'
  96.         '2'
  97.         '3'
  98.         '4'
  99.         '5'
  100.         '6'
  101.         '7')
  102.     end
  103.   end
  104.   object btnOK: TButton
  105.     Left = 178
  106.     Top = 82
  107.     Width = 75
  108.     Height = 24
  109.     Caption = 'OK'
  110.     Default = True
  111.     TabOrder = 1
  112.     OnClick = btnOKClick
  113.   end
  114.   object btnStorno: TButton
  115.     Left = 258
  116.     Top = 82
  117.     Width = 75
  118.     Height = 24
  119.     Cancel = True
  120.     Caption = 'Storno'
  121.     TabOrder = 2
  122.     OnClick = btnStornoClick
  123.   end
  124. end
  125.