Ignore:
Timestamp:
May 11, 2010, 1:24:18 AM (14 years ago)
Author:
Sam Habiel
Message:

Better printing in UCPatientAppts.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Scheduling/trunk/cs/bsdx0200GUISourceCode/UCPatientAppts.Designer.cs

    r753 r755  
    4040            this.dsPatientApptDisplay2 = new IndianHealthService.ClinicalScheduling.dsPatientApptDisplay2();
    4141            this.panel1 = new System.Windows.Forms.Panel();
     42            this.btnPrint = new System.Windows.Forms.Button();
    4243            this.chkPastAppts = new System.Windows.Forms.CheckBox();
    43             this.btnPrint = new System.Windows.Forms.Button();
    4444            this.printDialog1 = new System.Windows.Forms.PrintDialog();
    4545            this.PrintPtAppts = new System.Drawing.Printing.PrintDocument();
     
    133133            this.panel1.TabIndex = 3;
    134134            //
     135            // btnPrint
     136            //
     137            this.btnPrint.Location = new System.Drawing.Point(3, 3);
     138            this.btnPrint.Name = "btnPrint";
     139            this.btnPrint.Size = new System.Drawing.Size(75, 23);
     140            this.btnPrint.TabIndex = 1;
     141            this.btnPrint.Text = "Print";
     142            this.btnPrint.UseVisualStyleBackColor = true;
     143            this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
     144            //
    135145            // chkPastAppts
    136146            //
     
    145155            this.chkPastAppts.CheckedChanged += new System.EventHandler(this.chkPastAppts_CheckedChanged);
    146156            //
    147             // btnPrint
    148             //
    149             this.btnPrint.Location = new System.Drawing.Point(3, 3);
    150             this.btnPrint.Name = "btnPrint";
    151             this.btnPrint.Size = new System.Drawing.Size(75, 23);
    152             this.btnPrint.TabIndex = 1;
    153             this.btnPrint.Text = "Print";
    154             this.btnPrint.UseVisualStyleBackColor = true;
    155             this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
    156             //
    157157            // printDialog1
    158158            //
     
    164164            this.PrintPtAppts.DocumentName = "Print Patient Appointments";
    165165            this.PrintPtAppts.PrintPage += new System.Drawing.Printing.PrintPageEventHandler(this.PrintPtAppts_PrintPage);
     166            this.PrintPtAppts.QueryPageSettings += new System.Drawing.Printing.QueryPageSettingsEventHandler(this.PrintPtAppts_QueryPageSettings);
    166167            //
    167168            // UCPatientAppts
Note: See TracChangeset for help on using the changeset viewer.