Changeset 13 for trunk


Ignore:
Timestamp:
04/07/10 17:04:59 (14 years ago)
Author:
pinwc4
Message:

Added version number logic

Location:
trunk/desktop
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/desktop/FlipSideICS.rbvcp

    r11 r13  
    99DefaultWindow=mainWindow 
    1010AppMenuBar=mainMenuBar 
    11 MajorVersion=1 
    12 MinorVersion=0 
     11MajorVersion=0 
     12MinorVersion=1 
    1313SubVersion=0 
    14 NonRelease=0 
    15 Release=0 
     14NonRelease=9 
     15Release=2 
    1616InfoVersion= 
    1717LongVersion= 
     
    2020WinInternalName= 
    2121WinProductName= 
    22 AutoIncrementVersionInformation=False 
     22AutoIncrementVersionInformation=True 
    2323BuildFlags=&h4000 
    2424BuildLanguage=&h0 
  • trunk/desktop/mainWindow.rbfrm

    r12 r13  
    26122612      Bits            =   3 
    26132613      byte01          =   &hFF 
     2614      carType         =   "MR-03" 
    26142615      CTS             =   "" 
    26152616      DTR             =   "" 
    26162617      Height          =   32 
    26172618      Index           =   -2147483648 
    2618       Left            =   741 
     2619      Left            =   716 
    26192620      LockedInPosition=   False 
     2621      mode            =   "read" 
    26202622      Parity          =   0 
    26212623      Scope           =   0 
    26222624      Stop            =   0 
    26232625      TabPanelIndex   =   0 
    2624       Top             =   -12 
     2626      Top             =   -6 
    26252627      Width           =   32 
    26262628      XON             =   "" 
     
    26842686      Width           =   100 
    26852687   End 
     2688   Begin StaticText StaticText_Version 
     2689      AutoDeactivate  =   True 
     2690      Bold            =   "" 
     2691      DataField       =   "" 
     2692      DataSource      =   "" 
     2693      Enabled         =   True 
     2694      Height          =   20 
     2695      HelpTag         =   "" 
     2696      Index           =   -2147483648 
     2697      InitialParent   =   "" 
     2698      Italic          =   "" 
     2699      Left            =   522 
     2700      LockBottom      =   "" 
     2701      LockedInPosition=   False 
     2702      LockLeft        =   "" 
     2703      LockRight       =   "" 
     2704      LockTop         =   "" 
     2705      Multiline       =   "" 
     2706      Scope           =   0 
     2707      TabIndex        =   46 
     2708      TabPanelIndex   =   0 
     2709      Text            =   "Version " 
     2710      TextAlign       =   0 
     2711      TextColor       =   &h000000 
     2712      TextFont        =   "System" 
     2713      TextSize        =   0 
     2714      Top             =   14 
     2715      Underline       =   "" 
     2716      Visible         =   True 
     2717      Width           =   100 
     2718   End 
    26862719End 
    26872720#tag EndWindow 
    26882721 
    26892722#tag WindowCode 
     2723        #tag Event 
     2724                Sub Open() 
     2725                  StaticText_Version.Text = "Version " + str(app.NonReleaseVersion/100) 
     2726                End Sub 
     2727        #tag EndEvent 
     2728 
     2729 
    26902730        #tag Method, Flags = &h21 
    26912731                Private Sub disableControls() 
Note: See TracChangeset for help on using the changeset viewer.