home *** CD-ROM | disk | FTP | other *** search
- object frmDefFonts: TfrmDefFonts
- Left = 308
- Top = 276
- BorderIcons = [biSystemMenu, biMaximize]
- BorderStyle = bsDialog
- Caption = 'Default Fonts'
- ClientHeight = 271
- ClientWidth = 434
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = True
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 8
- Width = 51
- Height = 13
- Caption = '&Language:'
- FocusControl = edLanguage
- end
- object Label2: TLabel
- Left = 136
- Top = 8
- Width = 56
- Height = 13
- Caption = '&Font Name:'
- FocusControl = cbFontName
- end
- object Label3: TLabel
- Left = 288
- Top = 8
- Width = 42
- Height = 13
- Caption = '&Charset:'
- FocusControl = cbCharset
- end
- object ListView1: TListView
- Left = 8
- Top = 85
- Width = 419
- Height = 151
- Columns = <
- item
- Caption = 'Language'
- Width = 120
- end
- item
- Caption = 'Font'
- Width = 120
- end
- item
- Caption = 'Charset'
- Width = 150
- end>
- ColumnClick = False
- HideSelection = False
- MultiSelect = True
- ReadOnly = True
- TabOrder = 0
- ViewStyle = vsReport
- OnChange = ListView1Change
- end
- object btnOK: TButton
- Left = 270
- Top = 244
- Width = 75
- Height = 23
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- end
- object btnCancel: TButton
- Left = 352
- Top = 244
- Width = 75
- Height = 23
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- object edLanguage: TEdit
- Left = 8
- Top = 24
- Width = 121
- Height = 21
- TabOrder = 3
- OnChange = edLanguageChange
- end
- object btnAdd: TButton
- Left = 8
- Top = 52
- Width = 75
- Height = 23
- Caption = '&Add'
- TabOrder = 4
- OnClick = btnAddClick
- end
- object btnReplace: TButton
- Left = 90
- Top = 52
- Width = 75
- Height = 23
- Caption = '&Replace'
- TabOrder = 5
- OnClick = btnReplaceClick
- end
- object cbFontName: TComboBox
- Left = 136
- Top = 24
- Width = 145
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 6
- OnChange = edLanguageChange
- end
- object btnDelete: TButton
- Left = 172
- Top = 52
- Width = 75
- Height = 23
- Caption = '&Delete'
- TabOrder = 7
- OnClick = btnDeleteClick
- end
- object btnClear: TButton
- Left = 254
- Top = 52
- Width = 75
- Height = 23
- Caption = 'Cl&ear'
- TabOrder = 8
- OnClick = btnClearClick
- end
- object cbCharset: TComboBox
- Left = 288
- Top = 24
- Width = 141
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 9
- OnChange = edLanguageChange
- end
- end
-