Ignore:
Timestamp:
May 3, 2011, 4:01:50 AM (13 years ago)
Author:
Sam Habiel
Message:

A couple of final fixes before the v 1.5 Release.

  1. Moved the header for appointment slip and routing slip up by 25 pixels.
  2. Clarified and undo message in CGView.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Scheduling/trunk/cs/bsdx0200GUISourceCode/Printing.cs

    r1156 r1159  
    156156                X = e.MarginBounds.X,
    157157                Y = e.PageBounds.Y,
    158                 Height = e.MarginBounds.Y - e.PageBounds.Y,
     158                Height = e.MarginBounds.Y - e.PageBounds.Y - 50,
    159159                Width = e.MarginBounds.Width
    160160            };
     
    563563            Rectangle headerArea = new Rectangle()
    564564            {
    565                 X = e.MarginBounds.X,
    566                 Y = e.PageBounds.Y,
    567                 Height = e.MarginBounds.Y - e.PageBounds.Y,
     565                X = e.MarginBounds.X, 
     566                Y = e.PageBounds.Y,  //0
     567                Height = e.MarginBounds.Y - e.PageBounds.Y - 50, //100px - 50px
    568568                Width = e.MarginBounds.Width
    569569            };
Note: See TracChangeset for help on using the changeset viewer.