/components/datadict/frmconfdatadict.lfm
http://github.com/graemeg/lazarus · Unknown · 60 lines · 60 code · 0 blank · 0 comment · 0 complexity · e654873035c2968579eb60fdd3d0f5fe MD5 · raw file
- 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.27'
- object Label1: TLabel
- Left = 8
- Height = 18
- Top = 8
- Width = 184
- Caption = 'Database desktop application:'
- ParentColor = False
- end
- object Label2: TLabel
- Left = 8
- Height = 18
- Top = 64
- Width = 199
- Caption = 'Default datadictionary directory:'
- ParentColor = False
- end
- object FEDD: TFileNameEdit
- Left = 32
- Height = 27
- Top = 32
- Width = 392
- DialogOptions = []
- Filter = 'Applications|*.exe|Any file|*.*'
- FilterIndex = 0
- HideDirectories = False
- ButtonWidth = 23
- NumGlyphs = 1
- TabOrder = 0
- end
- object DEDD: TDirectoryEdit
- Left = 32
- Height = 27
- Top = 80
- Width = 392
- ShowHidden = False
- ButtonWidth = 23
- NumGlyphs = 1
- TabOrder = 1
- end
- object ButtonPanel1: TButtonPanel
- Left = 6
- Height = 35
- Top = 111
- Width = 451
- TabOrder = 2
- ShowButtons = [pbOK, pbCancel]
- end
- end