FastReport_2022_VCL/LibD28/frxMapLayerForm.lfm
2024-01-01 16:13:08 +01:00

123 lines
2.7 KiB
Plaintext

object frxMapLayerForm: TfrxMapLayerForm
Tag = 6367
Left = 588
Height = 228
Top = 24
Width = 541
BorderStyle = bsDialog
Caption = 'Add Layer'
ClientHeight = 228
ClientWidth = 541
Color = clBtnFace
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
OnCloseQuery = FormCloseQuery
Position = poScreenCenter
LCLVersion = '2.0.2.0'
object lblSelect: TLabel
Tag = 6365
Left = 12
Height = 13
Top = 16
Width = 68
Caption = 'Select source:'
ParentColor = False
end
object btnOk: TButton
Tag = 1
Left = 277
Height = 25
Top = 194
Width = 75
Anchors = [akRight, akBottom]
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 0
end
object btnCancel: TButton
Tag = 2
Left = 359
Height = 25
Top = 194
Width = 75
Anchors = [akRight, akBottom]
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 1
end
object rbMapFile: TRadioButton
Tag = 6363
Left = 12
Height = 19
Top = 52
Width = 166
Caption = 'Map file (*.shp, *.osm, *.gpx)'
Checked = True
TabOrder = 2
TabStop = True
end
object edMapFile: TfrxComboEdit
Left = 32
Height = 21
Top = 76
Width = 397
AutoSize = False
Glyph.Data = {
D6000000424DD60000000000000076000000280000000C0000000C0000000100
0400000000006000000000000000000000001000000010000000000000000000
80000080000000808000800000008000800080800000C0C0C000808080000000
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00707777777777
0000770777777777000077087007007700007780778007770000778087700077
0000777087007807000077780777777700007700000777770000777708777777
0000777700780777000077777000777700007777777777770000
}
MaxLength = 0
OnButtonClick = edMapFileButtonClick
TabOrder = 3
end
object cbEmbed: TCheckBox
Tag = 6364
Left = 32
Height = 19
Top = 104
Width = 151
Caption = 'Embed the file in the report'
TabOrder = 4
end
object rbAppData: TRadioButton
Tag = 6366
Left = 12
Height = 19
Top = 136
Width = 272
Caption = 'Empty layer with geodata provided by an application'
TabOrder = 5
end
object rbInteractive: TRadioButton
Tag = 6368
Left = 12
Height = 19
Top = 158
Width = 131
Caption = 'Empty interactive layer'
TabOrder = 6
end
object rbGeodata: TRadioButton
Tag = 6369
Left = 12
Top = 180
Width = 413
Height = 22
Caption = 'Layer with geodata provided by an database'
TabOrder = 7
end
object OpenDialog: TOpenDialog
Filter = 'All supported maps|*.shp; *.osm; *.gpx|SHP file|*.shp|OSM file|*.osm|GPX file|*.gpx'
left = 344
top = 16
end
end