Changeset 9


Ignore:
Timestamp:
04/06/10 17:30:53 (14 years ago)
Author:
pinwc4
Message:

Added logic to desktop application, nothing function yet though

Location:
trunk/desktop
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/desktop/ICSSerialPort.rbbas

    r6 r9  
    103103                Sub calculateChecksum() 
    104104                  //Use this to calculate byte 18, the checksum 
     105                   
     106                  valuesChanged() 
     107                End Sub 
     108        #tag EndMethod 
     109 
     110        #tag Method, Flags = &h0 
     111                Sub readCar() 
     112                  //Read values from the currently attached car 
    105113                End Sub 
    106114        #tag EndMethod 
     
    119127                ASF 
    120128                AD 
    121                  
    122                  
    123                  
    124129        #tag EndNote 
    125130 
     
    197202        #tag EndProperty 
    198203 
    199         #tag Property, Flags = &h21 
    200                 Private carType As String = "MR-03" 
    201         #tag EndProperty 
    202  
    203  
     204        #tag Property, Flags = &h0 
     205                carType As String = "MR-03" 
     206        #tag EndProperty 
     207 
     208 
     209        #tag ViewBehavior 
     210                #tag ViewProperty 
     211                        Name="Name" 
     212                        Visible=true 
     213                        Group="ID" 
     214                        InheritedFrom="serial" 
     215                #tag EndViewProperty 
     216                #tag ViewProperty 
     217                        Name="Index" 
     218                        Visible=true 
     219                        Group="ID" 
     220                        Type="Integer" 
     221                        InheritedFrom="serial" 
     222                #tag EndViewProperty 
     223                #tag ViewProperty 
     224                        Name="Super" 
     225                        Visible=true 
     226                        Group="ID" 
     227                        InheritedFrom="serial" 
     228                #tag EndViewProperty 
     229                #tag ViewProperty 
     230                        Name="Left" 
     231                        Visible=true 
     232                        Group="Position" 
     233                        InheritedFrom="serial" 
     234                #tag EndViewProperty 
     235                #tag ViewProperty 
     236                        Name="Top" 
     237                        Visible=true 
     238                        Group="Position" 
     239                        InheritedFrom="serial" 
     240                #tag EndViewProperty 
     241                #tag ViewProperty 
     242                        Name="Baud" 
     243                        Visible=true 
     244                        Group="Behavior" 
     245                        InitialValue="13" 
     246                        Type="Integer" 
     247                        EditorType="Enum" 
     248                        InheritedFrom="serial" 
     249                        #tag EnumValues 
     250                                "0 - 300" 
     251                                "1 - 600" 
     252                                "2 - 1200" 
     253                                "3 - 1800" 
     254                                "4 - 2400" 
     255                                "5 - 3600" 
     256                                "6 - 4800" 
     257                                "7 - 7200" 
     258                                "8 - 9600" 
     259                                "9 - 14400" 
     260                                "10 - 19200" 
     261                                "11 - 28800" 
     262                                "12 - 38400" 
     263                                "13 - 57600" 
     264                                "14 - 115200" 
     265                                "15 - 230400" 
     266                        #tag EndEnumValues 
     267                #tag EndViewProperty 
     268                #tag ViewProperty 
     269                        Name="Bits" 
     270                        Visible=true 
     271                        Group="Behavior" 
     272                        InitialValue="3" 
     273                        Type="Integer" 
     274                        EditorType="Enum" 
     275                        InheritedFrom="serial" 
     276                        #tag EnumValues 
     277                                "0 - 5 Data Bits" 
     278                                "1 - 6 Data Bits" 
     279                                "2 - 7 Data Bits" 
     280                                "3 - 8 Data bits" 
     281                        #tag EndEnumValues 
     282                #tag EndViewProperty 
     283                #tag ViewProperty 
     284                        Name="Parity" 
     285                        Visible=true 
     286                        Group="Behavior" 
     287                        InitialValue="0" 
     288                        Type="Integer" 
     289                        EditorType="Enum" 
     290                        InheritedFrom="serial" 
     291                        #tag EnumValues 
     292                                "0 - No Parity" 
     293                                "1 - Odd Parity" 
     294                                "2 - EvenParity" 
     295                        #tag EndEnumValues 
     296                #tag EndViewProperty 
     297                #tag ViewProperty 
     298                        Name="Stop" 
     299                        Visible=true 
     300                        Group="Behavior" 
     301                        InitialValue="0" 
     302                        Type="Integer" 
     303                        EditorType="Enum" 
     304                        InheritedFrom="serial" 
     305                        #tag EnumValues 
     306                                "0 - 1 Stop Bit" 
     307                                "1 - 1.5 Stop Bits" 
     308                                "2 - 2 Stop Bits" 
     309                        #tag EndEnumValues 
     310                #tag EndViewProperty 
     311                #tag ViewProperty 
     312                        Name="XON" 
     313                        Visible=true 
     314                        Group="Behavior" 
     315                        Type="Boolean" 
     316                        InheritedFrom="serial" 
     317                #tag EndViewProperty 
     318                #tag ViewProperty 
     319                        Name="CTS" 
     320                        Visible=true 
     321                        Group="Behavior" 
     322                        Type="Boolean" 
     323                        InheritedFrom="serial" 
     324                #tag EndViewProperty 
     325                #tag ViewProperty 
     326                        Name="DTR" 
     327                        Visible=true 
     328                        Group="Behavior" 
     329                        Type="Boolean" 
     330                        InheritedFrom="serial" 
     331                #tag EndViewProperty 
     332                #tag ViewProperty 
     333                        Name="byte01" 
     334                        Group="Behavior" 
     335                        InitialValue="&hFF" 
     336                        Type="String" 
     337                #tag EndViewProperty 
     338                #tag ViewProperty 
     339                        Name="byte11" 
     340                        Group="Behavior" 
     341                        Type="String" 
     342                #tag EndViewProperty 
     343                #tag ViewProperty 
     344                        Name="byte12" 
     345                        Group="Behavior" 
     346                        Type="String" 
     347                #tag EndViewProperty 
     348                #tag ViewProperty 
     349                        Name="byte13" 
     350                        Group="Behavior" 
     351                        Type="String" 
     352                #tag EndViewProperty 
     353                #tag ViewProperty 
     354                        Name="byte14" 
     355                        Group="Behavior" 
     356                        Type="String" 
     357                #tag EndViewProperty 
     358                #tag ViewProperty 
     359                        Name="byte15" 
     360                        Group="Behavior" 
     361                        Type="String" 
     362                #tag EndViewProperty 
     363                #tag ViewProperty 
     364                        Name="byte16" 
     365                        Group="Behavior" 
     366                        Type="String" 
     367                #tag EndViewProperty 
     368                #tag ViewProperty 
     369                        Name="byte17" 
     370                        Group="Behavior" 
     371                        Type="String" 
     372                #tag EndViewProperty 
     373                #tag ViewProperty 
     374                        Name="byte18" 
     375                        Group="Behavior" 
     376                        Type="String" 
     377                #tag EndViewProperty 
     378                #tag ViewProperty 
     379                        Name="byte02" 
     380                        Group="Behavior" 
     381                        Type="String" 
     382                #tag EndViewProperty 
     383                #tag ViewProperty 
     384                        Name="byte03" 
     385                        Group="Behavior" 
     386                        Type="String" 
     387                #tag EndViewProperty 
     388                #tag ViewProperty 
     389                        Name="byte04" 
     390                        Group="Behavior" 
     391                        Type="String" 
     392                #tag EndViewProperty 
     393                #tag ViewProperty 
     394                        Name="byte05" 
     395                        Group="Behavior" 
     396                        Type="String" 
     397                #tag EndViewProperty 
     398                #tag ViewProperty 
     399                        Name="byte06" 
     400                        Group="Behavior" 
     401                        Type="String" 
     402                #tag EndViewProperty 
     403                #tag ViewProperty 
     404                        Name="byte07" 
     405                        Group="Behavior" 
     406                        Type="String" 
     407                #tag EndViewProperty 
     408                #tag ViewProperty 
     409                        Name="byte08" 
     410                        Group="Behavior" 
     411                        Type="String" 
     412                #tag EndViewProperty 
     413                #tag ViewProperty 
     414                        Name="byte09" 
     415                        Group="Behavior" 
     416                        Type="String" 
     417                #tag EndViewProperty 
     418                #tag ViewProperty 
     419                        Name="byte10" 
     420                        Group="Behavior" 
     421                        Type="String" 
     422                #tag EndViewProperty 
     423        #tag EndViewBehavior 
    204424End Class 
    205425#tag EndClass 
  • trunk/desktop/mainWindow.rbfrm

    r8 r9  
    88   FullScreen      =   False 
    99   HasBackColor    =   False 
    10    Height          =   480 
     10   Height          =   352 
    1111   ImplicitInstance=   True 
    1212   LiveResize      =   True 
     
    2525   Visible         =   True 
    2626   Width           =   640 
    27    Begin PagePanel PagePanel1 
    28       AutoDeactivate  =   True 
    29       Enabled         =   True 
    30       Height          =   360 
    31       HelpTag         =   "" 
    32       Index           =   -2147483648 
    33       InitialParent   =   "" 
    34       Left            =   0 
    35       LockBottom      =   True 
    36       LockedInPosition=   False 
    37       LockLeft        =   True 
    38       LockRight       =   True 
    39       LockTop         =   True 
    40       PanelCount      =   4 
    41       Panels          =   "" 
    42       Scope           =   0 
    43       TabIndex        =   0 
    44       TabPanelIndex   =   0 
    45       Top             =   80 
    46       Value           =   2 
    47       Visible         =   True 
    48       Width           =   640 
    49       Begin PopupMenu PopupMenu_SerialPort 
    50          AutoDeactivate  =   True 
    51          Bold            =   "" 
    52          DataField       =   "" 
    53          DataSource      =   "" 
    54          Enabled         =   True 
    55          Height          =   20 
    56          HelpTag         =   "" 
    57          Index           =   -2147483648 
    58          InitialParent   =   "PagePanel1" 
    59          InitialValue    =   "" 
    60          Italic          =   "" 
    61          Left            =   20 
    62          ListIndex       =   0 
    63          LockBottom      =   "" 
    64          LockedInPosition=   False 
    65          LockLeft        =   "" 
    66          LockRight       =   "" 
    67          LockTop         =   "" 
    68          Scope           =   0 
    69          TabIndex        =   0 
    70          TabPanelIndex   =   1 
    71          TabStop         =   True 
    72          TextFont        =   "System" 
    73          TextSize        =   0 
    74          Top             =   115 
    75          Underline       =   "" 
    76          Visible         =   True 
    77          Width           =   161 
    78       End 
    79       Begin PopupMenu PopupMenu_CarType 
    80          AutoDeactivate  =   True 
    81          Bold            =   "" 
    82          DataField       =   "" 
    83          DataSource      =   "" 
    84          Enabled         =   True 
    85          Height          =   20 
    86          HelpTag         =   "" 
    87          Index           =   -2147483648 
    88          InitialParent   =   "PagePanel1" 
    89          InitialValue    =   "" 
    90          Italic          =   "" 
    91          Left            =   20 
    92          ListIndex       =   0 
    93          LockBottom      =   "" 
    94          LockedInPosition=   False 
    95          LockLeft        =   "" 
    96          LockRight       =   "" 
    97          LockTop         =   "" 
    98          Scope           =   0 
    99          TabIndex        =   1 
    100          TabPanelIndex   =   1 
    101          TabStop         =   True 
    102          TextFont        =   "System" 
    103          TextSize        =   0 
    104          Top             =   172 
    105          Underline       =   "" 
    106          Visible         =   True 
    107          Width           =   161 
    108       End 
    109       Begin Slider Slider_THGain 
    110          AutoDeactivate  =   True 
    111          Enabled         =   True 
    112          Height          =   16 
    113          HelpTag         =   "" 
    114          Index           =   -2147483648 
    115          InitialParent   =   "PagePanel1" 
    116          Left            =   316 
    117          LineStep        =   1 
    118          LiveScroll      =   "" 
    119          LockBottom      =   "" 
    120          LockedInPosition=   False 
    121          LockLeft        =   "" 
    122          LockRight       =   "" 
    123          LockTop         =   "" 
    124          Maximum         =   255 
    125          Minimum         =   1 
    126          PageStep        =   20 
    127          Scope           =   0 
    128          TabIndex        =   0 
    129          TabPanelIndex   =   3 
    130          TabStop         =   True 
    131          Top             =   221 
    132          Value           =   0 
    133          Visible         =   True 
    134          Width           =   128 
    135       End 
    136       Begin EditField EditField_THGain 
    137          AcceptTabs      =   "" 
    138          Alignment       =   0 
    139          AutoDeactivate  =   True 
    140          BackColor       =   &hFFFFFF 
    141          Bold            =   "" 
    142          Border          =   True 
    143          DataField       =   "" 
    144          DataSource      =   "" 
    145          Enabled         =   True 
    146          Format          =   "" 
    147          Height          =   22 
    148          HelpTag         =   "" 
    149          Index           =   -2147483648 
    150          InitialParent   =   "PagePanel1" 
    151          Italic          =   "" 
    152          Left            =   456 
    153          LimitText       =   0 
    154          LockBottom      =   "" 
    155          LockedInPosition=   False 
    156          LockLeft        =   "" 
    157          LockRight       =   "" 
    158          LockTop         =   "" 
    159          Mask            =   "###" 
    160          Multiline       =   "" 
    161          Password        =   "" 
    162          ReadOnly        =   "" 
    163          Scope           =   0 
    164          ScrollbarHorizontal=   "" 
    165          ScrollbarVertical=   True 
    166          Styled          =   "" 
    167          TabIndex        =   1 
    168          TabPanelIndex   =   3 
    169          TabStop         =   True 
    170          Text            =   "" 
    171          TextColor       =   &h000000 
    172          TextFont        =   "System" 
    173          TextSize        =   0 
    174          Top             =   221 
    175          Underline       =   "" 
    176          UseFocusRing    =   True 
    177          Visible         =   True 
    178          Width           =   32 
    179       End 
    180       Begin StaticText StaticText_THGain 
    181          AutoDeactivate  =   True 
    182          Bold            =   "" 
    183          DataField       =   "" 
    184          DataSource      =   "" 
    185          Enabled         =   True 
    186          Height          =   20 
    187          HelpTag         =   "" 
    188          Index           =   -2147483648 
    189          InitialParent   =   "PagePanel1" 
    190          Italic          =   "" 
    191          Left            =   500 
    192          LockBottom      =   "" 
    193          LockedInPosition=   False 
    194          LockLeft        =   "" 
    195          LockRight       =   "" 
    196          LockTop         =   "" 
    197          Multiline       =   "" 
    198          Scope           =   0 
    199          TabIndex        =   2 
    200          TabPanelIndex   =   3 
    201          Text            =   "Throttle Gain" 
    202          TextAlign       =   0 
    203          TextColor       =   "&cB8B8B8" 
    204          TextFont        =   "System" 
    205          TextSize        =   0 
    206          Top             =   221 
    207          Underline       =   "" 
    208          Visible         =   True 
    209          Width           =   128 
    210       End 
    211       Begin Slider Slider_STGain 
    212          AutoDeactivate  =   True 
    213          Enabled         =   True 
    214          Height          =   16 
    215          HelpTag         =   "" 
    216          Index           =   -2147483648 
    217          InitialParent   =   "PagePanel1" 
    218          Left            =   316 
    219          LineStep        =   1 
    220          LiveScroll      =   "" 
    221          LockBottom      =   "" 
    222          LockedInPosition=   False 
    223          LockLeft        =   "" 
    224          LockRight       =   "" 
    225          LockTop         =   "" 
    226          Maximum         =   255 
    227          Minimum         =   1 
    228          PageStep        =   20 
    229          Scope           =   0 
    230          TabIndex        =   3 
    231          TabPanelIndex   =   3 
    232          TabStop         =   True 
    233          Top             =   187 
    234          Value           =   0 
    235          Visible         =   True 
    236          Width           =   128 
    237       End 
    238       Begin EditField EditField_STGain 
    239          AcceptTabs      =   "" 
    240          Alignment       =   0 
    241          AutoDeactivate  =   True 
    242          BackColor       =   &hFFFFFF 
    243          Bold            =   "" 
    244          Border          =   True 
    245          DataField       =   "" 
    246          DataSource      =   "" 
    247          Enabled         =   True 
    248          Format          =   "" 
    249          Height          =   22 
    250          HelpTag         =   "" 
    251          Index           =   -2147483648 
    252          InitialParent   =   "PagePanel1" 
    253          Italic          =   "" 
    254          Left            =   456 
    255          LimitText       =   0 
    256          LockBottom      =   "" 
    257          LockedInPosition=   False 
    258          LockLeft        =   "" 
    259          LockRight       =   "" 
    260          LockTop         =   "" 
    261          Mask            =   "###" 
    262          Multiline       =   "" 
    263          Password        =   "" 
    264          ReadOnly        =   "" 
    265          Scope           =   0 
    266          ScrollbarHorizontal=   "" 
    267          ScrollbarVertical=   True 
    268          Styled          =   "" 
    269          TabIndex        =   4 
    270          TabPanelIndex   =   3 
    271          TabStop         =   True 
    272          Text            =   "" 
    273          TextColor       =   &h000000 
    274          TextFont        =   "System" 
    275          TextSize        =   0 
    276          Top             =   187 
    277          Underline       =   "" 
    278          UseFocusRing    =   True 
    279          Visible         =   True 
    280          Width           =   32 
    281       End 
    282       Begin StaticText StaticText_STGain 
    283          AutoDeactivate  =   True 
    284          Bold            =   "" 
    285          DataField       =   "" 
    286          DataSource      =   "" 
    287          Enabled         =   True 
    288          Height          =   20 
    289          HelpTag         =   "" 
    290          Index           =   -2147483648 
    291          InitialParent   =   "PagePanel1" 
    292          Italic          =   "" 
    293          Left            =   500 
    294          LockBottom      =   "" 
    295          LockedInPosition=   False 
    296          LockLeft        =   "" 
    297          LockRight       =   "" 
    298          LockTop         =   "" 
    299          Multiline       =   "" 
    300          Scope           =   0 
    301          TabIndex        =   5 
    302          TabPanelIndex   =   3 
    303          Text            =   "Steering Gain" 
    304          TextAlign       =   0 
    305          TextColor       =   "&cB8B8B8" 
    306          TextFont        =   "System" 
    307          TextSize        =   0 
    308          Top             =   187 
    309          Underline       =   "" 
    310          Visible         =   True 
    311          Width           =   128 
    312       End 
    313       Begin PopupMenu PopupMenu_BackTiming 
    314          AutoDeactivate  =   True 
    315          Bold            =   "" 
    316          DataField       =   "" 
    317          DataSource      =   "" 
    318          Enabled         =   True 
    319          Height          =   20 
    320          HelpTag         =   "" 
    321          Index           =   -2147483648 
    322          InitialParent   =   "PagePanel1" 
    323          InitialValue    =   "1\r2\r3\r4\r5" 
    324          Italic          =   "" 
    325          Left            =   316 
    326          ListIndex       =   0 
    327          LockBottom      =   "" 
    328          LockedInPosition=   False 
    329          LockLeft        =   "" 
    330          LockRight       =   "" 
    331          LockTop         =   "" 
    332          Scope           =   0 
    333          TabIndex        =   6 
    334          TabPanelIndex   =   3 
    335          TabStop         =   True 
    336          TextFont        =   "System" 
    337          TextSize        =   0 
    338          Top             =   155 
    339          Underline       =   "" 
    340          Visible         =   True 
    341          Width           =   172 
    342       End 
    343       Begin StaticText StaticText_BackTiming 
    344          AutoDeactivate  =   True 
    345          Bold            =   "" 
    346          DataField       =   "" 
    347          DataSource      =   "" 
    348          Enabled         =   True 
    349          Height          =   20 
    350          HelpTag         =   "" 
    351          Index           =   -2147483648 
    352          InitialParent   =   "PagePanel1" 
    353          Italic          =   "" 
    354          Left            =   500 
    355          LockBottom      =   "" 
    356          LockedInPosition=   False 
    357          LockLeft        =   "" 
    358          LockRight       =   "" 
    359          LockTop         =   "" 
    360          Multiline       =   "" 
    361          Scope           =   0 
    362          TabIndex        =   7 
    363          TabPanelIndex   =   3 
    364          Text            =   "Back Timing" 
    365          TextAlign       =   0 
    366          TextColor       =   "&cB8B8B8" 
    367          TextFont        =   "System" 
    368          TextSize        =   0 
    369          Top             =   155 
    370          Underline       =   "" 
    371          Visible         =   True 
    372          Width           =   128 
    373       End 
    374       Begin PopupMenu PopupMenu_VerticalInteria 
    375          AutoDeactivate  =   True 
    376          Bold            =   "" 
    377          DataField       =   "" 
    378          DataSource      =   "" 
    379          Enabled         =   True 
    380          Height          =   20 
    381          HelpTag         =   "" 
    382          Index           =   -2147483648 
    383          InitialParent   =   "PagePanel1" 
    384          InitialValue    =   "Strong\r2\r3\r4\rOff" 
    385          Italic          =   "" 
    386          Left            =   316 
    387          ListIndex       =   0 
    388          LockBottom      =   "" 
    389          LockedInPosition=   False 
    390          LockLeft        =   "" 
    391          LockRight       =   "" 
    392          LockTop         =   "" 
    393          Scope           =   0 
    394          TabIndex        =   8 
    395          TabPanelIndex   =   3 
    396          TabStop         =   True 
    397          TextFont        =   "System" 
    398          TextSize        =   0 
    399          Top             =   124 
    400          Underline       =   "" 
    401          Visible         =   True 
    402          Width           =   172 
    403       End 
    404       Begin StaticText StaticText_VerticalIntertia 
    405          AutoDeactivate  =   True 
    406          Bold            =   "" 
    407          DataField       =   "" 
    408          DataSource      =   "" 
    409          Enabled         =   True 
    410          Height          =   20 
    411          HelpTag         =   "" 
    412          Index           =   -2147483648 
    413          InitialParent   =   "PagePanel1" 
    414          Italic          =   "" 
    415          Left            =   500 
    416          LockBottom      =   "" 
    417          LockedInPosition=   False 
    418          LockLeft        =   "" 
    419          LockRight       =   "" 
    420          LockTop         =   "" 
    421          Multiline       =   "" 
    422          Scope           =   0 
    423          TabIndex        =   9 
    424          TabPanelIndex   =   3 
    425          Text            =   "Vertical Intertia" 
    426          TextAlign       =   0 
    427          TextColor       =   "&cB8B8B8" 
    428          TextFont        =   "System" 
    429          TextSize        =   0 
    430          Top             =   124 
    431          Underline       =   "" 
    432          Visible         =   True 
    433          Width           =   128 
    434       End 
    435       Begin PopupMenu PopupMenu_Nuetral 
    436          AutoDeactivate  =   True 
    437          Bold            =   "" 
    438          DataField       =   "" 
    439          DataSource      =   "" 
    440          Enabled         =   True 
    441          Height          =   20 
    442          HelpTag         =   "" 
    443          Index           =   -2147483648 
    444          InitialParent   =   "PagePanel1" 
    445          InitialValue    =   "Narrow\rMid\rWide" 
    446          Italic          =   "" 
    447          Left            =   316 
    448          ListIndex       =   0 
    449          LockBottom      =   "" 
    450          LockedInPosition=   False 
    451          LockLeft        =   "" 
    452          LockRight       =   "" 
    453          LockTop         =   "" 
    454          Scope           =   0 
    455          TabIndex        =   10 
    456          TabPanelIndex   =   3 
    457          TabStop         =   True 
    458          TextFont        =   "System" 
    459          TextSize        =   0 
    460          Top             =   92 
    461          Underline       =   "" 
    462          Visible         =   True 
    463          Width           =   172 
    464       End 
    465       Begin StaticText StaticText_Nuetral 
    466          AutoDeactivate  =   True 
    467          Bold            =   "" 
    468          DataField       =   "" 
    469          DataSource      =   "" 
    470          Enabled         =   True 
    471          Height          =   20 
    472          HelpTag         =   "" 
    473          Index           =   -2147483648 
    474          InitialParent   =   "PagePanel1" 
    475          Italic          =   "" 
    476          Left            =   500 
    477          LockBottom      =   "" 
    478          LockedInPosition=   False 
    479          LockLeft        =   "" 
    480          LockRight       =   "" 
    481          LockTop         =   "" 
    482          Multiline       =   "" 
    483          Scope           =   0 
    484          TabIndex        =   11 
    485          TabPanelIndex   =   3 
    486          Text            =   "Nuetral" 
    487          TextAlign       =   0 
    488          TextColor       =   "&cB8B8B8" 
    489          TextFont        =   "System" 
    490          TextSize        =   0 
    491          Top             =   92 
    492          Underline       =   "" 
    493          Visible         =   True 
    494          Width           =   128 
    495       End 
    496       Begin PopupMenu PopupMenu_DFreq 
    497          AutoDeactivate  =   True 
    498          Bold            =   "" 
    499          DataField       =   "" 
    500          DataSource      =   "" 
    501          Enabled         =   True 
    502          Height          =   20 
    503          HelpTag         =   "" 
    504          Index           =   -2147483648 
    505          InitialParent   =   "PagePanel1" 
    506          InitialValue    =   "High\rMedium\rLow" 
    507          Italic          =   "" 
    508          Left            =   20 
    509          ListIndex       =   0 
    510          LockBottom      =   "" 
    511          LockedInPosition=   False 
    512          LockLeft        =   "" 
    513          LockRight       =   "" 
    514          LockTop         =   "" 
    515          Scope           =   0 
    516          TabIndex        =   12 
    517          TabPanelIndex   =   3 
    518          TabStop         =   True 
    519          TextFont        =   "System" 
    520          TextSize        =   0 
    521          Top             =   248 
    522          Underline       =   "" 
    523          Visible         =   True 
    524          Width           =   172 
    525       End 
    526       Begin StaticText StaticText_DFreq 
    527          AutoDeactivate  =   True 
    528          Bold            =   "" 
    529          DataField       =   "" 
    530          DataSource      =   "" 
    531          Enabled         =   True 
    532          Height          =   20 
    533          HelpTag         =   "" 
    534          Index           =   -2147483648 
    535          InitialParent   =   "PagePanel1" 
    536          Italic          =   "" 
    537          Left            =   204 
    538          LockBottom      =   "" 
    539          LockedInPosition=   False 
    540          LockLeft        =   "" 
    541          LockRight       =   "" 
    542          LockTop         =   "" 
    543          Multiline       =   "" 
    544          Scope           =   0 
    545          TabIndex        =   13 
    546          TabPanelIndex   =   3 
    547          Text            =   "Drive Frequency" 
    548          TextAlign       =   0 
    549          TextColor       =   "&cB8B8B8" 
    550          TextFont        =   "System" 
    551          TextSize        =   0 
    552          Top             =   247 
    553          Underline       =   "" 
    554          Visible         =   True 
    555          Width           =   128 
    556       End 
    557       Begin PopupMenu PopupMenu_Dump 
    558          AutoDeactivate  =   True 
    559          Bold            =   "" 
    560          DataField       =   "" 
    561          DataSource      =   "" 
    562          Enabled         =   True 
    563          Height          =   20 
    564          HelpTag         =   "" 
    565          Index           =   -2147483648 
    566          InitialParent   =   "PagePanel1" 
    567          InitialValue    =   "Over\rSmooth" 
    568          Italic          =   "" 
    569          Left            =   20 
    570          ListIndex       =   0 
    571          LockBottom      =   "" 
    572          LockedInPosition=   False 
    573          LockLeft        =   "" 
    574          LockRight       =   "" 
    575          LockTop         =   "" 
    576          Scope           =   0 
    577          TabIndex        =   14 
    578          TabPanelIndex   =   3 
    579          TabStop         =   True 
    580          TextFont        =   "System" 
    581          TextSize        =   0 
    582          Top             =   216 
    583          Underline       =   "" 
    584          Visible         =   True 
    585          Width           =   172 
    586       End 
    587       Begin StaticText StaticText_Dump 
    588          AutoDeactivate  =   True 
    589          Bold            =   "" 
    590          DataField       =   "" 
    591          DataSource      =   "" 
    592          Enabled         =   True 
    593          Height          =   20 
    594          HelpTag         =   "" 
    595          Index           =   -2147483648 
    596          InitialParent   =   "PagePanel1" 
    597          Italic          =   "" 
    598          Left            =   204 
    599          LockBottom      =   "" 
    600          LockedInPosition=   False 
    601          LockLeft        =   "" 
    602          LockRight       =   "" 
    603          LockTop         =   "" 
    604          Multiline       =   "" 
    605          Scope           =   0 
    606          TabIndex        =   15 
    607          TabPanelIndex   =   3 
    608          Text            =   "Dump" 
    609          TextAlign       =   0 
    610          TextColor       =   "&cB8B8B8" 
    611          TextFont        =   "System" 
    612          TextSize        =   0 
    613          Top             =   216 
    614          Underline       =   "" 
    615          Visible         =   True 
    616          Width           =   128 
    617       End 
    618       Begin PopupMenu PopupMenu_DBand 
    619          AutoDeactivate  =   True 
    620          Bold            =   "" 
    621          DataField       =   "" 
    622          DataSource      =   "" 
    623          Enabled         =   True 
    624          Height          =   20 
    625          HelpTag         =   "" 
    626          Index           =   -2147483648 
    627          InitialParent   =   "PagePanel1" 
    628          InitialValue    =   "Narrow\rMid\rWide" 
    629          Italic          =   "" 
    630          Left            =   20 
    631          ListIndex       =   0 
    632          LockBottom      =   "" 
    633          LockedInPosition=   False 
    634          LockLeft        =   "" 
    635          LockRight       =   "" 
    636          LockTop         =   "" 
    637          Scope           =   0 
    638          TabIndex        =   16 
    639          TabPanelIndex   =   3 
    640          TabStop         =   True 
    641          TextFont        =   "System" 
    642          TextSize        =   0 
    643          Top             =   184 
    644          Underline       =   "" 
    645          Visible         =   True 
    646          Width           =   172 
    647       End 
    648       Begin StaticText StaticText_DBand 
    649          AutoDeactivate  =   True 
    650          Bold            =   "" 
    651          DataField       =   "" 
    652          DataSource      =   "" 
    653          Enabled         =   True 
    654          Height          =   20 
    655          HelpTag         =   "" 
    656          Index           =   -2147483648 
    657          InitialParent   =   "PagePanel1" 
    658          Italic          =   "" 
    659          Left            =   204 
    660          LockBottom      =   "" 
    661          LockedInPosition=   False 
    662          LockLeft        =   "" 
    663          LockRight       =   "" 
    664          LockTop         =   "" 
    665          Multiline       =   "" 
    666          Scope           =   0 
    667          TabIndex        =   17 
    668          TabPanelIndex   =   3 
    669          Text            =   "Drive Band" 
    670          TextAlign       =   0 
    671          TextColor       =   "&cB8B8B8" 
    672          TextFont        =   "System" 
    673          TextSize        =   0 
    674          Top             =   184 
    675          Underline       =   "" 
    676          Visible         =   True 
    677          Width           =   128 
    678       End 
    679       Begin Slider Slider_Punch 
    680          AutoDeactivate  =   True 
    681          Enabled         =   True 
    682          Height          =   16 
    683          HelpTag         =   "" 
    684          Index           =   -2147483648 
    685          InitialParent   =   "PagePanel1" 
    686          Left            =   20 
    687          LineStep        =   1 
    688          LiveScroll      =   "" 
    689          LockBottom      =   "" 
    690          LockedInPosition=   False 
    691          LockLeft        =   "" 
    692          LockRight       =   "" 
    693          LockTop         =   "" 
    694          Maximum         =   255 
    695          Minimum         =   1 
    696          PageStep        =   20 
    697          Scope           =   0 
    698          TabIndex        =   18 
    699          TabPanelIndex   =   3 
    700          TabStop         =   True 
    701          Top             =   156 
    702          Value           =   0 
    703          Visible         =   True 
    704          Width           =   128 
    705       End 
    706       Begin EditField EditField_Punch 
    707          AcceptTabs      =   "" 
    708          Alignment       =   0 
    709          AutoDeactivate  =   True 
    710          BackColor       =   &hFFFFFF 
    711          Bold            =   "" 
    712          Border          =   True 
    713          DataField       =   "" 
    714          DataSource      =   "" 
    715          Enabled         =   True 
    716          Format          =   "" 
    717          Height          =   22 
    718          HelpTag         =   "" 
    719          Index           =   -2147483648 
    720          InitialParent   =   "PagePanel1" 
    721          Italic          =   "" 
    722          Left            =   160 
    723          LimitText       =   0 
    724          LockBottom      =   "" 
    725          LockedInPosition=   False 
    726          LockLeft        =   "" 
    727          LockRight       =   "" 
    728          LockTop         =   "" 
    729          Mask            =   "###" 
    730          Multiline       =   "" 
    731          Password        =   "" 
    732          ReadOnly        =   "" 
    733          Scope           =   0 
    734          ScrollbarHorizontal=   "" 
    735          ScrollbarVertical=   True 
    736          Styled          =   "" 
    737          TabIndex        =   19 
    738          TabPanelIndex   =   3 
    739          TabStop         =   True 
    740          Text            =   "" 
    741          TextColor       =   &h000000 
    742          TextFont        =   "System" 
    743          TextSize        =   0 
    744          Top             =   156 
    745          Underline       =   "" 
    746          UseFocusRing    =   True 
    747          Visible         =   True 
    748          Width           =   32 
    749       End 
    750       Begin StaticText StaticText_Punch 
    751          AutoDeactivate  =   True 
    752          Bold            =   "" 
    753          DataField       =   "" 
    754          DataSource      =   "" 
    755          Enabled         =   True 
    756          Height          =   20 
    757          HelpTag         =   "" 
    758          Index           =   -2147483648 
    759          InitialParent   =   "PagePanel1" 
    760          Italic          =   "" 
    761          Left            =   204 
    762          LockBottom      =   "" 
    763          LockedInPosition=   False 
    764          LockLeft        =   "" 
    765          LockRight       =   "" 
    766          LockTop         =   "" 
    767          Multiline       =   "" 
    768          Scope           =   0 
    769          TabIndex        =   20 
    770          TabPanelIndex   =   3 
    771          Text            =   "Punch" 
    772          TextAlign       =   0 
    773          TextColor       =   "&cB8B8B8" 
    774          TextFont        =   "System" 
    775          TextSize        =   0 
    776          Top             =   156 
    777          Underline       =   "" 
    778          Visible         =   True 
    779          Width           =   128 
    780       End 
    781       Begin PopupMenu PopupMenu_Speed 
    782          AutoDeactivate  =   True 
    783          Bold            =   "" 
    784          DataField       =   "" 
    785          DataSource      =   "" 
    786          Enabled         =   True 
    787          Height          =   20 
    788          HelpTag         =   "" 
    789          Index           =   -2147483648 
    790          InitialParent   =   "PagePanel1" 
    791          InitialValue    =   "Slow\r2\r3\r4\rFast" 
    792          Italic          =   "" 
    793          Left            =   20 
    794          ListIndex       =   0 
    795          LockBottom      =   "" 
    796          LockedInPosition=   False 
    797          LockLeft        =   "" 
    798          LockRight       =   "" 
    799          LockTop         =   "" 
    800          Scope           =   0 
    801          TabIndex        =   21 
    802          TabPanelIndex   =   3 
    803          TabStop         =   True 
    804          TextFont        =   "System" 
    805          TextSize        =   0 
    806          Top             =   124 
    807          Underline       =   "" 
    808          Visible         =   True 
    809          Width           =   172 
    810       End 
    811       Begin StaticText StaticText_Speed 
    812          AutoDeactivate  =   True 
    813          Bold            =   "" 
    814          DataField       =   "" 
    815          DataSource      =   "" 
    816          Enabled         =   True 
    817          Height          =   20 
    818          HelpTag         =   "" 
    819          Index           =   -2147483648 
    820          InitialParent   =   "PagePanel1" 
    821          Italic          =   "" 
    822          Left            =   204 
    823          LockBottom      =   "" 
    824          LockedInPosition=   False 
    825          LockLeft        =   "" 
    826          LockRight       =   "" 
    827          LockTop         =   "" 
    828          Multiline       =   "" 
    829          Scope           =   0 
    830          TabIndex        =   22 
    831          TabPanelIndex   =   3 
    832          Text            =   "Speed" 
    833          TextAlign       =   0 
    834          TextColor       =   "&cB8B8B8" 
    835          TextFont        =   "System" 
    836          TextSize        =   0 
    837          Top             =   124 
    838          Underline       =   "" 
    839          Visible         =   True 
    840          Width           =   100 
    841       End 
    842       Begin PopupMenu PopupMenu_Gain 
    843          AutoDeactivate  =   True 
    844          Bold            =   "" 
    845          DataField       =   "" 
    846          DataSource      =   "" 
    847          Enabled         =   True 
    848          Height          =   20 
    849          HelpTag         =   "" 
    850          Index           =   -2147483648 
    851          InitialParent   =   "PagePanel1" 
    852          InitialValue    =   "Min\rMid\rStrong" 
    853          Italic          =   "" 
    854          Left            =   20 
    855          ListIndex       =   0 
    856          LockBottom      =   "" 
    857          LockedInPosition=   False 
    858          LockLeft        =   "" 
    859          LockRight       =   "" 
    860          LockTop         =   "" 
    861          Scope           =   0 
    862          TabIndex        =   23 
    863          TabPanelIndex   =   3 
    864          TabStop         =   True 
    865          TextFont        =   "System" 
    866          TextSize        =   0 
    867          Top             =   92 
    868          Underline       =   "" 
    869          Visible         =   True 
    870          Width           =   172 
    871       End 
    872       Begin StaticText StaticText_Gain 
    873          AutoDeactivate  =   True 
    874          Bold            =   "" 
    875          DataField       =   "" 
    876          DataSource      =   "" 
    877          Enabled         =   True 
    878          Height          =   20 
    879          HelpTag         =   "" 
    880          Index           =   -2147483648 
    881          InitialParent   =   "PagePanel1" 
    882          Italic          =   "" 
    883          Left            =   204 
    884          LockBottom      =   "" 
    885          LockedInPosition=   False 
    886          LockLeft        =   "" 
    887          LockRight       =   "" 
    888          LockTop         =   "" 
    889          Multiline       =   "" 
    890          Scope           =   0 
    891          TabIndex        =   24 
    892          TabPanelIndex   =   3 
    893          Text            =   "Gain" 
    894          TextAlign       =   0 
    895          TextColor       =   "&cB8B8B8" 
    896          TextFont        =   "System" 
    897          TextSize        =   0 
    898          Top             =   93 
    899          Underline       =   "" 
    900          Visible         =   True 
    901          Width           =   100 
    902       End 
    903       Begin StaticText StaticText_SerialPort 
    904          AutoDeactivate  =   True 
    905          Bold            =   "" 
    906          DataField       =   "" 
    907          DataSource      =   "" 
    908          Enabled         =   True 
    909          Height          =   20 
    910          HelpTag         =   "" 
    911          Index           =   -2147483648 
    912          InitialParent   =   "PagePanel1" 
    913          Italic          =   "" 
    914          Left            =   193 
    915          LockBottom      =   "" 
    916          LockedInPosition=   False 
    917          LockLeft        =   "" 
    918          LockRight       =   "" 
    919          LockTop         =   "" 
    920          Multiline       =   "" 
    921          Scope           =   0 
    922          TabIndex        =   2 
    923          TabPanelIndex   =   1 
    924          Text            =   "COM Port" 
    925          TextAlign       =   0 
    926          TextColor       =   "&cB8B8B8" 
    927          TextFont        =   "System" 
    928          TextSize        =   0 
    929          Top             =   115 
    930          Underline       =   "" 
    931          Visible         =   True 
    932          Width           =   100 
    933       End 
    934       Begin StaticText StaticText_CarType 
    935          AutoDeactivate  =   True 
    936          Bold            =   "" 
    937          DataField       =   "" 
    938          DataSource      =   "" 
    939          Enabled         =   True 
    940          Height          =   20 
    941          HelpTag         =   "" 
    942          Index           =   -2147483648 
    943          InitialParent   =   "PagePanel1" 
    944          Italic          =   "" 
    945          Left            =   193 
    946          LockBottom      =   "" 
    947          LockedInPosition=   False 
    948          LockLeft        =   "" 
    949          LockRight       =   "" 
    950          LockTop         =   "" 
    951          Multiline       =   "" 
    952          Scope           =   0 
    953          TabIndex        =   3 
    954          TabPanelIndex   =   1 
    955          Text            =   "Car Type" 
    956          TextAlign       =   0 
    957          TextColor       =   "&cB8B8B8" 
    958          TextFont        =   "System" 
    959          TextSize        =   0 
    960          Top             =   172 
    961          Underline       =   "" 
    962          Visible         =   True 
    963          Width           =   100 
    964       End 
    965       Begin PopupMenu PopupMenu1 
    966          AutoDeactivate  =   True 
    967          Bold            =   "" 
    968          DataField       =   "" 
    969          DataSource      =   "" 
    970          Enabled         =   True 
    971          Height          =   20 
    972          HelpTag         =   "" 
    973          Index           =   -2147483648 
    974          InitialParent   =   "PagePanel1" 
    975          InitialValue    =   "" 
    976          Italic          =   "" 
    977          Left            =   20 
    978          ListIndex       =   0 
    979          LockBottom      =   "" 
    980          LockedInPosition=   False 
    981          LockLeft        =   "" 
    982          LockRight       =   "" 
    983          LockTop         =   "" 
    984          Scope           =   0 
    985          TabIndex        =   4 
    986          TabPanelIndex   =   1 
    987          TabStop         =   True 
    988          TextFont        =   "System" 
    989          TextSize        =   0 
    990          Top             =   218 
    991          Underline       =   "" 
    992          Visible         =   True 
    993          Width           =   161 
    994       End 
    995    End 
    996    Begin PushButton PushButton_General 
    997       AutoDeactivate  =   True 
    998       Bold            =   "" 
    999       Cancel          =   "" 
    1000       Caption         =   "Config" 
    1001       Default         =   "" 
    1002       Enabled         =   True 
    1003       Height          =   "#defaultControlHeight" 
    1004       HelpTag         =   "" 
    1005       Index           =   -2147483648 
    1006       InitialParent   =   "" 
    1007       Italic          =   "" 
    1008       Left            =   16 
    1009       LockBottom      =   "" 
    1010       LockedInPosition=   False 
    1011       LockLeft        =   "" 
    1012       LockRight       =   "" 
    1013       LockTop         =   "" 
    1014       Scope           =   0 
    1015       TabIndex        =   1 
    1016       TabPanelIndex   =   0 
    1017       TabStop         =   True 
    1018       TextFont        =   "System" 
    1019       TextSize        =   0 
    1020       Top             =   58 
    1021       Underline       =   "" 
    1022       Visible         =   True 
    1023       Width           =   88 
    1024    End 
    1025    Begin PushButton PushButton_Car 
    1026       AutoDeactivate  =   True 
    1027       Bold            =   "" 
    1028       Cancel          =   "" 
    1029       Caption         =   "Car" 
    1030       Default         =   "" 
    1031       Enabled         =   True 
    1032       Height          =   "#defaultControlHeight" 
    1033       HelpTag         =   "" 
    1034       Index           =   -2147483648 
    1035       InitialParent   =   "" 
    1036       Italic          =   "" 
    1037       Left            =   118 
    1038       LockBottom      =   "" 
    1039       LockedInPosition=   False 
    1040       LockLeft        =   "" 
    1041       LockRight       =   "" 
    1042       LockTop         =   "" 
    1043       Scope           =   0 
    1044       TabIndex        =   2 
    1045       TabPanelIndex   =   0 
    1046       TabStop         =   True 
    1047       TextFont        =   "System" 
    1048       TextSize        =   0 
    1049       Top             =   58 
    1050       Underline       =   "" 
    1051       Visible         =   True 
    1052       Width           =   88 
    1053    End 
    1054    Begin PushButton PushButton_Advanced 
    1055       AutoDeactivate  =   True 
    1056       Bold            =   "" 
    1057       Cancel          =   "" 
    1058       Caption         =   "Advanced" 
    1059       Default         =   "" 
    1060       Enabled         =   True 
    1061       Height          =   "#defaultControlHeight" 
    1062       HelpTag         =   "" 
    1063       Index           =   -2147483648 
    1064       InitialParent   =   "" 
    1065       Italic          =   "" 
    1066       Left            =   220 
    1067       LockBottom      =   "" 
    1068       LockedInPosition=   False 
    1069       LockLeft        =   "" 
    1070       LockRight       =   "" 
    1071       LockTop         =   "" 
    1072       Scope           =   0 
    1073       TabIndex        =   3 
    1074       TabPanelIndex   =   0 
    1075       TabStop         =   True 
    1076       TextFont        =   "System" 
    1077       TextSize        =   0 
    1078       Top             =   58 
    1079       Underline       =   "" 
    1080       Visible         =   True 
    1081       Width           =   88 
    1082    End 
    108327   Begin PushButton PushButton_Read 
    108428      AutoDeactivate  =   True 
     
    109337      InitialParent   =   "" 
    109438      Italic          =   "" 
    1095       Left            =   16 
     39      Left            =   26 
    109640      LockBottom      =   "" 
    109741      LockedInPosition=   False 
     
    110549      TextFont        =   "System" 
    110650      TextSize        =   0 
    1107       Top             =   452 
     51      Top             =   312 
    110852      Underline       =   "" 
    110953      Visible         =   True 
     
    112266      InitialParent   =   "" 
    112367      Italic          =   "" 
    1124       Left            =   118 
     68      Left            =   126 
    112569      LockBottom      =   "" 
    112670      LockedInPosition=   False 
     
    113478      TextFont        =   "System" 
    113579      TextSize        =   0 
    1136       Top             =   452 
     80      Top             =   312 
    113781      Underline       =   "" 
    113882      Visible         =   True 
     
    115195      InitialParent   =   "" 
    115296      Italic          =   "" 
    1153       Left            =   220 
     97      Left            =   226 
    115498      LockBottom      =   "" 
    115599      LockedInPosition=   False 
     
    1163107      TextFont        =   "System" 
    1164108      TextSize        =   0 
    1165       Top             =   452 
     109      Top             =   312 
    1166110      Underline       =   "" 
    1167111      Visible         =   True 
    1168112      Width           =   88 
     113   End 
     114   Begin TabPanel TabPanel1 
     115      AutoDeactivate  =   True 
     116      Bold            =   "" 
     117      Enabled         =   True 
     118      Height          =   264 
     119      HelpTag         =   "" 
     120      Index           =   -2147483648 
     121      InitialParent   =   "" 
     122      Italic          =   "" 
     123      Left            =   0 
     124      LockBottom      =   "" 
     125      LockedInPosition=   False 
     126      LockLeft        =   "" 
     127      LockRight       =   "" 
     128      LockTop         =   "" 
     129      Panels          =   "" 
     130      Scope           =   0 
     131      SmallTabs       =   "" 
     132      TabDefinition   =   "Settings\rProfiles\rCar\rCustom" 
     133      TabIndex        =   43 
     134      TabPanelIndex   =   0 
     135      TabStop         =   True 
     136      TextFont        =   "System" 
     137      TextSize        =   0 
     138      Top             =   32 
     139      Underline       =   "" 
     140      Value           =   3 
     141      Visible         =   True 
     142      Width           =   637 
     143      Begin StaticText StaticText_SerialPort 
     144         AutoDeactivate  =   True 
     145         Bold            =   "" 
     146         DataField       =   "" 
     147         DataSource      =   "" 
     148         Enabled         =   True 
     149         Height          =   20 
     150         HelpTag         =   "" 
     151         Index           =   -2147483648 
     152         InitialParent   =   "TabPanel1" 
     153         Italic          =   "" 
     154         Left            =   214 
     155         LockBottom      =   "" 
     156         LockedInPosition=   False 
     157         LockLeft        =   "" 
     158         LockRight       =   "" 
     159         LockTop         =   "" 
     160         Multiline       =   "" 
     161         Scope           =   0 
     162         TabIndex        =   0 
     163         TabPanelIndex   =   1 
     164         Text            =   "COM Port" 
     165         TextAlign       =   0 
     166         TextColor       =   "&cB8B8B8" 
     167         TextFont        =   "System" 
     168         TextSize        =   0 
     169         Top             =   106 
     170         Underline       =   "" 
     171         Visible         =   True 
     172         Width           =   100 
     173      End 
     174      Begin PopupMenu PopupMenu_SerialPort 
     175         AutoDeactivate  =   True 
     176         Bold            =   "" 
     177         DataField       =   "" 
     178         DataSource      =   "" 
     179         Enabled         =   True 
     180         Height          =   20 
     181         HelpTag         =   "" 
     182         Index           =   -2147483648 
     183         InitialParent   =   "TabPanel1" 
     184         InitialValue    =   "" 
     185         Italic          =   "" 
     186         Left            =   26 
     187         ListIndex       =   0 
     188         LockBottom      =   "" 
     189         LockedInPosition=   False 
     190         LockLeft        =   "" 
     191         LockRight       =   "" 
     192         LockTop         =   "" 
     193         Scope           =   0 
     194         TabIndex        =   1 
     195         TabPanelIndex   =   1 
     196         TabStop         =   True 
     197         TextFont        =   "System" 
     198         TextSize        =   0 
     199         Top             =   106 
     200         Underline       =   "" 
     201         Visible         =   True 
     202         Width           =   176 
     203      End 
     204      Begin GroupBox GroupBox1 
     205         AutoDeactivate  =   True 
     206         Bold            =   "" 
     207         Caption         =   "" 
     208         Enabled         =   True 
     209         Height          =   89 
     210         HelpTag         =   "" 
     211         Index           =   -2147483648 
     212         InitialParent   =   "TabPanel1" 
     213         Italic          =   "" 
     214         Left            =   14 
     215         LockBottom      =   "" 
     216         LockedInPosition=   False 
     217         LockLeft        =   "" 
     218         LockRight       =   "" 
     219         LockTop         =   "" 
     220         Scope           =   0 
     221         TabIndex        =   0 
     222         TabPanelIndex   =   2 
     223         TextFont        =   "System" 
     224         TextSize        =   0 
     225         Top             =   94 
     226         Underline       =   "" 
     227         Visible         =   True 
     228         Width           =   358 
     229         Begin PopupMenu PopupMenu_Profile 
     230            AutoDeactivate  =   True 
     231            Bold            =   "" 
     232            DataField       =   "" 
     233            DataSource      =   "" 
     234            Enabled         =   True 
     235            Height          =   20 
     236            HelpTag         =   "" 
     237            Index           =   -2147483648 
     238            InitialParent   =   "GroupBox1" 
     239            InitialValue    =   "" 
     240            Italic          =   "" 
     241            Left            =   26 
     242            ListIndex       =   0 
     243            LockBottom      =   "" 
     244            LockedInPosition=   False 
     245            LockLeft        =   "" 
     246            LockRight       =   "" 
     247            LockTop         =   "" 
     248            Scope           =   0 
     249            TabIndex        =   0 
     250            TabPanelIndex   =   2 
     251            TabStop         =   True 
     252            TextFont        =   "System" 
     253            TextSize        =   0 
     254            Top             =   106 
     255            Underline       =   "" 
     256            Visible         =   True 
     257            Width           =   176 
     258         End 
     259         Begin PushButton PushButton_Create 
     260            AutoDeactivate  =   True 
     261            Bold            =   "" 
     262            Cancel          =   "" 
     263            Caption         =   "Create" 
     264            Default         =   "" 
     265            Enabled         =   True 
     266            Height          =   20 
     267            HelpTag         =   "" 
     268            Index           =   -2147483648 
     269            InitialParent   =   "GroupBox1" 
     270            Italic          =   "" 
     271            Left            =   26 
     272            LockBottom      =   "" 
     273            LockedInPosition=   False 
     274            LockLeft        =   "" 
     275            LockRight       =   "" 
     276            LockTop         =   "" 
     277            Scope           =   0 
     278            TabIndex        =   1 
     279            TabPanelIndex   =   2 
     280            TabStop         =   True 
     281            TextFont        =   "System" 
     282            TextSize        =   0 
     283            Top             =   142 
     284            Underline       =   "" 
     285            Visible         =   True 
     286            Width           =   88 
     287         End 
     288         Begin PushButton PushButton_Delete 
     289            AutoDeactivate  =   True 
     290            Bold            =   "" 
     291            Cancel          =   "" 
     292            Caption         =   "Delete" 
     293            Default         =   "" 
     294            Enabled         =   True 
     295            Height          =   20 
     296            HelpTag         =   "" 
     297            Index           =   -2147483648 
     298            InitialParent   =   "GroupBox1" 
     299            Italic          =   "" 
     300            Left            =   126 
     301            LockBottom      =   "" 
     302            LockedInPosition=   False 
     303            LockLeft        =   "" 
     304            LockRight       =   "" 
     305            LockTop         =   "" 
     306            Scope           =   0 
     307            TabIndex        =   2 
     308            TabPanelIndex   =   2 
     309            TabStop         =   True 
     310            TextFont        =   "System" 
     311            TextSize        =   0 
     312            Top             =   142 
     313            Underline       =   "" 
     314            Visible         =   True 
     315            Width           =   88 
     316         End 
     317         Begin PushButton PushButton_Save 
     318            AutoDeactivate  =   True 
     319            Bold            =   "" 
     320            Cancel          =   "" 
     321            Caption         =   "Save" 
     322            Default         =   "" 
     323            Enabled         =   True 
     324            Height          =   20 
     325            HelpTag         =   "" 
     326            Index           =   -2147483648 
     327            InitialParent   =   "GroupBox1" 
     328            Italic          =   "" 
     329            Left            =   226 
     330            LockBottom      =   "" 
     331            LockedInPosition=   False 
     332            LockLeft        =   "" 
     333            LockRight       =   "" 
     334            LockTop         =   "" 
     335            Scope           =   0 
     336            TabIndex        =   3 
     337            TabPanelIndex   =   2 
     338            TabStop         =   True 
     339            TextFont        =   "System" 
     340            TextSize        =   0 
     341            Top             =   142 
     342            Underline       =   "" 
     343            Visible         =   True 
     344            Width           =   88 
     345         End 
     346         Begin StaticText StaticText_Profiles 
     347            AutoDeactivate  =   True 
     348            Bold            =   "" 
     349            DataField       =   "" 
     350            DataSource      =   "" 
     351            Enabled         =   True 
     352            Height          =   20 
     353            HelpTag         =   "" 
     354            Index           =   -2147483648 
     355            InitialParent   =   "GroupBox1" 
     356            Italic          =   "" 
     357            Left            =   214 
     358            LockBottom      =   "" 
     359            LockedInPosition=   False 
     360            LockLeft        =   "" 
     361            LockRight       =   "" 
     362            LockTop         =   "" 
     363            Multiline       =   "" 
     364            Scope           =   0 
     365            TabIndex        =   4 
     366            TabPanelIndex   =   2 
     367            Text            =   "Profiles" 
     368            TextAlign       =   0 
     369            TextColor       =   "&cB8B8B8" 
     370            TextFont        =   "System" 
     371            TextSize        =   0 
     372            Top             =   106 
     373            Underline       =   "" 
     374            Visible         =   True 
     375            Width           =   100 
     376         End 
     377      End 
     378      Begin GroupBox GroupBox2 
     379         AutoDeactivate  =   True 
     380         Bold            =   "" 
     381         Caption         =   "" 
     382         Enabled         =   True 
     383         Height          =   202 
     384         HelpTag         =   "" 
     385         Index           =   -2147483648 
     386         InitialParent   =   "TabPanel1" 
     387         Italic          =   "" 
     388         Left            =   14 
     389         LockBottom      =   "" 
     390         LockedInPosition=   False 
     391         LockLeft        =   "" 
     392         LockRight       =   "" 
     393         LockTop         =   "" 
     394         Scope           =   0 
     395         TabIndex        =   0 
     396         TabPanelIndex   =   3 
     397         TextFont        =   "System" 
     398         TextSize        =   0 
     399         Top             =   94 
     400         Underline       =   "" 
     401         Visible         =   True 
     402         Width           =   608 
     403         Begin Slider Slider_THGain 
     404            AutoDeactivate  =   True 
     405            Enabled         =   True 
     406            Height          =   16 
     407            HelpTag         =   "" 
     408            Index           =   -2147483648 
     409            InitialParent   =   "GroupBox2" 
     410            Left            =   322 
     411            LineStep        =   1 
     412            LiveScroll      =   "" 
     413            LockBottom      =   "" 
     414            LockedInPosition=   False 
     415            LockLeft        =   "" 
     416            LockRight       =   "" 
     417            LockTop         =   "" 
     418            Maximum         =   255 
     419            Minimum         =   1 
     420            PageStep        =   20 
     421            Scope           =   0 
     422            TabIndex        =   0 
     423            TabPanelIndex   =   3 
     424            TabStop         =   True 
     425            Top             =   268 
     426            Value           =   0 
     427            Visible         =   True 
     428            Width           =   128 
     429         End 
     430         Begin EditField EditField_THGain 
     431            AcceptTabs      =   "" 
     432            Alignment       =   0 
     433            AutoDeactivate  =   True 
     434            BackColor       =   &hFFFFFF 
     435            Bold            =   "" 
     436            Border          =   True 
     437            DataField       =   "" 
     438            DataSource      =   "" 
     439            Enabled         =   True 
     440            Format          =   "" 
     441            Height          =   22 
     442            HelpTag         =   "" 
     443            Index           =   -2147483648 
     444            InitialParent   =   "GroupBox2" 
     445            Italic          =   "" 
     446            Left            =   462 
     447            LimitText       =   0 
     448            LockBottom      =   "" 
     449            LockedInPosition=   False 
     450            LockLeft        =   "" 
     451            LockRight       =   "" 
     452            LockTop         =   "" 
     453            Mask            =   "###" 
     454            Multiline       =   "" 
     455            Password        =   "" 
     456            ReadOnly        =   "" 
     457            Scope           =   0 
     458            ScrollbarHorizontal=   "" 
     459            ScrollbarVertical=   True 
     460            Styled          =   "" 
     461            TabIndex        =   1 
     462            TabPanelIndex   =   3 
     463            TabStop         =   True 
     464            Text            =   "" 
     465            TextColor       =   &h000000 
     466            TextFont        =   "System" 
     467            TextSize        =   0 
     468            Top             =   268 
     469            Underline       =   "" 
     470            UseFocusRing    =   True 
     471            Visible         =   True 
     472            Width           =   32 
     473         End 
     474         Begin StaticText StaticText_THGain 
     475            AutoDeactivate  =   True 
     476            Bold            =   "" 
     477            DataField       =   "" 
     478            DataSource      =   "" 
     479            Enabled         =   True 
     480            Height          =   20 
     481            HelpTag         =   "" 
     482            Index           =   -2147483648 
     483            InitialParent   =   "GroupBox2" 
     484            Italic          =   "" 
     485            Left            =   506 
     486            LockBottom      =   "" 
     487            LockedInPosition=   False 
     488            LockLeft        =   "" 
     489            LockRight       =   "" 
     490            LockTop         =   "" 
     491            Multiline       =   "" 
     492            Scope           =   0 
     493            TabIndex        =   2 
     494            TabPanelIndex   =   3 
     495            Text            =   "Throttle Gain" 
     496            TextAlign       =   0 
     497            TextColor       =   "&cB8B8B8" 
     498            TextFont        =   "System" 
     499            TextSize        =   0 
     500            Top             =   268 
     501            Underline       =   "" 
     502            Visible         =   True 
     503            Width           =   128 
     504         End 
     505         Begin Slider Slider_STGain 
     506            AutoDeactivate  =   True 
     507            Enabled         =   True 
     508            Height          =   16 
     509            HelpTag         =   "" 
     510            Index           =   -2147483648 
     511            InitialParent   =   "GroupBox2" 
     512            Left            =   322 
     513            LineStep        =   1 
     514            LiveScroll      =   "" 
     515            LockBottom      =   "" 
     516            LockedInPosition=   False 
     517            LockLeft        =   "" 
     518            LockRight       =   "" 
     519            LockTop         =   "" 
     520            Maximum         =   255 
     521            Minimum         =   1 
     522            PageStep        =   20 
     523            Scope           =   0 
     524            TabIndex        =   3 
     525            TabPanelIndex   =   3 
     526            TabStop         =   True 
     527            Top             =   234 
     528            Value           =   0 
     529            Visible         =   True 
     530            Width           =   128 
     531         End 
     532         Begin EditField EditField_STGain 
     533            AcceptTabs      =   "" 
     534            Alignment       =   0 
     535            AutoDeactivate  =   True 
     536            BackColor       =   &hFFFFFF 
     537            Bold            =   "" 
     538            Border          =   True 
     539            DataField       =   "" 
     540            DataSource      =   "" 
     541            Enabled         =   True 
     542            Format          =   "" 
     543            Height          =   22 
     544            HelpTag         =   "" 
     545            Index           =   -2147483648 
     546            InitialParent   =   "GroupBox2" 
     547            Italic          =   "" 
     548            Left            =   462 
     549            LimitText       =   0 
     550            LockBottom      =   "" 
     551            LockedInPosition=   False 
     552            LockLeft        =   "" 
     553            LockRight       =   "" 
     554            LockTop         =   "" 
     555            Mask            =   "###" 
     556            Multiline       =   "" 
     557            Password        =   "" 
     558            ReadOnly        =   "" 
     559            Scope           =   0 
     560            ScrollbarHorizontal=   "" 
     561            ScrollbarVertical=   True 
     562            Styled          =   "" 
     563            TabIndex        =   4 
     564            TabPanelIndex   =   3 
     565            TabStop         =   True 
     566            Text            =   "" 
     567            TextColor       =   &h000000 
     568            TextFont        =   "System" 
     569            TextSize        =   0 
     570            Top             =   234 
     571            Underline       =   "" 
     572            UseFocusRing    =   True 
     573            Visible         =   True 
     574            Width           =   32 
     575         End 
     576         Begin StaticText StaticText_STGain 
     577            AutoDeactivate  =   True 
     578            Bold            =   "" 
     579            DataField       =   "" 
     580            DataSource      =   "" 
     581            Enabled         =   True 
     582            Height          =   20 
     583            HelpTag         =   "" 
     584            Index           =   -2147483648 
     585            InitialParent   =   "GroupBox2" 
     586            Italic          =   "" 
     587            Left            =   506 
     588            LockBottom      =   "" 
     589            LockedInPosition=   False 
     590            LockLeft        =   "" 
     591            LockRight       =   "" 
     592            LockTop         =   "" 
     593            Multiline       =   "" 
     594            Scope           =   0 
     595            TabIndex        =   5 
     596            TabPanelIndex   =   3 
     597            Text            =   "Steering Gain" 
     598            TextAlign       =   0 
     599            TextColor       =   "&cB8B8B8" 
     600            TextFont        =   "System" 
     601            TextSize        =   0 
     602            Top             =   234 
     603            Underline       =   "" 
     604            Visible         =   True 
     605            Width           =   128 
     606         End 
     607         Begin PopupMenu PopupMenu_BackTiming 
     608            AutoDeactivate  =   True 
     609            Bold            =   "" 
     610            DataField       =   "" 
     611            DataSource      =   "" 
     612            Enabled         =   True 
     613            Height          =   20 
     614            HelpTag         =   "" 
     615            Index           =   -2147483648 
     616            InitialParent   =   "GroupBox2" 
     617            InitialValue    =   "1\r2\r3\r4\r5\rCustom" 
     618            Italic          =   "" 
     619            Left            =   322 
     620            ListIndex       =   0 
     621            LockBottom      =   "" 
     622            LockedInPosition=   False 
     623            LockLeft        =   "" 
     624            LockRight       =   "" 
     625            LockTop         =   "" 
     626            Scope           =   0 
     627            TabIndex        =   6 
     628            TabPanelIndex   =   3 
     629            TabStop         =   True 
     630            TextFont        =   "System" 
     631            TextSize        =   0 
     632            Top             =   202 
     633            Underline       =   "" 
     634            Visible         =   True 
     635            Width           =   172 
     636         End 
     637         Begin StaticText StaticText_BackTiming 
     638            AutoDeactivate  =   True 
     639            Bold            =   "" 
     640            DataField       =   "" 
     641            DataSource      =   "" 
     642            Enabled         =   True 
     643            Height          =   20 
     644            HelpTag         =   "" 
     645            Index           =   -2147483648 
     646            InitialParent   =   "GroupBox2" 
     647            Italic          =   "" 
     648            Left            =   506 
     649            LockBottom      =   "" 
     650            LockedInPosition=   False 
     651            LockLeft        =   "" 
     652            LockRight       =   "" 
     653            LockTop         =   "" 
     654            Multiline       =   "" 
     655            Scope           =   0 
     656            TabIndex        =   7 
     657            TabPanelIndex   =   3 
     658            Text            =   "Back Timing" 
     659            TextAlign       =   0 
     660            TextColor       =   "&cB8B8B8" 
     661            TextFont        =   "System" 
     662            TextSize        =   0 
     663            Top             =   202 
     664            Underline       =   "" 
     665            Visible         =   True 
     666            Width           =   128 
     667         End 
     668         Begin PopupMenu PopupMenu_VerticalInteria 
     669            AutoDeactivate  =   True 
     670            Bold            =   "" 
     671            DataField       =   "" 
     672            DataSource      =   "" 
     673            Enabled         =   True 
     674            Height          =   20 
     675            HelpTag         =   "" 
     676            Index           =   -2147483648 
     677            InitialParent   =   "GroupBox2" 
     678            InitialValue    =   "Strong\r2\r3\r4\rOff\rCustom" 
     679            Italic          =   "" 
     680            Left            =   322 
     681            ListIndex       =   0 
     682            LockBottom      =   "" 
     683            LockedInPosition=   False 
     684            LockLeft        =   "" 
     685            LockRight       =   "" 
     686            LockTop         =   "" 
     687            Scope           =   0 
     688            TabIndex        =   8 
     689            TabPanelIndex   =   3 
     690            TabStop         =   True 
     691            TextFont        =   "System" 
     692            TextSize        =   0 
     693            Top             =   171 
     694            Underline       =   "" 
     695            Visible         =   True 
     696            Width           =   172 
     697         End 
     698         Begin StaticText StaticText_VerticalIntertia 
     699            AutoDeactivate  =   True 
     700            Bold            =   "" 
     701            DataField       =   "" 
     702            DataSource      =   "" 
     703            Enabled         =   True 
     704            Height          =   20 
     705            HelpTag         =   "" 
     706            Index           =   -2147483648 
     707            InitialParent   =   "GroupBox2" 
     708            Italic          =   "" 
     709            Left            =   506 
     710            LockBottom      =   "" 
     711            LockedInPosition=   False 
     712            LockLeft        =   "" 
     713            LockRight       =   "" 
     714            LockTop         =   "" 
     715            Multiline       =   "" 
     716            Scope           =   0 
     717            TabIndex        =   9 
     718            TabPanelIndex   =   3 
     719            Text            =   "Vertical Intertia" 
     720            TextAlign       =   0 
     721            TextColor       =   "&cB8B8B8" 
     722            TextFont        =   "System" 
     723            TextSize        =   0 
     724            Top             =   171 
     725            Underline       =   "" 
     726            Visible         =   True 
     727            Width           =   128 
     728         End 
     729         Begin PopupMenu PopupMenu_Nuetral 
     730            AutoDeactivate  =   True 
     731            Bold            =   "" 
     732            DataField       =   "" 
     733            DataSource      =   "" 
     734            Enabled         =   True 
     735            Height          =   20 
     736            HelpTag         =   "" 
     737            Index           =   -2147483648 
     738            InitialParent   =   "GroupBox2" 
     739            InitialValue    =   "Narrow\rMid\rWide\rCustom" 
     740            Italic          =   "" 
     741            Left            =   322 
     742            ListIndex       =   0 
     743            LockBottom      =   "" 
     744            LockedInPosition=   False 
     745            LockLeft        =   "" 
     746            LockRight       =   "" 
     747            LockTop         =   "" 
     748            Scope           =   0 
     749            TabIndex        =   10 
     750            TabPanelIndex   =   3 
     751            TabStop         =   True 
     752            TextFont        =   "System" 
     753            TextSize        =   0 
     754            Top             =   139 
     755            Underline       =   "" 
     756            Visible         =   True 
     757            Width           =   172 
     758         End 
     759         Begin StaticText StaticText_Nuetral 
     760            AutoDeactivate  =   True 
     761            Bold            =   "" 
     762            DataField       =   "" 
     763            DataSource      =   "" 
     764            Enabled         =   True 
     765            Height          =   20 
     766            HelpTag         =   "" 
     767            Index           =   -2147483648 
     768            InitialParent   =   "GroupBox2" 
     769            Italic          =   "" 
     770            Left            =   506 
     771            LockBottom      =   "" 
     772            LockedInPosition=   False 
     773            LockLeft        =   "" 
     774            LockRight       =   "" 
     775            LockTop         =   "" 
     776            Multiline       =   "" 
     777            Scope           =   0 
     778            TabIndex        =   11 
     779            TabPanelIndex   =   3 
     780            Text            =   "Nuetral" 
     781            TextAlign       =   0 
     782            TextColor       =   "&cB8B8B8" 
     783            TextFont        =   "System" 
     784            TextSize        =   0 
     785            Top             =   139 
     786            Underline       =   "" 
     787            Visible         =   True 
     788            Width           =   128 
     789         End 
     790         Begin PopupMenu PopupMenu_DFreq 
     791            AutoDeactivate  =   True 
     792            Bold            =   "" 
     793            DataField       =   "" 
     794            DataSource      =   "" 
     795            Enabled         =   True 
     796            Height          =   20 
     797            HelpTag         =   "" 
     798            Index           =   -2147483648 
     799            InitialParent   =   "GroupBox2" 
     800            InitialValue    =   "High\rMedium\rLow\rCustom" 
     801            Italic          =   "" 
     802            Left            =   322 
     803            ListIndex       =   0 
     804            LockBottom      =   "" 
     805            LockedInPosition=   False 
     806            LockLeft        =   "" 
     807            LockRight       =   "" 
     808            LockTop         =   "" 
     809            Scope           =   0 
     810            TabIndex        =   12 
     811            TabPanelIndex   =   3 
     812            TabStop         =   True 
     813            TextFont        =   "System" 
     814            TextSize        =   0 
     815            Top             =   107 
     816            Underline       =   "" 
     817            Visible         =   True 
     818            Width           =   172 
     819         End 
     820         Begin StaticText StaticText_DFreq 
     821            AutoDeactivate  =   True 
     822            Bold            =   "" 
     823            DataField       =   "" 
     824            DataSource      =   "" 
     825            Enabled         =   True 
     826            Height          =   20 
     827            HelpTag         =   "" 
     828            Index           =   -2147483648 
     829            InitialParent   =   "GroupBox2" 
     830            Italic          =   "" 
     831            Left            =   506 
     832            LockBottom      =   "" 
     833            LockedInPosition=   False 
     834            LockLeft        =   "" 
     835            LockRight       =   "" 
     836            LockTop         =   "" 
     837            Multiline       =   "" 
     838            Scope           =   0 
     839            TabIndex        =   13 
     840            TabPanelIndex   =   3 
     841            Text            =   "Drive Frequency" 
     842            TextAlign       =   0 
     843            TextColor       =   "&cB8B8B8" 
     844            TextFont        =   "System" 
     845            TextSize        =   0 
     846            Top             =   106 
     847            Underline       =   "" 
     848            Visible         =   True 
     849            Width           =   106 
     850         End 
     851         Begin PopupMenu PopupMenu_Dump 
     852            AutoDeactivate  =   True 
     853            Bold            =   "" 
     854            DataField       =   "" 
     855            DataSource      =   "" 
     856            Enabled         =   True 
     857            Height          =   20 
     858            HelpTag         =   "" 
     859            Index           =   -2147483648 
     860            InitialParent   =   "GroupBox2" 
     861            InitialValue    =   "Over\rSmooth\rCustom" 
     862            Italic          =   "" 
     863            Left            =   26 
     864            ListIndex       =   0 
     865            LockBottom      =   "" 
     866            LockedInPosition=   False 
     867            LockLeft        =   "" 
     868            LockRight       =   "" 
     869            LockTop         =   "" 
     870            Scope           =   0 
     871            TabIndex        =   14 
     872            TabPanelIndex   =   3 
     873            TabStop         =   True 
     874            TextFont        =   "System" 
     875            TextSize        =   0 
     876            Top             =   262 
     877            Underline       =   "" 
     878            Visible         =   True 
     879            Width           =   172 
     880         End 
     881         Begin StaticText StaticText_Dump 
     882            AutoDeactivate  =   True 
     883            Bold            =   "" 
     884            DataField       =   "" 
     885            DataSource      =   "" 
     886            Enabled         =   True 
     887            Height          =   20 
     888            HelpTag         =   "" 
     889            Index           =   -2147483648 
     890            InitialParent   =   "GroupBox2" 
     891            Italic          =   "" 
     892            Left            =   210 
     893            LockBottom      =   "" 
     894            LockedInPosition=   False 
     895            LockLeft        =   "" 
     896            LockRight       =   "" 
     897            LockTop         =   "" 
     898            Multiline       =   "" 
     899            Scope           =   0 
     900            TabIndex        =   15 
     901            TabPanelIndex   =   3 
     902            Text            =   "Dump" 
     903            TextAlign       =   0 
     904            TextColor       =   "&cB8B8B8" 
     905            TextFont        =   "System" 
     906            TextSize        =   0 
     907            Top             =   262 
     908            Underline       =   "" 
     909            Visible         =   True 
     910            Width           =   128 
     911         End 
     912         Begin PopupMenu PopupMenu_DBand 
     913            AutoDeactivate  =   True 
     914            Bold            =   "" 
     915            DataField       =   "" 
     916            DataSource      =   "" 
     917            Enabled         =   True 
     918            Height          =   20 
     919            HelpTag         =   "" 
     920            Index           =   -2147483648 
     921            InitialParent   =   "GroupBox2" 
     922            InitialValue    =   "Narrow\rMid\rWide\rCustom" 
     923            Italic          =   "" 
     924            Left            =   26 
     925            ListIndex       =   0 
     926            LockBottom      =   "" 
     927            LockedInPosition=   False 
     928            LockLeft        =   "" 
     929            LockRight       =   "" 
     930            LockTop         =   "" 
     931            Scope           =   0 
     932            TabIndex        =   16 
     933            TabPanelIndex   =   3 
     934            TabStop         =   True 
     935            TextFont        =   "System" 
     936            TextSize        =   0 
     937            Top             =   230 
     938            Underline       =   "" 
     939            Visible         =   True 
     940            Width           =   172 
     941         End 
     942         Begin StaticText StaticText_DBand 
     943            AutoDeactivate  =   True 
     944            Bold            =   "" 
     945            DataField       =   "" 
     946            DataSource      =   "" 
     947            Enabled         =   True 
     948            Height          =   20 
     949            HelpTag         =   "" 
     950            Index           =   -2147483648 
     951            InitialParent   =   "GroupBox2" 
     952            Italic          =   "" 
     953            Left            =   210 
     954            LockBottom      =   "" 
     955            LockedInPosition=   False 
     956            LockLeft        =   "" 
     957            LockRight       =   "" 
     958            LockTop         =   "" 
     959            Multiline       =   "" 
     960            Scope           =   0 
     961            TabIndex        =   17 
     962            TabPanelIndex   =   3 
     963            Text            =   "Drive Band" 
     964            TextAlign       =   0 
     965            TextColor       =   "&cB8B8B8" 
     966            TextFont        =   "System" 
     967            TextSize        =   0 
     968            Top             =   230 
     969            Underline       =   "" 
     970            Visible         =   True 
     971            Width           =   128 
     972         End 
     973         Begin Slider Slider_Punch 
     974            AutoDeactivate  =   True 
     975            Enabled         =   True 
     976            Height          =   16 
     977            HelpTag         =   "" 
     978            Index           =   -2147483648 
     979            InitialParent   =   "GroupBox2" 
     980            Left            =   26 
     981            LineStep        =   1 
     982            LiveScroll      =   "" 
     983            LockBottom      =   "" 
     984            LockedInPosition=   False 
     985            LockLeft        =   "" 
     986            LockRight       =   "" 
     987            LockTop         =   "" 
     988            Maximum         =   255 
     989            Minimum         =   1 
     990            PageStep        =   20 
     991            Scope           =   0 
     992            TabIndex        =   18 
     993            TabPanelIndex   =   3 
     994            TabStop         =   True 
     995            Top             =   202 
     996            Value           =   0 
     997            Visible         =   True 
     998            Width           =   128 
     999         End 
     1000         Begin EditField EditField_Punch 
     1001            AcceptTabs      =   "" 
     1002            Alignment       =   0 
     1003            AutoDeactivate  =   True 
     1004            BackColor       =   &hFFFFFF 
     1005            Bold            =   "" 
     1006            Border          =   True 
     1007            DataField       =   "" 
     1008            DataSource      =   "" 
     1009            Enabled         =   True 
     1010            Format          =   "" 
     1011            Height          =   22 
     1012            HelpTag         =   "" 
     1013            Index           =   -2147483648 
     1014            InitialParent   =   "GroupBox2" 
     1015            Italic          =   "" 
     1016            Left            =   166 
     1017            LimitText       =   0 
     1018            LockBottom      =   "" 
     1019            LockedInPosition=   False 
     1020            LockLeft        =   "" 
     1021            LockRight       =   "" 
     1022            LockTop         =   "" 
     1023            Mask            =   "###" 
     1024            Multiline       =   "" 
     1025            Password        =   "" 
     1026            ReadOnly        =   "" 
     1027            Scope           =   0 
     1028            ScrollbarHorizontal=   "" 
     1029            ScrollbarVertical=   True 
     1030            Styled          =   "" 
     1031            TabIndex        =   19 
     1032            TabPanelIndex   =   3 
     1033            TabStop         =   True 
     1034            Text            =   "" 
     1035            TextColor       =   &h000000 
     1036            TextFont        =   "System" 
     1037            TextSize        =   0 
     1038            Top             =   202 
     1039            Underline       =   "" 
     1040            UseFocusRing    =   True 
     1041            Visible         =   True 
     1042            Width           =   32 
     1043         End 
     1044         Begin StaticText StaticText_Punch 
     1045            AutoDeactivate  =   True 
     1046            Bold            =   "" 
     1047            DataField       =   "" 
     1048            DataSource      =   "" 
     1049            Enabled         =   True 
     1050            Height          =   20 
     1051            HelpTag         =   "" 
     1052            Index           =   -2147483648 
     1053            InitialParent   =   "GroupBox2" 
     1054            Italic          =   "" 
     1055            Left            =   210 
     1056            LockBottom      =   "" 
     1057            LockedInPosition=   False 
     1058            LockLeft        =   "" 
     1059            LockRight       =   "" 
     1060            LockTop         =   "" 
     1061            Multiline       =   "" 
     1062            Scope           =   0 
     1063            TabIndex        =   20 
     1064            TabPanelIndex   =   3 
     1065            Text            =   "Punch" 
     1066            TextAlign       =   0 
     1067            TextColor       =   "&cB8B8B8" 
     1068            TextFont        =   "System" 
     1069            TextSize        =   0 
     1070            Top             =   202 
     1071            Underline       =   "" 
     1072            Visible         =   True 
     1073            Width           =   128 
     1074         End 
     1075         Begin PopupMenu PopupMenu_Speed 
     1076            AutoDeactivate  =   True 
     1077            Bold            =   "" 
     1078            DataField       =   "" 
     1079            DataSource      =   "" 
     1080            Enabled         =   True 
     1081            Height          =   20 
     1082            HelpTag         =   "" 
     1083            Index           =   -2147483648 
     1084            InitialParent   =   "GroupBox2" 
     1085            InitialValue    =   "Slow\r2\r3\r4\rFast\rCustom" 
     1086            Italic          =   "" 
     1087            Left            =   26 
     1088            ListIndex       =   0 
     1089            LockBottom      =   "" 
     1090            LockedInPosition=   False 
     1091            LockLeft        =   "" 
     1092            LockRight       =   "" 
     1093            LockTop         =   "" 
     1094            Scope           =   0 
     1095            TabIndex        =   21 
     1096            TabPanelIndex   =   3 
     1097            TabStop         =   True 
     1098            TextFont        =   "System" 
     1099            TextSize        =   0 
     1100            Top             =   170 
     1101            Underline       =   "" 
     1102            Visible         =   True 
     1103            Width           =   172 
     1104         End 
     1105         Begin StaticText StaticText_Speed 
     1106            AutoDeactivate  =   True 
     1107            Bold            =   "" 
     1108            DataField       =   "" 
     1109            DataSource      =   "" 
     1110            Enabled         =   True 
     1111            Height          =   20 
     1112            HelpTag         =   "" 
     1113            Index           =   -2147483648 
     1114            InitialParent   =   "GroupBox2" 
     1115            Italic          =   "" 
     1116            Left            =   210 
     1117            LockBottom      =   "" 
     1118            LockedInPosition=   False 
     1119            LockLeft        =   "" 
     1120            LockRight       =   "" 
     1121            LockTop         =   "" 
     1122            Multiline       =   "" 
     1123            Scope           =   0 
     1124            TabIndex        =   22 
     1125            TabPanelIndex   =   3 
     1126            Text            =   "Speed" 
     1127            TextAlign       =   0 
     1128            TextColor       =   "&cB8B8B8" 
     1129            TextFont        =   "System" 
     1130            TextSize        =   0 
     1131            Top             =   170 
     1132            Underline       =   "" 
     1133            Visible         =   True 
     1134            Width           =   100 
     1135         End 
     1136         Begin PopupMenu PopupMenu_Gain 
     1137            AutoDeactivate  =   True 
     1138            Bold            =   "" 
     1139            DataField       =   "" 
     1140            DataSource      =   "" 
     1141            Enabled         =   True 
     1142            Height          =   20 
     1143            HelpTag         =   "" 
     1144            Index           =   -2147483648 
     1145            InitialParent   =   "GroupBox2" 
     1146            InitialValue    =   "Min\rMid\rStrong\rCustom" 
     1147            Italic          =   "" 
     1148            Left            =   26 
     1149            ListIndex       =   0 
     1150            LockBottom      =   "" 
     1151            LockedInPosition=   False 
     1152            LockLeft        =   "" 
     1153            LockRight       =   "" 
     1154            LockTop         =   "" 
     1155            Scope           =   0 
     1156            TabIndex        =   23 
     1157            TabPanelIndex   =   3 
     1158            TabStop         =   True 
     1159            TextFont        =   "System" 
     1160            TextSize        =   0 
     1161            Top             =   138 
     1162            Underline       =   "" 
     1163            Visible         =   True 
     1164            Width           =   172 
     1165         End 
     1166         Begin StaticText StaticText_Gain 
     1167            AutoDeactivate  =   True 
     1168            Bold            =   "" 
     1169            DataField       =   "" 
     1170            DataSource      =   "" 
     1171            Enabled         =   True 
     1172            Height          =   20 
     1173            HelpTag         =   "" 
     1174            Index           =   -2147483648 
     1175            InitialParent   =   "GroupBox2" 
     1176            Italic          =   "" 
     1177            Left            =   210 
     1178            LockBottom      =   "" 
     1179            LockedInPosition=   False 
     1180            LockLeft        =   "" 
     1181            LockRight       =   "" 
     1182            LockTop         =   "" 
     1183            Multiline       =   "" 
     1184            Scope           =   0 
     1185            TabIndex        =   24 
     1186            TabPanelIndex   =   3 
     1187            Text            =   "Gain" 
     1188            TextAlign       =   0 
     1189            TextColor       =   "&cB8B8B8" 
     1190            TextFont        =   "System" 
     1191            TextSize        =   0 
     1192            Top             =   139 
     1193            Underline       =   "" 
     1194            Visible         =   True 
     1195            Width           =   100 
     1196         End 
     1197         Begin StaticText StaticText_CarType 
     1198            AutoDeactivate  =   True 
     1199            Bold            =   "" 
     1200            DataField       =   "" 
     1201            DataSource      =   "" 
     1202            Enabled         =   True 
     1203            Height          =   20 
     1204            HelpTag         =   "" 
     1205            Index           =   -2147483648 
     1206            InitialParent   =   "GroupBox2" 
     1207            Italic          =   "" 
     1208            Left            =   210 
     1209            LockBottom      =   "" 
     1210            LockedInPosition=   False 
     1211            LockLeft        =   "" 
     1212            LockRight       =   "" 
     1213            LockTop         =   "" 
     1214            Multiline       =   "" 
     1215            Scope           =   0 
     1216            TabIndex        =   25 
     1217            TabPanelIndex   =   3 
     1218            Text            =   "Car Type" 
     1219            TextAlign       =   0 
     1220            TextColor       =   "&cB8B8B8" 
     1221            TextFont        =   "System" 
     1222            TextSize        =   0 
     1223            Top             =   106 
     1224            Underline       =   "" 
     1225            Visible         =   True 
     1226            Width           =   100 
     1227         End 
     1228         Begin PopupMenu PopupMenu_CarType 
     1229            AutoDeactivate  =   True 
     1230            Bold            =   "" 
     1231            DataField       =   "" 
     1232            DataSource      =   "" 
     1233            Enabled         =   True 
     1234            Height          =   20 
     1235            HelpTag         =   "" 
     1236            Index           =   -2147483648 
     1237            InitialParent   =   "GroupBox2" 
     1238            InitialValue    =   "MR-03\rdNaNo\rASF" 
     1239            Italic          =   "" 
     1240            Left            =   26 
     1241            ListIndex       =   0 
     1242            LockBottom      =   "" 
     1243            LockedInPosition=   False 
     1244            LockLeft        =   "" 
     1245            LockRight       =   "" 
     1246            LockTop         =   "" 
     1247            Scope           =   0 
     1248            TabIndex        =   26 
     1249            TabPanelIndex   =   3 
     1250            TabStop         =   True 
     1251            TextFont        =   "System" 
     1252            TextSize        =   0 
     1253            Top             =   106 
     1254            Underline       =   "" 
     1255            Visible         =   True 
     1256            Width           =   172 
     1257         End 
     1258      End 
     1259      Begin EditField EditField_Byte1 
     1260         AcceptTabs      =   "" 
     1261         Alignment       =   0 
     1262         AutoDeactivate  =   True 
     1263         BackColor       =   &hFFFFFF 
     1264         Bold            =   "" 
     1265         Border          =   True 
     1266         DataField       =   "" 
     1267         DataSource      =   "" 
     1268         Enabled         =   False 
     1269         Format          =   "" 
     1270         Height          =   22 
     1271         HelpTag         =   "" 
     1272         Index           =   -2147483648 
     1273         InitialParent   =   "TabPanel1" 
     1274         Italic          =   "" 
     1275         Left            =   26 
     1276         LimitText       =   0 
     1277         LockBottom      =   "" 
     1278         LockedInPosition=   False 
     1279         LockLeft        =   "" 
     1280         LockRight       =   "" 
     1281         LockTop         =   "" 
     1282         Mask            =   "###" 
     1283         Multiline       =   "" 
     1284         Password        =   "" 
     1285         ReadOnly        =   "" 
     1286         Scope           =   0 
     1287         ScrollbarHorizontal=   "" 
     1288         ScrollbarVertical=   True 
     1289         Styled          =   "" 
     1290         TabIndex        =   2 
     1291         TabPanelIndex   =   4 
     1292         TabStop         =   True 
     1293         Text            =   "" 
     1294         TextColor       =   &h000000 
     1295         TextFont        =   "System" 
     1296         TextSize        =   0 
     1297         Top             =   96 
     1298         Underline       =   "" 
     1299         UseFocusRing    =   True 
     1300         Visible         =   True 
     1301         Width           =   32 
     1302      End 
     1303      Begin EditField EditField_Byte18 
     1304         AcceptTabs      =   "" 
     1305         Alignment       =   0 
     1306         AutoDeactivate  =   True 
     1307         BackColor       =   &hFFFFFF 
     1308         Bold            =   "" 
     1309         Border          =   True 
     1310         DataField       =   "" 
     1311         DataSource      =   "" 
     1312         Enabled         =   False 
     1313         Format          =   "" 
     1314         Height          =   22 
     1315         HelpTag         =   "" 
     1316         Index           =   -2147483648 
     1317         InitialParent   =   "TabPanel1" 
     1318         Italic          =   "" 
     1319         Left            =   316 
     1320         LimitText       =   0 
     1321         LockBottom      =   "" 
     1322         LockedInPosition=   False 
     1323         LockLeft        =   "" 
     1324         LockRight       =   "" 
     1325         LockTop         =   "" 
     1326         Mask            =   "###" 
     1327         Multiline       =   "" 
     1328         Password        =   "" 
     1329         ReadOnly        =   "" 
     1330         Scope           =   0 
     1331         ScrollbarHorizontal=   "" 
     1332         ScrollbarVertical=   True 
     1333         Styled          =   "" 
     1334         TabIndex        =   3 
     1335         TabPanelIndex   =   4 
     1336         TabStop         =   True 
     1337         Text            =   "" 
     1338         TextColor       =   &h000000 
     1339         TextFont        =   "System" 
     1340         TextSize        =   0 
     1341         Top             =   266 
     1342         Underline       =   "" 
     1343         UseFocusRing    =   True 
     1344         Visible         =   False 
     1345         Width           =   32 
     1346      End 
     1347      Begin EditField EditField_Byte17 
     1348         AcceptTabs      =   "" 
     1349         Alignment       =   0 
     1350         AutoDeactivate  =   True 
     1351         BackColor       =   &hFFFFFF 
     1352         Bold            =   "" 
     1353         Border          =   True 
     1354         DataField       =   "" 
     1355         DataSource      =   "" 
     1356         Enabled         =   True 
     1357         Format          =   "" 
     1358         Height          =   22 
     1359         HelpTag         =   "" 
     1360         Index           =   -2147483648 
     1361         InitialParent   =   "TabPanel1" 
     1362         Italic          =   "" 
     1363         Left            =   316 
     1364         LimitText       =   0 
     1365         LockBottom      =   "" 
     1366         LockedInPosition=   False 
     1367         LockLeft        =   "" 
     1368         LockRight       =   "" 
     1369         LockTop         =   "" 
     1370         Mask            =   "###" 
     1371         Multiline       =   "" 
     1372         Password        =   "" 
     1373         ReadOnly        =   "" 
     1374         Scope           =   0 
     1375         ScrollbarHorizontal=   "" 
     1376         ScrollbarVertical=   True 
     1377         Styled          =   "" 
     1378         TabIndex        =   4 
     1379         TabPanelIndex   =   4 
     1380         TabStop         =   True 
     1381         Text            =   "" 
     1382         TextColor       =   &h000000 
     1383         TextFont        =   "System" 
     1384         TextSize        =   0 
     1385         Top             =   232 
     1386         Underline       =   "" 
     1387         UseFocusRing    =   True 
     1388         Visible         =   True 
     1389         Width           =   32 
     1390      End 
     1391      Begin EditField EditField_Byte16 
     1392         AcceptTabs      =   "" 
     1393         Alignment       =   0 
     1394         AutoDeactivate  =   True 
     1395         BackColor       =   &hFFFFFF 
     1396         Bold            =   "" 
     1397         Border          =   True 
     1398         DataField       =   "" 
     1399         DataSource      =   "" 
     1400         Enabled         =   True 
     1401         Format          =   "" 
     1402         Height          =   22 
     1403         HelpTag         =   "" 
     1404         Index           =   -2147483648 
     1405         InitialParent   =   "TabPanel1" 
     1406         Italic          =   "" 
     1407         Left            =   316 
     1408         LimitText       =   0 
     1409         LockBottom      =   "" 
     1410         LockedInPosition=   False 
     1411         LockLeft        =   "" 
     1412         LockRight       =   "" 
     1413         LockTop         =   "" 
     1414         Mask            =   "###" 
     1415         Multiline       =   "" 
     1416         Password        =   "" 
     1417         ReadOnly        =   "" 
     1418         Scope           =   0 
     1419         ScrollbarHorizontal=   "" 
     1420         ScrollbarVertical=   True 
     1421         Styled          =   "" 
     1422         TabIndex        =   5 
     1423         TabPanelIndex   =   4 
     1424         TabStop         =   True 
     1425         Text            =   "" 
     1426         TextColor       =   &h000000 
     1427         TextFont        =   "System" 
     1428         TextSize        =   0 
     1429         Top             =   198 
     1430         Underline       =   "" 
     1431         UseFocusRing    =   True 
     1432         Visible         =   True 
     1433         Width           =   32 
     1434      End 
     1435      Begin EditField EditField_Byte15 
     1436         AcceptTabs      =   "" 
     1437         Alignment       =   0 
     1438         AutoDeactivate  =   True 
     1439         BackColor       =   &hFFFFFF 
     1440         Bold            =   "" 
     1441         Border          =   True 
     1442         DataField       =   "" 
     1443         DataSource      =   "" 
     1444         Enabled         =   True 
     1445         Format          =   "" 
     1446         Height          =   22 
     1447         HelpTag         =   "" 
     1448         Index           =   -2147483648 
     1449         InitialParent   =   "TabPanel1" 
     1450         Italic          =   "" 
     1451         Left            =   316 
     1452         LimitText       =   0 
     1453         LockBottom      =   "" 
     1454         LockedInPosition=   False 
     1455         LockLeft        =   "" 
     1456         LockRight       =   "" 
     1457         LockTop         =   "" 
     1458         Mask            =   "###" 
     1459         Multiline       =   "" 
     1460         Password        =   "" 
     1461         ReadOnly        =   "" 
     1462         Scope           =   0 
     1463         ScrollbarHorizontal=   "" 
     1464         ScrollbarVertical=   True 
     1465         Styled          =   "" 
     1466         TabIndex        =   6 
     1467         TabPanelIndex   =   4 
     1468         TabStop         =   True 
     1469         Text            =   "" 
     1470         TextColor       =   &h000000 
     1471         TextFont        =   "System" 
     1472         TextSize        =   0 
     1473         Top             =   164 
     1474         Underline       =   "" 
     1475         UseFocusRing    =   True 
     1476         Visible         =   True 
     1477         Width           =   32 
     1478      End 
     1479      Begin EditField EditField_Byte14 
     1480         AcceptTabs      =   "" 
     1481         Alignment       =   0 
     1482         AutoDeactivate  =   True 
     1483         BackColor       =   &hFFFFFF 
     1484         Bold            =   "" 
     1485         Border          =   True 
     1486         DataField       =   "" 
     1487         DataSource      =   "" 
     1488         Enabled         =   True 
     1489         Format          =   "" 
     1490         Height          =   22 
     1491         HelpTag         =   "" 
     1492         Index           =   -2147483648 
     1493         InitialParent   =   "TabPanel1" 
     1494         Italic          =   "" 
     1495         Left            =   316 
     1496         LimitText       =   0 
     1497         LockBottom      =   "" 
     1498         LockedInPosition=   False 
     1499         LockLeft        =   "" 
     1500         LockRight       =   "" 
     1501         LockTop         =   "" 
     1502         Mask            =   "###" 
     1503         Multiline       =   "" 
     1504         Password        =   "" 
     1505         ReadOnly        =   "" 
     1506         Scope           =   0 
     1507         ScrollbarHorizontal=   "" 
     1508         ScrollbarVertical=   True 
     1509         Styled          =   "" 
     1510         TabIndex        =   7 
     1511         TabPanelIndex   =   4 
     1512         TabStop         =   True 
     1513         Text            =   "" 
     1514         TextColor       =   &h000000 
     1515         TextFont        =   "System" 
     1516         TextSize        =   0 
     1517         Top             =   130 
     1518         Underline       =   "" 
     1519         UseFocusRing    =   True 
     1520         Visible         =   True 
     1521         Width           =   32 
     1522      End 
     1523      Begin EditField EditField_Byte13 
     1524         AcceptTabs      =   "" 
     1525         Alignment       =   0 
     1526         AutoDeactivate  =   True 
     1527         BackColor       =   &hFFFFFF 
     1528         Bold            =   "" 
     1529         Border          =   True 
     1530         DataField       =   "" 
     1531         DataSource      =   "" 
     1532         Enabled         =   True 
     1533         Format          =   "" 
     1534         Height          =   22 
     1535         HelpTag         =   "" 
     1536         Index           =   -2147483648 
     1537         InitialParent   =   "TabPanel1" 
     1538         Italic          =   "" 
     1539         Left            =   316 
     1540         LimitText       =   0 
     1541         LockBottom      =   "" 
     1542         LockedInPosition=   False 
     1543         LockLeft        =   "" 
     1544         LockRight       =   "" 
     1545         LockTop         =   "" 
     1546         Mask            =   "###" 
     1547         Multiline       =   "" 
     1548         Password        =   "" 
     1549         ReadOnly        =   "" 
     1550         Scope           =   0 
     1551         ScrollbarHorizontal=   "" 
     1552         ScrollbarVertical=   True 
     1553         Styled          =   "" 
     1554         TabIndex        =   8 
     1555         TabPanelIndex   =   4 
     1556         TabStop         =   True 
     1557         Text            =   "" 
     1558         TextColor       =   &h000000 
     1559         TextFont        =   "System" 
     1560         TextSize        =   0 
     1561         Top             =   95 
     1562         Underline       =   "" 
     1563         UseFocusRing    =   True 
     1564         Visible         =   True 
     1565         Width           =   32 
     1566      End 
     1567      Begin EditField EditField_Byte12 
     1568         AcceptTabs      =   "" 
     1569         Alignment       =   0 
     1570         AutoDeactivate  =   True 
     1571         BackColor       =   &hFFFFFF 
     1572         Bold            =   "" 
     1573         Border          =   True 
     1574         DataField       =   "" 
     1575         DataSource      =   "" 
     1576         Enabled         =   True 
     1577         Format          =   "" 
     1578         Height          =   22 
     1579         HelpTag         =   "" 
     1580         Index           =   -2147483648 
     1581         InitialParent   =   "TabPanel1" 
     1582         Italic          =   "" 
     1583         Left            =   154 
     1584         LimitText       =   0 
     1585         LockBottom      =   "" 
     1586         LockedInPosition=   False 
     1587         LockLeft        =   "" 
     1588         LockRight       =   "" 
     1589         LockTop         =   "" 
     1590         Mask            =   "###" 
     1591         Multiline       =   "" 
     1592         Password        =   "" 
     1593         ReadOnly        =   "" 
     1594         Scope           =   0 
     1595         ScrollbarHorizontal=   "" 
     1596         ScrollbarVertical=   True 
     1597         Styled          =   "" 
     1598         TabIndex        =   9 
     1599         TabPanelIndex   =   4 
     1600         TabStop         =   True 
     1601         Text            =   "" 
     1602         TextColor       =   &h000000 
     1603         TextFont        =   "System" 
     1604         TextSize        =   0 
     1605         Top             =   266 
     1606         Underline       =   "" 
     1607         UseFocusRing    =   True 
     1608         Visible         =   True 
     1609         Width           =   32 
     1610      End 
     1611      Begin EditField EditField_Byte11 
     1612         AcceptTabs      =   "" 
     1613         Alignment       =   0 
     1614         AutoDeactivate  =   True 
     1615         BackColor       =   &hFFFFFF 
     1616         Bold            =   "" 
     1617         Border          =   True 
     1618         DataField       =   "" 
     1619         DataSource      =   "" 
     1620         Enabled         =   True 
     1621         Format          =   "" 
     1622         Height          =   22 
     1623         HelpTag         =   "" 
     1624         Index           =   -2147483648 
     1625         InitialParent   =   "TabPanel1" 
     1626         Italic          =   "" 
     1627         Left            =   154 
     1628         LimitText       =   0 
     1629         LockBottom      =   "" 
     1630         LockedInPosition=   False 
     1631         LockLeft        =   "" 
     1632         LockRight       =   "" 
     1633         LockTop         =   "" 
     1634         Mask            =   "###" 
     1635         Multiline       =   "" 
     1636         Password        =   "" 
     1637         ReadOnly        =   "" 
     1638         Scope           =   0 
     1639         ScrollbarHorizontal=   "" 
     1640         ScrollbarVertical=   True 
     1641         Styled          =   "" 
     1642         TabIndex        =   10 
     1643         TabPanelIndex   =   4 
     1644         TabStop         =   True 
     1645         Text            =   "" 
     1646         TextColor       =   &h000000 
     1647         TextFont        =   "System" 
     1648         TextSize        =   0 
     1649         Top             =   232 
     1650         Underline       =   "" 
     1651         UseFocusRing    =   True 
     1652         Visible         =   True 
     1653         Width           =   32 
     1654      End 
     1655      Begin EditField EditField_Byte10 
     1656         AcceptTabs      =   "" 
     1657         Alignment       =   0 
     1658         AutoDeactivate  =   True 
     1659         BackColor       =   &hFFFFFF 
     1660         Bold            =   "" 
     1661         Border          =   True 
     1662         DataField       =   "" 
     1663         DataSource      =   "" 
     1664         Enabled         =   True 
     1665         Format          =   "" 
     1666         Height          =   22 
     1667         HelpTag         =   "" 
     1668         Index           =   -2147483648 
     1669         InitialParent   =   "TabPanel1" 
     1670         Italic          =   "" 
     1671         Left            =   154 
     1672         LimitText       =   0 
     1673         LockBottom      =   "" 
     1674         LockedInPosition=   False 
     1675         LockLeft        =   "" 
     1676         LockRight       =   "" 
     1677         LockTop         =   "" 
     1678         Mask            =   "###" 
     1679         Multiline       =   "" 
     1680         Password        =   "" 
     1681         ReadOnly        =   "" 
     1682         Scope           =   0 
     1683         ScrollbarHorizontal=   "" 
     1684         ScrollbarVertical=   True 
     1685         Styled          =   "" 
     1686         TabIndex        =   11 
     1687         TabPanelIndex   =   4 
     1688         TabStop         =   True 
     1689         Text            =   "" 
     1690         TextColor       =   &h000000 
     1691         TextFont        =   "System" 
     1692         TextSize        =   0 
     1693         Top             =   198 
     1694         Underline       =   "" 
     1695         UseFocusRing    =   True 
     1696         Visible         =   True 
     1697         Width           =   32 
     1698      End 
     1699      Begin EditField EditField_Byte9 
     1700         AcceptTabs      =   "" 
     1701         Alignment       =   0 
     1702         AutoDeactivate  =   True 
     1703         BackColor       =   &hFFFFFF 
     1704         Bold            =   "" 
     1705         Border          =   True 
     1706         DataField       =   "" 
     1707         DataSource      =   "" 
     1708         Enabled         =   True 
     1709         Format          =   "" 
     1710         Height          =   22 
     1711         HelpTag         =   "" 
     1712         Index           =   -2147483648 
     1713         InitialParent   =   "TabPanel1" 
     1714         Italic          =   "" 
     1715         Left            =   154 
     1716         LimitText       =   0 
     1717         LockBottom      =   "" 
     1718         LockedInPosition=   False 
     1719         LockLeft        =   "" 
     1720         LockRight       =   "" 
     1721         LockTop         =   "" 
     1722         Mask            =   "###" 
     1723         Multiline       =   "" 
     1724         Password        =   "" 
     1725         ReadOnly        =   "" 
     1726         Scope           =   0 
     1727         ScrollbarHorizontal=   "" 
     1728         ScrollbarVertical=   True 
     1729         Styled          =   "" 
     1730         TabIndex        =   12 
     1731         TabPanelIndex   =   4 
     1732         TabStop         =   True 
     1733         Text            =   "" 
     1734         TextColor       =   &h000000 
     1735         TextFont        =   "System" 
     1736         TextSize        =   0 
     1737         Top             =   164 
     1738         Underline       =   "" 
     1739         UseFocusRing    =   True 
     1740         Visible         =   True 
     1741         Width           =   32 
     1742      End 
     1743      Begin EditField EditField_Byte8 
     1744         AcceptTabs      =   "" 
     1745         Alignment       =   0 
     1746         AutoDeactivate  =   True 
     1747         BackColor       =   &hFFFFFF 
     1748         Bold            =   "" 
     1749         Border          =   True 
     1750         DataField       =   "" 
     1751         DataSource      =   "" 
     1752         Enabled         =   True 
     1753         Format          =   "" 
     1754         Height          =   22 
     1755         HelpTag         =   "" 
     1756         Index           =   -2147483648 
     1757         InitialParent   =   "TabPanel1" 
     1758         Italic          =   "" 
     1759         Left            =   154 
     1760         LimitText       =   0 
     1761         LockBottom      =   "" 
     1762         LockedInPosition=   False 
     1763         LockLeft        =   "" 
     1764         LockRight       =   "" 
     1765         LockTop         =   "" 
     1766         Mask            =   "###" 
     1767         Multiline       =   "" 
     1768         Password        =   "" 
     1769         ReadOnly        =   "" 
     1770         Scope           =   0 
     1771         ScrollbarHorizontal=   "" 
     1772         ScrollbarVertical=   True 
     1773         Styled          =   "" 
     1774         TabIndex        =   13 
     1775         TabPanelIndex   =   4 
     1776         TabStop         =   True 
     1777         Text            =   "" 
     1778         TextColor       =   &h000000 
     1779         TextFont        =   "System" 
     1780         TextSize        =   0 
     1781         Top             =   129 
     1782         Underline       =   "" 
     1783         UseFocusRing    =   True 
     1784         Visible         =   True 
     1785         Width           =   32 
     1786      End 
     1787      Begin EditField EditField_Byte7 
     1788         AcceptTabs      =   "" 
     1789         Alignment       =   0 
     1790         AutoDeactivate  =   True 
     1791         BackColor       =   &hFFFFFF 
     1792         Bold            =   "" 
     1793         Border          =   True 
     1794         DataField       =   "" 
     1795         DataSource      =   "" 
     1796         Enabled         =   True 
     1797         Format          =   "" 
     1798         Height          =   22 
     1799         HelpTag         =   "" 
     1800         Index           =   -2147483648 
     1801         InitialParent   =   "TabPanel1" 
     1802         Italic          =   "" 
     1803         Left            =   154 
     1804         LimitText       =   0 
     1805         LockBottom      =   "" 
     1806         LockedInPosition=   False 
     1807         LockLeft        =   "" 
     1808         LockRight       =   "" 
     1809         LockTop         =   "" 
     1810         Mask            =   "###" 
     1811         Multiline       =   "" 
     1812         Password        =   "" 
     1813         ReadOnly        =   "" 
     1814         Scope           =   0 
     1815         ScrollbarHorizontal=   "" 
     1816         ScrollbarVertical=   True 
     1817         Styled          =   "" 
     1818         TabIndex        =   14 
     1819         TabPanelIndex   =   4 
     1820         TabStop         =   True 
     1821         Text            =   "" 
     1822         TextColor       =   &h000000 
     1823         TextFont        =   "System" 
     1824         TextSize        =   0 
     1825         Top             =   95 
     1826         Underline       =   "" 
     1827         UseFocusRing    =   True 
     1828         Visible         =   True 
     1829         Width           =   32 
     1830      End 
     1831      Begin EditField EditField_Byte6 
     1832         AcceptTabs      =   "" 
     1833         Alignment       =   0 
     1834         AutoDeactivate  =   True 
     1835         BackColor       =   &hFFFFFF 
     1836         Bold            =   "" 
     1837         Border          =   True 
     1838         DataField       =   "" 
     1839         DataSource      =   "" 
     1840         Enabled         =   True 
     1841         Format          =   "" 
     1842         Height          =   22 
     1843         HelpTag         =   "" 
     1844         Index           =   -2147483648 
     1845         InitialParent   =   "TabPanel1" 
     1846         Italic          =   "" 
     1847         Left            =   26 
     1848         LimitText       =   0 
     1849         LockBottom      =   "" 
     1850         LockedInPosition=   False 
     1851         LockLeft        =   "" 
     1852         LockRight       =   "" 
     1853         LockTop         =   "" 
     1854         Mask            =   "###" 
     1855         Multiline       =   "" 
     1856         Password        =   "" 
     1857         ReadOnly        =   "" 
     1858         Scope           =   0 
     1859         ScrollbarHorizontal=   "" 
     1860         ScrollbarVertical=   True 
     1861         Styled          =   "" 
     1862         TabIndex        =   15 
     1863         TabPanelIndex   =   4 
     1864         TabStop         =   True 
     1865         Text            =   "" 
     1866         TextColor       =   &h000000 
     1867         TextFont        =   "System" 
     1868         TextSize        =   0 
     1869         Top             =   266 
     1870         Underline       =   "" 
     1871         UseFocusRing    =   True 
     1872         Visible         =   True 
     1873         Width           =   32 
     1874      End 
     1875      Begin EditField EditField_Byte5 
     1876         AcceptTabs      =   "" 
     1877         Alignment       =   0 
     1878         AutoDeactivate  =   True 
     1879         BackColor       =   &hFFFFFF 
     1880         Bold            =   "" 
     1881         Border          =   True 
     1882         DataField       =   "" 
     1883         DataSource      =   "" 
     1884         Enabled         =   True 
     1885         Format          =   "" 
     1886         Height          =   22 
     1887         HelpTag         =   "" 
     1888         Index           =   -2147483648 
     1889         InitialParent   =   "TabPanel1" 
     1890         Italic          =   "" 
     1891         Left            =   26 
     1892         LimitText       =   0 
     1893         LockBottom      =   "" 
     1894         LockedInPosition=   False 
     1895         LockLeft        =   "" 
     1896         LockRight       =   "" 
     1897         LockTop         =   "" 
     1898         Mask            =   "###" 
     1899         Multiline       =   "" 
     1900         Password        =   "" 
     1901         ReadOnly        =   "" 
     1902         Scope           =   0 
     1903         ScrollbarHorizontal=   "" 
     1904         ScrollbarVertical=   True 
     1905         Styled          =   "" 
     1906         TabIndex        =   16 
     1907         TabPanelIndex   =   4 
     1908         TabStop         =   True 
     1909         Text            =   "" 
     1910         TextColor       =   &h000000 
     1911         TextFont        =   "System" 
     1912         TextSize        =   0 
     1913         Top             =   233 
     1914         Underline       =   "" 
     1915         UseFocusRing    =   True 
     1916         Visible         =   True 
     1917         Width           =   32 
     1918      End 
     1919      Begin EditField EditField_Byte4 
     1920         AcceptTabs      =   "" 
     1921         Alignment       =   0 
     1922         AutoDeactivate  =   True 
     1923         BackColor       =   &hFFFFFF 
     1924         Bold            =   "" 
     1925         Border          =   True 
     1926         DataField       =   "" 
     1927         DataSource      =   "" 
     1928         Enabled         =   True 
     1929         Format          =   "" 
     1930         Height          =   22 
     1931         HelpTag         =   "" 
     1932         Index           =   -2147483648 
     1933         InitialParent   =   "TabPanel1" 
     1934         Italic          =   "" 
     1935         Left            =   26 
     1936         LimitText       =   0 
     1937         LockBottom      =   "" 
     1938         LockedInPosition=   False 
     1939         LockLeft        =   "" 
     1940         LockRight       =   "" 
     1941         LockTop         =   "" 
     1942         Mask            =   "###" 
     1943         Multiline       =   "" 
     1944         Password        =   "" 
     1945         ReadOnly        =   "" 
     1946         Scope           =   0 
     1947         ScrollbarHorizontal=   "" 
     1948         ScrollbarVertical=   True 
     1949         Styled          =   "" 
     1950         TabIndex        =   17 
     1951         TabPanelIndex   =   4 
     1952         TabStop         =   True 
     1953         Text            =   "" 
     1954         TextColor       =   &h000000 
     1955         TextFont        =   "System" 
     1956         TextSize        =   0 
     1957         Top             =   199 
     1958         Underline       =   "" 
     1959         UseFocusRing    =   True 
     1960         Visible         =   True 
     1961         Width           =   32 
     1962      End 
     1963      Begin EditField EditField_Byte3 
     1964         AcceptTabs      =   "" 
     1965         Alignment       =   0 
     1966         AutoDeactivate  =   True 
     1967         BackColor       =   &hFFFFFF 
     1968         Bold            =   "" 
     1969         Border          =   True 
     1970         DataField       =   "" 
     1971         DataSource      =   "" 
     1972         Enabled         =   True 
     1973         Format          =   "" 
     1974         Height          =   22 
     1975         HelpTag         =   "" 
     1976         Index           =   -2147483648 
     1977         InitialParent   =   "TabPanel1" 
     1978         Italic          =   "" 
     1979         Left            =   26 
     1980         LimitText       =   0 
     1981         LockBottom      =   "" 
     1982         LockedInPosition=   False 
     1983         LockLeft        =   "" 
     1984         LockRight       =   "" 
     1985         LockTop         =   "" 
     1986         Mask            =   "###" 
     1987         Multiline       =   "" 
     1988         Password        =   "" 
     1989         ReadOnly        =   "" 
     1990         Scope           =   0 
     1991         ScrollbarHorizontal=   "" 
     1992         ScrollbarVertical=   True 
     1993         Styled          =   "" 
     1994         TabIndex        =   18 
     1995         TabPanelIndex   =   4 
     1996         TabStop         =   True 
     1997         Text            =   "" 
     1998         TextColor       =   &h000000 
     1999         TextFont        =   "System" 
     2000         TextSize        =   0 
     2001         Top             =   164 
     2002         Underline       =   "" 
     2003         UseFocusRing    =   True 
     2004         Visible         =   True 
     2005         Width           =   32 
     2006      End 
     2007      Begin EditField EditField_Byte2 
     2008         AcceptTabs      =   "" 
     2009         Alignment       =   0 
     2010         AutoDeactivate  =   True 
     2011         BackColor       =   &hFFFFFF 
     2012         Bold            =   "" 
     2013         Border          =   True 
     2014         DataField       =   "" 
     2015         DataSource      =   "" 
     2016         Enabled         =   False 
     2017         Format          =   "" 
     2018         Height          =   22 
     2019         HelpTag         =   "" 
     2020         Index           =   -2147483648 
     2021         InitialParent   =   "TabPanel1" 
     2022         Italic          =   "" 
     2023         Left            =   26 
     2024         LimitText       =   0 
     2025         LockBottom      =   "" 
     2026         LockedInPosition=   False 
     2027         LockLeft        =   "" 
     2028         LockRight       =   "" 
     2029         LockTop         =   "" 
     2030         Mask            =   "###" 
     2031         Multiline       =   "" 
     2032         Password        =   "" 
     2033         ReadOnly        =   "" 
     2034         Scope           =   0 
     2035         ScrollbarHorizontal=   "" 
     2036         ScrollbarVertical=   True 
     2037         Styled          =   "" 
     2038         TabIndex        =   19 
     2039         TabPanelIndex   =   4 
     2040         TabStop         =   True 
     2041         Text            =   "" 
     2042         TextColor       =   &h000000 
     2043         TextFont        =   "System" 
     2044         TextSize        =   0 
     2045         Top             =   130 
     2046         Underline       =   "" 
     2047         UseFocusRing    =   True 
     2048         Visible         =   True 
     2049         Width           =   32 
     2050      End 
     2051      Begin StaticText StaticText_Byte1 
     2052         AutoDeactivate  =   True 
     2053         Bold            =   "" 
     2054         DataField       =   "" 
     2055         DataSource      =   "" 
     2056         Enabled         =   True 
     2057         Height          =   20 
     2058         HelpTag         =   "" 
     2059         Index           =   -2147483648 
     2060         InitialParent   =   "TabPanel1" 
     2061         Italic          =   "" 
     2062         Left            =   70 
     2063         LockBottom      =   "" 
     2064         LockedInPosition=   False 
     2065         LockLeft        =   "" 
     2066         LockRight       =   "" 
     2067         LockTop         =   "" 
     2068         Multiline       =   "" 
     2069         Scope           =   0 
     2070         TabIndex        =   21 
     2071         TabPanelIndex   =   4 
     2072         Text            =   "Header" 
     2073         TextAlign       =   0 
     2074         TextColor       =   "&cB8B8B8" 
     2075         TextFont        =   "System" 
     2076         TextSize        =   0 
     2077         Top             =   96 
     2078         Underline       =   "" 
     2079         Visible         =   True 
     2080         Width           =   106 
     2081      End 
     2082      Begin StaticText StaticText_Byte6 
     2083         AutoDeactivate  =   True 
     2084         Bold            =   "" 
     2085         DataField       =   "" 
     2086         DataSource      =   "" 
     2087         Enabled         =   True 
     2088         Height          =   20 
     2089         HelpTag         =   "" 
     2090         Index           =   -2147483648 
     2091         InitialParent   =   "TabPanel1" 
     2092         Italic          =   "" 
     2093         Left            =   70 
     2094         LockBottom      =   "" 
     2095         LockedInPosition=   False 
     2096         LockLeft        =   "" 
     2097         LockRight       =   "" 
     2098         LockTop         =   "" 
     2099         Multiline       =   "" 
     2100         Scope           =   0 
     2101         TabIndex        =   22 
     2102         TabPanelIndex   =   4 
     2103         Text            =   "Drive Band" 
     2104         TextAlign       =   0 
     2105         TextColor       =   "&cB8B8B8" 
     2106         TextFont        =   "System" 
     2107         TextSize        =   0 
     2108         Top             =   266 
     2109         Underline       =   "" 
     2110         Visible         =   True 
     2111         Width           =   106 
     2112      End 
     2113      Begin StaticText StaticText_Byte5 
     2114         AutoDeactivate  =   True 
     2115         Bold            =   "" 
     2116         DataField       =   "" 
     2117         DataSource      =   "" 
     2118         Enabled         =   True 
     2119         Height          =   20 
     2120         HelpTag         =   "" 
     2121         Index           =   -2147483648 
     2122         InitialParent   =   "TabPanel1" 
     2123         Italic          =   "" 
     2124         Left            =   70 
     2125         LockBottom      =   "" 
     2126         LockedInPosition=   False 
     2127         LockLeft        =   "" 
     2128         LockRight       =   "" 
     2129         LockTop         =   "" 
     2130         Multiline       =   "" 
     2131         Scope           =   0 
     2132         TabIndex        =   23 
     2133         TabPanelIndex   =   4 
     2134         Text            =   "Punch" 
     2135         TextAlign       =   0 
     2136         TextColor       =   "&cB8B8B8" 
     2137         TextFont        =   "System" 
     2138         TextSize        =   0 
     2139         Top             =   232 
     2140         Underline       =   "" 
     2141         Visible         =   True 
     2142         Width           =   106 
     2143      End 
     2144      Begin StaticText StaticText_Byte4 
     2145         AutoDeactivate  =   True 
     2146         Bold            =   "" 
     2147         DataField       =   "" 
     2148         DataSource      =   "" 
     2149         Enabled         =   True 
     2150         Height          =   20 
     2151         HelpTag         =   "" 
     2152         Index           =   -2147483648 
     2153         InitialParent   =   "TabPanel1" 
     2154         Italic          =   "" 
     2155         Left            =   70 
     2156         LockBottom      =   "" 
     2157         LockedInPosition=   False 
     2158         LockLeft        =   "" 
     2159         LockRight       =   "" 
     2160         LockTop         =   "" 
     2161         Multiline       =   "" 
     2162         Scope           =   0 
     2163         TabIndex        =   24 
     2164         TabPanelIndex   =   4 
     2165         Text            =   "Speed" 
     2166         TextAlign       =   0 
     2167         TextColor       =   "&cB8B8B8" 
     2168         TextFont        =   "System" 
     2169         TextSize        =   0 
     2170         Top             =   200 
     2171         Underline       =   "" 
     2172         Visible         =   True 
     2173         Width           =   106 
     2174      End 
     2175      Begin StaticText StaticText_Byte3 
     2176         AutoDeactivate  =   True 
     2177         Bold            =   "" 
     2178         DataField       =   "" 
     2179         DataSource      =   "" 
     2180         Enabled         =   True 
     2181         Height          =   20 
     2182         HelpTag         =   "" 
     2183         Index           =   -2147483648 
     2184         InitialParent   =   "TabPanel1" 
     2185         Italic          =   "" 
     2186         Left            =   70 
     2187         LockBottom      =   "" 
     2188         LockedInPosition=   False 
     2189         LockLeft        =   "" 
     2190         LockRight       =   "" 
     2191         LockTop         =   "" 
     2192         Multiline       =   "" 
     2193         Scope           =   0 
     2194         TabIndex        =   25 
     2195         TabPanelIndex   =   4 
     2196         Text            =   "Gain" 
     2197         TextAlign       =   0 
     2198         TextColor       =   "&cB8B8B8" 
     2199         TextFont        =   "System" 
     2200         TextSize        =   0 
     2201         Top             =   164 
     2202         Underline       =   "" 
     2203         Visible         =   True 
     2204         Width           =   106 
     2205      End 
     2206      Begin StaticText StaticText_Byte2 
     2207         AutoDeactivate  =   True 
     2208         Bold            =   "" 
     2209         DataField       =   "" 
     2210         DataSource      =   "" 
     2211         Enabled         =   True 
     2212         Height          =   20 
     2213         HelpTag         =   "" 
     2214         Index           =   -2147483648 
     2215         InitialParent   =   "TabPanel1" 
     2216         Italic          =   "" 
     2217         Left            =   70 
     2218         LockBottom      =   "" 
     2219         LockedInPosition=   False 
     2220         LockLeft        =   "" 
     2221         LockRight       =   "" 
     2222         LockTop         =   "" 
     2223         Multiline       =   "" 
     2224         Scope           =   0 
     2225         TabIndex        =   26 
     2226         TabPanelIndex   =   4 
     2227         Text            =   "Header" 
     2228         TextAlign       =   0 
     2229         TextColor       =   "&cB8B8B8" 
     2230         TextFont        =   "System" 
     2231         TextSize        =   0 
     2232         Top             =   130 
     2233         Underline       =   "" 
     2234         Visible         =   True 
     2235         Width           =   106 
     2236      End 
     2237      Begin StaticText StaticText_Byte7 
     2238         AutoDeactivate  =   True 
     2239         Bold            =   "" 
     2240         DataField       =   "" 
     2241         DataSource      =   "" 
     2242         Enabled         =   True 
     2243         Height          =   20 
     2244         HelpTag         =   "" 
     2245         Index           =   -2147483648 
     2246         InitialParent   =   "TabPanel1" 
     2247         Italic          =   "" 
     2248         Left            =   200 
     2249         LockBottom      =   "" 
     2250         LockedInPosition=   False 
     2251         LockLeft        =   "" 
     2252         LockRight       =   "" 
     2253         LockTop         =   "" 
     2254         Multiline       =   "" 
     2255         Scope           =   0 
     2256         TabIndex        =   27 
     2257         TabPanelIndex   =   4 
     2258         Text            =   "Dump" 
     2259         TextAlign       =   0 
     2260         TextColor       =   "&cB8B8B8" 
     2261         TextFont        =   "System" 
     2262         TextSize        =   0 
     2263         Top             =   97 
     2264         Underline       =   "" 
     2265         Visible         =   True 
     2266         Width           =   106 
     2267      End 
     2268      Begin StaticText StaticText_Byte8 
     2269         AutoDeactivate  =   True 
     2270         Bold            =   "" 
     2271         DataField       =   "" 
     2272         DataSource      =   "" 
     2273         Enabled         =   True 
     2274         Height          =   20 
     2275         HelpTag         =   "" 
     2276         Index           =   -2147483648 
     2277         InitialParent   =   "TabPanel1" 
     2278         Italic          =   "" 
     2279         Left            =   200 
     2280         LockBottom      =   "" 
     2281         LockedInPosition=   False 
     2282         LockLeft        =   "" 
     2283         LockRight       =   "" 
     2284         LockTop         =   "" 
     2285         Multiline       =   "" 
     2286         Scope           =   0 
     2287         TabIndex        =   28 
     2288         TabPanelIndex   =   4 
     2289         Text            =   "Drive Frequency" 
     2290         TextAlign       =   0 
     2291         TextColor       =   "&cB8B8B8" 
     2292         TextFont        =   "System" 
     2293         TextSize        =   0 
     2294         Top             =   130 
     2295         Underline       =   "" 
     2296         Visible         =   True 
     2297         Width           =   106 
     2298      End 
     2299      Begin StaticText StaticText_Byte9 
     2300         AutoDeactivate  =   True 
     2301         Bold            =   "" 
     2302         DataField       =   "" 
     2303         DataSource      =   "" 
     2304         Enabled         =   True 
     2305         Height          =   20 
     2306         HelpTag         =   "" 
     2307         Index           =   -2147483648 
     2308         InitialParent   =   "TabPanel1" 
     2309         Italic          =   "" 
     2310         Left            =   198 
     2311         LockBottom      =   "" 
     2312         LockedInPosition=   False 
     2313         LockLeft        =   "" 
     2314         LockRight       =   "" 
     2315         LockTop         =   "" 
     2316         Multiline       =   "" 
     2317         Scope           =   0 
     2318         TabIndex        =   29 
     2319         TabPanelIndex   =   4 
     2320         Text            =   "Unknown" 
     2321         TextAlign       =   0 
     2322         TextColor       =   "&cB8B8B8" 
     2323         TextFont        =   "System" 
     2324         TextSize        =   0 
     2325         Top             =   166 
     2326         Underline       =   "" 
     2327         Visible         =   True 
     2328         Width           =   106 
     2329      End 
     2330      Begin StaticText StaticText_Byte10 
     2331         AutoDeactivate  =   True 
     2332         Bold            =   "" 
     2333         DataField       =   "" 
     2334         DataSource      =   "" 
     2335         Enabled         =   True 
     2336         Height          =   20 
     2337         HelpTag         =   "" 
     2338         Index           =   -2147483648 
     2339         InitialParent   =   "TabPanel1" 
     2340         Italic          =   "" 
     2341         Left            =   200 
     2342         LockBottom      =   "" 
     2343         LockedInPosition=   False 
     2344         LockLeft        =   "" 
     2345         LockRight       =   "" 
     2346         LockTop         =   "" 
     2347         Multiline       =   "" 
     2348         Scope           =   0 
     2349         TabIndex        =   30 
     2350         TabPanelIndex   =   4 
     2351         Text            =   "Unknown" 
     2352         TextAlign       =   0 
     2353         TextColor       =   "&cB8B8B8" 
     2354         TextFont        =   "System" 
     2355         TextSize        =   0 
     2356         Top             =   200 
     2357         Underline       =   "" 
     2358         Visible         =   True 
     2359         Width           =   106 
     2360      End 
     2361      Begin StaticText StaticText_Byte11 
     2362         AutoDeactivate  =   True 
     2363         Bold            =   "" 
     2364         DataField       =   "" 
     2365         DataSource      =   "" 
     2366         Enabled         =   True 
     2367         Height          =   20 
     2368         HelpTag         =   "" 
     2369         Index           =   -2147483648 
     2370         InitialParent   =   "TabPanel1" 
     2371         Italic          =   "" 
     2372         Left            =   198 
     2373         LockBottom      =   "" 
     2374         LockedInPosition=   False 
     2375         LockLeft        =   "" 
     2376         LockRight       =   "" 
     2377         LockTop         =   "" 
     2378         Multiline       =   "" 
     2379         Scope           =   0 
     2380         TabIndex        =   31 
     2381         TabPanelIndex   =   4 
     2382         Text            =   "Neutral Low" 
     2383         TextAlign       =   0 
     2384         TextColor       =   "&cB8B8B8" 
     2385         TextFont        =   "System" 
     2386         TextSize        =   0 
     2387         Top             =   233 
     2388         Underline       =   "" 
     2389         Visible         =   True 
     2390         Width           =   106 
     2391      End 
     2392      Begin StaticText StaticText_Byte12 
     2393         AutoDeactivate  =   True 
     2394         Bold            =   "" 
     2395         DataField       =   "" 
     2396         DataSource      =   "" 
     2397         Enabled         =   True 
     2398         Height          =   20 
     2399         HelpTag         =   "" 
     2400         Index           =   -2147483648 
     2401         InitialParent   =   "TabPanel1" 
     2402         Italic          =   "" 
     2403         Left            =   198 
     2404         LockBottom      =   "" 
     2405         LockedInPosition=   False 
     2406         LockLeft        =   "" 
     2407         LockRight       =   "" 
     2408         LockTop         =   "" 
     2409         Multiline       =   "" 
     2410         Scope           =   0 
     2411         TabIndex        =   32 
     2412         TabPanelIndex   =   4 
     2413         Text            =   "Neutral High" 
     2414         TextAlign       =   0 
     2415         TextColor       =   "&cB8B8B8" 
     2416         TextFont        =   "System" 
     2417         TextSize        =   0 
     2418         Top             =   266 
     2419         Underline       =   "" 
     2420         Visible         =   True 
     2421         Width           =   106 
     2422      End 
     2423      Begin StaticText StaticText_Byte13 
     2424         AutoDeactivate  =   True 
     2425         Bold            =   "" 
     2426         DataField       =   "" 
     2427         DataSource      =   "" 
     2428         Enabled         =   True 
     2429         Height          =   20 
     2430         HelpTag         =   "" 
     2431         Index           =   -2147483648 
     2432         InitialParent   =   "TabPanel1" 
     2433         Italic          =   "" 
     2434         Left            =   360 
     2435         LockBottom      =   "" 
     2436         LockedInPosition=   False 
     2437         LockLeft        =   "" 
     2438         LockRight       =   "" 
     2439         LockTop         =   "" 
     2440         Multiline       =   "" 
     2441         Scope           =   0 
     2442         TabIndex        =   33 
     2443         TabPanelIndex   =   4 
     2444         Text            =   "Vertical Inertia" 
     2445         TextAlign       =   0 
     2446         TextColor       =   "&cB8B8B8" 
     2447         TextFont        =   "System" 
     2448         TextSize        =   0 
     2449         Top             =   97 
     2450         Underline       =   "" 
     2451         Visible         =   True 
     2452         Width           =   106 
     2453      End 
     2454      Begin StaticText StaticText_Byte14 
     2455         AutoDeactivate  =   True 
     2456         Bold            =   "" 
     2457         DataField       =   "" 
     2458         DataSource      =   "" 
     2459         Enabled         =   True 
     2460         Height          =   20 
     2461         HelpTag         =   "" 
     2462         Index           =   -2147483648 
     2463         InitialParent   =   "TabPanel1" 
     2464         Italic          =   "" 
     2465         Left            =   360 
     2466         LockBottom      =   "" 
     2467         LockedInPosition=   False 
     2468         LockLeft        =   "" 
     2469         LockRight       =   "" 
     2470         LockTop         =   "" 
     2471         Multiline       =   False 
     2472         Scope           =   0 
     2473         TabIndex        =   34 
     2474         TabPanelIndex   =   4 
     2475         Text            =   "Unknown" 
     2476         TextAlign       =   0 
     2477         TextColor       =   "&cB8B8B8" 
     2478         TextFont        =   "System" 
     2479         TextSize        =   0 
     2480         Top             =   131 
     2481         Underline       =   "" 
     2482         Visible         =   True 
     2483         Width           =   106 
     2484      End 
     2485      Begin StaticText StaticText_Byte15 
     2486         AutoDeactivate  =   True 
     2487         Bold            =   "" 
     2488         DataField       =   "" 
     2489         DataSource      =   "" 
     2490         Enabled         =   True 
     2491         Height          =   20 
     2492         HelpTag         =   "" 
     2493         Index           =   -2147483648 
     2494         InitialParent   =   "TabPanel1" 
     2495         Italic          =   "" 
     2496         Left            =   360 
     2497         LockBottom      =   "" 
     2498         LockedInPosition=   False 
     2499         LockLeft        =   "" 
     2500         LockRight       =   "" 
     2501         LockTop         =   "" 
     2502         Multiline       =   "" 
     2503         Scope           =   0 
     2504         TabIndex        =   35 
     2505         TabPanelIndex   =   4 
     2506         Text            =   "Back Timing" 
     2507         TextAlign       =   0 
     2508         TextColor       =   "&cB8B8B8" 
     2509         TextFont        =   "System" 
     2510         TextSize        =   0 
     2511         Top             =   165 
     2512         Underline       =   "" 
     2513         Visible         =   True 
     2514         Width           =   106 
     2515      End 
     2516      Begin StaticText StaticText_Byte16 
     2517         AutoDeactivate  =   True 
     2518         Bold            =   "" 
     2519         DataField       =   "" 
     2520         DataSource      =   "" 
     2521         Enabled         =   True 
     2522         Height          =   20 
     2523         HelpTag         =   "" 
     2524         Index           =   -2147483648 
     2525         InitialParent   =   "TabPanel1" 
     2526         Italic          =   "" 
     2527         Left            =   360 
     2528         LockBottom      =   "" 
     2529         LockedInPosition=   False 
     2530         LockLeft        =   "" 
     2531         LockRight       =   "" 
     2532         LockTop         =   "" 
     2533         Multiline       =   "" 
     2534         Scope           =   0 
     2535         TabIndex        =   36 
     2536         TabPanelIndex   =   4 
     2537         Text            =   "Steering Gain" 
     2538         TextAlign       =   0 
     2539         TextColor       =   "&cB8B8B8" 
     2540         TextFont        =   "System" 
     2541         TextSize        =   0 
     2542         Top             =   199 
     2543         Underline       =   "" 
     2544         Visible         =   True 
     2545         Width           =   106 
     2546      End 
     2547      Begin StaticText StaticText_Byte17 
     2548         AutoDeactivate  =   True 
     2549         Bold            =   "" 
     2550         DataField       =   "" 
     2551         DataSource      =   "" 
     2552         Enabled         =   True 
     2553         Height          =   20 
     2554         HelpTag         =   "" 
     2555         Index           =   -2147483648 
     2556         InitialParent   =   "TabPanel1" 
     2557         Italic          =   "" 
     2558         Left            =   360 
     2559         LockBottom      =   "" 
     2560         LockedInPosition=   False 
     2561         LockLeft        =   "" 
     2562         LockRight       =   "" 
     2563         LockTop         =   "" 
     2564         Multiline       =   "" 
     2565         Scope           =   0 
     2566         TabIndex        =   37 
     2567         TabPanelIndex   =   4 
     2568         Text            =   "Throttle Gain" 
     2569         TextAlign       =   0 
     2570         TextColor       =   "&cB8B8B8" 
     2571         TextFont        =   "System" 
     2572         TextSize        =   0 
     2573         Top             =   233 
     2574         Underline       =   "" 
     2575         Visible         =   True 
     2576         Width           =   106 
     2577      End 
     2578      Begin StaticText StaticText_Byte18 
     2579         AutoDeactivate  =   True 
     2580         Bold            =   "" 
     2581         DataField       =   "" 
     2582         DataSource      =   "" 
     2583         Enabled         =   True 
     2584         Height          =   20 
     2585         HelpTag         =   "" 
     2586         Index           =   -2147483648 
     2587         InitialParent   =   "TabPanel1" 
     2588         Italic          =   "" 
     2589         Left            =   360 
     2590         LockBottom      =   "" 
     2591         LockedInPosition=   False 
     2592         LockLeft        =   "" 
     2593         LockRight       =   "" 
     2594         LockTop         =   "" 
     2595         Multiline       =   "" 
     2596         Scope           =   0 
     2597         TabIndex        =   38 
     2598         TabPanelIndex   =   4 
     2599         Text            =   "Checksum" 
     2600         TextAlign       =   0 
     2601         TextColor       =   "&cB8B8B8" 
     2602         TextFont        =   "System" 
     2603         TextSize        =   0 
     2604         Top             =   267 
     2605         Underline       =   "" 
     2606         Visible         =   False 
     2607         Width           =   106 
     2608      End 
     2609   End 
     2610   Begin ICSSerialPort ICSSerialPort1 
     2611      Baud            =   8 
     2612      Bits            =   3 
     2613      byte01          =   &hFF 
     2614      CTS             =   "" 
     2615      DTR             =   "" 
     2616      Height          =   32 
     2617      Index           =   -2147483648 
     2618      Left            =   741 
     2619      LockedInPosition=   False 
     2620      Parity          =   0 
     2621      Scope           =   0 
     2622      Stop            =   0 
     2623      TabPanelIndex   =   0 
     2624      Top             =   -12 
     2625      Width           =   32 
     2626      XON             =   "" 
    11692627   End 
    11702628End 
     
    11722630 
    11732631#tag WindowCode 
     2632        #tag Method, Flags = &h0 
     2633                Sub disableControls() 
     2634                  select case ICSSerialPort1.carType 
     2635                     
     2636                  Case "MR-03" 
     2637                    //Enable any controls that may have been disabled 
     2638                    PopupMenu_BackTiming.Enabled = True 
     2639                    StaticText_BackTiming.Enabled = True 
     2640                     
     2641                    Slider_STGain.Enabled = True 
     2642                    StaticText_STGain.Enabled = True 
     2643                     
     2644                    Slider_THGain.Enabled = True 
     2645                    StaticText_THGain.Enabled = True 
     2646                     
     2647                     
     2648                  Case "dNaNo" 
     2649                    //Disable unused controls and set them to custom 
     2650                    PopupMenu_BackTiming.Enabled = False 
     2651                    StaticText_BackTiming.Enabled = False 
     2652                    PopupMenu_BackTiming.ListIndex = PopupMenu_BackTiming.ListCount 
     2653                     
     2654                    //Enable any controls that may have been disabled 
     2655                    Slider_STGain.Enabled = True 
     2656                    StaticText_STGain.Enabled = True 
     2657                     
     2658                    Slider_THGain.Enabled = True 
     2659                    StaticText_THGain.Enabled = True 
     2660                     
     2661                  Case "ASF" 
     2662                    //Disable unused controls and set them to custom 
     2663                    PopupMenu_BackTiming.Enabled = False 
     2664                    StaticText_BackTiming.Enabled = False 
     2665                    PopupMenu_BackTiming.ListIndex = PopupMenu_BackTiming.ListCount 
     2666                     
     2667                    Slider_STGain.Enabled = False 
     2668                    StaticText_STGain.Enabled = False 
     2669                    Slider_STGain.Value = 255 
     2670                     
     2671                    Slider_THGain.Enabled = False 
     2672                    StaticText_THGain.Enabled = False 
     2673                    Slider_THGain.Value = 255 
     2674                     
     2675                     
     2676                  end select 
     2677                End Sub 
     2678        #tag EndMethod 
     2679 
     2680        #tag Method, Flags = &h0 
     2681                Sub updateCarScreen() 
     2682                  //Use this method to update the car screen 
     2683                   
     2684                  //Update Gain 
     2685                  Select Case ICSSerialPort1.byte03 
     2686                     
     2687                  Case chrb(&h32) 
     2688                    PopupMenu_Gain.ListIndex = 0 
     2689                     
     2690                  Case chrb(&h64) 
     2691                    PopupMenu_Gain.ListIndex = 1 
     2692                     
     2693                  Case chrb(&hFF) 
     2694                    PopupMenu_Gain.ListIndex = 2 
     2695                     
     2696                  Else 
     2697                    PopupMenu_Gain.ListIndex = 3 
     2698                     
     2699                  End Select 
     2700                   
     2701                  //Update Speed 
     2702                  Select Case ICSSerialPort1.Byte04 
     2703                     
     2704                  Case chrb(&h0A) 
     2705                    PopupMenu_Speed.ListIndex = 0 
     2706                     
     2707                  Case chrb(&h14) 
     2708                    PopupMenu_Speed.ListIndex = 1 
     2709                     
     2710                  Case chrb(&h1E) 
     2711                    PopupMenu_Speed.ListIndex = 2 
     2712                     
     2713                  Case chrb(&h28) 
     2714                    PopupMenu_Speed.ListIndex = 3 
     2715                     
     2716                  Case chrb(&hFF) 
     2717                    PopupMenu_Speed.ListIndex = 4 
     2718                     
     2719                  Else 
     2720                    PopupMenu_Speed.ListIndex = 5 
     2721                     
     2722                  End Select 
     2723                   
     2724                  //Update punch 
     2725                  Slider_Punch.Value = asc(ICSSerialPort1.Byte05) 
     2726                   
     2727                  //Update DBAND 
     2728                  Select Case ICSSerialPort1.Byte06 
     2729                     
     2730                  Case chrb(&h01) 
     2731                    PopupMenu_DBand.ListIndex = 0 
     2732                     
     2733                  Case chrb(&h02) 
     2734                    PopupMenu_DBand.ListIndex = 1 
     2735                     
     2736                  Case chrb(&h03) 
     2737                    PopupMenu_DBand.ListIndex = 2 
     2738                     
     2739                  Else 
     2740                    PopupMenu_DBand.ListIndex = 3 
     2741                     
     2742                  End Select 
     2743                   
     2744                  //Update Dump 
     2745                  Select Case ICSSerialPort1.Byte07 
     2746                     
     2747                  Case chrb(&h01) 
     2748                    PopupMenu_Dump.ListIndex = 0 
     2749                     
     2750                  Case chrb(&h02) 
     2751                    PopupMenu_Dump.ListIndex = 1 
     2752                     
     2753                  Else 
     2754                    PopupMenu_Dump.ListIndex = 2 
     2755                     
     2756                  End Select 
     2757                   
     2758                  //Update DFREQ 
     2759                  Select Case ICSSerialPort1.Byte08 
     2760                     
     2761                  Case chrb(&h40) 
     2762                    PopupMenu_DFreq.ListIndex = 0 
     2763                     
     2764                  Case chrb(&h78) 
     2765                    PopupMenu_DFreq.ListIndex = 1 
     2766                     
     2767                  Case chrb(&hFF) 
     2768                    PopupMenu_DFreq.ListIndex = 2 
     2769                     
     2770                  Else 
     2771                    PopupMenu_DFreq.ListIndex = 3 
     2772                     
     2773                  End Select 
     2774                   
     2775                  //Update Nuetral 
     2776                  //Nuetral is defined by 2 bytes 
     2777                  Select Case ICSSerialPort1.Byte11 
     2778                     
     2779                  Case chrb(&h82) 
     2780                    if ICSSerialPort1.Byte12 = chrb(&h7C) then 
     2781                      PopupMenu_Nuetral.ListIndex = 0 
     2782                    else 
     2783                      PopupMenu_Nuetral.ListIndex = 3 
     2784                    end if 
     2785                     
     2786                  Case chrb(&h88) 
     2787                    if ICSSerialPort1.Byte12 = chrb(&h78) then 
     2788                      PopupMenu_Nuetral.ListIndex = 1 
     2789                    else 
     2790                      PopupMenu_Nuetral.ListIndex = 3 
     2791                    end if 
     2792                     
     2793                  Case chrb(&h94) 
     2794                    if ICSSerialPort1.Byte12 = chrb(&h6C) then 
     2795                      PopupMenu_Nuetral.ListIndex = 2 
     2796                    else 
     2797                      PopupMenu_Nuetral.ListIndex = 3 
     2798                    end if 
     2799                     
     2800                  Else 
     2801                    PopupMenu_Nuetral.ListIndex = 3 
     2802                     
     2803                  End Select 
     2804                   
     2805                  //Update Vertial Intertia 
     2806                  Select Case ICSSerialPort1.Byte13 
     2807                     
     2808                  Case chrb(&h01) 
     2809                    PopupMenu_VerticalInteria.ListIndex = 0 
     2810                     
     2811                  Case chrb(&h02) 
     2812                    PopupMenu_VerticalInteria.ListIndex = 1 
     2813                     
     2814                  Case chrb(&h03) 
     2815                    PopupMenu_VerticalInteria.ListIndex = 2 
     2816                     
     2817                  Case chrb(&h04) 
     2818                    PopupMenu_VerticalInteria.ListIndex = 3 
     2819                     
     2820                  Case chrb(&hFF) 
     2821                    PopupMenu_VerticalInteria.ListIndex = 4 
     2822                     
     2823                  Else 
     2824                    PopupMenu_VerticalInteria.ListIndex = 5 
     2825                     
     2826                  End Select 
     2827                   
     2828                  //Update Back Timing 
     2829                  Select Case ICSSerialPort1.Byte15 
     2830                     
     2831                  Case chrb(&h01) 
     2832                    PopupMenu_BackTiming.ListIndex = 0 
     2833                     
     2834                  Case chrb(&h05) 
     2835                    PopupMenu_BackTiming.ListIndex = 1 
     2836                     
     2837                  Case chrb(&h0A) 
     2838                    PopupMenu_BackTiming.ListIndex = 2 
     2839                     
     2840                  Case chrb(&h14) 
     2841                    PopupMenu_BackTiming.ListIndex = 3 
     2842                     
     2843                  Case chrb(&h28) 
     2844                    PopupMenu_BackTiming.ListIndex = 4 
     2845                     
     2846                  Else 
     2847                    PopupMenu_BackTiming.ListIndex = 5 
     2848                     
     2849                  End Select 
     2850                   
     2851                  //Update Steering Gain 
     2852                  Slider_STGain.Value = asc(ICSSerialPort1.Byte16) 
     2853                   
     2854                  //Update Throttle Gain 
     2855                  Slider_THGain.Value = asc(ICSSerialPort1.Byte17) 
     2856                End Sub 
     2857        #tag EndMethod 
     2858 
     2859        #tag Method, Flags = &h0 
     2860                Sub updateAdvancedScreen() 
     2861                  //Update the fields on the advanced screen to match current values 
     2862                  EditField_Byte1.Text = str(asc(ICSSerialPort1.byte01)) 
     2863                  EditField_Byte2.Text = str(asc(ICSSerialPort1.byte02)) 
     2864                  EditField_Byte3.Text = str(asc(ICSSerialPort1.byte03)) 
     2865                  EditField_Byte4.Text = str(asc(ICSSerialPort1.byte04)) 
     2866                  EditField_Byte5.Text = str(asc(ICSSerialPort1.byte05)) 
     2867                  EditField_Byte6.Text = str(asc(ICSSerialPort1.byte06)) 
     2868                  EditField_Byte7.Text = str(asc(ICSSerialPort1.byte07)) 
     2869                  EditField_Byte8.Text = str(asc(ICSSerialPort1.byte08)) 
     2870                  EditField_Byte9.Text = str(asc(ICSSerialPort1.byte09)) 
     2871                  EditField_Byte10.Text = str(asc(ICSSerialPort1.byte10)) 
     2872                  EditField_Byte11.Text = str(asc(ICSSerialPort1.byte11)) 
     2873                  EditField_Byte12.Text = str(asc(ICSSerialPort1.byte12)) 
     2874                  EditField_Byte13.Text = str(asc(ICSSerialPort1.byte13)) 
     2875                  EditField_Byte14.Text = str(asc(ICSSerialPort1.byte14)) 
     2876                  EditField_Byte15.Text = str(asc(ICSSerialPort1.byte15)) 
     2877                  EditField_Byte16.Text = str(asc(ICSSerialPort1.byte16)) 
     2878                  EditField_Byte17.Text = str(asc(ICSSerialPort1.byte17)) 
     2879                  EditField_Byte18.Text = str(asc(ICSSerialPort1.byte18)) 
     2880                End Sub 
     2881        #tag EndMethod 
     2882 
     2883 
    11742884        #tag Constant, Name = defaultControlHeight, Type = Double, Dynamic = False, Default = \"20", Scope = Public 
    11752885                #Tag Instance, Platform = Mac OS, Language = Default, Definition  = \"20" 
     
    11812891#tag EndWindowCode 
    11822892 
    1183 #tag Events PushButton_General 
     2893#tag Events PushButton_Read 
    11842894        #tag Event 
    11852895                Sub Action() 
    1186                   PagePanel1.Value = 0 
     2896                  ICSSerialPort1.readCar 
    11872897                End Sub 
    11882898        #tag EndEvent 
    11892899#tag EndEvents 
    1190 #tag Events PushButton_Car 
     2900#tag Events PushButton_Write 
    11912901        #tag Event 
    11922902                Sub Action() 
    1193                   PagePanel1.Value = 2 
     2903                  ICSSerialPort1.writeCar 
    11942904                End Sub 
    11952905        #tag EndEvent 
    11962906#tag EndEvents 
    1197 #tag Events PushButton_Advanced 
     2907#tag Events PushButton_Reset 
    11982908        #tag Event 
    11992909                Sub Action() 
    1200                   PagePanel1.Value = 3 
     2910                  ICSSerialPort1.resetCar 
    12012911                End Sub 
    12022912        #tag EndEvent 
    12032913#tag EndEvents 
     2914#tag Events Slider_THGain 
     2915        #tag Event 
     2916                Sub ValueChanged() 
     2917                  ICSSerialPort1.Byte17 = chrb(me.Value) 
     2918                  EditField_THGain.Text = chrb(me.Value) 
     2919                End Sub 
     2920        #tag EndEvent 
     2921#tag EndEvents 
     2922#tag Events Slider_STGain 
     2923        #tag Event 
     2924                Sub ValueChanged() 
     2925                  ICSSerialPort1.Byte16 = chrb(me.Value) 
     2926                  EditField_STGain.Text = chrb(me.Value) 
     2927                   
     2928                End Sub 
     2929        #tag EndEvent 
     2930#tag EndEvents 
     2931#tag Events PopupMenu_BackTiming 
     2932        #tag Event 
     2933                Sub Change() 
     2934                  Select Case me.ListIndex 
     2935                     
     2936                  Case 0 
     2937                    ICSSerialPort1.Byte15 = chrb(&h01) 
     2938                  Case 1 
     2939                    ICSSerialPort1.Byte15 = chrb(&h05) 
     2940                  Case 2 
     2941                    ICSSerialPort1.Byte15 = chrb(&h0A) 
     2942                  Case 3 
     2943                    ICSSerialPort1.Byte15 = chrb(&h14) 
     2944                  Case 4 
     2945                    ICSSerialPort1.Byte15 = chrb(&h28) 
     2946                  Case 5 
     2947                     
     2948                  End Select 
     2949                End Sub 
     2950        #tag EndEvent 
     2951#tag EndEvents 
     2952#tag Events PopupMenu_VerticalInteria 
     2953        #tag Event 
     2954                Sub Change() 
     2955                  Select Case me.ListIndex 
     2956                     
     2957                  Case 0 
     2958                    ICSSerialPort1.Byte13 = chrb(&h01) 
     2959                  Case 1 
     2960                    ICSSerialPort1.Byte13 = chrb(&h02) 
     2961                  Case 2 
     2962                    ICSSerialPort1.Byte13 = chrb(&h03) 
     2963                  Case 3 
     2964                    ICSSerialPort1.Byte13 = chrb(&h04) 
     2965                  Case 4 
     2966                    ICSSerialPort1.Byte13 = chrb(&hFF) 
     2967                  Case 5 
     2968                     
     2969                  End Select 
     2970                End Sub 
     2971        #tag EndEvent 
     2972#tag EndEvents 
     2973#tag Events PopupMenu_Nuetral 
     2974        #tag Event 
     2975                Sub Change() 
     2976                  Select Case me.ListIndex 
     2977                     
     2978                  Case 0 
     2979                    ICSSerialPort1.Byte11 = chrb(&h82) 
     2980                    ICSSerialPort1.Byte12 = chrb(&h7C) 
     2981                     
     2982                  Case 1 
     2983                    ICSSerialPort1.Byte11 = chrb(&h88) 
     2984                    ICSSerialPort1.Byte12 = chrb(&h78) 
     2985                     
     2986                  Case 2 
     2987                    ICSSerialPort1.Byte11 = chrb(&h94) 
     2988                    ICSSerialPort1.Byte12 = chrb(&h6C) 
     2989                     
     2990                  Case 3 
     2991                     
     2992                  End Select 
     2993                End Sub 
     2994        #tag EndEvent 
     2995#tag EndEvents 
     2996#tag Events PopupMenu_DFreq 
     2997        #tag Event 
     2998                Sub Change() 
     2999                  Select Case me.ListIndex 
     3000                     
     3001                  Case 0 
     3002                    ICSSerialPort1.Byte08 = chrb(&h40) 
     3003                  Case 1 
     3004                    ICSSerialPort1.Byte08 = chrb(&h78) 
     3005                  Case 2 
     3006                    ICSSerialPort1.Byte08 = chrb(&hFF) 
     3007                  Case 3 
     3008                     
     3009                  End Select 
     3010                End Sub 
     3011        #tag EndEvent 
     3012#tag EndEvents 
     3013#tag Events PopupMenu_Dump 
     3014        #tag Event 
     3015                Sub Change() 
     3016                  Select Case me.ListIndex 
     3017                     
     3018                  Case 0 
     3019                    ICSSerialPort1.Byte07 = chrb(&h01) 
     3020                  Case 1 
     3021                    ICSSerialPort1.Byte07 = chrb(&h02) 
     3022                  Case 2 
     3023                     
     3024                  End Select 
     3025                End Sub 
     3026        #tag EndEvent 
     3027#tag EndEvents 
     3028#tag Events PopupMenu_DBand 
     3029        #tag Event 
     3030                Sub Change() 
     3031                  Select Case me.ListIndex 
     3032                     
     3033                  Case 0 
     3034                    ICSSerialPort1.Byte06 = chrb(&h01) 
     3035                  Case 1 
     3036                    ICSSerialPort1.Byte06 = chrb(&h02) 
     3037                  Case 2 
     3038                    ICSSerialPort1.Byte06 = chrb(&h03) 
     3039                  Case 3 
     3040                     
     3041                  End Select 
     3042                End Sub 
     3043        #tag EndEvent 
     3044#tag EndEvents 
     3045#tag Events Slider_Punch 
     3046        #tag Event 
     3047                Sub ValueChanged() 
     3048                  ICSSerialPort1.Byte05 = chrb(me.Value) 
     3049                  EditField_Punch.Text = chrb(me.Value) 
     3050                   
     3051                End Sub 
     3052        #tag EndEvent 
     3053#tag EndEvents 
     3054#tag Events PopupMenu_Speed 
     3055        #tag Event 
     3056                Sub Change() 
     3057                  Select Case me.ListIndex 
     3058                     
     3059                  Case 0 
     3060                    ICSSerialPort1.Byte04 = chrb(&h0A) 
     3061                  Case 1 
     3062                    ICSSerialPort1.Byte04 = chrb(&h14) 
     3063                  Case 2 
     3064                    ICSSerialPort1.Byte04 = chrb(&h1E) 
     3065                  Case 3 
     3066                    ICSSerialPort1.Byte04 = chrb(&h28) 
     3067                  Case 4 
     3068                    ICSSerialPort1.Byte04 = chrb(&hFF) 
     3069                  Case 5 
     3070                     
     3071                  End Select 
     3072                End Sub 
     3073        #tag EndEvent 
     3074#tag EndEvents 
     3075#tag Events PopupMenu_Gain 
     3076        #tag Event 
     3077                Sub Change() 
     3078                  Select Case me.ListIndex 
     3079                     
     3080                  case 0 
     3081                    ICSSerialPort1.Byte03 = chrb(&h32) 
     3082                     
     3083                  case 1 
     3084                    ICSSerialPort1.Byte03 = chrb(&h64) 
     3085                     
     3086                  case 2 
     3087                    ICSSerialPort1.Byte03 = chrb(&hFF) 
     3088                     
     3089                  case 3 
     3090                     
     3091                  End Select 
     3092                   
     3093                End Sub 
     3094        #tag EndEvent 
     3095#tag EndEvents 
     3096#tag Events PopupMenu_CarType 
     3097        #tag Event 
     3098                Sub Change() 
     3099                  ICSSerialPort1.setCarType(me.Text) 
     3100                  disableControls 
     3101                   
     3102                End Sub 
     3103        #tag EndEvent 
     3104#tag EndEvents 
     3105#tag Events EditField_Byte17 
     3106        #tag Event 
     3107                Function KeyDown(Key As String) As Boolean 
     3108                  //Make sure we have a valid value if not then set it to something 
     3109                  if val(me.Text) > 255 or val(me.Text) < 0 then 
     3110                    me.Text = "255" 
     3111                  end if 
     3112                   
     3113                  dim d as double 
     3114                  dim i as integer 
     3115                  d = val(me.Text) 
     3116                  i = d 
     3117                  ICSSerialPort1.Byte17 = chrb(i) 
     3118                End Function 
     3119        #tag EndEvent 
     3120#tag EndEvents 
     3121#tag Events EditField_Byte16 
     3122        #tag Event 
     3123                Function KeyDown(Key As String) As Boolean 
     3124                  //Make sure we have a valid value if not then set it to something 
     3125                  if val(me.Text) > 255 or val(me.Text) < 0 then 
     3126                    me.Text = "255" 
     3127                  end if 
     3128                   
     3129                  dim d as double 
     3130                  dim i as integer 
     3131                  d = val(me.Text) 
     3132                  i = d 
     3133                  ICSSerialPort1.Byte16 = chrb(i) 
     3134                End Function 
     3135        #tag EndEvent 
     3136#tag EndEvents 
     3137#tag Events EditField_Byte15 
     3138        #tag Event 
     3139                Function KeyDown(Key As String) As Boolean 
     3140                  //Make sure we have a valid value if not then set it to something 
     3141                  if val(me.Text) > 255 or val(me.Text) < 0 then 
     3142                    me.Text = "255" 
     3143                  end if 
     3144                   
     3145                  dim d as double 
     3146                  dim i as integer 
     3147                  d = val(me.Text) 
     3148                  i = d 
     3149                  ICSSerialPort1.Byte15 = chrb(i) 
     3150                End Function 
     3151        #tag EndEvent 
     3152#tag EndEvents 
     3153#tag Events EditField_Byte14 
     3154        #tag Event 
     3155                Function KeyDown(Key As String) As Boolean 
     3156                  //Make sure we have a valid value if not then set it to something 
     3157                  if val(me.Text) > 255 or val(me.Text) < 0 then 
     3158                    me.Text = "255" 
     3159                  end if 
     3160                   
     3161                  dim d as double 
     3162                  dim i as integer 
     3163                  d = val(me.Text) 
     3164                  i = d 
     3165                  ICSSerialPort1.Byte14 = chrb(i) 
     3166                End Function 
     3167        #tag EndEvent 
     3168#tag EndEvents 
     3169#tag Events EditField_Byte13 
     3170        #tag Event 
     3171                Function KeyDown(Key As String) As Boolean 
     3172                  //Make sure we have a valid value if not then set it to something 
     3173                  if val(me.Text) > 255 or val(me.Text) < 0 then 
     3174                    me.Text = "255" 
     3175                  end if 
     3176                   
     3177                  dim d as double 
     3178                  dim i as integer 
     3179                  d = val(me.Text) 
     3180                  i = d 
     3181                  ICSSerialPort1.Byte13 = chrb(i) 
     3182                End Function 
     3183        #tag EndEvent 
     3184#tag EndEvents 
     3185#tag Events EditField_Byte12 
     3186        #tag Event 
     3187                Function KeyDown(Key As String) As Boolean 
     3188                  //Make sure we have a valid value if not then set it to something 
     3189                  if val(me.Text) > 255 or val(me.Text) < 0 then 
     3190                    me.Text = "255" 
     3191                  end if 
     3192                   
     3193                  dim d as double 
     3194                  dim i as integer 
     3195                  d = val(me.Text) 
     3196                  i = d 
     3197                  ICSSerialPort1.Byte12 = chrb(i) 
     3198                End Function 
     3199        #tag EndEvent 
     3200#tag EndEvents 
     3201#tag Events EditField_Byte11 
     3202        #tag Event 
     3203                Function KeyDown(Key As String) As Boolean 
     3204                  //Make sure we have a valid value if not then set it to something 
     3205                  if val(me.Text) > 255 or val(me.Text) < 0 then 
     3206                    me.Text = "255" 
     3207                  end if 
     3208                   
     3209                  dim d as double 
     3210                  dim i as integer 
     3211                  d = val(me.Text) 
     3212                  i = d 
     3213                  ICSSerialPort1.Byte11 = chrb(i) 
     3214                End Function 
     3215        #tag EndEvent 
     3216#tag EndEvents 
     3217#tag Events EditField_Byte10 
     3218        #tag Event 
     3219                Function KeyDown(Key As String) As Boolean 
     3220                  //Make sure we have a valid value if not then set it to something 
     3221                  if val(me.Text) > 255 or val(me.Text) < 0 then 
     3222                    me.Text = "255" 
     3223                  end if 
     3224                   
     3225                  dim d as double 
     3226                  dim i as integer 
     3227                  d = val(me.Text) 
     3228                  i = d 
     3229                  ICSSerialPort1.Byte10 = chrb(i) 
     3230                End Function 
     3231        #tag EndEvent 
     3232#tag EndEvents 
     3233#tag Events EditField_Byte9 
     3234        #tag Event 
     3235                Function KeyDown(Key As String) As Boolean 
     3236                  //Make sure we have a valid value if not then set it to something 
     3237                  if val(me.Text) > 255 or val(me.Text) < 0 then 
     3238                    me.Text = "255" 
     3239                  end if 
     3240                   
     3241                  dim d as double 
     3242                  dim i as integer 
     3243                  d = val(me.Text) 
     3244                  i = d 
     3245                  ICSSerialPort1.Byte09 = chrb(i) 
     3246                End Function 
     3247        #tag EndEvent 
     3248#tag EndEvents 
     3249#tag Events EditField_Byte8 
     3250        #tag Event 
     3251                Function KeyDown(Key As String) As Boolean 
     3252                  //Make sure we have a valid value if not then set it to something 
     3253                  if val(me.Text) > 255 or val(me.Text) < 0 then 
     3254                    me.Text = "255" 
     3255                  end if 
     3256                   
     3257                  dim d as double 
     3258                  dim i as integer 
     3259                  d = val(me.Text) 
     3260                  i = d 
     3261                  ICSSerialPort1.Byte08 = chrb(i) 
     3262                End Function 
     3263        #tag EndEvent 
     3264#tag EndEvents 
     3265#tag Events EditField_Byte7 
     3266        #tag Event 
     3267                Function KeyDown(Key As String) As Boolean 
     3268                  //Make sure we have a valid value if not then set it to something 
     3269                  if val(me.Text) > 255 or val(me.Text) < 0 then 
     3270                    me.Text = "255" 
     3271                  end if 
     3272                   
     3273                  dim d as double 
     3274                  dim i as integer 
     3275                  d = val(me.Text) 
     3276                  i = d 
     3277                  ICSSerialPort1.Byte07 = chrb(i) 
     3278                End Function 
     3279        #tag EndEvent 
     3280#tag EndEvents 
     3281#tag Events EditField_Byte6 
     3282        #tag Event 
     3283                Function KeyDown(Key As String) As Boolean 
     3284                  //Make sure we have a valid value if not then set it to something 
     3285                  if val(me.Text) > 255 or val(me.Text) < 0 then 
     3286                    me.Text = "255" 
     3287                  end if 
     3288                   
     3289                  dim d as double 
     3290                  dim i as integer 
     3291                  d = val(me.Text) 
     3292                  i = d 
     3293                  ICSSerialPort1.Byte06 = chrb(i) 
     3294                End Function 
     3295        #tag EndEvent 
     3296#tag EndEvents 
     3297#tag Events EditField_Byte5 
     3298        #tag Event 
     3299                Function KeyDown(Key As String) As Boolean 
     3300                  //Make sure we have a valid value if not then set it to something 
     3301                  if val(me.Text) > 255 or val(me.Text) < 0 then 
     3302                    me.Text = "255" 
     3303                  end if 
     3304                   
     3305                  dim d as double 
     3306                  dim i as integer 
     3307                  d = val(me.Text) 
     3308                  i = d 
     3309                  ICSSerialPort1.Byte05 = chrb(i) 
     3310                End Function 
     3311        #tag EndEvent 
     3312#tag EndEvents 
     3313#tag Events EditField_Byte4 
     3314        #tag Event 
     3315                Function KeyDown(Key As String) As Boolean 
     3316                  //Make sure we have a valid value if not then set it to something 
     3317                  if val(me.Text) > 255 or val(me.Text) < 0 then 
     3318                    me.Text = "255" 
     3319                  end if 
     3320                   
     3321                  dim d as double 
     3322                  dim i as integer 
     3323                  d = val(me.Text) 
     3324                  i = d 
     3325                  ICSSerialPort1.Byte04 = chrb(i) 
     3326                End Function 
     3327        #tag EndEvent 
     3328#tag EndEvents 
     3329#tag Events EditField_Byte3 
     3330        #tag Event 
     3331                Sub TextChange() 
     3332                  //Make sure we have a valid value if not then set it to something 
     3333                  if val(me.Text) > 255 or val(me.Text) < 0 then 
     3334                    me.Text = "255" 
     3335                  end if 
     3336                   
     3337                  dim d as double 
     3338                  dim i as integer 
     3339                  d = val(me.Text) 
     3340                  i = d 
     3341                  ICSSerialPort1.Byte03 = chrb(i) 
     3342                End Sub 
     3343        #tag EndEvent 
     3344#tag EndEvents 
Note: See TracChangeset for help on using the changeset viewer.