/components/datadict/frmapplydatadict.lfm
http://github.com/graemeg/lazarus · Unknown · 34 lines · 34 code · 0 blank · 0 comment · 0 complexity · b4fa473ed66e0452d6ef3d9506c2f445 MD5 · raw file
- object ApplyDataDictionaryForm: TApplyDataDictionaryForm
- Left = 549
- Height = 265
- Top = 208
- Width = 373
- HorzScrollBar.Page = 372
- VertScrollBar.Page = 264
- Caption = 'Applying data dictionary'
- ClientHeight = 265
- ClientWidth = 373
- object BOK: TButton
- Left = 288
- Height = 25
- Top = 236
- Width = 75
- Anchors = [akRight, akBottom]
- BorderSpacing.InnerBorder = 4
- Caption = '&Close'
- Default = True
- OnClick = BOKClick
- TabOrder = 0
- end
- object MLog: TMemo
- Left = 8
- Height = 224
- Top = 8
- Width = 353
- Anchors = [akTop, akLeft, akRight, akBottom]
- Lines.Strings = (
- ''
- )
- TabOrder = 1
- end
- end