Changeset 3411 for 2012/26


Ignore:
Timestamp:
2012-06-29 12:36:00 (11 years ago)
Author:
faamojal
Message:

Talletus.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 2012/26/FanniO/Sailtilyousink/Sailtilyousink/Sailtilyousink/Sailtilyousink.cs

    r3407 r3411  
    9797             
    9898            Label pistenaytto2 = new Label(); 
    99             pistenaytto2.X = -400; 
    100             pistenaytto2.Y = -200; 
     99            pistenaytto2.X =Screen.Left +150; 
     100            pistenaytto2.Y = Screen.Bottom +300; 
    101101            pistenaytto2.TextColor = Color.Blue; 
    102102            pistenaytto2.Color = Color.Aqua; 
     
    110110             
    111111            Label mailinaytto2 = new Label(); 
    112             mailinaytto2.X = -400; 
    113             mailinaytto2.Y = -250; 
     112            mailinaytto2.X =Screen.Left +150; 
     113            mailinaytto2.Y =Screen.Bottom +250; 
    114114            mailinaytto2.TextColor = Color.DarkBlue; 
    115115            mailinaytto2.Color = Color.Aqua; 
Note: See TracChangeset for help on using the changeset viewer.