Opkman: Square shape of auxiliary speed buttons.

git-svn-id: trunk@59433 -
This commit is contained in:
wp 2018-11-02 22:48:32 +00:00
parent bf96ca31ba
commit d07409eed8
2 changed files with 34 additions and 34 deletions

View File

@ -85,7 +85,7 @@ object CreateRepositoryPackagesFrm: TCreateRepositoryPackagesFrm
Width = 714 Width = 714
OnAcceptDirectory = edPackageDirAcceptDirectory OnAcceptDirectory = edPackageDirAcceptDirectory
ShowHidden = False ShowHidden = False
ButtonWidth = 50 ButtonWidth = 23
NumGlyphs = 1 NumGlyphs = 1
Anchors = [akTop, akLeft, akRight] Anchors = [akTop, akLeft, akRight]
BorderSpacing.Around = 6 BorderSpacing.Around = 6
@ -313,10 +313,10 @@ object CreateRepositoryPackagesFrm: TCreateRepositoryPackagesFrm
ParentColor = False ParentColor = False
TabOrder = 0 TabOrder = 0
object spCategories: TSpeedButton object spCategories: TSpeedButton
Left = 301 Left = 328
Height = 23 Height = 23
Top = 0 Top = 0
Width = 50 Width = 23
Align = alRight Align = alRight
Caption = '...' Caption = '...'
OnClick = spCategoriesClick OnClick = spCategoriesClick
@ -327,7 +327,7 @@ object CreateRepositoryPackagesFrm: TCreateRepositoryPackagesFrm
Left = 0 Left = 0
Height = 23 Height = 23
Top = 0 Top = 0
Width = 301 Width = 328
Align = alClient Align = alClient
AutoSize = False AutoSize = False
ParentShowHint = False ParentShowHint = False

View File

@ -182,7 +182,7 @@ object OptionsFrm: TOptionsFrm
Left = 0 Left = 0
Height = 23 Height = 23
Top = 0 Top = 0
Width = 540 Width = 578
Anchors = [akTop, akLeft, akRight] Anchors = [akTop, akLeft, akRight]
BorderSpacing.Right = 2 BorderSpacing.Right = 2
ItemHeight = 15 ItemHeight = 15
@ -197,10 +197,10 @@ object OptionsFrm: TOptionsFrm
AnchorSideRight.Side = asrBottom AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = cbRemoteRepository AnchorSideBottom.Control = cbRemoteRepository
AnchorSideBottom.Side = asrBottom AnchorSideBottom.Side = asrBottom
Left = 542 Left = 580
Height = 23 Height = 23
Top = 0 Top = 0
Width = 61 Width = 23
Anchors = [akTop, akRight, akBottom] Anchors = [akTop, akRight, akBottom]
Caption = '...' Caption = '...'
OnClick = bOpenClick OnClick = bOpenClick
@ -564,7 +564,7 @@ object OptionsFrm: TOptionsFrm
Width = 601 Width = 601
Directory = 'edLocalRepositoryPackages' Directory = 'edLocalRepositoryPackages'
ShowHidden = False ShowHidden = False
ButtonWidth = 50 ButtonWidth = 23
NumGlyphs = 1 NumGlyphs = 1
Anchors = [akTop, akLeft, akRight] Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 4 BorderSpacing.Top = 4
@ -588,7 +588,7 @@ object OptionsFrm: TOptionsFrm
Top = 89 Top = 89
Width = 601 Width = 601
ShowHidden = False ShowHidden = False
ButtonWidth = 50 ButtonWidth = 23
NumGlyphs = 1 NumGlyphs = 1
Anchors = [akTop, akLeft, akRight] Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 4 BorderSpacing.Top = 4
@ -610,7 +610,7 @@ object OptionsFrm: TOptionsFrm
Top = 143 Top = 143
Width = 601 Width = 601
ShowHidden = False ShowHidden = False
ButtonWidth = 50 ButtonWidth = 23
NumGlyphs = 1 NumGlyphs = 1
Anchors = [akTop, akLeft, akRight] Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 4 BorderSpacing.Top = 4
@ -624,28 +624,28 @@ object OptionsFrm: TOptionsFrm
end end
object tsProfiles: TTabSheet object tsProfiles: TTabSheet
Caption = 'Profiles' Caption = 'Profiles'
ClientHeight = 484 ClientHeight = 470
ClientWidth = 570 ClientWidth = 615
object pnProfiles: TPanel object pnProfiles: TPanel
Left = 0 Left = 0
Height = 484 Height = 470
Top = 0 Top = 0
Width = 570 Width = 615
Align = alClient Align = alClient
BevelOuter = bvNone BevelOuter = bvNone
ClientHeight = 484 ClientHeight = 470
ClientWidth = 570 ClientWidth = 615
ParentColor = False ParentColor = False
TabOrder = 0 TabOrder = 0
object pnProfilesTop: TPanel object pnProfilesTop: TPanel
Left = 0 Left = 0
Height = 48 Height = 48
Top = 0 Top = 0
Width = 570 Width = 615
Align = alTop Align = alTop
BevelOuter = bvNone BevelOuter = bvNone
ClientHeight = 48 ClientHeight = 48
ClientWidth = 570 ClientWidth = 615
TabOrder = 0 TabOrder = 0
OnResize = pnProfilesTopResize OnResize = pnProfilesTopResize
object lbSelectProfile: TLabel object lbSelectProfile: TLabel
@ -682,25 +682,25 @@ object OptionsFrm: TOptionsFrm
end end
object pnProfilesMain: TPanel object pnProfilesMain: TPanel
Left = 0 Left = 0
Height = 436 Height = 422
Top = 48 Top = 48
Width = 570 Width = 615
Align = alClient Align = alClient
BevelOuter = bvNone BevelOuter = bvNone
ClientHeight = 436 ClientHeight = 422
ClientWidth = 570 ClientWidth = 615
TabOrder = 1 TabOrder = 1
OnResize = pnProfilesMainResize OnResize = pnProfilesMainResize
object pnProfilesLeft: TPanel object pnProfilesLeft: TPanel
AnchorSideLeft.Control = pnProfilesMain AnchorSideLeft.Control = pnProfilesMain
AnchorSideTop.Control = pnProfilesMain AnchorSideTop.Control = pnProfilesMain
Left = 0 Left = 0
Height = 436 Height = 422
Top = 0 Top = 0
Width = 282 Width = 282
Align = alLeft Align = alLeft
BevelOuter = bvNone BevelOuter = bvNone
ClientHeight = 436 ClientHeight = 422
ClientWidth = 282 ClientWidth = 282
TabOrder = 0 TabOrder = 0
object lbExcludeFiles: TListBox object lbExcludeFiles: TListBox
@ -711,7 +711,7 @@ object OptionsFrm: TOptionsFrm
AnchorSideBottom.Control = pnProfilesLeft AnchorSideBottom.Control = pnProfilesLeft
AnchorSideBottom.Side = asrBottom AnchorSideBottom.Side = asrBottom
Left = 6 Left = 6
Height = 407 Height = 393
Top = 23 Top = 23
Width = 190 Width = 190
Anchors = [akTop, akLeft, akRight, akBottom] Anchors = [akTop, akLeft, akRight, akBottom]
@ -789,14 +789,14 @@ object OptionsFrm: TOptionsFrm
end end
object pnProfilesRight: TPanel object pnProfilesRight: TPanel
Left = 282 Left = 282
Height = 436 Height = 422
Top = 0 Top = 0
Width = 282 Width = 327
Align = alClient Align = alClient
BorderSpacing.Right = 6 BorderSpacing.Right = 6
BevelOuter = bvNone BevelOuter = bvNone
ClientHeight = 436 ClientHeight = 422
ClientWidth = 282 ClientWidth = 327
TabOrder = 1 TabOrder = 1
object lbExcludeFolders: TListBox object lbExcludeFolders: TListBox
AnchorSideLeft.Control = lbFilterDirs AnchorSideLeft.Control = lbFilterDirs
@ -806,9 +806,9 @@ object OptionsFrm: TOptionsFrm
AnchorSideBottom.Control = pnProfilesRight AnchorSideBottom.Control = pnProfilesRight
AnchorSideBottom.Side = asrBottom AnchorSideBottom.Side = asrBottom
Left = 6 Left = 6
Height = 407 Height = 393
Top = 23 Top = 23
Width = 190 Width = 235
Anchors = [akTop, akLeft, akRight, akBottom] Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Top = 4 BorderSpacing.Top = 4
BorderSpacing.Right = 6 BorderSpacing.Right = 6
@ -837,7 +837,7 @@ object OptionsFrm: TOptionsFrm
AnchorSideTop.Control = lbExcludeFolders AnchorSideTop.Control = lbExcludeFolders
AnchorSideRight.Control = pnProfilesRight AnchorSideRight.Control = pnProfilesRight
AnchorSideRight.Side = asrBottom AnchorSideRight.Side = asrBottom
Left = 202 Left = 247
Height = 25 Height = 25
Top = 23 Top = 23
Width = 80 Width = 80
@ -855,7 +855,7 @@ object OptionsFrm: TOptionsFrm
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = pnProfilesRight AnchorSideRight.Control = pnProfilesRight
AnchorSideRight.Side = asrBottom AnchorSideRight.Side = asrBottom
Left = 202 Left = 247
Height = 25 Height = 25
Top = 52 Top = 52
Width = 80 Width = 80
@ -873,7 +873,7 @@ object OptionsFrm: TOptionsFrm
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = pnProfilesRight AnchorSideRight.Control = pnProfilesRight
AnchorSideRight.Side = asrBottom AnchorSideRight.Side = asrBottom
Left = 202 Left = 247
Height = 25 Height = 25
Top = 81 Top = 81
Width = 80 Width = 80