Changeset 33 for trunk


Ignore:
Timestamp:
04/11/10 21:43:06 (14 years ago)
Author:
pinwc4
Message:

Resized linux controls

Location:
trunk/desktop
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/desktop/FlipSideICS.rbvcp

    r32 r33  
    1212MinorVersion=1 
    1313SubVersion=0 
    14 NonRelease=23 
     14NonRelease=24 
    1515Release=2 
    1616InfoVersion= 
  • trunk/desktop/ICSSerialPort.rbbas

    r32 r33  
    10181018                #tag EndViewProperty 
    10191019                #tag ViewProperty 
     1020                        Name="carType" 
     1021                        Group="Behavior" 
     1022                        InitialValue="MR-03" 
     1023                        Type="String" 
     1024                #tag EndViewProperty 
     1025                #tag ViewProperty 
    10201026                        Name="CTS" 
    10211027                        Visible=true 
  • trunk/desktop/createProfile.rbfrm

    r11 r33  
    6363      TextFont        =   "System" 
    6464      TextSize        =   0 
     65      TextUnit        =   0 
    6566      Top             =   46 
    6667      Underline       =   "" 
     
    9394      TextFont        =   "System" 
    9495      TextSize        =   0 
     96      TextUnit        =   0 
    9597      Top             =   80 
    9698      Underline       =   "" 
     
    122124      TextFont        =   "System" 
    123125      TextSize        =   0 
     126      TextUnit        =   0 
    124127      Top             =   80 
    125128      Underline       =   "" 
     
    153156      TextFont        =   "System" 
    154157      TextSize        =   0 
     158      TextUnit        =   0 
    155159      Top             =   14 
    156160      Underline       =   "" 
     
    165169                Sub Open() 
    166170                  allowedText = "ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789 -_."+chr(8)+chr(29)+chr(30)+chr(31)+chr(28)+chr(127) 
     171                   
     172                  #if TargetLinux 
     173                    PushButton_Cancel.Height = 24 
     174                    PushButton_OK.Height = 24 
     175                  #endif 
    167176                End Sub 
    168177        #tag EndEvent 
  • trunk/desktop/mainWindow.rbfrm

    r32 r33  
    24522452      Bits            =   3 
    24532453      byte01          =   &hFF 
     2454      carType         =   "MR-03" 
    24542455      CTS             =   "" 
    24552456      DTR             =   "" 
     
    28172818                  readPreferences() 
    28182819                   
     2820                  #if TargetLinux 
     2821                    resizeLinuxControls() 
     2822                  #endif 
     2823                   
    28192824                  //Set and open the COM Port 
    28202825                  dim i, count as integer 
     
    29762981                   
    29772982                   
     2983                End Sub 
     2984        #tag EndMethod 
     2985 
     2986        #tag Method, Flags = &h21 
     2987                Private Sub resizeLinuxControls() 
     2988                  //Resize controls for Linux 
     2989                   
     2990                  PushButton_Create.Height = 24 
     2991                  PushButton_Default.Height = 24 
     2992                  PushButton_Delete.Height = 24 
     2993                  PushButton_Export.Height = 24 
     2994                  PushButton_Import.Height = 24 
     2995                  PushButton_Read.Height = 24 
     2996                  PushButton_SaveProfile.Height = 24 
     2997                  PushButton_Write.Height = 24 
     2998                   
     2999                  PopupMenu_BackTiming.Height = 26 
     3000                  PopupMenu_CarType.Height = 26 
     3001                  PopupMenu_DBand.Height = 26 
     3002                  PopupMenu_DFreq.Height = 26 
     3003                  PopupMenu_Dump.Height = 26 
     3004                  PopupMenu_Gain.Height = 26 
     3005                  PopupMenu_Nuetral.Height = 26 
     3006                  PopupMenu_Profile.Height = 26 
     3007                  PopupMenu_SerialPort.Height = 26 
     3008                  PopupMenu_Speed.Height = 26 
     3009                  PopupMenu_VerticalInteria.Height = 26 
    29783010                End Sub 
    29793011        #tag EndMethod 
Note: See TracChangeset for help on using the changeset viewer.