Beispiel #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormTasks));
     this.userControlTasks1 = new OpenDental.UserControlTasks();
     this.SuspendLayout();
     //
     // userControlTasks1
     //
     this.userControlTasks1.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.userControlTasks1.Location     = new System.Drawing.Point(0, 0);
     this.userControlTasks1.Name         = "userControlTasks1";
     this.userControlTasks1.Size         = new System.Drawing.Size(885, 671);
     this.userControlTasks1.TabIndex     = 0;
     this.userControlTasks1.GoToChanged += new System.EventHandler(this.userControlTasks1_GoToChanged);
     //
     // FormTasks
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(885, 671);
     this.Controls.Add(this.userControlTasks1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name          = "FormTasks";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Tasks";
     this.Load         += new System.EventHandler(this.FormTasks_Load);
     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()
		{
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormTasks));
			this.userControlTasks1 = new OpenDental.UserControlTasks();
			this.SuspendLayout();
			// 
			// userControlTasks1
			// 
			this.userControlTasks1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.userControlTasks1.Location = new System.Drawing.Point(0, 0);
			this.userControlTasks1.Name = "userControlTasks1";
			this.userControlTasks1.Size = new System.Drawing.Size(885, 671);
			this.userControlTasks1.TabIndex = 0;
			this.userControlTasks1.GoToChanged += new System.EventHandler(this.userControlTasks1_GoToChanged);
			this.userControlTasks1.Resize += new System.EventHandler(this.userControlTasks1_Resize);
			// 
			// FormTasks
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.ClientSize = new System.Drawing.Size(885, 671);
			this.Controls.Add(this.userControlTasks1);
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.Name = "FormTasks";
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "Tasks";
			this.Load += new System.EventHandler(this.FormTasks_Load);
			this.ResumeLayout(false);

		}
Beispiel #3
0
 ///<summary></summary>
 public FormOpenDental(string[] cla)
 {
     Logger.openlog.Log("Initializing Open Dental...",Logger.Severity.INFO);
     CommandLineArgs=cla;
     Splash=new FormSplash();
     if(CommandLineArgs.Length==0) {
         Splash.Show();
     }
     InitializeComponent();
     SystemEvents.SessionSwitch+=new SessionSwitchEventHandler(SystemEvents_SessionSwitch);
     //toolbar
     ToolBarMain=new ODToolBar();
     ToolBarMain.Location=new Point(51,0);
     ToolBarMain.Size=new Size(931,25);
     ToolBarMain.Dock=DockStyle.Top;
     ToolBarMain.ImageList=imageListMain;
     ToolBarMain.ButtonClick+=new ODToolBarButtonClickEventHandler(ToolBarMain_ButtonClick);
     this.Controls.Add(ToolBarMain);
     //outlook bar
     myOutlookBar=new OutlookBar();
     myOutlookBar.Location=new Point(0,0);
     myOutlookBar.Size=new Size(51,626);
     myOutlookBar.ImageList=imageList32;
     myOutlookBar.Dock=DockStyle.Left;
     myOutlookBar.ButtonClicked+=new ButtonClickedEventHandler(myOutlookBar_ButtonClicked);
     this.Controls.Add(myOutlookBar);
     //contrAppt
     ContrAppt2=new ContrAppt();
     ContrAppt2.Visible=false;
     ContrAppt2.PatientSelected+=new PatientSelectedEventHandler(Contr_PatientSelected);
     this.Controls.Add(ContrAppt2);
     //contrFamily
     ContrFamily2=new ContrFamily();
     ContrFamily2.Visible=false;
     ContrFamily2.PatientSelected+=new PatientSelectedEventHandler(Contr_PatientSelected);
     this.Controls.Add(ContrFamily2);
     //contrFamilyEcw
     ContrFamily2Ecw=new ContrFamilyEcw();
     ContrFamily2Ecw.Visible=false;
     //ContrFamily2Ecw.PatientSelected+=new PatientSelectedEventHandler(Contr_PatientSelected);
     this.Controls.Add(ContrFamily2Ecw);
     //contrAccount
     ContrAccount2=new ContrAccount();
     ContrAccount2.Visible=false;
     ContrAccount2.PatientSelected+=new PatientSelectedEventHandler(Contr_PatientSelected);
     this.Controls.Add(ContrAccount2);
     //contrTreat
     ContrTreat2=new ContrTreat();
     ContrTreat2.Visible=false;
     ContrTreat2.PatientSelected+=new PatientSelectedEventHandler(Contr_PatientSelected);
     this.Controls.Add(ContrTreat2);
     //contrChart
     ContrChart2=new ContrChart();
     ContrChart2.Visible=false;
     ContrChart2.PatientSelected+=new PatientSelectedEventHandler(Contr_PatientSelected);
     this.Controls.Add(ContrChart2);
     //contrImages
     ContrImages2=new ContrImages();
     ContrImages2.Visible=false;
     ContrImages2.PatientSelected+=new PatientSelectedEventHandler(Contr_PatientSelected);
     this.Controls.Add(ContrImages2);
     //contrManage
     ContrManage2=new ContrStaff();
     ContrManage2.Visible=false;
     ContrManage2.PatientSelected+=new PatientSelectedEventHandler(Contr_PatientSelected);
     this.Controls.Add(ContrManage2);
     //userControlTasks
     userControlTasks1=new UserControlTasks();
     userControlTasks1.Visible=false;
     userControlTasks1.GoToChanged+=new EventHandler(userControlTasks1_GoToChanged);
     GotoModule.ModuleSelected+=new ModuleEventHandler(GotoModule_ModuleSelected);
     this.Controls.Add(userControlTasks1);
     panelSplitter.ContextMenu=menuSplitter;
     menuItemDockBottom.Checked=true;
     phoneSmall=new UserControlPhoneSmall();
     phoneSmall.GoToChanged += new System.EventHandler(this.phoneSmall_GoToChanged);
     phoneSmall.Visible=false;
     this.Controls.Add(phoneSmall);
     //phonePanel=new UserControlPhonePanel();
     //phonePanel.Visible=false;
     //this.Controls.Add(phonePanel);
     //phonePanel.GoToChanged += new System.EventHandler(this.phonePanel_GoToChanged);
     Logger.openlog.Log("Open Dental initialization complete.",Logger.Severity.INFO);
     //Plugins.HookAddCode(this,"FormOpenDental.Constructor_end");//Can't do this because no plugins loaded.
 }
Beispiel #4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormTasks));
     this.splitter            = new System.Windows.Forms.SplitContainer();
     this.userControlTasks1   = new OpenDental.UserControlTasks();
     this.gridWebChatSessions = new OpenDental.UI.ODGrid();
     ((System.ComponentModel.ISupportInitialize)(this.splitter)).BeginInit();
     this.splitter.Panel1.SuspendLayout();
     this.splitter.Panel2.SuspendLayout();
     this.splitter.SuspendLayout();
     this.SuspendLayout();
     //
     // splitter
     //
     this.splitter.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.splitter.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.splitter.Location    = new System.Drawing.Point(0, 0);
     this.splitter.Name        = "splitter";
     this.splitter.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitter.Panel1
     //
     this.splitter.Panel1.Controls.Add(this.userControlTasks1);
     this.splitter.Panel1MinSize = 150;
     //
     // splitter.Panel2
     //
     this.splitter.Panel2.Controls.Add(this.gridWebChatSessions);
     this.splitter.Panel2MinSize    = 150;
     this.splitter.Size             = new System.Drawing.Size(1230, 696);
     this.splitter.SplitterDistance = 540;
     this.splitter.TabIndex         = 0;
     this.splitter.TabStop          = false;
     //
     // userControlTasks1
     //
     this.userControlTasks1.Dock           = System.Windows.Forms.DockStyle.Fill;
     this.userControlTasks1.Location       = new System.Drawing.Point(0, 0);
     this.userControlTasks1.Name           = "userControlTasks1";
     this.userControlTasks1.Size           = new System.Drawing.Size(1228, 538);
     this.userControlTasks1.TabIndex       = 0;
     this.userControlTasks1.TaskTab        = OpenDental.UserControlTasksTab.ForUser;
     this.userControlTasks1.FillGridEvent += new OpenDental.UserControlTasks.FillGridEventHandler(this.UserControlTasks1_FillGridEvent);
     this.userControlTasks1.Resize        += new System.EventHandler(this.userControlTasks1_Resize);
     //
     // gridWebChatSessions
     //
     this.gridWebChatSessions.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.gridWebChatSessions.Location         = new System.Drawing.Point(0, 3);
     this.gridWebChatSessions.Name             = "gridWebChatSessions";
     this.gridWebChatSessions.Size             = new System.Drawing.Size(1228, 147);
     this.gridWebChatSessions.TabIndex         = 1;
     this.gridWebChatSessions.Title            = "Web Chat Sessions";
     this.gridWebChatSessions.TranslationName  = "gridWebChatSessions";
     this.gridWebChatSessions.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridWebChatSessions_CellDoubleClick);
     //
     // FormTasks
     //
     this.ClientSize = new System.Drawing.Size(1230, 696);
     this.Controls.Add(this.splitter);
     this.Icon        = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MinimumSize = new System.Drawing.Size(175, 100);
     this.Name        = "FormTasks";
     this.Text        = "Tasks";
     this.Load       += new System.EventHandler(this.FormTasks_Load);
     this.splitter.Panel1.ResumeLayout(false);
     this.splitter.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitter)).EndInit();
     this.splitter.ResumeLayout(false);
     this.ResumeLayout(false);
 }