Changeset 36 for trunk


Ignore:
Timestamp:
04/29/10 15:45:09 (14 years ago)
Author:
pinwc4
Message:

Added some text descriptions to the controls

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/desktop/mainWindow.rbfrm

    r34 r36  
    109109      Top             =   0 
    110110      Underline       =   "" 
    111       Value           =   1 
     111      Value           =   0 
    112112      Visible         =   True 
    113113      Width           =   525 
     
    11031103         TabIndex        =   9 
    11041104         TabPanelIndex   =   1 
    1105          Text            =   "Virtual Intertia" 
     1105         Text            =   "Virtual Inertia" 
    11061106         TextAlign       =   0 
    11071107         TextColor       =   "&cB8B8B8" 
     
    13471347         TabIndex        =   17 
    13481348         TabPanelIndex   =   1 
    1349          Text            =   "Drive Band" 
     1349         Text            =   "Dead Band" 
    13501350         TextAlign       =   0 
    13511351         TextColor       =   "&cB8B8B8" 
     
    23782378         Visible         =   True 
    23792379         Width           =   150 
     2380      End 
     2381      Begin GroupBox GroupBox_Description 
     2382         AutoDeactivate  =   True 
     2383         Bold            =   "" 
     2384         Caption         =   "" 
     2385         Enabled         =   True 
     2386         Height          =   104 
     2387         HelpTag         =   "" 
     2388         Index           =   -2147483648 
     2389         InitialParent   =   "TabPanel1" 
     2390         Italic          =   "" 
     2391         Left            =   209 
     2392         LockBottom      =   "" 
     2393         LockedInPosition=   False 
     2394         LockLeft        =   "" 
     2395         LockRight       =   "" 
     2396         LockTop         =   "" 
     2397         Scope           =   0 
     2398         TabIndex        =   27 
     2399         TabPanelIndex   =   1 
     2400         TextFont        =   "System" 
     2401         TextSize        =   0 
     2402         Top             =   250 
     2403         Underline       =   "" 
     2404         Visible         =   True 
     2405         Width           =   491 
     2406         Begin StaticText StaticText_Description 
     2407            AutoDeactivate  =   True 
     2408            Bold            =   "" 
     2409            DataField       =   "" 
     2410            DataSource      =   "" 
     2411            Enabled         =   True 
     2412            Height          =   80 
     2413            HelpTag         =   "" 
     2414            Index           =   -2147483648 
     2415            InitialParent   =   "GroupBox_Description" 
     2416            Italic          =   "" 
     2417            Left            =   222 
     2418            LockBottom      =   "" 
     2419            LockedInPosition=   False 
     2420            LockLeft        =   "" 
     2421            LockRight       =   "" 
     2422            LockTop         =   "" 
     2423            Multiline       =   True 
     2424            Scope           =   0 
     2425            TabIndex        =   0 
     2426            TabPanelIndex   =   1 
     2427            Text            =   "" 
     2428            TextAlign       =   0 
     2429            TextColor       =   "&cB8B8B8" 
     2430            TextFont        =   "System" 
     2431            TextSize        =   0 
     2432            Top             =   262 
     2433            Underline       =   "" 
     2434            Visible         =   True 
     2435            Width           =   465 
     2436         End 
    23802437      End 
    23812438   End 
     
    32063263                End Sub 
    32073264        #tag EndEvent 
     3265        #tag Event 
     3266                Sub MouseEnter() 
     3267                  StaticText_Description.Text = "Click Read to read the configuration of the currently connected car." 
     3268                End Sub 
     3269        #tag EndEvent 
    32083270#tag EndEvents 
    32093271#tag Events PushButton_Write 
     
    32113273                Sub Action() 
    32123274                  ICSSerialPort1.writeCar 
     3275                End Sub 
     3276        #tag EndEvent 
     3277        #tag Event 
     3278                Sub MouseEnter() 
     3279                  StaticText_Description.Text = "Click Write to write the settings selected above to the currently connected car." 
    32133280                End Sub 
    32143281        #tag EndEvent 
     
    33623429                End Sub 
    33633430        #tag EndEvent 
     3431        #tag Event 
     3432                Sub MouseEnter() 
     3433                  StaticText_Description.Text = "THROTTLE GAIN adjusts how the Gryo will impact throttle." 
     3434                End Sub 
     3435        #tag EndEvent 
    33643436#tag EndEvents 
    33653437#tag Events EditField_THGain 
     
    33803452                   
    33813453                  Slider_THGain.Value = val(me.Text) 
     3454                End Sub 
     3455        #tag EndEvent 
     3456        #tag Event 
     3457                Sub MouseEnter() 
     3458                  StaticText_Description.Text = "THROTTLE GAIN adjusts how the Gryo will impact throttle." 
     3459                End Sub 
     3460        #tag EndEvent 
     3461#tag EndEvents 
     3462#tag Events StaticText_THGain 
     3463        #tag Event 
     3464                Sub MouseEnter() 
     3465                  StaticText_Description.Text = "THROTTLE GAIN adjusts how the Gryo will impact throttle." 
    33823466                End Sub 
    33833467        #tag EndEvent 
     
    33953479                End Sub 
    33963480        #tag EndEvent 
     3481        #tag Event 
     3482                Sub MouseEnter() 
     3483                  StaticText_Description.Text = "STEERING GAIN adjusts how the Gryo will impact steering." 
     3484                End Sub 
     3485        #tag EndEvent 
    33973486#tag EndEvents 
    33983487#tag Events EditField_STGain 
     
    34153504                   
    34163505                   
     3506                End Sub 
     3507        #tag EndEvent 
     3508        #tag Event 
     3509                Sub MouseEnter() 
     3510                  StaticText_Description.Text = "STEERING GAIN adjusts how the Gryo will impact steering." 
     3511                End Sub 
     3512        #tag EndEvent 
     3513#tag EndEvents 
     3514#tag Events StaticText_STGain 
     3515        #tag Event 
     3516                Sub MouseEnter() 
     3517                  StaticText_Description.Text = "STEERING GAIN adjusts how the Gryo will impact steering." 
    34173518                End Sub 
    34183519        #tag EndEvent 
     
    34383539                End Sub 
    34393540        #tag EndEvent 
     3541        #tag Event 
     3542                Sub MouseEnter() 
     3543                  StaticText_Description.Text = "BACK TIMING sets the delay needed at neutral before you can use reverse." 
     3544                End Sub 
     3545        #tag EndEvent 
     3546#tag EndEvents 
     3547#tag Events StaticText_BackTiming 
     3548        #tag Event 
     3549                Sub MouseEnter() 
     3550                  StaticText_Description.Text = "BACK TIMING sets the delay needed at neutral before you can use reverse." 
     3551                End Sub 
     3552        #tag EndEvent 
    34403553#tag EndEvents 
    34413554#tag Events PopupMenu_VerticalInteria 
     
    34593572                End Sub 
    34603573        #tag EndEvent 
     3574        #tag Event 
     3575                Sub MouseEnter() 
     3576                  StaticText_Description.Text = "VIRTUAL INERTIA sets how far the car will roll after the throttle is released." 
     3577                End Sub 
     3578        #tag EndEvent 
     3579#tag EndEvents 
     3580#tag Events StaticText_VerticalIntertia 
     3581        #tag Event 
     3582                Sub MouseEnter() 
     3583                  StaticText_Description.Text = "VIRTUAL INERTIA sets how far the car will roll after the throttle is released." 
     3584                End Sub 
     3585        #tag EndEvent 
    34613586#tag EndEvents 
    34623587#tag Events PopupMenu_Nuetral 
     
    34803605                     
    34813606                  End Select 
     3607                End Sub 
     3608        #tag EndEvent 
     3609        #tag Event 
     3610                Sub MouseEnter() 
     3611                  StaticText_Description.Text = "NEUTRAL sets the width of the neutral area for the throttle trigger on the transmitter." 
     3612                End Sub 
     3613        #tag EndEvent 
     3614#tag EndEvents 
     3615#tag Events StaticText_Nuetral 
     3616        #tag Event 
     3617                Sub MouseEnter() 
     3618                  StaticText_Description.Text = "NEUTRAL sets the width of the neutral area for the throttle trigger on the transmitter." 
    34823619                End Sub 
    34833620        #tag EndEvent 
     
    34993636                End Sub 
    35003637        #tag EndEvent 
     3638        #tag Event 
     3639                Sub MouseEnter() 
     3640                  StaticText_Description.Text = "DRIVE FREQUENCY sets the frequency of the signal sent to the motor.  A lower frequency can provide higher torque but result in lower battery life." 
     3641                End Sub 
     3642        #tag EndEvent 
     3643#tag EndEvents 
     3644#tag Events StaticText_DFreq 
     3645        #tag Event 
     3646                Sub MouseEnter() 
     3647                  StaticText_Description.Text = "DRIVE FREQUENCY sets the frequency of the signal sent to the motor.  A lower frequency can provide higher torque but result in lower battery life." 
     3648                End Sub 
     3649        #tag EndEvent 
    35013650#tag EndEvents 
    35023651#tag Events PopupMenu_Dump 
     
    35123661                     
    35133662                  End Select 
     3663                End Sub 
     3664        #tag EndEvent 
     3665        #tag Event 
     3666                Sub MouseEnter() 
     3667                  StaticText_Description.Text = "DUMP sets the behavior of the servo when it needs to stop.  When set to Smooth the servo begins stopping before getting to the set point.  When set to Over the servo will go past the set point before stopping and then return back to the set point." 
     3668                End Sub 
     3669        #tag EndEvent 
     3670#tag EndEvents 
     3671#tag Events StaticText_Dump 
     3672        #tag Event 
     3673                Sub MouseEnter() 
     3674                  StaticText_Description.Text = "DUMP sets the behavior of the servo when it needs to stop.  When set to Smooth the servo begins stopping before getting to the set point.  When set to Over the servo will go past the set point before stopping and then return back to the set point." 
    35143675                End Sub 
    35153676        #tag EndEvent 
     
    35293690                     
    35303691                  End Select 
     3692                End Sub 
     3693        #tag EndEvent 
     3694        #tag Event 
     3695                Sub MouseEnter() 
     3696                  StaticText_Description.Text = "DEAD BAND adjusts how close to the correct position the servo must be." 
     3697                End Sub 
     3698        #tag EndEvent 
     3699#tag EndEvents 
     3700#tag Events StaticText_DBand 
     3701        #tag Event 
     3702                Sub MouseEnter() 
     3703                  StaticText_Description.Text = "DEAD BAND adjusts how close to the correct position the servo must be." 
    35313704                End Sub 
    35323705        #tag EndEvent 
     
    35463719                End Sub 
    35473720        #tag EndEvent 
     3721        #tag Event 
     3722                Sub MouseEnter() 
     3723                  StaticText_Description.Text = "PUNCH controls the servo's response.  Setting this high can cause a twitchy response to steering." 
     3724                End Sub 
     3725        #tag EndEvent 
    35483726#tag EndEvents 
    35493727#tag Events EditField_Punch 
     
    35643742                   
    35653743                  Slider_Punch.Value = val(me.Text) 
     3744                End Sub 
     3745        #tag EndEvent 
     3746        #tag Event 
     3747                Sub MouseEnter() 
     3748                  StaticText_Description.Text = "PUNCH controls the servo's response.  Setting this high can cause a twitchy response to steering." 
     3749                End Sub 
     3750        #tag EndEvent 
     3751#tag EndEvents 
     3752#tag Events StaticText_Punch 
     3753        #tag Event 
     3754                Sub MouseEnter() 
     3755                  StaticText_Description.Text = "PUNCH controls the servo's response.  Setting this high can cause a twitchy response to steering." 
    35663756                End Sub 
    35673757        #tag EndEvent 
     
    35873777                End Sub 
    35883778        #tag EndEvent 
     3779        #tag Event 
     3780                Sub MouseEnter() 
     3781                  StaticText_Description.Text = "SPEED controls the speed that the servo will respond to input from the transmitter." 
     3782                End Sub 
     3783        #tag EndEvent 
     3784#tag EndEvents 
     3785#tag Events StaticText_Speed 
     3786        #tag Event 
     3787                Sub MouseEnter() 
     3788                  StaticText_Description.Text = "SPEED controls the speed that the servo will respond to input from the transmitter." 
     3789                End Sub 
     3790        #tag EndEvent 
    35893791#tag EndEvents 
    35903792#tag Events PopupMenu_Gain 
     
    36063808                  End Select 
    36073809                   
     3810                End Sub 
     3811        #tag EndEvent 
     3812        #tag Event 
     3813                Sub MouseEnter() 
     3814                  StaticText_Description.Text = "GAIN controls the amount of force the servo motor will use to stay in position." 
     3815                End Sub 
     3816        #tag EndEvent 
     3817#tag EndEvents 
     3818#tag Events StaticText_Gain 
     3819        #tag Event 
     3820                Sub MouseEnter() 
     3821                  StaticText_Description.Text = "GAIN controls the amount of force the servo motor will use to stay in position." 
     3822                End Sub 
     3823        #tag EndEvent 
     3824#tag EndEvents 
     3825#tag Events StaticText_CarType 
     3826        #tag Event 
     3827                Sub MouseEnter() 
     3828                  StaticText_Description.Text = "Setting a car type will enable and disable the appropriate options on this screen." 
    36083829                End Sub 
    36093830        #tag EndEvent 
     
    36163837                  disableControls 
    36173838                   
     3839                End Sub 
     3840        #tag EndEvent 
     3841        #tag Event 
     3842                Sub MouseEnter() 
     3843                  StaticText_Description.Text = "Setting a car type will enable and disable the appropriate options on this screen." 
    36183844                End Sub 
    36193845        #tag EndEvent 
     
    37884014                Sub Action() 
    37894015                  ICSSerialPort1.setDefaultValues 
     4016                End Sub 
     4017        #tag EndEvent 
     4018        #tag Event 
     4019                Sub MouseEnter() 
     4020                  StaticText_Description.Text = "Clicking Default will set the settings above to the defaults for the selected Car Type.  No data will be written to the car until the Write button has been clicked." 
     4021                End Sub 
     4022        #tag EndEvent 
     4023#tag EndEvents 
     4024#tag Events StaticText_SerialPort 
     4025        #tag Event 
     4026                Sub MouseEnter() 
     4027                  StaticText_Description.Text = "Select which COM Port to use using the drop down menu.  If you can not find a valid COM Port you may need to install a driver for your ICS adapter." 
    37904028                End Sub 
    37914029        #tag EndEvent 
     
    38324070                End Sub 
    38334071        #tag EndEvent 
     4072        #tag Event 
     4073                Sub MouseEnter() 
     4074                  StaticText_Description.Text = "Select which COM Port to use using the drop down menu.  If you can not find a valid COM Port you may need to install a driver for your ICS adapter." 
     4075                End Sub 
     4076        #tag EndEvent 
     4077#tag EndEvents 
     4078#tag Events StaticText_Profiles 
     4079        #tag Event 
     4080                Sub MouseEnter() 
     4081                  StaticText_Description.Text = "Profiles provide a way for you to create common settings that you can write easily to multiple cars or create a backup of particular configurations that you like.  After creating a profile you can use the drop down menu to select it or o ther profiles." 
     4082                End Sub 
     4083        #tag EndEvent 
    38344084#tag EndEvents 
    38354085#tag Events PopupMenu_Profile 
     
    38574107                End Sub 
    38584108        #tag EndEvent 
     4109        #tag Event 
     4110                Sub MouseEnter() 
     4111                  StaticText_Description.Text = "Profiles provide a way for you to create common settings that you can write easily to multiple cars or create a backup of particular configurations that you like.  After creating a profile you can use the drop down menu to select it or other profiles." 
     4112                End Sub 
     4113        #tag EndEvent 
    38594114#tag EndEvents 
    38604115#tag Events PushButton_SaveProfile 
     
    38664121                End Sub 
    38674122        #tag EndEvent 
     4123        #tag Event 
     4124                Sub MouseEnter() 
     4125                  StaticText_Description.Text = "Click Save to save the current car settings to the selected profile." 
     4126                End Sub 
     4127        #tag EndEvent 
    38684128#tag EndEvents 
    38694129#tag Events PushButton_Delete 
     
    38834143                End Sub 
    38844144        #tag EndEvent 
     4145        #tag Event 
     4146                Sub MouseEnter() 
     4147                  StaticText_Description.Text = "Click Delete to delete the currently selected profile.  This action can not be undone." 
     4148                End Sub 
     4149        #tag EndEvent 
    38854150#tag EndEvents 
    38864151#tag Events PushButton_Create 
     
    38914156                End Sub 
    38924157        #tag EndEvent 
     4158        #tag Event 
     4159                Sub MouseEnter() 
     4160                  StaticText_Description.Text = "Click Create to create a new profile.  You will be prompted to enter a new name for the profile.  The name must be unique." 
     4161                End Sub 
     4162        #tag EndEvent 
    38934163#tag EndEvents 
    38944164#tag Events PushButton_Import 
     
    39024172                    MsgBox "Error importing profile" 
    39034173                  end if 
     4174                End Sub 
     4175        #tag EndEvent 
     4176        #tag Event 
     4177                Sub MouseEnter() 
     4178                  StaticText_Description.Text = "Click Import to import car settings from a file.  You will be prompted to select an appropriate file to import." 
    39044179                End Sub 
    39054180        #tag EndEvent 
     
    39134188                End Sub 
    39144189        #tag EndEvent 
    3915 #tag EndEvents 
     4190        #tag Event 
     4191                Sub MouseEnter() 
     4192                  StaticText_Description.Text = "Click Export to save the current profile to a file on your computer.  This file can be shared with other people to allow them to configure their car using the same settings.  Make sure you have saved your changes before exporting them." 
     4193                End Sub 
     4194        #tag EndEvent 
     4195#tag EndEvents 
Note: See TracChangeset for help on using the changeset viewer.