mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-16 02:43:19 +02:00
96 lines
1.9 KiB
Plaintext
96 lines
1.9 KiB
Plaintext
object ConfigureProjectDDForm: TConfigureProjectDDForm
|
|
Left = 450
|
|
Height = 179
|
|
Top = 368
|
|
Width = 463
|
|
HorzScrollBar.Page = 462
|
|
VertScrollBar.Page = 178
|
|
ActiveControl = CBUseDataDict
|
|
BorderIcons = [biSystemMenu]
|
|
BorderStyle = bsDialog
|
|
Caption = 'Set project Data Dictionary'
|
|
ClientHeight = 179
|
|
ClientWidth = 463
|
|
OnCreate = FormCreate
|
|
object FEDD: TFileNameEdit
|
|
Left = 40
|
|
Height = 23
|
|
Top = 120
|
|
Width = 392
|
|
Filter = 'Data dictionary|*.fdd|Any file|*.*'
|
|
ButtonWidth = 23
|
|
NumGlyphs = 1
|
|
Enabled = False
|
|
ParentColor = False
|
|
TabOrder = 0
|
|
end
|
|
object CBUseDataDict: TCheckBox
|
|
Left = 16
|
|
Height = 26
|
|
Top = 8
|
|
Width = 248
|
|
AutoSize = False
|
|
Caption = '&Use Data dictionary for this project'
|
|
TabOrder = 1
|
|
end
|
|
object BOK: TButton
|
|
Left = 376
|
|
Height = 25
|
|
Top = 152
|
|
Width = 75
|
|
BorderSpacing.InnerBorder = 4
|
|
Caption = '&OK'
|
|
Default = True
|
|
ModalResult = 1
|
|
OnClick = BOKClick
|
|
TabOrder = 2
|
|
end
|
|
object BCancel: TButton
|
|
Left = 288
|
|
Height = 25
|
|
Top = 152
|
|
Width = 75
|
|
BorderSpacing.InnerBorder = 4
|
|
Cancel = True
|
|
Caption = '&Cancel'
|
|
ModalResult = 2
|
|
TabOrder = 3
|
|
end
|
|
object RBUseKnownDD: TRadioButton
|
|
Left = 17
|
|
Height = 20
|
|
Top = 40
|
|
Width = 149
|
|
Caption = 'Known data dictionary'
|
|
Checked = True
|
|
OnClick = RBUseFileClick
|
|
State = cbChecked
|
|
TabOrder = 4
|
|
end
|
|
object RBUseFile: TRadioButton
|
|
Left = 16
|
|
Height = 22
|
|
Top = 96
|
|
Width = 132
|
|
Caption = 'Data dictionary &file:'
|
|
OnClick = RBUseFileClick
|
|
TabOrder = 5
|
|
end
|
|
object CBDD: TComboBox
|
|
Left = 40
|
|
Height = 25
|
|
Top = 61
|
|
Width = 184
|
|
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
|
MaxLength = 0
|
|
OnChange = CBDDChange
|
|
Style = csDropDownList
|
|
TabOrder = 6
|
|
end
|
|
object OpenDialog1: TOpenDialog
|
|
Title = 'Open existing file'
|
|
left = 350
|
|
top = 64
|
|
end
|
|
end
|