home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 April / PCWorld_1999-04_cd.bin / Software / TemaCD / GoldHTML / Golden.exe / 0 / RCDATA / TMYFONTDIALOG / TMYFONTDIALOG.txt
Text File  |  1998-04-04  |  2KB  |  123 lines

  1. object MyFontDialog: TMyFontDialog
  2.   Left = 200
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'P∩┐╜smo..'
  6.   ClientHeight = 112
  7.   ClientWidth = 288
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 24
  19.     Top = 19
  20.     Width = 32
  21.     Height = 13
  22.     Caption = 'P∩┐╜smo:'
  23.   end
  24.   object Label2: TLabel
  25.     Left = 24
  26.     Top = 48
  27.     Width = 37
  28.     Height = 13
  29.     Caption = 'Velikost'
  30.   end
  31.   object Label3: TLabel
  32.     Left = 184
  33.     Top = 49
  34.     Width = 28
  35.     Height = 13
  36.     Caption = 'Barva'
  37.   end
  38.   object Bevel1: TBevel
  39.     Left = 8
  40.     Top = 8
  41.     Width = 273
  42.     Height = 64
  43.     Style = bsRaised
  44.   end
  45.   object ComboBox1: TComboBox
  46.     Left = 62
  47.     Top = 16
  48.     Width = 211
  49.     Height = 21
  50.     ItemHeight = 13
  51.     TabOrder = 0
  52.   end
  53.   object ComboBox2: TComboBox
  54.     Left = 63
  55.     Top = 44
  56.     Width = 42
  57.     Height = 21
  58.     Hint = 'Jak zm∩┐╜nit velikost'
  59.     ItemHeight = 13
  60.     Items.Strings = (
  61.       ''
  62.       '+'
  63.       '-')
  64.     TabOrder = 1
  65.   end
  66.   object ComboBox3: TComboBox
  67.     Left = 107
  68.     Top = 44
  69.     Width = 72
  70.     Height = 21
  71.     Hint = 'Velikost'
  72.     ItemHeight = 13
  73.     Items.Strings = (
  74.       ''
  75.       '1'
  76.       '2'
  77.       '3'
  78.       '4'
  79.       '5'
  80.       '6'
  81.       '7')
  82.     TabOrder = 2
  83.   end
  84.   object CheckBox1: TCheckBox
  85.     Left = 260
  86.     Top = 47
  87.     Width = 17
  88.     Height = 17
  89.     TabOrder = 4
  90.   end
  91.   object Button1: TButton
  92.     Left = 200
  93.     Top = 80
  94.     Width = 75
  95.     Height = 25
  96.     Caption = 'Vlo∩┐╜it'
  97.     Default = True
  98.     ModalResult = 1
  99.     TabOrder = 5
  100.     OnClick = Button1Click
  101.   end
  102.   object Button2: TButton
  103.     Left = 16
  104.     Top = 80
  105.     Width = 75
  106.     Height = 25
  107.     Cancel = True
  108.     Caption = 'Zp∩┐╜t'
  109.     ModalResult = 2
  110.     TabOrder = 6
  111.   end
  112.   object Panel1: TColorCombo
  113.     Left = 217
  114.     Top = 45
  115.     Width = 40
  116.     Height = 20
  117.     Caption = 'Panel1'
  118.     TabOrder = 3
  119.     OnMouseDown = Panel1MouseDown
  120.     Color = clWhite
  121.   end
  122. end
  123.