mirror of
https://github.com/rejetto/hfs2.git
synced 2025-12-19 10:03:56 +01:00
parentfont for main form
This commit is contained in:
parent
c45cfb7ab5
commit
62bb5f87bb
@ -33,6 +33,10 @@ object filepropFrm: TfilepropFrm
|
|||||||
object permTab: TTabSheet
|
object permTab: TTabSheet
|
||||||
Caption = 'Permissions'
|
Caption = 'Permissions'
|
||||||
ImageIndex = 1
|
ImageIndex = 1
|
||||||
|
ExplicitLeft = 0
|
||||||
|
ExplicitTop = 0
|
||||||
|
ExplicitWidth = 0
|
||||||
|
ExplicitHeight = 0
|
||||||
object actionTabs: TTabControl
|
object actionTabs: TTabControl
|
||||||
Left = 0
|
Left = 0
|
||||||
Top = 0
|
Top = 0
|
||||||
@ -124,6 +128,10 @@ object filepropFrm: TfilepropFrm
|
|||||||
object flagsTab: TTabSheet
|
object flagsTab: TTabSheet
|
||||||
Caption = 'Flags'
|
Caption = 'Flags'
|
||||||
ImageIndex = 2
|
ImageIndex = 2
|
||||||
|
ExplicitLeft = 0
|
||||||
|
ExplicitTop = 0
|
||||||
|
ExplicitWidth = 0
|
||||||
|
ExplicitHeight = 0
|
||||||
object hiddenChk: TCheckBox
|
object hiddenChk: TCheckBox
|
||||||
Left = 32
|
Left = 32
|
||||||
Top = 24
|
Top = 24
|
||||||
@ -210,6 +218,10 @@ object filepropFrm: TfilepropFrm
|
|||||||
object diffTab: TTabSheet
|
object diffTab: TTabSheet
|
||||||
Caption = 'Diff template'
|
Caption = 'Diff template'
|
||||||
ImageIndex = 3
|
ImageIndex = 3
|
||||||
|
ExplicitLeft = 0
|
||||||
|
ExplicitTop = 0
|
||||||
|
ExplicitWidth = 0
|
||||||
|
ExplicitHeight = 0
|
||||||
object difftplBox: TMemo
|
object difftplBox: TMemo
|
||||||
Left = 0
|
Left = 0
|
||||||
Top = 0
|
Top = 0
|
||||||
@ -227,6 +239,10 @@ object filepropFrm: TfilepropFrm
|
|||||||
object commentTab: TTabSheet
|
object commentTab: TTabSheet
|
||||||
Caption = 'Comment'
|
Caption = 'Comment'
|
||||||
ImageIndex = 4
|
ImageIndex = 4
|
||||||
|
ExplicitLeft = 0
|
||||||
|
ExplicitTop = 0
|
||||||
|
ExplicitWidth = 0
|
||||||
|
ExplicitHeight = 0
|
||||||
object commentBox: TMemo
|
object commentBox: TMemo
|
||||||
Left = 0
|
Left = 0
|
||||||
Top = 0
|
Top = 0
|
||||||
@ -241,6 +257,10 @@ object filepropFrm: TfilepropFrm
|
|||||||
object maskTab: TTabSheet
|
object maskTab: TTabSheet
|
||||||
Caption = 'File masks'
|
Caption = 'File masks'
|
||||||
ImageIndex = 5
|
ImageIndex = 5
|
||||||
|
ExplicitLeft = 0
|
||||||
|
ExplicitTop = 0
|
||||||
|
ExplicitWidth = 0
|
||||||
|
ExplicitHeight = 0
|
||||||
DesignSize = (
|
DesignSize = (
|
||||||
385
|
385
|
||||||
338)
|
338)
|
||||||
@ -321,6 +341,10 @@ object filepropFrm: TfilepropFrm
|
|||||||
object otherTab: TTabSheet
|
object otherTab: TTabSheet
|
||||||
Caption = 'Other'
|
Caption = 'Other'
|
||||||
ImageIndex = 5
|
ImageIndex = 5
|
||||||
|
ExplicitLeft = 0
|
||||||
|
ExplicitTop = 0
|
||||||
|
ExplicitWidth = 0
|
||||||
|
ExplicitHeight = 0
|
||||||
DesignSize = (
|
DesignSize = (
|
||||||
385
|
385
|
||||||
338)
|
338)
|
||||||
@ -356,7 +380,6 @@ object filepropFrm: TfilepropFrm
|
|||||||
Height = 22
|
Height = 22
|
||||||
ItemsEx = <>
|
ItemsEx = <>
|
||||||
Style = csExDropDownList
|
Style = csExDropDownList
|
||||||
ItemHeight = 16
|
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
Images = mainFrm.images
|
Images = mainFrm.images
|
||||||
end
|
end
|
||||||
|
|||||||
@ -33,5 +33,5 @@
|
|||||||
<File Path="traylib.pas"/>
|
<File Path="traylib.pas"/>
|
||||||
</ProjectSortOrder>
|
</ProjectSortOrder>
|
||||||
<Transactions>
|
<Transactions>
|
||||||
</Transactions>
|
</Transactions>
|
||||||
</BorlandProject>
|
</BorlandProject>
|
||||||
|
|||||||
8
main.dfm
8
main.dfm
@ -7,11 +7,7 @@ object mainFrm: TmainFrm
|
|||||||
Color = clBtnFace
|
Color = clBtnFace
|
||||||
Constraints.MinHeight = 260
|
Constraints.MinHeight = 260
|
||||||
Constraints.MinWidth = 390
|
Constraints.MinWidth = 390
|
||||||
Font.Charset = DEFAULT_CHARSET
|
ParentFont = True
|
||||||
Font.Color = clWindowText
|
|
||||||
Font.Height = -11
|
|
||||||
Font.Name = 'Tahoma'
|
|
||||||
Font.Style = []
|
|
||||||
KeyPreview = True
|
KeyPreview = True
|
||||||
OldCreateOrder = False
|
OldCreateOrder = False
|
||||||
Position = poDesigned
|
Position = poDesigned
|
||||||
@ -286,7 +282,6 @@ object mainFrm: TmainFrm
|
|||||||
AutoSize = True
|
AutoSize = True
|
||||||
BevelOuter = bvNone
|
BevelOuter = bvNone
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
ExplicitLeft = 204
|
|
||||||
object collapsedPnl: TPanel
|
object collapsedPnl: TPanel
|
||||||
Left = 0
|
Left = 0
|
||||||
Top = 0
|
Top = 0
|
||||||
@ -524,7 +519,6 @@ object mainFrm: TmainFrm
|
|||||||
Max = 30000
|
Max = 30000
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
OnClick = logUpDownClick
|
OnClick = logUpDownClick
|
||||||
ExplicitLeft = 151
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
@ -32,6 +32,10 @@ object optionsFrm: ToptionsFrm
|
|||||||
object bansPage: TTabSheet
|
object bansPage: TTabSheet
|
||||||
Caption = 'Bans'
|
Caption = 'Bans'
|
||||||
ImageIndex = 25
|
ImageIndex = 25
|
||||||
|
ExplicitLeft = 0
|
||||||
|
ExplicitTop = 0
|
||||||
|
ExplicitWidth = 0
|
||||||
|
ExplicitHeight = 0
|
||||||
object Panel1: TPanel
|
object Panel1: TPanel
|
||||||
Left = 0
|
Left = 0
|
||||||
Top = 0
|
Top = 0
|
||||||
@ -413,6 +417,10 @@ object optionsFrm: ToptionsFrm
|
|||||||
object mimePage: TTabSheet
|
object mimePage: TTabSheet
|
||||||
Caption = 'MIME types'
|
Caption = 'MIME types'
|
||||||
ImageIndex = 7
|
ImageIndex = 7
|
||||||
|
ExplicitLeft = 0
|
||||||
|
ExplicitTop = 0
|
||||||
|
ExplicitWidth = 0
|
||||||
|
ExplicitHeight = 0
|
||||||
object mimeBox: TValueListEditor
|
object mimeBox: TValueListEditor
|
||||||
Left = 0
|
Left = 0
|
||||||
Top = 30
|
Top = 30
|
||||||
@ -469,6 +477,10 @@ object optionsFrm: ToptionsFrm
|
|||||||
object trayPage: TTabSheet
|
object trayPage: TTabSheet
|
||||||
Caption = 'Tray Message'
|
Caption = 'Tray Message'
|
||||||
ImageIndex = 10
|
ImageIndex = 10
|
||||||
|
ExplicitLeft = 0
|
||||||
|
ExplicitTop = 0
|
||||||
|
ExplicitWidth = 0
|
||||||
|
ExplicitHeight = 0
|
||||||
object Label2: TLabel
|
object Label2: TLabel
|
||||||
Left = 8
|
Left = 8
|
||||||
Top = 16
|
Top = 16
|
||||||
@ -514,6 +526,10 @@ object optionsFrm: ToptionsFrm
|
|||||||
object a2nPage: TTabSheet
|
object a2nPage: TTabSheet
|
||||||
Caption = 'Address2name'
|
Caption = 'Address2name'
|
||||||
ImageIndex = -1
|
ImageIndex = -1
|
||||||
|
ExplicitLeft = 0
|
||||||
|
ExplicitTop = 0
|
||||||
|
ExplicitWidth = 0
|
||||||
|
ExplicitHeight = 0
|
||||||
object Panel4: TPanel
|
object Panel4: TPanel
|
||||||
Left = 0
|
Left = 0
|
||||||
Top = 0
|
Top = 0
|
||||||
@ -573,6 +589,10 @@ object optionsFrm: ToptionsFrm
|
|||||||
object iconsPage: TTabSheet
|
object iconsPage: TTabSheet
|
||||||
Caption = 'Icon masks'
|
Caption = 'Icon masks'
|
||||||
ImageIndex = -1
|
ImageIndex = -1
|
||||||
|
ExplicitLeft = 0
|
||||||
|
ExplicitTop = 0
|
||||||
|
ExplicitWidth = 0
|
||||||
|
ExplicitHeight = 0
|
||||||
DesignSize = (
|
DesignSize = (
|
||||||
797
|
797
|
||||||
385)
|
385)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user