123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760 |
- object MainForm: TMainForm
- Left = 252
- Top = 328
- Caption = 'Terrain Pack v1.1'
- ClientHeight = 412
- ClientWidth = 581
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Menu = MainMenu
- OldCreateOrder = False
- ShowHint = True
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- object StringGrid: TStringGrid
- Left = 0
- Top = 135
- Width = 581
- Height = 257
- Align = alClient
- BorderStyle = bsNone
- DefaultColWidth = 110
- DefaultRowHeight = 19
- FixedCols = 0
- RowCount = 2
- Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goColSizing, goEditing, goThumbTracking]
- PopupMenu = PopupMenu
- TabOrder = 0
- OnSelectCell = StringGridSelectCell
- end
- object Panel1: TPanel
- Left = 0
- Top = 26
- Width = 581
- Height = 109
- Align = alTop
- BevelInner = bvRaised
- BevelOuter = bvLowered
- TabOrder = 1
- DesignSize = (
- 581
- 109)
- object Label1: TLabel
- Left = 8
- Top = 83
- Width = 48
- Height = 13
- Caption = 'DEM path'
- end
- object Label2: TLabel
- Left = 8
- Top = 11
- Width = 54
- Height = 13
- Caption = 'HTF output'
- end
- object Label3: TLabel
- Left = 8
- Top = 35
- Width = 51
- Height = 13
- Caption = 'World Size'
- end
- object Label4: TLabel
- Left = 120
- Top = 35
- Width = 17
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = 'x'
- end
- object Label5: TLabel
- Left = 320
- Top = 35
- Width = 66
- Height = 13
- Caption = 'Default height'
- end
- object Label6: TLabel
- Left = 208
- Top = 35
- Width = 40
- Height = 13
- Caption = 'Tile Size'
- end
- object Label7: TLabel
- Left = 192
- Top = 59
- Width = 55
- Height = 13
- Caption = 'Tile overlap'
- end
- object Label8: TLabel
- Left = 320
- Top = 59
- Width = 72
- Height = 13
- Caption = 'Filter to default:'
- end
- object Label9: TLabel
- Left = 472
- Top = 35
- Width = 37
- Height = 13
- Caption = 'Z Scale'
- end
- object EDHTFName: TEdit
- Left = 72
- Top = 8
- Width = 473
- Height = 21
- Anchors = [akLeft, akTop, akRight]
- TabOrder = 0
- end
- object EDDEMPath: TEdit
- Left = 72
- Top = 80
- Width = 473
- Height = 21
- Anchors = [akLeft, akTop, akRight]
- TabOrder = 1
- OnChange = EDDEMPathChange
- end
- object BUDEMPath: TButton
- Left = 547
- Top = 80
- Width = 24
- Height = 21
- Anchors = [akTop, akRight]
- Caption = '...'
- TabOrder = 2
- OnClick = BUDEMPathClick
- end
- object BUPickHTF: TButton
- Left = 547
- Top = 8
- Width = 24
- Height = 21
- Anchors = [akTop, akRight]
- Caption = '...'
- TabOrder = 3
- OnClick = BUPickHTFClick
- end
- object EDSizeX: TEdit
- Left = 72
- Top = 32
- Width = 49
- Height = 21
- TabOrder = 4
- end
- object EDSizeY: TEdit
- Left = 136
- Top = 32
- Width = 49
- Height = 21
- TabOrder = 5
- end
- object EDDefaultZ: TEdit
- Left = 400
- Top = 32
- Width = 49
- Height = 21
- TabOrder = 6
- Text = '0'
- OnChange = EDDefaultZChange
- end
- object EDTileSize: TEdit
- Left = 256
- Top = 32
- Width = 49
- Height = 21
- TabOrder = 7
- Text = '256'
- end
- object EDTileOverlap: TEdit
- Left = 256
- Top = 56
- Width = 49
- Height = 21
- Hint =
- 'Tile overlap in samples'#13#10'When overlap is 1, righternmost and bot' +
- 'tommost undefined samples '#13#10'will be filled completed with last r' +
- 'ow value in place of default value'
- TabOrder = 8
- Text = '0'
- end
- object EDZFilter: TEdit
- Left = 400
- Top = 56
- Width = 50
- Height = 21
- Hint =
- 'All samples with this altitude will be replaced by default heigh' +
- 't'
- TabOrder = 9
- OnChange = EDZFilterChange
- end
- object EDZScale: TEdit
- Left = 515
- Top = 32
- Width = 57
- Height = 21
- Hint =
- 'Scaling is applied after filtering, and applied to default heigh' +
- 't too'
- TabOrder = 10
- Text = '1.0'
- OnChange = EDZScaleChange
- end
- object CBWholeOnly: TCheckBox
- Left = 472
- Top = 59
- Width = 97
- Height = 17
- Caption = 'Whole tiles only'
- TabOrder = 11
- end
- end
- object ToolBar: TToolBar
- Left = 0
- Top = 0
- Width = 581
- Height = 26
- AutoSize = True
- BorderWidth = 1
- Caption = 'ToolBar'
- Images = ImageList
- TabOrder = 2
- object ToolButton1: TToolButton
- Left = 0
- Top = 0
- Action = ACOpen
- end
- object ToolButton2: TToolButton
- Left = 23
- Top = 0
- Action = ACSave
- end
- object ToolButton3: TToolButton
- Left = 46
- Top = 0
- Width = 8
- Caption = 'ToolButton3'
- ImageIndex = 2
- Style = tbsSeparator
- end
- object ToolButton4: TToolButton
- Left = 54
- Top = 0
- Action = ACNewDEM
- end
- object ToolButton5: TToolButton
- Left = 77
- Top = 0
- Action = ACRemoveDEM
- end
- object ToolButton6: TToolButton
- Left = 100
- Top = 0
- Width = 8
- Caption = 'ToolButton6'
- ImageIndex = 6
- Style = tbsSeparator
- end
- object ToolButton7: TToolButton
- Left = 108
- Top = 0
- Action = ACProcess
- end
- object ToolButton8: TToolButton
- Left = 131
- Top = 0
- Width = 8
- Caption = 'ToolButton8'
- ImageIndex = 4
- Style = tbsSeparator
- end
- object ToolButton9: TToolButton
- Left = 139
- Top = 0
- Action = ACViewer
- end
- end
- object CBType: TComboBox
- Left = 328
- Top = 184
- Width = 113
- Height = 21
- Hint = 'Select input file format.'
- Style = csDropDownList
- TabOrder = 3
- Visible = False
- OnChange = CBTypeChange
- Items.Strings = (
- '16 bits (Intel)'
- '16 bits unsigned (Intel)'
- '16 bits (non-Intel)'
- 'VTP'#39's BT (single)'
- 'BMP (Windows)'
- '32 bits FP ([0; 1], Intel)'
- 'DTED')
- end
- object CBFile: TComboBox
- Left = 8
- Top = 184
- Width = 113
- Height = 21
- Hint = 'Filename to be inported.'
- DropDownCount = 24
- TabOrder = 4
- Visible = False
- OnChange = CBTypeChange
- end
- object PanelFoot: TPanel
- Left = 0
- Top = 392
- Width = 581
- Height = 20
- Align = alBottom
- BevelOuter = bvNone
- BorderWidth = 3
- TabOrder = 5
- object ProgressBar: TProgressBar
- Left = 3
- Top = 3
- Width = 575
- Height = 14
- Align = alClient
- Smooth = True
- Step = 1
- TabOrder = 0
- end
- end
- object CBFlipRotate: TComboBox
- Left = 448
- Top = 184
- Width = 113
- Height = 21
- Hint =
- 'Rotate and/or flip the input data. (Use Rotate 270 for DTED data' +
- '.)'
- Style = csDropDownList
- TabOrder = 6
- Visible = False
- OnChange = CBTypeChange
- Items.Strings = (
- ''
- 'Flip Horizontal'
- 'Rotate 90'
- 'Rotate 180'
- 'Rotate 270'
- 'Flip and Rotate 90'
- 'Flip and Rotate 180'
- 'Flip and Rotate 270')
- end
- object MainMenu: TMainMenu
- Images = ImageList
- Left = 64
- Top = 232
- object File1: TMenuItem
- Caption = 'File'
- object Open1: TMenuItem
- Action = ACOpen
- end
- object Save1: TMenuItem
- Action = ACSave
- end
- object N1: TMenuItem
- Caption = '-'
- end
- object Exit1: TMenuItem
- Action = ACExit
- end
- end
- object DEMs1: TMenuItem
- Caption = 'DEMs'
- object Process1: TMenuItem
- Action = ACProcess
- end
- object N2: TMenuItem
- Caption = '-'
- end
- object AddDEMsource1: TMenuItem
- Action = ACNewDEM
- end
- object RemoveDEMsource1: TMenuItem
- Action = ACRemoveDEM
- end
- object N3: TMenuItem
- Caption = '-'
- end
- object HTFViewer1: TMenuItem
- Action = ACViewer
- end
- end
- object MIAbout: TMenuItem
- Caption = 'About...'
- OnClick = MIAboutClick
- end
- end
- object ActionList: TActionList
- Images = ImageList
- OnUpdate = ActionListUpdate
- Left = 136
- Top = 232
- object ACOpen: TAction
- Caption = 'Open...'
- ImageIndex = 1
- OnExecute = ACOpenExecute
- end
- object ACSave: TAction
- Caption = 'Save...'
- ImageIndex = 0
- OnExecute = ACSaveExecute
- end
- object ACExit: TAction
- Caption = 'Exit'
- ShortCut = 32856
- OnExecute = ACExitExecute
- end
- object ACNewDEM: TAction
- Caption = 'Add DEM source'
- ImageIndex = 4
- OnExecute = ACNewDEMExecute
- end
- object ACRemoveDEM: TAction
- Caption = 'Remove DEM source'
- ImageIndex = 5
- OnExecute = ACRemoveDEMExecute
- end
- object ACProcess: TAction
- Caption = 'Process'
- ImageIndex = 3
- OnExecute = ACProcessExecute
- end
- object ACViewer: TAction
- Caption = 'HTFViewer'
- ImageIndex = 2
- OnExecute = ACViewerExecute
- end
- end
- object ImageList: TImageList
- Left = 64
- Top = 288
- Bitmap = {
- 494C0101060009000C0010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
- 0000000000003600000028000000400000002000000001002000000000000020
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000008000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000800000008000000000000000
- 0000000000000000000000000000000080000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000800000008000000080000000
- 0000000000000000000000008000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000008000000080000000
- 0000000000000000800000008000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 8000000080008000800000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000800080000000
- 8000000080000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000000000FFFFFF00000000000000
- 0000FFFFFF000000000000000000FFFFFF000000000000000000FFFFFF000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000080008000
- 8000000080000000800000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000008000000080000000
- 0000000000000000800000008000800080000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000080000000800000008000
- 0000800000008000000080000000800000008000000080000000800000008000
- 0000800000000000000000000000000000000000000080000000800000008000
- 0000800000008000000080000000800080000000800080000000800000008000
- 0000800000000000000080008000000080000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000080000000FFFFFF00FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
- FF00800000000000000000000000000000000000000080000000FFFFFF00FFFF
- FF00FFFFFF00FFFFFF00FFFFFF000000800080008000FFFFFF00FFFFFF00FFFF
- FF00800000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000080000000FFFFFF000000
- 000000000000FFFFFF000000000000000000FFFFFF000000000000000000FFFF
- FF00800000000000000000000000000000000000000080000000FFFFFF000000
- 000000000000FFFFFF000000000000000000FFFFFF000000000000000000FFFF
- FF00800000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000080000000FFFFFF00FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
- FF00800000000000000000000000000000000000000080000000FFFFFF00FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
- FF00800000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000080000000800000008000
- 0000800000008000000080000000800000008000000080000000800000008000
- 0000800000000000000000000000000000000000000080000000800000008000
- 0000800000008000000080000000800000008000000080000000800000008000
- 0000800000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000080000000000000008000
- 0000800000000000000080000000800000000000000080000000800000000000
- 0000800000000000000000000000000000000000000080000000000000008000
- 0000800000000000000080000000800000000000000080000000800000000000
- 0000800000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000080000000800000008000
- 0000800000008000000080000000800000008000000080000000800000008000
- 0000800000000000000000000000000000000000000080000000800000008000
- 0000800000008000000080000000800000008000000080000000800000008000
- 0000800000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000080
- 8000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000080
- 80000080800000FFFF0000FFFF0000FFFF0000FFFF0000808000008080000080
- 8000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000FFFFFF0000000000FFFFFF0000000000FFFFFF000000
- 0000FFFFFF000000000000000000000000000000000000000000008080000080
- 8000000000000000000000000000000000000000000000000000000000000000
- 0000000000000080800000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000008080000080800000000000008080000080800000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000008080000080
- 8000000000000000000000000000000000000000000000000000000000000000
- 0000000000000080800000000000000000000000000000000000008080000080
- 8000008080000080800000808000008080000080800000808000008080000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000008080800000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000FFFFFF000000000080808000000000000000000000000000000000000000
- 00008080800000000000FFFFFF00000000000000000000000000008080000080
- 8000000000000000000000000000000000000000000000000000000000000000
- 0000000000000080800000000000000000000000000000FFFF00000000000080
- 8000008080000080800000808000008080000080800000808000008080000080
- 8000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000FFFF0000FFFF000080800000808000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000008080000080
- 8000000000000000000000000000000000000000000000000000000000000000
- 00000000000000808000000000000000000000000000FFFFFF0000FFFF000000
- 0000008080000080800000808000008080000080800000808000008080000080
- 8000008080000000000000000000000000000000000000000000000000000000
- 000000FFFF0000FFFF0000000000000000000000000000000000008080000080
- 8000000000000000000000000000000000000000000000000000000000008000
- 00000000000000000000FFFFFF0000000000FFFFFF0000000000FFFFFF000000
- 0000FFFFFF000000000000000000000000000000000000000000008080000080
- 8000008080000080800000808000008080000080800000808000008080000080
- 8000008080000080800000000000000000000000000000FFFF00FFFFFF0000FF
- FF00000000000080800000808000008080000080800000808000008080000080
- 8000008080000080800000000000000000000000000000000000000000008080
- 800080000000FF000000FF0000000080000000800000FF000000000000000080
- 8000008080000000000000000000000000000000000000000000FF000000FF00
- 0000FF0000000000000000000000000000000000000080000000000000000000
- 0000000000000000000000000000000000000000000000000000008080000080
- 8000000000000000000000000000000000000000000000000000000000000000
- 00000080800000808000000000000000000000000000FFFFFF0000FFFF00FFFF
- FF0000FFFF000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000008000
- 0000FF000000FF000000FF0000000080000000800000FF000000FF0000000000
- 0000008080000000000080808000000000008080800080000000FF000000FF00
- 0000FF00000000800000008000000080000000800000FF000000800000008080
- 8000000000000000000000000000000000000000000000000000008080000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000080800000000000000000000000000000FFFF00FFFFFF0000FF
- FF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00000000000000
- 000000000000000000000000000000000000000000000000000080000000FF00
- 0000FF000000FF00000000800000008000000080000000800000FF000000FF00
- 00000000000000808000000000000000000080808000FF000000FF000000FF00
- 0000FF0000000080000000800000008000000080000080800000FF0000000000
- 0000000000000000000000000000000000000000000000000000008080000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000808000000000000000000000000000FFFFFF0000FFFF00FFFF
- FF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF00000000000000
- 000000000000000000000000000000000000000000000000000080000000FF00
- 0000FF0000000080000000800000008000000080000000800000FF0000000080
- 00000000000000808000000000000000000080808000FF000000FF0000000080
- 00000080000000800000008000000080000000800000FF000000FF0000000000
- 0000000000000000000000000000000000000000000000000000008080000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000080800000000000000000000000000000FFFF00FFFFFF0000FF
- FF00000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000000080000000FF00
- 00000000000000800000008000000080000000800000FF000000008000000080
- 00000000000000808000000000000000000080808000FF000000008000000080
- 0000008000000080000000800000800000008080000080000000008000000000
- 0000000000000000000000000000000000000000000000000000008080000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000080800000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000000080808000FF00
- 0000008000000000000000800000FF0000000080000000800000008000000080
- 00000000000000FFFF00000000000000000080808000FF000000000000000080
- 000000800000800000000080000000800000FF00000000800000008000000000
- 0000000000000000000000000000000000000000000000000000008080000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000000080808000FFFF
- 0000FF00000000800000FF000000FF000000FF000000FF000000008000000080
- 00000000000000FFFF0000000000000000008080800080808000FF000000FFFF
- FF0000000000FF000000FF000000FF000000FF00000000800000008000008080
- 8000000000000000000000000000000000000000000000000000008080000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000008080
- 8000FFFF00000000000000800000000000000080000000800000008000000000
- 000000FFFF000000000080808000000000000000000080808000FFFFFF000000
- 0000FFFFFF000080000000800000008000000080000000800000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000080808000FFFF000000000000008000000000000000800000000000000000
- 0000FFFFFF000000000000000000000000000000000000000000808080008080
- 8000808000000000000000800000008000000080000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000008080800080808000808080008080800080808000000000008080
- 8000000000000000000000000000000000000000000000000000000000008080
- 8000808080008080800080808000808080008080800000000000000000000000
- 000000000000000000000000000000000000424D3E000000000000003E000000
- 2800000040000000200000000100010000000000000100000000000000000000
- 000000000000000000000000FFFFFF00FFFFFFFF00000000FFFBFFBF00000000
- FFFBFF3E00000000FFE0FF1D00000000FFFBFF9900000000000B000300000000
- 000F7FC700000000000F494300000000000F7F98000000000007000400000000
- 8007800700000000800780070000000080078007000000008007800700000000
- A497A497000000008007800700000000FFFFFFFFE007F843C001FFFFE007F515
- 8031001FF00FE8028031000FF83FE0E080310007F00FE80280010003E007C515
- 80010001E003800380010000E001000F8FF1001FC001000F8FF1001FC001000F
- 8FF1001FC801000F8FF18FF1C401200F8FF1FFF9C001080F8FF5FF75E501901F
- 8001FF8FF283C43FFFFFFFFFF827E07F00000000000000000000000000000000
- 000000000000}
- end
- object SDHTF: TSaveDialog
- DefaultExt = 'htf'
- Filter = 'HTF Files (*.htf)|*.htf|All files (*.*)|*.*'
- Options = [ofHideReadOnly, ofPathMustExist, ofEnableSizing]
- Title = 'HTF output'
- Left = 344
- Top = 232
- end
- object PopupMenu: TPopupMenu
- Images = ImageList
- Left = 232
- Top = 232
- object AddDEMsource2: TMenuItem
- Action = ACNewDEM
- end
- object RemoveDEMsource2: TMenuItem
- Action = ACRemoveDEM
- end
- end
- object ODTerrainPack: TOpenDialog
- DefaultExt = 'tpcfg'
- Filter = 'TerrainPack Configuration (*.tpcfg)|*.tpcfg|All files (*.*)|*.*'
- Options = [ofHideReadOnly, ofFileMustExist, ofEnableSizing]
- Left = 232
- Top = 288
- end
- object SDTerrainPack: TSaveDialog
- DefaultExt = 'tpcfg'
- Filter = 'TerrainPack Configuration (*.tpcfg)|*.tpcfg|All files (*.*)|*.*'
- Options = [ofHideReadOnly, ofPathMustExist, ofNoReadOnlyReturn, ofEnableSizing]
- Left = 344
- Top = 288
- end
- object ODPath: TOpenDialog
- Left = 288
- Top = 232
- end
- end
|