2014-06-30 21:41:54 +00:00
|
|
|
object MapForm: TMapForm
|
|
|
|
Left = 0
|
|
|
|
Top = 0
|
|
|
|
ActiveControl = vstMap
|
|
|
|
BorderIcons = [biSystemMenu]
|
|
|
|
BorderStyle = bsDialog
|
|
|
|
Caption = 'Map'
|
|
|
|
ClientHeight = 540
|
|
|
|
ClientWidth = 577
|
|
|
|
Color = clBtnFace
|
|
|
|
Font.Charset = DEFAULT_CHARSET
|
|
|
|
Font.Color = clWindowText
|
|
|
|
Font.Height = -11
|
|
|
|
Font.Name = 'Tahoma'
|
|
|
|
Font.Style = []
|
|
|
|
OldCreateOrder = False
|
|
|
|
Position = poOwnerFormCenter
|
|
|
|
OnCreate = FormCreate
|
|
|
|
PixelsPerInch = 96
|
|
|
|
TextHeight = 13
|
|
|
|
object pnlButtons: TPanel
|
|
|
|
AlignWithMargins = True
|
|
|
|
Left = 8
|
|
|
|
Top = 507
|
|
|
|
Width = 561
|
|
|
|
Height = 25
|
|
|
|
Margins.Left = 8
|
|
|
|
Margins.Top = 0
|
|
|
|
Margins.Right = 8
|
|
|
|
Margins.Bottom = 8
|
|
|
|
Align = alBottom
|
|
|
|
AutoSize = True
|
|
|
|
BevelOuter = bvNone
|
|
|
|
TabOrder = 3
|
|
|
|
object btnCancel: TButton
|
|
|
|
Left = 486
|
|
|
|
Top = 0
|
|
|
|
Width = 75
|
|
|
|
Height = 25
|
|
|
|
Align = alRight
|
|
|
|
Cancel = True
|
|
|
|
Caption = 'Cancel'
|
|
|
|
ModalResult = 2
|
|
|
|
TabOrder = 1
|
|
|
|
end
|
|
|
|
object btnOK: TButton
|
|
|
|
AlignWithMargins = True
|
|
|
|
Left = 403
|
|
|
|
Top = 0
|
|
|
|
Width = 75
|
|
|
|
Height = 25
|
|
|
|
Margins.Left = 0
|
|
|
|
Margins.Top = 0
|
|
|
|
Margins.Right = 8
|
|
|
|
Margins.Bottom = 0
|
|
|
|
Align = alRight
|
|
|
|
Caption = 'OK'
|
|
|
|
Default = True
|
|
|
|
TabOrder = 0
|
|
|
|
OnClick = btnOKClick
|
|
|
|
end
|
|
|
|
end
|
|
|
|
object vstMap: TVirtualStringTree
|
|
|
|
AlignWithMargins = True
|
2014-07-01 21:18:07 +00:00
|
|
|
Left = 154
|
2014-06-30 21:41:54 +00:00
|
|
|
Top = 37
|
2014-07-01 21:18:07 +00:00
|
|
|
Width = 415
|
2014-06-30 21:41:54 +00:00
|
|
|
Height = 433
|
|
|
|
Margins.Left = 8
|
|
|
|
Margins.Top = 8
|
|
|
|
Margins.Right = 8
|
|
|
|
Margins.Bottom = 8
|
|
|
|
Align = alClient
|
|
|
|
Header.AutoSizeIndex = 0
|
|
|
|
Header.Font.Charset = DEFAULT_CHARSET
|
|
|
|
Header.Font.Color = clWindowText
|
|
|
|
Header.Font.Height = -11
|
|
|
|
Header.Font.Name = 'Tahoma'
|
|
|
|
Header.Font.Style = []
|
|
|
|
Header.MainColumn = -1
|
|
|
|
TabOrder = 1
|
|
|
|
TreeOptions.PaintOptions = [toHideFocusRect, toShowDropmark, toShowTreeLines, toThemeAware, toUseBlendedImages]
|
|
|
|
TreeOptions.SelectionOptions = [toFullRowSelect]
|
|
|
|
OnCollapsing = vstMapCollapsing
|
|
|
|
OnCompareNodes = vstMapCompareNodes
|
|
|
|
OnFocusChanged = vstMapFocusChanged
|
|
|
|
OnFocusChanging = vstMapFocusChanging
|
|
|
|
OnGetText = vstMapGetText
|
|
|
|
OnPaintText = vstMapPaintText
|
|
|
|
Columns = <>
|
|
|
|
end
|
|
|
|
object pnlMapName: TPanel
|
|
|
|
AlignWithMargins = True
|
|
|
|
Left = 8
|
|
|
|
Top = 478
|
|
|
|
Width = 561
|
|
|
|
Height = 21
|
|
|
|
Margins.Left = 8
|
|
|
|
Margins.Top = 0
|
|
|
|
Margins.Right = 8
|
|
|
|
Margins.Bottom = 8
|
|
|
|
Align = alBottom
|
|
|
|
AutoSize = True
|
|
|
|
BevelOuter = bvNone
|
|
|
|
TabOrder = 2
|
|
|
|
DesignSize = (
|
|
|
|
561
|
|
|
|
21)
|
|
|
|
object lblMapName: TLabel
|
2014-07-01 21:18:07 +00:00
|
|
|
Left = 146
|
2014-06-30 21:41:54 +00:00
|
|
|
Top = 3
|
|
|
|
Width = 53
|
|
|
|
Height = 13
|
|
|
|
Caption = 'Map name:'
|
|
|
|
end
|
|
|
|
object edtMapName: TEdit
|
2014-07-01 21:18:07 +00:00
|
|
|
Left = 216
|
2014-06-30 21:41:54 +00:00
|
|
|
Top = 0
|
2014-07-01 21:18:07 +00:00
|
|
|
Width = 341
|
2014-06-30 21:41:54 +00:00
|
|
|
Height = 21
|
|
|
|
Anchors = [akLeft, akTop, akRight]
|
|
|
|
TabOrder = 0
|
|
|
|
OnChange = edtMapNameChange
|
|
|
|
end
|
|
|
|
end
|
|
|
|
object pnlFilter: TPanel
|
|
|
|
AlignWithMargins = True
|
|
|
|
Left = 8
|
|
|
|
Top = 8
|
|
|
|
Width = 561
|
|
|
|
Height = 21
|
|
|
|
Margins.Left = 8
|
|
|
|
Margins.Top = 8
|
|
|
|
Margins.Right = 8
|
|
|
|
Margins.Bottom = 0
|
|
|
|
Align = alTop
|
|
|
|
AutoSize = True
|
|
|
|
BevelOuter = bvNone
|
|
|
|
TabOrder = 0
|
|
|
|
DesignSize = (
|
|
|
|
561
|
|
|
|
21)
|
|
|
|
object lblFilter: TLabel
|
2014-07-01 21:18:07 +00:00
|
|
|
Left = 146
|
2014-06-30 21:41:54 +00:00
|
|
|
Top = 3
|
|
|
|
Width = 28
|
|
|
|
Height = 13
|
|
|
|
Caption = 'Filter:'
|
|
|
|
end
|
|
|
|
object edtFilter: TEdit
|
2014-07-01 21:18:07 +00:00
|
|
|
Left = 216
|
2014-06-30 21:41:54 +00:00
|
|
|
Top = 0
|
2014-07-01 21:18:07 +00:00
|
|
|
Width = 345
|
2014-06-30 21:41:54 +00:00
|
|
|
Height = 21
|
|
|
|
Anchors = [akLeft, akTop, akRight]
|
|
|
|
TabOrder = 0
|
|
|
|
OnChange = edtFilterChange
|
|
|
|
end
|
|
|
|
end
|
2014-07-01 21:18:07 +00:00
|
|
|
object pnlMapPreview: TPanel
|
|
|
|
AlignWithMargins = True
|
|
|
|
Left = 8
|
|
|
|
Top = 29
|
|
|
|
Width = 130
|
|
|
|
Height = 449
|
|
|
|
Margins.Left = 8
|
|
|
|
Margins.Top = 0
|
|
|
|
Margins.Right = 8
|
|
|
|
Margins.Bottom = 0
|
|
|
|
Align = alLeft
|
|
|
|
BevelOuter = bvNone
|
|
|
|
TabOrder = 4
|
|
|
|
inline frmMapPreview: TMapPreviewFrame
|
|
|
|
AlignWithMargins = True
|
|
|
|
Left = 0
|
|
|
|
Top = 8
|
|
|
|
Width = 130
|
|
|
|
Height = 130
|
|
|
|
Margins.Left = 0
|
|
|
|
Margins.Top = 8
|
|
|
|
Margins.Right = 0
|
|
|
|
Margins.Bottom = 0
|
|
|
|
Align = alTop
|
|
|
|
TabOrder = 0
|
2014-07-02 14:54:01 +00:00
|
|
|
ExplicitTop = 8
|
2014-07-01 21:18:07 +00:00
|
|
|
end
|
|
|
|
end
|
2014-06-30 21:41:54 +00:00
|
|
|
end
|