mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-07 17:20:55 +02:00
IDE: new dialog: removed panel caption
git-svn-id: trunk@11963 -
This commit is contained in:
parent
5177c24ba7
commit
3dc6f00d9f
@ -16,10 +16,10 @@ object NewOtherDialog: TNewOtherDialog
|
|||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
AnchorSideBottom.Control = Owner
|
AnchorSideBottom.Control = Owner
|
||||||
AnchorSideBottom.Side = asrBottom
|
AnchorSideBottom.Side = asrBottom
|
||||||
Left = 299
|
Left = 285
|
||||||
Height = 25
|
Height = 37
|
||||||
Top = 265
|
Top = 253
|
||||||
Width = 92
|
Width = 106
|
||||||
Anchors = [akRight, akBottom]
|
Anchors = [akRight, akBottom]
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
@ -34,10 +34,10 @@ object NewOtherDialog: TNewOtherDialog
|
|||||||
AnchorSideRight.Control = CancelButton
|
AnchorSideRight.Control = CancelButton
|
||||||
AnchorSideBottom.Control = Owner
|
AnchorSideBottom.Control = Owner
|
||||||
AnchorSideBottom.Side = asrBottom
|
AnchorSideBottom.Side = asrBottom
|
||||||
Left = 218
|
Left = 199
|
||||||
Height = 25
|
Height = 37
|
||||||
Top = 265
|
Top = 253
|
||||||
Width = 75
|
Width = 80
|
||||||
Anchors = [akRight, akBottom]
|
Anchors = [akRight, akBottom]
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
@ -52,25 +52,24 @@ object NewOtherDialog: TNewOtherDialog
|
|||||||
object Panel1: TPanel
|
object Panel1: TPanel
|
||||||
AnchorSideBottom.Control = OkButton
|
AnchorSideBottom.Control = OkButton
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 253
|
Height = 241
|
||||||
Top = 6
|
Top = 6
|
||||||
Width = 385
|
Width = 385
|
||||||
Align = alTop
|
Align = alTop
|
||||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
BevelOuter = bvNone
|
BevelOuter = bvNone
|
||||||
Caption = 'Panel'
|
ClientHeight = 241
|
||||||
ClientHeight = 253
|
|
||||||
ClientWidth = 385
|
ClientWidth = 385
|
||||||
TabOrder = 2
|
TabOrder = 2
|
||||||
object ItemsTreeView: TTreeView
|
object ItemsTreeView: TTreeView
|
||||||
AnchorSideLeft.Control = Owner
|
AnchorSideLeft.Control = Owner
|
||||||
AnchorSideTop.Control = Owner
|
AnchorSideTop.Control = Owner
|
||||||
AnchorSideBottom.Control = CancelButton
|
AnchorSideBottom.Control = CancelButton
|
||||||
Height = 253
|
Height = 241
|
||||||
Width = 182
|
Width = 182
|
||||||
Align = alClient
|
Align = alClient
|
||||||
DefaultItemHeight = 15
|
DefaultItemHeight = 19
|
||||||
ScrollBars = ssAutoBoth
|
ScrollBars = ssAutoBoth
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
OnDblClick = OkButtonClick
|
OnDblClick = OkButtonClick
|
||||||
@ -84,16 +83,16 @@ object NewOtherDialog: TNewOtherDialog
|
|||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
AnchorSideBottom.Control = CancelButton
|
AnchorSideBottom.Control = CancelButton
|
||||||
Left = 187
|
Left = 187
|
||||||
Height = 253
|
Height = 241
|
||||||
Width = 198
|
Width = 198
|
||||||
Align = alRight
|
Align = alRight
|
||||||
Caption = 'DescriptionGroupBox'
|
Caption = 'DescriptionGroupBox'
|
||||||
ClientHeight = 235
|
ClientHeight = 222
|
||||||
ClientWidth = 194
|
ClientWidth = 194
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
object DescriptionLabel: TLabel
|
object DescriptionLabel: TLabel
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 223
|
Height = 210
|
||||||
Top = 6
|
Top = 6
|
||||||
Width = 182
|
Width = 182
|
||||||
Align = alClient
|
Align = alClient
|
||||||
@ -105,7 +104,7 @@ object NewOtherDialog: TNewOtherDialog
|
|||||||
end
|
end
|
||||||
object Splitter1: TSplitter
|
object Splitter1: TSplitter
|
||||||
Left = 182
|
Left = 182
|
||||||
Height = 253
|
Height = 241
|
||||||
Width = 5
|
Width = 5
|
||||||
Align = alRight
|
Align = alRight
|
||||||
ResizeAnchor = akRight
|
ResizeAnchor = akRight
|
||||||
@ -116,9 +115,9 @@ object NewOtherDialog: TNewOtherDialog
|
|||||||
AnchorSideBottom.Control = Owner
|
AnchorSideBottom.Control = Owner
|
||||||
AnchorSideBottom.Side = asrBottom
|
AnchorSideBottom.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 25
|
Height = 37
|
||||||
Top = 265
|
Top = 253
|
||||||
Width = 81
|
Width = 92
|
||||||
Anchors = [akLeft, akBottom]
|
Anchors = [akLeft, akBottom]
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
|
@ -8,42 +8,41 @@ LazarusResources.Add('TNewOtherDialog','FORMDATA',[
|
|||||||
+'ClientWidth'#3#141#1#8'Position'#7#14'poScreenCenter'#0#7'TButton'#12'Cance'
|
+'ClientWidth'#3#141#1#8'Position'#7#14'poScreenCenter'#0#7'TButton'#12'Cance'
|
||||||
+'lButton'#23'AnchorSideRight.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9
|
+'lButton'#23'AnchorSideRight.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9
|
||||||
+'asrBottom'#24'AnchorSideBottom.Control'#7#5'Owner'#21'AnchorSideBottom.Side'
|
+'asrBottom'#24'AnchorSideBottom.Control'#7#5'Owner'#21'AnchorSideBottom.Side'
|
||||||
+#7#9'asrBottom'#4'Left'#3'+'#1#6'Height'#2#25#3'Top'#3#9#1#5'Width'#2'\'#7'A'
|
+#7#9'asrBottom'#4'Left'#3#29#1#6'Height'#2'%'#3'Top'#3#253#0#5'Width'#2'j'#7
|
||||||
+'nchors'#11#7'akRight'#8'akBottom'#0#8'AutoSize'#9#20'BorderSpacing.Around'#2
|
+'Anchors'#11#7'akRight'#8'akBottom'#0#8'AutoSize'#9#20'BorderSpacing.Around'
|
||||||
+#6#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#12'CancelButton'#21'Constr'
|
+#2#6#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#12'CancelButton'#21'Cons'
|
||||||
+'aints.MinHeight'#2#25#20'Constraints.MinWidth'#2'K'#11'ModalResult'#2#2#8'T'
|
+'traints.MinHeight'#2#25#20'Constraints.MinWidth'#2'K'#11'ModalResult'#2#2#8
|
||||||
+'abOrder'#2#0#0#0#7'TButton'#8'OkButton'#23'AnchorSideRight.Control'#7#12'Ca'
|
+'TabOrder'#2#0#0#0#7'TButton'#8'OkButton'#23'AnchorSideRight.Control'#7#12'C'
|
||||||
+'ncelButton'#24'AnchorSideBottom.Control'#7#5'Owner'#21'AnchorSideBottom.Sid'
|
+'ancelButton'#24'AnchorSideBottom.Control'#7#5'Owner'#21'AnchorSideBottom.Si'
|
||||||
+'e'#7#9'asrBottom'#4'Left'#3#218#0#6'Height'#2#25#3'Top'#3#9#1#5'Width'#2'K'
|
+'de'#7#9'asrBottom'#4'Left'#3#199#0#6'Height'#2'%'#3'Top'#3#253#0#5'Width'#2
|
||||||
+#7'Anchors'#11#7'akRight'#8'akBottom'#0#8'AutoSize'#9#20'BorderSpacing.Aroun'
|
+'P'#7'Anchors'#11#7'akRight'#8'akBottom'#0#8'AutoSize'#9#20'BorderSpacing.Ar'
|
||||||
+'d'#2#6#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#8'OkButton'#21'Constr'
|
+'ound'#2#6#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#8'OkButton'#21'Con'
|
||||||
+'aints.MinHeight'#2#25#20'Constraints.MinWidth'#2'K'#7'Enabled'#8#7'OnClick'
|
+'straints.MinHeight'#2#25#20'Constraints.MinWidth'#2'K'#7'Enabled'#8#7'OnCli'
|
||||||
+#7#13'OkButtonClick'#8'TabOrder'#2#1#0#0#6'TPanel'#6'Panel1'#24'AnchorSideBo'
|
+'ck'#7#13'OkButtonClick'#8'TabOrder'#2#1#0#0#6'TPanel'#6'Panel1'#24'AnchorSi'
|
||||||
+'ttom.Control'#7#8'OkButton'#4'Left'#2#6#6'Height'#3#253#0#3'Top'#2#6#5'Widt'
|
+'deBottom.Control'#7#8'OkButton'#4'Left'#2#6#6'Height'#3#241#0#3'Top'#2#6#5
|
||||||
+'h'#3#129#1#5'Align'#7#5'alTop'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8
|
+'Width'#3#129#1#5'Align'#7#5'alTop'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRig'
|
||||||
+'akBottom'#0#20'BorderSpacing.Around'#2#6#10'BevelOuter'#7#6'bvNone'#7'Capti'
|
+'ht'#8'akBottom'#0#20'BorderSpacing.Around'#2#6#10'BevelOuter'#7#6'bvNone'#12
|
||||||
+'on'#6#5'Panel'#12'ClientHeight'#3#253#0#11'ClientWidth'#3#129#1#8'TabOrder'
|
+'ClientHeight'#3#241#0#11'ClientWidth'#3#129#1#8'TabOrder'#2#2#0#9'TTreeView'
|
||||||
+#2#2#0#9'TTreeView'#13'ItemsTreeView'#22'AnchorSideLeft.Control'#7#5'Owner'
|
+#13'ItemsTreeView'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Co'
|
||||||
+#21'AnchorSideTop.Control'#7#5'Owner'#24'AnchorSideBottom.Control'#7#12'Canc'
|
+'ntrol'#7#5'Owner'#24'AnchorSideBottom.Control'#7#12'CancelButton'#6'Height'
|
||||||
+'elButton'#6'Height'#3#253#0#5'Width'#3#182#0#5'Align'#7#8'alClient'#17'Defa'
|
+#3#241#0#5'Width'#3#182#0#5'Align'#7#8'alClient'#17'DefaultItemHeight'#2#19
|
||||||
+'ultItemHeight'#2#15#10'ScrollBars'#7#10'ssAutoBoth'#8'TabOrder'#2#0#10'OnDb'
|
+#10'ScrollBars'#7#10'ssAutoBoth'#8'TabOrder'#2#0#10'OnDblClick'#7#13'OkButto'
|
||||||
+'lClick'#7#13'OkButtonClick'#18'OnSelectionChanged'#7#29'ItemsTreeViewSelect'
|
+'nClick'#18'OnSelectionChanged'#7#29'ItemsTreeViewSelectionChanged'#0#0#9'TG'
|
||||||
+'ionChanged'#0#0#9'TGroupBox'#19'DescriptionGroupBox'#22'AnchorSideLeft.Cont'
|
+'roupBox'#19'DescriptionGroupBox'#22'AnchorSideLeft.Control'#7#13'ItemsTreeV'
|
||||||
+'rol'#7#13'ItemsTreeView'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSi'
|
+'iew'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#5'O'
|
||||||
+'deTop.Control'#7#5'Owner'#23'AnchorSideRight.Control'#7#5'Owner'#20'AnchorS'
|
+'wner'#23'AnchorSideRight.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'a'
|
||||||
+'ideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#12'CancelButto'
|
+'srBottom'#24'AnchorSideBottom.Control'#7#12'CancelButton'#4'Left'#3#187#0#6
|
||||||
+'n'#4'Left'#3#187#0#6'Height'#3#253#0#5'Width'#3#198#0#5'Align'#7#7'alRight'
|
+'Height'#3#241#0#5'Width'#3#198#0#5'Align'#7#7'alRight'#7'Caption'#6#19'Desc'
|
||||||
+#7'Caption'#6#19'DescriptionGroupBox'#12'ClientHeight'#3#235#0#11'ClientWidt'
|
+'riptionGroupBox'#12'ClientHeight'#3#222#0#11'ClientWidth'#3#194#0#8'TabOrde'
|
||||||
+'h'#3#194#0#8'TabOrder'#2#1#0#6'TLabel'#16'DescriptionLabel'#4'Left'#2#6#6'H'
|
+'r'#2#1#0#6'TLabel'#16'DescriptionLabel'#4'Left'#2#6#6'Height'#3#210#0#3'Top'
|
||||||
+'eight'#3#223#0#3'Top'#2#6#5'Width'#3#182#0#5'Align'#7#8'alClient'#20'Border'
|
+#2#6#5'Width'#3#182#0#5'Align'#7#8'alClient'#20'BorderSpacing.Around'#2#6#7
|
||||||
+'Spacing.Around'#2#6#7'Caption'#6#16'DescriptionLabel'#11'ParentColor'#8#8'W'
|
+'Caption'#6#16'DescriptionLabel'#11'ParentColor'#8#8'WordWrap'#9#0#0#0#9'TSp'
|
||||||
+'ordWrap'#9#0#0#0#9'TSplitter'#9'Splitter1'#4'Left'#3#182#0#6'Height'#3#253#0
|
+'litter'#9'Splitter1'#4'Left'#3#182#0#6'Height'#3#241#0#5'Width'#2#5#5'Align'
|
||||||
+#5'Width'#2#5#5'Align'#7#7'alRight'#12'ResizeAnchor'#7#7'akRight'#0#0#0#7'TB'
|
+#7#7'alRight'#12'ResizeAnchor'#7#7'akRight'#0#0#0#7'TButton'#10'HelpButton'
|
||||||
+'utton'#10'HelpButton'#22'AnchorSideLeft.Control'#7#5'Owner'#24'AnchorSideBo'
|
+#22'AnchorSideLeft.Control'#7#5'Owner'#24'AnchorSideBottom.Control'#7#5'Owne'
|
||||||
+'ttom.Control'#7#5'Owner'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#2
|
+'r'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2'%'#3'To'
|
||||||
+#6#6'Height'#2#25#3'Top'#3#9#1#5'Width'#2'Q'#7'Anchors'#11#6'akLeft'#8'akBot'
|
+'p'#3#253#0#5'Width'#2'\'#7'Anchors'#11#6'akLeft'#8'akBottom'#0#8'AutoSize'#9
|
||||||
+'tom'#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#25'BorderSpacing.InnerBor'
|
+#20'BorderSpacing.Around'#2#6#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6
|
||||||
+'der'#2#4#7'Caption'#6#10'HelpButton'#21'Constraints.MinHeight'#2#25#20'Cons'
|
+#10'HelpButton'#21'Constraints.MinHeight'#2#25#20'Constraints.MinWidth'#2'K'
|
||||||
+'traints.MinWidth'#2'K'#7'OnClick'#7#15'HelpButtonClick'#8'TabOrder'#2#3#0#0
|
+#7'OnClick'#7#15'HelpButtonClick'#8'TabOrder'#2#3#0#0#0
|
||||||
+#0
|
|
||||||
]);
|
]);
|
||||||
|
Loading…
Reference in New Issue
Block a user