JCF2: fixed sizing of "Open folder" button in "File Settings" option page

(cherry picked from commit 3e05f415ee)
This commit is contained in:
Maxim Ganetsky 2023-09-06 18:51:16 +03:00
parent fc6123cdfd
commit 08bc6a9e8b

View File

@ -5,47 +5,47 @@ object fFiles: TfFiles
Width = 395 Width = 395
ClientHeight = 281 ClientHeight = 281
ClientWidth = 395 ClientWidth = 395
OnResize = FrameResize
TabOrder = 0 TabOrder = 0
OnResize = FrameResize
DesignLeft = 495 DesignLeft = 495
DesignTop = 342 DesignTop = 342
object lblStatus: TLabel object lblStatus: TLabel
Left = 8 Left = 8
Height = 15 Height = 16
Top = 56 Top = 56
Width = 53 Width = 51
Caption = 'lblStatus' Caption = 'lblStatus'
ParentColor = False ParentColor = False
end end
object lblDate: TLabel object lblDate: TLabel
Left = 8 Left = 8
Height = 15 Height = 16
Top = 78 Top = 78
Width = 43 Width = 41
Caption = 'lblDate' Caption = 'lblDate'
ParentColor = False ParentColor = False
end end
object lblVersion: TLabel object lblVersion: TLabel
Left = 8 Left = 8
Height = 15 Height = 16
Top = 102 Top = 102
Width = 59 Width = 56
Caption = 'lblVersion' Caption = 'lblVersion'
ParentColor = False ParentColor = False
end end
object lblDescription: TLabel object lblDescription: TLabel
Left = 8 Left = 8
Height = 15 Height = 16
Top = 128 Top = 128
Width = 73 Width = 70
Caption = 'Description:' Caption = 'Description:'
ParentColor = False ParentColor = False
end end
object lblSettingsFileName: TLabel object lblSettingsFileName: TLabel
Left = 8 Left = 8
Height = 15 Height = 16
Top = 35 Top = 35
Width = 119 Width = 117
Caption = 'lblSettingsFileName' Caption = 'lblSettingsFileName'
ParentColor = False ParentColor = False
end end
@ -58,15 +58,15 @@ object fFiles: TfFiles
end end
object cbConfirmFormat: TCheckBox object cbConfirmFormat: TCheckBox
Left = 8 Left = 8
Height = 20 Height = 23
Top = 2 Top = 2
Width = 268 Width = 253
Caption = 'Show confirmation dialog before format' Caption = 'Show confirmation dialog before format'
TabOrder = 0 TabOrder = 0
end end
object edFormatFile: TEdit object edFormatFile: TEdit
Left = 128 Left = 128
Height = 29 Height = 33
Top = 32 Top = 32
Width = 152 Width = 152
Color = clBtnFace Color = clBtnFace
@ -75,11 +75,12 @@ object fFiles: TfFiles
end end
object bOpenFolder: TButton object bOpenFolder: TButton
Left = 296 Left = 296
Height = 25 Height = 32
Top = 31 Top = 31
Width = 91 Width = 83
AutoSize = True
Caption = 'Open folder' Caption = 'Open folder'
OnClick = bOpenFolderClick
TabOrder = 3 TabOrder = 3
OnClick = bOpenFolderClick
end end
end end