mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-15 07:02:37 +02:00
61 lines
1.2 KiB
Plaintext
61 lines
1.2 KiB
Plaintext
object ConfigIDEDataDictForm: TConfigIDEDataDictForm
|
|
Left = 450
|
|
Height = 152
|
|
Top = 368
|
|
Width = 463
|
|
BorderIcons = [biSystemMenu]
|
|
BorderStyle = bsDialog
|
|
Caption = 'Configure Data Dictionary'
|
|
ClientHeight = 152
|
|
ClientWidth = 463
|
|
OnCreate = FormCreate
|
|
LCLVersion = '0.9.25'
|
|
object Label1: TLabel
|
|
Left = 8
|
|
Height = 13
|
|
Top = 8
|
|
Width = 169
|
|
Caption = 'Database desktop application:'
|
|
ParentColor = False
|
|
end
|
|
object Label2: TLabel
|
|
Left = 8
|
|
Height = 13
|
|
Top = 64
|
|
Width = 179
|
|
Caption = 'Default datadictionary directory:'
|
|
ParentColor = False
|
|
end
|
|
object FEDD: TFileNameEdit
|
|
Left = 32
|
|
Height = 23
|
|
Top = 32
|
|
Width = 392
|
|
Filter = 'Applications|*.exe|Any file|*.*'
|
|
ButtonWidth = 23
|
|
NumGlyphs = 1
|
|
ParentColor = False
|
|
TabOrder = 0
|
|
end
|
|
object DEDD: TDirectoryEdit
|
|
Left = 32
|
|
Height = 23
|
|
Top = 80
|
|
Width = 392
|
|
ButtonWidth = 23
|
|
NumGlyphs = 1
|
|
ParentColor = False
|
|
TabOrder = 1
|
|
end
|
|
object ButtonPanel1: TButtonPanel
|
|
Left = 6
|
|
Height = 42
|
|
Top = 110
|
|
Width = 451
|
|
Align = alBottom
|
|
AutoSize = True
|
|
TabOrder = 2
|
|
ShowButtons = [pbOK, pbCancel]
|
|
end
|
|
end
|