Changeset 44


Ignore:
Timestamp:
06/07/10 15:10:10 (14 years ago)
Author:
pinwc4
Message:

Removed code that changed text color when ran on Windows

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/desktop/mainWindow.rbfrm

    r43 r44  
    28002800                  end if 
    28012801                   
    2802                   #if TargetWin32 
    2803                     //Have to change text colors since Windows does not allow for transparancy of the tab panel 
    2804                     StaticText_BackTiming.TextColor = &c000000 
    2805                     StaticText_Byte1.TextColor = &c000000 
    2806                     StaticText_Byte10.TextColor = &c000000 
    2807                     StaticText_Byte11.TextColor = &c000000 
    2808                     StaticText_Byte12.TextColor = &c000000 
    2809                     StaticText_Byte13.TextColor = &c000000 
    2810                     StaticText_Byte14.TextColor = &c000000 
    2811                     StaticText_Byte15.TextColor = &c000000 
    2812                     StaticText_Byte16.TextColor = &c000000 
    2813                     StaticText_Byte17.TextColor = &c000000 
    2814                     StaticText_Byte18.TextColor = &c000000 
    2815                     StaticText_Byte2.TextColor = &c000000 
    2816                     StaticText_Byte3.TextColor = &c000000 
    2817                     StaticText_Byte4.TextColor = &c000000 
    2818                     StaticText_Byte5.TextColor = &c000000 
    2819                     StaticText_Byte6.TextColor = &c000000 
    2820                     StaticText_Byte7.TextColor = &c000000 
    2821                     StaticText_Byte8.TextColor = &c000000 
    2822                     StaticText_Byte9.TextColor = &c000000 
    2823                     StaticText_CarType.TextColor = &c000000 
    2824                     StaticText_DBand.TextColor = &c000000 
    2825                     StaticText_DFreq.TextColor = &c000000 
    2826                     StaticText_Dump.TextColor = &c000000 
    2827                     StaticText_Gain.TextColor = &c000000 
    2828                     StaticText_Nuetral.TextColor = &c000000 
    2829                     //StaticText_Profiles.TextColor = &c000000 
    2830                     StaticText_Punch.TextColor = &c000000 
    2831                     //StaticText_SerialPort.TextColor = &c000000 
    2832                     StaticText_Speed.TextColor = &c000000 
    2833                     StaticText_STGain.TextColor = &c000000 
    2834                     StaticText_THGain.TextColor = &c000000 
    2835                     //StaticText_Version.TextColor = &c000000 
    2836                     StaticText_VerticalIntertia.TextColor = &c000000 
    2837                      
    2838                   #endif 
    28392802                   
    28402803                End Sub 
Note: See TracChangeset for help on using the changeset viewer.