mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-04 23:58:14 +02:00
89 lines
1.9 KiB
Plaintext
89 lines
1.9 KiB
Plaintext
object ImExportCompOptsDlg: TImExportCompOptsDlg
|
|
Left = 316
|
|
Height = 235
|
|
Top = 212
|
|
Width = 554
|
|
Caption = 'ImExportCompOptsDlg'
|
|
ClientHeight = 235
|
|
ClientWidth = 554
|
|
OnClose = ImExportCompOptsDlgCLOSE
|
|
OnCreate = ImExportCompOptsDlgCREATE
|
|
ParentFont = False
|
|
LCLVersion = '0.9.25'
|
|
object OpenRecentGroupbox: TGroupBox
|
|
Left = 8
|
|
Height = 176
|
|
Top = 8
|
|
Width = 536
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
Caption = 'OpenRecentGroupbox'
|
|
ClientHeight = 158
|
|
ClientWidth = 532
|
|
ParentCtl3D = False
|
|
TabOrder = 0
|
|
object RecentListbox: TListBox
|
|
Height = 120
|
|
Width = 532
|
|
Align = alTop
|
|
Anchors = [akTop, akLeft, akBottom]
|
|
ClickOnSelChange = False
|
|
OnClick = RecentListboxCLICK
|
|
OnDblClick = RecentListboxDBLCLICK
|
|
TabOrder = 0
|
|
end
|
|
object OpenRecentButton: TButton
|
|
Left = 9
|
|
Height = 25
|
|
Top = 128
|
|
Width = 150
|
|
Anchors = [akLeft, akBottom]
|
|
Caption = 'OpenRecentButton'
|
|
OnClick = OpenRecentButtonCLICK
|
|
TabOrder = 1
|
|
end
|
|
object SaveToRecentButton: TButton
|
|
Left = 182
|
|
Height = 25
|
|
Top = 128
|
|
Width = 150
|
|
Anchors = [akLeft, akBottom]
|
|
Caption = 'SaveToRecentButton'
|
|
OnClick = SaveToRecentButtonCLICK
|
|
TabOrder = 2
|
|
end
|
|
end
|
|
object OpenButton: TBitBtn
|
|
Left = 8
|
|
Height = 25
|
|
Top = 200
|
|
Width = 167
|
|
Anchors = [akLeft, akBottom]
|
|
Caption = 'OpenButton'
|
|
NumGlyphs = 0
|
|
OnClick = OpenButtonCLICK
|
|
TabOrder = 1
|
|
end
|
|
object SaveButton: TBitBtn
|
|
Left = 214
|
|
Height = 25
|
|
Top = 200
|
|
Width = 167
|
|
Anchors = [akLeft, akBottom]
|
|
Caption = 'SaveButton'
|
|
NumGlyphs = 0
|
|
OnClick = SaveButtonCLICK
|
|
TabOrder = 2
|
|
end
|
|
object CancelButton: TBitBtn
|
|
Left = 432
|
|
Height = 25
|
|
Top = 200
|
|
Width = 110
|
|
Anchors = [akLeft, akBottom]
|
|
Caption = 'CancelButton'
|
|
ModalResult = 2
|
|
NumGlyphs = 0
|
|
TabOrder = 3
|
|
end
|
|
end
|