mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-26 23:03:48 +02:00
Ide, Options, updated layouts for "move caret on right click"
git-svn-id: trunk@25411 -
This commit is contained in:
parent
e207fc15bc
commit
7af77a0ab8
@ -1,17 +1,17 @@
|
||||
object MouseaActionDialog: TMouseaActionDialog
|
||||
Left = 283
|
||||
Height = 247
|
||||
Top = 237
|
||||
Left = 314
|
||||
Height = 267
|
||||
Top = 217
|
||||
Width = 362
|
||||
AutoSize = True
|
||||
BorderIcons = [biSystemMenu]
|
||||
BorderStyle = bsDialog
|
||||
Caption = 'MouseaActionDialog'
|
||||
ClientHeight = 247
|
||||
ClientHeight = 267
|
||||
ClientWidth = 362
|
||||
OnCreate = FormCreate
|
||||
Position = poScreenCenter
|
||||
LCLVersion = '0.9.27'
|
||||
LCLVersion = '0.9.29'
|
||||
object BtnLabel: TLabel
|
||||
AnchorSideLeft.Control = Owner
|
||||
AnchorSideTop.Control = ButtonBox
|
||||
@ -20,7 +20,7 @@ object MouseaActionDialog: TMouseaActionDialog
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 16
|
||||
Top = 122
|
||||
Top = 143
|
||||
Width = 64
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Left = 6
|
||||
@ -43,15 +43,16 @@ object MouseaActionDialog: TMouseaActionDialog
|
||||
AnchorSideLeft.Control = CaretCheck
|
||||
AnchorSideTop.Control = CaretCheck
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideRight.Control = ButtonBox
|
||||
AnchorSideRight.Control = Owner
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 76
|
||||
Height = 16
|
||||
Top = 60
|
||||
Width = 100
|
||||
Width = 280
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoSize = False
|
||||
BorderSpacing.Top = 6
|
||||
BorderSpacing.Right = 6
|
||||
Caption = ' '
|
||||
ParentColor = False
|
||||
end
|
||||
@ -61,7 +62,7 @@ object MouseaActionDialog: TMouseaActionDialog
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 6
|
||||
Height = 16
|
||||
Top = 86
|
||||
Top = 108
|
||||
Width = 54
|
||||
BorderSpacing.Left = 6
|
||||
Caption = 'PriorLabel'
|
||||
@ -76,7 +77,7 @@ object MouseaActionDialog: TMouseaActionDialog
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 25
|
||||
Top = 173
|
||||
Top = 194
|
||||
Width = 262
|
||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||
BorderSpacing.Left = 6
|
||||
@ -95,7 +96,7 @@ object MouseaActionDialog: TMouseaActionDialog
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 76
|
||||
Height = 19
|
||||
Top = 148
|
||||
Top = 169
|
||||
Width = 77
|
||||
AllowGrayed = True
|
||||
BorderSpacing.Top = 6
|
||||
@ -109,7 +110,7 @@ object MouseaActionDialog: TMouseaActionDialog
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 159
|
||||
Height = 19
|
||||
Top = 148
|
||||
Top = 169
|
||||
Width = 68
|
||||
AllowGrayed = True
|
||||
BorderSpacing.Left = 6
|
||||
@ -123,7 +124,7 @@ object MouseaActionDialog: TMouseaActionDialog
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 233
|
||||
Height = 19
|
||||
Top = 148
|
||||
Top = 169
|
||||
Width = 72
|
||||
AllowGrayed = True
|
||||
BorderSpacing.Left = 6
|
||||
@ -140,7 +141,7 @@ object MouseaActionDialog: TMouseaActionDialog
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 274
|
||||
Height = 25
|
||||
Top = 173
|
||||
Top = 194
|
||||
Width = 82
|
||||
Anchors = [akTop, akRight]
|
||||
AutoSize = True
|
||||
@ -158,7 +159,7 @@ object MouseaActionDialog: TMouseaActionDialog
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 288
|
||||
Height = 19
|
||||
Top = 121
|
||||
Top = 142
|
||||
Width = 68
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'DirCheck'
|
||||
@ -170,7 +171,7 @@ object MouseaActionDialog: TMouseaActionDialog
|
||||
AnchorSideTop.Control = ButtonBox
|
||||
Left = 182
|
||||
Height = 23
|
||||
Top = 119
|
||||
Top = 140
|
||||
Width = 100
|
||||
BorderSpacing.Left = 6
|
||||
ItemHeight = 15
|
||||
@ -184,7 +185,7 @@ object MouseaActionDialog: TMouseaActionDialog
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 76
|
||||
Height = 23
|
||||
Top = 119
|
||||
Top = 140
|
||||
Width = 100
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 12
|
||||
@ -227,8 +228,8 @@ object MouseaActionDialog: TMouseaActionDialog
|
||||
AnchorSideTop.Control = BtnDefault
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 37
|
||||
Top = 204
|
||||
Height = 36
|
||||
Top = 225
|
||||
Width = 350
|
||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||
TabOrder = 10
|
||||
@ -236,17 +237,15 @@ object MouseaActionDialog: TMouseaActionDialog
|
||||
end
|
||||
object OptBox: TComboBox
|
||||
AnchorSideLeft.Control = OptLabel
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = OptLabel
|
||||
AnchorSideTop.Side = asrCenter
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideRight.Control = Owner
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 182
|
||||
Left = 76
|
||||
Height = 23
|
||||
Top = 57
|
||||
Width = 174
|
||||
Top = 76
|
||||
Width = 280
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Right = 6
|
||||
Enabled = False
|
||||
ItemHeight = 15
|
||||
@ -255,11 +254,11 @@ object MouseaActionDialog: TMouseaActionDialog
|
||||
end
|
||||
object PriorSpin: TSpinEdit
|
||||
AnchorSideLeft.Control = OptLabel
|
||||
AnchorSideTop.Control = OptLabel
|
||||
AnchorSideTop.Control = OptBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 76
|
||||
Height = 25
|
||||
Top = 82
|
||||
Height = 23
|
||||
Top = 105
|
||||
Width = 60
|
||||
BorderSpacing.Top = 6
|
||||
MaxValue = 3
|
||||
|
Loading…
Reference in New Issue
Block a user