mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-24 04:39:29 +01:00
ide: set groupbox autosize in the codetools general options
git-svn-id: trunk@19895 -
This commit is contained in:
parent
d7b50a4418
commit
3a94d2eef3
@ -1,8 +1,8 @@
|
|||||||
inherited CodetoolsGeneralOptionsFrame: TCodetoolsGeneralOptionsFrame
|
inherited CodetoolsGeneralOptionsFrame: TCodetoolsGeneralOptionsFrame
|
||||||
Height = 199
|
Height = 199
|
||||||
Width = 552
|
Width = 552
|
||||||
ClientHeight = 199
|
ClientHeight = 195
|
||||||
ClientWidth = 552
|
ClientWidth = 548
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
Visible = False
|
Visible = False
|
||||||
DesignLeft = 176
|
DesignLeft = 176
|
||||||
@ -12,21 +12,24 @@ inherited CodetoolsGeneralOptionsFrame: TCodetoolsGeneralOptionsFrame
|
|||||||
AnchorSideTop.Control = Owner
|
AnchorSideTop.Control = Owner
|
||||||
AnchorSideRight.Control = Owner
|
AnchorSideRight.Control = Owner
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Height = 56
|
Left = 0
|
||||||
Width = 552
|
Height = 58
|
||||||
|
Top = 0
|
||||||
|
Width = 548
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
|
AutoSize = True
|
||||||
Caption = 'SrcPathGroupBox'
|
Caption = 'SrcPathGroupBox'
|
||||||
ClientHeight = 38
|
ClientHeight = 39
|
||||||
ClientWidth = 548
|
ClientWidth = 544
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
object SrcPathEdit: TEdit
|
object SrcPathEdit: TEdit
|
||||||
AnchorSideLeft.Control = SrcPathGroupBox
|
AnchorSideLeft.Control = SrcPathGroupBox
|
||||||
AnchorSideRight.Control = SrcPathGroupBox
|
AnchorSideRight.Control = SrcPathGroupBox
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 23
|
Height = 27
|
||||||
Top = 8
|
Top = 6
|
||||||
Width = 536
|
Width = 532
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
@ -39,23 +42,24 @@ inherited CodetoolsGeneralOptionsFrame: TCodetoolsGeneralOptionsFrame
|
|||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
AnchorSideRight.Control = Owner
|
AnchorSideRight.Control = Owner
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Height = 111
|
Left = 0
|
||||||
Top = 62
|
Height = 121
|
||||||
Width = 552
|
Top = 64
|
||||||
|
Width = 548
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
Caption = 'JumpingGroupBox'
|
Caption = 'JumpingGroupBox'
|
||||||
ClientHeight = 93
|
ClientHeight = 102
|
||||||
ClientWidth = 548
|
ClientWidth = 544
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
object AdjustTopLineDueToCommentCheckBox: TCheckBox
|
object AdjustTopLineDueToCommentCheckBox: TCheckBox
|
||||||
AnchorSideLeft.Control = JumpingGroupBox
|
AnchorSideLeft.Control = JumpingGroupBox
|
||||||
AnchorSideTop.Control = JumpingGroupBox
|
AnchorSideTop.Control = JumpingGroupBox
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 19
|
Height = 22
|
||||||
Top = 6
|
Top = 6
|
||||||
Width = 217
|
Width = 283
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
Caption = 'AdjustTopLineDueToCommentCheckBox'
|
Caption = 'AdjustTopLineDueToCommentCheckBox'
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
@ -65,9 +69,9 @@ inherited CodetoolsGeneralOptionsFrame: TCodetoolsGeneralOptionsFrame
|
|||||||
AnchorSideTop.Control = AdjustTopLineDueToCommentCheckBox
|
AnchorSideTop.Control = AdjustTopLineDueToCommentCheckBox
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 19
|
Height = 22
|
||||||
Top = 37
|
Top = 40
|
||||||
Width = 143
|
Width = 181
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
Caption = 'JumpCenteredCheckBox'
|
Caption = 'JumpCenteredCheckBox'
|
||||||
@ -78,9 +82,9 @@ inherited CodetoolsGeneralOptionsFrame: TCodetoolsGeneralOptionsFrame
|
|||||||
AnchorSideTop.Control = JumpCenteredCheckBox
|
AnchorSideTop.Control = JumpCenteredCheckBox
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 19
|
Height = 22
|
||||||
Top = 68
|
Top = 74
|
||||||
Width = 160
|
Width = 205
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
Caption = 'CursorBeyondEOLCheckBox'
|
Caption = 'CursorBeyondEOLCheckBox'
|
||||||
|
|||||||
@ -2,36 +2,36 @@
|
|||||||
|
|
||||||
LazarusResources.Add('TCodetoolsGeneralOptionsFrame','FORMDATA',[
|
LazarusResources.Add('TCodetoolsGeneralOptionsFrame','FORMDATA',[
|
||||||
'TPF0'#241#29'TCodetoolsGeneralOptionsFrame'#28'CodetoolsGeneralOptionsFrame'
|
'TPF0'#241#29'TCodetoolsGeneralOptionsFrame'#28'CodetoolsGeneralOptionsFrame'
|
||||||
+#6'Height'#3#199#0#5'Width'#3'('#2#12'ClientHeight'#3#199#0#11'ClientWidth'#3
|
+#6'Height'#3#199#0#5'Width'#3'('#2#12'ClientHeight'#3#195#0#11'ClientWidth'#3
|
||||||
+'('#2#8'TabOrder'#2#0#7'Visible'#8#10'DesignLeft'#3#176#0#9'DesignTop'#3#232
|
+'$'#2#8'TabOrder'#2#0#7'Visible'#8#10'DesignLeft'#3#176#0#9'DesignTop'#3#232
|
||||||
+#0#0#242#2#0#9'TGroupBox'#15'SrcPathGroupBox'#22'AnchorSideLeft.Control'#7#5
|
+#0#0#242#2#0#9'TGroupBox'#15'SrcPathGroupBox'#22'AnchorSideLeft.Control'#7#5
|
||||||
+'Owner'#21'AnchorSideTop.Control'#7#5'Owner'#23'AnchorSideRight.Control'#7#5
|
+'Owner'#21'AnchorSideTop.Control'#7#5'Owner'#23'AnchorSideRight.Control'#7#5
|
||||||
+'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#6'Height'#2'8'#5'Width'#3'('
|
+'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#0#6'Height'#2':'#3
|
||||||
+#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#15'SrcPathGrou'
|
+'Top'#2#0#5'Width'#3'$'#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'Au'
|
||||||
+'pBox'#12'ClientHeight'#2'&'#11'ClientWidth'#3'$'#2#8'TabOrder'#2#0#0#5'TEdi'
|
+'toSize'#9#7'Caption'#6#15'SrcPathGroupBox'#12'ClientHeight'#2''''#11'Client'
|
||||||
+'t'#11'SrcPathEdit'#22'AnchorSideLeft.Control'#7#15'SrcPathGroupBox'#23'Anch'
|
+'Width'#3' '#2#8'TabOrder'#2#0#0#5'TEdit'#11'SrcPathEdit'#22'AnchorSideLeft.'
|
||||||
+'orSideRight.Control'#7#15'SrcPathGroupBox'#20'AnchorSideRight.Side'#7#9'asr'
|
+'Control'#7#15'SrcPathGroupBox'#23'AnchorSideRight.Control'#7#15'SrcPathGrou'
|
||||||
+'Bottom'#4'Left'#2#6#6'Height'#2#23#3'Top'#2#8#5'Width'#3#24#2#7'Anchors'#11
|
+'pBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#27#3
|
||||||
+#5'akTop'#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#8'TabOrder'#2#0
|
+'Top'#2#6#5'Width'#3#20#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#20'B'
|
||||||
+#4'Text'#6#11'SrcPathEdit'#0#0#0#242#2#1#9'TGroupBox'#15'JumpingGroupBox'#22
|
+'orderSpacing.Around'#2#6#8'TabOrder'#2#0#4'Text'#6#11'SrcPathEdit'#0#0#0#242
|
||||||
+'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7#15'SrcPathGr'
|
+#2#1#9'TGroupBox'#15'JumpingGroupBox'#22'AnchorSideLeft.Control'#7#5'Owner'
|
||||||
+'oupBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7
|
+#21'AnchorSideTop.Control'#7#15'SrcPathGroupBox'#18'AnchorSideTop.Side'#7#9
|
||||||
+#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#6'Height'#2'o'#3'Top'#2'>'
|
+'asrBottom'#23'AnchorSideRight.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7
|
||||||
+#5'Width'#3'('#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'AutoSize'#9
|
+#9'asrBottom'#4'Left'#2#0#6'Height'#2'y'#3'Top'#2'@'#5'Width'#3'$'#2#7'Ancho'
|
||||||
+#17'BorderSpacing.Top'#2#6#7'Caption'#6#15'JumpingGroupBox'#12'ClientHeight'
|
+'rs'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'AutoSize'#9#17'BorderSpacing.Top'#2
|
||||||
+#2']'#11'ClientWidth'#3'$'#2#8'TabOrder'#2#1#0#9'TCheckBox!AdjustTopLineDueT'
|
+#6#7'Caption'#6#15'JumpingGroupBox'#12'ClientHeight'#2'f'#11'ClientWidth'#3
|
||||||
+'oCommentCheckBox'#22'AnchorSideLeft.Control'#7#15'JumpingGroupBox'#21'Ancho'
|
+' '#2#8'TabOrder'#2#1#0#9'TCheckBox!AdjustTopLineDueToCommentCheckBox'#22'An'
|
||||||
+'rSideTop.Control'#7#15'JumpingGroupBox'#4'Left'#2#6#6'Height'#2#19#3'Top'#2
|
+'chorSideLeft.Control'#7#15'JumpingGroupBox'#21'AnchorSideTop.Control'#7#15
|
||||||
+#6#5'Width'#3#217#0#20'BorderSpacing.Around'#2#6#7'Caption'#6'!AdjustTopLine'
|
+'JumpingGroupBox'#4'Left'#2#6#6'Height'#2#22#3'Top'#2#6#5'Width'#3#27#1#20'B'
|
||||||
+'DueToCommentCheckBox'#8'TabOrder'#2#0#0#0#9'TCheckBox'#20'JumpCenteredCheck'
|
+'orderSpacing.Around'#2#6#7'Caption'#6'!AdjustTopLineDueToCommentCheckBox'#8
|
||||||
+'Box'#22'AnchorSideLeft.Control'#7#15'JumpingGroupBox'#21'AnchorSideTop.Cont'
|
+'TabOrder'#2#0#0#0#9'TCheckBox'#20'JumpCenteredCheckBox'#22'AnchorSideLeft.C'
|
||||||
+'rol'#7'!AdjustTopLineDueToCommentCheckBox'#18'AnchorSideTop.Side'#7#9'asrBo'
|
+'ontrol'#7#15'JumpingGroupBox'#21'AnchorSideTop.Control'#7'!AdjustTopLineDue'
|
||||||
+'ttom'#4'Left'#2#6#6'Height'#2#19#3'Top'#2'%'#5'Width'#3#143#0#17'BorderSpac'
|
+'ToCommentCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Heig'
|
||||||
+'ing.Top'#2#6#20'BorderSpacing.Around'#2#6#7'Caption'#6#20'JumpCenteredCheck'
|
+'ht'#2#22#3'Top'#2'('#5'Width'#3#181#0#17'BorderSpacing.Top'#2#6#20'BorderSp'
|
||||||
+'Box'#8'TabOrder'#2#1#0#0#9'TCheckBox'#23'CursorBeyondEOLCheckBox'#22'Anchor'
|
+'acing.Around'#2#6#7'Caption'#6#20'JumpCenteredCheckBox'#8'TabOrder'#2#1#0#0
|
||||||
+'SideLeft.Control'#7#15'JumpingGroupBox'#21'AnchorSideTop.Control'#7#20'Jump'
|
+#9'TCheckBox'#23'CursorBeyondEOLCheckBox'#22'AnchorSideLeft.Control'#7#15'Ju'
|
||||||
+'CenteredCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Heigh'
|
+'mpingGroupBox'#21'AnchorSideTop.Control'#7#20'JumpCenteredCheckBox'#18'Anch'
|
||||||
+'t'#2#19#3'Top'#2'D'#5'Width'#3#160#0#17'BorderSpacing.Top'#2#6#20'BorderSpa'
|
+'orSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#22#3'Top'#2'J'#5'Wid'
|
||||||
+'cing.Around'#2#6#7'Caption'#6#23'CursorBeyondEOLCheckBox'#8'TabOrder'#2#2#0
|
+'th'#3#205#0#17'BorderSpacing.Top'#2#6#20'BorderSpacing.Around'#2#6#7'Captio'
|
||||||
+#0#0#0
|
+'n'#6#23'CursorBeyondEOLCheckBox'#8'TabOrder'#2#2#0#0#0#0
|
||||||
]);
|
]);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user