private void InitializeComponent() {
			this.components = new System.ComponentModel.Container();
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ContrImages));
			this.treeDocuments = new System.Windows.Forms.TreeView();
			this.contextTree = new System.Windows.Forms.ContextMenu();
			this.menuItem2 = new System.Windows.Forms.MenuItem();
			this.menuItem3 = new System.Windows.Forms.MenuItem();
			this.menuItem4 = new System.Windows.Forms.MenuItem();
			this.imageListTree = new System.Windows.Forms.ImageList(this.components);
			this.imageListTools2 = new System.Windows.Forms.ImageList(this.components);
			this.pictureBoxMain = new System.Windows.Forms.PictureBox();
			this.MountMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
			this.mainMenu1 = new System.Windows.Forms.MainMenu(this.components);
			this.menuItem1 = new System.Windows.Forms.MenuItem();
			this.menuExit = new System.Windows.Forms.MenuItem();
			this.menuPrefs = new System.Windows.Forms.MenuItem();
			this.panelNote = new System.Windows.Forms.Panel();
			this.labelInvalidSig = new System.Windows.Forms.Label();
			this.label15 = new System.Windows.Forms.Label();
			this.label1 = new System.Windows.Forms.Label();
			this.textNote = new System.Windows.Forms.TextBox();
			this.panelUnderline = new System.Windows.Forms.Panel();
			this.panelVertLine = new System.Windows.Forms.Panel();
			this.ToolBarMain = new OpenDental.UI.ODToolBar();
			this.ToolBarPaint = new OpenDental.UI.ODToolBar();
			this.sliderBrightnessContrast = new OpenDental.UI.ContrWindowingSlider();
			this.sigBox = new OpenDental.UI.SignatureBox();
			((System.ComponentModel.ISupportInitialize)(this.pictureBoxMain)).BeginInit();
			this.panelNote.SuspendLayout();
			this.SuspendLayout();
			// 
			// treeDocuments
			// 
			this.treeDocuments.ContextMenu = this.contextTree;
			this.treeDocuments.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.treeDocuments.FullRowSelect = true;
			this.treeDocuments.HideSelection = false;
			this.treeDocuments.ImageIndex = 2;
			this.treeDocuments.ImageList = this.imageListTree;
			this.treeDocuments.Indent = 20;
			this.treeDocuments.Location = new System.Drawing.Point(0, 29);
			this.treeDocuments.Name = "treeDocuments";
			this.treeDocuments.SelectedImageIndex = 2;
			this.treeDocuments.Size = new System.Drawing.Size(228, 519);
			this.treeDocuments.TabIndex = 0;
			this.treeDocuments.AfterCollapse += new System.Windows.Forms.TreeViewEventHandler(this.TreeDocuments_AfterCollapse);
			this.treeDocuments.AfterExpand += new System.Windows.Forms.TreeViewEventHandler(this.TreeDocuments_AfterExpand);
			this.treeDocuments.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.TreeDocuments_MouseDoubleClick);
			this.treeDocuments.MouseDown += new System.Windows.Forms.MouseEventHandler(this.TreeDocuments_MouseDown);
			this.treeDocuments.MouseLeave += new System.EventHandler(this.TreeDocuments_MouseLeave);
			this.treeDocuments.MouseMove += new System.Windows.Forms.MouseEventHandler(this.TreeDocuments_MouseMove);
			this.treeDocuments.MouseUp += new System.Windows.Forms.MouseEventHandler(this.TreeDocuments_MouseUp);
			// 
			// contextTree
			// 
			this.contextTree.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
            this.menuItem2,
            this.menuItem3,
            this.menuItem4});
			// 
			// menuItem2
			// 
			this.menuItem2.Index = 0;
			this.menuItem2.Text = "Print";
			// 
			// menuItem3
			// 
			this.menuItem3.Index = 1;
			this.menuItem3.Text = "Delete";
			// 
			// menuItem4
			// 
			this.menuItem4.Index = 2;
			this.menuItem4.Text = "Info";
			// 
			// imageListTree
			// 
			this.imageListTree.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListTree.ImageStream")));
			this.imageListTree.TransparentColor = System.Drawing.Color.Transparent;
			this.imageListTree.Images.SetKeyName(0, "");
			this.imageListTree.Images.SetKeyName(1, "");
			this.imageListTree.Images.SetKeyName(2, "");
			this.imageListTree.Images.SetKeyName(3, "");
			this.imageListTree.Images.SetKeyName(4, "");
			this.imageListTree.Images.SetKeyName(5, "");
			this.imageListTree.Images.SetKeyName(6, "");
			// 
			// imageListTools2
			// 
			this.imageListTools2.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListTools2.ImageStream")));
			this.imageListTools2.TransparentColor = System.Drawing.Color.Transparent;
			this.imageListTools2.Images.SetKeyName(0, "Pat.gif");
			this.imageListTools2.Images.SetKeyName(1, "print.gif");
			this.imageListTools2.Images.SetKeyName(2, "deleteX.gif");
			this.imageListTools2.Images.SetKeyName(3, "info.gif");
			this.imageListTools2.Images.SetKeyName(4, "scan.gif");
			this.imageListTools2.Images.SetKeyName(5, "import.gif");
			this.imageListTools2.Images.SetKeyName(6, "paste.gif");
			this.imageListTools2.Images.SetKeyName(7, "");
			this.imageListTools2.Images.SetKeyName(8, "ZoomIn.gif");
			this.imageListTools2.Images.SetKeyName(9, "ZoomOut.gif");
			this.imageListTools2.Images.SetKeyName(10, "Hand.gif");
			this.imageListTools2.Images.SetKeyName(11, "flip.gif");
			this.imageListTools2.Images.SetKeyName(12, "rotateL.gif");
			this.imageListTools2.Images.SetKeyName(13, "rotateR.gif");
			this.imageListTools2.Images.SetKeyName(14, "scanDoc.gif");
			this.imageListTools2.Images.SetKeyName(15, "scanPhoto.gif");
			this.imageListTools2.Images.SetKeyName(16, "scanXray.gif");
			this.imageListTools2.Images.SetKeyName(17, "copy.gif");
			this.imageListTools2.Images.SetKeyName(18, "ScanMulti.gif");
			this.imageListTools2.Images.SetKeyName(19, "Export.gif");
			// 
			// pictureBoxMain
			// 
			this.pictureBoxMain.BackColor = System.Drawing.SystemColors.Window;
			this.pictureBoxMain.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
			this.pictureBoxMain.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this.pictureBoxMain.ContextMenuStrip = this.MountMenu;
			this.pictureBoxMain.Cursor = System.Windows.Forms.Cursors.Hand;
			this.pictureBoxMain.InitialImage = null;
			this.pictureBoxMain.Location = new System.Drawing.Point(233, 54);
			this.pictureBoxMain.Name = "pictureBoxMain";
			this.pictureBoxMain.Size = new System.Drawing.Size(703, 370);
			this.pictureBoxMain.TabIndex = 6;
			this.pictureBoxMain.TabStop = false;
			this.pictureBoxMain.SizeChanged += new System.EventHandler(this.PictureBox1_SizeChanged);
			this.pictureBoxMain.MouseDown += new System.Windows.Forms.MouseEventHandler(this.PictureBox1_MouseDown);
			this.pictureBoxMain.MouseHover += new System.EventHandler(this.PictureBox1_MouseHover);
			this.pictureBoxMain.MouseMove += new System.Windows.Forms.MouseEventHandler(this.PictureBox1_MouseMove);
			this.pictureBoxMain.MouseUp += new System.Windows.Forms.MouseEventHandler(this.PictureBox1_MouseUp);
			// 
			// MountMenu
			// 
			this.MountMenu.Name = "MountMenu";
			this.MountMenu.Size = new System.Drawing.Size(61, 4);
			this.MountMenu.Opening += new System.ComponentModel.CancelEventHandler(this.MountMenu_Opening);
			// 
			// mainMenu1
			// 
			this.mainMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
            this.menuItem1,
            this.menuPrefs});
			// 
			// menuItem1
			// 
			this.menuItem1.Index = 0;
			this.menuItem1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
            this.menuExit});
			this.menuItem1.Text = "File";
			// 
			// menuExit
			// 
			this.menuExit.Index = 0;
			this.menuExit.Text = "Exit";
			// 
			// menuPrefs
			// 
			this.menuPrefs.Index = 1;
			this.menuPrefs.Text = "Preferences";
			// 
			// panelNote
			// 
			this.panelNote.Controls.Add(this.labelInvalidSig);
			this.panelNote.Controls.Add(this.sigBox);
			this.panelNote.Controls.Add(this.label15);
			this.panelNote.Controls.Add(this.label1);
			this.panelNote.Controls.Add(this.textNote);
			this.panelNote.Location = new System.Drawing.Point(234, 485);
			this.panelNote.Name = "panelNote";
			this.panelNote.Size = new System.Drawing.Size(705, 64);
			this.panelNote.TabIndex = 11;
			this.panelNote.Visible = false;
			this.panelNote.DoubleClick += new System.EventHandler(this.panelNote_DoubleClick);
			// 
			// labelInvalidSig
			// 
			this.labelInvalidSig.BackColor = System.Drawing.SystemColors.Window;
			this.labelInvalidSig.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.labelInvalidSig.Location = new System.Drawing.Point(398, 31);
			this.labelInvalidSig.Name = "labelInvalidSig";
			this.labelInvalidSig.Size = new System.Drawing.Size(196, 59);
			this.labelInvalidSig.TabIndex = 94;
			this.labelInvalidSig.Text = "Invalid Signature -  Document or note has changed since it was signed.";
			this.labelInvalidSig.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			this.labelInvalidSig.DoubleClick += new System.EventHandler(this.labelInvalidSig_DoubleClick);
			// 
			// label15
			// 
			this.label15.Location = new System.Drawing.Point(305, 0);
			this.label15.Name = "label15";
			this.label15.Size = new System.Drawing.Size(63, 18);
			this.label15.TabIndex = 87;
			this.label15.Text = "Signature";
			this.label15.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
			this.label15.DoubleClick += new System.EventHandler(this.label15_DoubleClick);
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(0, 0);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(38, 18);
			this.label1.TabIndex = 1;
			this.label1.Text = "Note";
			this.label1.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
			this.label1.DoubleClick += new System.EventHandler(this.label1_DoubleClick);
			// 
			// textNote
			// 
			this.textNote.BackColor = System.Drawing.SystemColors.Window;
			this.textNote.Location = new System.Drawing.Point(0, 20);
			this.textNote.Multiline = true;
			this.textNote.Name = "textNote";
			this.textNote.ReadOnly = true;
			this.textNote.Size = new System.Drawing.Size(302, 79);
			this.textNote.TabIndex = 0;
			this.textNote.DoubleClick += new System.EventHandler(this.textNote_DoubleClick);
			this.textNote.MouseHover += new System.EventHandler(this.textNote_MouseHover);
			// 
			// panelUnderline
			// 
			this.panelUnderline.BackColor = System.Drawing.SystemColors.ControlDark;
			this.panelUnderline.Location = new System.Drawing.Point(236, 48);
			this.panelUnderline.Name = "panelUnderline";
			this.panelUnderline.Size = new System.Drawing.Size(702, 2);
			this.panelUnderline.TabIndex = 15;
			// 
			// panelVertLine
			// 
			this.panelVertLine.BackColor = System.Drawing.SystemColors.ControlDark;
			this.panelVertLine.Location = new System.Drawing.Point(233, 25);
			this.panelVertLine.Name = "panelVertLine";
			this.panelVertLine.Size = new System.Drawing.Size(2, 25);
			this.panelVertLine.TabIndex = 16;
			// 
			// ToolBarMain
			// 
			this.ToolBarMain.Dock = System.Windows.Forms.DockStyle.Top;
			this.ToolBarMain.ImageList = this.imageListTools2;
			this.ToolBarMain.Location = new System.Drawing.Point(0, 0);
			this.ToolBarMain.Name = "ToolBarMain";
			this.ToolBarMain.Size = new System.Drawing.Size(939, 25);
			this.ToolBarMain.TabIndex = 10;
			this.ToolBarMain.ButtonClick += new OpenDental.UI.ODToolBarButtonClickEventHandler(this.ToolBarMain_ButtonClick);
			// 
			// ToolBarPaint
			// 
			this.ToolBarPaint.ImageList = this.imageListTools2;
			this.ToolBarPaint.Location = new System.Drawing.Point(440, 24);
			this.ToolBarPaint.Name = "ToolBarPaint";
			this.ToolBarPaint.Size = new System.Drawing.Size(499, 25);
			this.ToolBarPaint.TabIndex = 14;
			this.ToolBarPaint.ButtonClick += new OpenDental.UI.ODToolBarButtonClickEventHandler(this.paintTools_ButtonClick);
			// 
			// sliderBrightnessContrast
			// 
			this.sliderBrightnessContrast.Enabled = false;
			this.sliderBrightnessContrast.Location = new System.Drawing.Point(240, 32);
			this.sliderBrightnessContrast.MaxVal = 255;
			this.sliderBrightnessContrast.MinVal = 0;
			this.sliderBrightnessContrast.Name = "sliderBrightnessContrast";
			this.sliderBrightnessContrast.Size = new System.Drawing.Size(194, 14);
			this.sliderBrightnessContrast.TabIndex = 12;
			this.sliderBrightnessContrast.Text = "contrWindowingSlider1";
			this.sliderBrightnessContrast.Scroll += new System.EventHandler(this.brightnessContrastSlider_Scroll);
			this.sliderBrightnessContrast.ScrollComplete += new System.EventHandler(this.brightnessContrastSlider_ScrollComplete);
			// 
			// sigBox
			// 
			this.sigBox.Location = new System.Drawing.Point(308, 20);
			this.sigBox.Name = "sigBox";
			this.sigBox.Size = new System.Drawing.Size(362, 79);
			this.sigBox.TabIndex = 90;
			this.sigBox.DoubleClick += new System.EventHandler(this.sigBox_DoubleClick);
			// 
			// ContrImages
			// 
			this.Controls.Add(this.panelVertLine);
			this.Controls.Add(this.panelUnderline);
			this.Controls.Add(this.ToolBarMain);
			this.Controls.Add(this.ToolBarPaint);
			this.Controls.Add(this.sliderBrightnessContrast);
			this.Controls.Add(this.panelNote);
			this.Controls.Add(this.pictureBoxMain);
			this.Controls.Add(this.treeDocuments);
			this.Name = "ContrImages";
			this.Size = new System.Drawing.Size(939, 585);
			this.Resize += new System.EventHandler(this.ContrImages_Resize);
			((System.ComponentModel.ISupportInitialize)(this.pictureBoxMain)).EndInit();
			this.panelNote.ResumeLayout(false);
			this.panelNote.PerformLayout();
			this.ResumeLayout(false);

		}
Beispiel #2
0
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			this.components = new System.ComponentModel.Container();
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormTPsign));
			this.imageListMain = new System.Windows.Forms.ImageList(this.components);
			this.previewContr = new System.Windows.Forms.PrintPreviewControl();
			this.panelSig = new System.Windows.Forms.Panel();
			this.labelInvalidSig = new System.Windows.Forms.Label();
			this.butTopazSign = new OpenDental.UI.Button();
			this.butClearSig = new OpenDental.UI.Button();
			this.butCancel = new OpenDental.UI.Button();
			this.butOK = new OpenDental.UI.Button();
			this.label1 = new System.Windows.Forms.Label();
			this.sigBox = new OpenDental.UI.SignatureBox();
			this.ToolBarMain = new OpenDental.UI.ODToolBar();
			this.panelSig.SuspendLayout();
			this.SuspendLayout();
			// 
			// imageListMain
			// 
			this.imageListMain.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListMain.ImageStream")));
			this.imageListMain.TransparentColor = System.Drawing.Color.Transparent;
			this.imageListMain.Images.SetKeyName(0,"");
			this.imageListMain.Images.SetKeyName(1,"");
			this.imageListMain.Images.SetKeyName(2,"");
			// 
			// previewContr
			// 
			this.previewContr.AutoZoom = false;
			this.previewContr.Location = new System.Drawing.Point(10,41);
			this.previewContr.Name = "previewContr";
			this.previewContr.Size = new System.Drawing.Size(806,423);
			this.previewContr.TabIndex = 6;
			// 
			// panelSig
			// 
			this.panelSig.Controls.Add(this.labelInvalidSig);
			this.panelSig.Controls.Add(this.butTopazSign);
			this.panelSig.Controls.Add(this.butClearSig);
			this.panelSig.Controls.Add(this.butCancel);
			this.panelSig.Controls.Add(this.butOK);
			this.panelSig.Controls.Add(this.label1);
			this.panelSig.Controls.Add(this.sigBox);
			this.panelSig.Dock = System.Windows.Forms.DockStyle.Bottom;
			this.panelSig.Location = new System.Drawing.Point(0,562);
			this.panelSig.Name = "panelSig";
			this.panelSig.Size = new System.Drawing.Size(842,92);
			this.panelSig.TabIndex = 92;
			// 
			// labelInvalidSig
			// 
			this.labelInvalidSig.BackColor = System.Drawing.SystemColors.Window;
			this.labelInvalidSig.Font = new System.Drawing.Font("Microsoft Sans Serif",8.25F,System.Drawing.FontStyle.Regular,System.Drawing.GraphicsUnit.Point,((byte)(0)));
			this.labelInvalidSig.Location = new System.Drawing.Point(251,13);
			this.labelInvalidSig.Name = "labelInvalidSig";
			this.labelInvalidSig.Size = new System.Drawing.Size(196,59);
			this.labelInvalidSig.TabIndex = 99;
			this.labelInvalidSig.Text = "Invalid Signature -  Document or note has changed since it was signed.";
			this.labelInvalidSig.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			// 
			// butTopazSign
			// 
			this.butTopazSign.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butTopazSign.Autosize = true;
			this.butTopazSign.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butTopazSign.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butTopazSign.CornerRadius = 4F;
			this.butTopazSign.Location = new System.Drawing.Point(537,35);
			this.butTopazSign.Name = "butTopazSign";
			this.butTopazSign.Size = new System.Drawing.Size(81,25);
			this.butTopazSign.TabIndex = 98;
			this.butTopazSign.Text = "Sign Topaz";
			this.butTopazSign.UseVisualStyleBackColor = true;
			this.butTopazSign.Click += new System.EventHandler(this.butTopazSign_Click);
			// 
			// butClearSig
			// 
			this.butClearSig.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butClearSig.Autosize = true;
			this.butClearSig.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butClearSig.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butClearSig.CornerRadius = 4F;
			this.butClearSig.Location = new System.Drawing.Point(537,4);
			this.butClearSig.Name = "butClearSig";
			this.butClearSig.Size = new System.Drawing.Size(81,25);
			this.butClearSig.TabIndex = 97;
			this.butClearSig.Text = "Clear Sig";
			this.butClearSig.Click += new System.EventHandler(this.butClearSig_Click);
			// 
			// butCancel
			// 
			this.butCancel.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butCancel.Autosize = true;
			this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butCancel.CornerRadius = 4F;
			this.butCancel.Location = new System.Drawing.Point(741,57);
			this.butCancel.Name = "butCancel";
			this.butCancel.Size = new System.Drawing.Size(75,25);
			this.butCancel.TabIndex = 94;
			this.butCancel.Text = "Cancel";
			this.butCancel.UseVisualStyleBackColor = true;
			this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
			// 
			// butOK
			// 
			this.butOK.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butOK.Autosize = true;
			this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butOK.CornerRadius = 4F;
			this.butOK.Location = new System.Drawing.Point(741,25);
			this.butOK.Name = "butOK";
			this.butOK.Size = new System.Drawing.Size(75,25);
			this.butOK.TabIndex = 93;
			this.butOK.Text = "OK";
			this.butOK.UseVisualStyleBackColor = true;
			this.butOK.Click += new System.EventHandler(this.butOK_Click);
			// 
			// label1
			// 
			this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif",9F,System.Drawing.FontStyle.Bold,System.Drawing.GraphicsUnit.Point,((byte)(0)));
			this.label1.Location = new System.Drawing.Point(7,4);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(153,41);
			this.label1.TabIndex = 92;
			this.label1.Text = "Please Sign Here --->";
			this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// sigBox
			// 
			this.sigBox.Location = new System.Drawing.Point(162,3);
			this.sigBox.Name = "sigBox";
			this.sigBox.Size = new System.Drawing.Size(362,79);
			this.sigBox.TabIndex = 91;
			this.sigBox.MouseUp += new System.Windows.Forms.MouseEventHandler(this.sigBox_MouseUp);
			// 
			// ToolBarMain
			// 
			this.ToolBarMain.Dock = System.Windows.Forms.DockStyle.Top;
			this.ToolBarMain.ImageList = this.imageListMain;
			this.ToolBarMain.Location = new System.Drawing.Point(0,0);
			this.ToolBarMain.Name = "ToolBarMain";
			this.ToolBarMain.Size = new System.Drawing.Size(842,25);
			this.ToolBarMain.TabIndex = 5;
			this.ToolBarMain.ButtonClick += new OpenDental.UI.ODToolBarButtonClickEventHandler(this.ToolBarMain_ButtonClick);
			// 
			// FormTPsign
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5,13);
			this.ClientSize = new System.Drawing.Size(842,654);
			this.Controls.Add(this.panelSig);
			this.Controls.Add(this.ToolBarMain);
			this.Controls.Add(this.previewContr);
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.Name = "FormTPsign";
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "Report";
			this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
			this.Load += new System.EventHandler(this.FormTPsign_Load);
			this.Layout += new System.Windows.Forms.LayoutEventHandler(this.FormReport_Layout);
			this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormTPsign_FormClosing);
			this.panelSig.ResumeLayout(false);
			this.ResumeLayout(false);

		}
Beispiel #3
0
		private MigraDoc.DocumentObjectModel.Document CreateDocument(){
			MigraDoc.DocumentObjectModel.Document doc= new MigraDoc.DocumentObjectModel.Document();
			doc.DefaultPageSetup.PageWidth=Unit.FromInch(8.5);
			doc.DefaultPageSetup.PageHeight=Unit.FromInch(11);
			doc.DefaultPageSetup.TopMargin=Unit.FromInch(.5);
			doc.DefaultPageSetup.LeftMargin=Unit.FromInch(.5);
			doc.DefaultPageSetup.RightMargin=Unit.FromInch(.5);
			MigraDoc.DocumentObjectModel.Section section=doc.AddSection();
			string text;
			MigraDoc.DocumentObjectModel.Font headingFont=MigraDocHelper.CreateFont(13,true);
			MigraDoc.DocumentObjectModel.Font bodyFontx=MigraDocHelper.CreateFont(9,false);
			MigraDoc.DocumentObjectModel.Font nameFontx=MigraDocHelper.CreateFont(9,true);
			MigraDoc.DocumentObjectModel.Font totalFontx=MigraDocHelper.CreateFont(9,true);
			//Heading---------------------------------------------------------------------------------------------------------------
			#region printHeading
			Paragraph par=section.AddParagraph();
			ParagraphFormat parformat=new ParagraphFormat();
			parformat.Alignment=ParagraphAlignment.Center;
			parformat.Font=MigraDocHelper.CreateFont(10,true);
			par.Format=parformat;
			if(gridPlans.SelectedIndices[0]==0) {//current TP
				text=Lan.g(this,"Proposed Treatment Plan");
			}
			else {
				text=PlanList[gridPlans.SelectedIndices[0]-1].Heading;
			}
			par.AddFormattedText(text,headingFont);
			par.AddLineBreak();
			if(PatCur.ClinicNum==0) {
				text=PrefC.GetString(PrefName.PracticeTitle);
				par.AddText(text);
				par.AddLineBreak();
				text=PrefC.GetString(PrefName.PracticePhone);
			}
			else {
				Clinic clinic=Clinics.GetClinic(PatCur.ClinicNum);
				text=clinic.Description;
				par.AddText(text);
				par.AddLineBreak();
				text=clinic.Phone;
			}
			if(text.Length==10 && Application.CurrentCulture.Name=="en-US") {
				text="("+text.Substring(0,3)+")"+text.Substring(3,3)+"-"+text.Substring(6);
			}
			par.AddText(text);
			par.AddLineBreak();
			text=PatCur.GetNameFL()+", DOB "+PatCur.Birthdate.ToShortDateString();
			par.AddText(text);
			par.AddLineBreak();
			if(gridPlans.SelectedIndices[0]>0){//not the default plan
				if(PlanList[gridPlans.SelectedIndices[0]-1].ResponsParty!=0){
					text=Lan.g(this,"Responsible Party: ")
						+Patients.GetLim(PlanList[gridPlans.SelectedIndices[0]-1].ResponsParty).GetNameFL();
					par.AddText(text);
					par.AddLineBreak();
				}
			}
			if(gridPlans.SelectedIndices[0]==0) {//default TP
				text=DateTime.Today.ToShortDateString();
			}
			else {
				text=PlanList[gridPlans.SelectedIndices[0]-1].DateTP.ToShortDateString();
			}
			par.AddText(text);
			#endregion
			//Graphics---------------------------------------------------------------------------------------------------------------
			#region PrintGraphics
			TextFrame frame;
			int widthDoc=MigraDocHelper.GetDocWidth();
			if(PrefC.GetBool(PrefName.TreatPlanShowGraphics)) {	
				frame=MigraDocHelper.CreateContainer(section);
				MigraDocHelper.DrawString(frame,Lan.g(this,"Your")+"\r\n"+Lan.g(this,"Right"),bodyFontx,
					new RectangleF(widthDoc/2-toothChart.Width/2-50,toothChart.Height/2-10,50,100));
				MigraDocHelper.DrawBitmap(frame,chartBitmap,widthDoc/2-toothChart.Width/2,0);
				MigraDocHelper.DrawString(frame,Lan.g(this,"Your")+"\r\n"+Lan.g(this,"Left"),bodyFontx,
					new RectangleF(widthDoc/2+toothChart.Width/2+17,toothChart.Height/2-10,50,100));
				if(checkShowCompleted.Checked) {
					float yPos=toothChart.Height+15;
					float xPos=225;
					MigraDocHelper.FillRectangle(frame,DefC.Short[(int)DefCat.ChartGraphicColors][3].ItemColor,xPos,yPos,14,14);
					xPos+=16;
					MigraDocHelper.DrawString(frame,Lan.g(this,"Existing"),bodyFontx,xPos,yPos);
					Graphics g=this.CreateGraphics();//for measuring strings.
					xPos+=(int)g.MeasureString(Lan.g(this,"Existing"),bodyFont).Width+23;
					//The Complete work is actually a combination of EC and C. Usually same color.
					//But just in case they are different, this will show it.
					MigraDocHelper.FillRectangle(frame,DefC.Short[(int)DefCat.ChartGraphicColors][2].ItemColor,xPos,yPos,7,14);
					xPos+=7;
					MigraDocHelper.FillRectangle(frame,DefC.Short[(int)DefCat.ChartGraphicColors][1].ItemColor,xPos,yPos,7,14);
					xPos+=9;
					MigraDocHelper.DrawString(frame,Lan.g(this,"Complete"),bodyFontx,xPos,yPos);
					xPos+=(int)g.MeasureString(Lan.g(this,"Complete"),bodyFont).Width+23;
					MigraDocHelper.FillRectangle(frame,DefC.Short[(int)DefCat.ChartGraphicColors][4].ItemColor,xPos,yPos,14,14);
					xPos+=16;
					MigraDocHelper.DrawString(frame,Lan.g(this,"Referred Out"),bodyFontx,xPos,yPos);
					xPos+=(int)g.MeasureString(Lan.g(this,"Referred Out"),bodyFont).Width+23;
					MigraDocHelper.FillRectangle(frame,DefC.Short[(int)DefCat.ChartGraphicColors][0].ItemColor,xPos,yPos,14,14);
					xPos+=16;
					MigraDocHelper.DrawString(frame,Lan.g(this,"Treatment Planned"),bodyFontx,xPos,yPos);
					g.Dispose();
				}
			}	
			#endregion
			MigraDocHelper.InsertSpacer(section,10);
			MigraDocHelper.DrawGrid(section,gridMain);
			//Print benefits----------------------------------------------------------------------------------------------------
			#region printBenefits
			if(checkShowIns.Checked) {
				ODGrid gridFamIns=new ODGrid();
				this.Controls.Add(gridFamIns);
				gridFamIns.BeginUpdate();
				gridFamIns.Columns.Clear();
				ODGridColumn col=new ODGridColumn("",140);
				gridFamIns.Columns.Add(col);
				col=new ODGridColumn(Lan.g(this,"Primary"),70,HorizontalAlignment.Right);
				gridFamIns.Columns.Add(col);
				col=new ODGridColumn(Lan.g(this,"Secondary"),70,HorizontalAlignment.Right);
				gridFamIns.Columns.Add(col);
				gridFamIns.Rows.Clear();
				ODGridRow row;
				//Annual Family Max--------------------------
				row=new ODGridRow();
				row.Cells.Add(Lan.g(this,"Family Maximum"));
				row.Cells.Add(textFamPriMax.Text);
				row.Cells.Add(textFamSecMax.Text);
				gridFamIns.Rows.Add(row);
				//Family Deductible--------------------------
				row=new ODGridRow();
				row.Cells.Add(Lan.g(this,"Family Deductible"));
				row.Cells.Add(textFamPriDed.Text);
				row.Cells.Add(textFamSecDed.Text);
				gridFamIns.Rows.Add(row);
				//Print Family Insurance-----------------------
				MigraDocHelper.InsertSpacer(section,15);
				par=section.AddParagraph();
				par.Format.Alignment=ParagraphAlignment.Center;
				par.AddFormattedText(Lan.g(this,"Family Dental Insurance Benefits"),totalFontx);
				MigraDocHelper.InsertSpacer(section,2);
				MigraDocHelper.DrawGrid(section,gridFamIns);
				gridFamIns.Dispose();
				//Individual Insurance---------------------
				ODGrid gridIns=new ODGrid();
				this.Controls.Add(gridIns);
				gridIns.BeginUpdate();
				gridIns.Columns.Clear();
				col=new ODGridColumn("",140);
				gridIns.Columns.Add(col);
				col=new ODGridColumn(Lan.g(this,"Primary"),70,HorizontalAlignment.Right);
				gridIns.Columns.Add(col);
				col=new ODGridColumn(Lan.g(this,"Secondary"),70,HorizontalAlignment.Right);
				gridIns.Columns.Add(col);
				gridIns.Rows.Clear();
				//Annual Max--------------------------
				row=new ODGridRow();
				row.Cells.Add(Lan.g(this,"Annual Maximum"));
				row.Cells.Add(textPriMax.Text);
				row.Cells.Add(textSecMax.Text);
				gridIns.Rows.Add(row);
				//Deductible--------------------------
				row=new ODGridRow();
				row.Cells.Add(Lan.g(this,"Deductible"));
				row.Cells.Add(textPriDed.Text);
				row.Cells.Add(textSecDed.Text);
				gridIns.Rows.Add(row);
				//Deductible Remaining--------------------------
				row=new ODGridRow();
				row.Cells.Add(Lan.g(this,"Deductible Remaining"));
				row.Cells.Add(textPriDedRem.Text);
				row.Cells.Add(textSecDedRem.Text);
				gridIns.Rows.Add(row);
				//Insurance Used--------------------------
				row=new ODGridRow();
				row.Cells.Add(Lan.g(this,"Insurance Used"));
				row.Cells.Add(textPriUsed.Text);
				row.Cells.Add(textSecUsed.Text);
				gridIns.Rows.Add(row);
				//Pending--------------------------
				row=new ODGridRow();
				row.Cells.Add(Lan.g(this,"Pending"));
				row.Cells.Add(textPriPend.Text);
				row.Cells.Add(textSecPend.Text);
				gridIns.Rows.Add(row);
				//Remaining--------------------------
				row=new ODGridRow();
				row.Cells.Add(Lan.g(this,"Remaining"));
				row.Cells.Add(textPriRem.Text);
				row.Cells.Add(textSecRem.Text);
				gridIns.Rows.Add(row);
				gridIns.EndUpdate();
				//Print Individual Insurance-------------------------
				MigraDocHelper.InsertSpacer(section,15);
				par=section.AddParagraph();
				par.Format.Alignment=ParagraphAlignment.Center;
				par.AddFormattedText(Lan.g(this,"Individual Dental Insurance Benefits"),totalFontx);
				MigraDocHelper.InsertSpacer(section,2);
				MigraDocHelper.DrawGrid(section,gridIns);
				gridIns.Dispose();
			}
			#endregion
			//Note------------------------------------------------------------------------------------------------------------
			#region printNote
			string note="";
			if(gridPlans.SelectedIndices[0]==0) {//current TP
				note=PrefC.GetString(PrefName.TreatmentPlanNote);
			}
			else {
				note=PlanList[gridPlans.SelectedIndices[0]-1].Note;
			}
			char nbsp='\u00A0';
			//to prevent collapsing of multiple spaces to single spaces.  We only do double spaces to leave single spaces in place.
			note=note.Replace("  ",nbsp.ToString()+nbsp.ToString());
			MigraDocHelper.InsertSpacer(section,20);
			par=section.AddParagraph(note);
			par.Format.Font=bodyFontx;
			par.Format.Borders.Color=Colors.Gray;
			par.Format.Borders.DistanceFromLeft=Unit.FromInch(.05);
			par.Format.Borders.DistanceFromRight=Unit.FromInch(.05);
			par.Format.Borders.DistanceFromTop=Unit.FromInch(.05);
			par.Format.Borders.DistanceFromBottom=Unit.FromInch(.05);
			#endregion
			//Signature-----------------------------------------------------------------------------------------------------------
			#region signature
			if(gridPlans.SelectedIndices[0]!=0//can't be default TP
				&& PlanList[gridPlans.SelectedIndices[0]-1].Signature!="")
			{
				System.Drawing.Bitmap sigBitmap=null;
				List<ProcTP> proctpList=ProcTPs.RefreshForTP(PlanList[gridPlans.SelectedIndices[0]-1].TreatPlanNum);
				if(PlanList[gridPlans.SelectedIndices[0]-1].SigIsTopaz){
					Control sigBoxTopaz=CodeBase.TopazWrapper.GetTopaz();
					sigBoxTopaz.Size=new System.Drawing.Size(362,79);
					Controls.Add(sigBoxTopaz);
					CodeBase.TopazWrapper.ClearTopaz(sigBoxTopaz);
					CodeBase.TopazWrapper.SetTopazCompressionMode(sigBoxTopaz,0);
					CodeBase.TopazWrapper.SetTopazEncryptionMode(sigBoxTopaz,0);					
					string keystring=TreatPlans.GetHashString(PlanList[gridPlans.SelectedIndices[0]-1],proctpList);
					CodeBase.TopazWrapper.SetTopazKeyString(sigBoxTopaz,keystring);
					CodeBase.TopazWrapper.SetTopazEncryptionMode(sigBoxTopaz,2);//high encryption
					CodeBase.TopazWrapper.SetTopazCompressionMode(sigBoxTopaz,2);//high compression
					CodeBase.TopazWrapper.SetTopazSigString(sigBoxTopaz,PlanList[gridPlans.SelectedIndices[0]-1].Signature);
					sigBoxTopaz.Refresh();
					//If sig is not showing, then try encryption mode 3 for signatures signed with old SigPlusNet.dll.
					if(CodeBase.TopazWrapper.GetTopazNumberOfTabletPoints(sigBoxTopaz)==0) {
						CodeBase.TopazWrapper.SetTopazEncryptionMode(sigBoxTopaz,3);//Unknown mode (told to use via TopazSystems)
						CodeBase.TopazWrapper.SetTopazSigString(sigBoxTopaz,PlanList[gridPlans.SelectedIndices[0]-1].Signature);
					}
					sigBitmap=new Bitmap(362,79);
					sigBoxTopaz.DrawToBitmap(sigBitmap,new Rectangle(0,0,362,79));//GetBitmap would probably work.
					Controls.Remove(sigBoxTopaz);
					sigBoxTopaz.Dispose();
				}
				else{
					SignatureBox sigBox=new SignatureBox();
					sigBox.Size=new System.Drawing.Size(362,79);
					sigBox.ClearTablet();
					//sigBox.SetSigCompressionMode(0);
					//sigBox.SetEncryptionMode(0);
					sigBox.SetKeyString(TreatPlans.GetHashString(PlanList[gridPlans.SelectedIndices[0]-1],proctpList));
					//"0000000000000000");
					//sigBox.SetAutoKeyData(ProcCur.Note+ProcCur.UserNum.ToString());
					//sigBox.SetEncryptionMode(2);//high encryption
					//sigBox.SetSigCompressionMode(2);//high compression
					sigBox.SetSigString(PlanList[gridPlans.SelectedIndices[0]-1].Signature);
					//if(sigBox.NumberOfTabletPoints()==0) {
					//	labelInvalidSig.Visible=true;
					//}
					//sigBox.SetTabletState(0);//not accepting input.  To accept input, change the note, or clear the sig.
					sigBitmap=(Bitmap)sigBox.GetSigImage(true);
				}
				if(sigBitmap!=null){
					frame=MigraDocHelper.CreateContainer(section);
					MigraDocHelper.DrawBitmap(frame,sigBitmap,widthDoc/2-sigBitmap.Width/2,20);
				}
			}
			#endregion
			return doc;
		}
		private void InitializeComponent(){
			this.components = new System.ComponentModel.Container();
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormProcEdit));
			this.labelDate = new System.Windows.Forms.Label();
			this.label2 = new System.Windows.Forms.Label();
			this.labelTooth = new System.Windows.Forms.Label();
			this.labelSurfaces = new System.Windows.Forms.Label();
			this.labelAmount = new System.Windows.Forms.Label();
			this.textProc = new System.Windows.Forms.TextBox();
			this.textTooth = new System.Windows.Forms.TextBox();
			this.textSurfaces = new System.Windows.Forms.TextBox();
			this.label6 = new System.Windows.Forms.Label();
			this.textDesc = new System.Windows.Forms.TextBox();
			this.label7 = new System.Windows.Forms.Label();
			this.labelRange = new System.Windows.Forms.Label();
			this.textRange = new System.Windows.Forms.TextBox();
			this.groupQuadrant = new System.Windows.Forms.GroupBox();
			this.radioLR = new System.Windows.Forms.RadioButton();
			this.radioLL = new System.Windows.Forms.RadioButton();
			this.radioUL = new System.Windows.Forms.RadioButton();
			this.radioUR = new System.Windows.Forms.RadioButton();
			this.groupArch = new System.Windows.Forms.GroupBox();
			this.radioL = new System.Windows.Forms.RadioButton();
			this.radioU = new System.Windows.Forms.RadioButton();
			this.panelSurfaces = new System.Windows.Forms.Panel();
			this.groupSextant = new System.Windows.Forms.GroupBox();
			this.radioS6 = new System.Windows.Forms.RadioButton();
			this.radioS5 = new System.Windows.Forms.RadioButton();
			this.radioS4 = new System.Windows.Forms.RadioButton();
			this.radioS2 = new System.Windows.Forms.RadioButton();
			this.radioS3 = new System.Windows.Forms.RadioButton();
			this.radioS1 = new System.Windows.Forms.RadioButton();
			this.label9 = new System.Windows.Forms.Label();
			this.labelDx = new System.Windows.Forms.Label();
			this.panel1 = new System.Windows.Forms.Panel();
			this.textTimeFinal = new System.Windows.Forms.TextBox();
			this.labelTimeFinal = new System.Windows.Forms.Label();
			this.textTimeStart = new System.Windows.Forms.TextBox();
			this.textTimeEnd = new System.Windows.Forms.TextBox();
			this.label27 = new System.Windows.Forms.Label();
			this.label26 = new System.Windows.Forms.Label();
			this.listBoxTeeth = new System.Windows.Forms.ListBox();
			this.label12 = new System.Windows.Forms.Label();
			this.labelStartTime = new System.Windows.Forms.Label();
			this.labelEndTime = new System.Windows.Forms.Label();
			this.listBoxTeeth2 = new System.Windows.Forms.ListBox();
			this.textDrugQty = new System.Windows.Forms.TextBox();
			this.label10 = new System.Windows.Forms.Label();
			this.label5 = new System.Windows.Forms.Label();
			this.textDrugNDC = new System.Windows.Forms.TextBox();
			this.comboDrugUnit = new System.Windows.Forms.ComboBox();
			this.label1 = new System.Windows.Forms.Label();
			this.textRevCode = new System.Windows.Forms.TextBox();
			this.label22 = new System.Windows.Forms.Label();
			this.textUnitQty = new System.Windows.Forms.TextBox();
			this.label21 = new System.Windows.Forms.Label();
			this.textCodeMod4 = new System.Windows.Forms.TextBox();
			this.textCodeMod3 = new System.Windows.Forms.TextBox();
			this.textCodeMod2 = new System.Windows.Forms.TextBox();
			this.label19 = new System.Windows.Forms.Label();
			this.textCodeMod1 = new System.Windows.Forms.TextBox();
			this.checkIsPrincDiag = new System.Windows.Forms.CheckBox();
			this.label11 = new System.Windows.Forms.Label();
			this.textDiagnosticCode = new System.Windows.Forms.TextBox();
			this.label8 = new System.Windows.Forms.Label();
			this.textMedicalCode = new System.Windows.Forms.TextBox();
			this.labelClaim = new System.Windows.Forms.Label();
			this.comboPlaceService = new System.Windows.Forms.ComboBox();
			this.labelPlaceService = new System.Windows.Forms.Label();
			this.labelPriority = new System.Windows.Forms.Label();
			this.labelSetComplete = new System.Windows.Forms.Label();
			this.checkNoBillIns = new System.Windows.Forms.CheckBox();
			this.labelIncomplete = new System.Windows.Forms.Label();
			this.comboClinic = new System.Windows.Forms.ComboBox();
			this.labelClinic = new System.Windows.Forms.Label();
			this.label14 = new System.Windows.Forms.Label();
			this.label15 = new System.Windows.Forms.Label();
			this.label16 = new System.Windows.Forms.Label();
			this.comboPriority = new System.Windows.Forms.ComboBox();
			this.comboDx = new System.Windows.Forms.ComboBox();
			this.comboProvNum = new System.Windows.Forms.ComboBox();
			this.textUser = new System.Windows.Forms.TextBox();
			this.comboBillingTypeTwo = new System.Windows.Forms.ComboBox();
			this.labelBillingTypeTwo = new System.Windows.Forms.Label();
			this.comboBillingTypeOne = new System.Windows.Forms.ComboBox();
			this.labelBillingTypeOne = new System.Windows.Forms.Label();
			this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
			this.labelInvalidSig = new System.Windows.Forms.Label();
			this.textSite = new System.Windows.Forms.TextBox();
			this.labelSite = new System.Windows.Forms.Label();
			this.checkHideGraphics = new System.Windows.Forms.CheckBox();
			this.label3 = new System.Windows.Forms.Label();
			this.label4 = new System.Windows.Forms.Label();
			this.listProsth = new System.Windows.Forms.ListBox();
			this.groupProsth = new System.Windows.Forms.GroupBox();
			this.checkTypeCodeA = new System.Windows.Forms.CheckBox();
			this.checkTypeCodeB = new System.Windows.Forms.CheckBox();
			this.checkTypeCodeC = new System.Windows.Forms.CheckBox();
			this.checkTypeCodeE = new System.Windows.Forms.CheckBox();
			this.checkTypeCodeL = new System.Windows.Forms.CheckBox();
			this.checkTypeCodeX = new System.Windows.Forms.CheckBox();
			this.checkTypeCodeS = new System.Windows.Forms.CheckBox();
			this.groupCanadianProcTypeCode = new System.Windows.Forms.GroupBox();
			this.labelDPCpost = new System.Windows.Forms.Label();
			this.comboDPCpost = new System.Windows.Forms.ComboBox();
			this.labelScheduleBy = new System.Windows.Forms.Label();
			this.checkIsRepair = new System.Windows.Forms.CheckBox();
			this.checkIsEffComm = new System.Windows.Forms.CheckBox();
			this.checkIsOnCall = new System.Windows.Forms.CheckBox();
			this.comboDPC = new System.Windows.Forms.ComboBox();
			this.comboStatus = new System.Windows.Forms.ComboBox();
			this.labelStatus = new System.Windows.Forms.Label();
			this.labelDateStop = new System.Windows.Forms.Label();
			this.labelDateSched = new System.Windows.Forms.Label();
			this.labelDPC = new System.Windows.Forms.Label();
			this.comboPrognosis = new System.Windows.Forms.ComboBox();
			this.labelPrognosis = new System.Windows.Forms.Label();
			this.comboProcStatus = new System.Windows.Forms.ComboBox();
			this.label13 = new System.Windows.Forms.Label();
			this.textReferral = new System.Windows.Forms.TextBox();
			this.labelClaimNote = new System.Windows.Forms.Label();
			this.tabControl = new System.Windows.Forms.TabControl();
			this.tabPageFinancial = new System.Windows.Forms.TabPage();
			this.tabPageMedical = new System.Windows.Forms.TabPage();
			this.label17 = new System.Windows.Forms.Label();
			this.comboUnitType = new System.Windows.Forms.ComboBox();
			this.tabPageMisc = new System.Windows.Forms.TabPage();
			this.textBillingNote = new System.Windows.Forms.TextBox();
			this.label18 = new System.Windows.Forms.Label();
			this.tabPageCanada = new System.Windows.Forms.TabPage();
			this.labelCanadaLabFee2 = new System.Windows.Forms.Label();
			this.labelCanadaLabFee1 = new System.Windows.Forms.Label();
			this.tabPageOrion = new System.Windows.Forms.TabPage();
			this.labelLocked = new System.Windows.Forms.Label();
			this.gridIns = new OpenDental.UI.ODGrid();
			this.label20 = new System.Windows.Forms.Label();
			this.textSnomedBodySite = new System.Windows.Forms.TextBox();
			this.butSearch = new OpenDental.UI.Button();
			this.butLock = new OpenDental.UI.Button();
			this.butInvalidate = new OpenDental.UI.Button();
			this.butAppend = new OpenDental.UI.Button();
			this.butAddEstimate = new OpenDental.UI.Button();
			this.tbAdj = new OpenDental.TableProcAdj();
			this.tbPay = new OpenDental.TableProcPay();
			this.butAddAdjust = new OpenDental.UI.Button();
			this.butNoneSnomedBodySite = new OpenDental.UI.Button();
			this.butSnomedBodySiteSelect = new OpenDental.UI.Button();
			this.butPickSite = new OpenDental.UI.Button();
			this.textCanadaLabFee2 = new OpenDental.ValidDouble();
			this.textCanadaLabFee1 = new OpenDental.ValidDouble();
			this.textDateStop = new OpenDental.ValidDate();
			this.textDateScheduled = new OpenDental.ValidDate();
			this.textClaimNote = new OpenDental.ODtextBox();
			this.butReferral = new OpenDental.UI.Button();
			this.butPickProv = new OpenDental.UI.Button();
			this.butTopazSign = new OpenDental.UI.Button();
			this.buttonUseAutoNote = new OpenDental.UI.Button();
			this.sigBox = new OpenDental.UI.SignatureBox();
			this.butClearSig = new OpenDental.UI.Button();
			this.textDateOriginalProsth = new OpenDental.ValidDate();
			this.textNotes = new OpenDental.ODtextBox();
			this.butSetComplete = new OpenDental.UI.Button();
			this.butEditAnyway = new OpenDental.UI.Button();
			this.butDelete = new OpenDental.UI.Button();
			this.butCancel = new OpenDental.UI.Button();
			this.butOK = new OpenDental.UI.Button();
			this.textDate = new OpenDental.ValidDate();
			this.butNow = new OpenDental.UI.Button();
			this.butD = new OpenDental.UI.Button();
			this.butBF = new OpenDental.UI.Button();
			this.butL = new OpenDental.UI.Button();
			this.butM = new OpenDental.UI.Button();
			this.butV = new OpenDental.UI.Button();
			this.butOI = new OpenDental.UI.Button();
			this.textDateTP = new OpenDental.ValidDate();
			this.textDateEntry = new OpenDental.ValidDate();
			this.textProcFee = new OpenDental.ValidDouble();
			this.butChange = new OpenDental.UI.Button();
			this.groupQuadrant.SuspendLayout();
			this.groupArch.SuspendLayout();
			this.panelSurfaces.SuspendLayout();
			this.groupSextant.SuspendLayout();
			this.panel1.SuspendLayout();
			this.groupProsth.SuspendLayout();
			this.groupCanadianProcTypeCode.SuspendLayout();
			this.tabControl.SuspendLayout();
			this.tabPageFinancial.SuspendLayout();
			this.tabPageMedical.SuspendLayout();
			this.tabPageMisc.SuspendLayout();
			this.tabPageCanada.SuspendLayout();
			this.tabPageOrion.SuspendLayout();
			this.SuspendLayout();
			// 
			// labelDate
			// 
			this.labelDate.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.labelDate.Location = new System.Drawing.Point(8, 44);
			this.labelDate.Name = "labelDate";
			this.labelDate.Size = new System.Drawing.Size(96, 14);
			this.labelDate.TabIndex = 0;
			this.labelDate.Text = "Date";
			this.labelDate.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// label2
			// 
			this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.label2.Location = new System.Drawing.Point(26, 63);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(79, 12);
			this.label2.TabIndex = 1;
			this.label2.Text = "Procedure";
			this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// labelTooth
			// 
			this.labelTooth.Location = new System.Drawing.Point(68, 107);
			this.labelTooth.Name = "labelTooth";
			this.labelTooth.Size = new System.Drawing.Size(36, 12);
			this.labelTooth.TabIndex = 2;
			this.labelTooth.Text = "Tooth";
			this.labelTooth.TextAlign = System.Drawing.ContentAlignment.TopRight;
			this.labelTooth.Visible = false;
			// 
			// labelSurfaces
			// 
			this.labelSurfaces.Location = new System.Drawing.Point(33, 135);
			this.labelSurfaces.Name = "labelSurfaces";
			this.labelSurfaces.Size = new System.Drawing.Size(73, 16);
			this.labelSurfaces.TabIndex = 3;
			this.labelSurfaces.Text = "Surfaces";
			this.labelSurfaces.TextAlign = System.Drawing.ContentAlignment.TopRight;
			this.labelSurfaces.Visible = false;
			// 
			// labelAmount
			// 
			this.labelAmount.Location = new System.Drawing.Point(30, 158);
			this.labelAmount.Name = "labelAmount";
			this.labelAmount.Size = new System.Drawing.Size(75, 16);
			this.labelAmount.TabIndex = 4;
			this.labelAmount.Text = "Amount";
			this.labelAmount.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// textProc
			// 
			this.textProc.Location = new System.Drawing.Point(106, 61);
			this.textProc.Name = "textProc";
			this.textProc.ReadOnly = true;
			this.textProc.Size = new System.Drawing.Size(76, 20);
			this.textProc.TabIndex = 6;
			// 
			// textTooth
			// 
			this.textTooth.Location = new System.Drawing.Point(106, 105);
			this.textTooth.Name = "textTooth";
			this.textTooth.Size = new System.Drawing.Size(35, 20);
			this.textTooth.TabIndex = 7;
			this.textTooth.Visible = false;
			this.textTooth.Validating += new System.ComponentModel.CancelEventHandler(this.textTooth_Validating);
			// 
			// textSurfaces
			// 
			this.textSurfaces.Location = new System.Drawing.Point(106, 133);
			this.textSurfaces.Name = "textSurfaces";
			this.textSurfaces.Size = new System.Drawing.Size(68, 20);
			this.textSurfaces.TabIndex = 4;
			this.textSurfaces.Visible = false;
			this.textSurfaces.TextChanged += new System.EventHandler(this.textSurfaces_TextChanged);
			this.textSurfaces.Validating += new System.ComponentModel.CancelEventHandler(this.textSurfaces_Validating);
			// 
			// label6
			// 
			this.label6.Location = new System.Drawing.Point(0, 81);
			this.label6.Name = "label6";
			this.label6.Size = new System.Drawing.Size(105, 16);
			this.label6.TabIndex = 13;
			this.label6.Text = "Description";
			this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textDesc
			// 
			this.textDesc.BackColor = System.Drawing.SystemColors.Control;
			this.textDesc.Location = new System.Drawing.Point(106, 81);
			this.textDesc.Name = "textDesc";
			this.textDesc.Size = new System.Drawing.Size(216, 20);
			this.textDesc.TabIndex = 16;
			// 
			// label7
			// 
			this.label7.Location = new System.Drawing.Point(429, 163);
			this.label7.Name = "label7";
			this.label7.Size = new System.Drawing.Size(73, 16);
			this.label7.TabIndex = 0;
			this.label7.Text = "&Notes";
			this.label7.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// labelRange
			// 
			this.labelRange.Location = new System.Drawing.Point(24, 107);
			this.labelRange.Name = "labelRange";
			this.labelRange.Size = new System.Drawing.Size(82, 16);
			this.labelRange.TabIndex = 33;
			this.labelRange.Text = "Tooth Range";
			this.labelRange.TextAlign = System.Drawing.ContentAlignment.TopRight;
			this.labelRange.Visible = false;
			// 
			// textRange
			// 
			this.textRange.Location = new System.Drawing.Point(106, 105);
			this.textRange.Name = "textRange";
			this.textRange.Size = new System.Drawing.Size(100, 20);
			this.textRange.TabIndex = 34;
			this.textRange.Visible = false;
			// 
			// groupQuadrant
			// 
			this.groupQuadrant.Controls.Add(this.radioLR);
			this.groupQuadrant.Controls.Add(this.radioLL);
			this.groupQuadrant.Controls.Add(this.radioUL);
			this.groupQuadrant.Controls.Add(this.radioUR);
			this.groupQuadrant.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.groupQuadrant.Location = new System.Drawing.Point(104, 99);
			this.groupQuadrant.Name = "groupQuadrant";
			this.groupQuadrant.Size = new System.Drawing.Size(108, 56);
			this.groupQuadrant.TabIndex = 36;
			this.groupQuadrant.TabStop = false;
			this.groupQuadrant.Text = "Quadrant";
			this.groupQuadrant.Visible = false;
			// 
			// radioLR
			// 
			this.radioLR.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.radioLR.Location = new System.Drawing.Point(12, 36);
			this.radioLR.Name = "radioLR";
			this.radioLR.Size = new System.Drawing.Size(40, 16);
			this.radioLR.TabIndex = 3;
			this.radioLR.Text = "LR";
			this.radioLR.Click += new System.EventHandler(this.radioLR_Click);
			// 
			// radioLL
			// 
			this.radioLL.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.radioLL.Location = new System.Drawing.Point(64, 36);
			this.radioLL.Name = "radioLL";
			this.radioLL.Size = new System.Drawing.Size(40, 16);
			this.radioLL.TabIndex = 1;
			this.radioLL.Text = "LL";
			this.radioLL.Click += new System.EventHandler(this.radioLL_Click);
			// 
			// radioUL
			// 
			this.radioUL.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.radioUL.Location = new System.Drawing.Point(64, 16);
			this.radioUL.Name = "radioUL";
			this.radioUL.Size = new System.Drawing.Size(40, 16);
			this.radioUL.TabIndex = 0;
			this.radioUL.Text = "UL";
			this.radioUL.Click += new System.EventHandler(this.radioUL_Click);
			// 
			// radioUR
			// 
			this.radioUR.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.radioUR.Location = new System.Drawing.Point(12, 16);
			this.radioUR.Name = "radioUR";
			this.radioUR.Size = new System.Drawing.Size(40, 16);
			this.radioUR.TabIndex = 0;
			this.radioUR.Text = "UR";
			this.radioUR.Click += new System.EventHandler(this.radioUR_Click);
			// 
			// groupArch
			// 
			this.groupArch.Controls.Add(this.radioL);
			this.groupArch.Controls.Add(this.radioU);
			this.groupArch.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.groupArch.Location = new System.Drawing.Point(104, 99);
			this.groupArch.Name = "groupArch";
			this.groupArch.Size = new System.Drawing.Size(60, 56);
			this.groupArch.TabIndex = 3;
			this.groupArch.TabStop = false;
			this.groupArch.Text = "Arch";
			this.groupArch.Visible = false;
			// 
			// radioL
			// 
			this.radioL.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.radioL.Location = new System.Drawing.Point(12, 36);
			this.radioL.Name = "radioL";
			this.radioL.Size = new System.Drawing.Size(28, 16);
			this.radioL.TabIndex = 1;
			this.radioL.Text = "L";
			this.radioL.Click += new System.EventHandler(this.radioL_Click);
			// 
			// radioU
			// 
			this.radioU.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.radioU.Location = new System.Drawing.Point(12, 16);
			this.radioU.Name = "radioU";
			this.radioU.Size = new System.Drawing.Size(32, 16);
			this.radioU.TabIndex = 0;
			this.radioU.Text = "U";
			this.radioU.Click += new System.EventHandler(this.radioU_Click);
			// 
			// panelSurfaces
			// 
			this.panelSurfaces.Controls.Add(this.butD);
			this.panelSurfaces.Controls.Add(this.butBF);
			this.panelSurfaces.Controls.Add(this.butL);
			this.panelSurfaces.Controls.Add(this.butM);
			this.panelSurfaces.Controls.Add(this.butV);
			this.panelSurfaces.Controls.Add(this.butOI);
			this.panelSurfaces.Location = new System.Drawing.Point(188, 106);
			this.panelSurfaces.Name = "panelSurfaces";
			this.panelSurfaces.Size = new System.Drawing.Size(96, 66);
			this.panelSurfaces.TabIndex = 100;
			this.panelSurfaces.Visible = false;
			// 
			// groupSextant
			// 
			this.groupSextant.Controls.Add(this.radioS6);
			this.groupSextant.Controls.Add(this.radioS5);
			this.groupSextant.Controls.Add(this.radioS4);
			this.groupSextant.Controls.Add(this.radioS2);
			this.groupSextant.Controls.Add(this.radioS3);
			this.groupSextant.Controls.Add(this.radioS1);
			this.groupSextant.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.groupSextant.Location = new System.Drawing.Point(104, 99);
			this.groupSextant.Name = "groupSextant";
			this.groupSextant.Size = new System.Drawing.Size(156, 56);
			this.groupSextant.TabIndex = 5;
			this.groupSextant.TabStop = false;
			this.groupSextant.Text = "Sextant";
			this.groupSextant.Visible = false;
			// 
			// radioS6
			// 
			this.radioS6.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.radioS6.Location = new System.Drawing.Point(12, 36);
			this.radioS6.Name = "radioS6";
			this.radioS6.Size = new System.Drawing.Size(36, 16);
			this.radioS6.TabIndex = 5;
			this.radioS6.Text = "6";
			this.radioS6.Click += new System.EventHandler(this.radioS6_Click);
			// 
			// radioS5
			// 
			this.radioS5.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.radioS5.Location = new System.Drawing.Point(60, 36);
			this.radioS5.Name = "radioS5";
			this.radioS5.Size = new System.Drawing.Size(36, 16);
			this.radioS5.TabIndex = 4;
			this.radioS5.Text = "5";
			this.radioS5.Click += new System.EventHandler(this.radioS5_Click);
			// 
			// radioS4
			// 
			this.radioS4.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.radioS4.Location = new System.Drawing.Point(108, 36);
			this.radioS4.Name = "radioS4";
			this.radioS4.Size = new System.Drawing.Size(36, 16);
			this.radioS4.TabIndex = 1;
			this.radioS4.Text = "4";
			this.radioS4.Click += new System.EventHandler(this.radioS4_Click);
			// 
			// radioS2
			// 
			this.radioS2.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.radioS2.Location = new System.Drawing.Point(60, 16);
			this.radioS2.Name = "radioS2";
			this.radioS2.Size = new System.Drawing.Size(36, 16);
			this.radioS2.TabIndex = 2;
			this.radioS2.Text = "2";
			this.radioS2.Click += new System.EventHandler(this.radioS2_Click);
			// 
			// radioS3
			// 
			this.radioS3.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.radioS3.Location = new System.Drawing.Point(108, 16);
			this.radioS3.Name = "radioS3";
			this.radioS3.Size = new System.Drawing.Size(36, 16);
			this.radioS3.TabIndex = 0;
			this.radioS3.Text = "3";
			this.radioS3.Click += new System.EventHandler(this.radioS3_Click);
			// 
			// radioS1
			// 
			this.radioS1.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.radioS1.Location = new System.Drawing.Point(12, 16);
			this.radioS1.Name = "radioS1";
			this.radioS1.Size = new System.Drawing.Size(36, 16);
			this.radioS1.TabIndex = 0;
			this.radioS1.Text = "1";
			this.radioS1.Click += new System.EventHandler(this.radioS1_Click);
			// 
			// label9
			// 
			this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.label9.Location = new System.Drawing.Point(5, 199);
			this.label9.Name = "label9";
			this.label9.Size = new System.Drawing.Size(100, 14);
			this.label9.TabIndex = 45;
			this.label9.Text = "Provider";
			this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// labelDx
			// 
			this.labelDx.Location = new System.Drawing.Point(5, 242);
			this.labelDx.Name = "labelDx";
			this.labelDx.Size = new System.Drawing.Size(100, 14);
			this.labelDx.TabIndex = 46;
			this.labelDx.Text = "Diagnosis";
			this.labelDx.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// panel1
			// 
			this.panel1.AllowDrop = true;
			this.panel1.Controls.Add(this.textTimeFinal);
			this.panel1.Controls.Add(this.labelTimeFinal);
			this.panel1.Controls.Add(this.textTimeStart);
			this.panel1.Controls.Add(this.textTimeEnd);
			this.panel1.Controls.Add(this.textDate);
			this.panel1.Controls.Add(this.butNow);
			this.panel1.Controls.Add(this.panelSurfaces);
			this.panel1.Controls.Add(this.textDateTP);
			this.panel1.Controls.Add(this.label27);
			this.panel1.Controls.Add(this.label26);
			this.panel1.Controls.Add(this.listBoxTeeth);
			this.panel1.Controls.Add(this.textDesc);
			this.panel1.Controls.Add(this.textDateEntry);
			this.panel1.Controls.Add(this.label12);
			this.panel1.Controls.Add(this.label2);
			this.panel1.Controls.Add(this.labelTooth);
			this.panel1.Controls.Add(this.labelSurfaces);
			this.panel1.Controls.Add(this.labelAmount);
			this.panel1.Controls.Add(this.textSurfaces);
			this.panel1.Controls.Add(this.label6);
			this.panel1.Controls.Add(this.groupQuadrant);
			this.panel1.Controls.Add(this.textProcFee);
			this.panel1.Controls.Add(this.textTooth);
			this.panel1.Controls.Add(this.labelStartTime);
			this.panel1.Controls.Add(this.labelEndTime);
			this.panel1.Controls.Add(this.labelRange);
			this.panel1.Controls.Add(this.labelDate);
			this.panel1.Controls.Add(this.textProc);
			this.panel1.Controls.Add(this.listBoxTeeth2);
			this.panel1.Controls.Add(this.textRange);
			this.panel1.Controls.Add(this.butChange);
			this.panel1.Controls.Add(this.groupSextant);
			this.panel1.Controls.Add(this.groupArch);
			this.panel1.Location = new System.Drawing.Point(0, 0);
			this.panel1.Name = "panel1";
			this.panel1.Size = new System.Drawing.Size(397, 177);
			this.panel1.TabIndex = 2;
			// 
			// textTimeFinal
			// 
			this.textTimeFinal.Location = new System.Drawing.Point(314, 61);
			this.textTimeFinal.Name = "textTimeFinal";
			this.textTimeFinal.Size = new System.Drawing.Size(55, 20);
			this.textTimeFinal.TabIndex = 104;
			this.textTimeFinal.Visible = false;
			// 
			// labelTimeFinal
			// 
			this.labelTimeFinal.Location = new System.Drawing.Point(259, 65);
			this.labelTimeFinal.Name = "labelTimeFinal";
			this.labelTimeFinal.Size = new System.Drawing.Size(56, 14);
			this.labelTimeFinal.TabIndex = 103;
			this.labelTimeFinal.Text = "Final";
			this.labelTimeFinal.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.labelTimeFinal.Visible = false;
			// 
			// textTimeStart
			// 
			this.textTimeStart.Location = new System.Drawing.Point(236, 40);
			this.textTimeStart.Name = "textTimeStart";
			this.textTimeStart.Size = new System.Drawing.Size(55, 20);
			this.textTimeStart.TabIndex = 102;
			this.textTimeStart.TextChanged += new System.EventHandler(this.textTimeStart_TextChanged);
			// 
			// textTimeEnd
			// 
			this.textTimeEnd.Location = new System.Drawing.Point(314, 40);
			this.textTimeEnd.Name = "textTimeEnd";
			this.textTimeEnd.Size = new System.Drawing.Size(55, 20);
			this.textTimeEnd.TabIndex = 102;
			this.textTimeEnd.Visible = false;
			this.textTimeEnd.TextChanged += new System.EventHandler(this.textTimeEnd_TextChanged);
			// 
			// label27
			// 
			this.label27.Location = new System.Drawing.Point(34, 25);
			this.label27.Name = "label27";
			this.label27.Size = new System.Drawing.Size(70, 14);
			this.label27.TabIndex = 98;
			this.label27.Text = "Date TP";
			this.label27.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// label26
			// 
			this.label26.Location = new System.Drawing.Point(184, 3);
			this.label26.Name = "label26";
			this.label26.Size = new System.Drawing.Size(125, 18);
			this.label26.TabIndex = 97;
			this.label26.Text = "(for security)";
			this.label26.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// listBoxTeeth
			// 
			this.listBoxTeeth.AllowDrop = true;
			this.listBoxTeeth.ColumnWidth = 16;
			this.listBoxTeeth.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.listBoxTeeth.Items.AddRange(new object[] {
            "1",
            "2",
            "3",
            "4",
            "5",
            "6",
            "7",
            "8",
            "9",
            "10",
            "11",
            "12",
            "13",
            "14",
            "15",
            "16"});
			this.listBoxTeeth.Location = new System.Drawing.Point(106, 101);
			this.listBoxTeeth.MultiColumn = true;
			this.listBoxTeeth.Name = "listBoxTeeth";
			this.listBoxTeeth.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.listBoxTeeth.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
			this.listBoxTeeth.Size = new System.Drawing.Size(272, 17);
			this.listBoxTeeth.TabIndex = 1;
			this.listBoxTeeth.Visible = false;
			this.listBoxTeeth.MouseDown += new System.Windows.Forms.MouseEventHandler(this.listBoxTeeth_MouseDown);
			// 
			// label12
			// 
			this.label12.Location = new System.Drawing.Point(-19, 3);
			this.label12.Name = "label12";
			this.label12.Size = new System.Drawing.Size(125, 18);
			this.label12.TabIndex = 96;
			this.label12.Text = "Date Entry";
			this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// labelStartTime
			// 
			this.labelStartTime.Location = new System.Drawing.Point(181, 44);
			this.labelStartTime.Name = "labelStartTime";
			this.labelStartTime.Size = new System.Drawing.Size(56, 14);
			this.labelStartTime.TabIndex = 0;
			this.labelStartTime.Text = "Time Start";
			this.labelStartTime.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// labelEndTime
			// 
			this.labelEndTime.Location = new System.Drawing.Point(259, 44);
			this.labelEndTime.Name = "labelEndTime";
			this.labelEndTime.Size = new System.Drawing.Size(56, 14);
			this.labelEndTime.TabIndex = 0;
			this.labelEndTime.Text = "End";
			this.labelEndTime.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.labelEndTime.Visible = false;
			// 
			// listBoxTeeth2
			// 
			this.listBoxTeeth2.ColumnWidth = 16;
			this.listBoxTeeth2.Items.AddRange(new object[] {
            "32",
            "31",
            "30",
            "29",
            "28",
            "27",
            "26",
            "25",
            "24",
            "23",
            "22",
            "21",
            "20",
            "19",
            "18",
            "17"});
			this.listBoxTeeth2.Location = new System.Drawing.Point(106, 115);
			this.listBoxTeeth2.MultiColumn = true;
			this.listBoxTeeth2.Name = "listBoxTeeth2";
			this.listBoxTeeth2.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
			this.listBoxTeeth2.Size = new System.Drawing.Size(272, 17);
			this.listBoxTeeth2.TabIndex = 2;
			this.listBoxTeeth2.Visible = false;
			this.listBoxTeeth2.MouseDown += new System.Windows.Forms.MouseEventHandler(this.listBoxTeeth2_MouseDown);
			// 
			// textDrugQty
			// 
			this.textDrugQty.Location = new System.Drawing.Point(93, 189);
			this.textDrugQty.Name = "textDrugQty";
			this.textDrugQty.Size = new System.Drawing.Size(59, 20);
			this.textDrugQty.TabIndex = 174;
			// 
			// label10
			// 
			this.label10.Location = new System.Drawing.Point(18, 190);
			this.label10.Name = "label10";
			this.label10.Size = new System.Drawing.Size(74, 16);
			this.label10.TabIndex = 173;
			this.label10.Text = "Drug Qty";
			this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// label5
			// 
			this.label5.Location = new System.Drawing.Point(13, 150);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(79, 16);
			this.label5.TabIndex = 170;
			this.label5.Text = "Drug NDC";
			this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textDrugNDC
			// 
			this.textDrugNDC.Location = new System.Drawing.Point(93, 148);
			this.textDrugNDC.Name = "textDrugNDC";
			this.textDrugNDC.ReadOnly = true;
			this.textDrugNDC.Size = new System.Drawing.Size(109, 20);
			this.textDrugNDC.TabIndex = 171;
			this.textDrugNDC.Text = "12345678901";
			// 
			// comboDrugUnit
			// 
			this.comboDrugUnit.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboDrugUnit.FormattingEnabled = true;
			this.comboDrugUnit.Location = new System.Drawing.Point(93, 168);
			this.comboDrugUnit.Name = "comboDrugUnit";
			this.comboDrugUnit.Size = new System.Drawing.Size(92, 21);
			this.comboDrugUnit.TabIndex = 169;
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(18, 170);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(74, 16);
			this.label1.TabIndex = 168;
			this.label1.Text = "Drug Unit";
			this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textRevCode
			// 
			this.textRevCode.Location = new System.Drawing.Point(93, 128);
			this.textRevCode.MaxLength = 48;
			this.textRevCode.Name = "textRevCode";
			this.textRevCode.Size = new System.Drawing.Size(59, 20);
			this.textRevCode.TabIndex = 112;
			// 
			// label22
			// 
			this.label22.Location = new System.Drawing.Point(13, 130);
			this.label22.Name = "label22";
			this.label22.Size = new System.Drawing.Size(79, 17);
			this.label22.TabIndex = 111;
			this.label22.Text = "Revenue Code";
			this.label22.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textUnitQty
			// 
			this.textUnitQty.Location = new System.Drawing.Point(93, 87);
			this.textUnitQty.MaxLength = 15;
			this.textUnitQty.Name = "textUnitQty";
			this.textUnitQty.Size = new System.Drawing.Size(29, 20);
			this.textUnitQty.TabIndex = 110;
			// 
			// label21
			// 
			this.label21.Location = new System.Drawing.Point(16, 89);
			this.label21.Name = "label21";
			this.label21.Size = new System.Drawing.Size(76, 17);
			this.label21.TabIndex = 108;
			this.label21.Text = "Unit Quantity";
			this.label21.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textCodeMod4
			// 
			this.textCodeMod4.Location = new System.Drawing.Point(180, 67);
			this.textCodeMod4.MaxLength = 2;
			this.textCodeMod4.Name = "textCodeMod4";
			this.textCodeMod4.Size = new System.Drawing.Size(29, 20);
			this.textCodeMod4.TabIndex = 106;
			this.textCodeMod4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
			// 
			// textCodeMod3
			// 
			this.textCodeMod3.Location = new System.Drawing.Point(151, 67);
			this.textCodeMod3.MaxLength = 2;
			this.textCodeMod3.Name = "textCodeMod3";
			this.textCodeMod3.Size = new System.Drawing.Size(29, 20);
			this.textCodeMod3.TabIndex = 105;
			this.textCodeMod3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
			// 
			// textCodeMod2
			// 
			this.textCodeMod2.Location = new System.Drawing.Point(122, 67);
			this.textCodeMod2.MaxLength = 2;
			this.textCodeMod2.Name = "textCodeMod2";
			this.textCodeMod2.Size = new System.Drawing.Size(29, 20);
			this.textCodeMod2.TabIndex = 104;
			this.textCodeMod2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
			// 
			// label19
			// 
			this.label19.Location = new System.Drawing.Point(17, 69);
			this.label19.Name = "label19";
			this.label19.Size = new System.Drawing.Size(75, 17);
			this.label19.TabIndex = 102;
			this.label19.Text = "Mods";
			this.label19.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textCodeMod1
			// 
			this.textCodeMod1.Location = new System.Drawing.Point(93, 67);
			this.textCodeMod1.MaxLength = 2;
			this.textCodeMod1.Name = "textCodeMod1";
			this.textCodeMod1.Size = new System.Drawing.Size(29, 20);
			this.textCodeMod1.TabIndex = 103;
			this.textCodeMod1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
			// 
			// checkIsPrincDiag
			// 
			this.checkIsPrincDiag.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkIsPrincDiag.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkIsPrincDiag.Location = new System.Drawing.Point(30, 48);
			this.checkIsPrincDiag.Name = "checkIsPrincDiag";
			this.checkIsPrincDiag.Size = new System.Drawing.Size(76, 18);
			this.checkIsPrincDiag.TabIndex = 101;
			this.checkIsPrincDiag.Text = "Princ Diag";
			this.checkIsPrincDiag.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// label11
			// 
			this.label11.Location = new System.Drawing.Point(13, 28);
			this.label11.Name = "label11";
			this.label11.Size = new System.Drawing.Size(79, 16);
			this.label11.TabIndex = 99;
			this.label11.Text = "ICD-9 Code";
			this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textDiagnosticCode
			// 
			this.textDiagnosticCode.Location = new System.Drawing.Point(93, 26);
			this.textDiagnosticCode.Name = "textDiagnosticCode";
			this.textDiagnosticCode.Size = new System.Drawing.Size(76, 20);
			this.textDiagnosticCode.TabIndex = 100;
			// 
			// label8
			// 
			this.label8.Location = new System.Drawing.Point(10, 9);
			this.label8.Name = "label8";
			this.label8.Size = new System.Drawing.Size(82, 16);
			this.label8.TabIndex = 97;
			this.label8.Text = "Medical Code";
			this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textMedicalCode
			// 
			this.textMedicalCode.Location = new System.Drawing.Point(93, 6);
			this.textMedicalCode.Name = "textMedicalCode";
			this.textMedicalCode.Size = new System.Drawing.Size(76, 20);
			this.textMedicalCode.TabIndex = 98;
			// 
			// labelClaim
			// 
			this.labelClaim.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.labelClaim.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.labelClaim.Location = new System.Drawing.Point(111, 652);
			this.labelClaim.Name = "labelClaim";
			this.labelClaim.Size = new System.Drawing.Size(480, 44);
			this.labelClaim.TabIndex = 50;
			this.labelClaim.Text = "This procedure is attached to a claim, so certain fields should not be edited.  Y" +
    "ou should reprint the claim if any significant changes are made.";
			this.labelClaim.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
			this.labelClaim.Visible = false;
			// 
			// comboPlaceService
			// 
			this.comboPlaceService.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboPlaceService.Location = new System.Drawing.Point(119, 98);
			this.comboPlaceService.MaxDropDownItems = 30;
			this.comboPlaceService.Name = "comboPlaceService";
			this.comboPlaceService.Size = new System.Drawing.Size(177, 21);
			this.comboPlaceService.TabIndex = 6;
			// 
			// labelPlaceService
			// 
			this.labelPlaceService.Location = new System.Drawing.Point(4, 101);
			this.labelPlaceService.Name = "labelPlaceService";
			this.labelPlaceService.Size = new System.Drawing.Size(114, 16);
			this.labelPlaceService.TabIndex = 53;
			this.labelPlaceService.Text = "Place of Service";
			this.labelPlaceService.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// labelPriority
			// 
			this.labelPriority.Location = new System.Drawing.Point(32, 263);
			this.labelPriority.Name = "labelPriority";
			this.labelPriority.Size = new System.Drawing.Size(72, 16);
			this.labelPriority.TabIndex = 56;
			this.labelPriority.Text = "Priority";
			this.labelPriority.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// labelSetComplete
			// 
			this.labelSetComplete.Location = new System.Drawing.Point(724, 23);
			this.labelSetComplete.Name = "labelSetComplete";
			this.labelSetComplete.Size = new System.Drawing.Size(157, 16);
			this.labelSetComplete.TabIndex = 58;
			this.labelSetComplete.Text = "changes date and adds note.";
			// 
			// checkNoBillIns
			// 
			this.checkNoBillIns.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkNoBillIns.Location = new System.Drawing.Point(142, 12);
			this.checkNoBillIns.Name = "checkNoBillIns";
			this.checkNoBillIns.Size = new System.Drawing.Size(152, 18);
			this.checkNoBillIns.TabIndex = 9;
			this.checkNoBillIns.Text = "Do Not Bill to Ins";
			this.checkNoBillIns.ThreeState = true;
			this.checkNoBillIns.Click += new System.EventHandler(this.checkNoBillIns_Click);
			// 
			// labelIncomplete
			// 
			this.labelIncomplete.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.labelIncomplete.ForeColor = System.Drawing.Color.DarkRed;
			this.labelIncomplete.Location = new System.Drawing.Point(724, 138);
			this.labelIncomplete.Name = "labelIncomplete";
			this.labelIncomplete.Size = new System.Drawing.Size(123, 18);
			this.labelIncomplete.TabIndex = 73;
			this.labelIncomplete.Text = "Incomplete";
			this.labelIncomplete.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// comboClinic
			// 
			this.comboClinic.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboClinic.Location = new System.Drawing.Point(106, 217);
			this.comboClinic.MaxDropDownItems = 30;
			this.comboClinic.Name = "comboClinic";
			this.comboClinic.Size = new System.Drawing.Size(177, 21);
			this.comboClinic.TabIndex = 74;
			this.comboClinic.SelectionChangeCommitted += new System.EventHandler(this.comboClinic_SelectionChangeCommitted);
			// 
			// labelClinic
			// 
			this.labelClinic.Location = new System.Drawing.Point(-10, 219);
			this.labelClinic.Name = "labelClinic";
			this.labelClinic.Size = new System.Drawing.Size(114, 16);
			this.labelClinic.TabIndex = 75;
			this.labelClinic.Text = "Clinic";
			this.labelClinic.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// label14
			// 
			this.label14.Location = new System.Drawing.Point(403, 20);
			this.label14.Name = "label14";
			this.label14.Size = new System.Drawing.Size(99, 16);
			this.label14.TabIndex = 77;
			this.label14.Text = "Procedure Status";
			this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// label15
			// 
			this.label15.Location = new System.Drawing.Point(389, 327);
			this.label15.Name = "label15";
			this.label15.Size = new System.Drawing.Size(110, 41);
			this.label15.TabIndex = 79;
			this.label15.Text = "Signature /\r\nInitials";
			this.label15.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// label16
			// 
			this.label16.Location = new System.Drawing.Point(429, 138);
			this.label16.Name = "label16";
			this.label16.Size = new System.Drawing.Size(73, 16);
			this.label16.TabIndex = 80;
			this.label16.Text = "User";
			this.label16.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// comboPriority
			// 
			this.comboPriority.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboPriority.Location = new System.Drawing.Point(106, 259);
			this.comboPriority.MaxDropDownItems = 30;
			this.comboPriority.Name = "comboPriority";
			this.comboPriority.Size = new System.Drawing.Size(177, 21);
			this.comboPriority.TabIndex = 98;
			// 
			// comboDx
			// 
			this.comboDx.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboDx.Location = new System.Drawing.Point(106, 238);
			this.comboDx.MaxDropDownItems = 30;
			this.comboDx.Name = "comboDx";
			this.comboDx.Size = new System.Drawing.Size(177, 21);
			this.comboDx.TabIndex = 99;
			// 
			// comboProvNum
			// 
			this.comboProvNum.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboProvNum.Location = new System.Drawing.Point(106, 195);
			this.comboProvNum.MaxDropDownItems = 30;
			this.comboProvNum.Name = "comboProvNum";
			this.comboProvNum.Size = new System.Drawing.Size(158, 21);
			this.comboProvNum.TabIndex = 100;
			this.comboProvNum.SelectionChangeCommitted += new System.EventHandler(this.comboProvNum_SelectionChangeCommitted);
			// 
			// textUser
			// 
			this.textUser.Location = new System.Drawing.Point(504, 137);
			this.textUser.Name = "textUser";
			this.textUser.ReadOnly = true;
			this.textUser.Size = new System.Drawing.Size(116, 20);
			this.textUser.TabIndex = 101;
			// 
			// comboBillingTypeTwo
			// 
			this.comboBillingTypeTwo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboBillingTypeTwo.FormattingEnabled = true;
			this.comboBillingTypeTwo.Location = new System.Drawing.Point(119, 33);
			this.comboBillingTypeTwo.MaxDropDownItems = 30;
			this.comboBillingTypeTwo.Name = "comboBillingTypeTwo";
			this.comboBillingTypeTwo.Size = new System.Drawing.Size(198, 21);
			this.comboBillingTypeTwo.TabIndex = 102;
			// 
			// labelBillingTypeTwo
			// 
			this.labelBillingTypeTwo.Location = new System.Drawing.Point(15, 35);
			this.labelBillingTypeTwo.Name = "labelBillingTypeTwo";
			this.labelBillingTypeTwo.Size = new System.Drawing.Size(102, 16);
			this.labelBillingTypeTwo.TabIndex = 103;
			this.labelBillingTypeTwo.Text = "Billing Type 2";
			this.labelBillingTypeTwo.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// comboBillingTypeOne
			// 
			this.comboBillingTypeOne.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboBillingTypeOne.FormattingEnabled = true;
			this.comboBillingTypeOne.Location = new System.Drawing.Point(119, 12);
			this.comboBillingTypeOne.MaxDropDownItems = 30;
			this.comboBillingTypeOne.Name = "comboBillingTypeOne";
			this.comboBillingTypeOne.Size = new System.Drawing.Size(198, 21);
			this.comboBillingTypeOne.TabIndex = 104;
			// 
			// labelBillingTypeOne
			// 
			this.labelBillingTypeOne.Location = new System.Drawing.Point(13, 14);
			this.labelBillingTypeOne.Name = "labelBillingTypeOne";
			this.labelBillingTypeOne.Size = new System.Drawing.Size(104, 16);
			this.labelBillingTypeOne.TabIndex = 105;
			this.labelBillingTypeOne.Text = "Billing Type 1";
			this.labelBillingTypeOne.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// labelInvalidSig
			// 
			this.labelInvalidSig.BackColor = System.Drawing.SystemColors.Window;
			this.labelInvalidSig.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.labelInvalidSig.Location = new System.Drawing.Point(589, 337);
			this.labelInvalidSig.Name = "labelInvalidSig";
			this.labelInvalidSig.Size = new System.Drawing.Size(196, 59);
			this.labelInvalidSig.TabIndex = 109;
			this.labelInvalidSig.Text = "Invalid Signature -  Note or user has changed since it was signed.";
			this.labelInvalidSig.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			// 
			// textSite
			// 
			this.textSite.AcceptsReturn = true;
			this.textSite.Location = new System.Drawing.Point(119, 77);
			this.textSite.Name = "textSite";
			this.textSite.ReadOnly = true;
			this.textSite.Size = new System.Drawing.Size(153, 20);
			this.textSite.TabIndex = 111;
			// 
			// labelSite
			// 
			this.labelSite.Location = new System.Drawing.Point(4, 78);
			this.labelSite.Name = "labelSite";
			this.labelSite.Size = new System.Drawing.Size(114, 17);
			this.labelSite.TabIndex = 110;
			this.labelSite.Text = "Site";
			this.labelSite.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// checkHideGraphics
			// 
			this.checkHideGraphics.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkHideGraphics.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkHideGraphics.Location = new System.Drawing.Point(5, 178);
			this.checkHideGraphics.Name = "checkHideGraphics";
			this.checkHideGraphics.Size = new System.Drawing.Size(114, 18);
			this.checkHideGraphics.TabIndex = 162;
			this.checkHideGraphics.Text = "HideGraphics";
			this.checkHideGraphics.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// label3
			// 
			this.label3.Location = new System.Drawing.Point(2, 14);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(90, 41);
			this.label3.TabIndex = 0;
			this.label3.Text = "Crown, Bridge, Denture, or RPD";
			this.label3.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// label4
			// 
			this.label4.Location = new System.Drawing.Point(5, 61);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(84, 16);
			this.label4.TabIndex = 4;
			this.label4.Text = "Original Date";
			this.label4.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// listProsth
			// 
			this.listProsth.Location = new System.Drawing.Point(91, 14);
			this.listProsth.Name = "listProsth";
			this.listProsth.Size = new System.Drawing.Size(163, 43);
			this.listProsth.TabIndex = 0;
			// 
			// groupProsth
			// 
			this.groupProsth.Controls.Add(this.listProsth);
			this.groupProsth.Controls.Add(this.textDateOriginalProsth);
			this.groupProsth.Controls.Add(this.label4);
			this.groupProsth.Controls.Add(this.label3);
			this.groupProsth.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.groupProsth.Location = new System.Drawing.Point(15, 283);
			this.groupProsth.Name = "groupProsth";
			this.groupProsth.Size = new System.Drawing.Size(269, 80);
			this.groupProsth.TabIndex = 7;
			this.groupProsth.TabStop = false;
			this.groupProsth.Text = "Prosthesis Replacement";
			// 
			// checkTypeCodeA
			// 
			this.checkTypeCodeA.Location = new System.Drawing.Point(10, 16);
			this.checkTypeCodeA.Name = "checkTypeCodeA";
			this.checkTypeCodeA.Size = new System.Drawing.Size(268, 17);
			this.checkTypeCodeA.TabIndex = 0;
			this.checkTypeCodeA.Text = "Not initial placement.  Repair of a prior service.";
			this.checkTypeCodeA.UseVisualStyleBackColor = true;
			// 
			// checkTypeCodeB
			// 
			this.checkTypeCodeB.Location = new System.Drawing.Point(10, 33);
			this.checkTypeCodeB.Name = "checkTypeCodeB";
			this.checkTypeCodeB.Size = new System.Drawing.Size(239, 17);
			this.checkTypeCodeB.TabIndex = 1;
			this.checkTypeCodeB.Text = "Temporary placement or service.";
			this.checkTypeCodeB.UseVisualStyleBackColor = true;
			// 
			// checkTypeCodeC
			// 
			this.checkTypeCodeC.Location = new System.Drawing.Point(10, 50);
			this.checkTypeCodeC.Name = "checkTypeCodeC";
			this.checkTypeCodeC.Size = new System.Drawing.Size(239, 17);
			this.checkTypeCodeC.TabIndex = 2;
			this.checkTypeCodeC.Text = "Correction of TMJ";
			this.checkTypeCodeC.UseVisualStyleBackColor = true;
			// 
			// checkTypeCodeE
			// 
			this.checkTypeCodeE.Location = new System.Drawing.Point(10, 67);
			this.checkTypeCodeE.Name = "checkTypeCodeE";
			this.checkTypeCodeE.Size = new System.Drawing.Size(268, 17);
			this.checkTypeCodeE.TabIndex = 3;
			this.checkTypeCodeE.Text = "Implant, or in conjunction with implants";
			this.checkTypeCodeE.UseVisualStyleBackColor = true;
			// 
			// checkTypeCodeL
			// 
			this.checkTypeCodeL.Location = new System.Drawing.Point(10, 84);
			this.checkTypeCodeL.Name = "checkTypeCodeL";
			this.checkTypeCodeL.Size = new System.Drawing.Size(113, 17);
			this.checkTypeCodeL.TabIndex = 4;
			this.checkTypeCodeL.Text = "Appliance lost";
			this.checkTypeCodeL.UseVisualStyleBackColor = true;
			// 
			// checkTypeCodeX
			// 
			this.checkTypeCodeX.Location = new System.Drawing.Point(10, 118);
			this.checkTypeCodeX.Name = "checkTypeCodeX";
			this.checkTypeCodeX.Size = new System.Drawing.Size(239, 17);
			this.checkTypeCodeX.TabIndex = 5;
			this.checkTypeCodeX.Text = "None of the above are applicable";
			this.checkTypeCodeX.UseVisualStyleBackColor = true;
			// 
			// checkTypeCodeS
			// 
			this.checkTypeCodeS.Location = new System.Drawing.Point(10, 101);
			this.checkTypeCodeS.Name = "checkTypeCodeS";
			this.checkTypeCodeS.Size = new System.Drawing.Size(113, 17);
			this.checkTypeCodeS.TabIndex = 6;
			this.checkTypeCodeS.Text = "Appliance stolen";
			this.checkTypeCodeS.UseVisualStyleBackColor = true;
			// 
			// groupCanadianProcTypeCode
			// 
			this.groupCanadianProcTypeCode.Controls.Add(this.checkTypeCodeS);
			this.groupCanadianProcTypeCode.Controls.Add(this.checkTypeCodeX);
			this.groupCanadianProcTypeCode.Controls.Add(this.checkTypeCodeL);
			this.groupCanadianProcTypeCode.Controls.Add(this.checkTypeCodeE);
			this.groupCanadianProcTypeCode.Controls.Add(this.checkTypeCodeC);
			this.groupCanadianProcTypeCode.Controls.Add(this.checkTypeCodeB);
			this.groupCanadianProcTypeCode.Controls.Add(this.checkTypeCodeA);
			this.groupCanadianProcTypeCode.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.groupCanadianProcTypeCode.Location = new System.Drawing.Point(18, 16);
			this.groupCanadianProcTypeCode.Name = "groupCanadianProcTypeCode";
			this.groupCanadianProcTypeCode.Size = new System.Drawing.Size(316, 142);
			this.groupCanadianProcTypeCode.TabIndex = 163;
			this.groupCanadianProcTypeCode.TabStop = false;
			this.groupCanadianProcTypeCode.Text = "Procedure Type Code";
			// 
			// labelDPCpost
			// 
			this.labelDPCpost.Location = new System.Drawing.Point(9, 28);
			this.labelDPCpost.Name = "labelDPCpost";
			this.labelDPCpost.Size = new System.Drawing.Size(100, 16);
			this.labelDPCpost.TabIndex = 107;
			this.labelDPCpost.Text = "DPC Post Visit";
			this.labelDPCpost.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// comboDPCpost
			// 
			this.comboDPCpost.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboDPCpost.DropDownWidth = 177;
			this.comboDPCpost.FormattingEnabled = true;
			this.comboDPCpost.Location = new System.Drawing.Point(111, 27);
			this.comboDPCpost.MaxDropDownItems = 30;
			this.comboDPCpost.Name = "comboDPCpost";
			this.comboDPCpost.Size = new System.Drawing.Size(177, 21);
			this.comboDPCpost.TabIndex = 106;
			// 
			// labelScheduleBy
			// 
			this.labelScheduleBy.Location = new System.Drawing.Point(193, 70);
			this.labelScheduleBy.Name = "labelScheduleBy";
			this.labelScheduleBy.Size = new System.Drawing.Size(148, 16);
			this.labelScheduleBy.TabIndex = 105;
			this.labelScheduleBy.Text = "No Schedule by Date";
			this.labelScheduleBy.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.labelScheduleBy.Visible = false;
			// 
			// checkIsRepair
			// 
			this.checkIsRepair.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkIsRepair.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkIsRepair.Location = new System.Drawing.Point(10, 145);
			this.checkIsRepair.Name = "checkIsRepair";
			this.checkIsRepair.Size = new System.Drawing.Size(114, 18);
			this.checkIsRepair.TabIndex = 104;
			this.checkIsRepair.Text = "Repair";
			this.checkIsRepair.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// checkIsEffComm
			// 
			this.checkIsEffComm.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkIsEffComm.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkIsEffComm.Location = new System.Drawing.Point(10, 128);
			this.checkIsEffComm.Name = "checkIsEffComm";
			this.checkIsEffComm.Size = new System.Drawing.Size(114, 18);
			this.checkIsEffComm.TabIndex = 103;
			this.checkIsEffComm.Text = "Effective Comm";
			this.checkIsEffComm.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// checkIsOnCall
			// 
			this.checkIsOnCall.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkIsOnCall.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkIsOnCall.Location = new System.Drawing.Point(10, 111);
			this.checkIsOnCall.Name = "checkIsOnCall";
			this.checkIsOnCall.Size = new System.Drawing.Size(114, 18);
			this.checkIsOnCall.TabIndex = 102;
			this.checkIsOnCall.Text = "On Call";
			this.checkIsOnCall.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// comboDPC
			// 
			this.comboDPC.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboDPC.DropDownWidth = 177;
			this.comboDPC.FormattingEnabled = true;
			this.comboDPC.Location = new System.Drawing.Point(111, 6);
			this.comboDPC.MaxDropDownItems = 30;
			this.comboDPC.Name = "comboDPC";
			this.comboDPC.Size = new System.Drawing.Size(177, 21);
			this.comboDPC.TabIndex = 8;
			this.comboDPC.SelectionChangeCommitted += new System.EventHandler(this.comboDPC_SelectionChangeCommitted);
			// 
			// comboStatus
			// 
			this.comboStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboStatus.DropDownWidth = 230;
			this.comboStatus.FormattingEnabled = true;
			this.comboStatus.Location = new System.Drawing.Point(111, 48);
			this.comboStatus.MaxDropDownItems = 30;
			this.comboStatus.Name = "comboStatus";
			this.comboStatus.Size = new System.Drawing.Size(230, 21);
			this.comboStatus.TabIndex = 7;
			this.comboStatus.SelectionChangeCommitted += new System.EventHandler(this.comboStatus_SelectionChangeCommitted);
			// 
			// labelStatus
			// 
			this.labelStatus.Location = new System.Drawing.Point(9, 49);
			this.labelStatus.Name = "labelStatus";
			this.labelStatus.Size = new System.Drawing.Size(100, 16);
			this.labelStatus.TabIndex = 3;
			this.labelStatus.Text = "Status";
			this.labelStatus.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// labelDateStop
			// 
			this.labelDateStop.Location = new System.Drawing.Point(11, 90);
			this.labelDateStop.Name = "labelDateStop";
			this.labelDateStop.Size = new System.Drawing.Size(100, 16);
			this.labelDateStop.TabIndex = 2;
			this.labelDateStop.Text = "Date Stop Clock";
			this.labelDateStop.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// labelDateSched
			// 
			this.labelDateSched.Location = new System.Drawing.Point(10, 70);
			this.labelDateSched.Name = "labelDateSched";
			this.labelDateSched.Size = new System.Drawing.Size(100, 16);
			this.labelDateSched.TabIndex = 1;
			this.labelDateSched.Text = "Scheduled By";
			this.labelDateSched.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// labelDPC
			// 
			this.labelDPC.Location = new System.Drawing.Point(9, 7);
			this.labelDPC.Name = "labelDPC";
			this.labelDPC.Size = new System.Drawing.Size(100, 16);
			this.labelDPC.TabIndex = 0;
			this.labelDPC.Text = "DPC";
			this.labelDPC.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// comboPrognosis
			// 
			this.comboPrognosis.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboPrognosis.Location = new System.Drawing.Point(119, 55);
			this.comboPrognosis.MaxDropDownItems = 30;
			this.comboPrognosis.Name = "comboPrognosis";
			this.comboPrognosis.Size = new System.Drawing.Size(153, 21);
			this.comboPrognosis.TabIndex = 165;
			// 
			// labelPrognosis
			// 
			this.labelPrognosis.Location = new System.Drawing.Point(3, 57);
			this.labelPrognosis.Name = "labelPrognosis";
			this.labelPrognosis.Size = new System.Drawing.Size(114, 17);
			this.labelPrognosis.TabIndex = 166;
			this.labelPrognosis.Text = "Prognosis";
			this.labelPrognosis.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// comboProcStatus
			// 
			this.comboProcStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboProcStatus.FormattingEnabled = true;
			this.comboProcStatus.Location = new System.Drawing.Point(504, 19);
			this.comboProcStatus.Name = "comboProcStatus";
			this.comboProcStatus.Size = new System.Drawing.Size(133, 21);
			this.comboProcStatus.TabIndex = 167;
			this.comboProcStatus.SelectionChangeCommitted += new System.EventHandler(this.comboProcStatus_SelectionChangeCommitted);
			// 
			// label13
			// 
			this.label13.Location = new System.Drawing.Point(418, 80);
			this.label13.Name = "label13";
			this.label13.Size = new System.Drawing.Size(84, 16);
			this.label13.TabIndex = 168;
			this.label13.Text = "Referral";
			this.label13.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// textReferral
			// 
			this.textReferral.BackColor = System.Drawing.SystemColors.Control;
			this.textReferral.ForeColor = System.Drawing.Color.DarkRed;
			this.textReferral.Location = new System.Drawing.Point(504, 77);
			this.textReferral.Name = "textReferral";
			this.textReferral.Size = new System.Drawing.Size(198, 20);
			this.textReferral.TabIndex = 169;
			this.textReferral.Text = "test";
			// 
			// labelClaimNote
			// 
			this.labelClaimNote.Location = new System.Drawing.Point(0, 364);
			this.labelClaimNote.Name = "labelClaimNote";
			this.labelClaimNote.Size = new System.Drawing.Size(104, 41);
			this.labelClaimNote.TabIndex = 174;
			this.labelClaimNote.Text = "E-claim Note (keep it very short)";
			this.labelClaimNote.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// tabControl
			// 
			this.tabControl.Controls.Add(this.tabPageFinancial);
			this.tabControl.Controls.Add(this.tabPageMedical);
			this.tabControl.Controls.Add(this.tabPageMisc);
			this.tabControl.Controls.Add(this.tabPageCanada);
			this.tabControl.Controls.Add(this.tabPageOrion);
			this.tabControl.Location = new System.Drawing.Point(1, 424);
			this.tabControl.Name = "tabControl";
			this.tabControl.SelectedIndex = 0;
			this.tabControl.Size = new System.Drawing.Size(962, 244);
			this.tabControl.TabIndex = 175;
			// 
			// tabPageFinancial
			// 
			this.tabPageFinancial.Controls.Add(this.butAddEstimate);
			this.tabPageFinancial.Controls.Add(this.checkNoBillIns);
			this.tabPageFinancial.Controls.Add(this.tbAdj);
			this.tabPageFinancial.Controls.Add(this.tbPay);
			this.tabPageFinancial.Controls.Add(this.butAddAdjust);
			this.tabPageFinancial.Controls.Add(this.gridIns);
			this.tabPageFinancial.Location = new System.Drawing.Point(4, 22);
			this.tabPageFinancial.Name = "tabPageFinancial";
			this.tabPageFinancial.Padding = new System.Windows.Forms.Padding(3);
			this.tabPageFinancial.Size = new System.Drawing.Size(954, 218);
			this.tabPageFinancial.TabIndex = 0;
			this.tabPageFinancial.Text = "Financial";
			this.tabPageFinancial.UseVisualStyleBackColor = true;
			// 
			// tabPageMedical
			// 
			this.tabPageMedical.Controls.Add(this.butNoneSnomedBodySite);
			this.tabPageMedical.Controls.Add(this.butSnomedBodySiteSelect);
			this.tabPageMedical.Controls.Add(this.label20);
			this.tabPageMedical.Controls.Add(this.textSnomedBodySite);
			this.tabPageMedical.Controls.Add(this.label17);
			this.tabPageMedical.Controls.Add(this.comboUnitType);
			this.tabPageMedical.Controls.Add(this.textDrugQty);
			this.tabPageMedical.Controls.Add(this.label10);
			this.tabPageMedical.Controls.Add(this.label8);
			this.tabPageMedical.Controls.Add(this.label5);
			this.tabPageMedical.Controls.Add(this.textMedicalCode);
			this.tabPageMedical.Controls.Add(this.textDrugNDC);
			this.tabPageMedical.Controls.Add(this.textDiagnosticCode);
			this.tabPageMedical.Controls.Add(this.comboDrugUnit);
			this.tabPageMedical.Controls.Add(this.label11);
			this.tabPageMedical.Controls.Add(this.label1);
			this.tabPageMedical.Controls.Add(this.checkIsPrincDiag);
			this.tabPageMedical.Controls.Add(this.textRevCode);
			this.tabPageMedical.Controls.Add(this.textCodeMod1);
			this.tabPageMedical.Controls.Add(this.label22);
			this.tabPageMedical.Controls.Add(this.label19);
			this.tabPageMedical.Controls.Add(this.textUnitQty);
			this.tabPageMedical.Controls.Add(this.textCodeMod2);
			this.tabPageMedical.Controls.Add(this.label21);
			this.tabPageMedical.Controls.Add(this.textCodeMod3);
			this.tabPageMedical.Controls.Add(this.textCodeMod4);
			this.tabPageMedical.Location = new System.Drawing.Point(4, 22);
			this.tabPageMedical.Name = "tabPageMedical";
			this.tabPageMedical.Padding = new System.Windows.Forms.Padding(3);
			this.tabPageMedical.Size = new System.Drawing.Size(954, 218);
			this.tabPageMedical.TabIndex = 3;
			this.tabPageMedical.Text = "Medical";
			this.tabPageMedical.UseVisualStyleBackColor = true;
			// 
			// label17
			// 
			this.label17.Location = new System.Drawing.Point(16, 109);
			this.label17.Name = "label17";
			this.label17.Size = new System.Drawing.Size(76, 17);
			this.label17.TabIndex = 176;
			this.label17.Text = "Unit Type";
			this.label17.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// comboUnitType
			// 
			this.comboUnitType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboUnitType.FormattingEnabled = true;
			this.comboUnitType.Location = new System.Drawing.Point(93, 107);
			this.comboUnitType.Name = "comboUnitType";
			this.comboUnitType.Size = new System.Drawing.Size(117, 21);
			this.comboUnitType.TabIndex = 175;
			// 
			// tabPageMisc
			// 
			this.tabPageMisc.Controls.Add(this.textBillingNote);
			this.tabPageMisc.Controls.Add(this.label18);
			this.tabPageMisc.Controls.Add(this.comboBillingTypeOne);
			this.tabPageMisc.Controls.Add(this.labelBillingTypeTwo);
			this.tabPageMisc.Controls.Add(this.comboBillingTypeTwo);
			this.tabPageMisc.Controls.Add(this.labelBillingTypeOne);
			this.tabPageMisc.Controls.Add(this.comboPrognosis);
			this.tabPageMisc.Controls.Add(this.labelPrognosis);
			this.tabPageMisc.Controls.Add(this.textSite);
			this.tabPageMisc.Controls.Add(this.labelSite);
			this.tabPageMisc.Controls.Add(this.butPickSite);
			this.tabPageMisc.Controls.Add(this.comboPlaceService);
			this.tabPageMisc.Controls.Add(this.labelPlaceService);
			this.tabPageMisc.Location = new System.Drawing.Point(4, 22);
			this.tabPageMisc.Name = "tabPageMisc";
			this.tabPageMisc.Size = new System.Drawing.Size(954, 218);
			this.tabPageMisc.TabIndex = 4;
			this.tabPageMisc.Text = "Misc";
			this.tabPageMisc.UseVisualStyleBackColor = true;
			// 
			// textBillingNote
			// 
			this.textBillingNote.Location = new System.Drawing.Point(119, 120);
			this.textBillingNote.Multiline = true;
			this.textBillingNote.Name = "textBillingNote";
			this.textBillingNote.Size = new System.Drawing.Size(259, 83);
			this.textBillingNote.TabIndex = 168;
			// 
			// label18
			// 
			this.label18.Location = new System.Drawing.Point(6, 122);
			this.label18.Name = "label18";
			this.label18.Size = new System.Drawing.Size(111, 14);
			this.label18.TabIndex = 167;
			this.label18.Text = "Billing Note";
			this.label18.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// tabPageCanada
			// 
			this.tabPageCanada.Controls.Add(this.labelCanadaLabFee2);
			this.tabPageCanada.Controls.Add(this.labelCanadaLabFee1);
			this.tabPageCanada.Controls.Add(this.groupCanadianProcTypeCode);
			this.tabPageCanada.Controls.Add(this.textCanadaLabFee2);
			this.tabPageCanada.Controls.Add(this.textCanadaLabFee1);
			this.tabPageCanada.Location = new System.Drawing.Point(4, 22);
			this.tabPageCanada.Name = "tabPageCanada";
			this.tabPageCanada.Padding = new System.Windows.Forms.Padding(3);
			this.tabPageCanada.Size = new System.Drawing.Size(954, 218);
			this.tabPageCanada.TabIndex = 1;
			this.tabPageCanada.Text = "Canada";
			this.tabPageCanada.UseVisualStyleBackColor = true;
			// 
			// labelCanadaLabFee2
			// 
			this.labelCanadaLabFee2.Location = new System.Drawing.Point(340, 37);
			this.labelCanadaLabFee2.Name = "labelCanadaLabFee2";
			this.labelCanadaLabFee2.Size = new System.Drawing.Size(75, 20);
			this.labelCanadaLabFee2.TabIndex = 167;
			this.labelCanadaLabFee2.Text = "Lab Fee 2";
			this.labelCanadaLabFee2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// labelCanadaLabFee1
			// 
			this.labelCanadaLabFee1.Location = new System.Drawing.Point(340, 16);
			this.labelCanadaLabFee1.Name = "labelCanadaLabFee1";
			this.labelCanadaLabFee1.Size = new System.Drawing.Size(75, 20);
			this.labelCanadaLabFee1.TabIndex = 166;
			this.labelCanadaLabFee1.Text = "Lab Fee 1";
			this.labelCanadaLabFee1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// tabPageOrion
			// 
			this.tabPageOrion.Controls.Add(this.labelDPCpost);
			this.tabPageOrion.Controls.Add(this.comboDPCpost);
			this.tabPageOrion.Controls.Add(this.labelDPC);
			this.tabPageOrion.Controls.Add(this.labelScheduleBy);
			this.tabPageOrion.Controls.Add(this.labelDateSched);
			this.tabPageOrion.Controls.Add(this.checkIsRepair);
			this.tabPageOrion.Controls.Add(this.labelDateStop);
			this.tabPageOrion.Controls.Add(this.checkIsEffComm);
			this.tabPageOrion.Controls.Add(this.labelStatus);
			this.tabPageOrion.Controls.Add(this.checkIsOnCall);
			this.tabPageOrion.Controls.Add(this.comboStatus);
			this.tabPageOrion.Controls.Add(this.comboDPC);
			this.tabPageOrion.Controls.Add(this.textDateStop);
			this.tabPageOrion.Controls.Add(this.textDateScheduled);
			this.tabPageOrion.Location = new System.Drawing.Point(4, 22);
			this.tabPageOrion.Name = "tabPageOrion";
			this.tabPageOrion.Padding = new System.Windows.Forms.Padding(3);
			this.tabPageOrion.Size = new System.Drawing.Size(954, 218);
			this.tabPageOrion.TabIndex = 2;
			this.tabPageOrion.Text = "Orion";
			this.tabPageOrion.UseVisualStyleBackColor = true;
			// 
			// labelLocked
			// 
			this.labelLocked.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.labelLocked.ForeColor = System.Drawing.Color.DarkRed;
			this.labelLocked.Location = new System.Drawing.Point(834, 115);
			this.labelLocked.Name = "labelLocked";
			this.labelLocked.Size = new System.Drawing.Size(123, 18);
			this.labelLocked.TabIndex = 176;
			this.labelLocked.Text = "Locked";
			this.labelLocked.TextAlign = System.Drawing.ContentAlignment.BottomRight;
			this.labelLocked.Visible = false;
			// 
			// gridIns
			// 
			this.gridIns.HScrollVisible = false;
			this.gridIns.Location = new System.Drawing.Point(3, 32);
			this.gridIns.Name = "gridIns";
			this.gridIns.ScrollValue = 0;
			this.gridIns.Size = new System.Drawing.Size(949, 102);
			this.gridIns.TabIndex = 113;
			this.gridIns.Title = "Insurance Estimates and Payments";
			this.gridIns.TranslationName = "TableProcIns";
			this.gridIns.WrapText = false;
			this.gridIns.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridIns_CellDoubleClick);
			// 
			// label20
			// 
			this.label20.Location = new System.Drawing.Point(186, 7);
			this.label20.Name = "label20";
			this.label20.Size = new System.Drawing.Size(172, 20);
			this.label20.TabIndex = 178;
			this.label20.Text = "SNOMED CT Body Site";
			this.label20.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textSnomedBodySite
			// 
			this.textSnomedBodySite.Location = new System.Drawing.Point(361, 7);
			this.textSnomedBodySite.Name = "textSnomedBodySite";
			this.textSnomedBodySite.ReadOnly = true;
			this.textSnomedBodySite.Size = new System.Drawing.Size(272, 20);
			this.textSnomedBodySite.TabIndex = 177;
			// 
			// butSearch
			// 
			this.butSearch.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butSearch.Autosize = true;
			this.butSearch.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butSearch.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butSearch.CornerRadius = 4F;
			this.butSearch.Location = new System.Drawing.Point(443, 232);
			this.butSearch.Name = "butSearch";
			this.butSearch.Size = new System.Drawing.Size(59, 24);
			this.butSearch.TabIndex = 180;
			this.butSearch.Text = "Search";
			this.butSearch.Click += new System.EventHandler(this.butSearch_Click);
			// 
			// butLock
			// 
			this.butLock.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butLock.Autosize = true;
			this.butLock.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butLock.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butLock.CornerRadius = 4F;
			this.butLock.Location = new System.Drawing.Point(874, 91);
			this.butLock.Name = "butLock";
			this.butLock.Size = new System.Drawing.Size(80, 22);
			this.butLock.TabIndex = 178;
			this.butLock.Text = "Lock";
			this.butLock.Click += new System.EventHandler(this.butLock_Click);
			// 
			// butInvalidate
			// 
			this.butInvalidate.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butInvalidate.Autosize = true;
			this.butInvalidate.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butInvalidate.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butInvalidate.CornerRadius = 4F;
			this.butInvalidate.Location = new System.Drawing.Point(879, 77);
			this.butInvalidate.Name = "butInvalidate";
			this.butInvalidate.Size = new System.Drawing.Size(80, 22);
			this.butInvalidate.TabIndex = 179;
			this.butInvalidate.Text = "Invalidate";
			this.butInvalidate.Visible = false;
			this.butInvalidate.Click += new System.EventHandler(this.butInvalidate_Click);
			// 
			// butAppend
			// 
			this.butAppend.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butAppend.Autosize = true;
			this.butAppend.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butAppend.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butAppend.CornerRadius = 4F;
			this.butAppend.Location = new System.Drawing.Point(874, 136);
			this.butAppend.Name = "butAppend";
			this.butAppend.Size = new System.Drawing.Size(80, 22);
			this.butAppend.TabIndex = 177;
			this.butAppend.Text = "Append";
			this.butAppend.Visible = false;
			this.butAppend.Click += new System.EventHandler(this.butAppend_Click);
			// 
			// butAddEstimate
			// 
			this.butAddEstimate.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butAddEstimate.Autosize = true;
			this.butAddEstimate.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butAddEstimate.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butAddEstimate.CornerRadius = 4F;
			this.butAddEstimate.Image = global::OpenDental.Properties.Resources.Add;
			this.butAddEstimate.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.butAddEstimate.Location = new System.Drawing.Point(3, 6);
			this.butAddEstimate.Name = "butAddEstimate";
			this.butAddEstimate.Size = new System.Drawing.Size(111, 24);
			this.butAddEstimate.TabIndex = 60;
			this.butAddEstimate.Text = "Add Estimate";
			this.butAddEstimate.Click += new System.EventHandler(this.butAddEstimate_Click);
			// 
			// tbAdj
			// 
			this.tbAdj.BackColor = System.Drawing.SystemColors.Window;
			this.tbAdj.Location = new System.Drawing.Point(458, 137);
			this.tbAdj.Name = "tbAdj";
			this.tbAdj.ScrollValue = 33;
			this.tbAdj.SelectedIndices = new int[0];
			this.tbAdj.SelectionMode = System.Windows.Forms.SelectionMode.One;
			this.tbAdj.Size = new System.Drawing.Size(494, 72);
			this.tbAdj.TabIndex = 70;
			this.tbAdj.CellDoubleClicked += new OpenDental.ContrTable.CellEventHandler(this.tbAdj_CellDoubleClicked);
			// 
			// tbPay
			// 
			this.tbPay.BackColor = System.Drawing.SystemColors.Window;
			this.tbPay.Location = new System.Drawing.Point(2, 137);
			this.tbPay.Name = "tbPay";
			this.tbPay.ScrollValue = 33;
			this.tbPay.SelectedIndices = new int[0];
			this.tbPay.SelectionMode = System.Windows.Forms.SelectionMode.One;
			this.tbPay.Size = new System.Drawing.Size(449, 72);
			this.tbPay.TabIndex = 71;
			this.tbPay.CellDoubleClicked += new OpenDental.ContrTable.CellEventHandler(this.tbPay_CellDoubleClicked);
			// 
			// butAddAdjust
			// 
			this.butAddAdjust.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butAddAdjust.Autosize = true;
			this.butAddAdjust.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butAddAdjust.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butAddAdjust.CornerRadius = 4F;
			this.butAddAdjust.Image = global::OpenDental.Properties.Resources.Add;
			this.butAddAdjust.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.butAddAdjust.Location = new System.Drawing.Point(458, 6);
			this.butAddAdjust.Name = "butAddAdjust";
			this.butAddAdjust.Size = new System.Drawing.Size(126, 24);
			this.butAddAdjust.TabIndex = 72;
			this.butAddAdjust.Text = "Add Adjustment";
			this.butAddAdjust.Click += new System.EventHandler(this.butAddAdjust_Click);
			// 
			// butNoneSnomedBodySite
			// 
			this.butNoneSnomedBodySite.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butNoneSnomedBodySite.Autosize = true;
			this.butNoneSnomedBodySite.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butNoneSnomedBodySite.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butNoneSnomedBodySite.CornerRadius = 4F;
			this.butNoneSnomedBodySite.Location = new System.Drawing.Point(666, 6);
			this.butNoneSnomedBodySite.Name = "butNoneSnomedBodySite";
			this.butNoneSnomedBodySite.Size = new System.Drawing.Size(51, 22);
			this.butNoneSnomedBodySite.TabIndex = 180;
			this.butNoneSnomedBodySite.Text = "None";
			this.butNoneSnomedBodySite.Click += new System.EventHandler(this.butNoneSnomedBodySite_Click);
			// 
			// butSnomedBodySiteSelect
			// 
			this.butSnomedBodySiteSelect.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butSnomedBodySiteSelect.Autosize = true;
			this.butSnomedBodySiteSelect.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butSnomedBodySiteSelect.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butSnomedBodySiteSelect.CornerRadius = 4F;
			this.butSnomedBodySiteSelect.Location = new System.Drawing.Point(638, 6);
			this.butSnomedBodySiteSelect.Name = "butSnomedBodySiteSelect";
			this.butSnomedBodySiteSelect.Size = new System.Drawing.Size(22, 22);
			this.butSnomedBodySiteSelect.TabIndex = 179;
			this.butSnomedBodySiteSelect.Text = "...";
			this.butSnomedBodySiteSelect.Click += new System.EventHandler(this.butSnomedBodySiteSelect_Click);
			// 
			// butPickSite
			// 
			this.butPickSite.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butPickSite.Autosize = true;
			this.butPickSite.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butPickSite.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butPickSite.CornerRadius = 2F;
			this.butPickSite.Location = new System.Drawing.Point(273, 76);
			this.butPickSite.Name = "butPickSite";
			this.butPickSite.Size = new System.Drawing.Size(19, 21);
			this.butPickSite.TabIndex = 112;
			this.butPickSite.TabStop = false;
			this.butPickSite.Text = "...";
			this.butPickSite.Click += new System.EventHandler(this.butPickSite_Click);
			// 
			// textCanadaLabFee2
			// 
			this.textCanadaLabFee2.Location = new System.Drawing.Point(421, 37);
			this.textCanadaLabFee2.Name = "textCanadaLabFee2";
			this.textCanadaLabFee2.Size = new System.Drawing.Size(68, 20);
			this.textCanadaLabFee2.TabIndex = 165;
			// 
			// textCanadaLabFee1
			// 
			this.textCanadaLabFee1.Location = new System.Drawing.Point(421, 16);
			this.textCanadaLabFee1.Name = "textCanadaLabFee1";
			this.textCanadaLabFee1.Size = new System.Drawing.Size(68, 20);
			this.textCanadaLabFee1.TabIndex = 164;
			// 
			// textDateStop
			// 
			this.textDateStop.Location = new System.Drawing.Point(111, 89);
			this.textDateStop.Name = "textDateStop";
			this.textDateStop.Size = new System.Drawing.Size(76, 20);
			this.textDateStop.TabIndex = 10;
			// 
			// textDateScheduled
			// 
			this.textDateScheduled.Location = new System.Drawing.Point(111, 69);
			this.textDateScheduled.Name = "textDateScheduled";
			this.textDateScheduled.ReadOnly = true;
			this.textDateScheduled.Size = new System.Drawing.Size(76, 20);
			this.textDateScheduled.TabIndex = 9;
			// 
			// textClaimNote
			// 
			this.textClaimNote.AcceptsTab = true;
			this.textClaimNote.DetectUrls = false;
			this.textClaimNote.Location = new System.Drawing.Point(106, 364);
			this.textClaimNote.MaxLength = 80;
			this.textClaimNote.Name = "textClaimNote";
			this.textClaimNote.QuickPasteType = OpenDentBusiness.QuickPasteType.Procedure;
			this.textClaimNote.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical;
			this.textClaimNote.Size = new System.Drawing.Size(277, 43);
			this.textClaimNote.TabIndex = 173;
			this.textClaimNote.Text = "";
			// 
			// butReferral
			// 
			this.butReferral.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butReferral.Autosize = false;
			this.butReferral.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butReferral.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butReferral.CornerRadius = 2F;
			this.butReferral.Location = new System.Drawing.Point(707, 77);
			this.butReferral.Name = "butReferral";
			this.butReferral.Size = new System.Drawing.Size(18, 21);
			this.butReferral.TabIndex = 170;
			this.butReferral.Text = "...";
			this.butReferral.Click += new System.EventHandler(this.butReferral_Click);
			// 
			// butPickProv
			// 
			this.butPickProv.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butPickProv.Autosize = false;
			this.butPickProv.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butPickProv.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butPickProv.CornerRadius = 2F;
			this.butPickProv.Location = new System.Drawing.Point(265, 195);
			this.butPickProv.Name = "butPickProv";
			this.butPickProv.Size = new System.Drawing.Size(18, 21);
			this.butPickProv.TabIndex = 161;
			this.butPickProv.Text = "...";
			this.butPickProv.Click += new System.EventHandler(this.butPickProv_Click);
			// 
			// butTopazSign
			// 
			this.butTopazSign.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butTopazSign.Autosize = true;
			this.butTopazSign.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butTopazSign.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butTopazSign.CornerRadius = 4F;
			this.butTopazSign.Location = new System.Drawing.Point(873, 356);
			this.butTopazSign.Name = "butTopazSign";
			this.butTopazSign.Size = new System.Drawing.Size(81, 24);
			this.butTopazSign.TabIndex = 108;
			this.butTopazSign.Text = "Sign Topaz";
			this.butTopazSign.UseVisualStyleBackColor = true;
			this.butTopazSign.Click += new System.EventHandler(this.butTopazSign_Click);
			// 
			// buttonUseAutoNote
			// 
			this.buttonUseAutoNote.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.buttonUseAutoNote.Autosize = true;
			this.buttonUseAutoNote.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.buttonUseAutoNote.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.buttonUseAutoNote.CornerRadius = 4F;
			this.buttonUseAutoNote.Location = new System.Drawing.Point(622, 136);
			this.buttonUseAutoNote.Name = "buttonUseAutoNote";
			this.buttonUseAutoNote.Size = new System.Drawing.Size(80, 22);
			this.buttonUseAutoNote.TabIndex = 106;
			this.buttonUseAutoNote.Text = "Auto Note";
			this.buttonUseAutoNote.Click += new System.EventHandler(this.buttonUseAutoNote_Click);
			// 
			// sigBox
			// 
			this.sigBox.Location = new System.Drawing.Point(505, 325);
			this.sigBox.Name = "sigBox";
			this.sigBox.Size = new System.Drawing.Size(362, 79);
			this.sigBox.TabIndex = 86;
			this.sigBox.MouseUp += new System.Windows.Forms.MouseEventHandler(this.sigBox_MouseUp);
			// 
			// butClearSig
			// 
			this.butClearSig.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butClearSig.Autosize = true;
			this.butClearSig.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butClearSig.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butClearSig.CornerRadius = 4F;
			this.butClearSig.Location = new System.Drawing.Point(873, 325);
			this.butClearSig.Name = "butClearSig";
			this.butClearSig.Size = new System.Drawing.Size(81, 24);
			this.butClearSig.TabIndex = 85;
			this.butClearSig.Text = "Clear Sig";
			this.butClearSig.Click += new System.EventHandler(this.butClearSig_Click);
			// 
			// textDateOriginalProsth
			// 
			this.textDateOriginalProsth.Location = new System.Drawing.Point(91, 58);
			this.textDateOriginalProsth.Name = "textDateOriginalProsth";
			this.textDateOriginalProsth.Size = new System.Drawing.Size(73, 20);
			this.textDateOriginalProsth.TabIndex = 1;
			// 
			// textNotes
			// 
			this.textNotes.AcceptsTab = true;
			this.textNotes.BackColor = System.Drawing.SystemColors.Window;
			this.textNotes.DetectUrls = false;
			this.textNotes.Location = new System.Drawing.Point(504, 157);
			this.textNotes.Name = "textNotes";
			this.textNotes.QuickPasteType = OpenDentBusiness.QuickPasteType.Procedure;
			this.textNotes.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical;
			this.textNotes.Size = new System.Drawing.Size(450, 164);
			this.textNotes.TabIndex = 1;
			this.textNotes.Text = "";
			this.textNotes.TextChanged += new System.EventHandler(this.textNotes_TextChanged);
			// 
			// butSetComplete
			// 
			this.butSetComplete.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butSetComplete.Autosize = true;
			this.butSetComplete.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butSetComplete.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butSetComplete.CornerRadius = 4F;
			this.butSetComplete.Location = new System.Drawing.Point(643, 19);
			this.butSetComplete.Name = "butSetComplete";
			this.butSetComplete.Size = new System.Drawing.Size(79, 22);
			this.butSetComplete.TabIndex = 54;
			this.butSetComplete.Text = "Set Complete";
			this.butSetComplete.Click += new System.EventHandler(this.butSetComplete_Click);
			// 
			// butEditAnyway
			// 
			this.butEditAnyway.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butEditAnyway.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.butEditAnyway.Autosize = true;
			this.butEditAnyway.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butEditAnyway.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butEditAnyway.CornerRadius = 4F;
			this.butEditAnyway.Location = new System.Drawing.Point(594, 671);
			this.butEditAnyway.Name = "butEditAnyway";
			this.butEditAnyway.Size = new System.Drawing.Size(104, 24);
			this.butEditAnyway.TabIndex = 51;
			this.butEditAnyway.Text = "&Edit Anyway";
			this.butEditAnyway.Visible = false;
			this.butEditAnyway.Click += new System.EventHandler(this.butEditAnyway_Click);
			// 
			// butDelete
			// 
			this.butDelete.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.butDelete.Autosize = true;
			this.butDelete.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butDelete.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butDelete.CornerRadius = 4F;
			this.butDelete.Image = global::OpenDental.Properties.Resources.deleteX;
			this.butDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.butDelete.Location = new System.Drawing.Point(2, 671);
			this.butDelete.Name = "butDelete";
			this.butDelete.Size = new System.Drawing.Size(83, 24);
			this.butDelete.TabIndex = 8;
			this.butDelete.Text = "&Delete";
			this.butDelete.Click += new System.EventHandler(this.butDelete_Click);
			// 
			// butCancel
			// 
			this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.butCancel.Autosize = true;
			this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butCancel.CornerRadius = 4F;
			this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			this.butCancel.Location = new System.Drawing.Point(870, 671);
			this.butCancel.Name = "butCancel";
			this.butCancel.Size = new System.Drawing.Size(76, 24);
			this.butCancel.TabIndex = 13;
			this.butCancel.Text = "&Cancel";
			this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
			// 
			// butOK
			// 
			this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.butOK.Autosize = true;
			this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butOK.CornerRadius = 4F;
			this.butOK.Location = new System.Drawing.Point(779, 671);
			this.butOK.Name = "butOK";
			this.butOK.Size = new System.Drawing.Size(76, 24);
			this.butOK.TabIndex = 12;
			this.butOK.Text = "&OK";
			this.butOK.Click += new System.EventHandler(this.butOK_Click);
			// 
			// textDate
			// 
			this.textDate.Location = new System.Drawing.Point(106, 40);
			this.textDate.Name = "textDate";
			this.textDate.Size = new System.Drawing.Size(76, 20);
			this.textDate.TabIndex = 102;
			// 
			// butNow
			// 
			this.butNow.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butNow.Autosize = false;
			this.butNow.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butNow.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butNow.CornerRadius = 4F;
			this.butNow.Location = new System.Drawing.Point(369, 40);
			this.butNow.Name = "butNow";
			this.butNow.Size = new System.Drawing.Size(27, 20);
			this.butNow.TabIndex = 101;
			this.butNow.Text = "Now";
			this.butNow.UseVisualStyleBackColor = true;
			this.butNow.Visible = false;
			this.butNow.Click += new System.EventHandler(this.butNow_Click);
			// 
			// butD
			// 
			this.butD.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butD.Autosize = true;
			this.butD.BackColor = System.Drawing.SystemColors.Control;
			this.butD.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butD.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butD.CornerRadius = 4F;
			this.butD.Location = new System.Drawing.Point(61, 23);
			this.butD.Name = "butD";
			this.butD.Size = new System.Drawing.Size(24, 20);
			this.butD.TabIndex = 27;
			this.butD.Text = "D";
			this.butD.UseVisualStyleBackColor = false;
			this.butD.Click += new System.EventHandler(this.butD_Click);
			// 
			// butBF
			// 
			this.butBF.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butBF.Autosize = true;
			this.butBF.BackColor = System.Drawing.SystemColors.Control;
			this.butBF.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butBF.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butBF.CornerRadius = 4F;
			this.butBF.Location = new System.Drawing.Point(22, 3);
			this.butBF.Name = "butBF";
			this.butBF.Size = new System.Drawing.Size(28, 20);
			this.butBF.TabIndex = 28;
			this.butBF.Text = "B/F";
			this.butBF.UseVisualStyleBackColor = false;
			this.butBF.Click += new System.EventHandler(this.butBF_Click);
			// 
			// butL
			// 
			this.butL.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butL.Autosize = true;
			this.butL.BackColor = System.Drawing.SystemColors.Control;
			this.butL.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butL.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butL.CornerRadius = 4F;
			this.butL.Location = new System.Drawing.Point(32, 43);
			this.butL.Name = "butL";
			this.butL.Size = new System.Drawing.Size(24, 20);
			this.butL.TabIndex = 29;
			this.butL.Text = "L";
			this.butL.UseVisualStyleBackColor = false;
			this.butL.Click += new System.EventHandler(this.butL_Click);
			// 
			// butM
			// 
			this.butM.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butM.Autosize = true;
			this.butM.BackColor = System.Drawing.SystemColors.Control;
			this.butM.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butM.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butM.CornerRadius = 4F;
			this.butM.Location = new System.Drawing.Point(3, 23);
			this.butM.Name = "butM";
			this.butM.Size = new System.Drawing.Size(24, 20);
			this.butM.TabIndex = 25;
			this.butM.Text = "M";
			this.butM.UseVisualStyleBackColor = false;
			this.butM.Click += new System.EventHandler(this.butM_Click);
			// 
			// butV
			// 
			this.butV.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butV.Autosize = true;
			this.butV.BackColor = System.Drawing.SystemColors.Control;
			this.butV.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butV.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butV.CornerRadius = 4F;
			this.butV.Location = new System.Drawing.Point(50, 3);
			this.butV.Name = "butV";
			this.butV.Size = new System.Drawing.Size(17, 20);
			this.butV.TabIndex = 30;
			this.butV.Text = "V";
			this.butV.UseVisualStyleBackColor = false;
			this.butV.Click += new System.EventHandler(this.butV_Click);
			// 
			// butOI
			// 
			this.butOI.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butOI.Autosize = true;
			this.butOI.BackColor = System.Drawing.SystemColors.Control;
			this.butOI.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butOI.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butOI.CornerRadius = 4F;
			this.butOI.Location = new System.Drawing.Point(27, 23);
			this.butOI.Name = "butOI";
			this.butOI.Size = new System.Drawing.Size(34, 20);
			this.butOI.TabIndex = 26;
			this.butOI.Text = "O/I";
			this.butOI.UseVisualStyleBackColor = false;
			this.butOI.Click += new System.EventHandler(this.butOI_Click);
			// 
			// textDateTP
			// 
			this.textDateTP.Location = new System.Drawing.Point(106, 21);
			this.textDateTP.Name = "textDateTP";
			this.textDateTP.Size = new System.Drawing.Size(76, 20);
			this.textDateTP.TabIndex = 99;
			// 
			// textDateEntry
			// 
			this.textDateEntry.Location = new System.Drawing.Point(106, 1);
			this.textDateEntry.Name = "textDateEntry";
			this.textDateEntry.ReadOnly = true;
			this.textDateEntry.Size = new System.Drawing.Size(76, 20);
			this.textDateEntry.TabIndex = 95;
			// 
			// textProcFee
			// 
			this.textProcFee.Location = new System.Drawing.Point(106, 155);
			this.textProcFee.Name = "textProcFee";
			this.textProcFee.Size = new System.Drawing.Size(68, 20);
			this.textProcFee.TabIndex = 6;
			this.textProcFee.Validating += new System.ComponentModel.CancelEventHandler(this.textProcFee_Validating);
			// 
			// butChange
			// 
			this.butChange.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butChange.Autosize = true;
			this.butChange.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butChange.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butChange.CornerRadius = 4F;
			this.butChange.Location = new System.Drawing.Point(184, 61);
			this.butChange.Name = "butChange";
			this.butChange.Size = new System.Drawing.Size(74, 20);
			this.butChange.TabIndex = 37;
			this.butChange.Text = "C&hange";
			this.butChange.Click += new System.EventHandler(this.butChange_Click);
			// 
			// FormProcEdit
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.ClientSize = new System.Drawing.Size(962, 696);
			this.Controls.Add(this.butSearch);
			this.Controls.Add(this.butLock);
			this.Controls.Add(this.butInvalidate);
			this.Controls.Add(this.butAppend);
			this.Controls.Add(this.labelLocked);
			this.Controls.Add(this.tabControl);
			this.Controls.Add(this.labelClaimNote);
			this.Controls.Add(this.textClaimNote);
			this.Controls.Add(this.butReferral);
			this.Controls.Add(this.textReferral);
			this.Controls.Add(this.label13);
			this.Controls.Add(this.comboProcStatus);
			this.Controls.Add(this.comboProvNum);
			this.Controls.Add(this.checkHideGraphics);
			this.Controls.Add(this.butPickProv);
			this.Controls.Add(this.labelInvalidSig);
			this.Controls.Add(this.butTopazSign);
			this.Controls.Add(this.buttonUseAutoNote);
			this.Controls.Add(this.textUser);
			this.Controls.Add(this.comboDx);
			this.Controls.Add(this.comboPriority);
			this.Controls.Add(this.comboClinic);
			this.Controls.Add(this.labelClinic);
			this.Controls.Add(this.labelPriority);
			this.Controls.Add(this.labelDx);
			this.Controls.Add(this.label9);
			this.Controls.Add(this.sigBox);
			this.Controls.Add(this.butClearSig);
			this.Controls.Add(this.groupProsth);
			this.Controls.Add(this.textNotes);
			this.Controls.Add(this.label16);
			this.Controls.Add(this.label15);
			this.Controls.Add(this.labelIncomplete);
			this.Controls.Add(this.label7);
			this.Controls.Add(this.label14);
			this.Controls.Add(this.butSetComplete);
			this.Controls.Add(this.butEditAnyway);
			this.Controls.Add(this.butDelete);
			this.Controls.Add(this.butCancel);
			this.Controls.Add(this.butOK);
			this.Controls.Add(this.labelSetComplete);
			this.Controls.Add(this.labelClaim);
			this.Controls.Add(this.panel1);
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "FormProcEdit";
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "Procedure Info";
			this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormProcEdit_FormClosing);
			this.Load += new System.EventHandler(this.FormProcInfo_Load);
			this.groupQuadrant.ResumeLayout(false);
			this.groupArch.ResumeLayout(false);
			this.panelSurfaces.ResumeLayout(false);
			this.groupSextant.ResumeLayout(false);
			this.panel1.ResumeLayout(false);
			this.panel1.PerformLayout();
			this.groupProsth.ResumeLayout(false);
			this.groupProsth.PerformLayout();
			this.groupCanadianProcTypeCode.ResumeLayout(false);
			this.tabControl.ResumeLayout(false);
			this.tabPageFinancial.ResumeLayout(false);
			this.tabPageMedical.ResumeLayout(false);
			this.tabPageMedical.PerformLayout();
			this.tabPageMisc.ResumeLayout(false);
			this.tabPageMisc.PerformLayout();
			this.tabPageCanada.ResumeLayout(false);
			this.tabPageCanada.PerformLayout();
			this.tabPageOrion.ResumeLayout(false);
			this.tabPageOrion.PerformLayout();
			this.ResumeLayout(false);
			this.PerformLayout();

		}
		private void InitializeComponent() {
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormAnestheticRecord));
			this.labelVSM = new System.Windows.Forms.Label();
			this.labelVSMSerNum = new System.Windows.Forms.Label();
			this.richTextNotes = new System.Windows.Forms.RichTextBox();
			this.textEscortName = new System.Windows.Forms.TextBox();
			this.labelEscortName = new System.Windows.Forms.Label();
			this.textEscortRel = new System.Windows.Forms.TextBox();
			this.labelEscortRel = new System.Windows.Forms.Label();
			this.groupBoxSidebarRt = new System.Windows.Forms.GroupBox();
			this.labelAnesthScore = new System.Windows.Forms.Label();
			this.groupBoxMonitors = new System.Windows.Forms.GroupBox();
			this.checkMonTemp = new System.Windows.Forms.CheckBox();
			this.checkMonEKG = new System.Windows.Forms.CheckBox();
			this.checkMonPrecordial = new System.Windows.Forms.CheckBox();
			this.checkMonEtCO2 = new System.Windows.Forms.CheckBox();
			this.checkMonSpO2 = new System.Windows.Forms.CheckBox();
			this.checkMonBP = new System.Windows.Forms.CheckBox();
			this.labelEMod = new System.Windows.Forms.Label();
			this.comboASA_EModifier = new System.Windows.Forms.ComboBox();
			this.groupBoxIVSite = new System.Windows.Forms.GroupBox();
			this.radIVSideL = new System.Windows.Forms.RadioButton();
			this.radIVSideR = new System.Windows.Forms.RadioButton();
			this.labelGauge = new System.Windows.Forms.Label();
			this.labelIVGauge = new System.Windows.Forms.Label();
			this.comboIVGauge = new System.Windows.Forms.ComboBox();
			this.comboIVSite = new System.Windows.Forms.ComboBox();
			this.radIVSiteR = new System.Windows.Forms.RadioButton();
			this.radIVSiteL = new System.Windows.Forms.RadioButton();
			this.comboIVAtt = new System.Windows.Forms.ComboBox();
			this.labelIVAtt = new System.Windows.Forms.Label();
			this.groupBoxMedRoute = new System.Windows.Forms.GroupBox();
			this.radMedRouteRectal = new System.Windows.Forms.RadioButton();
			this.radMedRouteNasal = new System.Windows.Forms.RadioButton();
			this.radMedRouteIM = new System.Windows.Forms.RadioButton();
			this.radMedRoutePO = new System.Windows.Forms.RadioButton();
			this.radMedRouteIVButtFly = new System.Windows.Forms.RadioButton();
			this.radMedRouteIVCath = new System.Windows.Forms.RadioButton();
			this.groupBoxDeliveryMethod = new System.Windows.Forms.GroupBox();
			this.radRteETT = new System.Windows.Forms.RadioButton();
			this.radRteNasCan = new System.Windows.Forms.RadioButton();
			this.radRteNasHood = new System.Windows.Forms.RadioButton();
			this.labelLperMinN2O = new System.Windows.Forms.Label();
			this.labelLperMinO2 = new System.Windows.Forms.Label();
			this.butAnesthScore = new OpenDental.UI.Button();
			this.comboO2LMin = new System.Windows.Forms.ComboBox();
			this.labelIVFVol = new System.Windows.Forms.Label();
			this.textIVFVol = new System.Windows.Forms.TextBox();
			this.labelIVF = new System.Windows.Forms.Label();
			this.comboIVF = new System.Windows.Forms.ComboBox();
			this.labelInh = new System.Windows.Forms.Label();
			this.comboN2OLMin = new System.Windows.Forms.ComboBox();
			this.comboASA = new System.Windows.Forms.ComboBox();
			this.labelASA = new System.Windows.Forms.Label();
			this.groupBoxNotes = new System.Windows.Forms.GroupBox();
			this.groupBoxWgt = new System.Windows.Forms.GroupBox();
			this.radWgtUnitsKgs = new System.Windows.Forms.RadioButton();
			this.radWgtUnitsLbs = new System.Windows.Forms.RadioButton();
			this.groupBoxHgt = new System.Windows.Forms.GroupBox();
			this.radHgtUnitsCm = new System.Windows.Forms.RadioButton();
			this.radHgtUnitsIn = new System.Windows.Forms.RadioButton();
			this.label1 = new System.Windows.Forms.Label();
			this.comboNPOTime = new System.Windows.Forms.ComboBox();
			this.textPatHgt = new System.Windows.Forms.TextBox();
			this.labelPatWgt = new System.Windows.Forms.Label();
			this.labelPatHgt = new System.Windows.Forms.Label();
			this.textPatWgt = new System.Windows.Forms.TextBox();
			this.groupBoxHgtWgt = new System.Windows.Forms.GroupBox();
			this.labelEscortCellNum = new System.Windows.Forms.Label();
			this.textEscortCellNum = new System.Windows.Forms.TextBox();
			this.groupBoxVS = new System.Windows.Forms.GroupBox();
			this.gridVSData = new OpenDental.UI.ODGrid();
			this.textVSMSerNum = new System.Windows.Forms.TextBox();
			this.textVSMName = new System.Windows.Forms.TextBox();
			this.groupBoxTimes = new System.Windows.Forms.GroupBox();
			this.textAnesthOpen = new System.Windows.Forms.TextBox();
			this.butSurgClose = new OpenDental.UI.Button();
			this.textSurgClose = new System.Windows.Forms.TextBox();
			this.textAnesthClose = new System.Windows.Forms.TextBox();
			this.butAnesthOpen = new OpenDental.UI.Button();
			this.butAnesthClose = new OpenDental.UI.Button();
			this.butSurgOpen = new OpenDental.UI.Button();
			this.textSurgOpen = new System.Windows.Forms.TextBox();
			this.labelIVAnesthetics = new System.Windows.Forms.Label();
			this.labelAsst = new System.Windows.Forms.Label();
			this.comboCirc = new System.Windows.Forms.ComboBox();
			this.labelCirc = new System.Windows.Forms.Label();
			this.comboAsst = new System.Windows.Forms.ComboBox();
			this.listAnesthetics = new System.Windows.Forms.ListBox();
			this.labelAnesthMed = new System.Windows.Forms.Label();
			this.groupBoxDoseCalc = new System.Windows.Forms.GroupBox();
			this.butDose20 = new OpenDental.UI.Button();
			this.labelInstrux = new System.Windows.Forms.Label();
			this.butDose10 = new OpenDental.UI.Button();
			this.butDose7 = new OpenDental.UI.Button();
			this.butDose8 = new OpenDental.UI.Button();
			this.butDose9 = new OpenDental.UI.Button();
			this.butDose6 = new OpenDental.UI.Button();
			this.butDose5 = new OpenDental.UI.Button();
			this.butDose4 = new OpenDental.UI.Button();
			this.butDose3 = new OpenDental.UI.Button();
			this.butDose2 = new OpenDental.UI.Button();
			this.butDose1 = new OpenDental.UI.Button();
			this.butDose0 = new OpenDental.UI.Button();
			this.butDose25 = new OpenDental.UI.Button();
			this.butDose50 = new OpenDental.UI.Button();
			this.butDoseEnter = new OpenDental.UI.Button();
			this.butDoseDecPoint = new OpenDental.UI.Button();
			this.comboAnesthMed = new System.Windows.Forms.ComboBox();
			this.comboSurgeon = new System.Windows.Forms.ComboBox();
			this.labelSurgeon = new System.Windows.Forms.Label();
			this.comboAnesthetist = new System.Windows.Forms.ComboBox();
			this.textAnesthDose = new System.Windows.Forms.TextBox();
			this.labelDose = new System.Windows.Forms.Label();
			this.labelAnesthetist = new System.Windows.Forms.Label();
			this.textPatient = new System.Windows.Forms.TextBox();
			this.labelPatient = new System.Windows.Forms.Label();
			this.labelPatID = new System.Windows.Forms.Label();
			this.textPatID = new System.Windows.Forms.TextBox();
			this.groupBoxAnesthMeds = new System.Windows.Forms.GroupBox();
			this.gridAnesthMeds = new OpenDental.UI.ODGrid();
			this.butAddAnesthetic = new OpenDental.UI.Button();
			this.butDelAnesthetic = new OpenDental.UI.Button();
			this.labelInvalidSig = new System.Windows.Forms.Label();
			this.menuStrip1 = new System.Windows.Forms.MenuStrip();
			this.filesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.selectPatientToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
			this.saveToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
			this.saveAndCloseToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
			this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
			this.printToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
			this.exitToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
			this.reportsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.addEditSuppliersToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
			this.checkInventoryToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
			this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
			this.providersToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.checkInventoryLevelsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.suppliersToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.butOK = new OpenDental.UI.Button();
			this.butCancel = new OpenDental.UI.Button();
			this.sigBox = new OpenDental.UI.SignatureBox();
			this.butSignTopaz = new OpenDental.UI.Button();
			this.butClose = new OpenDental.UI.Button();
			this.butClearSig = new OpenDental.UI.Button();
			this.groupBoxSidebarRt.SuspendLayout();
			this.groupBoxMonitors.SuspendLayout();
			this.groupBoxIVSite.SuspendLayout();
			this.groupBoxMedRoute.SuspendLayout();
			this.groupBoxDeliveryMethod.SuspendLayout();
			this.groupBoxNotes.SuspendLayout();
			this.groupBoxWgt.SuspendLayout();
			this.groupBoxHgt.SuspendLayout();
			this.groupBoxHgtWgt.SuspendLayout();
			this.groupBoxVS.SuspendLayout();
			this.groupBoxTimes.SuspendLayout();
			this.groupBoxDoseCalc.SuspendLayout();
			this.groupBoxAnesthMeds.SuspendLayout();
			this.menuStrip1.SuspendLayout();
			this.SuspendLayout();
			// 
			// labelVSM
			// 
			this.labelVSM.AutoSize = true;
			this.labelVSM.Location = new System.Drawing.Point(72,22);
			this.labelVSM.Name = "labelVSM";
			this.labelVSM.Size = new System.Drawing.Size(92,13);
			this.labelVSM.TabIndex = 80;
			this.labelVSM.Text = "Vital Sign Monitor:";
			// 
			// labelVSMSerNum
			// 
			this.labelVSMSerNum.AutoSize = true;
			this.labelVSMSerNum.Location = new System.Drawing.Point(295,22);
			this.labelVSMSerNum.Name = "labelVSMSerNum";
			this.labelVSMSerNum.Size = new System.Drawing.Size(46,13);
			this.labelVSMSerNum.TabIndex = 81;
			this.labelVSMSerNum.Text = "Serial #:";
			// 
			// richTextNotes
			// 
			this.richTextNotes.Location = new System.Drawing.Point(23,19);
			this.richTextNotes.Name = "richTextNotes";
			this.richTextNotes.Size = new System.Drawing.Size(180,136);
			this.richTextNotes.TabIndex = 67;
			this.richTextNotes.Text = "";
			this.richTextNotes.TextChanged += new System.EventHandler(this.richTextNotes_TextChanged);
			// 
			// textEscortName
			// 
			this.textEscortName.Location = new System.Drawing.Point(88,17);
			this.textEscortName.MaxLength = 32;
			this.textEscortName.Name = "textEscortName";
			this.textEscortName.Size = new System.Drawing.Size(170,20);
			this.textEscortName.TabIndex = 79;
			// 
			// labelEscortName
			// 
			this.labelEscortName.AutoSize = true;
			this.labelEscortName.Location = new System.Drawing.Point(13,21);
			this.labelEscortName.Name = "labelEscortName";
			this.labelEscortName.Size = new System.Drawing.Size(66,13);
			this.labelEscortName.TabIndex = 77;
			this.labelEscortName.Text = "Escort name";
			// 
			// textEscortRel
			// 
			this.textEscortRel.Location = new System.Drawing.Point(88,63);
			this.textEscortRel.MaxLength = 16;
			this.textEscortRel.Name = "textEscortRel";
			this.textEscortRel.Size = new System.Drawing.Size(170,20);
			this.textEscortRel.TabIndex = 81;
			// 
			// labelEscortRel
			// 
			this.labelEscortRel.AutoSize = true;
			this.labelEscortRel.Location = new System.Drawing.Point(15,66);
			this.labelEscortRel.Name = "labelEscortRel";
			this.labelEscortRel.Size = new System.Drawing.Size(65,13);
			this.labelEscortRel.TabIndex = 82;
			this.labelEscortRel.Text = "Relationship";
			// 
			// groupBoxSidebarRt
			// 
			this.groupBoxSidebarRt.Controls.Add(this.labelAnesthScore);
			this.groupBoxSidebarRt.Controls.Add(this.groupBoxMonitors);
			this.groupBoxSidebarRt.Controls.Add(this.labelEMod);
			this.groupBoxSidebarRt.Controls.Add(this.comboASA_EModifier);
			this.groupBoxSidebarRt.Controls.Add(this.groupBoxIVSite);
			this.groupBoxSidebarRt.Controls.Add(this.groupBoxMedRoute);
			this.groupBoxSidebarRt.Controls.Add(this.groupBoxDeliveryMethod);
			this.groupBoxSidebarRt.Controls.Add(this.labelLperMinN2O);
			this.groupBoxSidebarRt.Controls.Add(this.labelLperMinO2);
			this.groupBoxSidebarRt.Controls.Add(this.butAnesthScore);
			this.groupBoxSidebarRt.Controls.Add(this.comboO2LMin);
			this.groupBoxSidebarRt.Controls.Add(this.labelIVFVol);
			this.groupBoxSidebarRt.Controls.Add(this.textIVFVol);
			this.groupBoxSidebarRt.Controls.Add(this.labelIVF);
			this.groupBoxSidebarRt.Controls.Add(this.comboIVF);
			this.groupBoxSidebarRt.Controls.Add(this.labelInh);
			this.groupBoxSidebarRt.Controls.Add(this.comboN2OLMin);
			this.groupBoxSidebarRt.Controls.Add(this.comboASA);
			this.groupBoxSidebarRt.Controls.Add(this.labelASA);
			this.groupBoxSidebarRt.Location = new System.Drawing.Point(612,35);
			this.groupBoxSidebarRt.Name = "groupBoxSidebarRt";
			this.groupBoxSidebarRt.Size = new System.Drawing.Size(260,554);
			this.groupBoxSidebarRt.TabIndex = 136;
			this.groupBoxSidebarRt.TabStop = false;
			this.groupBoxSidebarRt.Enter += new System.EventHandler(this.groupBox1_Enter);
			// 
			// labelAnesthScore
			// 
			this.labelAnesthScore.AutoSize = true;
			this.labelAnesthScore.Font = new System.Drawing.Font("Microsoft Sans Serif",16F,System.Drawing.FontStyle.Bold,System.Drawing.GraphicsUnit.Point,((byte)(0)));
			this.labelAnesthScore.ForeColor = System.Drawing.Color.DarkRed;
			this.labelAnesthScore.Location = new System.Drawing.Point(190,513);
			this.labelAnesthScore.Name = "labelAnesthScore";
			this.labelAnesthScore.Size = new System.Drawing.Size(25,26);
			this.labelAnesthScore.TabIndex = 66;
			this.labelAnesthScore.Text = "0";
			this.labelAnesthScore.Click += new System.EventHandler(this.labelAnesthScore_Click);
			// 
			// groupBoxMonitors
			// 
			this.groupBoxMonitors.Controls.Add(this.checkMonTemp);
			this.groupBoxMonitors.Controls.Add(this.checkMonEKG);
			this.groupBoxMonitors.Controls.Add(this.checkMonPrecordial);
			this.groupBoxMonitors.Controls.Add(this.checkMonEtCO2);
			this.groupBoxMonitors.Controls.Add(this.checkMonSpO2);
			this.groupBoxMonitors.Controls.Add(this.checkMonBP);
			this.groupBoxMonitors.Location = new System.Drawing.Point(9,429);
			this.groupBoxMonitors.Name = "groupBoxMonitors";
			this.groupBoxMonitors.Size = new System.Drawing.Size(226,62);
			this.groupBoxMonitors.TabIndex = 58;
			this.groupBoxMonitors.TabStop = false;
			this.groupBoxMonitors.Text = "Monitors";
			// 
			// checkMonTemp
			// 
			this.checkMonTemp.AutoSize = true;
			this.checkMonTemp.Location = new System.Drawing.Point(167,35);
			this.checkMonTemp.Name = "checkMonTemp";
			this.checkMonTemp.Size = new System.Drawing.Size(53,17);
			this.checkMonTemp.TabIndex = 64;
			this.checkMonTemp.Text = "Temp";
			this.checkMonTemp.UseVisualStyleBackColor = true;
			// 
			// checkMonEKG
			// 
			this.checkMonEKG.AutoSize = true;
			this.checkMonEKG.Location = new System.Drawing.Point(115,17);
			this.checkMonEKG.Name = "checkMonEKG";
			this.checkMonEKG.Size = new System.Drawing.Size(48,17);
			this.checkMonEKG.TabIndex = 61;
			this.checkMonEKG.Text = "EKG";
			this.checkMonEKG.UseVisualStyleBackColor = true;
			// 
			// checkMonPrecordial
			// 
			this.checkMonPrecordial.AutoSize = true;
			this.checkMonPrecordial.Location = new System.Drawing.Point(14,35);
			this.checkMonPrecordial.Name = "checkMonPrecordial";
			this.checkMonPrecordial.Size = new System.Drawing.Size(134,17);
			this.checkMonPrecordial.TabIndex = 63;
			this.checkMonPrecordial.Text = "Precordial stethoscope";
			this.checkMonPrecordial.UseVisualStyleBackColor = true;
			// 
			// checkMonEtCO2
			// 
			this.checkMonEtCO2.AutoSize = true;
			this.checkMonEtCO2.Location = new System.Drawing.Point(167,17);
			this.checkMonEtCO2.Name = "checkMonEtCO2";
			this.checkMonEtCO2.Size = new System.Drawing.Size(57,17);
			this.checkMonEtCO2.TabIndex = 62;
			this.checkMonEtCO2.Text = "EtCO2";
			this.checkMonEtCO2.UseVisualStyleBackColor = true;
			// 
			// checkMonSpO2
			// 
			this.checkMonSpO2.AutoSize = true;
			this.checkMonSpO2.Location = new System.Drawing.Point(57,17);
			this.checkMonSpO2.Name = "checkMonSpO2";
			this.checkMonSpO2.Size = new System.Drawing.Size(53,17);
			this.checkMonSpO2.TabIndex = 60;
			this.checkMonSpO2.Text = "SpO2";
			this.checkMonSpO2.UseVisualStyleBackColor = true;
			// 
			// checkMonBP
			// 
			this.checkMonBP.AutoSize = true;
			this.checkMonBP.Location = new System.Drawing.Point(14,17);
			this.checkMonBP.Name = "checkMonBP";
			this.checkMonBP.Size = new System.Drawing.Size(40,17);
			this.checkMonBP.TabIndex = 59;
			this.checkMonBP.Text = "BP";
			this.checkMonBP.UseVisualStyleBackColor = true;
			this.checkMonBP.CheckedChanged += new System.EventHandler(this.checkBP_CheckedChanged);
			// 
			// labelEMod
			// 
			this.labelEMod.AutoSize = true;
			this.labelEMod.Location = new System.Drawing.Point(146,36);
			this.labelEMod.Name = "labelEMod";
			this.labelEMod.Size = new System.Drawing.Size(54,13);
			this.labelEMod.TabIndex = 26;
			this.labelEMod.Text = "E Modifier";
			// 
			// comboASA_EModifier
			// 
			this.comboASA_EModifier.AutoCompleteCustomSource.AddRange(new string[] {
            "",
            "E"});
			this.comboASA_EModifier.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboASA_EModifier.FormattingEnabled = true;
			this.comboASA_EModifier.Items.AddRange(new object[] {
            "",
            "E"});
			this.comboASA_EModifier.Location = new System.Drawing.Point(93,32);
			this.comboASA_EModifier.Name = "comboASA_EModifier";
			this.comboASA_EModifier.Size = new System.Drawing.Size(50,21);
			this.comboASA_EModifier.TabIndex = 25;
			// 
			// groupBoxIVSite
			// 
			this.groupBoxIVSite.Controls.Add(this.radIVSideL);
			this.groupBoxIVSite.Controls.Add(this.radIVSideR);
			this.groupBoxIVSite.Controls.Add(this.labelGauge);
			this.groupBoxIVSite.Controls.Add(this.labelIVGauge);
			this.groupBoxIVSite.Controls.Add(this.comboIVGauge);
			this.groupBoxIVSite.Controls.Add(this.comboIVSite);
			this.groupBoxIVSite.Controls.Add(this.radIVSiteR);
			this.groupBoxIVSite.Controls.Add(this.radIVSiteL);
			this.groupBoxIVSite.Controls.Add(this.comboIVAtt);
			this.groupBoxIVSite.Controls.Add(this.labelIVAtt);
			this.groupBoxIVSite.Location = new System.Drawing.Point(17,287);
			this.groupBoxIVSite.Name = "groupBoxIVSite";
			this.groupBoxIVSite.Size = new System.Drawing.Size(218,82);
			this.groupBoxIVSite.TabIndex = 45;
			this.groupBoxIVSite.TabStop = false;
			this.groupBoxIVSite.Text = "IV Site";
			// 
			// radIVSideL
			// 
			this.radIVSideL.AutoSize = true;
			this.radIVSideL.Location = new System.Drawing.Point(69,49);
			this.radIVSideL.Name = "radIVSideL";
			this.radIVSideL.Size = new System.Drawing.Size(43,17);
			this.radIVSideL.TabIndex = 50;
			this.radIVSideL.TabStop = true;
			this.radIVSideL.Text = "Left";
			this.radIVSideL.UseVisualStyleBackColor = true;
			// 
			// radIVSideR
			// 
			this.radIVSideR.AutoSize = true;
			this.radIVSideR.Location = new System.Drawing.Point(19,49);
			this.radIVSideR.Name = "radIVSideR";
			this.radIVSideR.Size = new System.Drawing.Size(50,17);
			this.radIVSideR.TabIndex = 49;
			this.radIVSideR.TabStop = true;
			this.radIVSideR.Text = "Right";
			this.radIVSideR.UseVisualStyleBackColor = true;
			// 
			// labelGauge
			// 
			this.labelGauge.AutoSize = true;
			this.labelGauge.Location = new System.Drawing.Point(183,25);
			this.labelGauge.Name = "labelGauge";
			this.labelGauge.Size = new System.Drawing.Size(22,13);
			this.labelGauge.TabIndex = 53;
			this.labelGauge.Text = "ga.";
			// 
			// labelIVGauge
			// 
			this.labelIVGauge.AutoSize = true;
			this.labelIVGauge.Location = new System.Drawing.Point(138,0);
			this.labelIVGauge.Name = "labelIVGauge";
			this.labelIVGauge.Size = new System.Drawing.Size(39,13);
			this.labelIVGauge.TabIndex = 46;
			this.labelIVGauge.Text = "Gauge";
			// 
			// comboIVGauge
			// 
			this.comboIVGauge.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboIVGauge.FormattingEnabled = true;
			this.comboIVGauge.Items.AddRange(new object[] {
            "",
            "22",
            "21",
            "20",
            "18"});
			this.comboIVGauge.Location = new System.Drawing.Point(136,21);
			this.comboIVGauge.Name = "comboIVGauge";
			this.comboIVGauge.Size = new System.Drawing.Size(41,21);
			this.comboIVGauge.TabIndex = 48;
			// 
			// comboIVSite
			// 
			this.comboIVSite.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboIVSite.FormattingEnabled = true;
			this.comboIVSite.Items.AddRange(new object[] {
            "",
            "Antecubital fossa",
            "Forearm (dorsal)",
            "Forearm (ventral)",
            "Hand",
            "Wrist",
            "Other (list in Notes)"});
			this.comboIVSite.Location = new System.Drawing.Point(9,21);
			this.comboIVSite.Name = "comboIVSite";
			this.comboIVSite.Size = new System.Drawing.Size(119,21);
			this.comboIVSite.TabIndex = 47;
			this.comboIVSite.SelectedIndexChanged += new System.EventHandler(this.comboIVSite_SelectedIndexChanged);
			// 
			// radIVSiteR
			// 
			this.radIVSiteR.AutoSize = true;
			this.radIVSiteR.Location = new System.Drawing.Point(10,90);
			this.radIVSiteR.Name = "radIVSiteR";
			this.radIVSiteR.Size = new System.Drawing.Size(50,17);
			this.radIVSiteR.TabIndex = 133;
			this.radIVSiteR.TabStop = true;
			this.radIVSiteR.Text = "Right";
			this.radIVSiteR.UseVisualStyleBackColor = true;
			// 
			// radIVSiteL
			// 
			this.radIVSiteL.AutoSize = true;
			this.radIVSiteL.Location = new System.Drawing.Point(80,90);
			this.radIVSiteL.Name = "radIVSiteL";
			this.radIVSiteL.Size = new System.Drawing.Size(43,17);
			this.radIVSiteL.TabIndex = 154;
			this.radIVSiteL.TabStop = true;
			this.radIVSiteL.Text = "Left";
			this.radIVSiteL.UseVisualStyleBackColor = true;
			// 
			// comboIVAtt
			// 
			this.comboIVAtt.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboIVAtt.FormattingEnabled = true;
			this.comboIVAtt.Items.AddRange(new object[] {
            "",
            "1",
            "2",
            "3",
            "4",
            "5"});
			this.comboIVAtt.Location = new System.Drawing.Point(136,47);
			this.comboIVAtt.Name = "comboIVAtt";
			this.comboIVAtt.Size = new System.Drawing.Size(30,21);
			this.comboIVAtt.TabIndex = 51;
			// 
			// labelIVAtt
			// 
			this.labelIVAtt.AutoSize = true;
			this.labelIVAtt.Location = new System.Drawing.Point(167,52);
			this.labelIVAtt.Name = "labelIVAtt";
			this.labelIVAtt.Size = new System.Drawing.Size(48,13);
			this.labelIVAtt.TabIndex = 52;
			this.labelIVAtt.Text = "Attempts";
			// 
			// groupBoxMedRoute
			// 
			this.groupBoxMedRoute.Controls.Add(this.radMedRouteRectal);
			this.groupBoxMedRoute.Controls.Add(this.radMedRouteNasal);
			this.groupBoxMedRoute.Controls.Add(this.radMedRouteIM);
			this.groupBoxMedRoute.Controls.Add(this.radMedRoutePO);
			this.groupBoxMedRoute.Controls.Add(this.radMedRouteIVButtFly);
			this.groupBoxMedRoute.Controls.Add(this.radMedRouteIVCath);
			this.groupBoxMedRoute.Location = new System.Drawing.Point(43,203);
			this.groupBoxMedRoute.Name = "groupBoxMedRoute";
			this.groupBoxMedRoute.Size = new System.Drawing.Size(165,78);
			this.groupBoxMedRoute.TabIndex = 38;
			this.groupBoxMedRoute.TabStop = false;
			this.groupBoxMedRoute.Text = "Administration Route";
			// 
			// radMedRouteRectal
			// 
			this.radMedRouteRectal.AutoSize = true;
			this.radMedRouteRectal.Location = new System.Drawing.Point(84,50);
			this.radMedRouteRectal.Name = "radMedRouteRectal";
			this.radMedRouteRectal.Size = new System.Drawing.Size(56,17);
			this.radMedRouteRectal.TabIndex = 44;
			this.radMedRouteRectal.TabStop = true;
			this.radMedRouteRectal.Text = "Rectal";
			this.radMedRouteRectal.UseVisualStyleBackColor = true;
			// 
			// radMedRouteNasal
			// 
			this.radMedRouteNasal.AutoSize = true;
			this.radMedRouteNasal.Location = new System.Drawing.Point(6,50);
			this.radMedRouteNasal.Name = "radMedRouteNasal";
			this.radMedRouteNasal.Size = new System.Drawing.Size(52,17);
			this.radMedRouteNasal.TabIndex = 43;
			this.radMedRouteNasal.TabStop = true;
			this.radMedRouteNasal.Text = "Nasal";
			this.radMedRouteNasal.UseVisualStyleBackColor = true;
			// 
			// radMedRouteIM
			// 
			this.radMedRouteIM.AutoSize = true;
			this.radMedRouteIM.Location = new System.Drawing.Point(84,34);
			this.radMedRouteIM.Name = "radMedRouteIM";
			this.radMedRouteIM.Size = new System.Drawing.Size(37,17);
			this.radMedRouteIM.TabIndex = 42;
			this.radMedRouteIM.TabStop = true;
			this.radMedRouteIM.Text = "IM";
			this.radMedRouteIM.UseVisualStyleBackColor = true;
			// 
			// radMedRoutePO
			// 
			this.radMedRoutePO.AutoSize = true;
			this.radMedRoutePO.Location = new System.Drawing.Point(6,34);
			this.radMedRoutePO.Name = "radMedRoutePO";
			this.radMedRoutePO.Size = new System.Drawing.Size(40,17);
			this.radMedRoutePO.TabIndex = 41;
			this.radMedRoutePO.TabStop = true;
			this.radMedRoutePO.Text = "PO";
			this.radMedRoutePO.UseVisualStyleBackColor = true;
			// 
			// radMedRouteIVButtFly
			// 
			this.radMedRouteIVButtFly.AutoSize = true;
			this.radMedRouteIVButtFly.Location = new System.Drawing.Point(84,17);
			this.radMedRouteIVButtFly.Name = "radMedRouteIVButtFly";
			this.radMedRouteIVButtFly.Size = new System.Drawing.Size(76,17);
			this.radMedRouteIVButtFly.TabIndex = 40;
			this.radMedRouteIVButtFly.TabStop = true;
			this.radMedRouteIVButtFly.Text = "IV Butterfly";
			this.radMedRouteIVButtFly.UseVisualStyleBackColor = true;
			// 
			// radMedRouteIVCath
			// 
			this.radMedRouteIVCath.AutoSize = true;
			this.radMedRouteIVCath.Location = new System.Drawing.Point(6,17);
			this.radMedRouteIVCath.Name = "radMedRouteIVCath";
			this.radMedRouteIVCath.Size = new System.Drawing.Size(78,17);
			this.radMedRouteIVCath.TabIndex = 39;
			this.radMedRouteIVCath.TabStop = true;
			this.radMedRouteIVCath.Text = "IV Catheter";
			this.radMedRouteIVCath.UseVisualStyleBackColor = true;
			// 
			// groupBoxDeliveryMethod
			// 
			this.groupBoxDeliveryMethod.Controls.Add(this.radRteETT);
			this.groupBoxDeliveryMethod.Controls.Add(this.radRteNasCan);
			this.groupBoxDeliveryMethod.Controls.Add(this.radRteNasHood);
			this.groupBoxDeliveryMethod.Location = new System.Drawing.Point(43,125);
			this.groupBoxDeliveryMethod.Name = "groupBoxDeliveryMethod";
			this.groupBoxDeliveryMethod.Size = new System.Drawing.Size(124,72);
			this.groupBoxDeliveryMethod.TabIndex = 34;
			this.groupBoxDeliveryMethod.TabStop = false;
			this.groupBoxDeliveryMethod.Text = "Delivery method";
			// 
			// radRteETT
			// 
			this.radRteETT.AutoSize = true;
			this.radRteETT.Location = new System.Drawing.Point(8,47);
			this.radRteETT.Name = "radRteETT";
			this.radRteETT.Size = new System.Drawing.Size(112,17);
			this.radRteETT.TabIndex = 37;
			this.radRteETT.TabStop = true;
			this.radRteETT.Text = "Endotracheal tube";
			this.radRteETT.UseVisualStyleBackColor = true;
			// 
			// radRteNasCan
			// 
			this.radRteNasCan.AutoSize = true;
			this.radRteNasCan.Location = new System.Drawing.Point(8,15);
			this.radRteNasCan.Name = "radRteNasCan";
			this.radRteNasCan.Size = new System.Drawing.Size(93,17);
			this.radRteNasCan.TabIndex = 35;
			this.radRteNasCan.TabStop = true;
			this.radRteNasCan.Text = "Nasal cannula";
			this.radRteNasCan.UseVisualStyleBackColor = true;
			// 
			// radRteNasHood
			// 
			this.radRteNasHood.AutoSize = true;
			this.radRteNasHood.Location = new System.Drawing.Point(8,31);
			this.radRteNasHood.Name = "radRteNasHood";
			this.radRteNasHood.Size = new System.Drawing.Size(79,17);
			this.radRteNasHood.TabIndex = 36;
			this.radRteNasHood.TabStop = true;
			this.radRteNasHood.Text = "Nasal hood";
			this.radRteNasHood.UseVisualStyleBackColor = true;
			// 
			// labelLperMinN2O
			// 
			this.labelLperMinN2O.AutoSize = true;
			this.labelLperMinN2O.Location = new System.Drawing.Point(97,101);
			this.labelLperMinN2O.Name = "labelLperMinN2O";
			this.labelLperMinN2O.Size = new System.Drawing.Size(59,13);
			this.labelLperMinN2O.TabIndex = 33;
			this.labelLperMinN2O.Text = "N2O L/min";
			// 
			// labelLperMinO2
			// 
			this.labelLperMinO2.AutoSize = true;
			this.labelLperMinO2.Location = new System.Drawing.Point(96,79);
			this.labelLperMinO2.Name = "labelLperMinO2";
			this.labelLperMinO2.Size = new System.Drawing.Size(51,13);
			this.labelLperMinO2.TabIndex = 30;
			this.labelLperMinO2.Text = "O2 L/min";
			// 
			// butAnesthScore
			// 
			this.butAnesthScore.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butAnesthScore.Autosize = true;
			this.butAnesthScore.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butAnesthScore.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butAnesthScore.CornerRadius = 4F;
			this.butAnesthScore.Location = new System.Drawing.Point(37,515);
			this.butAnesthScore.Name = "butAnesthScore";
			this.butAnesthScore.Size = new System.Drawing.Size(131,26);
			this.butAnesthScore.TabIndex = 65;
			this.butAnesthScore.Text = "Post-anesthesia score";
			this.butAnesthScore.UseVisualStyleBackColor = true;
			this.butAnesthScore.Click += new System.EventHandler(this.butAnesthScore_Click);
			// 
			// comboO2LMin
			// 
			this.comboO2LMin.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboO2LMin.FormattingEnabled = true;
			this.comboO2LMin.Items.AddRange(new object[] {
            "",
            "1",
            "2",
            "3",
            "4",
            "5"});
			this.comboO2LMin.Location = new System.Drawing.Point(47,75);
			this.comboO2LMin.Name = "comboO2LMin";
			this.comboO2LMin.Size = new System.Drawing.Size(40,21);
			this.comboO2LMin.TabIndex = 29;
			// 
			// labelIVFVol
			// 
			this.labelIVFVol.AutoSize = true;
			this.labelIVFVol.Location = new System.Drawing.Point(211,396);
			this.labelIVFVol.Name = "labelIVFVol";
			this.labelIVFVol.Size = new System.Drawing.Size(21,13);
			this.labelIVFVol.TabIndex = 57;
			this.labelIVFVol.Text = "mL";
			// 
			// textIVFVol
			// 
			this.textIVFVol.Location = new System.Drawing.Point(155,393);
			this.textIVFVol.MaxLength = 5;
			this.textIVFVol.Name = "textIVFVol";
			this.textIVFVol.Size = new System.Drawing.Size(51,20);
			this.textIVFVol.TabIndex = 56;
			this.textIVFVol.TextChanged += new System.EventHandler(this.textIVFVol_TextChanged);
			// 
			// labelIVF
			// 
			this.labelIVF.AutoSize = true;
			this.labelIVF.Location = new System.Drawing.Point(24,376);
			this.labelIVF.Name = "labelIVF";
			this.labelIVF.Size = new System.Drawing.Size(42,13);
			this.labelIVF.TabIndex = 54;
			this.labelIVF.Text = "IV Fluid";
			// 
			// comboIVF
			// 
			this.comboIVF.AutoCompleteCustomSource.AddRange(new string[] {
            "D5(1/2)NS"});
			this.comboIVF.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboIVF.FormattingEnabled = true;
			this.comboIVF.Items.AddRange(new object[] {
            "",
            "D5(1/2)NS",
            "D5NS",
            "D5LR",
            "D5W",
            "LR",
            "NS"});
			this.comboIVF.Location = new System.Drawing.Point(28,393);
			this.comboIVF.Name = "comboIVF";
			this.comboIVF.Size = new System.Drawing.Size(119,21);
			this.comboIVF.TabIndex = 55;
			// 
			// labelInh
			// 
			this.labelInh.AutoSize = true;
			this.labelInh.Location = new System.Drawing.Point(45,59);
			this.labelInh.Name = "labelInh";
			this.labelInh.Size = new System.Drawing.Size(96,13);
			this.labelInh.TabIndex = 27;
			this.labelInh.Text = "Inhalational agents";
			// 
			// comboN2OLMin
			// 
			this.comboN2OLMin.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboN2OLMin.FormattingEnabled = true;
			this.comboN2OLMin.Items.AddRange(new object[] {
            "",
            "1",
            "2",
            "3",
            "4",
            "5"});
			this.comboN2OLMin.Location = new System.Drawing.Point(47,97);
			this.comboN2OLMin.Name = "comboN2OLMin";
			this.comboN2OLMin.Size = new System.Drawing.Size(40,21);
			this.comboN2OLMin.TabIndex = 32;
			// 
			// comboASA
			// 
			this.comboASA.AutoCompleteCustomSource.AddRange(new string[] {
            "I"});
			this.comboASA.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
			this.comboASA.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboASA.FormattingEnabled = true;
			this.comboASA.Items.AddRange(new object[] {
            "",
            "I",
            "II",
            "III",
            "IV",
            "V"});
			this.comboASA.Location = new System.Drawing.Point(30,33);
			this.comboASA.Name = "comboASA";
			this.comboASA.Size = new System.Drawing.Size(50,21);
			this.comboASA.TabIndex = 24;
			// 
			// labelASA
			// 
			this.labelASA.AutoSize = true;
			this.labelASA.Location = new System.Drawing.Point(28,16);
			this.labelASA.Name = "labelASA";
			this.labelASA.Size = new System.Drawing.Size(95,13);
			this.labelASA.TabIndex = 23;
			this.labelASA.Text = "ASA  Classification";
			// 
			// groupBoxNotes
			// 
			this.groupBoxNotes.Controls.Add(this.groupBoxWgt);
			this.groupBoxNotes.Controls.Add(this.groupBoxHgt);
			this.groupBoxNotes.Controls.Add(this.label1);
			this.groupBoxNotes.Controls.Add(this.comboNPOTime);
			this.groupBoxNotes.Controls.Add(this.textPatHgt);
			this.groupBoxNotes.Controls.Add(this.labelPatWgt);
			this.groupBoxNotes.Controls.Add(this.labelPatHgt);
			this.groupBoxNotes.Controls.Add(this.textPatWgt);
			this.groupBoxNotes.Controls.Add(this.richTextNotes);
			this.groupBoxNotes.Controls.Add(this.groupBoxHgtWgt);
			this.groupBoxNotes.Location = new System.Drawing.Point(13,594);
			this.groupBoxNotes.Name = "groupBoxNotes";
			this.groupBoxNotes.Size = new System.Drawing.Size(570,168);
			this.groupBoxNotes.TabIndex = 66;
			this.groupBoxNotes.TabStop = false;
			this.groupBoxNotes.Text = "Notes (record additional meds/routes/times here)";
			// 
			// groupBoxWgt
			// 
			this.groupBoxWgt.Controls.Add(this.radWgtUnitsKgs);
			this.groupBoxWgt.Controls.Add(this.radWgtUnitsLbs);
			this.groupBoxWgt.Location = new System.Drawing.Point(330,36);
			this.groupBoxWgt.Name = "groupBoxWgt";
			this.groupBoxWgt.Size = new System.Drawing.Size(105,33);
			this.groupBoxWgt.TabIndex = 155;
			this.groupBoxWgt.TabStop = false;
			this.groupBoxWgt.Enter += new System.EventHandler(this.groupBox1_Enter_1);
			// 
			// radWgtUnitsKgs
			// 
			this.radWgtUnitsKgs.AutoSize = true;
			this.radWgtUnitsKgs.Location = new System.Drawing.Point(56,10);
			this.radWgtUnitsKgs.Name = "radWgtUnitsKgs";
			this.radWgtUnitsKgs.Size = new System.Drawing.Size(37,17);
			this.radWgtUnitsKgs.TabIndex = 75;
			this.radWgtUnitsKgs.Text = "kg";
			this.radWgtUnitsKgs.UseVisualStyleBackColor = true;
			this.radWgtUnitsKgs.CheckedChanged += new System.EventHandler(this.radPatWgtKgs_CheckedChanged);
			// 
			// radWgtUnitsLbs
			// 
			this.radWgtUnitsLbs.AutoSize = true;
			this.radWgtUnitsLbs.Checked = true;
			this.radWgtUnitsLbs.Location = new System.Drawing.Point(13,10);
			this.radWgtUnitsLbs.Name = "radWgtUnitsLbs";
			this.radWgtUnitsLbs.Size = new System.Drawing.Size(41,17);
			this.radWgtUnitsLbs.TabIndex = 74;
			this.radWgtUnitsLbs.TabStop = true;
			this.radWgtUnitsLbs.Text = "lbs.";
			this.radWgtUnitsLbs.UseVisualStyleBackColor = true;
			this.radWgtUnitsLbs.CheckedChanged += new System.EventHandler(this.radPatWgtLbs_CheckedChanged);
			// 
			// groupBoxHgt
			// 
			this.groupBoxHgt.Controls.Add(this.radHgtUnitsCm);
			this.groupBoxHgt.Controls.Add(this.radHgtUnitsIn);
			this.groupBoxHgt.Location = new System.Drawing.Point(330,9);
			this.groupBoxHgt.Name = "groupBoxHgt";
			this.groupBoxHgt.Size = new System.Drawing.Size(105,33);
			this.groupBoxHgt.TabIndex = 154;
			this.groupBoxHgt.TabStop = false;
			// 
			// radHgtUnitsCm
			// 
			this.radHgtUnitsCm.AutoSize = true;
			this.radHgtUnitsCm.Location = new System.Drawing.Point(55,10);
			this.radHgtUnitsCm.Name = "radHgtUnitsCm";
			this.radHgtUnitsCm.Size = new System.Drawing.Size(39,17);
			this.radHgtUnitsCm.TabIndex = 72;
			this.radHgtUnitsCm.Text = "cm";
			this.radHgtUnitsCm.UseVisualStyleBackColor = true;
			this.radHgtUnitsCm.CheckedChanged += new System.EventHandler(this.radHgtCm_CheckedChanged);
			// 
			// radHgtUnitsIn
			// 
			this.radHgtUnitsIn.AutoSize = true;
			this.radHgtUnitsIn.Checked = true;
			this.radHgtUnitsIn.Location = new System.Drawing.Point(13,10);
			this.radHgtUnitsIn.Name = "radHgtUnitsIn";
			this.radHgtUnitsIn.Size = new System.Drawing.Size(36,17);
			this.radHgtUnitsIn.TabIndex = 71;
			this.radHgtUnitsIn.TabStop = true;
			this.radHgtUnitsIn.Text = "in.";
			this.radHgtUnitsIn.UseVisualStyleBackColor = true;
			// 
			// label1
			// 
			this.label1.AutoSize = true;
			this.label1.Location = new System.Drawing.Point(456,19);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(60,13);
			this.label1.TabIndex = 82;
			this.label1.Text = "NPO Since";
			// 
			// comboNPOTime
			// 
			this.comboNPOTime.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboNPOTime.FormattingEnabled = true;
			this.comboNPOTime.Items.AddRange(new object[] {
            "",
            "12 MN",
            "1 AM",
            "2 AM",
            "3 AM",
            "4 AM",
            "5 AM",
            "6 AM",
            "7 AM",
            "8 AM",
            "9 AM",
            "10 AM",
            "11 AM",
            "12 PM",
            "1 PM",
            "2 PM",
            "3 PM",
            "4 PM",
            "5 PM",
            "6 PM",
            "7 PM",
            "8 PM",
            "9 PM",
            "10 PM",
            "11 PM"});
			this.comboNPOTime.Location = new System.Drawing.Point(458,36);
			this.comboNPOTime.Name = "comboNPOTime";
			this.comboNPOTime.Size = new System.Drawing.Size(66,21);
			this.comboNPOTime.TabIndex = 82;
			// 
			// textPatHgt
			// 
			this.textPatHgt.Location = new System.Drawing.Point(270,16);
			this.textPatHgt.MaxLength = 2;
			this.textPatHgt.Name = "textPatHgt";
			this.textPatHgt.Size = new System.Drawing.Size(60,20);
			this.textPatHgt.TabIndex = 70;
			this.textPatHgt.TextChanged += new System.EventHandler(this.textPatHgt_TextChanged);
			// 
			// labelPatWgt
			// 
			this.labelPatWgt.AutoSize = true;
			this.labelPatWgt.Location = new System.Drawing.Point(223,45);
			this.labelPatWgt.Name = "labelPatWgt";
			this.labelPatWgt.Size = new System.Drawing.Size(41,13);
			this.labelPatWgt.TabIndex = 69;
			this.labelPatWgt.Text = "Weight";
			// 
			// labelPatHgt
			// 
			this.labelPatHgt.AutoSize = true;
			this.labelPatHgt.Location = new System.Drawing.Point(226,19);
			this.labelPatHgt.Name = "labelPatHgt";
			this.labelPatHgt.Size = new System.Drawing.Size(38,13);
			this.labelPatHgt.TabIndex = 68;
			this.labelPatHgt.Text = "Height";
			// 
			// textPatWgt
			// 
			this.textPatWgt.Location = new System.Drawing.Point(270,42);
			this.textPatWgt.MaxLength = 3;
			this.textPatWgt.Name = "textPatWgt";
			this.textPatWgt.Size = new System.Drawing.Size(60,20);
			this.textPatWgt.TabIndex = 73;
			// 
			// groupBoxHgtWgt
			// 
			this.groupBoxHgtWgt.Controls.Add(this.labelEscortCellNum);
			this.groupBoxHgtWgt.Controls.Add(this.textEscortCellNum);
			this.groupBoxHgtWgt.Controls.Add(this.labelEscortRel);
			this.groupBoxHgtWgt.Controls.Add(this.labelEscortName);
			this.groupBoxHgtWgt.Controls.Add(this.textEscortName);
			this.groupBoxHgtWgt.Controls.Add(this.textEscortRel);
			this.groupBoxHgtWgt.Location = new System.Drawing.Point(215,64);
			this.groupBoxHgtWgt.Name = "groupBoxHgtWgt";
			this.groupBoxHgtWgt.Size = new System.Drawing.Size(310,91);
			this.groupBoxHgtWgt.TabIndex = 76;
			this.groupBoxHgtWgt.TabStop = false;
			this.groupBoxHgtWgt.Enter += new System.EventHandler(this.groupBoxHgtWgt_Enter);
			// 
			// labelEscortCellNum
			// 
			this.labelEscortCellNum.AutoSize = true;
			this.labelEscortCellNum.Location = new System.Drawing.Point(13,43);
			this.labelEscortCellNum.Name = "labelEscortCellNum";
			this.labelEscortCellNum.Size = new System.Drawing.Size(67,13);
			this.labelEscortCellNum.TabIndex = 78;
			this.labelEscortCellNum.Text = "Escort Cell #";
			// 
			// textEscortCellNum
			// 
			this.textEscortCellNum.Location = new System.Drawing.Point(88,40);
			this.textEscortCellNum.MaxLength = 13;
			this.textEscortCellNum.Name = "textEscortCellNum";
			this.textEscortCellNum.Size = new System.Drawing.Size(170,20);
			this.textEscortCellNum.TabIndex = 80;
			// 
			// groupBoxVS
			// 
			this.groupBoxVS.Controls.Add(this.gridVSData);
			this.groupBoxVS.Controls.Add(this.textVSMSerNum);
			this.groupBoxVS.Controls.Add(this.textVSMName);
			this.groupBoxVS.Controls.Add(this.labelVSM);
			this.groupBoxVS.Controls.Add(this.labelVSMSerNum);
			this.groupBoxVS.Location = new System.Drawing.Point(12,382);
			this.groupBoxVS.Name = "groupBoxVS";
			this.groupBoxVS.Size = new System.Drawing.Size(592,207);
			this.groupBoxVS.TabIndex = 139;
			this.groupBoxVS.TabStop = false;
			this.groupBoxVS.Text = "Vital Signs";
			// 
			// gridVSData
			// 
			this.gridVSData.HScrollVisible = false;
			this.gridVSData.Location = new System.Drawing.Point(23,50);
			this.gridVSData.Name = "gridVSData";
			this.gridVSData.ScrollValue = 0;
			this.gridVSData.Size = new System.Drawing.Size(547,143);
			this.gridVSData.TabIndex = 133;
			this.gridVSData.Title = "Vital Signs";
			this.gridVSData.TranslationName = "TableVSData";
			// 
			// textVSMSerNum
			// 
			this.textVSMSerNum.Location = new System.Drawing.Point(347,19);
			this.textVSMSerNum.MaxLength = 20;
			this.textVSMSerNum.Name = "textVSMSerNum";
			this.textVSMSerNum.Size = new System.Drawing.Size(88,20);
			this.textVSMSerNum.TabIndex = 132;
			// 
			// textVSMName
			// 
			this.textVSMName.Location = new System.Drawing.Point(170,19);
			this.textVSMName.MaxLength = 20;
			this.textVSMName.Name = "textVSMName";
			this.textVSMName.Size = new System.Drawing.Size(88,20);
			this.textVSMName.TabIndex = 130;
			this.textVSMName.TextChanged += new System.EventHandler(this.textVSMName_TextChanged);
			// 
			// groupBoxTimes
			// 
			this.groupBoxTimes.Controls.Add(this.textAnesthOpen);
			this.groupBoxTimes.Controls.Add(this.butSurgClose);
			this.groupBoxTimes.Controls.Add(this.textSurgClose);
			this.groupBoxTimes.Controls.Add(this.textAnesthClose);
			this.groupBoxTimes.Controls.Add(this.butAnesthOpen);
			this.groupBoxTimes.Controls.Add(this.butAnesthClose);
			this.groupBoxTimes.Controls.Add(this.butSurgOpen);
			this.groupBoxTimes.Controls.Add(this.textSurgOpen);
			this.groupBoxTimes.Location = new System.Drawing.Point(173,11);
			this.groupBoxTimes.Name = "groupBoxTimes";
			this.groupBoxTimes.Size = new System.Drawing.Size(413,76);
			this.groupBoxTimes.TabIndex = 6;
			this.groupBoxTimes.TabStop = false;
			this.groupBoxTimes.Text = "Times";
			// 
			// textAnesthOpen
			// 
			this.textAnesthOpen.Location = new System.Drawing.Point(16,49);
			this.textAnesthOpen.Name = "textAnesthOpen";
			this.textAnesthOpen.Size = new System.Drawing.Size(100,20);
			this.textAnesthOpen.TabIndex = 8;
			this.textAnesthOpen.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
			this.textAnesthOpen.TextChanged += new System.EventHandler(this.textBoxAnesthOpen_TextChanged);
			// 
			// butSurgClose
			// 
			this.butSurgClose.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butSurgClose.Autosize = true;
			this.butSurgClose.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butSurgClose.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butSurgClose.CornerRadius = 4F;
			this.butSurgClose.Location = new System.Drawing.Point(211,17);
			this.butSurgClose.Name = "butSurgClose";
			this.butSurgClose.Size = new System.Drawing.Size(86,26);
			this.butSurgClose.TabIndex = 11;
			this.butSurgClose.Text = "Surgery Close";
			this.butSurgClose.UseVisualStyleBackColor = true;
			this.butSurgClose.Click += new System.EventHandler(this.butSurgClose_Click);
			// 
			// textSurgClose
			// 
			this.textSurgClose.Location = new System.Drawing.Point(212,49);
			this.textSurgClose.Name = "textSurgClose";
			this.textSurgClose.Size = new System.Drawing.Size(86,20);
			this.textSurgClose.TabIndex = 12;
			this.textSurgClose.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
			this.textSurgClose.TextChanged += new System.EventHandler(this.textBoxSurgClose_TextChanged);
			// 
			// textAnesthClose
			// 
			this.textAnesthClose.Location = new System.Drawing.Point(303,49);
			this.textAnesthClose.Name = "textAnesthClose";
			this.textAnesthClose.ShortcutsEnabled = false;
			this.textAnesthClose.Size = new System.Drawing.Size(100,20);
			this.textAnesthClose.TabIndex = 14;
			this.textAnesthClose.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
			this.textAnesthClose.TextChanged += new System.EventHandler(this.textBoxAnesthClose_TextChanged);
			// 
			// butAnesthOpen
			// 
			this.butAnesthOpen.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butAnesthOpen.Autosize = true;
			this.butAnesthOpen.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butAnesthOpen.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butAnesthOpen.CornerRadius = 4F;
			this.butAnesthOpen.Location = new System.Drawing.Point(14,17);
			this.butAnesthOpen.Name = "butAnesthOpen";
			this.butAnesthOpen.Size = new System.Drawing.Size(100,26);
			this.butAnesthOpen.TabIndex = 7;
			this.butAnesthOpen.Text = "Anesthesia Open";
			this.butAnesthOpen.UseVisualStyleBackColor = true;
			this.butAnesthOpen.Click += new System.EventHandler(this.butAnesthOpen_Click);
			// 
			// butAnesthClose
			// 
			this.butAnesthClose.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butAnesthClose.Autosize = true;
			this.butAnesthClose.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butAnesthClose.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butAnesthClose.CornerRadius = 4F;
			this.butAnesthClose.Location = new System.Drawing.Point(303,17);
			this.butAnesthClose.Name = "butAnesthClose";
			this.butAnesthClose.Size = new System.Drawing.Size(100,26);
			this.butAnesthClose.TabIndex = 13;
			this.butAnesthClose.Text = "Anesthesia Close";
			this.butAnesthClose.UseVisualStyleBackColor = true;
			this.butAnesthClose.Click += new System.EventHandler(this.butAnesthClose_Click);
			// 
			// butSurgOpen
			// 
			this.butSurgOpen.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butSurgOpen.Autosize = true;
			this.butSurgOpen.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butSurgOpen.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butSurgOpen.CornerRadius = 4F;
			this.butSurgOpen.Location = new System.Drawing.Point(120,17);
			this.butSurgOpen.Name = "butSurgOpen";
			this.butSurgOpen.Size = new System.Drawing.Size(86,26);
			this.butSurgOpen.TabIndex = 9;
			this.butSurgOpen.Text = "Surgery Open";
			this.butSurgOpen.UseVisualStyleBackColor = true;
			this.butSurgOpen.Click += new System.EventHandler(this.butSurgOpen_Click);
			// 
			// textSurgOpen
			// 
			this.textSurgOpen.Location = new System.Drawing.Point(121,49);
			this.textSurgOpen.Name = "textSurgOpen";
			this.textSurgOpen.Size = new System.Drawing.Size(86,20);
			this.textSurgOpen.TabIndex = 10;
			this.textSurgOpen.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
			this.textSurgOpen.TextChanged += new System.EventHandler(this.textBoxSurgOpen_TextChanged);
			// 
			// labelIVAnesthetics
			// 
			this.labelIVAnesthetics.AutoSize = true;
			this.labelIVAnesthetics.Location = new System.Drawing.Point(25,76);
			this.labelIVAnesthetics.Name = "labelIVAnesthetics";
			this.labelIVAnesthetics.Size = new System.Drawing.Size(75,13);
			this.labelIVAnesthetics.TabIndex = 5;
			this.labelIVAnesthetics.Text = "IV Anesthetics";
			// 
			// labelAsst
			// 
			this.labelAsst.AutoSize = true;
			this.labelAsst.Location = new System.Drawing.Point(432,88);
			this.labelAsst.Name = "labelAsst";
			this.labelAsst.Size = new System.Drawing.Size(49,13);
			this.labelAsst.TabIndex = 19;
			this.labelAsst.Text = "Assistant";
			// 
			// comboCirc
			// 
			this.comboCirc.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboCirc.FormattingEnabled = true;
			this.comboCirc.Location = new System.Drawing.Point(483,105);
			this.comboCirc.Name = "comboCirc";
			this.comboCirc.Size = new System.Drawing.Size(100,21);
			this.comboCirc.TabIndex = 22;
			// 
			// labelCirc
			// 
			this.labelCirc.AutoSize = true;
			this.labelCirc.Location = new System.Drawing.Point(533,88);
			this.labelCirc.Name = "labelCirc";
			this.labelCirc.Size = new System.Drawing.Size(51,13);
			this.labelCirc.TabIndex = 21;
			this.labelCirc.Text = "Circulator";
			// 
			// comboAsst
			// 
			this.comboAsst.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboAsst.FormattingEnabled = true;
			this.comboAsst.Location = new System.Drawing.Point(381,105);
			this.comboAsst.Name = "comboAsst";
			this.comboAsst.Size = new System.Drawing.Size(100,21);
			this.comboAsst.TabIndex = 20;
			// 
			// listAnesthetics
			// 
			this.listAnesthetics.Location = new System.Drawing.Point(25,95);
			this.listAnesthetics.Name = "listAnesthetics";
			this.listAnesthetics.Size = new System.Drawing.Size(139,43);
			this.listAnesthetics.TabIndex = 0;
			this.listAnesthetics.SelectedIndexChanged += new System.EventHandler(this.listAnesthetics_SelectedIndexChanged);
			// 
			// labelAnesthMed
			// 
			this.labelAnesthMed.AutoSize = true;
			this.labelAnesthMed.Location = new System.Drawing.Point(184,131);
			this.labelAnesthMed.Name = "labelAnesthMed";
			this.labelAnesthMed.Size = new System.Drawing.Size(111,13);
			this.labelAnesthMed.TabIndex = 55;
			this.labelAnesthMed.Text = "Anesthetic medication";
			// 
			// groupBoxDoseCalc
			// 
			this.groupBoxDoseCalc.Controls.Add(this.butDose20);
			this.groupBoxDoseCalc.Controls.Add(this.labelInstrux);
			this.groupBoxDoseCalc.Controls.Add(this.butDose10);
			this.groupBoxDoseCalc.Controls.Add(this.butDose7);
			this.groupBoxDoseCalc.Controls.Add(this.butDose8);
			this.groupBoxDoseCalc.Controls.Add(this.butDose9);
			this.groupBoxDoseCalc.Controls.Add(this.butDose6);
			this.groupBoxDoseCalc.Controls.Add(this.butDose5);
			this.groupBoxDoseCalc.Controls.Add(this.butDose4);
			this.groupBoxDoseCalc.Controls.Add(this.butDose3);
			this.groupBoxDoseCalc.Controls.Add(this.butDose2);
			this.groupBoxDoseCalc.Controls.Add(this.butDose1);
			this.groupBoxDoseCalc.Controls.Add(this.butDose0);
			this.groupBoxDoseCalc.Controls.Add(this.butDose25);
			this.groupBoxDoseCalc.Controls.Add(this.butDose50);
			this.groupBoxDoseCalc.Controls.Add(this.butDoseEnter);
			this.groupBoxDoseCalc.Controls.Add(this.butDoseDecPoint);
			this.groupBoxDoseCalc.Location = new System.Drawing.Point(379,140);
			this.groupBoxDoseCalc.Name = "groupBoxDoseCalc";
			this.groupBoxDoseCalc.Size = new System.Drawing.Size(200,197);
			this.groupBoxDoseCalc.TabIndex = 54;
			this.groupBoxDoseCalc.TabStop = false;
			this.groupBoxDoseCalc.Text = "Click to add dose";
			this.groupBoxDoseCalc.Enter += new System.EventHandler(this.groupBox5_Enter);
			// 
			// butDose20
			// 
			this.butDose20.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butDose20.Autosize = true;
			this.butDose20.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butDose20.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butDose20.CornerRadius = 4F;
			this.butDose20.Location = new System.Drawing.Point(123,116);
			this.butDose20.Name = "butDose20";
			this.butDose20.Size = new System.Drawing.Size(70,32);
			this.butDose20.TabIndex = 88;
			this.butDose20.Text = "20";
			this.butDose20.UseVisualStyleBackColor = true;
			this.butDose20.Click += new System.EventHandler(this.butDose20_Click);
			// 
			// labelInstrux
			// 
			this.labelInstrux.AutoSize = true;
			this.labelInstrux.Font = new System.Drawing.Font("Microsoft Sans Serif",8.25F,System.Drawing.FontStyle.Regular,System.Drawing.GraphicsUnit.Point,((byte)(0)));
			this.labelInstrux.ForeColor = System.Drawing.SystemColors.WindowFrame;
			this.labelInstrux.Location = new System.Drawing.Point(7,20);
			this.labelInstrux.Name = "labelInstrux";
			this.labelInstrux.Size = new System.Drawing.Size(137,13);
			this.labelInstrux.TabIndex = 87;
			this.labelInstrux.Text = "NOTE: Doses must be in ml";
			// 
			// butDose10
			// 
			this.butDose10.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butDose10.Autosize = true;
			this.butDose10.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butDose10.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butDose10.CornerRadius = 4F;
			this.butDose10.Location = new System.Drawing.Point(47,154);
			this.butDose10.Name = "butDose10";
			this.butDose10.Size = new System.Drawing.Size(32,32);
			this.butDose10.TabIndex = 67;
			this.butDose10.Text = "10";
			this.butDose10.UseVisualStyleBackColor = true;
			this.butDose10.Click += new System.EventHandler(this.butDose10_Click);
			// 
			// butDose7
			// 
			this.butDose7.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butDose7.Autosize = true;
			this.butDose7.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butDose7.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butDose7.CornerRadius = 4F;
			this.butDose7.Location = new System.Drawing.Point(9,40);
			this.butDose7.Name = "butDose7";
			this.butDose7.Size = new System.Drawing.Size(32,32);
			this.butDose7.TabIndex = 57;
			this.butDose7.Text = "7";
			this.butDose7.UseVisualStyleBackColor = true;
			this.butDose7.Click += new System.EventHandler(this.butDose7_Click);
			// 
			// butDose8
			// 
			this.butDose8.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butDose8.Autosize = true;
			this.butDose8.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butDose8.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butDose8.CornerRadius = 4F;
			this.butDose8.Location = new System.Drawing.Point(47,40);
			this.butDose8.Name = "butDose8";
			this.butDose8.Size = new System.Drawing.Size(32,32);
			this.butDose8.TabIndex = 58;
			this.butDose8.Text = "8";
			this.butDose8.UseVisualStyleBackColor = true;
			this.butDose8.Click += new System.EventHandler(this.butDose8_Click);
			// 
			// butDose9
			// 
			this.butDose9.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butDose9.Autosize = true;
			this.butDose9.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butDose9.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butDose9.CornerRadius = 4F;
			this.butDose9.Location = new System.Drawing.Point(85,40);
			this.butDose9.Name = "butDose9";
			this.butDose9.Size = new System.Drawing.Size(32,32);
			this.butDose9.TabIndex = 59;
			this.butDose9.Text = "9";
			this.butDose9.UseVisualStyleBackColor = true;
			this.butDose9.Click += new System.EventHandler(this.butDose9_Click);
			// 
			// butDose6
			// 
			this.butDose6.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butDose6.Autosize = true;
			this.butDose6.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butDose6.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butDose6.CornerRadius = 4F;
			this.butDose6.Location = new System.Drawing.Point(9,78);
			this.butDose6.Name = "butDose6";
			this.butDose6.Size = new System.Drawing.Size(32,32);
			this.butDose6.TabIndex = 60;
			this.butDose6.Text = "6";
			this.butDose6.UseVisualStyleBackColor = true;
			this.butDose6.Click += new System.EventHandler(this.butDose6_Click);
			// 
			// butDose5
			// 
			this.butDose5.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butDose5.Autosize = true;
			this.butDose5.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butDose5.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butDose5.CornerRadius = 4F;
			this.butDose5.Location = new System.Drawing.Point(47,78);
			this.butDose5.Name = "butDose5";
			this.butDose5.Size = new System.Drawing.Size(32,32);
			this.butDose5.TabIndex = 61;
			this.butDose5.Text = "5";
			this.butDose5.UseVisualStyleBackColor = true;
			this.butDose5.Click += new System.EventHandler(this.butDose5_Click);
			// 
			// butDose4
			// 
			this.butDose4.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butDose4.Autosize = true;
			this.butDose4.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butDose4.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butDose4.CornerRadius = 4F;
			this.butDose4.Location = new System.Drawing.Point(85,78);
			this.butDose4.Name = "butDose4";
			this.butDose4.Size = new System.Drawing.Size(32,32);
			this.butDose4.TabIndex = 62;
			this.butDose4.Text = "4";
			this.butDose4.UseVisualStyleBackColor = true;
			this.butDose4.Click += new System.EventHandler(this.butDose4_Click);
			// 
			// butDose3
			// 
			this.butDose3.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butDose3.Autosize = true;
			this.butDose3.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butDose3.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butDose3.CornerRadius = 4F;
			this.butDose3.Location = new System.Drawing.Point(9,116);
			this.butDose3.Name = "butDose3";
			this.butDose3.Size = new System.Drawing.Size(32,32);
			this.butDose3.TabIndex = 63;
			this.butDose3.Text = "3";
			this.butDose3.UseVisualStyleBackColor = true;
			this.butDose3.Click += new System.EventHandler(this.butDose3_Click);
			// 
			// butDose2
			// 
			this.butDose2.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butDose2.Autosize = true;
			this.butDose2.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butDose2.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butDose2.CornerRadius = 4F;
			this.butDose2.Location = new System.Drawing.Point(47,116);
			this.butDose2.Name = "butDose2";
			this.butDose2.Size = new System.Drawing.Size(32,32);
			this.butDose2.TabIndex = 64;
			this.butDose2.Text = "2";
			this.butDose2.UseVisualStyleBackColor = true;
			this.butDose2.Click += new System.EventHandler(this.butDose2_Click);
			// 
			// butDose1
			// 
			this.butDose1.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butDose1.Autosize = true;
			this.butDose1.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butDose1.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butDose1.CornerRadius = 4F;
			this.butDose1.Location = new System.Drawing.Point(85,116);
			this.butDose1.Name = "butDose1";
			this.butDose1.Size = new System.Drawing.Size(32,32);
			this.butDose1.TabIndex = 65;
			this.butDose1.Text = "1";
			this.butDose1.UseVisualStyleBackColor = true;
			this.butDose1.Click += new System.EventHandler(this.butDose1_Click);
			// 
			// butDose0
			// 
			this.butDose0.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butDose0.Autosize = true;
			this.butDose0.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butDose0.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butDose0.CornerRadius = 4F;
			this.butDose0.Location = new System.Drawing.Point(9,154);
			this.butDose0.Name = "butDose0";
			this.butDose0.Size = new System.Drawing.Size(32,32);
			this.butDose0.TabIndex = 66;
			this.butDose0.Text = "0";
			this.butDose0.UseVisualStyleBackColor = true;
			this.butDose0.Click += new System.EventHandler(this.butDose0_Click);
			// 
			// butDose25
			// 
			this.butDose25.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butDose25.Autosize = true;
			this.butDose25.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butDose25.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butDose25.CornerRadius = 4F;
			this.butDose25.Location = new System.Drawing.Point(123,40);
			this.butDose25.Name = "butDose25";
			this.butDose25.Size = new System.Drawing.Size(70,32);
			this.butDose25.TabIndex = 68;
			this.butDose25.Text = ".25";
			this.butDose25.UseVisualStyleBackColor = true;
			this.butDose25.Click += new System.EventHandler(this.butDose25_Click);
			// 
			// butDose50
			// 
			this.butDose50.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butDose50.Autosize = true;
			this.butDose50.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butDose50.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butDose50.CornerRadius = 4F;
			this.butDose50.Location = new System.Drawing.Point(123,78);
			this.butDose50.Name = "butDose50";
			this.butDose50.Size = new System.Drawing.Size(70,32);
			this.butDose50.TabIndex = 69;
			this.butDose50.Text = ".50";
			this.butDose50.UseVisualStyleBackColor = true;
			this.butDose50.Click += new System.EventHandler(this.butDose50_Click);
			// 
			// butDoseEnter
			// 
			this.butDoseEnter.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butDoseEnter.Autosize = true;
			this.butDoseEnter.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butDoseEnter.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butDoseEnter.CornerRadius = 4F;
			this.butDoseEnter.Location = new System.Drawing.Point(123,154);
			this.butDoseEnter.Name = "butDoseEnter";
			this.butDoseEnter.Size = new System.Drawing.Size(70,32);
			this.butDoseEnter.TabIndex = 71;
			this.butDoseEnter.Text = "Enter";
			this.butDoseEnter.UseVisualStyleBackColor = true;
			this.butDoseEnter.Click += new System.EventHandler(this.butDoseEnter_Click);
			// 
			// butDoseDecPoint
			// 
			this.butDoseDecPoint.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butDoseDecPoint.Autosize = true;
			this.butDoseDecPoint.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butDoseDecPoint.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butDoseDecPoint.CornerRadius = 4F;
			this.butDoseDecPoint.Location = new System.Drawing.Point(85,154);
			this.butDoseDecPoint.Name = "butDoseDecPoint";
			this.butDoseDecPoint.Size = new System.Drawing.Size(32,32);
			this.butDoseDecPoint.TabIndex = 86;
			this.butDoseDecPoint.Text = ".";
			this.butDoseDecPoint.UseVisualStyleBackColor = true;
			this.butDoseDecPoint.Click += new System.EventHandler(this.butDoseDecPoint_Click);
			// 
			// comboAnesthMed
			// 
			this.comboAnesthMed.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboAnesthMed.FormattingEnabled = true;
			this.comboAnesthMed.Location = new System.Drawing.Point(174,147);
			this.comboAnesthMed.Name = "comboAnesthMed";
			this.comboAnesthMed.Size = new System.Drawing.Size(139,21);
			this.comboAnesthMed.TabIndex = 77;
			this.comboAnesthMed.SelectedIndexChanged += new System.EventHandler(this.comboAnesthMed_SelectedIndexChanged);
			// 
			// comboSurgeon
			// 
			this.comboSurgeon.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboSurgeon.FormattingEnabled = true;
			this.comboSurgeon.Location = new System.Drawing.Point(277,105);
			this.comboSurgeon.Name = "comboSurgeon";
			this.comboSurgeon.Size = new System.Drawing.Size(100,21);
			this.comboSurgeon.TabIndex = 18;
			// 
			// labelSurgeon
			// 
			this.labelSurgeon.AutoSize = true;
			this.labelSurgeon.Location = new System.Drawing.Point(329,88);
			this.labelSurgeon.Name = "labelSurgeon";
			this.labelSurgeon.Size = new System.Drawing.Size(47,13);
			this.labelSurgeon.TabIndex = 17;
			this.labelSurgeon.Text = "Surgeon";
			this.labelSurgeon.Click += new System.EventHandler(this.label3_Click);
			// 
			// comboAnesthetist
			// 
			this.comboAnesthetist.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboAnesthetist.FormattingEnabled = true;
			this.comboAnesthetist.Location = new System.Drawing.Point(174,105);
			this.comboAnesthetist.Name = "comboAnesthetist";
			this.comboAnesthetist.Size = new System.Drawing.Size(100,21);
			this.comboAnesthetist.TabIndex = 16;
			this.comboAnesthetist.SelectedIndexChanged += new System.EventHandler(this.comboAnesthetist_SelectedIndexChanged);
			// 
			// textAnesthDose
			// 
			this.textAnesthDose.Location = new System.Drawing.Point(318,148);
			this.textAnesthDose.MaxLength = 7;
			this.textAnesthDose.Name = "textAnesthDose";
			this.textAnesthDose.Size = new System.Drawing.Size(54,20);
			this.textAnesthDose.TabIndex = 99;
			// 
			// labelDose
			// 
			this.labelDose.AutoSize = true;
			this.labelDose.Location = new System.Drawing.Point(319,131);
			this.labelDose.Name = "labelDose";
			this.labelDose.Size = new System.Drawing.Size(51,13);
			this.labelDose.TabIndex = 100;
			this.labelDose.Text = "Dose (ml)";
			// 
			// labelAnesthetist
			// 
			this.labelAnesthetist.AutoSize = true;
			this.labelAnesthetist.Location = new System.Drawing.Point(215,88);
			this.labelAnesthetist.Name = "labelAnesthetist";
			this.labelAnesthetist.Size = new System.Drawing.Size(59,13);
			this.labelAnesthetist.TabIndex = 15;
			this.labelAnesthetist.Text = "Anesthetist";
			this.labelAnesthetist.Click += new System.EventHandler(this.labelAnesthetist_Click);
			// 
			// textPatient
			// 
			this.textPatient.Location = new System.Drawing.Point(12,16);
			this.textPatient.Name = "textPatient";
			this.textPatient.ReadOnly = true;
			this.textPatient.Size = new System.Drawing.Size(150,20);
			this.textPatient.TabIndex = 2;
			this.textPatient.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
			this.textPatient.TextChanged += new System.EventHandler(this.textBoxPatient_TextChanged);
			// 
			// labelPatient
			// 
			this.labelPatient.AutoSize = true;
			this.labelPatient.Location = new System.Drawing.Point(3,19);
			this.labelPatient.Name = "labelPatient";
			this.labelPatient.Size = new System.Drawing.Size(0,13);
			this.labelPatient.TabIndex = 103;
			// 
			// labelPatID
			// 
			this.labelPatID.AutoSize = true;
			this.labelPatID.Location = new System.Drawing.Point(8,47);
			this.labelPatID.Name = "labelPatID";
			this.labelPatID.Size = new System.Drawing.Size(38,13);
			this.labelPatID.TabIndex = 3;
			this.labelPatID.Text = "ID No.";
			// 
			// textPatID
			// 
			this.textPatID.Location = new System.Drawing.Point(49,44);
			this.textPatID.Name = "textPatID";
			this.textPatID.ReadOnly = true;
			this.textPatID.Size = new System.Drawing.Size(113,20);
			this.textPatID.TabIndex = 4;
			this.textPatID.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
			this.textPatID.TextChanged += new System.EventHandler(this.textBoxPatID_TextChanged);
			// 
			// groupBoxAnesthMeds
			// 
			this.groupBoxAnesthMeds.Controls.Add(this.gridAnesthMeds);
			this.groupBoxAnesthMeds.Controls.Add(this.textPatID);
			this.groupBoxAnesthMeds.Controls.Add(this.labelPatID);
			this.groupBoxAnesthMeds.Controls.Add(this.labelPatient);
			this.groupBoxAnesthMeds.Controls.Add(this.textPatient);
			this.groupBoxAnesthMeds.Controls.Add(this.labelAnesthetist);
			this.groupBoxAnesthMeds.Controls.Add(this.labelDose);
			this.groupBoxAnesthMeds.Controls.Add(this.textAnesthDose);
			this.groupBoxAnesthMeds.Controls.Add(this.comboAnesthetist);
			this.groupBoxAnesthMeds.Controls.Add(this.labelSurgeon);
			this.groupBoxAnesthMeds.Controls.Add(this.comboSurgeon);
			this.groupBoxAnesthMeds.Controls.Add(this.comboAnesthMed);
			this.groupBoxAnesthMeds.Controls.Add(this.labelAnesthMed);
			this.groupBoxAnesthMeds.Controls.Add(this.listAnesthetics);
			this.groupBoxAnesthMeds.Controls.Add(this.butAddAnesthetic);
			this.groupBoxAnesthMeds.Controls.Add(this.comboAsst);
			this.groupBoxAnesthMeds.Controls.Add(this.labelCirc);
			this.groupBoxAnesthMeds.Controls.Add(this.butDelAnesthetic);
			this.groupBoxAnesthMeds.Controls.Add(this.comboCirc);
			this.groupBoxAnesthMeds.Controls.Add(this.labelAsst);
			this.groupBoxAnesthMeds.Controls.Add(this.labelIVAnesthetics);
			this.groupBoxAnesthMeds.Controls.Add(this.groupBoxTimes);
			this.groupBoxAnesthMeds.Controls.Add(this.groupBoxDoseCalc);
			this.groupBoxAnesthMeds.Location = new System.Drawing.Point(12,36);
			this.groupBoxAnesthMeds.Name = "groupBoxAnesthMeds";
			this.groupBoxAnesthMeds.Size = new System.Drawing.Size(592,342);
			this.groupBoxAnesthMeds.TabIndex = 1;
			this.groupBoxAnesthMeds.TabStop = false;
			this.groupBoxAnesthMeds.Text = "Patient";
			// 
			// gridAnesthMeds
			// 
			this.gridAnesthMeds.HScrollVisible = false;
			this.gridAnesthMeds.Location = new System.Drawing.Point(25,175);
			this.gridAnesthMeds.Name = "gridAnesthMeds";
			this.gridAnesthMeds.ScrollValue = 0;
			this.gridAnesthMeds.Size = new System.Drawing.Size(346,159);
			this.gridAnesthMeds.TabIndex = 11;
			this.gridAnesthMeds.Title = "Anesthetic Medications";
			this.gridAnesthMeds.TranslationName = "TableAnesthMedsGiven";
			this.gridAnesthMeds.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridAnesthMeds_CellDoubleClick);
			// 
			// butAddAnesthetic
			// 
			this.butAddAnesthetic.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butAddAnesthetic.Autosize = true;
			this.butAddAnesthetic.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butAddAnesthetic.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butAddAnesthetic.CornerRadius = 4F;
			this.butAddAnesthetic.Image = global::OpenDental.Properties.Resources.Add;
			this.butAddAnesthetic.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.butAddAnesthetic.Location = new System.Drawing.Point(26,144);
			this.butAddAnesthetic.Name = "butAddAnesthetic";
			this.butAddAnesthetic.Size = new System.Drawing.Size(65,26);
			this.butAddAnesthetic.TabIndex = 53;
			this.butAddAnesthetic.Text = "New";
			this.butAddAnesthetic.UseVisualStyleBackColor = true;
			this.butAddAnesthetic.Click += new System.EventHandler(this.butAddAnesthetic_Click);
			// 
			// butDelAnesthetic
			// 
			this.butDelAnesthetic.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butDelAnesthetic.Autosize = true;
			this.butDelAnesthetic.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butDelAnesthetic.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butDelAnesthetic.CornerRadius = 4F;
			this.butDelAnesthetic.Image = global::OpenDental.Properties.Resources.deleteX;
			this.butDelAnesthetic.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.butDelAnesthetic.Location = new System.Drawing.Point(97,144);
			this.butDelAnesthetic.Name = "butDelAnesthetic";
			this.butDelAnesthetic.Size = new System.Drawing.Size(65,26);
			this.butDelAnesthetic.TabIndex = 3;
			this.butDelAnesthetic.Text = "Delete";
			this.butDelAnesthetic.UseVisualStyleBackColor = true;
			this.butDelAnesthetic.Click += new System.EventHandler(this.butDelAnesthetic_Click);
			// 
			// labelInvalidSig
			// 
			this.labelInvalidSig.BackColor = System.Drawing.SystemColors.Window;
			this.labelInvalidSig.Font = new System.Drawing.Font("Microsoft Sans Serif",8.25F,System.Drawing.FontStyle.Regular,System.Drawing.GraphicsUnit.Point,((byte)(0)));
			this.labelInvalidSig.Location = new System.Drawing.Point(631,630);
			this.labelInvalidSig.Name = "labelInvalidSig";
			this.labelInvalidSig.Size = new System.Drawing.Size(133,39);
			this.labelInvalidSig.TabIndex = 144;
			this.labelInvalidSig.Text = "Invalid Signature - Notes have changed since it was signed.";
			this.labelInvalidSig.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			// 
			// menuStrip1
			// 
			this.menuStrip1.BackColor = System.Drawing.SystemColors.Menu;
			this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.filesToolStripMenuItem,
            this.reportsToolStripMenuItem});
			this.menuStrip1.Location = new System.Drawing.Point(0,0);
			this.menuStrip1.Name = "menuStrip1";
			this.menuStrip1.Size = new System.Drawing.Size(884,24);
			this.menuStrip1.TabIndex = 151;
			this.menuStrip1.Text = "menuStrip1";
			// 
			// filesToolStripMenuItem
			// 
			this.filesToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.selectPatientToolStripMenuItem,
            this.toolStripSeparator3,
            this.saveToolStripMenuItem2,
            this.saveAndCloseToolStripMenuItem1,
            this.toolStripSeparator1,
            this.printToolStripMenuItem,
            this.toolStripSeparator2,
            this.exitToolStripMenuItem2});
			this.filesToolStripMenuItem.Name = "filesToolStripMenuItem";
			this.filesToolStripMenuItem.Size = new System.Drawing.Size(37,20);
			this.filesToolStripMenuItem.Text = "File";
			this.filesToolStripMenuItem.Click += new System.EventHandler(this.filesToolStripMenuItem_Click);
			// 
			// selectPatientToolStripMenuItem
			// 
			this.selectPatientToolStripMenuItem.Name = "selectPatientToolStripMenuItem";
			this.selectPatientToolStripMenuItem.Size = new System.Drawing.Size(153,22);
			this.selectPatientToolStripMenuItem.Text = "Select Patient";
			this.selectPatientToolStripMenuItem.Click += new System.EventHandler(this.selectPatientToolStripMenuItem_Click);
			// 
			// toolStripSeparator3
			// 
			this.toolStripSeparator3.Name = "toolStripSeparator3";
			this.toolStripSeparator3.Size = new System.Drawing.Size(150,6);
			// 
			// saveToolStripMenuItem2
			// 
			this.saveToolStripMenuItem2.Name = "saveToolStripMenuItem2";
			this.saveToolStripMenuItem2.Size = new System.Drawing.Size(153,22);
			this.saveToolStripMenuItem2.Text = "Save";
			this.saveToolStripMenuItem2.Click += new System.EventHandler(this.saveToolStripMenuItem2_Click);
			// 
			// saveAndCloseToolStripMenuItem1
			// 
			this.saveAndCloseToolStripMenuItem1.Name = "saveAndCloseToolStripMenuItem1";
			this.saveAndCloseToolStripMenuItem1.Size = new System.Drawing.Size(153,22);
			this.saveAndCloseToolStripMenuItem1.Text = "Save and Close";
			this.saveAndCloseToolStripMenuItem1.Click += new System.EventHandler(this.saveAndCloseToolStripMenuItem1_Click_1);
			// 
			// toolStripSeparator1
			// 
			this.toolStripSeparator1.Name = "toolStripSeparator1";
			this.toolStripSeparator1.Size = new System.Drawing.Size(150,6);
			// 
			// printToolStripMenuItem
			// 
			this.printToolStripMenuItem.Name = "printToolStripMenuItem";
			this.printToolStripMenuItem.Size = new System.Drawing.Size(153,22);
			this.printToolStripMenuItem.Text = "Print";
			this.printToolStripMenuItem.Click += new System.EventHandler(this.printToolStripMenuItem_Click);
			// 
			// toolStripSeparator2
			// 
			this.toolStripSeparator2.Name = "toolStripSeparator2";
			this.toolStripSeparator2.Size = new System.Drawing.Size(150,6);
			// 
			// exitToolStripMenuItem2
			// 
			this.exitToolStripMenuItem2.Name = "exitToolStripMenuItem2";
			this.exitToolStripMenuItem2.Size = new System.Drawing.Size(153,22);
			this.exitToolStripMenuItem2.Text = "Exit";
			this.exitToolStripMenuItem2.Click += new System.EventHandler(this.exitToolStripMenuItem2_Click);
			// 
			// reportsToolStripMenuItem
			// 
			this.reportsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.addEditSuppliersToolStripMenuItem1,
            this.checkInventoryToolStripMenuItem1,
            this.toolStripSeparator4,
            this.providersToolStripMenuItem});
			this.reportsToolStripMenuItem.Name = "reportsToolStripMenuItem";
			this.reportsToolStripMenuItem.Size = new System.Drawing.Size(49,20);
			this.reportsToolStripMenuItem.Text = "Setup";
			// 
			// addEditSuppliersToolStripMenuItem1
			// 
			this.addEditSuppliersToolStripMenuItem1.Name = "addEditSuppliersToolStripMenuItem1";
			this.addEditSuppliersToolStripMenuItem1.Size = new System.Drawing.Size(246,22);
			this.addEditSuppliersToolStripMenuItem1.Text = "Add/Edit Suppliers";
			this.addEditSuppliersToolStripMenuItem1.Click += new System.EventHandler(this.addEditSuppliersToolStripMenuItem_Click);
			// 
			// checkInventoryToolStripMenuItem1
			// 
			this.checkInventoryToolStripMenuItem1.Name = "checkInventoryToolStripMenuItem1";
			this.checkInventoryToolStripMenuItem1.Size = new System.Drawing.Size(246,22);
			this.checkInventoryToolStripMenuItem1.Text = "Anesthetic Medication Inventory";
			this.checkInventoryToolStripMenuItem1.Click += new System.EventHandler(this.checkInventoryToolStripMenuItem_Click);
			// 
			// toolStripSeparator4
			// 
			this.toolStripSeparator4.Name = "toolStripSeparator4";
			this.toolStripSeparator4.Size = new System.Drawing.Size(243,6);
			// 
			// providersToolStripMenuItem
			// 
			this.providersToolStripMenuItem.Name = "providersToolStripMenuItem";
			this.providersToolStripMenuItem.Size = new System.Drawing.Size(246,22);
			this.providersToolStripMenuItem.Text = "Providers";
			this.providersToolStripMenuItem.Click += new System.EventHandler(this.providersToolStripMenuItem_Click);
			// 
			// saveToolStripMenuItem
			// 
			this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
			this.saveToolStripMenuItem.Size = new System.Drawing.Size(32,19);
			// 
			// exitToolStripMenuItem
			// 
			this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
			this.exitToolStripMenuItem.Size = new System.Drawing.Size(32,19);
			// 
			// checkInventoryLevelsToolStripMenuItem
			// 
			this.checkInventoryLevelsToolStripMenuItem.Name = "checkInventoryLevelsToolStripMenuItem";
			this.checkInventoryLevelsToolStripMenuItem.Size = new System.Drawing.Size(32,19);
			// 
			// suppliersToolStripMenuItem
			// 
			this.suppliersToolStripMenuItem.Name = "suppliersToolStripMenuItem";
			this.suppliersToolStripMenuItem.Size = new System.Drawing.Size(32,19);
			// 
			// butOK
			// 
			this.butOK.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butOK.Autosize = true;
			this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butOK.CornerRadius = 4F;
			this.butOK.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.butOK.Location = new System.Drawing.Point(698,718);
			this.butOK.Name = "butOK";
			this.butOK.Size = new System.Drawing.Size(75,26);
			this.butOK.TabIndex = 150;
			this.butOK.Text = "&Save";
			this.butOK.UseVisualStyleBackColor = true;
			this.butOK.Click += new System.EventHandler(this.butOK_Click);
			// 
			// butCancel
			// 
			this.butCancel.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butCancel.Autosize = true;
			this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butCancel.CornerRadius = 4F;
			this.butCancel.Image = global::OpenDental.Properties.Resources.deleteX;
			this.butCancel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.butCancel.Location = new System.Drawing.Point(607,718);
			this.butCancel.Name = "butCancel";
			this.butCancel.Size = new System.Drawing.Size(71,26);
			this.butCancel.TabIndex = 148;
			this.butCancel.Text = "Cancel";
			this.butCancel.UseVisualStyleBackColor = true;
			this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
			// 
			// sigBox
			// 
			this.sigBox.Location = new System.Drawing.Point(612,607);
			this.sigBox.Name = "sigBox";
			this.sigBox.Size = new System.Drawing.Size(168,85);
			this.sigBox.TabIndex = 146;
			// 
			// butSignTopaz
			// 
			this.butSignTopaz.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butSignTopaz.Autosize = true;
			this.butSignTopaz.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butSignTopaz.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butSignTopaz.CornerRadius = 4F;
			this.butSignTopaz.Location = new System.Drawing.Point(792,617);
			this.butSignTopaz.Name = "butSignTopaz";
			this.butSignTopaz.Size = new System.Drawing.Size(75,26);
			this.butSignTopaz.TabIndex = 147;
			this.butSignTopaz.Text = "Sign Topaz";
			this.butSignTopaz.UseVisualStyleBackColor = true;
			this.butSignTopaz.Click += new System.EventHandler(this.butSignTopaz_Click);
			// 
			// butClose
			// 
			this.butClose.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butClose.Autosize = true;
			this.butClose.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butClose.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butClose.CornerRadius = 4F;
			this.butClose.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.butClose.Location = new System.Drawing.Point(779,718);
			this.butClose.Name = "butClose";
			this.butClose.Size = new System.Drawing.Size(96,26);
			this.butClose.TabIndex = 149;
			this.butClose.Text = "Save and &Close";
			this.butClose.UseVisualStyleBackColor = true;
			this.butClose.Click += new System.EventHandler(this.butClose_Click);
			// 
			// butClearSig
			// 
			this.butClearSig.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butClearSig.Autosize = true;
			this.butClearSig.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butClearSig.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butClearSig.CornerRadius = 4F;
			this.butClearSig.Location = new System.Drawing.Point(792,651);
			this.butClearSig.Name = "butClearSig";
			this.butClearSig.Size = new System.Drawing.Size(75,26);
			this.butClearSig.TabIndex = 145;
			this.butClearSig.Text = "Clear";
			this.butClearSig.Click += new System.EventHandler(this.butClearSig_Click);
			// 
			// FormAnestheticRecord
			// 
			this.AutoScroll = true;
			this.ClientSize = new System.Drawing.Size(884,764);
			this.Controls.Add(this.butOK);
			this.Controls.Add(this.labelInvalidSig);
			this.Controls.Add(this.butCancel);
			this.Controls.Add(this.sigBox);
			this.Controls.Add(this.butSignTopaz);
			this.Controls.Add(this.butClose);
			this.Controls.Add(this.butClearSig);
			this.Controls.Add(this.groupBoxVS);
			this.Controls.Add(this.groupBoxNotes);
			this.Controls.Add(this.groupBoxSidebarRt);
			this.Controls.Add(this.groupBoxAnesthMeds);
			this.Controls.Add(this.menuStrip1);
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.MainMenuStrip = this.menuStrip1;
			this.Name = "FormAnestheticRecord";
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "Anesthetic Record";
			this.Load += new System.EventHandler(this.FormAnestheticRecord_Load);
			this.groupBoxSidebarRt.ResumeLayout(false);
			this.groupBoxSidebarRt.PerformLayout();
			this.groupBoxMonitors.ResumeLayout(false);
			this.groupBoxMonitors.PerformLayout();
			this.groupBoxIVSite.ResumeLayout(false);
			this.groupBoxIVSite.PerformLayout();
			this.groupBoxMedRoute.ResumeLayout(false);
			this.groupBoxMedRoute.PerformLayout();
			this.groupBoxDeliveryMethod.ResumeLayout(false);
			this.groupBoxDeliveryMethod.PerformLayout();
			this.groupBoxNotes.ResumeLayout(false);
			this.groupBoxNotes.PerformLayout();
			this.groupBoxWgt.ResumeLayout(false);
			this.groupBoxWgt.PerformLayout();
			this.groupBoxHgt.ResumeLayout(false);
			this.groupBoxHgt.PerformLayout();
			this.groupBoxHgtWgt.ResumeLayout(false);
			this.groupBoxHgtWgt.PerformLayout();
			this.groupBoxVS.ResumeLayout(false);
			this.groupBoxVS.PerformLayout();
			this.groupBoxTimes.ResumeLayout(false);
			this.groupBoxTimes.PerformLayout();
			this.groupBoxDoseCalc.ResumeLayout(false);
			this.groupBoxDoseCalc.PerformLayout();
			this.groupBoxAnesthMeds.ResumeLayout(false);
			this.groupBoxAnesthMeds.PerformLayout();
			this.menuStrip1.ResumeLayout(false);
			this.menuStrip1.PerformLayout();
			this.ResumeLayout(false);
			this.PerformLayout();

		}