mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 03:59:17 +02:00
* minor improvements from Darius Blaszijk
git-svn-id: trunk@8393 -
This commit is contained in:
parent
5af1ed62bd
commit
c377f2b6b1
@ -1,10 +1,13 @@
|
|||||||
object CodeExplorerDlg: TCodeExplorerDlg
|
object CodeExplorerDlg: TCodeExplorerDlg
|
||||||
|
ActiveControl = UpdatePage
|
||||||
|
BorderStyle = bsToolWindow
|
||||||
Caption = 'CodeExplorerDlg'
|
Caption = 'CodeExplorerDlg'
|
||||||
ClientHeight = 300
|
ClientHeight = 300
|
||||||
ClientWidth = 400
|
ClientWidth = 400
|
||||||
OnCreate = CodeExplorerDlgCreate
|
OnCreate = CodeExplorerDlgCreate
|
||||||
OnDestroy = CodeExplorerDlgDestroy
|
OnDestroy = CodeExplorerDlgDestroy
|
||||||
PixelsPerInch = 112
|
PixelsPerInch = 96
|
||||||
|
Position = poScreenCenter
|
||||||
HorzScrollBar.Page = 399
|
HorzScrollBar.Page = 399
|
||||||
VertScrollBar.Page = 299
|
VertScrollBar.Page = 299
|
||||||
Left = 290
|
Left = 290
|
||||||
@ -13,62 +16,69 @@ object CodeExplorerDlg: TCodeExplorerDlg
|
|||||||
Width = 400
|
Width = 400
|
||||||
object OkButton: TButton
|
object OkButton: TButton
|
||||||
Anchors = [akRight, akBottom]
|
Anchors = [akRight, akBottom]
|
||||||
|
AutoSize = True
|
||||||
|
BorderSpacing.Around = 6
|
||||||
BorderSpacing.InnerBorder = 2
|
BorderSpacing.InnerBorder = 2
|
||||||
Caption = 'OkButton'
|
Caption = 'OkButton'
|
||||||
OnClick = OkButtonClick
|
OnClick = OkButtonClick
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
Left = 143
|
AnchorSideRight.Control = CancelButton
|
||||||
Height = 25
|
Left = 229
|
||||||
|
Height = 29
|
||||||
Top = 264
|
Top = 264
|
||||||
Width = 103
|
Width = 69
|
||||||
end
|
end
|
||||||
object CancelButton: TButton
|
object CancelButton: TButton
|
||||||
Anchors = [akRight, akBottom]
|
Anchors = [akRight, akBottom]
|
||||||
|
AutoSize = True
|
||||||
|
BorderSpacing.Around = 6
|
||||||
BorderSpacing.InnerBorder = 2
|
BorderSpacing.InnerBorder = 2
|
||||||
Caption = 'CancelButton'
|
Caption = 'CancelButton'
|
||||||
ModalResult = 2
|
ModalResult = 2
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
Left = 280
|
Left = 304
|
||||||
Height = 25
|
Height = 29
|
||||||
Top = 264
|
Top = 264
|
||||||
Width = 103
|
Width = 88
|
||||||
end
|
end
|
||||||
object MainNotebook: TNotebook
|
object MainNotebook: TNotebook
|
||||||
|
Align = alTop
|
||||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||||
PageIndex = 0
|
PageIndex = 0
|
||||||
Left = 8
|
Height = 256
|
||||||
Height = 248
|
Width = 400
|
||||||
Top = 8
|
|
||||||
Width = 384
|
|
||||||
object UpdatePage: TPage
|
object UpdatePage: TPage
|
||||||
Caption = 'UpdatePage'
|
Caption = 'UpdatePage'
|
||||||
ClientWidth = 380
|
ClientWidth = 392
|
||||||
ClientHeight = 218
|
ClientHeight = 230
|
||||||
Left = 2
|
Height = 230
|
||||||
Height = 218
|
Width = 392
|
||||||
Top = 28
|
|
||||||
Width = 380
|
|
||||||
object RefreshRadioGroup: TRadioGroup
|
object RefreshRadioGroup: TRadioGroup
|
||||||
|
Align = alTop
|
||||||
|
BorderSpacing.Around = 6
|
||||||
Caption = 'RefreshRadioGroup'
|
Caption = 'RefreshRadioGroup'
|
||||||
Items.Strings = (
|
Items.Strings = (
|
||||||
'Manual'
|
'Manual'
|
||||||
'SwitchPage'
|
'SwitchPage'
|
||||||
'Idle'
|
'Idle'
|
||||||
)
|
)
|
||||||
ParentColor = True
|
TabOrder = 0
|
||||||
Left = 14
|
Left = 6
|
||||||
Height = 105
|
Height = 105
|
||||||
Top = 11
|
Top = 6
|
||||||
Width = 354
|
Width = 380
|
||||||
end
|
end
|
||||||
object FollowCursorCheckBox: TCheckBox
|
object FollowCursorCheckBox: TCheckBox
|
||||||
|
Align = alTop
|
||||||
|
BorderSpacing.Top = 12
|
||||||
|
BorderSpacing.Around = 6
|
||||||
Caption = 'FollowCursorCheckBox'
|
Caption = 'FollowCursorCheckBox'
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
Visible = False
|
Visible = False
|
||||||
Left = 14
|
Left = 6
|
||||||
Height = 24
|
Height = 13
|
||||||
Top = 134
|
Top = 129
|
||||||
Width = 158
|
Width = 380
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
@ -1,25 +1,29 @@
|
|||||||
{ This is an automatically generated lazarus resource file }
|
{ This is an automatically generated lazarus resource file }
|
||||||
|
|
||||||
LazarusResources.Add('TCodeExplorerDlg','FORMDATA',[
|
LazarusResources.Add('TCodeExplorerDlg','FORMDATA',[
|
||||||
'TPF0'#16'TCodeExplorerDlg'#15'CodeExplorerDlg'#7'Caption'#6#15'CodeExplorerD'
|
'TPF0'#16'TCodeExplorerDlg'#15'CodeExplorerDlg'#13'ActiveControl'#7#10'Update'
|
||||||
+'lg'#12'ClientHeight'#3','#1#11'ClientWidth'#3#144#1#8'OnCreate'#7#21'CodeEx'
|
+'Page'#11'BorderStyle'#7#12'bsToolWindow'#7'Caption'#6#15'CodeExplorerDlg'#12
|
||||||
+'plorerDlgCreate'#9'OnDestroy'#7#22'CodeExplorerDlgDestroy'#13'PixelsPerInch'
|
+'ClientHeight'#3','#1#11'ClientWidth'#3#144#1#8'OnCreate'#7#21'CodeExplorerD'
|
||||||
+#2'p'#18'HorzScrollBar.Page'#3#143#1#18'VertScrollBar.Page'#3'+'#1#4'Left'#3
|
+'lgCreate'#9'OnDestroy'#7#22'CodeExplorerDlgDestroy'#13'PixelsPerInch'#2'`'#8
|
||||||
+'"'#1#6'Height'#3','#1#3'Top'#3#163#0#5'Width'#3#144#1#0#7'TButton'#8'OkButt'
|
+'Position'#7#14'poScreenCenter'#18'HorzScrollBar.Page'#3#143#1#18'VertScroll'
|
||||||
+'on'#7'Anchors'#11#7'akRight'#8'akBottom'#0#25'BorderSpacing.InnerBorder'#2#2
|
+'Bar.Page'#3'+'#1#4'Left'#3'"'#1#6'Height'#3','#1#3'Top'#3#163#0#5'Width'#3
|
||||||
+#7'Caption'#6#8'OkButton'#7'OnClick'#7#13'OkButtonClick'#8'TabOrder'#2#0#4'L'
|
+#144#1#0#7'TButton'#8'OkButton'#7'Anchors'#11#7'akRight'#8'akBottom'#0#8'Aut'
|
||||||
+'eft'#3#143#0#6'Height'#2#25#3'Top'#3#8#1#5'Width'#2'g'#0#0#7'TButton'#12'Ca'
|
+'oSize'#9#20'BorderSpacing.Around'#2#6#25'BorderSpacing.InnerBorder'#2#2#7'C'
|
||||||
+'ncelButton'#7'Anchors'#11#7'akRight'#8'akBottom'#0#25'BorderSpacing.InnerBo'
|
+'aption'#6#8'OkButton'#7'OnClick'#7#13'OkButtonClick'#8'TabOrder'#2#0#23'Anc'
|
||||||
+'rder'#2#2#7'Caption'#6#12'CancelButton'#11'ModalResult'#2#2#8'TabOrder'#2#1
|
+'horSideRight.Control'#7#12'CancelButton'#4'Left'#3#229#0#6'Height'#2#29#3'T'
|
||||||
+#4'Left'#3#24#1#6'Height'#2#25#3'Top'#3#8#1#5'Width'#2'g'#0#0#9'TNotebook'#12
|
+'op'#3#8#1#5'Width'#2'E'#0#0#7'TButton'#12'CancelButton'#7'Anchors'#11#7'akR'
|
||||||
+'MainNotebook'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#9'P'
|
+'ight'#8'akBottom'#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#25'BorderSpa'
|
||||||
+'ageIndex'#2#0#4'Left'#2#8#6'Height'#3#248#0#3'Top'#2#8#5'Width'#3#128#1#0#5
|
+'cing.InnerBorder'#2#2#7'Caption'#6#12'CancelButton'#11'ModalResult'#2#2#8'T'
|
||||||
+'TPage'#10'UpdatePage'#7'Caption'#6#10'UpdatePage'#11'ClientWidth'#3'|'#1#12
|
+'abOrder'#2#1#4'Left'#3'0'#1#6'Height'#2#29#3'Top'#3#8#1#5'Width'#2'X'#0#0#9
|
||||||
+'ClientHeight'#3#218#0#4'Left'#2#2#6'Height'#3#218#0#3'Top'#2#28#5'Width'#3
|
+'TNotebook'#12'MainNotebook'#5'Align'#7#5'alTop'#7'Anchors'#11#5'akTop'#6'ak'
|
||||||
+'|'#1#0#11'TRadioGroup'#17'RefreshRadioGroup'#7'Caption'#6#17'RefreshRadioGr'
|
+'Left'#7'akRight'#8'akBottom'#0#9'PageIndex'#2#0#6'Height'#3#0#1#5'Width'#3
|
||||||
+'oup'#13'Items.Strings'#1#6#6'Manual'#6#10'SwitchPage'#6#4'Idle'#0#11'Parent'
|
+#144#1#0#5'TPage'#10'UpdatePage'#7'Caption'#6#10'UpdatePage'#11'ClientWidth'
|
||||||
+'Color'#9#4'Left'#2#14#6'Height'#2'i'#3'Top'#2#11#5'Width'#3'b'#1#0#0#9'TChe'
|
+#3#136#1#12'ClientHeight'#3#230#0#6'Height'#3#230#0#5'Width'#3#136#1#0#11'TR'
|
||||||
+'ckBox'#20'FollowCursorCheckBox'#7'Caption'#6#20'FollowCursorCheckBox'#8'Tab'
|
+'adioGroup'#17'RefreshRadioGroup'#5'Align'#7#5'alTop'#20'BorderSpacing.Aroun'
|
||||||
+'Order'#2#1#7'Visible'#8#4'Left'#2#14#6'Height'#2#24#3'Top'#3#134#0#5'Width'
|
+'d'#2#6#7'Caption'#6#17'RefreshRadioGroup'#13'Items.Strings'#1#6#6'Manual'#6
|
||||||
+#3#158#0#0#0#0#0#0
|
+#10'SwitchPage'#6#4'Idle'#0#8'TabOrder'#2#0#4'Left'#2#6#6'Height'#2'i'#3'Top'
|
||||||
|
+#2#6#5'Width'#3'|'#1#0#0#9'TCheckBox'#20'FollowCursorCheckBox'#5'Align'#7#5
|
||||||
|
+'alTop'#17'BorderSpacing.Top'#2#12#20'BorderSpacing.Around'#2#6#7'Caption'#6
|
||||||
|
+#20'FollowCursorCheckBox'#8'TabOrder'#2#1#7'Visible'#8#4'Left'#2#6#6'Height'
|
||||||
|
+#2#13#3'Top'#3#129#0#5'Width'#3'|'#1#0#0#0#0#0
|
||||||
]);
|
]);
|
||||||
|
Loading…
Reference in New Issue
Block a user