parentfont for main form

This commit is contained in:
Massimo Melina 2020-05-11 16:38:23 +02:00
parent c45cfb7ab5
commit 62bb5f87bb
4 changed files with 46 additions and 9 deletions

View File

@ -33,6 +33,10 @@ object filepropFrm: TfilepropFrm
object permTab: TTabSheet
Caption = 'Permissions'
ImageIndex = 1
ExplicitLeft = 0
ExplicitTop = 0
ExplicitWidth = 0
ExplicitHeight = 0
object actionTabs: TTabControl
Left = 0
Top = 0
@ -124,6 +128,10 @@ object filepropFrm: TfilepropFrm
object flagsTab: TTabSheet
Caption = 'Flags'
ImageIndex = 2
ExplicitLeft = 0
ExplicitTop = 0
ExplicitWidth = 0
ExplicitHeight = 0
object hiddenChk: TCheckBox
Left = 32
Top = 24
@ -210,6 +218,10 @@ object filepropFrm: TfilepropFrm
object diffTab: TTabSheet
Caption = 'Diff template'
ImageIndex = 3
ExplicitLeft = 0
ExplicitTop = 0
ExplicitWidth = 0
ExplicitHeight = 0
object difftplBox: TMemo
Left = 0
Top = 0
@ -227,6 +239,10 @@ object filepropFrm: TfilepropFrm
object commentTab: TTabSheet
Caption = 'Comment'
ImageIndex = 4
ExplicitLeft = 0
ExplicitTop = 0
ExplicitWidth = 0
ExplicitHeight = 0
object commentBox: TMemo
Left = 0
Top = 0
@ -241,6 +257,10 @@ object filepropFrm: TfilepropFrm
object maskTab: TTabSheet
Caption = 'File masks'
ImageIndex = 5
ExplicitLeft = 0
ExplicitTop = 0
ExplicitWidth = 0
ExplicitHeight = 0
DesignSize = (
385
338)
@ -321,6 +341,10 @@ object filepropFrm: TfilepropFrm
object otherTab: TTabSheet
Caption = 'Other'
ImageIndex = 5
ExplicitLeft = 0
ExplicitTop = 0
ExplicitWidth = 0
ExplicitHeight = 0
DesignSize = (
385
338)
@ -356,7 +380,6 @@ object filepropFrm: TfilepropFrm
Height = 22
ItemsEx = <>
Style = csExDropDownList
ItemHeight = 16
TabOrder = 1
Images = mainFrm.images
end

View File

@ -7,11 +7,7 @@ object mainFrm: TmainFrm
Color = clBtnFace
Constraints.MinHeight = 260
Constraints.MinWidth = 390
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = True
KeyPreview = True
OldCreateOrder = False
Position = poDesigned
@ -286,7 +282,6 @@ object mainFrm: TmainFrm
AutoSize = True
BevelOuter = bvNone
TabOrder = 1
ExplicitLeft = 204
object collapsedPnl: TPanel
Left = 0
Top = 0
@ -524,7 +519,6 @@ object mainFrm: TmainFrm
Max = 30000
TabOrder = 1
OnClick = logUpDownClick
ExplicitLeft = 151
end
end
end

View File

@ -32,6 +32,10 @@ object optionsFrm: ToptionsFrm
object bansPage: TTabSheet
Caption = 'Bans'
ImageIndex = 25
ExplicitLeft = 0
ExplicitTop = 0
ExplicitWidth = 0
ExplicitHeight = 0
object Panel1: TPanel
Left = 0
Top = 0
@ -413,6 +417,10 @@ object optionsFrm: ToptionsFrm
object mimePage: TTabSheet
Caption = 'MIME types'
ImageIndex = 7
ExplicitLeft = 0
ExplicitTop = 0
ExplicitWidth = 0
ExplicitHeight = 0
object mimeBox: TValueListEditor
Left = 0
Top = 30
@ -469,6 +477,10 @@ object optionsFrm: ToptionsFrm
object trayPage: TTabSheet
Caption = 'Tray Message'
ImageIndex = 10
ExplicitLeft = 0
ExplicitTop = 0
ExplicitWidth = 0
ExplicitHeight = 0
object Label2: TLabel
Left = 8
Top = 16
@ -514,6 +526,10 @@ object optionsFrm: ToptionsFrm
object a2nPage: TTabSheet
Caption = 'Address2name'
ImageIndex = -1
ExplicitLeft = 0
ExplicitTop = 0
ExplicitWidth = 0
ExplicitHeight = 0
object Panel4: TPanel
Left = 0
Top = 0
@ -573,6 +589,10 @@ object optionsFrm: ToptionsFrm
object iconsPage: TTabSheet
Caption = 'Icon masks'
ImageIndex = -1
ExplicitLeft = 0
ExplicitTop = 0
ExplicitWidth = 0
ExplicitHeight = 0
DesignSize = (
797
385)