ide: reanchor import/export compiler options dialog

git-svn-id: trunk@19791 -
This commit is contained in:
paul 2009-05-04 05:36:46 +00:00
parent 72c5a3cd8c
commit d925565b9a
2 changed files with 93 additions and 48 deletions

View File

@ -10,20 +10,26 @@ object ImExportCompOptsDlg: TImExportCompOptsDlg
OnCreate = ImExportCompOptsDlgCREATE
LCLVersion = '0.9.27'
object OpenRecentGroupbox: TGroupBox
Left = 8
Height = 176
Top = 8
Width = 536
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = CancelButton
Left = 6
Height = 191
Top = 6
Width = 542
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Around = 6
Caption = 'OpenRecentGroupbox'
ClientHeight = 158
ClientWidth = 532
ClientHeight = 173
ClientWidth = 538
TabOrder = 0
object RecentListbox: TListBox
Left = 0
Height = 120
Height = 135
Top = 0
Width = 532
Width = 538
Align = alTop
Anchors = [akTop, akLeft, akBottom]
ClickOnSelChange = False
@ -35,7 +41,7 @@ object ImExportCompOptsDlg: TImExportCompOptsDlg
object OpenRecentButton: TButton
Left = 9
Height = 25
Top = 128
Top = 143
Width = 150
Anchors = [akLeft, akBottom]
Caption = 'OpenRecentButton'
@ -45,7 +51,7 @@ object ImExportCompOptsDlg: TImExportCompOptsDlg
object SaveToRecentButton: TButton
Left = 182
Height = 25
Top = 128
Top = 143
Width = 150
Anchors = [akLeft, akBottom]
Caption = 'SaveToRecentButton'
@ -54,35 +60,60 @@ object ImExportCompOptsDlg: TImExportCompOptsDlg
end
end
object OpenButton: TBitBtn
Left = 8
Height = 25
Top = 200
Width = 167
Anchors = [akLeft, akBottom]
AnchorSideTop.Control = CancelButton
AnchorSideRight.Control = SaveButton
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 293
Height = 26
Top = 203
Width = 84
Anchors = [akTop, akRight, akBottom]
AutoSize = True
BorderSpacing.Left = 6
BorderSpacing.Right = 6
BorderSpacing.Bottom = 6
Caption = 'OpenButton'
Constraints.MinWidth = 75
NumGlyphs = 0
OnClick = OpenButtonCLICK
TabOrder = 1
end
object SaveButton: TBitBtn
Left = 214
Height = 25
Top = 200
Width = 167
Anchors = [akLeft, akBottom]
AnchorSideTop.Control = CancelButton
AnchorSideRight.Control = CancelButton
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 383
Height = 26
Top = 203
Width = 82
Anchors = [akTop, akRight, akBottom]
AutoSize = True
BorderSpacing.Left = 6
BorderSpacing.Right = 6
BorderSpacing.Bottom = 6
Caption = 'SaveButton'
Constraints.MinWidth = 75
NumGlyphs = 0
OnClick = SaveButtonCLICK
TabOrder = 2
end
object CancelButton: TBitBtn
Left = 432
Height = 25
Top = 200
Width = 110
Anchors = [akLeft, akBottom]
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 471
Height = 26
Top = 203
Width = 77
Anchors = [akRight, akBottom]
AutoSize = True
BorderSpacing.Around = 6
Cancel = True
Caption = 'Cancel'
Constraints.MinWidth = 75
Kind = bkCancel
ModalResult = 2
NumGlyphs = 0

View File

@ -5,27 +5,41 @@ LazarusResources.Add('TImExportCompOptsDlg','FORMDATA',[
+'ht'#3#235#0#3'Top'#3#212#0#5'Width'#3'*'#2#7'Caption'#6#19'ImExportCompOpts'
+'Dlg'#12'ClientHeight'#3#235#0#11'ClientWidth'#3'*'#2#7'OnClose'#7#24'ImExpo'
+'rtCompOptsDlgCLOSE'#8'OnCreate'#7#25'ImExportCompOptsDlgCREATE'#10'LCLVersi'
+'on'#6#6'0.9.27'#0#9'TGroupBox'#18'OpenRecentGroupbox'#4'Left'#2#8#6'Height'
+#3#176#0#3'Top'#2#8#5'Width'#3#24#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRig'
+'ht'#8'akBottom'#0#7'Caption'#6#18'OpenRecentGroupbox'#12'ClientHeight'#3#158
+#0#11'ClientWidth'#3#20#2#8'TabOrder'#2#0#0#8'TListBox'#13'RecentListbox'#4
+'Left'#2#0#6'Height'#2'x'#3'Top'#2#0#5'Width'#3#20#2#5'Align'#7#5'alTop'#7'A'
+'nchors'#11#5'akTop'#6'akLeft'#8'akBottom'#0#16'ClickOnSelChange'#8#10'ItemH'
+'eight'#2#0#7'OnClick'#7#18'RecentListboxCLICK'#10'OnDblClick'#7#21'RecentLi'
+'stboxDBLCLICK'#8'TabOrder'#2#0#0#0#7'TButton'#16'OpenRecentButton'#4'Left'#2
+#9#6'Height'#2#25#3'Top'#3#128#0#5'Width'#3#150#0#7'Anchors'#11#6'akLeft'#8
+'akBottom'#0#7'Caption'#6#16'OpenRecentButton'#7'OnClick'#7#21'OpenRecentBut'
+'tonCLICK'#8'TabOrder'#2#1#0#0#7'TButton'#18'SaveToRecentButton'#4'Left'#3
+#182#0#6'Height'#2#25#3'Top'#3#128#0#5'Width'#3#150#0#7'Anchors'#11#6'akLeft'
+#8'akBottom'#0#7'Caption'#6#18'SaveToRecentButton'#7'OnClick'#7#23'SaveToRec'
+'entButtonCLICK'#8'TabOrder'#2#2#0#0#0#7'TBitBtn'#10'OpenButton'#4'Left'#2#8
+#6'Height'#2#25#3'Top'#3#200#0#5'Width'#3#167#0#7'Anchors'#11#6'akLeft'#8'ak'
+'Bottom'#0#7'Caption'#6#10'OpenButton'#9'NumGlyphs'#2#0#7'OnClick'#7#15'Open'
+'ButtonCLICK'#8'TabOrder'#2#1#0#0#7'TBitBtn'#10'SaveButton'#4'Left'#3#214#0#6
+'Height'#2#25#3'Top'#3#200#0#5'Width'#3#167#0#7'Anchors'#11#6'akLeft'#8'akBo'
+'ttom'#0#7'Caption'#6#10'SaveButton'#9'NumGlyphs'#2#0#7'OnClick'#7#15'SaveBu'
+'ttonCLICK'#8'TabOrder'#2#2#0#0#7'TBitBtn'#12'CancelButton'#4'Left'#3#176#1#6
+'Height'#2#25#3'Top'#3#200#0#5'Width'#2'n'#7'Anchors'#11#6'akLeft'#8'akBotto'
+'m'#0#6'Cancel'#9#7'Caption'#6#6'Cancel'#4'Kind'#7#8'bkCancel'#11'ModalResul'
+'t'#2#2#9'NumGlyphs'#2#0#8'TabOrder'#2#3#0#0#0
+'on'#6#6'0.9.27'#0#9'TGroupBox'#18'OpenRecentGroupbox'#22'AnchorSideLeft.Con'
+'trol'#7#5'Owner'#21'AnchorSideTop.Control'#7#5'Owner'#23'AnchorSideRight.Co'
+'ntrol'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBott'
+'om.Control'#7#12'CancelButton'#4'Left'#2#6#6'Height'#3#191#0#3'Top'#2#6#5'W'
+'idth'#3#30#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#20'B'
+'orderSpacing.Around'#2#6#7'Caption'#6#18'OpenRecentGroupbox'#12'ClientHeigh'
+'t'#3#173#0#11'ClientWidth'#3#26#2#8'TabOrder'#2#0#0#8'TListBox'#13'RecentLi'
+'stbox'#4'Left'#2#0#6'Height'#3#135#0#3'Top'#2#0#5'Width'#3#26#2#5'Align'#7#5
+'alTop'#7'Anchors'#11#5'akTop'#6'akLeft'#8'akBottom'#0#16'ClickOnSelChange'#8
+#10'ItemHeight'#2#0#7'OnClick'#7#18'RecentListboxCLICK'#10'OnDblClick'#7#21
+'RecentListboxDBLCLICK'#8'TabOrder'#2#0#0#0#7'TButton'#16'OpenRecentButton'#4
+'Left'#2#9#6'Height'#2#25#3'Top'#3#143#0#5'Width'#3#150#0#7'Anchors'#11#6'ak'
+'Left'#8'akBottom'#0#7'Caption'#6#16'OpenRecentButton'#7'OnClick'#7#21'OpenR'
+'ecentButtonCLICK'#8'TabOrder'#2#1#0#0#7'TButton'#18'SaveToRecentButton'#4'L'
+'eft'#3#182#0#6'Height'#2#25#3'Top'#3#143#0#5'Width'#3#150#0#7'Anchors'#11#6
+'akLeft'#8'akBottom'#0#7'Caption'#6#18'SaveToRecentButton'#7'OnClick'#7#23'S'
+'aveToRecentButtonCLICK'#8'TabOrder'#2#2#0#0#0#7'TBitBtn'#10'OpenButton'#21
+'AnchorSideTop.Control'#7#12'CancelButton'#23'AnchorSideRight.Control'#7#10
+'SaveButton'#24'AnchorSideBottom.Control'#7#5'Owner'#21'AnchorSideBottom.Sid'
+'e'#7#9'asrBottom'#4'Left'#3'%'#1#6'Height'#2#26#3'Top'#3#203#0#5'Width'#2'T'
+#7'Anchors'#11#5'akTop'#7'akRight'#8'akBottom'#0#8'AutoSize'#9#18'BorderSpac'
+'ing.Left'#2#6#19'BorderSpacing.Right'#2#6#20'BorderSpacing.Bottom'#2#6#7'Ca'
+'ption'#6#10'OpenButton'#20'Constraints.MinWidth'#2'K'#9'NumGlyphs'#2#0#7'On'
+'Click'#7#15'OpenButtonCLICK'#8'TabOrder'#2#1#0#0#7'TBitBtn'#10'SaveButton'
+#21'AnchorSideTop.Control'#7#12'CancelButton'#23'AnchorSideRight.Control'#7
+#12'CancelButton'#24'AnchorSideBottom.Control'#7#5'Owner'#21'AnchorSideBotto'
+'m.Side'#7#9'asrBottom'#4'Left'#3''#1#6'Height'#2#26#3'Top'#3#203#0#5'Width'
+#2'R'#7'Anchors'#11#5'akTop'#7'akRight'#8'akBottom'#0#8'AutoSize'#9#18'Borde'
+'rSpacing.Left'#2#6#19'BorderSpacing.Right'#2#6#20'BorderSpacing.Bottom'#2#6
+#7'Caption'#6#10'SaveButton'#20'Constraints.MinWidth'#2'K'#9'NumGlyphs'#2#0#7
+'OnClick'#7#15'SaveButtonCLICK'#8'TabOrder'#2#2#0#0#7'TBitBtn'#12'CancelButt'
+'on'#23'AnchorSideRight.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asr'
+'Bottom'#24'AnchorSideBottom.Control'#7#5'Owner'#21'AnchorSideBottom.Side'#7
+#9'asrBottom'#4'Left'#3#215#1#6'Height'#2#26#3'Top'#3#203#0#5'Width'#2'M'#7
+'Anchors'#11#7'akRight'#8'akBottom'#0#8'AutoSize'#9#20'BorderSpacing.Around'
+#2#6#6'Cancel'#9#7'Caption'#6#6'Cancel'#20'Constraints.MinWidth'#2'K'#4'Kind'
+#7#8'bkCancel'#11'ModalResult'#2#2#9'NumGlyphs'#2#0#8'TabOrder'#2#3#0#0#0
]);