///<summary></summary> public ContrAppt() { Logger.openlog.Log("Initializing appointment module...",Logger.Severity.INFO); InitializeComponent();// This call is required by the Windows.Forms Form Designer. menuWeeklyApt=new System.Windows.Forms.ContextMenu(); infoBubble=new Panel(); infoBubble.Visible=false; infoBubble.Size=new Size(200,300); infoBubble.MouseMove+=new MouseEventHandler(InfoBubble_MouseMove); infoBubble.BackColor=Color.FromArgb(255,250,190); PicturePat=new OpenDental.UI.PictureBox(); PicturePat.Location=new Point(6,17); PicturePat.Size=new Size(100,100); PicturePat.BackColor=Color.FromArgb(232,220,190); PicturePat.TextNullImage=Lan.g(this,"Patient Picture Unavailable"); PicturePat.MouseMove+=new MouseEventHandler(PicturePat_MouseMove); infoBubble.Controls.Clear(); infoBubble.Controls.Add(PicturePat); this.Controls.Add(infoBubble); ContrApptSheet2.MouseWheel+=new MouseEventHandler(ContrApptSheet2_MouseWheel); }
private void InitializeComponent(){ this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ContrFamily)); this.imageListToolBar = new System.Windows.Forms.ImageList(this.components); this.menuInsurance = new System.Windows.Forms.ContextMenu(); this.menuPlansForFam = new System.Windows.Forms.MenuItem(); this.picturePat = new OpenDental.UI.PictureBox(); this.ToolBarMain = new OpenDental.UI.ODToolBar(); this.gridSuperFam = new OpenDental.UI.ODGrid(); this.gridRecall = new OpenDental.UI.ODGrid(); this.gridFamily = new OpenDental.UI.ODGrid(); this.gridPat = new OpenDental.UI.ODGrid(); this.gridIns = new OpenDental.UI.ODGrid(); this.SuspendLayout(); // // imageListToolBar // this.imageListToolBar.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListToolBar.ImageStream"))); this.imageListToolBar.TransparentColor = System.Drawing.Color.Transparent; this.imageListToolBar.Images.SetKeyName(0,""); this.imageListToolBar.Images.SetKeyName(1,""); this.imageListToolBar.Images.SetKeyName(2,""); this.imageListToolBar.Images.SetKeyName(3,""); this.imageListToolBar.Images.SetKeyName(4,""); this.imageListToolBar.Images.SetKeyName(5,""); this.imageListToolBar.Images.SetKeyName(6,"Umbrella.gif"); // // menuInsurance // this.menuInsurance.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { this.menuPlansForFam}); // // menuPlansForFam // this.menuPlansForFam.Index = 0; this.menuPlansForFam.Text = "Plans for Family"; this.menuPlansForFam.Click += new System.EventHandler(this.menuPlansForFam_Click); // // picturePat // this.picturePat.Location = new System.Drawing.Point(1,27); this.picturePat.Name = "picturePat"; this.picturePat.Size = new System.Drawing.Size(100,100); this.picturePat.TabIndex = 28; this.picturePat.Text = "picturePat"; this.picturePat.TextNullImage = "Patient Picture Unavailable"; // // ToolBarMain // this.ToolBarMain.Dock = System.Windows.Forms.DockStyle.Top; this.ToolBarMain.ImageList = this.imageListToolBar; 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 = 19; this.ToolBarMain.ButtonClick += new OpenDental.UI.ODToolBarButtonClickEventHandler(this.ToolBarMain_ButtonClick); // // gridSuperFam // this.gridSuperFam.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.gridSuperFam.HScrollVisible = false; this.gridSuperFam.Location = new System.Drawing.Point(254,129); this.gridSuperFam.Name = "gridSuperFam"; this.gridSuperFam.ScrollValue = 0; this.gridSuperFam.Size = new System.Drawing.Size(329,579); this.gridSuperFam.TabIndex = 33; this.gridSuperFam.Title = "Super Family"; this.gridSuperFam.TranslationName = "TableSuper"; this.gridSuperFam.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridSuperFam_CellDoubleClick); this.gridSuperFam.CellClick += new OpenDental.UI.ODGridClickEventHandler(this.gridSuperFam_CellClick); // // gridRecall // this.gridRecall.HScrollVisible = false; this.gridRecall.Location = new System.Drawing.Point(585,27); this.gridRecall.Name = "gridRecall"; this.gridRecall.ScrollValue = 0; this.gridRecall.SelectionMode = OpenDental.UI.GridSelectionMode.None; this.gridRecall.Size = new System.Drawing.Size(525,100); this.gridRecall.TabIndex = 32; this.gridRecall.Title = "Recall"; this.gridRecall.TranslationName = "TableRecall"; this.gridRecall.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridRecall_CellDoubleClick); this.gridRecall.DoubleClick += new System.EventHandler(this.gridRecall_DoubleClick); // // gridFamily // this.gridFamily.HScrollVisible = false; this.gridFamily.Location = new System.Drawing.Point(103,27); this.gridFamily.Name = "gridFamily"; this.gridFamily.ScrollValue = 0; this.gridFamily.SelectedRowColor = System.Drawing.Color.DarkSalmon; this.gridFamily.Size = new System.Drawing.Size(480,100); this.gridFamily.TabIndex = 31; this.gridFamily.Title = "Family Members"; this.gridFamily.TranslationName = "TablePatient"; this.gridFamily.CellClick += new OpenDental.UI.ODGridClickEventHandler(this.gridFamily_CellClick); // // gridPat // this.gridPat.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.gridPat.HScrollVisible = false; this.gridPat.Location = new System.Drawing.Point(0,129); this.gridPat.Name = "gridPat"; this.gridPat.ScrollValue = 0; this.gridPat.SelectionMode = OpenDental.UI.GridSelectionMode.None; this.gridPat.Size = new System.Drawing.Size(252,579); this.gridPat.TabIndex = 30; this.gridPat.Title = "Patient Information"; this.gridPat.TranslationName = "TablePatient"; this.gridPat.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridPat_CellDoubleClick); // // gridIns // this.gridIns.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.gridIns.HScrollVisible = true; this.gridIns.Location = new System.Drawing.Point(254,129); this.gridIns.Name = "gridIns"; this.gridIns.ScrollValue = 0; this.gridIns.SelectionMode = OpenDental.UI.GridSelectionMode.None; this.gridIns.Size = new System.Drawing.Size(685,579); this.gridIns.TabIndex = 29; this.gridIns.Title = "Insurance Plans"; this.gridIns.TranslationName = "TableCoverage"; this.gridIns.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridIns_CellDoubleClick); // // ContrFamily // this.Controls.Add(this.gridSuperFam); this.Controls.Add(this.gridRecall); this.Controls.Add(this.gridFamily); this.Controls.Add(this.gridPat); this.Controls.Add(this.gridIns); this.Controls.Add(this.picturePat); this.Controls.Add(this.ToolBarMain); this.Name = "ContrFamily"; this.Size = new System.Drawing.Size(939,708); this.Layout += new System.Windows.Forms.LayoutEventHandler(this.ContrFamily_Layout); this.Resize += new System.EventHandler(this.ContrFamily_Resize); this.ResumeLayout(false); }