lazde: hints and file filter

git-svn-id: trunk@38091 -
This commit is contained in:
mattias 2012-07-30 06:39:44 +00:00
parent f1aba130fa
commit b5d906eabb
5 changed files with 12 additions and 4 deletions

View File

@ -32,13 +32,10 @@ type
procedure GoForward; override;
class function GetProperContentProvider(const AURL: String): TBaseContentProviderClass; override;
constructor Create(AParent: TWinControl; AImageList: TImageList); override;
end;
implementation
{ THTTPContentProvider }
procedure THTTPContentProvider.IpHtmlPanelHotChange(Sender: TObject);

View File

@ -40,7 +40,7 @@ object AboutForm: TAboutForm
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 12
BorderSpacing.Around = 6
Caption = 'This application is (c) by Michael Van Canneyt and the Lazarus team'
Caption = 'This application is (c) by Michael Van Canneyt and the Lazarus team'
ParentColor = False
end
object LCopyRight2: TLabel

View File

@ -112,6 +112,7 @@ object BuildForm: TBuildForm
Caption = 'Description'
ClientHeight = 211
ClientWidth = 596
Hint = 'Description/XML files with help text'
object PBDescr: TPanel
Left = 524
Height = 211
@ -123,6 +124,7 @@ object BuildForm: TBuildForm
ClientHeight = 211
ClientWidth = 72
FullRepaint = False
Hint = 'Description/XML files with help text'
TabOrder = 0
object BAddDescription: TButton
AnchorSideLeft.Control = PBDescr
@ -194,6 +196,7 @@ object BuildForm: TBuildForm
Top = 0
Width = 524
Align = alClient
Hint = 'Description/XML files with help text'
ClickOnSelChange = False
ItemHeight = 0
TabOrder = 1
@ -203,6 +206,7 @@ object BuildForm: TBuildForm
Caption = 'Sources'
ClientHeight = 190
ClientWidth = 600
Hint = 'Pascal sources documented by the description files'
object PSources: TPanel
Left = 530
Height = 190
@ -214,6 +218,7 @@ object BuildForm: TBuildForm
ClientHeight = 190
ClientWidth = 70
FullRepaint = False
Hint = 'Pascal sources documented by the description files'
TabOrder = 0
object BSourceAdd: TButton
AnchorSideLeft.Control = PSources
@ -273,6 +278,7 @@ object BuildForm: TBuildForm
ColCount = 2
DefaultColWidth = 150
FixedCols = 0
Hint = 'Pascal sources documented by the description files'
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goColSizing, goSmoothScroll]
RowCount = 2
TabOrder = 1
@ -452,6 +458,7 @@ object BuildForm: TBuildForm
Anchors = [akTop, akLeft, akRight]
ButtonWidth = 23
CharCase = ecNormal
Hint = 'Documentation/help output file'
MaxLength = 0
NumGlyphs = 1
OnButtonClick = EOutputButtonClick

View File

@ -148,6 +148,7 @@ object OptionsForm: TOptionsForm
DialogOptions = []
FilterIndex = 0
HideDirectories = False
Hint = 'FPC''s makeskel program, e.g. c:\lazarus\fpc\2.6.1\bin\i386-win32\makeskel.exe'
ButtonWidth = 23
NumGlyphs = 1
Anchors = [akTop, akLeft, akRight]
@ -168,6 +169,7 @@ object OptionsForm: TOptionsForm
DialogOptions = []
FilterIndex = 0
HideDirectories = False
Hint = 'FPC''s fpdoc program, e.g. C:\Lazarus\fpc\2.6.1\bin\i386-win32\fpdoc.exe'
ButtonWidth = 23
NumGlyphs = 1
Anchors = [akTop, akLeft, akRight]

View File

@ -48,8 +48,10 @@ object SourceForm: TSourceForm
Top = 30
Width = 417
DialogOptions = []
Filter = 'Pascal files (*.pas,*.pp)|*.pas;*.pp|All files|*.*'
FilterIndex = 0
HideDirectories = False
Hint = 'Pascal sources documented by the XML description files'
ButtonWidth = 23
NumGlyphs = 1
Anchors = [akTop, akLeft, akRight]