home *** CD-ROM | disk | FTP | other *** search
- object frmFont: TfrmFont
- Left = 364
- Top = 246
- BorderStyle = bsDialog
- Caption = 'P�smo'
- ClientHeight = 108
- ClientWidth = 335
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnClose = FormClose
- PixelsPerInch = 96
- TextHeight = 13
- object GroupBox1: TGroupBox
- Left = 3
- Top = 3
- Width = 330
- Height = 75
- TabOrder = 0
- object Label1: TLabel
- Left = 8
- Top = 19
- Width = 32
- Height = 13
- Caption = 'P�smo:'
- end
- object Label2: TLabel
- Left = 8
- Top = 45
- Width = 31
- Height = 13
- Caption = 'Barva:'
- end
- object Label7: TLabel
- Left = 184
- Top = 46
- Width = 43
- Height = 13
- Caption = 'Velikost: '
- end
- object cmbFontFace: TComboBox
- Left = 52
- Top = 16
- Width = 268
- Height = 21
- Hint = 'FACE'
- ItemHeight = 13
- TabOrder = 0
- end
- object cmbColor: TColorCombo
- Left = 52
- Top = 41
- Width = 128
- Height = 22
- Hint = 'COLOR'
- ItemHeight = 16
- Items.Strings = (
- 'clWhite'
- 'clWhite'
- 'clBlack'
- 'clMaroon'
- 'clGreen'
- 'clOlive'
- 'clNavy'
- 'clPurple'
- 'clTeal'
- 'clGray'
- 'clSilver'
- 'clRed'
- 'clLime'
- 'clYellow'
- 'clBlue'
- 'clFuchsia'
- 'clAqua'
- 'clWhite')
- TabOrder = 1
- ColorDialog = frmMain.ColorDialog1
- end
- object cmbSize: TComboBox
- Left = 234
- Top = 42
- Width = 87
- Height = 21
- Hint = 'SIZE'
- ItemHeight = 13
- TabOrder = 2
- OnEnter = cmbSizeEnter
- OnExit = cmbSizeExit
- Items.Strings = (
- '1'
- '2'
- '3'
- '4'
- '5'
- '6'
- '7')
- end
- end
- object btnOK: TButton
- Left = 178
- Top = 82
- Width = 75
- Height = 24
- Caption = 'OK'
- Default = True
- TabOrder = 1
- OnClick = btnOKClick
- end
- object btnStorno: TButton
- Left = 258
- Top = 82
- Width = 75
- Height = 24
- Cancel = True
- Caption = 'Storno'
- TabOrder = 2
- OnClick = btnStornoClick
- end
- end
-