home *** CD-ROM | disk | FTP | other *** search
/ Trailer Life - RV Campground Finder 2001 / BIN+CUE.zip / TLUSAMAPS.bin / MAPPRO40.OC_ / MAPPRO40.OC / 0 / RCDATA / TGENDLG / TGENDLG.txt
Text File  |  2000-08-09  |  14KB  |  554 lines

  1. object Gendlg: TGendlg
  2.   Left = 82
  3.   Top = 107
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Map Blocks'
  7.   ClientHeight = 281
  8.   ClientWidth = 360
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OnActivate = FormActivate
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   OnDeactivate = FormDeactivate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Panel1: TPanel
  21.     Left = 0
  22.     Top = 250
  23.     Width = 360
  24.     Height = 31
  25.     Align = alBottom
  26.     BevelOuter = bvNone
  27.     TabOrder = 0
  28.     object Label1: TLabel
  29.       Left = 40
  30.       Top = 6
  31.       Width = 32
  32.       Height = 13
  33.       Caption = 'Label1'
  34.     end
  35.     object Button1: TButton
  36.       Left = 240
  37.       Top = 2
  38.       Width = 61
  39.       Height = 25
  40.       Caption = '&Ok'
  41.       Font.Charset = DEFAULT_CHARSET
  42.       Font.Color = clBlack
  43.       Font.Height = -11
  44.       Font.Name = 'MS Sans Serif'
  45.       Font.Style = []
  46.       ParentFont = False
  47.       TabOrder = 0
  48.       OnClick = Button1Click
  49.     end
  50.   end
  51.   object Panel2: TPanel
  52.     Left = 0
  53.     Top = 0
  54.     Width = 360
  55.     Height = 250
  56.     Align = alClient
  57.     BevelOuter = bvNone
  58.     BorderWidth = 4
  59.     Caption = 'Panel2'
  60.     TabOrder = 1
  61.     object TabControl1: TTabControl
  62.       Left = 4
  63.       Top = 4
  64.       Width = 352
  65.       Height = 242
  66.       Align = alClient
  67.       Font.Charset = DEFAULT_CHARSET
  68.       Font.Color = clBlack
  69.       Font.Height = -11
  70.       Font.Name = 'MS Sans Serif'
  71.       Font.Style = []
  72.       HotTrack = True
  73.       ParentFont = False
  74.       TabIndex = 0
  75.       TabOrder = 0
  76.       Tabs.Strings = (
  77.         'Files'
  78.         'FAT'
  79.         'Views'
  80.         'Palette'
  81.         'Controls')
  82.       OnChange = TabControl1Change
  83.       object Notebook1: TNotebook
  84.         Left = 4
  85.         Top = 24
  86.         Width = 344
  87.         Height = 214
  88.         Align = alClient
  89.         Font.Charset = DEFAULT_CHARSET
  90.         Font.Color = clBlack
  91.         Font.Height = -11
  92.         Font.Name = 'MS Sans Serif'
  93.         Font.Style = []
  94.         PageIndex = 2
  95.         ParentFont = False
  96.         TabOrder = 0
  97.         object TPage
  98.           Left = 0
  99.           Top = 0
  100.           Caption = 'a'
  101.           object Label3: TLabel
  102.             Left = 28
  103.             Top = 8
  104.             Width = 58
  105.             Height = 13
  106.             Caption = 'System Info:'
  107.           end
  108.           object Label6: TLabel
  109.             Left = 112
  110.             Top = 8
  111.             Width = 32
  112.             Height = 13
  113.             Caption = 'Label6'
  114.           end
  115.           object Label2: TLabel
  116.             Left = 260
  117.             Top = 20
  118.             Width = 32
  119.             Height = 13
  120.             Caption = 'Label2'
  121.           end
  122.           object Label5: TLabel
  123.             Left = 260
  124.             Top = 36
  125.             Width = 32
  126.             Height = 13
  127.             Caption = 'Label5'
  128.           end
  129.           object Label4: TLabel
  130.             Left = 260
  131.             Top = 52
  132.             Width = 32
  133.             Height = 13
  134.             Caption = 'Label4'
  135.           end
  136.           object Header1: THeader
  137.             Left = 24
  138.             Top = 24
  139.             Width = 225
  140.             Height = 25
  141.             Font.Charset = DEFAULT_CHARSET
  142.             Font.Color = clBlack
  143.             Font.Height = -11
  144.             Font.Name = 'MS Sans Serif'
  145.             Font.Style = []
  146.             ParentFont = False
  147.             Sections.Sections = (
  148.               #0'19'#0'ID'
  149.               #0'37'#0'Type'
  150.               #0'41'#0'Name'
  151.               #0'21'#0'Pg'
  152.               #0'27'#0'Stat'
  153.               #0'22'#0'Vis')
  154.             TabOrder = 0
  155.             OnSizing = Header1Sizing
  156.           end
  157.           object lb1: TListBox
  158.             Left = 24
  159.             Top = 48
  160.             Width = 225
  161.             Height = 145
  162.             Font.Charset = DEFAULT_CHARSET
  163.             Font.Color = clBlack
  164.             Font.Height = -11
  165.             Font.Name = 'MS Sans Serif'
  166.             Font.Style = []
  167.             ItemHeight = 13
  168.             ParentFont = False
  169.             Style = lbOwnerDrawFixed
  170.             TabOrder = 1
  171.             OnDrawItem = lb1DrawItem
  172.           end
  173.           object Button2: TButton
  174.             Left = 264
  175.             Top = 76
  176.             Width = 57
  177.             Height = 25
  178.             Caption = 'Purge'
  179.             TabOrder = 2
  180.             OnClick = Button2Click
  181.           end
  182.         end
  183.         object TPage
  184.           Left = 0
  185.           Top = 0
  186.           Caption = 'b'
  187.           object LB2: TListBox
  188.             Left = 0
  189.             Top = 25
  190.             Width = 344
  191.             Height = 189
  192.             Align = alClient
  193.             Font.Charset = DEFAULT_CHARSET
  194.             Font.Color = clBlack
  195.             Font.Height = -11
  196.             Font.Name = 'MS Sans Serif'
  197.             Font.Style = []
  198.             ItemHeight = 15
  199.             ParentFont = False
  200.             Style = lbOwnerDrawFixed
  201.             TabOrder = 0
  202.             OnDrawItem = LB2DrawItem
  203.           end
  204.           object Panel5: TPanel
  205.             Left = 0
  206.             Top = 0
  207.             Width = 344
  208.             Height = 25
  209.             Align = alTop
  210.             BevelOuter = bvNone
  211.             Caption = 'Panel5'
  212.             TabOrder = 1
  213.             object Label12: TLabel
  214.               Left = 5
  215.               Top = 5
  216.               Width = 38
  217.               Height = 13
  218.               Caption = 'Label12'
  219.               Font.Charset = DEFAULT_CHARSET
  220.               Font.Color = clBlack
  221.               Font.Height = -11
  222.               Font.Name = 'MS Sans Serif'
  223.               Font.Style = []
  224.               ParentFont = False
  225.             end
  226.             object Button4: TButton
  227.               Left = 236
  228.               Top = 2
  229.               Width = 37
  230.               Height = 21
  231.               Caption = '&Print'
  232.               Font.Charset = DEFAULT_CHARSET
  233.               Font.Color = clBlack
  234.               Font.Height = -11
  235.               Font.Name = 'MS Sans Serif'
  236.               Font.Style = []
  237.               ParentFont = False
  238.               TabOrder = 0
  239.               OnClick = Button4Click
  240.             end
  241.             object Button3: TButton
  242.               Left = 272
  243.               Top = 2
  244.               Width = 65
  245.               Height = 21
  246.               Caption = '&Collapse Fat'
  247.               Font.Charset = DEFAULT_CHARSET
  248.               Font.Color = clBlack
  249.               Font.Height = -11
  250.               Font.Name = 'MS Sans Serif'
  251.               Font.Style = []
  252.               ParentFont = False
  253.               TabOrder = 1
  254.             end
  255.           end
  256.         end
  257.         object TPage
  258.           Left = 0
  259.           Top = 0
  260.           Caption = 'c'
  261.           object Bevel1: TBevel
  262.             Left = 16
  263.             Top = 20
  264.             Width = 133
  265.             Height = 89
  266.             Shape = bsFrame
  267.           end
  268.           object Label10: TLabel
  269.             Left = 28
  270.             Top = 156
  271.             Width = 38
  272.             Height = 13
  273.             Caption = 'Extents:'
  274.           end
  275.           object Label11: TLabel
  276.             Left = 85
  277.             Top = 156
  278.             Width = 38
  279.             Height = 13
  280.             Caption = 'Label11'
  281.           end
  282.           object Label7: TLabel
  283.             Left = 32
  284.             Top = 32
  285.             Width = 32
  286.             Height = 13
  287.             Caption = 'Upper:'
  288.           end
  289.           object Label8: TLabel
  290.             Left = 32
  291.             Top = 52
  292.             Width = 32
  293.             Height = 13
  294.             Caption = 'Lower:'
  295.           end
  296.           object Label9: TLabel
  297.             Left = 36
  298.             Top = 76
  299.             Width = 28
  300.             Height = 13
  301.             Caption = 'Ratio:'
  302.           end
  303.           object Label13: TLabel
  304.             Left = 32
  305.             Top = 116
  306.             Width = 38
  307.             Height = 13
  308.             Caption = 'Label13'
  309.           end
  310.           object Button5: TButton
  311.             Left = 168
  312.             Top = 4
  313.             Width = 65
  314.             Height = 29
  315.             Caption = '&Maximize'
  316.             TabOrder = 0
  317.           end
  318.           object CheckBox1: TCheckBox
  319.             Left = 172
  320.             Top = 76
  321.             Width = 113
  322.             Height = 17
  323.             Caption = '&Shadow Border'
  324.             TabOrder = 1
  325.           end
  326.           object Edit1: TEdit
  327.             Left = 68
  328.             Top = 28
  329.             Width = 73
  330.             Height = 21
  331.             TabOrder = 2
  332.             Text = 'Edit1'
  333.           end
  334.           object Edit2: TEdit
  335.             Left = 68
  336.             Top = 52
  337.             Width = 73
  338.             Height = 21
  339.             TabOrder = 3
  340.             Text = 'Edit2'
  341.           end
  342.           object Edit3: TEdit
  343.             Left = 68
  344.             Top = 76
  345.             Width = 73
  346.             Height = 21
  347.             TabOrder = 4
  348.             Text = 'Edit3'
  349.           end
  350.           object GroupBox1: TGroupBox
  351.             Left = 172
  352.             Top = 96
  353.             Width = 89
  354.             Height = 105
  355.             Caption = ' Shading '
  356.             TabOrder = 5
  357.             object CheckBox2: TCheckBox
  358.               Left = 16
  359.               Top = 16
  360.               Width = 69
  361.               Height = 17
  362.               Caption = 'States'
  363.               TabOrder = 0
  364.               OnClick = CheckBox2Click
  365.             end
  366.             object CheckBox3: TCheckBox
  367.               Left = 16
  368.               Top = 36
  369.               Width = 61
  370.               Height = 17
  371.               Caption = 'County'
  372.               TabOrder = 1
  373.               OnClick = CheckBox3Click
  374.             end
  375.             object CheckBox4: TCheckBox
  376.               Left = 16
  377.               Top = 56
  378.               Width = 57
  379.               Height = 17
  380.               Caption = 'MCD'
  381.               TabOrder = 2
  382.               OnClick = CheckBox4Click
  383.             end
  384.             object CheckBox5: TCheckBox
  385.               Left = 16
  386.               Top = 76
  387.               Width = 57
  388.               Height = 17
  389.               Caption = 'Place'
  390.               TabOrder = 3
  391.               OnClick = CheckBox5Click
  392.             end
  393.           end
  394.           object CheckBox6: TCheckBox
  395.             Left = 172
  396.             Top = 56
  397.             Width = 73
  398.             Height = 17
  399.             Caption = 'All Visible'
  400.             TabOrder = 6
  401.             OnClick = CheckBox6Click
  402.           end
  403.           object CheckBox7: TCheckBox
  404.             Left = 172
  405.             Top = 40
  406.             Width = 97
  407.             Height = 17
  408.             Caption = 'Shields'
  409.             TabOrder = 7
  410.             OnClick = CheckBox7Click
  411.           end
  412.           object CheckBox8: TCheckBox
  413.             Left = 244
  414.             Top = 40
  415.             Width = 37
  416.             Height = 17
  417.             Caption = 'Z'
  418.             TabOrder = 8
  419.             OnClick = CheckBox8Click
  420.           end
  421.         end
  422.         object TPage
  423.           Left = 0
  424.           Top = 0
  425.           Caption = 'd'
  426.           object Panel3: TPanel
  427.             Left = 241
  428.             Top = 0
  429.             Width = 103
  430.             Height = 214
  431.             Align = alRight
  432.             BevelOuter = bvNone
  433.             TabOrder = 0
  434.             object lb4: TLabel
  435.               Left = 8
  436.               Top = 112
  437.               Width = 14
  438.               Height = 13
  439.               Caption = 'lb4'
  440.             end
  441.             object rg1: TRadioGroup
  442.               Left = 6
  443.               Top = 36
  444.               Width = 87
  445.               Height = 69
  446.               Caption = ' Mapping '
  447.               Font.Charset = DEFAULT_CHARSET
  448.               Font.Color = clBlack
  449.               Font.Height = -11
  450.               Font.Name = 'MS Sans Serif'
  451.               Font.Style = []
  452.               ItemIndex = 0
  453.               Items.Strings = (
  454.                 'RGB'
  455.                 'Realized'
  456.                 'Logical')
  457.               ParentFont = False
  458.               TabOrder = 0
  459.               OnClick = rg1Click
  460.             end
  461.             object lb3: TListBox
  462.               Left = 0
  463.               Top = 125
  464.               Width = 103
  465.               Height = 89
  466.               Align = alBottom
  467.               Font.Charset = DEFAULT_CHARSET
  468.               Font.Color = clBlack
  469.               Font.Height = -11
  470.               Font.Name = 'MS Sans Serif'
  471.               Font.Style = []
  472.               ItemHeight = 13
  473.               ParentFont = False
  474.               TabOrder = 1
  475.             end
  476.             object bt2: TButton
  477.               Left = 6
  478.               Top = 4
  479.               Width = 43
  480.               Height = 25
  481.               Caption = '&Reset'
  482.               TabOrder = 2
  483.             end
  484.           end
  485.           object Panel4: TPanel
  486.             Left = 0
  487.             Top = 0
  488.             Width = 241
  489.             Height = 214
  490.             Align = alClient
  491.             BevelOuter = bvLowered
  492.             Caption = 'Panel4'
  493.             TabOrder = 1
  494.             object PaintBox1: TPaintBox
  495.               Left = 1
  496.               Top = 1
  497.               Width = 239
  498.               Height = 212
  499.               Align = alClient
  500.               OnPaint = PaintBox1Paint
  501.             end
  502.           end
  503.         end
  504.         object TPage
  505.           Left = 0
  506.           Top = 0
  507.           Caption = 'e'
  508.           object ScrollBar1: TScrollBar
  509.             Left = 32
  510.             Top = 24
  511.             Width = 121
  512.             Height = 16
  513.             TabOrder = 0
  514.             OnChange = ScrollBar1Change
  515.           end
  516.           object Panel6: TPanel
  517.             Left = 28
  518.             Top = 76
  519.             Width = 145
  520.             Height = 41
  521.             Caption = 'Panel6'
  522.             TabOrder = 1
  523.             object PaintBox2: TPaintBox
  524.               Left = 1
  525.               Top = 1
  526.               Width = 143
  527.               Height = 39
  528.               Align = alClient
  529.               OnPaint = PaintBox2Paint
  530.             end
  531.           end
  532.           object Button6: TButton
  533.             Left = 28
  534.             Top = 128
  535.             Width = 75
  536.             Height = 25
  537.             Caption = 'Compass'
  538.             TabOrder = 2
  539.             OnClick = Button6Click
  540.           end
  541.           object ListBox1: TListBox
  542.             Left = 188
  543.             Top = 20
  544.             Width = 153
  545.             Height = 189
  546.             ItemHeight = 13
  547.             TabOrder = 3
  548.           end
  549.         end
  550.       end
  551.     end
  552.   end
  553. end
  554.