home *** CD-ROM | disk | FTP | other *** search
- object frmOptions: TfrmOptions
- Left = 301
- Top = 157
- BorderIcons = [biSystemMenu, biHelp]
- BorderStyle = bsDialog
- Caption = 'Opcje'
- ClientHeight = 412
- ClientWidth = 418
- Font.Charset = EASTEUROPE_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- Position = poScreenCenter
- OnClose = FormClose
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object bevSeparator: TBevel
- Left = 207
- Top = 374
- Width = 54
- Height = 27
- Shape = bsLeftLine
- end
- object btnOpen: TToolbarButton97
- Left = 124
- Top = 374
- Width = 78
- Height = 27
- Caption = 'OK'
- OnClick = btnOKClick
- end
- object btnCancel: TToolbarButton97
- Left = 214
- Top = 374
- Width = 79
- Height = 27
- Caption = 'Anuluj'
- OnClick = btnCancelClick
- end
- object PageControl: TPageControl
- Left = 5
- Top = 9
- Width = 406
- Height = 354
- ActivePage = tabMain
- HotTrack = True
- MultiLine = True
- TabOrder = 0
- TabWidth = 100
- OnChanging = PageControlChanging
- object tabMain: TTabSheet
- Caption = 'Og�lne'
- object grpMain: TGroupBox
- Left = 9
- Top = 26
- Width = 380
- Height = 182
- TabOrder = 0
- object chkUseAnimations: TCheckBox
- Left = 11
- Top = 34
- Width = 104
- Height = 19
- HelpContext = 44
- Caption = 'U�ywaj animacji'
- TabOrder = 0
- end
- object chkUseSounds: TCheckBox
- Left = 11
- Top = 60
- Width = 111
- Height = 19
- HelpContext = 50
- Caption = 'U�ywaj d�wi�k�w'
- TabOrder = 1
- end
- object chkUseColoredButtons: TCheckBox
- Left = 11
- Top = 112
- Width = 180
- Height = 18
- HelpContext = 47
- Caption = 'U�ywaj kolorowych przycisk�w'
- Enabled = False
- TabOrder = 2
- end
- object chkUseFormattedText: TCheckBox
- Left = 11
- Top = 86
- Width = 154
- Height = 18
- HelpContext = 34
- Caption = 'Formatuj tekst obja�nienia'
- TabOrder = 3
- OnMouseDown = chkUseFormattedTextMouseDown
- end
- end
- object grpHistory: TGroupBox
- Left = 8
- Top = 216
- Width = 382
- Height = 81
- Caption = 'Historia'
- TabOrder = 1
- object lblKeepInHistory: TLabel
- Left = 11
- Top = 48
- Width = 178
- Height = 13
- Caption = 'Liczba dni trzymania terminu w historii:'
- end
- object btnClearHistory: TToolbarButton97
- Left = 276
- Top = 41
- Width = 94
- Height = 28
- Caption = 'Wyczy�� histori�'
- Layout = blGlyphBottom
- Spacing = 1
- OnClick = btnClearHistoryClick
- end
- object lblDays: TLabel
- Left = 241
- Top = 48
- Width = 14
- Height = 13
- Caption = 'dni'
- end
- object chkUseHistory: TCheckBox
- Left = 11
- Top = 24
- Width = 86
- Height = 17
- HelpContext = 35
- Caption = 'U�ywaj historii'
- TabOrder = 0
- OnClick = chkUseHistoryClick
- end
- object ndtKeepInHistory: TNumericEdit
- Left = 195
- Top = 44
- Width = 41
- Height = 21
- HelpContext = 36
- AutoSize = False
- MaxLength = 3
- TabOrder = 1
- Decimals = 0
- MaxValue = 365.000000000000000000
- MinValue = 1.000000000000000000
- end
- end
- end
- object tabSearching: TTabSheet
- Caption = 'Przeszukiwanie'
- object grpSearch: TGroupBox
- Left = 9
- Top = 26
- Width = 380
- Height = 182
- TabOrder = 0
- object chkWholeWord: TCheckBox
- Left = 11
- Top = 60
- Width = 180
- Height = 19
- HelpContext = 48
- Caption = 'Uwzgl�dniaj tylko ca�e wyrazy'
- TabOrder = 0
- end
- object chkMatchCase: TCheckBox
- Left = 11
- Top = 86
- Width = 154
- Height = 18
- HelpContext = 43
- Caption = 'Uwzgl�dniaj wielko�� liter'
- TabOrder = 1
- end
- object chkSmartSearch: TCheckBox
- Left = 11
- Top = 34
- Width = 180
- Height = 19
- HelpContext = 49
- Caption = 'Domy�lnie u�ywaj SmartSearch'
- TabOrder = 2
- end
- end
- end
- object tabColors: TTabSheet
- Caption = 'Kolory'
- object grpColors: TGroupBox
- Left = 9
- Top = 26
- Width = 380
- Height = 182
- TabOrder = 0
- object lblDescriptionBackground: TLabel
- Left = 11
- Top = 34
- Width = 76
- Height = 13
- Caption = 'T�o obja�nienia:'
- end
- object lblVisitedLink: TLabel
- Left = 11
- Top = 80
- Width = 93
- Height = 13
- Caption = '��cze odwiedzone:'
- end
- object btnDescriptionBackgroundColorChange: TToolbarButton97
- Left = 184
- Top = 29
- Width = 65
- Height = 23
- Caption = 'Zmie�'
- OnClick = btnDescriptionBackgroundColorChangeClick
- end
- object lblUnvisitedLink: TLabel
- Left = 11
- Top = 56
- Width = 107
- Height = 13
- Caption = '��cze nieodwiedzone:'
- end
- object btnUnvisitedLinkColorChange: TToolbarButton97
- Left = 184
- Top = 53
- Width = 65
- Height = 23
- Caption = 'Zmie�'
- OnClick = btnUnvisitedLinkColorChangeClick
- end
- object btnVisitedLinkChange: TToolbarButton97
- Left = 184
- Top = 77
- Width = 65
- Height = 23
- Caption = 'Zmie�'
- OnClick = btnVisitedLinkChangeClick
- end
- object btnResetColors: TToolbarButton97
- Left = 275
- Top = 145
- Width = 94
- Height = 28
- Caption = 'Zresetuj'
- Layout = blGlyphBottom
- Spacing = 1
- OnClick = btnResetColorsClick
- end
- object panDescriptionBackground: TPanel
- Left = 136
- Top = 32
- Width = 41
- Height = 17
- HelpContext = 37
- Color = clWhite
- TabOrder = 0
- OnClick = btnDescriptionBackgroundColorChangeClick
- end
- object panUnvisitedLink: TPanel
- Left = 136
- Top = 56
- Width = 41
- Height = 17
- HelpContext = 38
- Color = clBlue
- TabOrder = 1
- OnClick = btnUnvisitedLinkColorChangeClick
- end
- object panVisitedLink: TPanel
- Left = 136
- Top = 80
- Width = 41
- Height = 17
- HelpContext = 39
- Color = clPurple
- TabOrder = 2
- OnClick = btnVisitedLinkChangeClick
- end
- end
- end
- object tabSecurity: TTabSheet
- Caption = 'Ochrona'
- object grpSecurity: TGroupBox
- Left = 9
- Top = 26
- Width = 380
- Height = 182
- TabOrder = 0
- object chkUseExternalPrograms: TCheckBox
- Left = 11
- Top = 34
- Width = 205
- Height = 19
- HelpContext = 31
- Caption = 'U�ywaj zewn�trznych program�w.'
- TabOrder = 0
- end
- end
- end
- end
- object ColorDialog: TColorDialog
- Ctl3D = True
- Options = [cdSolidColor, cdAnyColor]
- Left = 9
- Top = 369
- end
- end
-