home *** CD-ROM | disk | FTP | other *** search
- object ConfigForm: TConfigForm
- Left = 184
- Top = 131
- BorderStyle = bsDialog
- Caption = 'Optionen'
- ClientHeight = 393
- ClientWidth = 500
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 5
- Width = 58
- Height = 13
- Caption = 'Hintergrund:'
- end
- object Label2: TLabel
- Left = 8
- Top = 38
- Width = 24
- Height = 13
- Caption = 'Text:'
- end
- object Label3: TLabel
- Left = 335
- Top = 2
- Width = 64
- Height = 13
- Caption = 'Text (normal):'
- end
- object Label4: TLabel
- Left = 338
- Top = 165
- Width = 76
- Height = 13
- Caption = 'Text (formatiert):'
- end
- object Label5: TLabel
- Left = 9
- Top = 72
- Width = 28
- Height = 13
- Caption = 'Links:'
- end
- object Label6: TLabel
- Left = 366
- Top = 315
- Width = 32
- Height = 13
- Caption = 'Gr��e:'
- end
- object Label7: TLabel
- Left = 10
- Top = 106
- Width = 121
- Height = 13
- Caption = 'Bereits angezeigte Links:'
- end
- object Label8: TLabel
- Left = 9
- Top = 141
- Width = 76
- Height = 13
- Caption = 'Maus �ber Link:'
- end
- object OkBtn: TButton
- Left = 318
- Top = 359
- Width = 75
- Height = 25
- Caption = 'Ok'
- Default = True
- TabOrder = 0
- OnClick = OkBtnClick
- end
- object CancelBtn: TButton
- Left = 419
- Top = 358
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Abbrechen'
- TabOrder = 1
- OnClick = CancelBtnClick
- end
- object ColorGrid1: TColorGrid
- Left = 8
- Top = 18
- Width = 304
- Height = 20
- ClickEnablesColor = True
- GridOrdering = go16x1
- BackgroundEnabled = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- OnChange = ColorGrid1Change
- end
- object ColorGrid2: TColorGrid
- Left = 8
- Top = 52
- Width = 304
- Height = 20
- ClickEnablesColor = True
- GridOrdering = go16x1
- BackgroundEnabled = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 3
- OnChange = ColorGrid2Change
- end
- object ColorGrid3: TColorGrid
- Left = 10
- Top = 86
- Width = 304
- Height = 20
- ClickEnablesColor = True
- GridOrdering = go16x1
- BackgroundEnabled = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 4
- OnChange = ColorGrid3Change
- end
- object FontSizeEdit: TSpinEdit
- Left = 403
- Top = 316
- Width = 87
- Height = 22
- MaxValue = 24
- MinValue = 6
- TabOrder = 5
- Value = 12
- OnChange = FontSizeEditChange
- end
- object FontListBox: TListBox
- Left = 338
- Top = 184
- Width = 154
- Height = 99
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ItemHeight = 13
- ParentFont = False
- Sorted = True
- TabOrder = 6
- OnClick = FontListBoxClick
- end
- object PreFontListBox: TListBox
- Left = 336
- Top = 18
- Width = 150
- Height = 115
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ItemHeight = 13
- ParentFont = False
- Sorted = True
- TabOrder = 7
- OnClick = PreFontListBoxClick
- end
- object FontViewer: THTMLViewer
- Left = 8
- Top = 184
- Width = 304
- Height = 155
- Cursor = crIBeam
- ViewImages = False
- TabOrder = 8
- BorderStyle = htFocused
- HistoryMaxCount = 0
- DefFontName = 'Times New Roman'
- DefPreFontName = 'Courier New'
- NoSelect = False
- CharSet = DEFAULT_CHARSET
- PrintMarginLeft = 2.000000000000000000
- PrintMarginRight = 2.000000000000000000
- PrintMarginTop = 2.000000000000000000
- PrintMarginBottom = 2.000000000000000000
- htOptions = []
- end
- object Fake: TListBox
- Left = 163
- Top = 241
- Width = 121
- Height = 54
- ItemHeight = 13
- TabOrder = 9
- Visible = False
- end
- object ColorGrid4: TColorGrid
- Left = 11
- Top = 120
- Width = 304
- Height = 20
- ClickEnablesColor = True
- GridOrdering = go16x1
- BackgroundEnabled = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 10
- OnChange = ColorGrid4Change
- end
- object ColorGrid5: TColorGrid
- Left = 10
- Top = 155
- Width = 304
- Height = 20
- ClickEnablesColor = True
- GridOrdering = go16x1
- BackgroundEnabled = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 11
- OnChange = ColorGrid5Change
- end
- end
-