mirror of
https://github.com/rejetto/hfs2.git
synced 2025-12-19 10:03:56 +01:00
fix: layout
This commit is contained in:
parent
0d6e0d2f37
commit
0c6365c528
@ -3,7 +3,7 @@ object ipsEverFrm: TipsEverFrm
|
|||||||
Top = 0
|
Top = 0
|
||||||
BorderStyle = bsDialog
|
BorderStyle = bsDialog
|
||||||
Caption = 'Addresses ever connected'
|
Caption = 'Addresses ever connected'
|
||||||
ClientHeight = 275
|
ClientHeight = 271
|
||||||
ClientWidth = 286
|
ClientWidth = 286
|
||||||
Color = clBtnFace
|
Color = clBtnFace
|
||||||
Constraints.MaxHeight = 300
|
Constraints.MaxHeight = 300
|
||||||
@ -18,12 +18,12 @@ object ipsEverFrm: TipsEverFrm
|
|||||||
OnShow = FormShow
|
OnShow = FormShow
|
||||||
DesignSize = (
|
DesignSize = (
|
||||||
286
|
286
|
||||||
275)
|
271)
|
||||||
PixelsPerInch = 96
|
PixelsPerInch = 96
|
||||||
TextHeight = 13
|
TextHeight = 13
|
||||||
object totalLbl: TLabel
|
object totalLbl: TLabel
|
||||||
Left = 197
|
Left = 197
|
||||||
Top = 253
|
Top = 246
|
||||||
Width = 61
|
Width = 61
|
||||||
Height = 13
|
Height = 13
|
||||||
Anchors = [akLeft]
|
Anchors = [akLeft]
|
||||||
@ -33,7 +33,7 @@ object ipsEverFrm: TipsEverFrm
|
|||||||
Left = 0
|
Left = 0
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 286
|
Width = 286
|
||||||
Height = 242
|
Height = 236
|
||||||
Align = alTop
|
Align = alTop
|
||||||
Anchors = [akLeft, akTop, akRight, akBottom]
|
Anchors = [akLeft, akTop, akRight, akBottom]
|
||||||
ReadOnly = True
|
ReadOnly = True
|
||||||
@ -42,7 +42,7 @@ object ipsEverFrm: TipsEverFrm
|
|||||||
end
|
end
|
||||||
object resetBtn: TButton
|
object resetBtn: TButton
|
||||||
Left = 114
|
Left = 114
|
||||||
Top = 248
|
Top = 241
|
||||||
Width = 75
|
Width = 75
|
||||||
Height = 25
|
Height = 25
|
||||||
Anchors = [akLeft]
|
Anchors = [akLeft]
|
||||||
@ -52,7 +52,7 @@ object ipsEverFrm: TipsEverFrm
|
|||||||
end
|
end
|
||||||
object editBtn: TButton
|
object editBtn: TButton
|
||||||
Left = 8
|
Left = 8
|
||||||
Top = 248
|
Top = 241
|
||||||
Width = 95
|
Width = 95
|
||||||
Height = 25
|
Height = 25
|
||||||
Anchors = [akLeft]
|
Anchors = [akLeft]
|
||||||
|
|||||||
@ -129,8 +129,8 @@ object optionsFrm: ToptionsFrm
|
|||||||
object Label7: TLabel
|
object Label7: TLabel
|
||||||
Left = 251
|
Left = 251
|
||||||
Top = 349
|
Top = 349
|
||||||
Width = 430
|
Width = 328
|
||||||
Height = 17
|
Height = 14
|
||||||
Hint = 'You also need to right click on the folder, then restrict access'
|
Hint = 'You also need to right click on the folder, then restrict access'
|
||||||
Anchors = [akLeft, akBottom]
|
Anchors = [akLeft, akBottom]
|
||||||
Caption =
|
Caption =
|
||||||
@ -579,7 +579,7 @@ object optionsFrm: ToptionsFrm
|
|||||||
object Label5: TLabel
|
object Label5: TLabel
|
||||||
Left = 8
|
Left = 8
|
||||||
Top = 32
|
Top = 32
|
||||||
Width = 249
|
Width = 227
|
||||||
Height = 14
|
Height = 14
|
||||||
Caption = 'Each line is a file-mask associated with an icon'
|
Caption = 'Each line is a file-mask associated with an icon'
|
||||||
WordWrap = True
|
WordWrap = True
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user