home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2000 July & August / EPA005.iso / Freeware / Genesis II terrain builder / _SETUP.1 / Genesis2.exe / 0 / RCDATA / TMAPPARAMETERSDIALOG / TMAPPARAMETERSDIALOG.txt
Encoding:
Text File  |  1999-10-16  |  7.1 KB  |  343 lines

  1. object MapParametersDialog: TMapParametersDialog
  2.   Left = 300
  3.   Top = 173
  4.   AutoSize = True
  5.   BorderStyle = bsDialog
  6.   Caption = 'Map Parameters'
  7.   ClientHeight = 242
  8.   ClientWidth = 425
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Button1: TButton
  21.     Left = 93
  22.     Top = 217
  23.     Width = 75
  24.     Height = 25
  25.     Caption = 'OK'
  26.     Default = True
  27.     ModalResult = 1
  28.     TabOrder = 0
  29.   end
  30.   object Button2: TButton
  31.     Left = 173
  32.     Top = 217
  33.     Width = 75
  34.     Height = 25
  35.     Cancel = True
  36.     Caption = 'Cancel'
  37.     ModalResult = 2
  38.     TabOrder = 1
  39.   end
  40.   object Button3: TButton
  41.     Left = 253
  42.     Top = 217
  43.     Width = 75
  44.     Height = 25
  45.     Caption = '&Help'
  46.     TabOrder = 2
  47.     OnClick = Button3Click
  48.   end
  49.   object GroupBox1: TGroupBox
  50.     Left = 0
  51.     Top = 0
  52.     Width = 241
  53.     Height = 209
  54.     Caption = 'Map Size Definition'
  55.     TabOrder = 3
  56.     object SpacingLabel: TLabel
  57.       Left = 8
  58.       Top = 16
  59.       Width = 88
  60.       Height = 26
  61.       Caption = 'Grid point spacing (metres): '
  62.       WordWrap = True
  63.     end
  64.     object Label2: TLabel
  65.       Left = 8
  66.       Top = 80
  67.       Width = 88
  68.       Height = 13
  69.       Caption = 'Grid points (x axis):'
  70.     end
  71.     object Label3: TLabel
  72.       Left = 8
  73.       Top = 104
  74.       Width = 88
  75.       Height = 13
  76.       Caption = 'Grid points (y axis):'
  77.     end
  78.     object MapSizeLabel: TLabel
  79.       Left = 112
  80.       Top = 128
  81.       Width = 122
  82.       Height = 13
  83.       Caption = 'MapSize: 999km x 999km'
  84.     end
  85.     object Label8: TLabel
  86.       Left = 176
  87.       Top = 24
  88.       Width = 11
  89.       Height = 13
  90.       Caption = 'y: '
  91.     end
  92.     object Label9: TLabel
  93.       Left = 112
  94.       Top = 24
  95.       Width = 11
  96.       Height = 13
  97.       Caption = 'x: '
  98.     end
  99.     object XSpacingMaskEdit: TFloatEdit
  100.       Left = 128
  101.       Top = 16
  102.       Width = 41
  103.       Height = 21
  104.       TabOrder = 0
  105.       Text = '1.0'
  106.       OnChange = CalculateMapSize
  107.       Digits = 1
  108.       Value = 1.000000000000000000
  109.       Min = 0.100000000000000000
  110.       Max = 9999.900000000000000000
  111.       ErrorMessage = '[No Text]'
  112.     end
  113.     object XMaskEdit: TFloatEdit
  114.       Left = 184
  115.       Top = 72
  116.       Width = 49
  117.       Height = 21
  118.       TabOrder = 1
  119.       Text = '21'
  120.       OnChange = CalculateMapSize
  121.       Digits = 0
  122.       Value = 21.000000000000000000
  123.       Min = 21.000000000000000000
  124.       Max = 99999.000000000000000000
  125.       ErrorMessage = '[No Text]'
  126.     end
  127.     object YMaskEdit: TFloatEdit
  128.       Left = 184
  129.       Top = 96
  130.       Width = 49
  131.       Height = 21
  132.       TabOrder = 2
  133.       Text = '21'
  134.       OnChange = CalculateMapSize
  135.       Digits = 0
  136.       Value = 21.000000000000000000
  137.       Min = 21.000000000000000000
  138.       Max = 99999.000000000000000000
  139.       ErrorMessage = '[No Text]'
  140.     end
  141.     object YSpacingMaskEdit: TFloatEdit
  142.       Left = 192
  143.       Top = 16
  144.       Width = 41
  145.       Height = 21
  146.       TabOrder = 3
  147.       Text = '1.0'
  148.       OnChange = CalculateMapSize
  149.       Digits = 1
  150.       Value = 1.000000000000000000
  151.       Min = 0.100000000000000000
  152.       Max = 9999.900000000000000000
  153.       ErrorMessage = '[No Text]'
  154.     end
  155.     object EqualSpacingCheck: TCheckBox
  156.       Left = 8
  157.       Top = 48
  158.       Width = 161
  159.       Height = 17
  160.       Alignment = taLeftJustify
  161.       Caption = 'Equal spacing (recommended)'
  162.       Checked = True
  163.       State = cbChecked
  164.       TabOrder = 4
  165.       OnClick = EqualSpacingCheckClick
  166.     end
  167.   end
  168.   object GroupBox2: TGroupBox
  169.     Left = 8
  170.     Top = 152
  171.     Width = 225
  172.     Height = 49
  173.     Caption = 'Defaults'
  174.     TabOrder = 4
  175.     object DefaultCombo: TComboBox
  176.       Left = 88
  177.       Top = 16
  178.       Width = 129
  179.       Height = 21
  180.       ItemHeight = 13
  181.       Items.Strings = (
  182.         'Vistapro DEM'
  183.         'UK OS Panorama NTF'
  184.         'USGS 1 degree DEM')
  185.       TabOrder = 0
  186.       Text = 'Vistapro DEM'
  187.     end
  188.     object SetDefaultButton: TButton
  189.       Left = 8
  190.       Top = 16
  191.       Width = 75
  192.       Height = 25
  193.       Caption = 'Set Default'
  194.       TabOrder = 1
  195.       OnClick = SetDefaultButtonClick
  196.     end
  197.   end
  198.   object GroupBox3: TGroupBox
  199.     Left = 248
  200.     Top = 0
  201.     Width = 177
  202.     Height = 153
  203.     Caption = 'Georeferencing'
  204.     TabOrder = 5
  205.     object Label1: TLabel
  206.       Left = 8
  207.       Top = 48
  208.       Width = 19
  209.       Height = 13
  210.       Caption = 'Top'
  211.     end
  212.     object Label4: TLabel
  213.       Left = 8
  214.       Top = 128
  215.       Width = 25
  216.       Height = 13
  217.       Caption = 'Right'
  218.     end
  219.     object Label5: TLabel
  220.       Left = 8
  221.       Top = 72
  222.       Width = 18
  223.       Height = 13
  224.       Caption = 'Left'
  225.     end
  226.     object Label6: TLabel
  227.       Left = 8
  228.       Top = 104
  229.       Width = 33
  230.       Height = 13
  231.       Caption = 'Bottom'
  232.     end
  233.     object Label7: TLabel
  234.       Left = 8
  235.       Top = 24
  236.       Width = 3
  237.       Height = 13
  238.     end
  239.     object LeftGeoEdit: TFloatEdit
  240.       Left = 56
  241.       Top = 64
  242.       Width = 113
  243.       Height = 21
  244.       Enabled = False
  245.       TabOrder = 0
  246.       Text = '0.0000000'
  247.       Digits = 7
  248.       Min = -99999999.900000000000000000
  249.       Max = 99999999.900000000000000000
  250.       ErrorMessage = '[No Text]'
  251.     end
  252.     object TopGeoEdit: TFloatEdit
  253.       Left = 56
  254.       Top = 40
  255.       Width = 113
  256.       Height = 21
  257.       Enabled = False
  258.       TabOrder = 1
  259.       Text = '0.0000000'
  260.       Digits = 7
  261.       Min = -99999999.900000000000000000
  262.       Max = 99999999.900000000000000000
  263.       ErrorMessage = '[No Text]'
  264.     end
  265.     object BottomGeoEdit: TFloatEdit
  266.       Left = 56
  267.       Top = 96
  268.       Width = 113
  269.       Height = 21
  270.       Enabled = False
  271.       TabOrder = 2
  272.       Text = '0.0000000'
  273.       Digits = 7
  274.       Min = -99999999.900000000000000000
  275.       Max = 99999999.900000000000000000
  276.       ErrorMessage = '[No Text]'
  277.     end
  278.     object RightGeoEdit: TFloatEdit
  279.       Left = 56
  280.       Top = 120
  281.       Width = 113
  282.       Height = 21
  283.       Enabled = False
  284.       TabOrder = 3
  285.       Text = '0.0000000'
  286.       Digits = 7
  287.       Min = -99999999.900000000000000000
  288.       Max = 99999999.900000000000000000
  289.       ErrorMessage = '[No Text]'
  290.     end
  291.     object OverrideGeoCheck: TCheckBox
  292.       Left = 8
  293.       Top = 16
  294.       Width = 161
  295.       Height = 17
  296.       Alignment = taLeftJustify
  297.       Caption = 'Override defaults'
  298.       TabOrder = 4
  299.       OnClick = OverrideGeoCheckClick
  300.     end
  301.   end
  302.   object GroupBox4: TGroupBox
  303.     Left = 248
  304.     Top = 152
  305.     Width = 177
  306.     Height = 57
  307.     Caption = 'Default Height'
  308.     TabOrder = 6
  309.     object NullRadio: TRadioButton
  310.       Left = 8
  311.       Top = 16
  312.       Width = 65
  313.       Height = 17
  314.       Caption = 'Null'
  315.       Checked = True
  316.       TabOrder = 0
  317.       TabStop = True
  318.       OnClick = NullRadioClick
  319.     end
  320.     object HeightRadio: TRadioButton
  321.       Left = 8
  322.       Top = 32
  323.       Width = 97
  324.       Height = 17
  325.       Caption = 'Set all at height'
  326.       TabOrder = 1
  327.       OnClick = HeightRadioClick
  328.     end
  329.     object DefaultHeightFloatEdit: TFloatEdit
  330.       Left = 112
  331.       Top = 28
  332.       Width = 57
  333.       Height = 21
  334.       Enabled = False
  335.       TabOrder = 2
  336.       Text = '0.0'
  337.       Digits = 1
  338.       Max = 9999.900000000000000000
  339.       ErrorMessage = '[No Text]'
  340.     end
  341.   end
  342. end
  343.