Changeset 804 for Scheduling/trunk/cs/bsdx0200GUISourceCode/DCheckIn.cs
- Timestamp:
- Jun 19, 2010, 12:41:06 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Scheduling/trunk/cs/bsdx0200GUISourceCode/DCheckIn.cs
r802 r804 15 15 public class DCheckIn : System.Windows.Forms.Form 16 16 { 17 /// <summary> 18 /// Required designer variable. 19 /// </summary> 20 private System.ComponentModel.Container components = null; 17 private IContainer components; 21 18 22 19 public DCheckIn() … … 82 79 private string m_sPCCClinicIEN; 83 80 private string m_sPCCFormIEN; 81 private ToolTip toolTip1; 84 82 private bool m_bPCCOutGuide; 85 83 … … 241 239 cboProvider.SelectedIndex = nFind; 242 240 } 241 //otherwise, just use the default provider table 243 242 else 244 243 { … … 262 261 263 262 //Stop code processing 263 //TODO: Remove... not in VISTA. 264 264 this.lblStopCode.Visible = false; 265 265 this.cboStopCode.Visible = false; … … 453 453 private void InitializeComponent() 454 454 { 455 this.components = new System.ComponentModel.Container(); 456 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DCheckIn)); 455 457 this.pnlPageBottom = new System.Windows.Forms.Panel(); 456 458 this.cmdCancel = new System.Windows.Forms.Button(); … … 475 477 this.cboPCCPlusForm = new System.Windows.Forms.ComboBox(); 476 478 this.label5 = new System.Windows.Forms.Label(); 479 this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); 477 480 this.pnlPageBottom.SuspendLayout(); 478 481 this.pnlDescription.SuspendLayout(); … … 537 540 this.lblDescriptionResourceGroup.Size = new System.Drawing.Size(514, 53); 538 541 this.lblDescriptionResourceGroup.TabIndex = 0; 539 this.lblDescriptionResourceGroup.Text = "Use this panel to check in an appointment. A PCC visit will automatically be crea" + 540 "ted for this patient at the check in date and time if the clinic is set up to cr" + 541 "eate a visit at checkin. A patient may only be checked-in once."; 542 this.lblDescriptionResourceGroup.Text = resources.GetString("lblDescriptionResourceGroup.Text"); 542 543 // 543 544 // label1 … … 562 563 // lblAlready 563 564 // 564 this.lblAlready.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, (( System.Byte)(0)));565 this.lblAlready.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 565 566 this.lblAlready.ForeColor = System.Drawing.Color.Green; 566 567 this.lblAlready.Location = new System.Drawing.Point(288, 40); … … 625 626 this.chkRoutingSlip.TabIndex = 14; 626 627 this.chkRoutingSlip.Text = "Print Routing Slip"; 628 this.toolTip1.SetToolTip(this.chkRoutingSlip, "Prints routing slip to the Windows Default Printer"); 627 629 // 628 630 // grpPCCPlus
Note:
See TracChangeset
for help on using the changeset viewer.