1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82
|
object SourceForm: TSourceForm
Left = 327
Height = 180
Top = 260
Width = 456
HorzScrollBar.Page = 395
VertScrollBar.Page = 84
ActiveControl = FESource
Caption = 'Source file properties'
ClientHeight = 180
ClientWidth = 456
LCLVersion = '0.9.29'
object LFESource: TLabel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
Left = 6
Height = 18
Top = 6
Width = 62
Alignment = taRightJustify
BorderSpacing.Around = 6
Caption = '&Source'
FocusControl = FESource
Layout = tlCenter
ParentColor = False
end
object LEOptions: TLabel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = FESource
AnchorSideTop.Side = asrBottom
Left = 6
Height = 18
Top = 65
Width = 67
Alignment = taRightJustify
BorderSpacing.Around = 6
Caption = 'Op&tions'
FocusControl = EOptions
Layout = tlCenter
ParentColor = False
end
object FESource: TFileNameEdit
AnchorSideLeft.Control = LFESource
AnchorSideTop.Control = LFESource
AnchorSideTop.Side = asrBottom
Left = 6
Height = 29
Top = 30
Width = 417
DialogOptions = []
Filter = 'Pascal files (*.pas,*.pp)|*.pas;*.pp|All files|*.*'
FilterIndex = 0
HideDirectories = False
Hint = 'Pascal sources documented by the XML description files'
ButtonWidth = 23
NumGlyphs = 1
Anchors = [akTop, akLeft, akRight]
MaxLength = 0
TabOrder = 0
end
object EOptions: TEdit
AnchorSideLeft.Control = LEOptions
AnchorSideTop.Control = LEOptions
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 6
Height = 29
Top = 89
Width = 450
Anchors = [akTop, akLeft, akRight]
TabOrder = 1
end
object ButtonPanel1: TButtonPanel
Left = 6
Height = 40
Top = 134
Width = 444
TabOrder = 2
ShowButtons = [pbOK, pbCancel, pbHelp]
end
end
|