mirror of
https://github.com/rejetto/hfs2.git
synced 2025-12-19 10:03:56 +01:00
fix: layout problem in accounts tab
This commit is contained in:
parent
f68b6c23b5
commit
bf2237d5f9
@ -32,10 +32,6 @@ 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
|
||||||
@ -119,10 +115,6 @@ object optionsFrm: ToptionsFrm
|
|||||||
object accountsPage: TTabSheet
|
object accountsPage: TTabSheet
|
||||||
Caption = 'Accounts'
|
Caption = 'Accounts'
|
||||||
ImageIndex = 29
|
ImageIndex = 29
|
||||||
ExplicitLeft = 0
|
|
||||||
ExplicitTop = 0
|
|
||||||
ExplicitWidth = 0
|
|
||||||
ExplicitHeight = 0
|
|
||||||
DesignSize = (
|
DesignSize = (
|
||||||
797
|
797
|
||||||
385)
|
385)
|
||||||
@ -162,7 +154,7 @@ object optionsFrm: ToptionsFrm
|
|||||||
object Label3: TLabel
|
object Label3: TLabel
|
||||||
Left = 11
|
Left = 11
|
||||||
Top = 173
|
Top = 173
|
||||||
Width = 257
|
Width = 312
|
||||||
Height = 28
|
Height = 28
|
||||||
Caption = 'Here you can see protected resources this user can access...'
|
Caption = 'Here you can see protected resources this user can access...'
|
||||||
FocusControl = accountAccessBox
|
FocusControl = accountAccessBox
|
||||||
@ -421,10 +413,6 @@ 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
|
||||||
@ -481,10 +469,6 @@ 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
|
||||||
@ -530,10 +514,6 @@ 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
|
||||||
@ -593,10 +573,6 @@ 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