Ignore:
Timestamp:
Jan 23, 2011, 8:00:56 AM (13 years ago)
Author:
Sam Habiel
Message:

CalendarGrid: Handling for mouse scroll wheel added.
CGAppointments: Now supports Deep Cloning with Clone().
Updated Exes

File:
1 edited

Legend:

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

    r1073 r1075  
    233233            this.lblResource = new System.Windows.Forms.Label();
    234234            this.panelCenter = new System.Windows.Forms.Panel();
    235             this.calendarGrid1 = new IndianHealthService.ClinicalScheduling.CalendarGrid();
    236235            this.ctxCalendarGrid = new System.Windows.Forms.ContextMenu();
    237236            this.ctxCalGridAdd = new System.Windows.Forms.MenuItem();
     
    251250            this.splitter2 = new System.Windows.Forms.Splitter();
    252251            this.printRoutingSlip = new System.Drawing.Printing.PrintDocument();
     252            this.calendarGrid1 = new IndianHealthService.ClinicalScheduling.CalendarGrid();
    253253            this.panelRight.SuspendLayout();
    254254            this.panelClip.SuspendLayout();
     
    617617            this.tvSchedules.Location = new System.Drawing.Point(0, 0);
    618618            this.tvSchedules.Name = "tvSchedules";
    619             this.tvSchedules.Size = new System.Drawing.Size(128, 395);
     619            this.tvSchedules.Size = new System.Drawing.Size(128, 332);
    620620            this.tvSchedules.Sorted = true;
    621621            this.tvSchedules.TabIndex = 1;
     
    664664            this.panelRight.Location = new System.Drawing.Point(941, 0);
    665665            this.panelRight.Name = "panelRight";
    666             this.panelRight.Size = new System.Drawing.Size(128, 395);
     666            this.panelRight.Size = new System.Drawing.Size(128, 332);
    667667            this.panelRight.TabIndex = 3;
    668668            this.panelRight.Visible = false;
     
    762762            this.panelCenter.Location = new System.Drawing.Point(136, 24);
    763763            this.panelCenter.Name = "panelCenter";
    764             this.panelCenter.Size = new System.Drawing.Size(802, 347);
     764            this.panelCenter.Size = new System.Drawing.Size(802, 284);
    765765            this.panelCenter.TabIndex = 7;
     766            //
     767            // ctxCalendarGrid
     768            //
     769            this.ctxCalendarGrid.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
     770            this.ctxCalGridAdd,
     771            this.ctxCalGridEdit,
     772            this.ctxCalGridDelete,
     773            this.ctxCalGridCheckIn,
     774            this.menuItem2,
     775            this.ctxCalGridNoShow,
     776            this.ctxCalGridNoShowUndo,
     777            this.menuItem9,
     778            this.ctxCalGridWalkin,
     779            this.menuItem10,
     780            this.ctxCalGridReprintRoutingSlip});
     781            this.ctxCalendarGrid.Popup += new System.EventHandler(this.ctxCalendarGrid_Popup);
     782            //
     783            // ctxCalGridAdd
     784            //
     785            this.ctxCalGridAdd.Index = 0;
     786            this.ctxCalGridAdd.Text = "Add Appointment";
     787            this.ctxCalGridAdd.Click += new System.EventHandler(this.ctxCalGridAdd_Click);
     788            //
     789            // ctxCalGridEdit
     790            //
     791            this.ctxCalGridEdit.Index = 1;
     792            this.ctxCalGridEdit.Text = "Edit Appointment";
     793            this.ctxCalGridEdit.Click += new System.EventHandler(this.ctxCalGridEdit_Click);
     794            //
     795            // ctxCalGridDelete
     796            //
     797            this.ctxCalGridDelete.Index = 2;
     798            this.ctxCalGridDelete.Text = "Cancel Appointment";
     799            this.ctxCalGridDelete.Click += new System.EventHandler(this.ctxCalGridDelete_Click);
     800            //
     801            // ctxCalGridCheckIn
     802            //
     803            this.ctxCalGridCheckIn.Index = 3;
     804            this.ctxCalGridCheckIn.Text = "Check In Patient";
     805            this.ctxCalGridCheckIn.Click += new System.EventHandler(this.ctxCalGridCheckIn_Click);
     806            //
     807            // menuItem2
     808            //
     809            this.menuItem2.Index = 4;
     810            this.menuItem2.Text = "-";
     811            //
     812            // ctxCalGridNoShow
     813            //
     814            this.ctxCalGridNoShow.Index = 5;
     815            this.ctxCalGridNoShow.Text = "Mark as No Show";
     816            this.ctxCalGridNoShow.Click += new System.EventHandler(this.ctxCalGridNoShow_Click);
     817            //
     818            // ctxCalGridNoShowUndo
     819            //
     820            this.ctxCalGridNoShowUndo.Index = 6;
     821            this.ctxCalGridNoShowUndo.Text = "Undo NoShow";
     822            this.ctxCalGridNoShowUndo.Click += new System.EventHandler(this.ctxCalGridNoShowUndo_Click);
     823            //
     824            // menuItem9
     825            //
     826            this.menuItem9.Index = 7;
     827            this.menuItem9.Text = "-";
     828            //
     829            // ctxCalGridWalkin
     830            //
     831            this.ctxCalGridWalkin.Index = 8;
     832            this.ctxCalGridWalkin.Text = "Create Wal&k-In Appointment";
     833            this.ctxCalGridWalkin.Click += new System.EventHandler(this.ctxCalGridWalkin_Click);
     834            //
     835            // menuItem10
     836            //
     837            this.menuItem10.Index = 9;
     838            this.menuItem10.Text = "-";
     839            //
     840            // ctxCalGridReprintRoutingSlip
     841            //
     842            this.ctxCalGridReprintRoutingSlip.Index = 10;
     843            this.ctxCalGridReprintRoutingSlip.Text = "&Reprint Routing Slip";
     844            this.ctxCalGridReprintRoutingSlip.Click += new System.EventHandler(this.ctxCalGridReprintRoutingSlip_Click);
     845            //
     846            // panelBottom
     847            //
     848            this.panelBottom.Controls.Add(this.statusBar1);
     849            this.panelBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
     850            this.panelBottom.Location = new System.Drawing.Point(136, 308);
     851            this.panelBottom.Name = "panelBottom";
     852            this.panelBottom.Size = new System.Drawing.Size(802, 24);
     853            this.panelBottom.TabIndex = 8;
     854            //
     855            // statusBar1
     856            //
     857            this.statusBar1.Dock = System.Windows.Forms.DockStyle.Fill;
     858            this.statusBar1.Location = new System.Drawing.Point(0, 0);
     859            this.statusBar1.Name = "statusBar1";
     860            this.statusBar1.Size = new System.Drawing.Size(802, 24);
     861            this.statusBar1.SizingGrip = false;
     862            this.statusBar1.TabIndex = 0;
     863            //
     864            // splitter1
     865            //
     866            this.splitter1.Location = new System.Drawing.Point(128, 24);
     867            this.splitter1.Name = "splitter1";
     868            this.splitter1.Size = new System.Drawing.Size(8, 308);
     869            this.splitter1.TabIndex = 9;
     870            this.splitter1.TabStop = false;
     871            //
     872            // splitter2
     873            //
     874            this.splitter2.Dock = System.Windows.Forms.DockStyle.Right;
     875            this.splitter2.Location = new System.Drawing.Point(938, 24);
     876            this.splitter2.Name = "splitter2";
     877            this.splitter2.Size = new System.Drawing.Size(3, 308);
     878            this.splitter2.TabIndex = 10;
     879            this.splitter2.TabStop = false;
     880            //
     881            // printRoutingSlip
     882            //
     883            this.printRoutingSlip.DocumentName = "Routing Slip";
     884            this.printRoutingSlip.PrintPage += new System.Drawing.Printing.PrintPageEventHandler(this.printRoutingSlip_PrintPage);
    766885            //
    767886            // calendarGrid1
     
    784903            this.calendarGrid1.Resources = ((System.Collections.ArrayList)(resources.GetObject("calendarGrid1.Resources")));
    785904            this.calendarGrid1.SelectedAppointment = 0;
    786             this.calendarGrid1.Size = new System.Drawing.Size(802, 347);
     905            this.calendarGrid1.Size = new System.Drawing.Size(802, 284);
    787906            this.calendarGrid1.StartDate = new System.DateTime(2003, 1, 27, 0, 0, 0, 0);
    788907            this.calendarGrid1.TabIndex = 0;
     
    794913            this.calendarGrid1.MouseEnter += new System.EventHandler(this.calendarGrid1_MouseEnter);
    795914            //
    796             // ctxCalendarGrid
    797             //
    798             this.ctxCalendarGrid.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
    799             this.ctxCalGridAdd,
    800             this.ctxCalGridEdit,
    801             this.ctxCalGridDelete,
    802             this.ctxCalGridCheckIn,
    803             this.menuItem2,
    804             this.ctxCalGridNoShow,
    805             this.ctxCalGridNoShowUndo,
    806             this.menuItem9,
    807             this.ctxCalGridWalkin,
    808             this.menuItem10,
    809             this.ctxCalGridReprintRoutingSlip});
    810             this.ctxCalendarGrid.Popup += new System.EventHandler(this.ctxCalendarGrid_Popup);
    811             //
    812             // ctxCalGridAdd
    813             //
    814             this.ctxCalGridAdd.Index = 0;
    815             this.ctxCalGridAdd.Text = "Add Appointment";
    816             this.ctxCalGridAdd.Click += new System.EventHandler(this.ctxCalGridAdd_Click);
    817             //
    818             // ctxCalGridEdit
    819             //
    820             this.ctxCalGridEdit.Index = 1;
    821             this.ctxCalGridEdit.Text = "Edit Appointment";
    822             this.ctxCalGridEdit.Click += new System.EventHandler(this.ctxCalGridEdit_Click);
    823             //
    824             // ctxCalGridDelete
    825             //
    826             this.ctxCalGridDelete.Index = 2;
    827             this.ctxCalGridDelete.Text = "Cancel Appointment";
    828             this.ctxCalGridDelete.Click += new System.EventHandler(this.ctxCalGridDelete_Click);
    829             //
    830             // ctxCalGridCheckIn
    831             //
    832             this.ctxCalGridCheckIn.Index = 3;
    833             this.ctxCalGridCheckIn.Text = "Check In Patient";
    834             this.ctxCalGridCheckIn.Click += new System.EventHandler(this.ctxCalGridCheckIn_Click);
    835             //
    836             // menuItem2
    837             //
    838             this.menuItem2.Index = 4;
    839             this.menuItem2.Text = "-";
    840             //
    841             // ctxCalGridNoShow
    842             //
    843             this.ctxCalGridNoShow.Index = 5;
    844             this.ctxCalGridNoShow.Text = "Mark as No Show";
    845             this.ctxCalGridNoShow.Click += new System.EventHandler(this.ctxCalGridNoShow_Click);
    846             //
    847             // ctxCalGridNoShowUndo
    848             //
    849             this.ctxCalGridNoShowUndo.Index = 6;
    850             this.ctxCalGridNoShowUndo.Text = "Undo NoShow";
    851             this.ctxCalGridNoShowUndo.Click += new System.EventHandler(this.ctxCalGridNoShowUndo_Click);
    852             //
    853             // menuItem9
    854             //
    855             this.menuItem9.Index = 7;
    856             this.menuItem9.Text = "-";
    857             //
    858             // ctxCalGridWalkin
    859             //
    860             this.ctxCalGridWalkin.Index = 8;
    861             this.ctxCalGridWalkin.Text = "Create Wal&k-In Appointment";
    862             this.ctxCalGridWalkin.Click += new System.EventHandler(this.ctxCalGridWalkin_Click);
    863             //
    864             // menuItem10
    865             //
    866             this.menuItem10.Index = 9;
    867             this.menuItem10.Text = "-";
    868             //
    869             // ctxCalGridReprintRoutingSlip
    870             //
    871             this.ctxCalGridReprintRoutingSlip.Index = 10;
    872             this.ctxCalGridReprintRoutingSlip.Text = "&Reprint Routing Slip";
    873             this.ctxCalGridReprintRoutingSlip.Click += new System.EventHandler(this.ctxCalGridReprintRoutingSlip_Click);
    874             //
    875             // panelBottom
    876             //
    877             this.panelBottom.Controls.Add(this.statusBar1);
    878             this.panelBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
    879             this.panelBottom.Location = new System.Drawing.Point(136, 371);
    880             this.panelBottom.Name = "panelBottom";
    881             this.panelBottom.Size = new System.Drawing.Size(802, 24);
    882             this.panelBottom.TabIndex = 8;
    883             //
    884             // statusBar1
    885             //
    886             this.statusBar1.Dock = System.Windows.Forms.DockStyle.Fill;
    887             this.statusBar1.Location = new System.Drawing.Point(0, 0);
    888             this.statusBar1.Name = "statusBar1";
    889             this.statusBar1.Size = new System.Drawing.Size(802, 24);
    890             this.statusBar1.SizingGrip = false;
    891             this.statusBar1.TabIndex = 0;
    892             //
    893             // splitter1
    894             //
    895             this.splitter1.Location = new System.Drawing.Point(128, 24);
    896             this.splitter1.Name = "splitter1";
    897             this.splitter1.Size = new System.Drawing.Size(8, 371);
    898             this.splitter1.TabIndex = 9;
    899             this.splitter1.TabStop = false;
    900             //
    901             // splitter2
    902             //
    903             this.splitter2.Dock = System.Windows.Forms.DockStyle.Right;
    904             this.splitter2.Location = new System.Drawing.Point(938, 24);
    905             this.splitter2.Name = "splitter2";
    906             this.splitter2.Size = new System.Drawing.Size(3, 371);
    907             this.splitter2.TabIndex = 10;
    908             this.splitter2.TabStop = false;
    909             //
    910             // printRoutingSlip
    911             //
    912             this.printRoutingSlip.DocumentName = "Routing Slip";
    913             this.printRoutingSlip.PrintPage += new System.Drawing.Printing.PrintPageEventHandler(this.printRoutingSlip_PrintPage);
    914             //
    915915            // CGView
    916916            //
    917917            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
    918             this.ClientSize = new System.Drawing.Size(1069, 395);
     918            this.ClientSize = new System.Drawing.Size(1069, 332);
    919919            this.Controls.Add(this.panelCenter);
    920920            this.Controls.Add(this.panelBottom);
Note: See TracChangeset for help on using the changeset viewer.