mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-31 03:12:32 +02:00
801 lines
18 KiB
Plaintext
801 lines
18 KiB
Plaintext
object CodeToolsDefinesDialog: TCodeToolsDefinesDialog
|
|
Left = 351
|
|
Height = 512
|
|
Top = 175
|
|
Width = 540
|
|
HelpContext = 0
|
|
ActiveControl = DirectoryCombobox
|
|
Align = alNone
|
|
AllowDropFiles = False
|
|
AutoScroll = True
|
|
AutoSize = False
|
|
BorderIcons = [biSystemMenu, biMinimize, biMaximize]
|
|
BorderStyle = bsSizeable
|
|
Caption = 'CodeToolsDefinesDialog'
|
|
ChildSizing.LeftRightSpacing = 0
|
|
ChildSizing.TopBottomSpacing = 0
|
|
ChildSizing.HorizontalSpacing = 0
|
|
ChildSizing.VerticalSpacing = 0
|
|
ChildSizing.ControlsPerLine = 0
|
|
ClientHeight = 512
|
|
ClientWidth = 540
|
|
DockSite = False
|
|
DragKind = dkDrag
|
|
DragMode = dmManual
|
|
Enabled = True
|
|
Font.Height = 0
|
|
Font.Style = []
|
|
FormStyle = fsNormal
|
|
OnClose = CodeToolsDefinesDialogCLOSE
|
|
OnCreate = CodeToolsDefinesDialogCREATE
|
|
OnDestroy = FormDestroy
|
|
ParentBiDiMode = True
|
|
ParentFont = False
|
|
Position = poDesigned
|
|
ShowInTaskBar = stDefault
|
|
UseDockManager = False
|
|
LCLVersion = '0.9.27'
|
|
WindowState = wsNormal
|
|
object DirectoryGroupbox: TGroupBox
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = Owner
|
|
AnchorSideRight.Control = Owner
|
|
Left = 6
|
|
Height = 60
|
|
Top = 6
|
|
Width = 528
|
|
HelpContext = 0
|
|
Align = alTop
|
|
AutoSize = True
|
|
BorderSpacing.Left = 0
|
|
BorderSpacing.Top = 0
|
|
BorderSpacing.Right = 0
|
|
BorderSpacing.Bottom = 0
|
|
BorderSpacing.Around = 6
|
|
BorderSpacing.CellAlignHorizontal = ccaFill
|
|
BorderSpacing.CellAlignVertical = ccaFill
|
|
Caption = 'DirectoryGroupbox'
|
|
ChildSizing.LeftRightSpacing = 0
|
|
ChildSizing.TopBottomSpacing = 0
|
|
ChildSizing.HorizontalSpacing = 0
|
|
ChildSizing.VerticalSpacing = 0
|
|
ChildSizing.ControlsPerLine = 0
|
|
ClientHeight = 41
|
|
ClientWidth = 524
|
|
Ctl3D = False
|
|
DockSite = False
|
|
DragCursor = crDrag
|
|
DragKind = dkDrag
|
|
DragMode = dmManual
|
|
Enabled = True
|
|
ParentBidiMode = True
|
|
ParentColor = True
|
|
ParentCtl3D = False
|
|
ParentFont = True
|
|
ParentShowHint = True
|
|
TabOrder = 0
|
|
TabStop = False
|
|
Visible = True
|
|
object DirectoryCombobox: TComboBox
|
|
AnchorSideLeft.Control = DirectoryGroupbox
|
|
AnchorSideTop.Control = DirectoryGroupbox
|
|
AnchorSideRight.Control = DirectoryBrowseButton
|
|
Left = 6
|
|
Height = 29
|
|
Top = 6
|
|
Width = 483
|
|
HelpContext = 0
|
|
TabStop = True
|
|
Align = alNone
|
|
Anchors = [akTop, akLeft, akRight]
|
|
ArrowKeysTraverseList = True
|
|
AutoComplete = False
|
|
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
|
AutoDropDown = False
|
|
AutoSelect = False
|
|
AutoSize = True
|
|
BorderSpacing.Left = 0
|
|
BorderSpacing.Top = 0
|
|
BorderSpacing.Right = 0
|
|
BorderSpacing.Bottom = 0
|
|
BorderSpacing.Around = 6
|
|
BorderSpacing.CellAlignHorizontal = ccaFill
|
|
BorderSpacing.CellAlignVertical = ccaFill
|
|
CharCase = ecNormal
|
|
Ctl3D = False
|
|
DragCursor = crDrag
|
|
DragMode = dmManual
|
|
DropDownCount = 8
|
|
Enabled = True
|
|
ItemHeight = 0
|
|
ItemIndex = -1
|
|
ItemWidth = 0
|
|
MaxLength = 0
|
|
OnChange = DirectoryComboboxCHANGE
|
|
ParentBidiMode = True
|
|
ParentColor = False
|
|
ParentCtl3D = False
|
|
ParentFont = True
|
|
ParentShowHint = True
|
|
Sorted = False
|
|
Style = csDropDown
|
|
TabOrder = 0
|
|
Text = 'DirectoryCombobox'
|
|
Visible = True
|
|
end
|
|
object DirectoryBrowseButton: TButton
|
|
AnchorSideTop.Control = DirectoryCombobox
|
|
AnchorSideRight.Control = DirectoryGroupbox
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = DirectoryCombobox
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 495
|
|
Height = 29
|
|
Top = 6
|
|
Width = 24
|
|
HelpContext = 0
|
|
Align = alNone
|
|
Anchors = [akTop, akRight, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Left = 0
|
|
BorderSpacing.Top = 0
|
|
BorderSpacing.Right = 5
|
|
BorderSpacing.Bottom = 0
|
|
BorderSpacing.Around = 0
|
|
BorderSpacing.CellAlignHorizontal = ccaFill
|
|
BorderSpacing.CellAlignVertical = ccaFill
|
|
Cancel = False
|
|
Caption = '...'
|
|
Default = False
|
|
DragCursor = crDrag
|
|
DragMode = dmManual
|
|
Enabled = True
|
|
ParentBidiMode = True
|
|
ModalResult = 0
|
|
OnClick = DirectoryBrowseButtonCLICK
|
|
ParentFont = True
|
|
ParentShowHint = True
|
|
TabOrder = 1
|
|
TabStop = True
|
|
Visible = True
|
|
end
|
|
end
|
|
object ValuesListview: TListView
|
|
Left = 6
|
|
Height = 249
|
|
Top = 72
|
|
Width = 296
|
|
HelpContext = 0
|
|
Align = alLeft
|
|
BorderSpacing.Left = 0
|
|
BorderSpacing.Top = 0
|
|
BorderSpacing.Right = 0
|
|
BorderSpacing.Bottom = 0
|
|
BorderSpacing.Around = 6
|
|
BorderSpacing.CellAlignHorizontal = ccaFill
|
|
BorderSpacing.CellAlignVertical = ccaFill
|
|
BorderWidth = 0
|
|
Checkboxes = False
|
|
Columns = <>
|
|
ColumnClick = True
|
|
DragCursor = crDrag
|
|
DragMode = dmManual
|
|
Enabled = True
|
|
HideSelection = True
|
|
MultiSelect = False
|
|
ParentShowHint = True
|
|
ReadOnly = False
|
|
RowSelect = False
|
|
ScrollBars = ssBoth
|
|
ShowColumnHeaders = True
|
|
SortColumn = 0
|
|
SortType = stNone
|
|
TabStop = True
|
|
TabOrder = 1
|
|
ToolTips = True
|
|
Visible = True
|
|
ViewStyle = vsReport
|
|
OnSelectItem = ValuesListviewSELECTITEM
|
|
end
|
|
object ValueGroupbox: TGroupBox
|
|
Left = 6
|
|
Height = 123
|
|
Top = 338
|
|
Width = 528
|
|
HelpContext = 0
|
|
Align = alBottom
|
|
Anchors = [akLeft, akBottom]
|
|
AutoSize = False
|
|
BorderSpacing.Left = 0
|
|
BorderSpacing.Top = 0
|
|
BorderSpacing.Right = 0
|
|
BorderSpacing.Bottom = 0
|
|
BorderSpacing.Around = 6
|
|
BorderSpacing.CellAlignHorizontal = ccaFill
|
|
BorderSpacing.CellAlignVertical = ccaFill
|
|
Caption = 'Value'
|
|
ChildSizing.LeftRightSpacing = 0
|
|
ChildSizing.TopBottomSpacing = 0
|
|
ChildSizing.HorizontalSpacing = 0
|
|
ChildSizing.VerticalSpacing = 0
|
|
ChildSizing.ControlsPerLine = 0
|
|
ClientHeight = 104
|
|
ClientWidth = 524
|
|
Ctl3D = False
|
|
DockSite = False
|
|
DragCursor = crDrag
|
|
DragKind = dkDrag
|
|
DragMode = dmManual
|
|
Enabled = True
|
|
ParentBidiMode = True
|
|
ParentColor = True
|
|
ParentCtl3D = False
|
|
ParentFont = True
|
|
ParentShowHint = True
|
|
TabOrder = 2
|
|
TabStop = False
|
|
Visible = True
|
|
object ValueSynedit: TSynEdit
|
|
Tag = 0
|
|
Left = 6
|
|
Height = 92
|
|
Top = 6
|
|
Width = 512
|
|
HelpContext = 0
|
|
Align = alClient
|
|
BlockIndent = 2
|
|
BorderSpacing.Left = 0
|
|
BorderSpacing.Top = 0
|
|
BorderSpacing.Right = 0
|
|
BorderSpacing.Bottom = 0
|
|
BorderSpacing.Around = 6
|
|
BorderSpacing.CellAlignHorizontal = ccaFill
|
|
BorderSpacing.CellAlignVertical = ccaFill
|
|
Color = clWhite
|
|
CFDividerDrawLevel = 0
|
|
Ctl3D = False
|
|
Enabled = True
|
|
Font.Height = -15
|
|
Font.Name = 'courier'
|
|
Font.Pitch = fpFixed
|
|
Font.Quality = fqNonAntialiased
|
|
Font.Style = []
|
|
ParentColor = False
|
|
ParentCtl3D = False
|
|
ParentFont = False
|
|
ParentShowHint = True
|
|
TabOrder = 0
|
|
Visible = True
|
|
BookMarkOptions.Xoffset = -18
|
|
BorderStyle = bsSingle
|
|
ExtraCharSpacing = 0
|
|
ExtraLineSpacing = 0
|
|
Gutter.Visible = False
|
|
HideSelection = False
|
|
InsertCaret = ctVerticalLine
|
|
InsertMode = True
|
|
Keystrokes = <
|
|
item
|
|
Command = 3
|
|
ShortCut = 38
|
|
end
|
|
item
|
|
Command = 103
|
|
ShortCut = 8230
|
|
end
|
|
item
|
|
Command = 211
|
|
ShortCut = 16422
|
|
end
|
|
item
|
|
Command = 4
|
|
ShortCut = 40
|
|
end
|
|
item
|
|
Command = 104
|
|
ShortCut = 8232
|
|
end
|
|
item
|
|
Command = 212
|
|
ShortCut = 16424
|
|
end
|
|
item
|
|
Command = 1
|
|
ShortCut = 37
|
|
end
|
|
item
|
|
Command = 101
|
|
ShortCut = 8229
|
|
end
|
|
item
|
|
Command = 5
|
|
ShortCut = 16421
|
|
end
|
|
item
|
|
Command = 105
|
|
ShortCut = 24613
|
|
end
|
|
item
|
|
Command = 2
|
|
ShortCut = 39
|
|
end
|
|
item
|
|
Command = 102
|
|
ShortCut = 8231
|
|
end
|
|
item
|
|
Command = 6
|
|
ShortCut = 16423
|
|
end
|
|
item
|
|
Command = 106
|
|
ShortCut = 24615
|
|
end
|
|
item
|
|
Command = 10
|
|
ShortCut = 34
|
|
end
|
|
item
|
|
Command = 110
|
|
ShortCut = 8226
|
|
end
|
|
item
|
|
Command = 14
|
|
ShortCut = 16418
|
|
end
|
|
item
|
|
Command = 114
|
|
ShortCut = 24610
|
|
end
|
|
item
|
|
Command = 9
|
|
ShortCut = 33
|
|
end
|
|
item
|
|
Command = 109
|
|
ShortCut = 8225
|
|
end
|
|
item
|
|
Command = 13
|
|
ShortCut = 16417
|
|
end
|
|
item
|
|
Command = 113
|
|
ShortCut = 24609
|
|
end
|
|
item
|
|
Command = 7
|
|
ShortCut = 36
|
|
end
|
|
item
|
|
Command = 107
|
|
ShortCut = 8228
|
|
end
|
|
item
|
|
Command = 15
|
|
ShortCut = 16420
|
|
end
|
|
item
|
|
Command = 115
|
|
ShortCut = 24612
|
|
end
|
|
item
|
|
Command = 8
|
|
ShortCut = 35
|
|
end
|
|
item
|
|
Command = 108
|
|
ShortCut = 8227
|
|
end
|
|
item
|
|
Command = 16
|
|
ShortCut = 16419
|
|
end
|
|
item
|
|
Command = 116
|
|
ShortCut = 24611
|
|
end
|
|
item
|
|
Command = 223
|
|
ShortCut = 45
|
|
end
|
|
item
|
|
Command = 201
|
|
ShortCut = 16429
|
|
end
|
|
item
|
|
Command = 604
|
|
ShortCut = 8237
|
|
end
|
|
item
|
|
Command = 502
|
|
ShortCut = 46
|
|
end
|
|
item
|
|
Command = 603
|
|
ShortCut = 8238
|
|
end
|
|
item
|
|
Command = 501
|
|
ShortCut = 8
|
|
end
|
|
item
|
|
Command = 501
|
|
ShortCut = 8200
|
|
end
|
|
item
|
|
Command = 504
|
|
ShortCut = 16392
|
|
end
|
|
item
|
|
Command = 601
|
|
ShortCut = 32776
|
|
end
|
|
item
|
|
Command = 602
|
|
ShortCut = 40968
|
|
end
|
|
item
|
|
Command = 509
|
|
ShortCut = 13
|
|
end
|
|
item
|
|
Command = 199
|
|
ShortCut = 16449
|
|
end
|
|
item
|
|
Command = 201
|
|
ShortCut = 16451
|
|
end
|
|
item
|
|
Command = 610
|
|
ShortCut = 24649
|
|
end
|
|
item
|
|
Command = 509
|
|
ShortCut = 16461
|
|
end
|
|
item
|
|
Command = 510
|
|
ShortCut = 16462
|
|
end
|
|
item
|
|
Command = 503
|
|
ShortCut = 16468
|
|
end
|
|
item
|
|
Command = 611
|
|
ShortCut = 24661
|
|
end
|
|
item
|
|
Command = 604
|
|
ShortCut = 16470
|
|
end
|
|
item
|
|
Command = 603
|
|
ShortCut = 16472
|
|
end
|
|
item
|
|
Command = 507
|
|
ShortCut = 16473
|
|
end
|
|
item
|
|
Command = 506
|
|
ShortCut = 24665
|
|
end
|
|
item
|
|
Command = 601
|
|
ShortCut = 16474
|
|
end
|
|
item
|
|
Command = 602
|
|
ShortCut = 24666
|
|
end
|
|
item
|
|
Command = 301
|
|
ShortCut = 16432
|
|
end
|
|
item
|
|
Command = 302
|
|
ShortCut = 16433
|
|
end
|
|
item
|
|
Command = 303
|
|
ShortCut = 16434
|
|
end
|
|
item
|
|
Command = 304
|
|
ShortCut = 16435
|
|
end
|
|
item
|
|
Command = 305
|
|
ShortCut = 16436
|
|
end
|
|
item
|
|
Command = 306
|
|
ShortCut = 16437
|
|
end
|
|
item
|
|
Command = 307
|
|
ShortCut = 16438
|
|
end
|
|
item
|
|
Command = 308
|
|
ShortCut = 16439
|
|
end
|
|
item
|
|
Command = 309
|
|
ShortCut = 16440
|
|
end
|
|
item
|
|
Command = 310
|
|
ShortCut = 16441
|
|
end
|
|
item
|
|
Command = 351
|
|
ShortCut = 24624
|
|
end
|
|
item
|
|
Command = 352
|
|
ShortCut = 24625
|
|
end
|
|
item
|
|
Command = 353
|
|
ShortCut = 24626
|
|
end
|
|
item
|
|
Command = 354
|
|
ShortCut = 24627
|
|
end
|
|
item
|
|
Command = 355
|
|
ShortCut = 24628
|
|
end
|
|
item
|
|
Command = 356
|
|
ShortCut = 24629
|
|
end
|
|
item
|
|
Command = 357
|
|
ShortCut = 24630
|
|
end
|
|
item
|
|
Command = 358
|
|
ShortCut = 24631
|
|
end
|
|
item
|
|
Command = 359
|
|
ShortCut = 24632
|
|
end
|
|
item
|
|
Command = 360
|
|
ShortCut = 24633
|
|
end
|
|
item
|
|
Command = 231
|
|
ShortCut = 24654
|
|
end
|
|
item
|
|
Command = 232
|
|
ShortCut = 24643
|
|
end
|
|
item
|
|
Command = 233
|
|
ShortCut = 24652
|
|
end
|
|
item
|
|
Command = 612
|
|
ShortCut = 9
|
|
end
|
|
item
|
|
Command = 613
|
|
ShortCut = 8201
|
|
end
|
|
item
|
|
Command = 250
|
|
ShortCut = 24642
|
|
end>
|
|
Lines.Strings = (
|
|
'ValueSynedit'
|
|
)
|
|
MaxLeftChar = 1024
|
|
MaxUndo = 1024
|
|
Options = [eoAutoIndent, eoDragDropEditing, eoScrollPastEol, eoShowScrollHint, eoSmartTabs, eoTabsToSpaces, eoTrimTrailingSpaces, eoBracketHighlight, eoShowCtrlMouseLinks]
|
|
Options2 = []
|
|
OverwriteCaret = ctBlock
|
|
ReadOnly = True
|
|
RightEdge = 80
|
|
RightEdgeColor = clSilver
|
|
ScrollBars = ssBoth
|
|
SelectionMode = smNormal
|
|
TabWidth = 8
|
|
WantTabs = False
|
|
end
|
|
end
|
|
object MainSplitter: TSplitter
|
|
Cursor = crHSplit
|
|
Left = 308
|
|
Height = 255
|
|
Top = 72
|
|
Width = 4
|
|
HelpContext = 0
|
|
Align = alLeft
|
|
AutoSnap = True
|
|
Beveled = False
|
|
MinSize = 30
|
|
ParentColor = True
|
|
ParentShowHint = True
|
|
ResizeAnchor = akLeft
|
|
ResizeStyle = rsUpdate
|
|
Visible = True
|
|
end
|
|
object TemplatesGroupBox: TGroupBox
|
|
Left = 318
|
|
Height = 249
|
|
Top = 72
|
|
Width = 216
|
|
HelpContext = 0
|
|
Align = alClient
|
|
AutoSize = False
|
|
BorderSpacing.Left = 0
|
|
BorderSpacing.Top = 0
|
|
BorderSpacing.Right = 0
|
|
BorderSpacing.Bottom = 0
|
|
BorderSpacing.Around = 6
|
|
BorderSpacing.CellAlignHorizontal = ccaFill
|
|
BorderSpacing.CellAlignVertical = ccaFill
|
|
Caption = 'TemplatesGroupBox'
|
|
ChildSizing.LeftRightSpacing = 0
|
|
ChildSizing.TopBottomSpacing = 0
|
|
ChildSizing.HorizontalSpacing = 0
|
|
ChildSizing.VerticalSpacing = 0
|
|
ChildSizing.ControlsPerLine = 0
|
|
ClientHeight = 230
|
|
ClientWidth = 212
|
|
Ctl3D = False
|
|
DockSite = False
|
|
DragCursor = crDrag
|
|
DragKind = dkDrag
|
|
DragMode = dmManual
|
|
Enabled = True
|
|
ParentBidiMode = True
|
|
ParentColor = True
|
|
ParentCtl3D = True
|
|
ParentFont = True
|
|
ParentShowHint = True
|
|
TabOrder = 3
|
|
TabStop = False
|
|
Visible = True
|
|
object ParsedTemplatesTreeView: TTreeView
|
|
Tag = 0
|
|
Left = 6
|
|
Height = 122
|
|
Top = 6
|
|
Width = 200
|
|
HelpContext = 0
|
|
Align = alTop
|
|
AutoExpand = False
|
|
BorderSpacing.Left = 0
|
|
BorderSpacing.Top = 0
|
|
BorderSpacing.Right = 0
|
|
BorderSpacing.Bottom = 0
|
|
BorderSpacing.Around = 6
|
|
BorderSpacing.CellAlignHorizontal = ccaFill
|
|
BorderSpacing.CellAlignVertical = ccaFill
|
|
BackgroundColor = clWindow
|
|
BorderStyle = bsSingle
|
|
BorderWidth = 0
|
|
Ctl3D = False
|
|
DefaultItemHeight = 19
|
|
DragKind = dkDrag
|
|
DragCursor = crDrag
|
|
DragMode = dmManual
|
|
Enabled = True
|
|
ExpandSignType = tvestPlusMinus
|
|
HideSelection = True
|
|
HotTrack = False
|
|
Indent = 15
|
|
ParentCtl3D = True
|
|
ParentFont = True
|
|
ParentShowHint = True
|
|
ReadOnly = False
|
|
RightClickSelect = False
|
|
RowSelect = False
|
|
ScrollBars = ssBoth
|
|
SelectionColor = clHighlight
|
|
ShowButtons = True
|
|
ShowLines = True
|
|
ShowRoot = True
|
|
SortType = stNone
|
|
TabOrder = 0
|
|
ToolTips = True
|
|
Visible = True
|
|
OnSelectionChanged = ParsedTemplatesTreeViewSelectionChanged
|
|
Options = [tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips]
|
|
TreeLineColor = clWindowFrame
|
|
ExpandSignColor = clWindowFrame
|
|
end
|
|
object TemplatesSplitter: TSplitter
|
|
Cursor = crVSplit
|
|
Left = 0
|
|
Height = 5
|
|
Top = 134
|
|
Width = 212
|
|
HelpContext = 0
|
|
Align = alTop
|
|
AutoSnap = True
|
|
Beveled = False
|
|
MinSize = 30
|
|
ParentColor = True
|
|
ParentShowHint = True
|
|
ResizeAnchor = akTop
|
|
ResizeStyle = rsUpdate
|
|
Visible = True
|
|
end
|
|
object TemplatesMemo: TMemo
|
|
Left = 6
|
|
Height = 79
|
|
Top = 145
|
|
Width = 200
|
|
HelpContext = 0
|
|
Align = alClient
|
|
Alignment = taLeftJustify
|
|
BorderSpacing.Left = 0
|
|
BorderSpacing.Top = 0
|
|
BorderSpacing.Right = 0
|
|
BorderSpacing.Bottom = 0
|
|
BorderSpacing.Around = 6
|
|
BorderSpacing.CellAlignHorizontal = ccaFill
|
|
BorderSpacing.CellAlignVertical = ccaFill
|
|
DragCursor = crDrag
|
|
DragMode = dmManual
|
|
Enabled = True
|
|
Lines.Strings = (
|
|
'Memo1'
|
|
)
|
|
MaxLength = -1
|
|
ParentBidiMode = True
|
|
ParentFont = True
|
|
ReadOnly = False
|
|
ScrollBars = ssNone
|
|
TabOrder = 1
|
|
TabStop = True
|
|
Visible = True
|
|
WantReturns = True
|
|
WantTabs = False
|
|
end
|
|
end
|
|
object ButtonPanel: TButtonPanel
|
|
Left = 6
|
|
Height = 45
|
|
Top = 467
|
|
Width = 528
|
|
HelpContext = 0
|
|
Align = alBottom
|
|
AutoSize = False
|
|
ButtonOrder = boDefault
|
|
TabOrder = 5
|
|
DefaultButton = pbOK
|
|
ShowButtons = [pbOK, pbHelp]
|
|
ShowGlyphs = [pbOK, pbCancel, pbClose, pbHelp]
|
|
Visible = True
|
|
end
|
|
object Splitter1: TSplitter
|
|
Cursor = crVSplit
|
|
Left = 0
|
|
Height = 5
|
|
Top = 327
|
|
Width = 540
|
|
HelpContext = 0
|
|
Align = alBottom
|
|
AutoSnap = True
|
|
Beveled = False
|
|
MinSize = 30
|
|
ParentColor = True
|
|
ParentShowHint = True
|
|
ResizeAnchor = akBottom
|
|
ResizeStyle = rsUpdate
|
|
Visible = True
|
|
end
|
|
end
|