home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 March / Chip_2004-03_cd1.bin / tema / siggis / siGGis.exe / 0 / RCDATA / TPROPR / TPROPR.txt
Text File  |  2002-02-12  |  23KB  |  962 lines

  1. object Propr: TPropr
  2.   Left = 357
  3.   Top = 156
  4.   BorderStyle = bsDialog
  5.   Caption = 'Properties'
  6.   ClientHeight = 341
  7.   ClientWidth = 399
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   OnDestroy = FormDestroy
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel1: TPanel
  19.     Left = 0
  20.     Top = 304
  21.     Width = 399
  22.     Height = 37
  23.     Align = alBottom
  24.     TabOrder = 1
  25.     object BOk: TButton
  26.       Left = 120
  27.       Top = 6
  28.       Width = 75
  29.       Height = 25
  30.       Caption = 'OK'
  31.       Font.Color = clBlack
  32.       Font.Height = -11
  33.       Font.Name = 'MS Sans Serif'
  34.       Font.Style = [fsBold]
  35.       ParentFont = False
  36.       TabOrder = 0
  37.       OnClick = BOkClick
  38.     end
  39.     object Cancel: TButton
  40.       Left = 208
  41.       Top = 6
  42.       Width = 75
  43.       Height = 25
  44.       Caption = 'Cancel'
  45.       TabOrder = 1
  46.       OnClick = CancelClick
  47.     end
  48.   end
  49.   object PC1: TPageControl
  50.     Left = 0
  51.     Top = 0
  52.     Width = 399
  53.     Height = 304
  54.     ActivePage = TS1
  55.     Align = alClient
  56.     TabOrder = 0
  57.     OnChange = PC1Change
  58.     object TS1: TTabSheet
  59.       Caption = 'General'
  60.       object GroupBox1: TGroupBox
  61.         Left = 8
  62.         Top = 8
  63.         Width = 377
  64.         Height = 137
  65.         Caption = ' Save on exit '
  66.         TabOrder = 0
  67.         object Label1: TLabel
  68.           Left = 8
  69.           Top = 40
  70.           Width = 121
  71.           Height = 13
  72.           Caption = 'Project path:'
  73.         end
  74.         object Label2: TLabel
  75.           Left = 8
  76.           Top = 64
  77.           Width = 121
  78.           Height = 13
  79.           Caption = 'Vector path:'
  80.         end
  81.         object Label3: TLabel
  82.           Left = 8
  83.           Top = 88
  84.           Width = 121
  85.           Height = 13
  86.           Caption = 'Data table path:'
  87.         end
  88.         object Label25: TLabel
  89.           Left = 8
  90.           Top = 112
  91.           Width = 104
  92.           Height = 13
  93.           Caption = 'Temp directory (NET):'
  94.         end
  95.         object CBIni: TCheckBox
  96.           Left = 8
  97.           Top = 16
  98.           Width = 145
  99.           Height = 17
  100.           Alignment = taLeftJustify
  101.           Caption = 'Update INI file'
  102.           State = cbChecked
  103.           TabOrder = 0
  104.           OnClick = CBIniClick
  105.         end
  106.         object EProject: TEdit
  107.           Left = 140
  108.           Top = 36
  109.           Width = 229
  110.           Height = 21
  111.           Hint = 'DblClick - dialog open'
  112.           ParentShowHint = False
  113.           ShowHint = True
  114.           TabOrder = 1
  115.           OnDblClick = EProjectDblClick
  116.         end
  117.         object EVector: TEdit
  118.           Left = 140
  119.           Top = 60
  120.           Width = 229
  121.           Height = 21
  122.           Hint = 'DblClick - dialog open'
  123.           ParentShowHint = False
  124.           ShowHint = True
  125.           TabOrder = 2
  126.           OnDblClick = EVectorDblClick
  127.         end
  128.         object EData: TEdit
  129.           Left = 140
  130.           Top = 84
  131.           Width = 229
  132.           Height = 21
  133.           Hint = 'DblClick - dialog open'
  134.           ParentShowHint = False
  135.           ShowHint = True
  136.           TabOrder = 3
  137.           OnDblClick = EDataDblClick
  138.         end
  139.         object ETemp: TEdit
  140.           Left = 140
  141.           Top = 108
  142.           Width = 229
  143.           Height = 21
  144.           Hint = 'DblClick - dialog open'
  145.           ParentShowHint = False
  146.           ShowHint = True
  147.           TabOrder = 4
  148.           OnDblClick = EDataDblClick
  149.         end
  150.       end
  151.       object GroupBox2: TGroupBox
  152.         Left = 8
  153.         Top = 152
  154.         Width = 377
  155.         Height = 121
  156.         Caption = ' Redefine HelpKey (e.g.:run program with help file) '
  157.         TabOrder = 1
  158.         object Label4: TLabel
  159.           Left = 8
  160.           Top = 43
  161.           Width = 73
  162.           Height = 13
  163.           Caption = 'F1:'
  164.         end
  165.         object Label5: TLabel
  166.           Left = 8
  167.           Top = 66
  168.           Width = 73
  169.           Height = 13
  170.           Caption = 'F1+[shift]:'
  171.         end
  172.         object Label6: TLabel
  173.           Left = 8
  174.           Top = 91
  175.           Width = 73
  176.           Height = 13
  177.           Caption = 'F1+[Ctrl]:'
  178.         end
  179.         object Label12: TLabel
  180.           Left = 80
  181.           Top = 24
  182.           Width = 122
  183.           Height = 13
  184.           Caption = 'Run program - path\name'
  185.         end
  186.         object Label13: TLabel
  187.           Left = 224
  188.           Top = 24
  189.           Width = 48
  190.           Height = 13
  191.           Caption = 'Parameter'
  192.         end
  193.         object EF1: TEdit
  194.           Left = 80
  195.           Top = 40
  196.           Width = 129
  197.           Height = 21
  198.           Hint = 'DblClick - dialog open'
  199.           ParentShowHint = False
  200.           ShowHint = True
  201.           TabOrder = 0
  202.           OnClick = EF1Click
  203.         end
  204.         object EF2: TEdit
  205.           Left = 80
  206.           Top = 64
  207.           Width = 129
  208.           Height = 21
  209.           Hint = 'DblClick - dialog open'
  210.           ParentShowHint = False
  211.           ShowHint = True
  212.           TabOrder = 1
  213.           OnDblClick = EF2DblClick
  214.         end
  215.         object EF3: TEdit
  216.           Left = 80
  217.           Top = 88
  218.           Width = 129
  219.           Height = 21
  220.           Hint = 'DblClick - dialog open'
  221.           ParentShowHint = False
  222.           ShowHint = True
  223.           TabOrder = 2
  224.           OnDblClick = EF3DblClick
  225.         end
  226.         object EP1: TEdit
  227.           Left = 216
  228.           Top = 40
  229.           Width = 153
  230.           Height = 21
  231.           TabOrder = 3
  232.         end
  233.         object EP2: TEdit
  234.           Left = 216
  235.           Top = 64
  236.           Width = 153
  237.           Height = 21
  238.           TabOrder = 4
  239.         end
  240.         object EP3: TEdit
  241.           Left = 216
  242.           Top = 88
  243.           Width = 153
  244.           Height = 21
  245.           TabOrder = 5
  246.         end
  247.       end
  248.     end
  249.     object TS2: TTabSheet
  250.       Caption = 'Czech language'
  251.       object RadioGroup1: TRadioGroup
  252.         Left = 8
  253.         Top = 0
  254.         Width = 185
  255.         Height = 201
  256.         Caption = ' CP program - datab∩┐╜ze (zdroj) '
  257.         Font.Color = clNavy
  258.         Font.Height = -11
  259.         Font.Name = 'MS Sans Serif'
  260.         Font.Style = []
  261.         ItemIndex = 0
  262.         Items.Strings = (
  263.           'implicitn∩┐╜ (set∩┐╜∩┐╜d∩┐╜no IBM)'
  264.           '∩┐╜e∩┐╜tina Windows page 1250'
  265.           '∩┐╜e∩┐╜tina Windows 3.1 CE'
  266.           '∩┐╜e∩┐╜tina Kamenick∩┐╜ch'
  267.           'kodov∩┐╜n∩┐╜ Latin 1'
  268.           'kodov∩┐╜n∩┐╜ Latin 2'
  269.           'kodov∩┐╜n∩┐╜ ECMA ansi'
  270.           'Ansi - ∩┐╜esky jen dle gener∩┐╜toru'
  271.           'Ibm  - bez vsech hacku a carek'
  272.           'Sem - ibm bez jakekoliv grafiky'
  273.           'kodovan∩┐╜ pro macI')
  274.         ParentFont = False
  275.         TabOrder = 0
  276.       end
  277.       object RadioGroup2: TRadioGroup
  278.         Left = 200
  279.         Top = 0
  280.         Width = 185
  281.         Height = 201
  282.         Caption = 'Datab∩┐╜ze (c∩┐╜l) - pro konverzi '
  283.         ItemIndex = 0
  284.         Items.Strings = (
  285.           '∩┐╜e∩┐╜tina Windows page 1250'
  286.           '∩┐╜e∩┐╜tina Windows 3.1 CE'
  287.           '∩┐╜e∩┐╜tina Kamenick∩┐╜ch'
  288.           'kodov∩┐╜n∩┐╜ Latin 1'
  289.           'kodov∩┐╜n∩┐╜ Latin 2'
  290.           'kodov∩┐╜n∩┐╜ ECMA ansi'
  291.           'Ansi - ∩┐╜esky jen dle gener∩┐╜toru'
  292.           'IBM  - bez vsech hacku a carek'
  293.           'Sem - ibm bez jakekoliv grafiky'
  294.           'kodovan∩┐╜ pro macI')
  295.         TabOrder = 1
  296.       end
  297.       object GroupBox3: TGroupBox
  298.         Left = 8
  299.         Top = 206
  300.         Width = 377
  301.         Height = 68
  302.         Caption = ' Konverze soubor∩┐╜ podle nastaven∩┐╜ (zdroj - c∩┐╜l) '
  303.         TabOrder = 2
  304.         object Label7: TLabel
  305.           Left = 10
  306.           Top = 18
  307.           Width = 135
  308.           Height = 13
  309.           Caption = 'Soubor ke konverzi (zdroj):'
  310.         end
  311.         object Label8: TLabel
  312.           Left = 10
  313.           Top = 43
  314.           Width = 126
  315.           Height = 13
  316.           Caption = 'Konverzovan∩┐╜ soubor (c∩┐╜l):'
  317.         end
  318.         object ESource: TEdit
  319.           Left = 144
  320.           Top = 16
  321.           Width = 169
  322.           Height = 21
  323.           TabOrder = 0
  324.         end
  325.         object Edest: TEdit
  326.           Left = 144
  327.           Top = 40
  328.           Width = 169
  329.           Height = 21
  330.           TabOrder = 1
  331.         end
  332.         object Button1: TButton
  333.           Left = 320
  334.           Top = 16
  335.           Width = 51
  336.           Height = 22
  337.           Caption = 'Vyber'
  338.           TabOrder = 2
  339.           OnClick = Button1Click
  340.         end
  341.         object Button2: TButton
  342.           Left = 320
  343.           Top = 40
  344.           Width = 51
  345.           Height = 22
  346.           Caption = 'Prove∩┐╜'
  347.           TabOrder = 3
  348.           OnClick = Button2Click
  349.         end
  350.       end
  351.     end
  352.     object TSEv: TTabSheet
  353.       Caption = 'Event setting'
  354.       object Bevel4: TBevel
  355.         Left = 0
  356.         Top = 0
  357.         Width = 391
  358.         Height = 276
  359.         Align = alClient
  360.       end
  361.       object Label14: TLabel
  362.         Left = 8
  363.         Top = 10
  364.         Width = 113
  365.         Height = 13
  366.         Caption = 'EventFile path:'
  367.       end
  368.       object Label15: TLabel
  369.         Left = 8
  370.         Top = 35
  371.         Width = 113
  372.         Height = 13
  373.         Caption = 'Interval / second:'
  374.       end
  375.       object Label16: TLabel
  376.         Left = 176
  377.         Top = 35
  378.         Width = 97
  379.         Height = 13
  380.         Caption = 'EventFile name:'
  381.       end
  382.       object E1: TEdit
  383.         Left = 128
  384.         Top = 8
  385.         Width = 257
  386.         Height = 21
  387.         Hint = 'DblClick - dialog open '
  388.         ParentShowHint = False
  389.         ShowHint = True
  390.         TabOrder = 0
  391.         OnChange = E1Change
  392.         OnDblClick = E1DblClick
  393.         OnExit = E1Exit
  394.       end
  395.       object E2: TEdit
  396.         Left = 280
  397.         Top = 32
  398.         Width = 73
  399.         Height = 21
  400.         TabOrder = 1
  401.         Text = 'event.mon'
  402.         OnChange = E2Change
  403.       end
  404.       object GB4: TGroupBox
  405.         Left = 8
  406.         Top = 54
  407.         Width = 377
  408.         Height = 67
  409.         Caption = 'Event process: event.mon'
  410.         TabOrder = 2
  411.         object RB1: TRadioButton
  412.           Left = 16
  413.           Top = 19
  414.           Width = 113
  415.           Height = 17
  416.           Caption = 'single file'
  417.           TabOrder = 0
  418.           OnClick = RB1Click
  419.         end
  420.         object RB2: TRadioButton
  421.           Left = 16
  422.           Top = 40
  423.           Width = 113
  424.           Height = 17
  425.           Caption = 'multiple files'
  426.           Checked = True
  427.           TabOrder = 1
  428.           TabStop = True
  429.           OnClick = RB2Click
  430.         end
  431.         object Panel5: TPanel
  432.           Left = 157
  433.           Top = 8
  434.           Width = 201
  435.           Height = 53
  436.           BevelOuter = bvNone
  437.           TabOrder = 2
  438.           object LEv: TLabel
  439.             Left = 18
  440.             Top = 7
  441.             Width = 77
  442.             Height = 13
  443.             Caption = 'EventFile count:'
  444.             Font.Color = clGray
  445.             Font.Height = -11
  446.             Font.Name = 'MS Sans Serif'
  447.             Font.Style = []
  448.             ParentFont = False
  449.           end
  450.           object ChBRep: TCheckBox
  451.             Left = 16
  452.             Top = 25
  453.             Width = 141
  454.             Height = 13
  455.             Alignment = taLeftJustify
  456.             Caption = 'Repeat '
  457.             Enabled = False
  458.             TabOrder = 0
  459.           end
  460.           object ChBPrj: TCheckBox
  461.             Left = 16
  462.             Top = 41
  463.             Width = 141
  464.             Height = 13
  465.             Alignment = taLeftJustify
  466.             Caption = 'Reload project:'
  467.             Enabled = False
  468.             TabOrder = 1
  469.           end
  470.           object ME2: TEdit
  471.             Left = 144
  472.             Top = 2
  473.             Width = 41
  474.             Height = 21
  475.             MaxLength = 4
  476.             TabOrder = 2
  477.             Text = '10'
  478.             OnChange = ME2Change
  479.             OnKeyUp = ME2KeyUp
  480.           end
  481.         end
  482.       end
  483.       object GroupBox4: TGroupBox
  484.         Left = 8
  485.         Top = 122
  486.         Width = 377
  487.         Height = 148
  488.         Caption = '                               applet configuration: '
  489.         Font.Color = clBlack
  490.         Font.Height = -11
  491.         Font.Name = 'MS Sans Serif'
  492.         Font.Style = []
  493.         ParentFont = False
  494.         TabOrder = 3
  495.         object Label20: TLabel
  496.           Left = 8
  497.           Top = 16
  498.           Width = 102
  499.           Height = 13
  500.           Caption = 'URL - EventFile path:'
  501.         end
  502.         object Label22: TLabel
  503.           Left = 8
  504.           Top = 32
  505.           Width = 197
  506.           Height = 13
  507.           Caption = 'Interval / second: 3 ,  multiple files: ( 50 )  '
  508.         end
  509.         object Label21: TLabel
  510.           Left = 259
  511.           Top = 92
  512.           Width = 88
  513.           Height = 13
  514.           Caption = 'Max.EvList/rows:  '
  515.         end
  516.         object Panel8: TPanel
  517.           Left = 8
  518.           Top = -2
  519.           Width = 89
  520.           Height = 17
  521.           BevelOuter = bvNone
  522.           Caption = 'siGGisEvent'
  523.           Font.Color = clRed
  524.           Font.Height = -12
  525.           Font.Name = 'Arial'
  526.           Font.Style = [fsBold]
  527.           ParentFont = False
  528.           TabOrder = 0
  529.         end
  530.         object CheckBox1: TCheckBox
  531.           Left = 258
  532.           Top = 56
  533.           Width = 115
  534.           Height = 17
  535.           Alignment = taLeftJustify
  536.           Caption = 'Run process '
  537.           State = cbChecked
  538.           TabOrder = 1
  539.         end
  540.         object SG1: TStringGrid
  541.           Left = 4
  542.           Top = 54
  543.           Width = 253
  544.           Height = 80
  545.           DefaultColWidth = 80
  546.           DefaultRowHeight = 18
  547.           Enabled = False
  548.           RowCount = 7
  549.           Font.Color = clGray
  550.           Font.Height = -11
  551.           Font.Name = 'MS Sans Serif'
  552.           Font.Style = [fsItalic]
  553.           Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goEditing]
  554.           ParentFont = False
  555.           ScrollBars = ssVertical
  556.           TabOrder = 2
  557.           ColWidths = (
  558.             80
  559.             37
  560.             37
  561.             37
  562.             37)
  563.         end
  564.         object CheckBox2: TCheckBox
  565.           Left = 258
  566.           Top = 72
  567.           Width = 115
  568.           Height = 17
  569.           Alignment = taLeftJustify
  570.           Caption = 'Default window'
  571.           State = cbChecked
  572.           TabOrder = 3
  573.           OnClick = CheckBox2Click
  574.         end
  575.         object Edit1: TEdit
  576.           Left = 346
  577.           Top = 90
  578.           Width = 28
  579.           Height = 21
  580.           TabOrder = 4
  581.           Text = '100'
  582.         end
  583.       end
  584.       object ME1: TEdit
  585.         Left = 128
  586.         Top = 32
  587.         Width = 33
  588.         Height = 21
  589.         MaxLength = 4
  590.         TabOrder = 4
  591.         Text = '5'
  592.         OnChange = ME1Change
  593.         OnKeyUp = ME1KeyUp
  594.       end
  595.       object Button6: TButton
  596.         Left = 360
  597.         Top = 32
  598.         Width = 25
  599.         Height = 22
  600.         Caption = '∩┐╜'
  601.         Font.Color = clBlack
  602.         Font.Height = -16
  603.         Font.Name = 'Webdings'
  604.         Font.Style = [fsBold]
  605.         ParentFont = False
  606.         TabOrder = 5
  607.         OnClick = Button6Click
  608.       end
  609.     end
  610.     object TSApp: TTabSheet
  611.       Caption = 'Export '
  612.       object Label17: TLabel
  613.         Left = 8
  614.         Top = 42
  615.         Width = 121
  616.         Height = 13
  617.         Caption = 'Export directory:'
  618.       end
  619.       object EWPath: TEdit
  620.         Left = 136
  621.         Top = 40
  622.         Width = 249
  623.         Height = 21
  624.         Hint = 'DblClick - dialog open'
  625.         ParentShowHint = False
  626.         ShowHint = True
  627.         TabOrder = 0
  628.         Text = 'Applet\'
  629.         OnDblClick = EWPathDblClick
  630.         OnExit = EWPathExit
  631.       end
  632.       object GBA: TGroupBox
  633.         Left = 4
  634.         Top = 64
  635.         Width = 189
  636.         Height = 81
  637.         Caption = ' Into siGGis files   '
  638.         TabOrder = 1
  639.         object RBClk: TRadioButton
  640.           Left = 8
  641.           Top = 24
  642.           Width = 161
  643.           Height = 17
  644.           Caption = 'All geoObjects'
  645.           Checked = True
  646.           TabOrder = 0
  647.           TabStop = True
  648.         end
  649.         object RBsOb: TRadioButton
  650.           Left = 8
  651.           Top = 48
  652.           Width = 153
  653.           Height = 17
  654.           Caption = 'Only selected geoObjects'
  655.           TabOrder = 1
  656.         end
  657.       end
  658.       object Button3: TButton
  659.         Left = 160
  660.         Top = 248
  661.         Width = 75
  662.         Height = 25
  663.         Caption = 'Make All'
  664.         TabOrder = 2
  665.         OnClick = Button3Click
  666.       end
  667.       object GBD: TGroupBox
  668.         Left = 200
  669.         Top = 64
  670.         Width = 185
  671.         Height = 80
  672.         Caption = '  Into database files '
  673.         Font.Color = clBlack
  674.         Font.Height = -11
  675.         Font.Name = 'MS Sans Serif'
  676.         Font.Style = []
  677.         ParentFont = False
  678.         TabOrder = 3
  679.         object Label23: TLabel
  680.           Left = 10
  681.           Top = 56
  682.           Width = 121
  683.           Height = 13
  684.           Caption = 'FontSize(plus/minus):'
  685.           Font.Color = clBlack
  686.           Font.Height = -11
  687.           Font.Name = 'MS Sans Serif'
  688.           Font.Style = []
  689.           ParentFont = False
  690.         end
  691.         object RBClk2: TRadioButton
  692.           Left = 8
  693.           Top = 16
  694.           Width = 169
  695.           Height = 17
  696.           Caption = 'All database fields '
  697.           Checked = True
  698.           TabOrder = 0
  699.           TabStop = True
  700.         end
  701.         object RBSel: TRadioButton
  702.           Left = 8
  703.           Top = 37
  704.           Width = 169
  705.           Height = 17
  706.           Caption = 'Only selected fields'
  707.           TabOrder = 1
  708.         end
  709.         object MaE: TEdit
  710.           Left = 136
  711.           Top = 54
  712.           Width = 41
  713.           Height = 21
  714.           TabOrder = 2
  715.           Text = '+12'
  716.           OnExit = MaEExit
  717.         end
  718.       end
  719.       object GBAp: TGroupBox
  720.         Left = 4
  721.         Top = 144
  722.         Width = 381
  723.         Height = 65
  724.         Caption = ' Applet setting '
  725.         TabOrder = 4
  726.         object Label19: TLabel
  727.           Left = 8
  728.           Top = 16
  729.           Width = 80
  730.           Height = 13
  731.           Caption = 'Config FileName:'
  732.         end
  733.         object Label18: TLabel
  734.           Left = 8
  735.           Top = 40
  736.           Width = 105
  737.           Height = 13
  738.           Caption = 'Data path:'
  739.         end
  740.         object EFname: TEdit
  741.           Left = 144
  742.           Top = 12
  743.           Width = 105
  744.           Height = 21
  745.           TabOrder = 0
  746.           Text = 'siggapp.cfg'
  747.           OnChange = EFnameChange
  748.         end
  749.         object Edit2: TEdit
  750.           Left = 144
  751.           Top = 36
  752.           Width = 225
  753.           Height = 21
  754.           TabOrder = 1
  755.           Text = 'Data'
  756.         end
  757.         object ChBZip: TCheckBox
  758.           Left = 256
  759.           Top = 16
  760.           Width = 113
  761.           Height = 17
  762.           Alignment = taLeftJustify
  763.           Caption = 'siggapp.zip'
  764.           State = cbChecked
  765.           TabOrder = 2
  766.         end
  767.       end
  768.       object RGApplet: TRadioGroup
  769.         Left = 4
  770.         Top = 0
  771.         Width = 381
  772.         Height = 33
  773.         Caption = ' Select applet: '
  774.         Columns = 2
  775.         Font.Color = clBlue
  776.         Font.Height = -12
  777.         Font.Name = 'Arial'
  778.         Font.Style = [fsBold]
  779.         ItemIndex = 0
  780.         Items.Strings = (
  781.           'Applet siGGis'
  782.           'siGGisEvent')
  783.         ParentFont = False
  784.         TabOrder = 5
  785.       end
  786.       object Button5: TButton
  787.         Left = 48
  788.         Top = 216
  789.         Width = 145
  790.         Height = 25
  791.         Caption = 'Rename files'
  792.         TabOrder = 6
  793.         OnClick = Button5Click
  794.       end
  795.       object Button4: TButton
  796.         Left = 208
  797.         Top = 216
  798.         Width = 145
  799.         Height = 25
  800.         Caption = 'Dbf Action...'
  801.         TabOrder = 7
  802.         OnClick = Button4Click
  803.       end
  804.       object ChBRun: TCheckBox
  805.         Left = 48
  806.         Top = 253
  807.         Width = 97
  808.         Height = 17
  809.         Alignment = taLeftJustify
  810.         Caption = 'Run Applet'
  811.         TabOrder = 8
  812.       end
  813.     end
  814.     object TSCop: TTabSheet
  815.       Caption = 'About program...'
  816.       OnMouseMove = TSCopMouseMove
  817.       object Bevel1: TBevel
  818.         Left = 16
  819.         Top = 16
  820.         Width = 361
  821.         Height = 249
  822.       end
  823.       object Bevel2: TBevel
  824.         Left = 40
  825.         Top = 40
  826.         Width = 273
  827.         Height = 41
  828.       end
  829.       object Bevel3: TBevel
  830.         Left = 152
  831.         Top = 104
  832.         Width = 129
  833.         Height = 89
  834.       end
  835.       object Label11: TLabel
  836.         Left = 32
  837.         Top = 240
  838.         Width = 177
  839.         Height = 13
  840.         Alignment = taCenter
  841.         Caption = 'H.a.R ware '
  842.         OnMouseMove = Label11MouseMove
  843.       end
  844.       object Label24: TLabel
  845.         Left = 208
  846.         Top = 240
  847.         Width = 46
  848.         Height = 13
  849.         Caption = 'Label24'
  850.         Font.Color = clBlue
  851.         Font.Height = -11
  852.         Font.Name = 'MS Sans Serif'
  853.         Font.Style = [fsBold, fsUnderline]
  854.         ParentFont = False
  855.         OnDblClick = Label24DblClick
  856.         OnMouseMove = Label24MouseMove
  857.       end
  858.       object Panel3: TPanel
  859.         Left = 144
  860.         Top = 96
  861.         Width = 129
  862.         Height = 89
  863.         Caption = 'GIS  viewer'
  864.         Font.Color = clBlack
  865.         Font.Height = -13
  866.         Font.Name = 'Arial Black'
  867.         Font.Style = [fsBold, fsItalic]
  868.         ParentFont = False
  869.         TabOrder = 0
  870.         object Label9: TLabel
  871.           Left = 9
  872.           Top = 10
  873.           Width = 106
  874.           Height = 23
  875.           Caption = 'GIS viewer'
  876.           Font.Color = clGray
  877.           Font.Height = -16
  878.           Font.Name = 'Arial Black'
  879.           Font.Style = [fsBold, fsItalic]
  880.           ParentFont = False
  881.         end
  882.         object Label10: TLabel
  883.           Left = 26
  884.           Top = 56
  885.           Width = 77
  886.           Height = 16
  887.           Caption = 'GIS viewer'
  888.           Font.Color = clTeal
  889.           Font.Height = -11
  890.           Font.Name = 'Arial Black'
  891.           Font.Style = [fsBold, fsItalic]
  892.           ParentFont = False
  893.         end
  894.       end
  895.       object Panel4: TPanel
  896.         Left = 32
  897.         Top = 208
  898.         Width = 329
  899.         Height = 25
  900.         Caption = 'Panel4'
  901.         TabOrder = 1
  902.         OnMouseMove = Panel4MouseMove
  903.       end
  904.       object Panel7: TPanel
  905.         Left = 48
  906.         Top = 32
  907.         Width = 273
  908.         Height = 41
  909.         Caption = 'siGGis'
  910.         Color = clWhite
  911.         Font.Color = clRed
  912.         Font.Height = -21
  913.         Font.Name = 'Arial Black'
  914.         Font.Style = [fsBold]
  915.         ParentFont = False
  916.         TabOrder = 2
  917.         object Panel6: TPanel
  918.           Left = 3
  919.           Top = 3
  920.           Width = 62
  921.           Height = 22
  922.           BevelOuter = bvNone
  923.           Caption = '....'
  924.           Color = clNone
  925.           Font.Color = clTeal
  926.           Font.Height = -11
  927.           Font.Name = 'Arial'
  928.           Font.Style = [fsBold, fsItalic]
  929.           ParentFont = False
  930.           TabOrder = 0
  931.         end
  932.         object Panel2: TPanel
  933.           Left = 203
  934.           Top = 16
  935.           Width = 65
  936.           Height = 22
  937.           BevelOuter = bvNone
  938.           Caption = 'Monitor'
  939.           Color = clNone
  940.           Font.Color = clTeal
  941.           Font.Height = -13
  942.           Font.Name = 'Arial'
  943.           Font.Style = [fsBold, fsItalic]
  944.           ParentFont = False
  945.           TabOrder = 1
  946.         end
  947.       end
  948.     end
  949.   end
  950.   object OD: TOpenDialog
  951.     FileEditStyle = fsEdit
  952.     Left = 364
  953.   end
  954.   object Timer1: TTimer
  955.     Enabled = False
  956.     Interval = 100
  957.     OnTimer = Timer1Timer
  958.     Left = 340
  959.     Top = 24
  960.   end
  961. end
  962.