IDE: fixed layout

git-svn-id: branches/fixes_1_8@56099 -
This commit is contained in:
mattias 2017-10-17 15:13:34 +00:00
parent 231fe6b48a
commit 5b3071ea1d

View File

@ -11,16 +11,17 @@ object CodeTemplateDialog: TCodeTemplateDialog
OnCreate = FormCreate OnCreate = FormCreate
OnShow = FormShow OnShow = FormShow
Position = poScreenCenter Position = poScreenCenter
LCLVersion = '1.5' LCLVersion = '1.9.0.0'
object FilenameGroupBox: TGroupBox object FilenameGroupBox: TGroupBox
Left = 6 Left = 6
Height = 51 Height = 38
Top = 6 Top = 6
Width = 717 Width = 717
Align = alTop Align = alTop
AutoSize = True
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'FilenameGroupBox' Caption = 'FilenameGroupBox'
ClientHeight = 31 ClientHeight = 23
ClientWidth = 713 ClientWidth = 713
TabOrder = 0 TabOrder = 0
object FilenameEdit: TFileNameEdit object FilenameEdit: TFileNameEdit
@ -29,7 +30,7 @@ object CodeTemplateDialog: TCodeTemplateDialog
AnchorSideRight.Side = asrBottom AnchorSideRight.Side = asrBottom
Left = 6 Left = 6
Height = 23 Height = 23
Top = 4 Top = 0
Width = 701 Width = 701
FileName = 'FilenameEdit' FileName = 'FilenameEdit'
FilterIndex = 0 FilterIndex = 0
@ -47,12 +48,12 @@ object CodeTemplateDialog: TCodeTemplateDialog
object TemplatesGroupBox: TGroupBox object TemplatesGroupBox: TGroupBox
Left = 6 Left = 6
Height = 167 Height = 167
Top = 63 Top = 50
Width = 717 Width = 717
Align = alTop Align = alTop
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'TemplatesGroupBox' Caption = 'TemplatesGroupBox'
ClientHeight = 147 ClientHeight = 152
ClientWidth = 713 ClientWidth = 713
TabOrder = 1 TabOrder = 1
object TemplateListBox: TListBox object TemplateListBox: TListBox
@ -62,7 +63,7 @@ object CodeTemplateDialog: TCodeTemplateDialog
AnchorSideBottom.Control = TemplatesGroupBox AnchorSideBottom.Control = TemplatesGroupBox
AnchorSideBottom.Side = asrBottom AnchorSideBottom.Side = asrBottom
Left = 6 Left = 6
Height = 135 Height = 140
Top = 6 Top = 6
Width = 547 Width = 547
Anchors = [akTop, akLeft, akRight, akBottom] Anchors = [akTop, akLeft, akRight, akBottom]
@ -72,7 +73,9 @@ object CodeTemplateDialog: TCodeTemplateDialog
BorderSpacing.Bottom = 6 BorderSpacing.Bottom = 6
ItemHeight = 0 ItemHeight = 0
OnSelectionChange = TemplateListBoxSelectionChange OnSelectionChange = TemplateListBoxSelectionChange
ScrollWidth = 545
TabOrder = 0 TabOrder = 0
TopIndex = -1
end end
object AddButton: TButton object AddButton: TButton
AnchorSideTop.Control = TemplateListBox AnchorSideTop.Control = TemplateListBox
@ -126,13 +129,13 @@ object CodeTemplateDialog: TCodeTemplateDialog
AnchorSideRight.Control = Owner AnchorSideRight.Control = Owner
AnchorSideBottom.Control = FilenameGroupBox AnchorSideBottom.Control = FilenameGroupBox
Left = 6 Left = 6
Height = 266 Height = 277
Top = 236 Top = 223
Width = 717 Width = 717
Align = alClient Align = alClient
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'EditTemplateGroupBox' Caption = 'EditTemplateGroupBox'
ClientHeight = 246 ClientHeight = 262
ClientWidth = 713 ClientWidth = 713
TabOrder = 2 TabOrder = 2
inline TemplateSynEdit: TSynEdit inline TemplateSynEdit: TSynEdit
@ -143,7 +146,7 @@ object CodeTemplateDialog: TCodeTemplateDialog
AnchorSideBottom.Control = EditTemplateGroupBox AnchorSideBottom.Control = EditTemplateGroupBox
AnchorSideBottom.Side = asrBottom AnchorSideBottom.Side = asrBottom
Left = 6 Left = 6
Height = 162 Height = 178
Top = 78 Top = 78
Width = 701 Width = 701
BorderSpacing.Around = 6 BorderSpacing.Around = 6
@ -672,10 +675,10 @@ object CodeTemplateDialog: TCodeTemplateDialog
AnchorSideTop.Control = EditTemplateGroupBox AnchorSideTop.Control = EditTemplateGroupBox
AnchorSideRight.Control = EditTemplateGroupBox AnchorSideRight.Control = EditTemplateGroupBox
AnchorSideRight.Side = asrBottom AnchorSideRight.Side = asrBottom
Left = 168 Left = 181
Height = 70 Height = 70
Top = 2 Top = 2
Width = 543 Width = 530
Anchors = [akTop, akLeft, akRight] Anchors = [akTop, akLeft, akRight]
AutoFill = True AutoFill = True
AutoSize = True AutoSize = True
@ -699,21 +702,21 @@ object CodeTemplateDialog: TCodeTemplateDialog
AnchorSideLeft.Control = EditTemplateGroupBox AnchorSideLeft.Control = EditTemplateGroupBox
AnchorSideTop.Control = EditTemplateGroupBox AnchorSideTop.Control = EditTemplateGroupBox
Left = 0 Left = 0
Height = 81 Height = 91
Top = 0 Top = 0
Width = 158 Width = 171
AutoSize = True AutoSize = True
BevelOuter = bvNone BevelOuter = bvNone
ClientHeight = 81 ClientHeight = 91
ClientWidth = 158 ClientWidth = 171
TabOrder = 0 TabOrder = 0
object KeepSubIndentCheckBox: TCheckBox object KeepSubIndentCheckBox: TCheckBox
AnchorSideLeft.Control = OptionsPanel AnchorSideLeft.Control = OptionsPanel
AnchorSideTop.Control = OptionsPanel AnchorSideTop.Control = OptionsPanel
Left = 6 Left = 6
Height = 19 Height = 24
Top = 6 Top = 6
Width = 152 Width = 165
BorderSpacing.Left = 6 BorderSpacing.Left = 6
BorderSpacing.Top = 6 BorderSpacing.Top = 6
Caption = 'KeepSubIndentCheckBox' Caption = 'KeepSubIndentCheckBox'
@ -726,9 +729,9 @@ object CodeTemplateDialog: TCodeTemplateDialog
AnchorSideTop.Control = KeepSubIndentCheckBox AnchorSideTop.Control = KeepSubIndentCheckBox
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
Left = 6 Left = 6
Height = 19 Height = 24
Top = 25 Top = 30
Width = 130 Width = 139
BorderSpacing.Left = 6 BorderSpacing.Left = 6
Caption = 'UseMacrosCheckBox' Caption = 'UseMacrosCheckBox'
OnChange = UseMacrosCheckBoxChange OnChange = UseMacrosCheckBoxChange
@ -743,8 +746,8 @@ object CodeTemplateDialog: TCodeTemplateDialog
AnchorSideRight.Side = asrBottom AnchorSideRight.Side = asrBottom
Left = 6 Left = 6
Height = 25 Height = 25
Top = 50 Top = 60
Width = 125 Width = 117
AutoSize = True AutoSize = True
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'InsertMacroButton' Caption = 'InsertMacroButton'
@ -755,8 +758,8 @@ object CodeTemplateDialog: TCodeTemplateDialog
end end
object ButtonPanel: TButtonPanel object ButtonPanel: TButtonPanel
Left = 6 Left = 6
Height = 26 Height = 28
Top = 508 Top = 506
Width = 717 Width = 717
OKButton.Name = 'OKButton' OKButton.Name = 'OKButton'
OKButton.DefaultCaption = True OKButton.DefaultCaption = True