diff --git a/filepropDlg.dfm b/filepropDlg.dfm
index 23e9308..89e6a06 100644
--- a/filepropDlg.dfm
+++ b/filepropDlg.dfm
@@ -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
diff --git a/hfs.dproj.local b/hfs.dproj.local
index 69a829c..077fc61 100644
--- a/hfs.dproj.local
+++ b/hfs.dproj.local
@@ -33,5 +33,5 @@
-
+
diff --git a/main.dfm b/main.dfm
index 182bc03..0f79dba 100644
--- a/main.dfm
+++ b/main.dfm
@@ -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
diff --git a/optionsDlg.dfm b/optionsDlg.dfm
index 09c1dbe..cc82d68 100644
--- a/optionsDlg.dfm
+++ b/optionsDlg.dfm
@@ -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)