private void FormSheetFieldGrid_Load(object sender,EventArgs e) { if(IsReadOnly) { butOK.Enabled=false; butDelete.Enabled=false; } textGridType.Text=SheetFieldDefCur.FieldName; textXPos.Text=SheetFieldDefCur.XPos.ToString(); textYPos.Text=SheetFieldDefCur.YPos.ToString(); List<DisplayField> Columns=SheetUtil.GetGridColumnsAvailable(SheetFieldDefCur.FieldName); SheetFieldDefCur.Width=0; foreach(DisplayField f in Columns) { SheetFieldDefCur.Width+=f.ColumnWidth; } textWidth.Text=SheetFieldDefCur.Width.ToString(); UI.ODGrid odGrid=new ODGrid(); using(Graphics g=Graphics.FromImage(new Bitmap(100,100))) { SheetFieldDefCur.Height=0; if(SheetFieldDefCur.FieldName=="StatementPayPlan") { SheetFieldDefCur.Height+=odGrid.TitleHeight; } SheetFieldDefCur.Height+=odGrid.HeaderHeight+(int)g.MeasureString("Any",odGrid.Font,100,StringFormat.GenericDefault).Height+3; textHeight.Text=SheetFieldDefCur.Height.ToString(); } for(int i=0;i<Enum.GetNames(typeof(GrowthBehaviorEnum)).Length;i++) { comboGrowthBehavior.Items.Add(Enum.GetNames(typeof(GrowthBehaviorEnum))[i]); if((int)SheetFieldDefCur.GrowthBehavior==i) { comboGrowthBehavior.SelectedIndex=i; } } }
/// <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(FormReconciles)); this.grid = new OpenDental.UI.ODGrid(); this.butClose = new OpenDental.UI.Button(); this.butAdd = new OpenDental.UI.Button(); this.SuspendLayout(); // // grid // this.grid.Location = new System.Drawing.Point(18, 13); this.grid.Name = "grid"; this.grid.Size = new System.Drawing.Size(191, 450); this.grid.TabIndex = 1; this.grid.Title = "Existing Reconciles"; this.grid.TranslationName = "TableReconciles"; this.grid.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.grid_CellDoubleClick); // // butClose // this.butClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butClose.Location = new System.Drawing.Point(242, 509); this.butClose.Name = "butClose"; this.butClose.Size = new System.Drawing.Size(75, 26); this.butClose.TabIndex = 0; this.butClose.Text = "&Close"; this.butClose.Click += new System.EventHandler(this.butClose_Click); // // butAdd // this.butAdd.Image = global::OpenDental.Properties.Resources.Add; this.butAdd.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butAdd.Location = new System.Drawing.Point(18, 475); this.butAdd.Name = "butAdd"; this.butAdd.Size = new System.Drawing.Size(77, 26); this.butAdd.TabIndex = 98; this.butAdd.Text = "Add"; this.butAdd.Click += new System.EventHandler(this.butAdd_Click); // // FormReconciles // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(346, 546); this.Controls.Add(this.grid); this.Controls.Add(this.butClose); this.Controls.Add(this.butAdd); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormReconciles"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Reconciles"; this.Load += new System.EventHandler(this.FormReconciles_Load); this.ResumeLayout(false); }
/// <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(FormImageSelectClaimAttach)); this.butOK = new OpenDental.UI.Button(); this.butCancel = new OpenDental.UI.Button(); this.gridMain = new OpenDental.UI.ODGrid(); this.SuspendLayout(); // // butOK // this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butOK.Location = new System.Drawing.Point(505, 472); this.butOK.Name = "butOK"; this.butOK.Size = new System.Drawing.Size(75, 26); this.butOK.TabIndex = 1; this.butOK.Text = "&OK"; this.butOK.Click += new System.EventHandler(this.butOK_Click); // // butCancel // this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butCancel.Location = new System.Drawing.Point(505, 513); this.butCancel.Name = "butCancel"; this.butCancel.Size = new System.Drawing.Size(75, 26); this.butCancel.TabIndex = 0; this.butCancel.Text = "&Cancel"; this.butCancel.Click += new System.EventHandler(this.butCancel_Click); // // gridMain // this.gridMain.Location = new System.Drawing.Point(12, 12); this.gridMain.Name = "gridMain"; this.gridMain.Size = new System.Drawing.Size(451, 527); this.gridMain.TabIndex = 2; this.gridMain.Title = "Images"; this.gridMain.TranslationName = "FormImageSelect"; this.gridMain.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridMain_CellDoubleClick); // // FormImageSelectClaimAttach // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(632, 564); this.Controls.Add(this.gridMain); this.Controls.Add(this.butOK); this.Controls.Add(this.butCancel); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormImageSelectClaimAttach"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Select Image for Claim Attachment"; this.Load += new System.EventHandler(this.FormImageSelect_Load); this.ResumeLayout(false); }
private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormTranslation)); this.butClose = new OpenDental.UI.Button(); this.gridLan = new OpenDental.UI.ODGrid(); this.SuspendLayout(); // // 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.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.butClose.Location = new System.Drawing.Point(847, 671); this.butClose.Name = "butClose"; this.butClose.Size = new System.Drawing.Size(75, 26); this.butClose.TabIndex = 3; this.butClose.Text = "&Close"; this.butClose.Click += new System.EventHandler(this.butClose_Click); // // gridLan // this.gridLan.HScrollVisible = false; this.gridLan.Location = new System.Drawing.Point(18, 12); this.gridLan.Name = "gridLan"; this.gridLan.ScrollValue = 0; this.gridLan.Size = new System.Drawing.Size(905, 643); this.gridLan.TabIndex = 7; this.gridLan.Title = "Translations"; this.gridLan.TranslationName = "TableLan"; this.gridLan.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridLan_CellDoubleClick); // // FormTranslation // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.CancelButton = this.butClose; this.ClientSize = new System.Drawing.Size(958, 708); this.Controls.Add(this.gridLan); this.Controls.Add(this.butClose); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormTranslation"; this.ShowInTaskbar = false; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Translation"; this.Load += new System.EventHandler(this.FormLanguage_Load); this.ResumeLayout(false); }
public static void InitializeOnStartup(ContrChart contrChart,TabControl tabProc,ODGrid gridProg,Panel panelEcw, TabControl tabControlImages,Size ClientSize, ODGrid gridPtInfo,ToothChartWrapper toothChart,RichTextBox textTreatmentNotes,OpenDental.UI.Button butECWup, OpenDental.UI.Button butECWdown,TabPage tabPatInfo) { tabProc.SelectedIndex=0; tabProc.Height=259; if(UsingEcwTightOrFull()) { toothChart.Location=new Point(524+2,26); textTreatmentNotes.Location=new Point(524+2,toothChart.Bottom+1); textTreatmentNotes.Size=new Size(411,40);//make it a bit smaller than usual gridPtInfo.Visible=false; panelEcw.Visible=true; panelEcw.Location=new Point(524+2,textTreatmentNotes.Bottom+1); panelEcw.Size=new Size(411,tabControlImages.Top-panelEcw.Top+1); butECWdown.Location=butECWup.Location;//they will be at the same location, but just hide one or the other. butECWdown.Visible=false; tabProc.Location=new Point(0,28); gridProg.Location=new Point(0,tabProc.Bottom+2); gridProg.Height=ClientSize.Height-gridProg.Location.Y-2; } else {//normal: toothChart.Location=new Point(0,26); textTreatmentNotes.Location=new Point(0,toothChart.Bottom+1); textTreatmentNotes.Size=new Size(411,71); gridPtInfo.Visible=true; gridPtInfo.Location=new Point(0,textTreatmentNotes.Bottom+1); panelEcw.Visible=false; tabProc.Location=new Point(415,28); gridProg.Location=new Point(415,tabProc.Bottom+2); gridProg.Height=ClientSize.Height-gridProg.Location.Y-2; } if(Programs.UsingOrion) { textTreatmentNotes.Visible=false; contrChart.Controls.Remove(gridPtInfo); gridPtInfo.Visible=true; gridPtInfo.Location=new Point(0,0); gridPtInfo.Size=new Size(tabPatInfo.ClientSize.Width,tabPatInfo.ClientSize.Height); gridPtInfo.Anchor=AnchorStyles.Left | AnchorStyles.Right | AnchorStyles.Top | AnchorStyles.Bottom; tabPatInfo.Controls.Add(gridPtInfo); tabProc.SelectedTab=tabPatInfo; tabProc.Height=toothChart.Height-1; gridProg.Location=new Point(0,toothChart.Bottom+2); gridProg.HScrollVisible=true; gridProg.Height=ClientSize.Height-gridProg.Location.Y-2; gridProg.Width=ClientSize.Width-gridProg.Location.X-1;//full width } else { tabProc.TabPages.Remove(tabPatInfo); } }
/// <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(FormReqStudentOne)); this.butCancel = new OpenDental.UI.Button(); this.gridMain = new OpenDental.UI.ODGrid(); this.SuspendLayout(); // // 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.Right))); 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(738,621); this.butCancel.Name = "butCancel"; this.butCancel.Size = new System.Drawing.Size(75,26); this.butCancel.TabIndex = 0; this.butCancel.Text = "&Close"; this.butCancel.Click += new System.EventHandler(this.butCancel_Click); // // gridMain // this.gridMain.HScrollVisible = false; this.gridMain.Location = new System.Drawing.Point(19,12); this.gridMain.Name = "gridMain"; this.gridMain.ScrollValue = 0; this.gridMain.Size = new System.Drawing.Size(698,635); this.gridMain.TabIndex = 2; this.gridMain.Title = "Student Requirements"; this.gridMain.TranslationName = "TableReqStudentOne"; this.gridMain.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridMain_CellDoubleClick); // // FormReqStudentOne // this.AutoScaleBaseSize = new System.Drawing.Size(5,13); this.ClientSize = new System.Drawing.Size(825,665); this.Controls.Add(this.gridMain); this.Controls.Add(this.butCancel); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormReqStudentOne"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Student Requirements - One"; this.Load += new System.EventHandler(this.FormReqStudentOne_Load); this.ResumeLayout(false); }
/// <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(FormReqStudentOne)); this.butCancel = new OpenDental.UI.Button(); this.gridMain = new OpenDental.UI.ODGrid(); this.SuspendLayout(); // // 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.Right))); 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(738, 621); this.butCancel.Name = "butCancel"; this.butCancel.Size = new System.Drawing.Size(75, 26); this.butCancel.TabIndex = 0; this.butCancel.Text = "&Close"; this.butCancel.Click += new System.EventHandler(this.butCancel_Click); // // gridMain // this.gridMain.HScrollVisible = false; this.gridMain.Location = new System.Drawing.Point(19, 12); this.gridMain.Name = "gridMain"; this.gridMain.ScrollValue = 0; this.gridMain.Size = new System.Drawing.Size(698, 635); this.gridMain.TabIndex = 2; this.gridMain.Title = "Student Requirements"; this.gridMain.TranslationName = "TableReqStudentOne"; this.gridMain.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridMain_CellDoubleClick); // // FormReqStudentOne // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(825, 665); this.Controls.Add(this.gridMain); this.Controls.Add(this.butCancel); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormReqStudentOne"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Student Requirements - One"; this.Load += new System.EventHandler(this.FormReqStudentOne_Load); this.ResumeLayout(false); }
/// <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(FormAuditOneType)); this.grid = new OpenDental.UI.ODGrid(); this.labelDisclaimer = new System.Windows.Forms.Label(); this.SuspendLayout(); // // grid // this.grid.HScrollVisible = false; this.grid.Location = new System.Drawing.Point(8, 21); this.grid.Name = "grid"; this.grid.ScrollValue = 0; this.grid.SelectionMode = OpenDental.UI.GridSelectionMode.MultiExtended; this.grid.Size = new System.Drawing.Size(888, 602); this.grid.TabIndex = 2; this.grid.Title = "Audit Trail"; this.grid.TranslationName = "TableAudit"; // // labelDisclaimer // this.labelDisclaimer.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelDisclaimer.ForeColor = System.Drawing.Color.Firebrick; this.labelDisclaimer.Location = new System.Drawing.Point(8, 3); this.labelDisclaimer.Name = "labelDisclaimer"; this.labelDisclaimer.Size = new System.Drawing.Size(780, 15); this.labelDisclaimer.TabIndex = 3; this.labelDisclaimer.Text = "Changes made to this appointment before the update to 12.3 will not be reflected " + "below, but can be found in the regular audit trail."; this.labelDisclaimer.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // FormAuditOneType // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(905, 634); this.Controls.Add(this.labelDisclaimer); this.Controls.Add(this.grid); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.KeyPreview = true; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormAuditOneType"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Audit Trail"; this.Load += new System.EventHandler(this.FormAuditOneType_Load); this.ResumeLayout(false); }
private void Print_Click() { _pagesPrinted = 0; _headingPrinted = false; gridMainPrint = new ODGrid() { Width = 1050, TranslationName = "", HideScrollBars = true }; FillGrid(isPrinting: true); //not nessecary to explicity name parameter but makes code easier to read. PrintoutOrientation orient = PrintoutOrientation.Default; if (gridMainPrint.WidthAllColumns > 800) { orient = PrintoutOrientation.Landscape; } PrinterL.TryPrintOrDebugRpPreview(pd2_PrintPage, Lan.g(this, "Accounting transaction history for") + " " + _acctCur.Description + " " + Lan.g(this, "printed"), printoutOrientation: orient ); }
/// <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(FormAuditOneType)); this.grid = new OpenDental.UI.ODGrid(); this.SuspendLayout(); // // grid // this.grid.Columns.Add(new OpenDental.UI.ODGridColumn("Date Time",120,System.Windows.Forms.HorizontalAlignment.Left)); this.grid.Columns.Add(new OpenDental.UI.ODGridColumn("User",70,System.Windows.Forms.HorizontalAlignment.Left)); this.grid.Columns.Add(new OpenDental.UI.ODGridColumn("Permission",110,System.Windows.Forms.HorizontalAlignment.Left)); this.grid.Columns.Add(new OpenDental.UI.ODGridColumn("Log Text",569,System.Windows.Forms.HorizontalAlignment.Left)); this.grid.HScrollVisible = false; this.grid.Location = new System.Drawing.Point(8,12); this.grid.Name = "grid"; this.grid.ScrollValue = 0; this.grid.SelectionMode = OpenDental.UI.GridSelectionMode.MultiExtended; this.grid.Size = new System.Drawing.Size(888,611); this.grid.TabIndex = 2; this.grid.Title = "Audit Trail"; this.grid.TranslationName = "TableAudit"; // // FormAuditOneType // this.AutoScaleBaseSize = new System.Drawing.Size(5,13); this.ClientSize = new System.Drawing.Size(905,634); this.Controls.Add(this.grid); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.KeyPreview = true; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormAuditOneType"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Audit Trail"; this.Load += new System.EventHandler(this.FormAuditOneType_Load); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FormAuditOneType)); this.grid = new OpenDental.UI.ODGrid(); this.SuspendLayout(); // // grid // this.grid.Columns.Add(new OpenDental.UI.ODGridColumn("Date Time", 120, System.Windows.Forms.HorizontalAlignment.Left)); this.grid.Columns.Add(new OpenDental.UI.ODGridColumn("User", 70, System.Windows.Forms.HorizontalAlignment.Left)); this.grid.Columns.Add(new OpenDental.UI.ODGridColumn("Permission", 110, System.Windows.Forms.HorizontalAlignment.Left)); this.grid.Columns.Add(new OpenDental.UI.ODGridColumn("Log Text", 569, System.Windows.Forms.HorizontalAlignment.Left)); this.grid.HScrollVisible = false; this.grid.Location = new System.Drawing.Point(8, 12); this.grid.Name = "grid"; this.grid.ScrollValue = 0; this.grid.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended; this.grid.Size = new System.Drawing.Size(888, 611); this.grid.TabIndex = 2; this.grid.Title = "Audit Trail"; this.grid.TranslationName = "TableAudit"; // // FormAuditOneType // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(905, 634); this.Controls.Add(this.grid); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.KeyPreview = true; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormAuditOneType"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Audit Trail"; this.Load += new System.EventHandler(this.FormAuditOneType_Load); this.ResumeLayout(false); }
/// <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(FormFeesForIns)); this.textCarrier = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.comboFeeSchedWithout = new System.Windows.Forms.ComboBox(); this.label3 = new System.Windows.Forms.Label(); this.comboFeeSchedWith = new System.Windows.Forms.ComboBox(); this.label4 = new System.Windows.Forms.Label(); this.comboFeeSchedNew = new System.Windows.Forms.ComboBox(); this.label5 = new System.Windows.Forms.Label(); this.textCarrierNot = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.listType = new System.Windows.Forms.ListBox(); this.butSelectAll = new OpenDental.UI.Button(); this.gridMain = new OpenDental.UI.ODGrid(); this.butOK = new OpenDental.UI.Button(); this.butCancel = new OpenDental.UI.Button(); this.SuspendLayout(); // // textCarrier // this.textCarrier.Location = new System.Drawing.Point(235, 40); this.textCarrier.Name = "textCarrier"; this.textCarrier.Size = new System.Drawing.Size(180, 20); this.textCarrier.TabIndex = 0; this.textCarrier.TextChanged += new System.EventHandler(this.textCarrier_TextChanged); // // label2 // this.label2.FlatStyle = System.Windows.Forms.FlatStyle.System; this.label2.Location = new System.Drawing.Point(136, 43); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(93, 17); this.label2.TabIndex = 19; this.label2.Text = "Carrier Like"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label1 // this.label1.FlatStyle = System.Windows.Forms.FlatStyle.System; this.label1.Location = new System.Drawing.Point(416, 65); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(128, 17); this.label1.TabIndex = 20; this.label1.Text = "Without Fee Schedule"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // comboFeeSchedWithout // this.comboFeeSchedWithout.FormattingEnabled = true; this.comboFeeSchedWithout.Location = new System.Drawing.Point(550, 61); this.comboFeeSchedWithout.MaxDropDownItems = 40; this.comboFeeSchedWithout.Name = "comboFeeSchedWithout"; this.comboFeeSchedWithout.Size = new System.Drawing.Size(228, 21); this.comboFeeSchedWithout.TabIndex = 1; this.comboFeeSchedWithout.SelectionChangeCommitted += new System.EventHandler(this.comboFeeSchedWithout_SelectionChangeCommitted); // // label3 // this.label3.FlatStyle = System.Windows.Forms.FlatStyle.System; this.label3.Location = new System.Drawing.Point(13, 4); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(432, 15); this.label3.TabIndex = 22; this.label3.Text = "You are searching for Insurance Plans that might have the wrong fee schedule atta" + "ched."; // // comboFeeSchedWith // this.comboFeeSchedWith.FormattingEnabled = true; this.comboFeeSchedWith.Location = new System.Drawing.Point(550, 39); this.comboFeeSchedWith.MaxDropDownItems = 40; this.comboFeeSchedWith.Name = "comboFeeSchedWith"; this.comboFeeSchedWith.Size = new System.Drawing.Size(228, 21); this.comboFeeSchedWith.TabIndex = 23; this.comboFeeSchedWith.SelectionChangeCommitted += new System.EventHandler(this.comboFeeSchedWith_SelectionChangeCommitted); // // label4 // this.label4.FlatStyle = System.Windows.Forms.FlatStyle.System; this.label4.Location = new System.Drawing.Point(416, 43); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(128, 17); this.label4.TabIndex = 24; this.label4.Text = "With Fee Schedule"; this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // comboFeeSchedNew // this.comboFeeSchedNew.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.comboFeeSchedNew.FormattingEnabled = true; this.comboFeeSchedNew.Location = new System.Drawing.Point(316, 633); this.comboFeeSchedNew.MaxDropDownItems = 40; this.comboFeeSchedNew.Name = "comboFeeSchedNew"; this.comboFeeSchedNew.Size = new System.Drawing.Size(228, 21); this.comboFeeSchedNew.TabIndex = 25; // // label5 // this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.label5.FlatStyle = System.Windows.Forms.FlatStyle.System; this.label5.Location = new System.Drawing.Point(161, 637); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(149, 17); this.label5.TabIndex = 26; this.label5.Text = "New Fee Schedule"; this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textCarrierNot // this.textCarrierNot.Location = new System.Drawing.Point(235, 61); this.textCarrierNot.Name = "textCarrierNot"; this.textCarrierNot.Size = new System.Drawing.Size(180, 20); this.textCarrierNot.TabIndex = 27; this.textCarrierNot.TextChanged += new System.EventHandler(this.textCarrierNot_TextChanged); // // label6 // this.label6.FlatStyle = System.Windows.Forms.FlatStyle.System; this.label6.Location = new System.Drawing.Point(136, 64); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(93, 17); this.label6.TabIndex = 28; this.label6.Text = "Carrier Not Like"; this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // listType // this.listType.FormattingEnabled = true; this.listType.Location = new System.Drawing.Point(13, 25); this.listType.Name = "listType"; this.listType.Size = new System.Drawing.Size(120, 56); this.listType.TabIndex = 29; this.listType.Click += new System.EventHandler(this.listType_Click); // // butSelectAll // this.butSelectAll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.butSelectAll.Location = new System.Drawing.Point(12, 630); this.butSelectAll.Name = "butSelectAll"; this.butSelectAll.Size = new System.Drawing.Size(75, 24); this.butSelectAll.TabIndex = 30; this.butSelectAll.Text = "Select All"; this.butSelectAll.Click += new System.EventHandler(this.butSelectAll_Click); // // gridMain // this.gridMain.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.gridMain.Location = new System.Drawing.Point(13, 87); this.gridMain.Name = "gridMain"; this.gridMain.SelectionMode = OpenDental.UI.GridSelectionMode.MultiExtended; this.gridMain.Size = new System.Drawing.Size(799, 537); this.gridMain.TabIndex = 2; this.gridMain.Title = "Ins Plans that might need to be changed"; this.gridMain.TranslationName = "TablePlans"; // // butOK // this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.butOK.Location = new System.Drawing.Point(560, 631); this.butOK.Name = "butOK"; this.butOK.Size = new System.Drawing.Size(75, 24); this.butOK.TabIndex = 2; this.butOK.Text = "Change"; this.butOK.Click += new System.EventHandler(this.butOK_Click); // // butCancel // this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butCancel.Location = new System.Drawing.Point(737, 632); this.butCancel.Name = "butCancel"; this.butCancel.Size = new System.Drawing.Size(75, 24); this.butCancel.TabIndex = 3; this.butCancel.Text = "&Close"; this.butCancel.Click += new System.EventHandler(this.butCancel_Click); // // FormFeesForIns // this.ClientSize = new System.Drawing.Size(824, 668); this.Controls.Add(this.butSelectAll); this.Controls.Add(this.listType); this.Controls.Add(this.textCarrierNot); this.Controls.Add(this.label6); this.Controls.Add(this.comboFeeSchedNew); this.Controls.Add(this.label5); this.Controls.Add(this.comboFeeSchedWith); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.comboFeeSchedWithout); this.Controls.Add(this.label1); this.Controls.Add(this.textCarrier); this.Controls.Add(this.label2); this.Controls.Add(this.gridMain); this.Controls.Add(this.butOK); this.Controls.Add(this.butCancel); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormFeesForIns"; this.ShowInTaskbar = false; this.Text = "Check Insurance Plan Fees"; this.Load += new System.EventHandler(this.FormFeesForIns_Load); this.ResumeLayout(false); this.PerformLayout(); }
/// <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(FormFeesForIns)); this.textCarrier = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.comboFeeSchedWithout = new System.Windows.Forms.ComboBox(); this.label3 = new System.Windows.Forms.Label(); this.comboFeeSchedWith = new System.Windows.Forms.ComboBox(); this.label4 = new System.Windows.Forms.Label(); this.comboFeeSchedNew = new System.Windows.Forms.ComboBox(); this.label5 = new System.Windows.Forms.Label(); this.textCarrierNot = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.listType = new System.Windows.Forms.ListBox(); this.butSelectAll = new OpenDental.UI.Button(); this.gridMain = new OpenDental.UI.ODGrid(); this.butOK = new OpenDental.UI.Button(); this.butCancel = new OpenDental.UI.Button(); this.SuspendLayout(); // // textCarrier // this.textCarrier.Location = new System.Drawing.Point(235,26); this.textCarrier.Name = "textCarrier"; this.textCarrier.Size = new System.Drawing.Size(180,20); this.textCarrier.TabIndex = 0; this.textCarrier.TextChanged += new System.EventHandler(this.textCarrier_TextChanged); // // label2 // this.label2.FlatStyle = System.Windows.Forms.FlatStyle.System; this.label2.Location = new System.Drawing.Point(136,29); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(93,17); this.label2.TabIndex = 19; this.label2.Text = "Carrier Like"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label1 // this.label1.FlatStyle = System.Windows.Forms.FlatStyle.System; this.label1.Location = new System.Drawing.Point(416,51); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(128,17); this.label1.TabIndex = 20; this.label1.Text = "Without Fee Schedule"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // comboFeeSchedWithout // this.comboFeeSchedWithout.FormattingEnabled = true; this.comboFeeSchedWithout.Location = new System.Drawing.Point(550,47); this.comboFeeSchedWithout.MaxDropDownItems = 40; this.comboFeeSchedWithout.Name = "comboFeeSchedWithout"; this.comboFeeSchedWithout.Size = new System.Drawing.Size(228,21); this.comboFeeSchedWithout.TabIndex = 1; this.comboFeeSchedWithout.SelectionChangeCommitted += new System.EventHandler(this.comboFeeSchedWithout_SelectionChangeCommitted); // // label3 // this.label3.FlatStyle = System.Windows.Forms.FlatStyle.System; this.label3.Location = new System.Drawing.Point(13,4); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(432,15); this.label3.TabIndex = 22; this.label3.Text = "You are searching for Insurance Plans that might have the wrong fee schedule atta" + "ched."; // // comboFeeSchedWith // this.comboFeeSchedWith.FormattingEnabled = true; this.comboFeeSchedWith.Location = new System.Drawing.Point(550,25); this.comboFeeSchedWith.MaxDropDownItems = 40; this.comboFeeSchedWith.Name = "comboFeeSchedWith"; this.comboFeeSchedWith.Size = new System.Drawing.Size(228,21); this.comboFeeSchedWith.TabIndex = 23; this.comboFeeSchedWith.SelectionChangeCommitted += new System.EventHandler(this.comboFeeSchedWith_SelectionChangeCommitted); // // label4 // this.label4.FlatStyle = System.Windows.Forms.FlatStyle.System; this.label4.Location = new System.Drawing.Point(416,29); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(128,17); this.label4.TabIndex = 24; this.label4.Text = "With Fee Schedule"; this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // comboFeeSchedNew // this.comboFeeSchedNew.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.comboFeeSchedNew.FormattingEnabled = true; this.comboFeeSchedNew.Location = new System.Drawing.Point(370,633); this.comboFeeSchedNew.MaxDropDownItems = 40; this.comboFeeSchedNew.Name = "comboFeeSchedNew"; this.comboFeeSchedNew.Size = new System.Drawing.Size(228,21); this.comboFeeSchedNew.TabIndex = 25; // // label5 // this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.label5.FlatStyle = System.Windows.Forms.FlatStyle.System; this.label5.Location = new System.Drawing.Point(215,637); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(149,17); this.label5.TabIndex = 26; this.label5.Text = "New Fee Schedule"; this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textCarrierNot // this.textCarrierNot.Location = new System.Drawing.Point(235,47); this.textCarrierNot.Name = "textCarrierNot"; this.textCarrierNot.Size = new System.Drawing.Size(180,20); this.textCarrierNot.TabIndex = 27; this.textCarrierNot.TextChanged += new System.EventHandler(this.textCarrierNot_TextChanged); // // label6 // this.label6.FlatStyle = System.Windows.Forms.FlatStyle.System; this.label6.Location = new System.Drawing.Point(136,50); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(93,17); this.label6.TabIndex = 28; this.label6.Text = "Carrier Not Like"; this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // listType // this.listType.FormattingEnabled = true; this.listType.Location = new System.Drawing.Point(13,25); this.listType.Name = "listType"; this.listType.Size = new System.Drawing.Size(120,43); this.listType.TabIndex = 29; this.listType.Click += new System.EventHandler(this.listType_Click); // // butSelectAll // this.butSelectAll.AdjustImageLocation = new System.Drawing.Point(0,0); this.butSelectAll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.butSelectAll.Autosize = true; this.butSelectAll.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butSelectAll.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butSelectAll.CornerRadius = 4F; this.butSelectAll.Location = new System.Drawing.Point(12,630); this.butSelectAll.Name = "butSelectAll"; this.butSelectAll.Size = new System.Drawing.Size(75,24); this.butSelectAll.TabIndex = 30; this.butSelectAll.Text = "Select All"; this.butSelectAll.Click += new System.EventHandler(this.butSelectAll_Click); // // gridMain // this.gridMain.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.gridMain.HScrollVisible = false; this.gridMain.Location = new System.Drawing.Point(13,72); this.gridMain.Name = "gridMain"; this.gridMain.ScrollValue = 0; this.gridMain.SelectionMode = OpenDental.UI.GridSelectionMode.MultiExtended; this.gridMain.Size = new System.Drawing.Size(732,552); this.gridMain.TabIndex = 2; this.gridMain.Title = "Ins Plans that might need to be changed"; this.gridMain.TranslationName = null; // // 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(614,631); this.butOK.Name = "butOK"; this.butOK.Size = new System.Drawing.Size(75,24); this.butOK.TabIndex = 2; this.butOK.Text = "Change"; this.butOK.Click += new System.EventHandler(this.butOK_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.Right))); 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(737,631); this.butCancel.Name = "butCancel"; this.butCancel.Size = new System.Drawing.Size(75,24); this.butCancel.TabIndex = 3; this.butCancel.Text = "&Close"; this.butCancel.Click += new System.EventHandler(this.butCancel_Click); // // FormFeesForIns // this.AutoScaleBaseSize = new System.Drawing.Size(5,13); this.ClientSize = new System.Drawing.Size(824,668); this.Controls.Add(this.butSelectAll); this.Controls.Add(this.listType); this.Controls.Add(this.textCarrierNot); this.Controls.Add(this.label6); this.Controls.Add(this.comboFeeSchedNew); this.Controls.Add(this.label5); this.Controls.Add(this.comboFeeSchedWith); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.comboFeeSchedWithout); this.Controls.Add(this.label1); this.Controls.Add(this.textCarrier); this.Controls.Add(this.label2); this.Controls.Add(this.gridMain); this.Controls.Add(this.butOK); this.Controls.Add(this.butCancel); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.KeyPreview = true; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormFeesForIns"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Check Insurance Plan Fees"; this.Load += new System.EventHandler(this.FormFeesForIns_Load); this.ResumeLayout(false); this.PerformLayout(); }
private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormConfirmList)); this.butClose = new OpenDental.UI.Button(); this.butRefresh = new OpenDental.UI.Button(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.comboShowRecall = new System.Windows.Forms.ComboBox(); this.comboClinic = new System.Windows.Forms.ComboBox(); this.labelClinic = new System.Windows.Forms.Label(); this.comboProv = new System.Windows.Forms.ComboBox(); this.label4 = new System.Windows.Forms.Label(); this.textDateTo = new OpenDental.ValidDate(); this.textDateFrom = new OpenDental.ValidDate(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.butReport = new OpenDental.UI.Button(); this.butLabels = new OpenDental.UI.Button(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.comboStatus = new System.Windows.Forms.ComboBox(); this.butPostcards = new OpenDental.UI.Button(); this.grid = new OpenDental.UI.ODGrid(); this.butPrint = new OpenDental.UI.Button(); this.butEmail = new OpenDental.UI.Button(); this.butText = new OpenDental.UI.Button(); this.groupBox1.SuspendLayout(); this.groupBox3.SuspendLayout(); this.SuspendLayout(); // // butClose // this.butClose.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); 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.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.butClose.Location = new System.Drawing.Point(895, 659); this.butClose.Name = "butClose"; this.butClose.Size = new System.Drawing.Size(75, 24); this.butClose.TabIndex = 2; this.butClose.Text = "&Close"; this.butClose.Click += new System.EventHandler(this.butClose_Click); // // butRefresh // this.butRefresh.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butRefresh.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.butRefresh.Autosize = true; this.butRefresh.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butRefresh.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butRefresh.CornerRadius = 4F; this.butRefresh.Location = new System.Drawing.Point(47, 12); this.butRefresh.Name = "butRefresh"; this.butRefresh.Size = new System.Drawing.Size(84, 24); this.butRefresh.TabIndex = 2; this.butRefresh.Text = "&Refresh"; this.butRefresh.Click += new System.EventHandler(this.butRefresh_Click); // // groupBox1 // this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.groupBox1.Controls.Add(this.comboShowRecall); this.groupBox1.Controls.Add(this.comboClinic); this.groupBox1.Controls.Add(this.labelClinic); this.groupBox1.Controls.Add(this.comboProv); this.groupBox1.Controls.Add(this.label4); this.groupBox1.Controls.Add(this.textDateTo); this.groupBox1.Controls.Add(this.textDateFrom); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.butRefresh); this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System; this.groupBox1.Location = new System.Drawing.Point(5, 4); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(632, 63); this.groupBox1.TabIndex = 1; this.groupBox1.TabStop = false; this.groupBox1.Text = "View"; // // comboShowRecall // this.comboShowRecall.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboShowRecall.FormattingEnabled = true; this.comboShowRecall.Items.AddRange(new object[] { "All", "Recall Only", "Exclude Recall"}); this.comboShowRecall.Location = new System.Drawing.Point(29, 38); this.comboShowRecall.Name = "comboShowRecall"; this.comboShowRecall.Size = new System.Drawing.Size(121, 21); this.comboShowRecall.TabIndex = 26; // // comboClinic // this.comboClinic.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboClinic.Location = new System.Drawing.Point(439, 36); this.comboClinic.MaxDropDownItems = 40; this.comboClinic.Name = "comboClinic"; this.comboClinic.Size = new System.Drawing.Size(181, 21); this.comboClinic.TabIndex = 25; // // labelClinic // this.labelClinic.Location = new System.Drawing.Point(346, 40); this.labelClinic.Name = "labelClinic"; this.labelClinic.Size = new System.Drawing.Size(91, 14); this.labelClinic.TabIndex = 24; this.labelClinic.Text = "Clinic"; this.labelClinic.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // comboProv // this.comboProv.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboProv.Location = new System.Drawing.Point(439, 12); this.comboProv.MaxDropDownItems = 40; this.comboProv.Name = "comboProv"; this.comboProv.Size = new System.Drawing.Size(181, 21); this.comboProv.TabIndex = 23; // // label4 // this.label4.Location = new System.Drawing.Point(346, 16); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(91, 14); this.label4.TabIndex = 22; this.label4.Text = "Provider"; this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textDateTo // this.textDateTo.Location = new System.Drawing.Point(232, 38); this.textDateTo.Name = "textDateTo"; this.textDateTo.Size = new System.Drawing.Size(94, 20); this.textDateTo.TabIndex = 14; // // textDateFrom // this.textDateFrom.Location = new System.Drawing.Point(232, 16); this.textDateFrom.Name = "textDateFrom"; this.textDateFrom.Size = new System.Drawing.Size(94, 20); this.textDateFrom.TabIndex = 13; // // label2 // this.label2.Location = new System.Drawing.Point(161, 40); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(68, 14); this.label2.TabIndex = 12; this.label2.Text = "To Date"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label1 // this.label1.Location = new System.Drawing.Point(152, 19); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(77, 14); this.label1.TabIndex = 11; this.label1.Text = "From Date"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // butReport // this.butReport.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butReport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.butReport.Autosize = true; this.butReport.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butReport.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butReport.CornerRadius = 4F; this.butReport.Location = new System.Drawing.Point(621, 659); this.butReport.Name = "butReport"; this.butReport.Size = new System.Drawing.Size(87, 24); this.butReport.TabIndex = 13; this.butReport.Text = "R&un Report"; this.butReport.Click += new System.EventHandler(this.butReport_Click); // // butLabels // this.butLabels.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butLabels.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.butLabels.Autosize = true; this.butLabels.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butLabels.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butLabels.CornerRadius = 4F; this.butLabels.Image = global::OpenDental.Properties.Resources.butLabel; this.butLabels.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butLabels.Location = new System.Drawing.Point(129, 659); this.butLabels.Name = "butLabels"; this.butLabels.Size = new System.Drawing.Size(102, 24); this.butLabels.TabIndex = 14; this.butLabels.Text = "Label Preview"; this.butLabels.Click += new System.EventHandler(this.butLabels_Click); // // groupBox3 // this.groupBox3.Controls.Add(this.comboStatus); this.groupBox3.FlatStyle = System.Windows.Forms.FlatStyle.System; this.groupBox3.Location = new System.Drawing.Point(643, 4); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(143, 63); this.groupBox3.TabIndex = 15; this.groupBox3.TabStop = false; this.groupBox3.Text = "Set Status"; // // comboStatus // this.comboStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboStatus.Location = new System.Drawing.Point(7, 22); this.comboStatus.MaxDropDownItems = 40; this.comboStatus.Name = "comboStatus"; this.comboStatus.Size = new System.Drawing.Size(128, 21); this.comboStatus.TabIndex = 15; this.comboStatus.SelectedIndexChanged += new System.EventHandler(this.comboStatus_SelectedIndexChanged); this.comboStatus.SelectionChangeCommitted += new System.EventHandler(this.comboStatus_SelectionChangeCommitted); // // butPostcards // this.butPostcards.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butPostcards.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.butPostcards.Autosize = true; this.butPostcards.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butPostcards.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butPostcards.CornerRadius = 4F; this.butPostcards.Image = global::OpenDental.Properties.Resources.butPrintSmall; this.butPostcards.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butPostcards.Location = new System.Drawing.Point(4, 659); this.butPostcards.Name = "butPostcards"; this.butPostcards.Size = new System.Drawing.Size(119, 24); this.butPostcards.TabIndex = 16; this.butPostcards.Text = "Postcard Preview"; this.butPostcards.Click += new System.EventHandler(this.butPostcards_Click); // // grid // this.grid.HScrollVisible = false; this.grid.Location = new System.Drawing.Point(4, 69); this.grid.Name = "grid"; this.grid.ScrollValue = 0; this.grid.SelectionMode = OpenDental.UI.GridSelectionMode.MultiExtended; this.grid.Size = new System.Drawing.Size(963, 585); this.grid.TabIndex = 0; this.grid.Title = "Confirmation List"; this.grid.TranslationName = "TableConfirmList"; this.grid.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.grid_CellDoubleClick); this.grid.CellClick += new OpenDental.UI.ODGridClickEventHandler(this.grid_CellClick); this.grid.Click += new System.EventHandler(this.grid_Click); // // butPrint // this.butPrint.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butPrint.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butPrint.Autosize = true; this.butPrint.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butPrint.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butPrint.CornerRadius = 4F; this.butPrint.Image = global::OpenDental.Properties.Resources.butPrintSmall; this.butPrint.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butPrint.Location = new System.Drawing.Point(714, 659); this.butPrint.Name = "butPrint"; this.butPrint.Size = new System.Drawing.Size(87, 24); this.butPrint.TabIndex = 20; this.butPrint.Text = "Print List"; this.butPrint.Click += new System.EventHandler(this.butPrint_Click); // // butEmail // this.butEmail.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butEmail.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butEmail.Autosize = true; this.butEmail.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butEmail.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butEmail.CornerRadius = 4F; this.butEmail.Image = global::OpenDental.Properties.Resources.email1; this.butEmail.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butEmail.Location = new System.Drawing.Point(237, 659); this.butEmail.Name = "butEmail"; this.butEmail.Size = new System.Drawing.Size(91, 24); this.butEmail.TabIndex = 61; this.butEmail.Text = "E-Mail"; this.butEmail.Click += new System.EventHandler(this.butEmail_Click); // // butText // this.butText.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butText.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butText.Autosize = false; this.butText.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butText.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butText.CornerRadius = 4F; this.butText.Image = global::OpenDental.Properties.Resources.Text; this.butText.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butText.Location = new System.Drawing.Point(333, 659); this.butText.Name = "butText"; this.butText.Size = new System.Drawing.Size(79, 24); this.butText.TabIndex = 61; this.butText.Text = "Text"; this.butText.Click += new System.EventHandler(this.butText_Click); // // FormConfirmList // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.CancelButton = this.butClose; this.ClientSize = new System.Drawing.Size(975, 688); this.Controls.Add(this.butText); this.Controls.Add(this.butEmail); this.Controls.Add(this.butPrint); this.Controls.Add(this.butPostcards); this.Controls.Add(this.grid); this.Controls.Add(this.groupBox3); this.Controls.Add(this.butLabels); this.Controls.Add(this.butReport); this.Controls.Add(this.groupBox1); this.Controls.Add(this.butClose); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormConfirmList"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Confirmation List"; this.Load += new System.EventHandler(this.FormConfirmList_Load); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.groupBox3.ResumeLayout(false); this.ResumeLayout(false); }
/// <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(FormReferralsPatient)); this.gridMain = new OpenDental.UI.ODGrid(); this.checkShowAll = new System.Windows.Forms.CheckBox(); this.butAddTo = new OpenDental.UI.Button(); this.butSlip = new OpenDental.UI.Button(); this.butAddFrom = new OpenDental.UI.Button(); this.butClose = new OpenDental.UI.Button(); this.butOK = new OpenDental.UI.Button(); this.butNone = new OpenDental.UI.Button(); this.SuspendLayout(); // // gridMain // this.gridMain.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.gridMain.HScrollVisible = false; this.gridMain.Location = new System.Drawing.Point(12, 42); this.gridMain.Name = "gridMain"; this.gridMain.ScrollValue = 0; this.gridMain.SelectionMode = OpenDental.UI.GridSelectionMode.MultiExtended; this.gridMain.Size = new System.Drawing.Size(839, 261); this.gridMain.TabIndex = 74; this.gridMain.Title = "Referrals Attached"; this.gridMain.TranslationName = "TableRefList"; this.gridMain.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridMain_CellDoubleClick); // // checkShowAll // this.checkShowAll.Location = new System.Drawing.Point(560, 18); this.checkShowAll.Name = "checkShowAll"; this.checkShowAll.Size = new System.Drawing.Size(162, 20); this.checkShowAll.TabIndex = 92; this.checkShowAll.Text = "Show All"; this.checkShowAll.UseVisualStyleBackColor = true; this.checkShowAll.Click += new System.EventHandler(this.checkShowAll_Click); // // butAddTo // this.butAddTo.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butAddTo.Autosize = true; this.butAddTo.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butAddTo.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butAddTo.CornerRadius = 4F; this.butAddTo.Image = global::OpenDental.Properties.Resources.Add; this.butAddTo.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butAddTo.Location = new System.Drawing.Point(127, 10); this.butAddTo.Name = "butAddTo"; this.butAddTo.Size = new System.Drawing.Size(94, 24); this.butAddTo.TabIndex = 91; this.butAddTo.Text = "Refer To"; this.butAddTo.Click += new System.EventHandler(this.butAddTo_Click); // // butSlip // this.butSlip.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butSlip.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.butSlip.Autosize = true; this.butSlip.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butSlip.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butSlip.CornerRadius = 4F; this.butSlip.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butSlip.Location = new System.Drawing.Point(12, 317); this.butSlip.Name = "butSlip"; this.butSlip.Size = new System.Drawing.Size(86, 24); this.butSlip.TabIndex = 90; this.butSlip.Text = "Referral Slip"; this.butSlip.Click += new System.EventHandler(this.butSlip_Click); // // butAddFrom // this.butAddFrom.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butAddFrom.Autosize = true; this.butAddFrom.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butAddFrom.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butAddFrom.CornerRadius = 4F; this.butAddFrom.Image = global::OpenDental.Properties.Resources.Add; this.butAddFrom.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butAddFrom.Location = new System.Drawing.Point(12, 10); this.butAddFrom.Name = "butAddFrom"; this.butAddFrom.Size = new System.Drawing.Size(109, 24); this.butAddFrom.TabIndex = 72; this.butAddFrom.Text = "Referred From"; this.butAddFrom.Click += new System.EventHandler(this.butAddFrom_Click); // // butClose // this.butClose.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); 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.Location = new System.Drawing.Point(776, 317); this.butClose.Name = "butClose"; this.butClose.Size = new System.Drawing.Size(75, 24); this.butClose.TabIndex = 0; this.butClose.Text = "Close"; this.butClose.Click += new System.EventHandler(this.butClose_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.Right))); 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(695, 316); this.butOK.Name = "butOK"; this.butOK.Size = new System.Drawing.Size(75, 24); this.butOK.TabIndex = 93; this.butOK.Text = "OK"; this.butOK.Visible = false; this.butOK.Click += new System.EventHandler(this.butOK_Click); // // butNone // this.butNone.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butNone.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butNone.Autosize = true; this.butNone.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butNone.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butNone.CornerRadius = 4F; this.butNone.Location = new System.Drawing.Point(394, 317); this.butNone.Name = "butNone"; this.butNone.Size = new System.Drawing.Size(75, 24); this.butNone.TabIndex = 94; this.butNone.Text = "None"; this.butNone.Visible = false; this.butNone.Click += new System.EventHandler(this.butNone_Click); // // FormReferralsPatient // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(863, 352); this.Controls.Add(this.butNone); this.Controls.Add(this.butOK); this.Controls.Add(this.checkShowAll); this.Controls.Add(this.butAddTo); this.Controls.Add(this.butSlip); this.Controls.Add(this.gridMain); this.Controls.Add(this.butAddFrom); this.Controls.Add(this.butClose); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.MinimumSize = new System.Drawing.Size(871, 200); this.Name = "FormReferralsPatient"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Referrals for Patient"; this.Load += new System.EventHandler(this.FormReferralsPatient_Load); this.ResumeLayout(false); }
/// <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(FormAccounting)); this.imageListMain = new System.Windows.Forms.ImageList(this.components); this.checkInactive = new System.Windows.Forms.CheckBox(); this.mainMenu1 = new System.Windows.Forms.MainMenu(this.components); this.menuItemSetup = new System.Windows.Forms.MenuItem(); this.menuItem1 = new System.Windows.Forms.MenuItem(); this.menuItemGL = new System.Windows.Forms.MenuItem(); this.menuItemBalSheet = new System.Windows.Forms.MenuItem(); this.label2 = new System.Windows.Forms.Label(); this.butToday = new OpenDental.UI.Button(); this.butRefresh = new OpenDental.UI.Button(); this.textDate = new OpenDental.ValidDate(); this.gridMain = new OpenDental.UI.ODGrid(); this.ToolBarMain = new OpenDental.UI.ODToolBar(); this.menuItemLock = new System.Windows.Forms.MenuItem(); 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, "Add.gif"); this.imageListMain.Images.SetKeyName(1, "editPencil.gif"); // // checkInactive // this.checkInactive.AutoSize = true; this.checkInactive.Location = new System.Drawing.Point(313, 34); this.checkInactive.Name = "checkInactive"; this.checkInactive.Size = new System.Drawing.Size(150, 17); this.checkInactive.TabIndex = 2; this.checkInactive.Text = "Include Inactive Accounts"; this.checkInactive.UseVisualStyleBackColor = true; this.checkInactive.Click += new System.EventHandler(this.checkInactive_Click); // // mainMenu1 // this.mainMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { this.menuItemSetup, this.menuItemLock, this.menuItem1 }); // // menuItemSetup // this.menuItemSetup.Index = 0; this.menuItemSetup.Text = "Setup"; this.menuItemSetup.Click += new System.EventHandler(this.menuItemSetup_Click); // // menuItem1 // this.menuItem1.Index = 2; this.menuItem1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { this.menuItemGL, this.menuItemBalSheet }); this.menuItem1.Text = "Reports"; // // menuItemGL // this.menuItemGL.Index = 0; this.menuItemGL.Text = "General Ledger Detail"; this.menuItemGL.Click += new System.EventHandler(this.menuItemGL_Click); // // menuItemBalSheet // this.menuItemBalSheet.Index = 1; this.menuItemBalSheet.Text = "Balance Sheet"; this.menuItemBalSheet.Click += new System.EventHandler(this.menuItemBalSheet_Click); // // label2 // this.label2.Location = new System.Drawing.Point(3, 33); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(72, 18); this.label2.TabIndex = 7; this.label2.Text = "As of Date"; this.label2.TextAlign = System.Drawing.ContentAlignment.BottomRight; // // butToday // this.butToday.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butToday.Autosize = true; this.butToday.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butToday.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butToday.CornerRadius = 4F; this.butToday.Location = new System.Drawing.Point(238, 32); this.butToday.Name = "butToday"; this.butToday.Size = new System.Drawing.Size(70, 23); this.butToday.TabIndex = 10; this.butToday.Text = "Today"; this.butToday.UseVisualStyleBackColor = true; this.butToday.Click += new System.EventHandler(this.butToday_Click); // // butRefresh // this.butRefresh.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butRefresh.Autosize = true; this.butRefresh.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butRefresh.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butRefresh.CornerRadius = 4F; this.butRefresh.Location = new System.Drawing.Point(163, 32); this.butRefresh.Name = "butRefresh"; this.butRefresh.Size = new System.Drawing.Size(70, 23); this.butRefresh.TabIndex = 9; this.butRefresh.Text = "Refresh"; this.butRefresh.UseVisualStyleBackColor = true; this.butRefresh.Click += new System.EventHandler(this.butRefresh_Click); // // textDate // this.textDate.Location = new System.Drawing.Point(76, 34); this.textDate.Name = "textDate"; this.textDate.Size = new System.Drawing.Size(81, 20); this.textDate.TabIndex = 8; // // gridMain // this.gridMain.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.gridMain.HScrollVisible = false; this.gridMain.Location = new System.Drawing.Point(0, 57); this.gridMain.Name = "gridMain"; this.gridMain.ScrollValue = 0; this.gridMain.Size = new System.Drawing.Size(492, 597); this.gridMain.TabIndex = 1; this.gridMain.Title = "Chart of Accounts"; this.gridMain.TranslationName = "TableChartOfAccounts"; this.gridMain.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridMain_CellDoubleClick); // // 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(492, 29); this.ToolBarMain.TabIndex = 0; this.ToolBarMain.ButtonClick += new OpenDental.UI.ODToolBarButtonClickEventHandler(this.ToolBarMain_ButtonClick); // // menuItemLock // this.menuItemLock.Index = 1; this.menuItemLock.Text = "Lock"; this.menuItemLock.Click += new System.EventHandler(this.menuItemLock_Click); // // FormAccounting // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(492, 654); this.Controls.Add(this.butToday); this.Controls.Add(this.butRefresh); this.Controls.Add(this.textDate); this.Controls.Add(this.label2); this.Controls.Add(this.checkInactive); this.Controls.Add(this.gridMain); this.Controls.Add(this.ToolBarMain); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.Menu = this.mainMenu1; this.MinimizeBox = false; this.Name = "FormAccounting"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Accounting"; this.Load += new System.EventHandler(this.FormAccounting_Load); this.ResumeLayout(false); this.PerformLayout(); }
private void InitializeComponent(){ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormTranslation)); this.butClose = new OpenDental.UI.Button(); this.gridLan = new OpenDental.UI.ODGrid(); this.butDeleteUnused = new OpenDental.UI.Button(); this.label1 = new System.Windows.Forms.Label(); this.butDelete = new OpenDental.UI.Button(); this.SuspendLayout(); // // 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.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.butClose.Location = new System.Drawing.Point(847,671); this.butClose.Name = "butClose"; this.butClose.Size = new System.Drawing.Size(75,26); this.butClose.TabIndex = 3; this.butClose.Text = "&Close"; this.butClose.Click += new System.EventHandler(this.butClose_Click); // // gridLan // this.gridLan.HScrollVisible = false; this.gridLan.Location = new System.Drawing.Point(18,12); this.gridLan.Name = "gridLan"; this.gridLan.ScrollValue = 0; this.gridLan.SelectionMode = OpenDental.UI.GridSelectionMode.MultiExtended; this.gridLan.Size = new System.Drawing.Size(905,643); this.gridLan.TabIndex = 7; this.gridLan.Title = "Translations"; this.gridLan.TranslationName = "TableLan"; this.gridLan.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridLan_CellDoubleClick); // // butDeleteUnused // this.butDeleteUnused.AdjustImageLocation = new System.Drawing.Point(0,0); this.butDeleteUnused.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.butDeleteUnused.Autosize = true; this.butDeleteUnused.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butDeleteUnused.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butDeleteUnused.CornerRadius = 4F; this.butDeleteUnused.Image = global::OpenDental.Properties.Resources.deleteX; this.butDeleteUnused.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butDeleteUnused.Location = new System.Drawing.Point(18,682); this.butDeleteUnused.Name = "butDeleteUnused"; this.butDeleteUnused.Size = new System.Drawing.Size(111,24); this.butDeleteUnused.TabIndex = 13; this.butDeleteUnused.Text = "Delete Unused"; this.butDeleteUnused.Click += new System.EventHandler(this.butDeleteUnused_Click); // // label1 // this.label1.Location = new System.Drawing.Point(135,672); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(447,18); this.label1.TabIndex = 12; this.label1.Text = "It is very safe to delete entries. Missing entries will be automatically added b" + "ack."; // // 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(18,657); this.butDelete.Name = "butDelete"; this.butDelete.Size = new System.Drawing.Size(111,24); this.butDelete.TabIndex = 11; this.butDelete.Text = "Delete Selected"; this.butDelete.Click += new System.EventHandler(this.butDelete_Click); // // FormTranslation // this.AutoScaleBaseSize = new System.Drawing.Size(5,13); this.CancelButton = this.butClose; this.ClientSize = new System.Drawing.Size(958,708); this.Controls.Add(this.butDeleteUnused); this.Controls.Add(this.label1); this.Controls.Add(this.butDelete); this.Controls.Add(this.gridLan); this.Controls.Add(this.butClose); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormTranslation"; this.ShowInTaskbar = false; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Translation"; this.Load += new System.EventHandler(this.FormLanguage_Load); this.ResumeLayout(false); }
/// <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(FormSheetDefs)); this.label1 = new System.Windows.Forms.Label(); this.comboLabel = new System.Windows.Forms.ComboBox(); this.label2 = new System.Windows.Forms.Label(); this.butExportCustom = new OpenDental.UI.Button(); this.butImport = new OpenDental.UI.Button(); this.butCopy2 = new OpenDental.UI.Button(); this.butCopy = new OpenDental.UI.Button(); this.grid1 = new OpenDental.UI.ODGrid(); this.grid2 = new OpenDental.UI.ODGrid(); this.butNew = new OpenDental.UI.Button(); this.butClose = new OpenDental.UI.Button(); this.SuspendLayout(); // // label1 // this.label1.Location = new System.Drawing.Point(12,10); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(205,15); this.label1.TabIndex = 16; this.label1.Text = "Label assigned to patient button"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // comboLabel // this.comboLabel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboLabel.FormattingEnabled = true; this.comboLabel.Location = new System.Drawing.Point(223,8); this.comboLabel.MaxDropDownItems = 20; this.comboLabel.Name = "comboLabel"; this.comboLabel.Size = new System.Drawing.Size(185,21); this.comboLabel.TabIndex = 17; this.comboLabel.DropDown += new System.EventHandler(this.comboLabel_DropDown); this.comboLabel.SelectionChangeCommitted += new System.EventHandler(this.comboLabel_SelectionChangeCommitted); // // label2 // this.label2.Location = new System.Drawing.Point(414,6); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(428,33); this.label2.TabIndex = 18; this.label2.Text = "Most other sheet types are assigned simply by creating custom sheets of the same " + "type. Referral slips are set in the referral edit window of each referral."; // // butExportCustom // this.butExportCustom.AdjustImageLocation = new System.Drawing.Point(0,0); this.butExportCustom.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.butExportCustom.Autosize = true; this.butExportCustom.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butExportCustom.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butExportCustom.CornerRadius = 4F; this.butExportCustom.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butExportCustom.Location = new System.Drawing.Point(530,635); this.butExportCustom.Name = "butExportCustom"; this.butExportCustom.Size = new System.Drawing.Size(80,24); this.butExportCustom.TabIndex = 25; this.butExportCustom.Text = "Export"; this.butExportCustom.Click += new System.EventHandler(this.butExportCustom_Click); // // butImport // this.butImport.AdjustImageLocation = new System.Drawing.Point(0,0); this.butImport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.butImport.Autosize = true; this.butImport.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butImport.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butImport.CornerRadius = 4F; this.butImport.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butImport.Location = new System.Drawing.Point(445,635); this.butImport.Name = "butImport"; this.butImport.Size = new System.Drawing.Size(80,24); this.butImport.TabIndex = 24; this.butImport.Text = "Import"; this.butImport.Click += new System.EventHandler(this.butImport_Click); // // butCopy2 // this.butCopy2.AdjustImageLocation = new System.Drawing.Point(0,0); this.butCopy2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.butCopy2.Autosize = true; this.butCopy2.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butCopy2.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butCopy2.CornerRadius = 4F; this.butCopy2.Image = global::OpenDental.Properties.Resources.Add; this.butCopy2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butCopy2.Location = new System.Drawing.Point(700,635); this.butCopy2.Name = "butCopy2"; this.butCopy2.Size = new System.Drawing.Size(89,24); this.butCopy2.TabIndex = 19; this.butCopy2.Text = "Duplicate"; this.butCopy2.Click += new System.EventHandler(this.butCopy2_Click); // // butCopy // this.butCopy.AdjustImageLocation = new System.Drawing.Point(0,0); this.butCopy.Autosize = true; this.butCopy.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butCopy.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butCopy.CornerRadius = 4F; this.butCopy.Image = global::OpenDental.Properties.Resources.Right; this.butCopy.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butCopy.Location = new System.Drawing.Point(333,635); this.butCopy.Name = "butCopy"; this.butCopy.Size = new System.Drawing.Size(75,24); this.butCopy.TabIndex = 15; this.butCopy.Text = "Copy"; this.butCopy.Click += new System.EventHandler(this.butCopy_Click); // // grid1 // this.grid1.HScrollVisible = false; this.grid1.Location = new System.Drawing.Point(12,42); this.grid1.Name = "grid1"; this.grid1.ScrollValue = 0; this.grid1.Size = new System.Drawing.Size(424,583); this.grid1.TabIndex = 14; this.grid1.Title = "Internal"; this.grid1.TranslationName = null; this.grid1.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.grid1_CellDoubleClick); this.grid1.Click += new System.EventHandler(this.grid1_Click); // // grid2 // this.grid2.HScrollVisible = false; this.grid2.Location = new System.Drawing.Point(445,42); this.grid2.Name = "grid2"; this.grid2.ScrollValue = 0; this.grid2.Size = new System.Drawing.Size(424,583); this.grid2.TabIndex = 12; this.grid2.Title = "Custom"; this.grid2.TranslationName = null; this.grid2.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.grid2_CellDoubleClick); this.grid2.Click += new System.EventHandler(this.grid2_Click); // // butNew // this.butNew.AdjustImageLocation = new System.Drawing.Point(0,0); this.butNew.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.butNew.Autosize = true; this.butNew.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butNew.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butNew.CornerRadius = 4F; this.butNew.Image = global::OpenDental.Properties.Resources.Add; this.butNew.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butNew.Location = new System.Drawing.Point(615,635); this.butNew.Name = "butNew"; this.butNew.Size = new System.Drawing.Size(80,24); this.butNew.TabIndex = 10; this.butNew.Text = "New"; this.butNew.Click += new System.EventHandler(this.butNew_Click); // // butClose // this.butClose.AdjustImageLocation = new System.Drawing.Point(0,0); this.butClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); 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.Location = new System.Drawing.Point(794,635); this.butClose.Name = "butClose"; this.butClose.Size = new System.Drawing.Size(75,24); this.butClose.TabIndex = 0; this.butClose.Text = "&Close"; this.butClose.Click += new System.EventHandler(this.butClose_Click); // // FormSheetDefs // this.AutoScaleBaseSize = new System.Drawing.Size(5,13); this.ClientSize = new System.Drawing.Size(881,669); this.Controls.Add(this.butExportCustom); this.Controls.Add(this.butImport); this.Controls.Add(this.butCopy2); this.Controls.Add(this.label2); this.Controls.Add(this.comboLabel); this.Controls.Add(this.label1); this.Controls.Add(this.butCopy); this.Controls.Add(this.grid1); this.Controls.Add(this.grid2); this.Controls.Add(this.butNew); this.Controls.Add(this.butClose); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormSheetDefs"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Sheet Defs"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormSheetDefs_FormClosing); this.Load += new System.EventHandler(this.FormSheetDefs_Load); this.ResumeLayout(false); }
private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormInsPlanSelect)); this.butCancel = new OpenDental.UI.Button(); this.butOK = new OpenDental.UI.Button(); this.labelRelat = new System.Windows.Forms.Label(); this.listRelat = new System.Windows.Forms.ListBox(); this.gridMain = new OpenDental.UI.ODGrid(); this.butNone = new OpenDental.UI.Button(); this.checkShowPlansNotInUse = new System.Windows.Forms.CheckBox(); this.SuspendLayout(); // // butCancel // this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.butCancel.Location = new System.Drawing.Point(686, 330); this.butCancel.Name = "butCancel"; this.butCancel.Size = new System.Drawing.Size(76, 24); this.butCancel.TabIndex = 6; this.butCancel.Text = "&Cancel"; this.butCancel.Click += new System.EventHandler(this.butCancel_Click); // // butOK // this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butOK.Location = new System.Drawing.Point(686, 294); this.butOK.Name = "butOK"; this.butOK.Size = new System.Drawing.Size(76, 24); this.butOK.TabIndex = 5; this.butOK.Text = "&OK"; this.butOK.Click += new System.EventHandler(this.butOK_Click); // // labelRelat // this.labelRelat.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.labelRelat.Location = new System.Drawing.Point(580, 17); this.labelRelat.Name = "labelRelat"; this.labelRelat.Size = new System.Drawing.Size(206, 20); this.labelRelat.TabIndex = 8; this.labelRelat.Text = "Relationship to Subscriber"; this.labelRelat.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // listRelat // this.listRelat.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.listRelat.Location = new System.Drawing.Point(582, 38); this.listRelat.Name = "listRelat"; this.listRelat.Size = new System.Drawing.Size(180, 186); this.listRelat.TabIndex = 9; // // gridMain // this.gridMain.Location = new System.Drawing.Point(22, 38); this.gridMain.Name = "gridMain"; this.gridMain.Size = new System.Drawing.Size(527, 186); this.gridMain.TabIndex = 10; this.gridMain.Title = "Insurance Plans for Family"; this.gridMain.TranslationName = "TableInsPlans"; this.gridMain.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridMain_CellDoubleClick); // // butNone // this.butNone.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.butNone.Location = new System.Drawing.Point(22, 330); this.butNone.Name = "butNone"; this.butNone.Size = new System.Drawing.Size(76, 24); this.butNone.TabIndex = 11; this.butNone.Text = "None"; this.butNone.Click += new System.EventHandler(this.butNone_Click); // // checkShowPlansNotInUse // this.checkShowPlansNotInUse.AutoSize = true; this.checkShowPlansNotInUse.Location = new System.Drawing.Point(22, 19); this.checkShowPlansNotInUse.Name = "checkShowPlansNotInUse"; this.checkShowPlansNotInUse.Size = new System.Drawing.Size(329, 17); this.checkShowPlansNotInUse.TabIndex = 12; this.checkShowPlansNotInUse.Text = "Show plans for family which are not in use by the current patient."; this.checkShowPlansNotInUse.TextAlign = System.Drawing.ContentAlignment.BottomLeft; this.checkShowPlansNotInUse.UseVisualStyleBackColor = true; this.checkShowPlansNotInUse.Click += new System.EventHandler(this.checkPlansNotInUse_Click); // // FormInsPlanSelect // this.AcceptButton = this.butOK; this.CancelButton = this.butCancel; this.ClientSize = new System.Drawing.Size(792, 374); this.Controls.Add(this.checkShowPlansNotInUse); this.Controls.Add(this.butNone); this.Controls.Add(this.gridMain); this.Controls.Add(this.listRelat); this.Controls.Add(this.labelRelat); this.Controls.Add(this.butCancel); this.Controls.Add(this.butOK); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormInsPlanSelect"; this.RightToLeft = System.Windows.Forms.RightToLeft.No; this.ShowInTaskbar = false; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; this.Text = "Select Insurance Plan"; this.Load += new System.EventHandler(this.FormInsPlansSelect_Load); this.ResumeLayout(false); this.PerformLayout(); }
/// <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(FormCarriers)); this.butAdd = new OpenDental.UI.Button(); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.butCombine = new OpenDental.UI.Button(); this.butCancel = new OpenDental.UI.Button(); this.gridMain = new OpenDental.UI.ODGrid(); this.checkCDAnet = new System.Windows.Forms.CheckBox(); this.checkShowHidden = new System.Windows.Forms.CheckBox(); this.textCarrier = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.butOK = new OpenDental.UI.Button(); this.textPhone = new System.Windows.Forms.TextBox(); this.labelPhone = new System.Windows.Forms.Label(); this.SuspendLayout(); // // butAdd // this.butAdd.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butAdd.Autosize = true; this.butAdd.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butAdd.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butAdd.CornerRadius = 4F; this.butAdd.Image = global::OpenDental.Properties.Resources.Add; this.butAdd.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butAdd.Location = new System.Drawing.Point(830, 435); this.butAdd.Name = "butAdd"; this.butAdd.Size = new System.Drawing.Size(90, 26); this.butAdd.TabIndex = 7; this.butAdd.Text = "&Add"; this.butAdd.Click += new System.EventHandler(this.butAdd_Click); // // butCombine // this.butCombine.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butCombine.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butCombine.Autosize = true; this.butCombine.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butCombine.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butCombine.CornerRadius = 4F; this.butCombine.Location = new System.Drawing.Point(830, 471); this.butCombine.Name = "butCombine"; this.butCombine.Size = new System.Drawing.Size(90, 26); this.butCombine.TabIndex = 10; this.butCombine.Text = "Co&mbine"; this.toolTip1.SetToolTip(this.butCombine, "Combines multiple Employers"); this.butCombine.Click += new System.EventHandler(this.butCombine_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.Right))); 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(830, 623); this.butCancel.Name = "butCancel"; this.butCancel.Size = new System.Drawing.Size(90, 26); this.butCancel.TabIndex = 12; this.butCancel.Text = "Close"; this.butCancel.Click += new System.EventHandler(this.butCancel_Click); // // gridMain // this.gridMain.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.gridMain.HScrollVisible = true; this.gridMain.Location = new System.Drawing.Point(11, 29); this.gridMain.Name = "gridMain"; this.gridMain.ScrollValue = 0; this.gridMain.SelectionMode = OpenDental.UI.GridSelectionMode.MultiExtended; this.gridMain.Size = new System.Drawing.Size(796, 620); this.gridMain.TabIndex = 13; this.gridMain.Title = "Carriers"; this.gridMain.TranslationName = "TableCarriers"; this.gridMain.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridMain_CellDoubleClick); // // checkCDAnet // this.checkCDAnet.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkCDAnet.Location = new System.Drawing.Point(686, 6); this.checkCDAnet.Name = "checkCDAnet"; this.checkCDAnet.Size = new System.Drawing.Size(96, 17); this.checkCDAnet.TabIndex = 99; this.checkCDAnet.Text = "CDAnet Only"; this.checkCDAnet.Click += new System.EventHandler(this.checkCDAnet_Click); // // checkShowHidden // this.checkShowHidden.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkShowHidden.Location = new System.Drawing.Point(545, 6); this.checkShowHidden.Name = "checkShowHidden"; this.checkShowHidden.Size = new System.Drawing.Size(96, 17); this.checkShowHidden.TabIndex = 100; this.checkShowHidden.Text = "Show Hidden"; this.checkShowHidden.Click += new System.EventHandler(this.checkShowHidden_Click); // // textCarrier // this.textCarrier.Location = new System.Drawing.Point(118, 4); this.textCarrier.Name = "textCarrier"; this.textCarrier.Size = new System.Drawing.Size(140, 20); this.textCarrier.TabIndex = 101; this.textCarrier.TextChanged += new System.EventHandler(this.textCarrier_TextChanged); // // label2 // this.label2.FlatStyle = System.Windows.Forms.FlatStyle.System; this.label2.Location = new System.Drawing.Point(12, 7); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(100, 17); this.label2.TabIndex = 102; this.label2.Text = "Carrier"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // 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.Right))); 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(830, 587); this.butOK.Name = "butOK"; this.butOK.Size = new System.Drawing.Size(90, 26); this.butOK.TabIndex = 103; this.butOK.Text = "OK"; this.butOK.Click += new System.EventHandler(this.butOK_Click); // // textPhone // this.textPhone.Location = new System.Drawing.Point(342, 4); this.textPhone.Name = "textPhone"; this.textPhone.Size = new System.Drawing.Size(140, 20); this.textPhone.TabIndex = 104; this.textPhone.TextChanged += new System.EventHandler(this.textPhone_TextChanged); // // labelPhone // this.labelPhone.FlatStyle = System.Windows.Forms.FlatStyle.System; this.labelPhone.Location = new System.Drawing.Point(264, 7); this.labelPhone.Name = "labelPhone"; this.labelPhone.Size = new System.Drawing.Size(72, 17); this.labelPhone.TabIndex = 105; this.labelPhone.Text = "Phone"; this.labelPhone.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // FormCarriers // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(927, 672); this.Controls.Add(this.textPhone); this.Controls.Add(this.labelPhone); this.Controls.Add(this.butOK); this.Controls.Add(this.textCarrier); this.Controls.Add(this.label2); this.Controls.Add(this.checkShowHidden); this.Controls.Add(this.checkCDAnet); this.Controls.Add(this.gridMain); this.Controls.Add(this.butCancel); this.Controls.Add(this.butCombine); this.Controls.Add(this.butAdd); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormCarriers"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Carriers"; this.Closing += new System.ComponentModel.CancelEventHandler(this.FormCarriers_Closing); this.Load += new System.EventHandler(this.FormCarriers_Load); this.ResumeLayout(false); this.PerformLayout(); }
/// <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(FormUnsched)); this.butClose = new OpenDental.UI.Button(); this.grid = new OpenDental.UI.ODGrid(); this.butPrint = new OpenDental.UI.Button(); this.SuspendLayout(); // // 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.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.butClose.Location = new System.Drawing.Point(761, 628); this.butClose.Name = "butClose"; this.butClose.Size = new System.Drawing.Size(87, 27); this.butClose.TabIndex = 7; this.butClose.Text = "&Close"; this.butClose.Click += new System.EventHandler(this.butClose_Click); // // grid // this.grid.HScrollVisible = false; this.grid.Location = new System.Drawing.Point(10, 12); this.grid.Name = "grid"; this.grid.ScrollValue = 0; this.grid.Size = new System.Drawing.Size(734, 643); this.grid.TabIndex = 8; this.grid.Title = "Unscheduled List"; this.grid.TranslationName = "TableUnsched"; this.grid.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.grid_CellDoubleClick); // // butPrint // this.butPrint.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butPrint.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butPrint.Autosize = true; this.butPrint.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butPrint.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butPrint.Image = ((System.Drawing.Image)(resources.GetObject("butPrint.Image"))); this.butPrint.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butPrint.Location = new System.Drawing.Point(761, 580); this.butPrint.Name = "butPrint"; this.butPrint.Size = new System.Drawing.Size(87, 26); this.butPrint.TabIndex = 21; this.butPrint.Text = "Print List"; this.butPrint.Click += new System.EventHandler(this.butPrint_Click); // // FormUnsched // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.CancelButton = this.butClose; this.ClientSize = new System.Drawing.Size(858, 672); this.Controls.Add(this.butPrint); this.Controls.Add(this.grid); this.Controls.Add(this.butClose); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormUnsched"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Unscheduled List"; this.Closing += new System.ComponentModel.CancelEventHandler(this.FormUnsched_Closing); this.Load += new System.EventHandler(this.FormUnsched_Load); this.ResumeLayout(false); }
/// <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(FormInsFilingCodes)); this.butNone = new OpenDental.UI.Button(); this.butOK = new OpenDental.UI.Button(); this.gridMain = new OpenDental.UI.ODGrid(); this.butAdd = new OpenDental.UI.Button(); this.butClose = new OpenDental.UI.Button(); this.butUp = new OpenDental.UI.Button(); this.butDown = new OpenDental.UI.Button(); this.SuspendLayout(); // // butNone // this.butNone.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butNone.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.butNone.Autosize = true; this.butNone.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butNone.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butNone.CornerRadius = 4F; this.butNone.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butNone.Location = new System.Drawing.Point(412, 349); this.butNone.Name = "butNone"; this.butNone.Size = new System.Drawing.Size(80, 24); this.butNone.TabIndex = 16; this.butNone.Text = "None"; this.butNone.Click += new System.EventHandler(this.butNone_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.Right))); 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(417, 570); this.butOK.Name = "butOK"; this.butOK.Size = new System.Drawing.Size(75, 24); this.butOK.TabIndex = 15; this.butOK.Text = "OK"; this.butOK.Click += new System.EventHandler(this.butOK_Click); // // gridMain // this.gridMain.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.gridMain.HScrollVisible = false; this.gridMain.Location = new System.Drawing.Point(17, 12); this.gridMain.Name = "gridMain"; this.gridMain.ScrollValue = 0; this.gridMain.Size = new System.Drawing.Size(367, 612); this.gridMain.TabIndex = 11; this.gridMain.Title = "Insurance Filing Codes"; this.gridMain.TranslationName = "TableInsFilingCodes"; this.gridMain.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridMain_CellDoubleClick); // // butAdd // this.butAdd.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.butAdd.Autosize = true; this.butAdd.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butAdd.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butAdd.CornerRadius = 4F; this.butAdd.Image = global::OpenDental.Properties.Resources.Add; this.butAdd.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butAdd.Location = new System.Drawing.Point(412, 12); this.butAdd.Name = "butAdd"; this.butAdd.Size = new System.Drawing.Size(80, 24); this.butAdd.TabIndex = 10; this.butAdd.Text = "&Add"; this.butAdd.Click += new System.EventHandler(this.butAdd_Click); // // butClose // this.butClose.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); 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.Location = new System.Drawing.Point(417, 600); this.butClose.Name = "butClose"; this.butClose.Size = new System.Drawing.Size(75, 24); this.butClose.TabIndex = 0; this.butClose.Text = "&Close"; this.butClose.Click += new System.EventHandler(this.butClose_Click); // // butUp // this.butUp.AdjustImageLocation = new System.Drawing.Point(0, 1); this.butUp.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.butUp.Autosize = true; this.butUp.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butUp.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butUp.CornerRadius = 4F; this.butUp.Image = global::OpenDental.Properties.Resources.up; this.butUp.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butUp.Location = new System.Drawing.Point(412, 185); this.butUp.Name = "butUp"; this.butUp.Size = new System.Drawing.Size(75, 24); this.butUp.TabIndex = 17; this.butUp.Text = "&Up"; this.butUp.Click += new System.EventHandler(this.butUp_Click); // // butDown // this.butDown.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butDown.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.butDown.Autosize = true; this.butDown.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butDown.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butDown.CornerRadius = 4F; this.butDown.Image = global::OpenDental.Properties.Resources.down; this.butDown.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butDown.Location = new System.Drawing.Point(412, 215); this.butDown.Name = "butDown"; this.butDown.Size = new System.Drawing.Size(75, 24); this.butDown.TabIndex = 18; this.butDown.Text = "&Down"; this.butDown.Click += new System.EventHandler(this.butDown_Click); // // FormInsFilingCodes // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(520, 640); this.Controls.Add(this.butDown); this.Controls.Add(this.butUp); this.Controls.Add(this.butNone); this.Controls.Add(this.butOK); this.Controls.Add(this.gridMain); this.Controls.Add(this.butAdd); this.Controls.Add(this.butClose); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormInsFilingCodes"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Insurance Filing Codes"; this.Load += new System.EventHandler(this.FormInsFilingCodes_Load); this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormInsFilingCodes_FormClosing); this.ResumeLayout(false); }
private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ContrAppt)); this.imageListMain = new System.Windows.Forms.ImageList(this.components); this.Calendar2 = new System.Windows.Forms.MonthCalendar(); this.labelDate = new System.Windows.Forms.Label(); this.labelDate2 = new System.Windows.Forms.Label(); this.panelArrows = new System.Windows.Forms.Panel(); this.butBackMonth = new OpenDental.UI.Button(); this.butFwdMonth = new OpenDental.UI.Button(); this.butBackWeek = new OpenDental.UI.Button(); this.butFwdWeek = new OpenDental.UI.Button(); this.butToday = new OpenDental.UI.Button(); this.butBack = new OpenDental.UI.Button(); this.butFwd = new OpenDental.UI.Button(); this.panelSheet = new System.Windows.Forms.Panel(); this.vScrollBar1 = new System.Windows.Forms.VScrollBar(); this.ContrApptSheet2 = new OpenDental.ContrApptSheet(); this.panelAptInfo = new System.Windows.Forms.Panel(); this.listConfirmed = new System.Windows.Forms.ListBox(); this.butComplete = new System.Windows.Forms.Button(); this.butUnsched = new System.Windows.Forms.Button(); this.butDelete = new System.Windows.Forms.Button(); this.butBreak = new System.Windows.Forms.Button(); this.panelCalendar = new System.Windows.Forms.Panel(); this.radioWeek = new System.Windows.Forms.RadioButton(); this.radioDay = new System.Windows.Forms.RadioButton(); this.butGraph = new OpenDental.UI.Button(); this.butMonth = new OpenDental.UI.Button(); this.pinBoard = new OpenDental.UI.PinBoard(); this.butLab = new OpenDental.UI.Button(); this.butSearch = new OpenDental.UI.Button(); this.textProduction = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.textLab = new System.Windows.Forms.TextBox(); this.comboView = new System.Windows.Forms.ComboBox(); this.label2 = new System.Windows.Forms.Label(); this.butClearPin = new OpenDental.UI.Button(); this.panelOps = new System.Windows.Forms.Panel(); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.pd2 = new System.Drawing.Printing.PrintDocument(); this.menuApt = new System.Windows.Forms.ContextMenu(); this.menuPatient = new System.Windows.Forms.ContextMenu(); this.menuBlockout = new System.Windows.Forms.ContextMenu(); this.groupSearch = new System.Windows.Forms.GroupBox(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.butProvHygenist = new OpenDental.UI.Button(); this.butProvDentist = new OpenDental.UI.Button(); this.butProvPick = new OpenDental.UI.Button(); this.butRefresh = new OpenDental.UI.Button(); this.listSearchResults = new System.Windows.Forms.ListBox(); this.listProviders = new System.Windows.Forms.ListBox(); this.butSearchClose = new OpenDental.UI.Button(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.textAfter = new System.Windows.Forms.TextBox(); this.label11 = new System.Windows.Forms.Label(); this.radioBeforePM = new System.Windows.Forms.RadioButton(); this.radioBeforeAM = new System.Windows.Forms.RadioButton(); this.textBefore = new System.Windows.Forms.TextBox(); this.label10 = new System.Windows.Forms.Label(); this.panel1 = new System.Windows.Forms.Panel(); this.radioAfterAM = new System.Windows.Forms.RadioButton(); this.radioAfterPM = new System.Windows.Forms.RadioButton(); this.dateSearch = new System.Windows.Forms.DateTimePicker(); this.label9 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.butSearchCloseX = new System.Windows.Forms.Button(); this.butSearchNext = new OpenDental.UI.Button(); this.timerInfoBubble = new System.Windows.Forms.Timer(this.components); this.tabControl = new System.Windows.Forms.TabControl(); this.tabWaiting = new System.Windows.Forms.TabPage(); this.gridWaiting = new OpenDental.UI.ODGrid(); this.tabSched = new System.Windows.Forms.TabPage(); this.gridEmpSched = new OpenDental.UI.ODGrid(); this.timerWaitingRoom = new System.Windows.Forms.Timer(this.components); this.timerTests = new System.Windows.Forms.Timer(this.components); this.panelMakeButtons = new System.Windows.Forms.Panel(); this.butMakeAppt = new OpenDental.UI.Button(); this.butFamRecall = new OpenDental.UI.Button(); this.butMakeRecall = new OpenDental.UI.Button(); this.butViewAppts = new OpenDental.UI.Button(); this.ToolBarMain = new OpenDental.UI.ODToolBar(); this.panelArrows.SuspendLayout(); this.panelSheet.SuspendLayout(); this.panelAptInfo.SuspendLayout(); this.panelCalendar.SuspendLayout(); this.groupSearch.SuspendLayout(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.panel1.SuspendLayout(); this.tabControl.SuspendLayout(); this.tabWaiting.SuspendLayout(); this.tabSched.SuspendLayout(); this.panelMakeButtons.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, "Pat.gif"); this.imageListMain.Images.SetKeyName(1, "print.gif"); this.imageListMain.Images.SetKeyName(2, "apptLists.gif"); // // Calendar2 // this.Calendar2.Location = new System.Drawing.Point(0, 24); this.Calendar2.Name = "Calendar2"; this.Calendar2.ScrollChange = 1; this.Calendar2.TabIndex = 23; this.Calendar2.DateSelected += new System.Windows.Forms.DateRangeEventHandler(this.Calendar2_DateSelected); // // labelDate // this.labelDate.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelDate.Location = new System.Drawing.Point(2, 4); this.labelDate.Name = "labelDate"; this.labelDate.Size = new System.Drawing.Size(56, 16); this.labelDate.TabIndex = 24; this.labelDate.Text = "Wed"; // // labelDate2 // this.labelDate2.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelDate2.Location = new System.Drawing.Point(46, 4); this.labelDate2.Name = "labelDate2"; this.labelDate2.Size = new System.Drawing.Size(100, 20); this.labelDate2.TabIndex = 25; this.labelDate2.Text = "- Oct 20"; // // panelArrows // this.panelArrows.Controls.Add(this.butBackMonth); this.panelArrows.Controls.Add(this.butFwdMonth); this.panelArrows.Controls.Add(this.butBackWeek); this.panelArrows.Controls.Add(this.butFwdWeek); this.panelArrows.Controls.Add(this.butToday); this.panelArrows.Controls.Add(this.butBack); this.panelArrows.Controls.Add(this.butFwd); this.panelArrows.Location = new System.Drawing.Point(1, 189); this.panelArrows.Name = "panelArrows"; this.panelArrows.Size = new System.Drawing.Size(217, 24); this.panelArrows.TabIndex = 32; // // butBackMonth // this.butBackMonth.AdjustImageLocation = new System.Drawing.Point(-3, -1); this.butBackMonth.Autosize = true; this.butBackMonth.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butBackMonth.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butBackMonth.CornerRadius = 4F; this.butBackMonth.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.butBackMonth.Image = ((System.Drawing.Image)(resources.GetObject("butBackMonth.Image"))); this.butBackMonth.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butBackMonth.Location = new System.Drawing.Point(1, 0); this.butBackMonth.Name = "butBackMonth"; this.butBackMonth.Size = new System.Drawing.Size(32, 22); this.butBackMonth.TabIndex = 57; this.butBackMonth.Text = "M"; this.butBackMonth.Click += new System.EventHandler(this.butBackMonth_Click); // // butFwdMonth // this.butFwdMonth.AdjustImageLocation = new System.Drawing.Point(5, -1); this.butFwdMonth.Autosize = false; this.butFwdMonth.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butFwdMonth.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butFwdMonth.CornerRadius = 4F; this.butFwdMonth.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.butFwdMonth.Image = ((System.Drawing.Image)(resources.GetObject("butFwdMonth.Image"))); this.butFwdMonth.ImageAlign = System.Drawing.ContentAlignment.MiddleRight; this.butFwdMonth.Location = new System.Drawing.Point(188, 0); this.butFwdMonth.Name = "butFwdMonth"; this.butFwdMonth.Size = new System.Drawing.Size(29, 22); this.butFwdMonth.TabIndex = 56; this.butFwdMonth.Text = "M"; this.butFwdMonth.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butFwdMonth.Click += new System.EventHandler(this.butFwdMonth_Click); // // butBackWeek // this.butBackWeek.AdjustImageLocation = new System.Drawing.Point(-3, -1); this.butBackWeek.Autosize = true; this.butBackWeek.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butBackWeek.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butBackWeek.CornerRadius = 4F; this.butBackWeek.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.butBackWeek.Image = ((System.Drawing.Image)(resources.GetObject("butBackWeek.Image"))); this.butBackWeek.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butBackWeek.Location = new System.Drawing.Point(33, 0); this.butBackWeek.Name = "butBackWeek"; this.butBackWeek.Size = new System.Drawing.Size(33, 22); this.butBackWeek.TabIndex = 55; this.butBackWeek.Text = "W"; this.butBackWeek.Click += new System.EventHandler(this.butBackWeek_Click); // // butFwdWeek // this.butFwdWeek.AdjustImageLocation = new System.Drawing.Point(5, -1); this.butFwdWeek.Autosize = false; this.butFwdWeek.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butFwdWeek.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butFwdWeek.CornerRadius = 4F; this.butFwdWeek.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.butFwdWeek.Image = ((System.Drawing.Image)(resources.GetObject("butFwdWeek.Image"))); this.butFwdWeek.ImageAlign = System.Drawing.ContentAlignment.MiddleRight; this.butFwdWeek.Location = new System.Drawing.Point(158, 0); this.butFwdWeek.Name = "butFwdWeek"; this.butFwdWeek.Size = new System.Drawing.Size(30, 22); this.butFwdWeek.TabIndex = 54; this.butFwdWeek.Text = "W"; this.butFwdWeek.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butFwdWeek.Click += new System.EventHandler(this.butFwdWeek_Click); // // butToday // this.butToday.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butToday.Autosize = false; this.butToday.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butToday.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butToday.CornerRadius = 4F; this.butToday.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.butToday.Location = new System.Drawing.Point(85, 0); this.butToday.Name = "butToday"; this.butToday.Size = new System.Drawing.Size(54, 22); this.butToday.TabIndex = 29; this.butToday.Text = "Today"; this.butToday.Click += new System.EventHandler(this.butToday_Click); // // butBack // this.butBack.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butBack.Autosize = true; this.butBack.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butBack.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butBack.CornerRadius = 4F; this.butBack.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.butBack.Image = ((System.Drawing.Image)(resources.GetObject("butBack.Image"))); this.butBack.Location = new System.Drawing.Point(66, 0); this.butBack.Name = "butBack"; this.butBack.Size = new System.Drawing.Size(19, 22); this.butBack.TabIndex = 51; this.butBack.Click += new System.EventHandler(this.butBack_Click); // // butFwd // this.butFwd.AdjustImageLocation = new System.Drawing.Point(5, -1); this.butFwd.Autosize = false; this.butFwd.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butFwd.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butFwd.CornerRadius = 4F; this.butFwd.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.butFwd.Image = ((System.Drawing.Image)(resources.GetObject("butFwd.Image"))); this.butFwd.ImageAlign = System.Drawing.ContentAlignment.MiddleRight; this.butFwd.Location = new System.Drawing.Point(139, 0); this.butFwd.Name = "butFwd"; this.butFwd.Size = new System.Drawing.Size(19, 22); this.butFwd.TabIndex = 53; this.butFwd.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butFwd.Click += new System.EventHandler(this.butFwd_Click); // // panelSheet // this.panelSheet.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panelSheet.Controls.Add(this.vScrollBar1); this.panelSheet.Controls.Add(this.ContrApptSheet2); this.panelSheet.Location = new System.Drawing.Point(0, 17); this.panelSheet.Name = "panelSheet"; this.panelSheet.Size = new System.Drawing.Size(235, 726); this.panelSheet.TabIndex = 44; this.panelSheet.Resize += new System.EventHandler(this.panelSheet_Resize); // // vScrollBar1 // this.vScrollBar1.Dock = System.Windows.Forms.DockStyle.Right; this.vScrollBar1.Location = new System.Drawing.Point(216, 0); this.vScrollBar1.Name = "vScrollBar1"; this.vScrollBar1.Size = new System.Drawing.Size(17, 724); this.vScrollBar1.TabIndex = 23; this.vScrollBar1.Scroll += new System.Windows.Forms.ScrollEventHandler(this.vScrollBar1_Scroll); // // ContrApptSheet2 // this.ContrApptSheet2.Location = new System.Drawing.Point(2, -550); this.ContrApptSheet2.Name = "ContrApptSheet2"; this.ContrApptSheet2.Size = new System.Drawing.Size(60, 1728); this.ContrApptSheet2.TabIndex = 22; this.ContrApptSheet2.DoubleClick += new System.EventHandler(this.ContrApptSheet2_DoubleClick); this.ContrApptSheet2.MouseDown += new System.Windows.Forms.MouseEventHandler(this.ContrApptSheet2_MouseDown); this.ContrApptSheet2.MouseLeave += new System.EventHandler(this.ContrApptSheet2_MouseLeave); this.ContrApptSheet2.MouseMove += new System.Windows.Forms.MouseEventHandler(this.ContrApptSheet2_MouseMove); this.ContrApptSheet2.MouseUp += new System.Windows.Forms.MouseEventHandler(this.ContrApptSheet2_MouseUp); // // panelAptInfo // this.panelAptInfo.Controls.Add(this.listConfirmed); this.panelAptInfo.Controls.Add(this.butComplete); this.panelAptInfo.Controls.Add(this.butUnsched); this.panelAptInfo.Controls.Add(this.butDelete); this.panelAptInfo.Controls.Add(this.butBreak); this.panelAptInfo.Location = new System.Drawing.Point(665, 404); this.panelAptInfo.Name = "panelAptInfo"; this.panelAptInfo.Size = new System.Drawing.Size(107, 116); this.panelAptInfo.TabIndex = 45; // // listConfirmed // this.listConfirmed.IntegralHeight = false; this.listConfirmed.Location = new System.Drawing.Point(31, 2); this.listConfirmed.Name = "listConfirmed"; this.listConfirmed.Size = new System.Drawing.Size(73, 111); this.listConfirmed.TabIndex = 75; this.listConfirmed.MouseDown += new System.Windows.Forms.MouseEventHandler(this.listConfirmed_MouseDown); // // butComplete // this.butComplete.BackColor = System.Drawing.SystemColors.Control; this.butComplete.Image = ((System.Drawing.Image)(resources.GetObject("butComplete.Image"))); this.butComplete.ImageAlign = System.Drawing.ContentAlignment.BottomRight; this.butComplete.Location = new System.Drawing.Point(2, 57); this.butComplete.Name = "butComplete"; this.butComplete.Size = new System.Drawing.Size(28, 28); this.butComplete.TabIndex = 69; this.butComplete.TabStop = false; this.butComplete.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butComplete.UseVisualStyleBackColor = false; this.butComplete.Click += new System.EventHandler(this.butComplete_Click); // // butUnsched // this.butUnsched.BackColor = System.Drawing.SystemColors.Control; this.butUnsched.Image = ((System.Drawing.Image)(resources.GetObject("butUnsched.Image"))); this.butUnsched.ImageAlign = System.Drawing.ContentAlignment.BottomRight; this.butUnsched.Location = new System.Drawing.Point(2, 1); this.butUnsched.Name = "butUnsched"; this.butUnsched.Size = new System.Drawing.Size(28, 28); this.butUnsched.TabIndex = 68; this.butUnsched.TabStop = false; this.butUnsched.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butUnsched.UseVisualStyleBackColor = false; this.butUnsched.Click += new System.EventHandler(this.butUnsched_Click); // // butDelete // this.butDelete.BackColor = System.Drawing.SystemColors.Control; this.butDelete.Image = ((System.Drawing.Image)(resources.GetObject("butDelete.Image"))); this.butDelete.ImageAlign = System.Drawing.ContentAlignment.BottomRight; this.butDelete.Location = new System.Drawing.Point(2, 85); this.butDelete.Name = "butDelete"; this.butDelete.Size = new System.Drawing.Size(28, 28); this.butDelete.TabIndex = 66; this.butDelete.TabStop = false; this.butDelete.UseVisualStyleBackColor = false; this.butDelete.Click += new System.EventHandler(this.butDelete_Click); // // butBreak // this.butBreak.BackColor = System.Drawing.SystemColors.Control; this.butBreak.Image = ((System.Drawing.Image)(resources.GetObject("butBreak.Image"))); this.butBreak.ImageAlign = System.Drawing.ContentAlignment.BottomRight; this.butBreak.Location = new System.Drawing.Point(2, 29); this.butBreak.Name = "butBreak"; this.butBreak.Size = new System.Drawing.Size(28, 28); this.butBreak.TabIndex = 65; this.butBreak.TabStop = false; this.butBreak.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butBreak.UseVisualStyleBackColor = false; this.butBreak.Click += new System.EventHandler(this.butBreak_Click); // // panelCalendar // this.panelCalendar.Controls.Add(this.radioWeek); this.panelCalendar.Controls.Add(this.panelArrows); this.panelCalendar.Controls.Add(this.radioDay); this.panelCalendar.Controls.Add(this.butGraph); this.panelCalendar.Controls.Add(this.butMonth); this.panelCalendar.Controls.Add(this.pinBoard); this.panelCalendar.Controls.Add(this.butLab); this.panelCalendar.Controls.Add(this.butSearch); this.panelCalendar.Controls.Add(this.textProduction); this.panelCalendar.Controls.Add(this.label7); this.panelCalendar.Controls.Add(this.textLab); this.panelCalendar.Controls.Add(this.comboView); this.panelCalendar.Controls.Add(this.label2); this.panelCalendar.Controls.Add(this.butClearPin); this.panelCalendar.Controls.Add(this.Calendar2); this.panelCalendar.Controls.Add(this.labelDate); this.panelCalendar.Controls.Add(this.labelDate2); this.panelCalendar.Location = new System.Drawing.Point(665, 28); this.panelCalendar.Name = "panelCalendar"; this.panelCalendar.Size = new System.Drawing.Size(219, 375); this.panelCalendar.TabIndex = 46; // // radioWeek // this.radioWeek.FlatStyle = System.Windows.Forms.FlatStyle.System; this.radioWeek.Location = new System.Drawing.Point(43, 238); this.radioWeek.Name = "radioWeek"; this.radioWeek.Size = new System.Drawing.Size(68, 16); this.radioWeek.TabIndex = 92; this.radioWeek.Text = "Week"; this.radioWeek.Click += new System.EventHandler(this.radioWeek_Click); // // radioDay // this.radioDay.Checked = true; this.radioDay.FlatStyle = System.Windows.Forms.FlatStyle.System; this.radioDay.Location = new System.Drawing.Point(43, 218); this.radioDay.Name = "radioDay"; this.radioDay.Size = new System.Drawing.Size(68, 16); this.radioDay.TabIndex = 91; this.radioDay.TabStop = true; this.radioDay.Text = "Day"; this.radioDay.Click += new System.EventHandler(this.radioDay_Click); // // butGraph // this.butGraph.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butGraph.Autosize = true; this.butGraph.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butGraph.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butGraph.CornerRadius = 4F; this.butGraph.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butGraph.Location = new System.Drawing.Point(3, 309); this.butGraph.Name = "butGraph"; this.butGraph.Size = new System.Drawing.Size(42, 24); this.butGraph.TabIndex = 78; this.butGraph.TabStop = false; this.butGraph.Text = "Emp"; this.butGraph.Visible = false; this.butGraph.Click += new System.EventHandler(this.butGraph_Click); // // butMonth // this.butMonth.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butMonth.Autosize = false; this.butMonth.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butMonth.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butMonth.CornerRadius = 4F; this.butMonth.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.butMonth.Location = new System.Drawing.Point(152, 1); this.butMonth.Name = "butMonth"; this.butMonth.Size = new System.Drawing.Size(65, 22); this.butMonth.TabIndex = 79; this.butMonth.Text = "Month"; this.butMonth.Visible = false; this.butMonth.Click += new System.EventHandler(this.butMonth_Click); // // pinBoard // this.pinBoard.Location = new System.Drawing.Point(119, 213); this.pinBoard.Name = "pinBoard"; this.pinBoard.SelectedIndex = -1; this.pinBoard.Size = new System.Drawing.Size(99, 96); this.pinBoard.TabIndex = 78; this.pinBoard.Text = "pinBoard"; this.pinBoard.SelectedIndexChanged += new System.EventHandler(this.pinBoard_SelectedIndexChanged); this.pinBoard.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pinBoard_MouseDown); this.pinBoard.MouseMove += new System.Windows.Forms.MouseEventHandler(this.pinBoard_MouseMove); this.pinBoard.MouseUp += new System.Windows.Forms.MouseEventHandler(this.pinBoard_MouseUp); // // butLab // this.butLab.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butLab.Autosize = true; this.butLab.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butLab.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butLab.CornerRadius = 4F; this.butLab.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butLab.Location = new System.Drawing.Point(3, 333); this.butLab.Name = "butLab"; this.butLab.Size = new System.Drawing.Size(79, 21); this.butLab.TabIndex = 77; this.butLab.Text = "LabCases"; this.butLab.Click += new System.EventHandler(this.butLab_Click); // // 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.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butSearch.Location = new System.Drawing.Point(43, 285); this.butSearch.Name = "butSearch"; this.butSearch.Size = new System.Drawing.Size(75, 24); this.butSearch.TabIndex = 40; this.butSearch.Text = "Search"; this.butSearch.Click += new System.EventHandler(this.butSearch_Click); // // textProduction // this.textProduction.BackColor = System.Drawing.Color.White; this.textProduction.Location = new System.Drawing.Point(85, 353); this.textProduction.Name = "textProduction"; this.textProduction.ReadOnly = true; this.textProduction.Size = new System.Drawing.Size(133, 20); this.textProduction.TabIndex = 38; this.textProduction.Text = "$100"; this.textProduction.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // label7 // this.label7.Location = new System.Drawing.Point(16, 357); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(68, 15); this.label7.TabIndex = 39; this.label7.Text = "Daily Prod"; this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textLab // this.textLab.BackColor = System.Drawing.Color.White; this.textLab.Location = new System.Drawing.Point(85, 333); this.textLab.Name = "textLab"; this.textLab.ReadOnly = true; this.textLab.Size = new System.Drawing.Size(133, 20); this.textLab.TabIndex = 36; this.textLab.Text = "All Received"; this.textLab.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // comboView // this.comboView.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboView.Location = new System.Drawing.Point(85, 312); this.comboView.MaxDropDownItems = 30; this.comboView.Name = "comboView"; this.comboView.Size = new System.Drawing.Size(133, 21); this.comboView.TabIndex = 35; this.comboView.SelectionChangeCommitted += new System.EventHandler(this.comboView_SelectionChangeCommitted); // // label2 // this.label2.Location = new System.Drawing.Point(17, 314); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(66, 16); this.label2.TabIndex = 34; this.label2.Text = "View"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // butClearPin // this.butClearPin.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butClearPin.Autosize = true; this.butClearPin.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butClearPin.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butClearPin.CornerRadius = 4F; this.butClearPin.Image = ((System.Drawing.Image)(resources.GetObject("butClearPin.Image"))); this.butClearPin.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butClearPin.Location = new System.Drawing.Point(43, 260); this.butClearPin.Name = "butClearPin"; this.butClearPin.Size = new System.Drawing.Size(75, 24); this.butClearPin.TabIndex = 33; this.butClearPin.Text = "Clear"; this.butClearPin.Click += new System.EventHandler(this.butClearPin_Click); // // panelOps // this.panelOps.Location = new System.Drawing.Point(0, 0); this.panelOps.Name = "panelOps"; this.panelOps.Size = new System.Drawing.Size(676, 17); this.panelOps.TabIndex = 48; // // toolTip1 // this.toolTip1.AutoPopDelay = 5000; this.toolTip1.InitialDelay = 100; this.toolTip1.ReshowDelay = 100; // // pd2 // this.pd2.PrintPage += new System.Drawing.Printing.PrintPageEventHandler(this.pd2_PrintPage); // // groupSearch // this.groupSearch.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); this.groupSearch.Controls.Add(this.groupBox1); this.groupSearch.Controls.Add(this.butProvPick); this.groupSearch.Controls.Add(this.butRefresh); this.groupSearch.Controls.Add(this.listSearchResults); this.groupSearch.Controls.Add(this.listProviders); this.groupSearch.Controls.Add(this.butSearchClose); this.groupSearch.Controls.Add(this.groupBox2); this.groupSearch.Controls.Add(this.label8); this.groupSearch.Controls.Add(this.butSearchCloseX); this.groupSearch.Controls.Add(this.butSearchNext); this.groupSearch.FlatStyle = System.Windows.Forms.FlatStyle.System; this.groupSearch.Location = new System.Drawing.Point(380, 340); this.groupSearch.Name = "groupSearch"; this.groupSearch.Size = new System.Drawing.Size(219, 366); this.groupSearch.TabIndex = 74; this.groupSearch.TabStop = false; this.groupSearch.Text = "Search For Opening"; this.groupSearch.Visible = false; // // groupBox1 // this.groupBox1.Controls.Add(this.butProvHygenist); this.groupBox1.Controls.Add(this.butProvDentist); this.groupBox1.Location = new System.Drawing.Point(130, 253); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(85, 63); this.groupBox1.TabIndex = 89; this.groupBox1.TabStop = false; this.groupBox1.Text = "Search by"; // // butProvHygenist // this.butProvHygenist.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butProvHygenist.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.butProvHygenist.Autosize = true; this.butProvHygenist.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butProvHygenist.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butProvHygenist.CornerRadius = 4F; this.butProvHygenist.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butProvHygenist.Location = new System.Drawing.Point(6, 37); this.butProvHygenist.Name = "butProvHygenist"; this.butProvHygenist.Size = new System.Drawing.Size(73, 22); this.butProvHygenist.TabIndex = 92; this.butProvHygenist.Text = "Hygienists"; this.butProvHygenist.Click += new System.EventHandler(this.butProvHygenist_Click); // // butProvDentist // this.butProvDentist.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butProvDentist.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.butProvDentist.Autosize = true; this.butProvDentist.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butProvDentist.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butProvDentist.CornerRadius = 4F; this.butProvDentist.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butProvDentist.Location = new System.Drawing.Point(6, 14); this.butProvDentist.Name = "butProvDentist"; this.butProvDentist.Size = new System.Drawing.Size(73, 22); this.butProvDentist.TabIndex = 91; this.butProvDentist.Text = "Dentists"; this.butProvDentist.Click += new System.EventHandler(this.butProvDentist_Click); // // butProvPick // this.butProvPick.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butProvPick.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.butProvPick.Autosize = true; this.butProvPick.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butProvPick.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butProvPick.CornerRadius = 4F; this.butProvPick.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butProvPick.Location = new System.Drawing.Point(6, 340); this.butProvPick.Name = "butProvPick"; this.butProvPick.Size = new System.Drawing.Size(82, 22); this.butProvPick.TabIndex = 88; this.butProvPick.Text = "Providers..."; this.butProvPick.Click += new System.EventHandler(this.butProvPick_Click); // // butRefresh // this.butRefresh.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butRefresh.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.butRefresh.Autosize = true; this.butRefresh.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butRefresh.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butRefresh.CornerRadius = 4F; this.butRefresh.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butRefresh.Location = new System.Drawing.Point(153, 318); this.butRefresh.Name = "butRefresh"; this.butRefresh.Size = new System.Drawing.Size(62, 22); this.butRefresh.TabIndex = 88; this.butRefresh.Text = "Search"; this.butRefresh.Click += new System.EventHandler(this.butRefresh_Click); // // listSearchResults // this.listSearchResults.IntegralHeight = false; this.listSearchResults.Location = new System.Drawing.Point(6, 32); this.listSearchResults.Name = "listSearchResults"; this.listSearchResults.Size = new System.Drawing.Size(193, 134); this.listSearchResults.TabIndex = 87; this.listSearchResults.MouseDown += new System.Windows.Forms.MouseEventHandler(this.listSearchResults_MouseDown); // // listProviders // this.listProviders.Location = new System.Drawing.Point(6, 269); this.listProviders.Name = "listProviders"; this.listProviders.SelectionMode = System.Windows.Forms.SelectionMode.None; this.listProviders.Size = new System.Drawing.Size(118, 69); this.listProviders.TabIndex = 86; // // butSearchClose // this.butSearchClose.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butSearchClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butSearchClose.Autosize = true; this.butSearchClose.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butSearchClose.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butSearchClose.CornerRadius = 4F; this.butSearchClose.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butSearchClose.Location = new System.Drawing.Point(153, 342); this.butSearchClose.Name = "butSearchClose"; this.butSearchClose.Size = new System.Drawing.Size(62, 22); this.butSearchClose.TabIndex = 85; this.butSearchClose.Text = "Close"; this.butSearchClose.Click += new System.EventHandler(this.butSearchClose_Click); // // groupBox2 // this.groupBox2.Controls.Add(this.textAfter); this.groupBox2.Controls.Add(this.label11); this.groupBox2.Controls.Add(this.radioBeforePM); this.groupBox2.Controls.Add(this.radioBeforeAM); this.groupBox2.Controls.Add(this.textBefore); this.groupBox2.Controls.Add(this.label10); this.groupBox2.Controls.Add(this.panel1); this.groupBox2.Controls.Add(this.dateSearch); this.groupBox2.Controls.Add(this.label9); this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.System; this.groupBox2.Location = new System.Drawing.Point(6, 168); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(193, 84); this.groupBox2.TabIndex = 84; this.groupBox2.TabStop = false; this.groupBox2.Text = "Date/Time Restrictions"; // // textAfter // this.textAfter.Location = new System.Drawing.Point(57, 60); this.textAfter.Name = "textAfter"; this.textAfter.Size = new System.Drawing.Size(44, 20); this.textAfter.TabIndex = 88; // // label11 // this.label11.Location = new System.Drawing.Point(1, 62); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(53, 16); this.label11.TabIndex = 87; this.label11.Text = "After"; this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // radioBeforePM // this.radioBeforePM.FlatStyle = System.Windows.Forms.FlatStyle.System; this.radioBeforePM.Location = new System.Drawing.Point(151, 41); this.radioBeforePM.Name = "radioBeforePM"; this.radioBeforePM.Size = new System.Drawing.Size(37, 15); this.radioBeforePM.TabIndex = 86; this.radioBeforePM.Text = "pm"; // // radioBeforeAM // this.radioBeforeAM.Checked = true; this.radioBeforeAM.FlatStyle = System.Windows.Forms.FlatStyle.System; this.radioBeforeAM.Location = new System.Drawing.Point(108, 41); this.radioBeforeAM.Name = "radioBeforeAM"; this.radioBeforeAM.Size = new System.Drawing.Size(37, 15); this.radioBeforeAM.TabIndex = 85; this.radioBeforeAM.TabStop = true; this.radioBeforeAM.Text = "am"; // // textBefore // this.textBefore.Location = new System.Drawing.Point(57, 38); this.textBefore.Name = "textBefore"; this.textBefore.Size = new System.Drawing.Size(44, 20); this.textBefore.TabIndex = 84; // // label10 // this.label10.Location = new System.Drawing.Point(1, 40); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(53, 16); this.label10.TabIndex = 83; this.label10.Text = "Before"; this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // panel1 // this.panel1.Controls.Add(this.radioAfterAM); this.panel1.Controls.Add(this.radioAfterPM); this.panel1.Location = new System.Drawing.Point(105, 60); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(84, 20); this.panel1.TabIndex = 86; // // radioAfterAM // this.radioAfterAM.FlatStyle = System.Windows.Forms.FlatStyle.System; this.radioAfterAM.Location = new System.Drawing.Point(3, 2); this.radioAfterAM.Name = "radioAfterAM"; this.radioAfterAM.Size = new System.Drawing.Size(37, 15); this.radioAfterAM.TabIndex = 89; this.radioAfterAM.Text = "am"; // // radioAfterPM // this.radioAfterPM.Checked = true; this.radioAfterPM.FlatStyle = System.Windows.Forms.FlatStyle.System; this.radioAfterPM.Location = new System.Drawing.Point(46, 2); this.radioAfterPM.Name = "radioAfterPM"; this.radioAfterPM.Size = new System.Drawing.Size(36, 15); this.radioAfterPM.TabIndex = 90; this.radioAfterPM.TabStop = true; this.radioAfterPM.Text = "pm"; // // dateSearch // this.dateSearch.Format = System.Windows.Forms.DateTimePickerFormat.Short; this.dateSearch.Location = new System.Drawing.Point(57, 16); this.dateSearch.Name = "dateSearch"; this.dateSearch.Size = new System.Drawing.Size(130, 20); this.dateSearch.TabIndex = 90; // // label9 // this.label9.Location = new System.Drawing.Point(1, 19); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(54, 16); this.label9.TabIndex = 89; this.label9.Text = "After"; this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label8 // this.label8.Location = new System.Drawing.Point(6, 251); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(92, 16); this.label8.TabIndex = 80; this.label8.Text = "Providers"; this.label8.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // butSearchCloseX // this.butSearchCloseX.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.butSearchCloseX.ForeColor = System.Drawing.SystemColors.Control; this.butSearchCloseX.Image = ((System.Drawing.Image)(resources.GetObject("butSearchCloseX.Image"))); this.butSearchCloseX.Location = new System.Drawing.Point(185, 7); this.butSearchCloseX.Name = "butSearchCloseX"; this.butSearchCloseX.Size = new System.Drawing.Size(16, 16); this.butSearchCloseX.TabIndex = 0; this.butSearchCloseX.Click += new System.EventHandler(this.butSearchCloseX_Click); // // butSearchNext // this.butSearchNext.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butSearchNext.Autosize = true; this.butSearchNext.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butSearchNext.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butSearchNext.CornerRadius = 4F; this.butSearchNext.Image = ((System.Drawing.Image)(resources.GetObject("butSearchNext.Image"))); this.butSearchNext.ImageAlign = System.Drawing.ContentAlignment.MiddleRight; this.butSearchNext.Location = new System.Drawing.Point(111, 9); this.butSearchNext.Name = "butSearchNext"; this.butSearchNext.Size = new System.Drawing.Size(71, 22); this.butSearchNext.TabIndex = 77; this.butSearchNext.Text = "More"; this.butSearchNext.Click += new System.EventHandler(this.butSearchMore_Click); // // timerInfoBubble // this.timerInfoBubble.Interval = 300; this.timerInfoBubble.Tick += new System.EventHandler(this.timerInfoBubble_Tick); // // tabControl // this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.tabControl.Controls.Add(this.tabWaiting); this.tabControl.Controls.Add(this.tabSched); this.tabControl.Location = new System.Drawing.Point(665, 521); this.tabControl.Name = "tabControl"; this.tabControl.SelectedIndex = 0; this.tabControl.Size = new System.Drawing.Size(219, 187); this.tabControl.TabIndex = 78; // // tabWaiting // this.tabWaiting.Controls.Add(this.gridWaiting); this.tabWaiting.Location = new System.Drawing.Point(4, 22); this.tabWaiting.Name = "tabWaiting"; this.tabWaiting.Padding = new System.Windows.Forms.Padding(3); this.tabWaiting.Size = new System.Drawing.Size(211, 161); this.tabWaiting.TabIndex = 0; this.tabWaiting.Text = "Waiting"; this.tabWaiting.UseVisualStyleBackColor = true; // // gridWaiting // this.gridWaiting.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.gridWaiting.HScrollVisible = false; this.gridWaiting.Location = new System.Drawing.Point(0, 0); this.gridWaiting.Margin = new System.Windows.Forms.Padding(0); this.gridWaiting.Name = "gridWaiting"; this.gridWaiting.ScrollValue = 0; this.gridWaiting.Size = new System.Drawing.Size(211, 161); this.gridWaiting.TabIndex = 78; this.gridWaiting.Title = "Waiting Room"; this.gridWaiting.TranslationName = "TableApptWaiting"; // // tabSched // this.tabSched.Controls.Add(this.gridEmpSched); this.tabSched.Location = new System.Drawing.Point(4, 22); this.tabSched.Name = "tabSched"; this.tabSched.Padding = new System.Windows.Forms.Padding(3); this.tabSched.Size = new System.Drawing.Size(211, 161); this.tabSched.TabIndex = 1; this.tabSched.Text = "Emp"; this.tabSched.UseVisualStyleBackColor = true; // // gridEmpSched // this.gridEmpSched.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.gridEmpSched.HScrollVisible = true; this.gridEmpSched.Location = new System.Drawing.Point(0, 0); this.gridEmpSched.Margin = new System.Windows.Forms.Padding(0); this.gridEmpSched.Name = "gridEmpSched"; this.gridEmpSched.ScrollValue = 0; this.gridEmpSched.Size = new System.Drawing.Size(211, 161); this.gridEmpSched.TabIndex = 77; this.gridEmpSched.Title = "Employee Schedules"; this.gridEmpSched.TranslationName = "TableApptEmpSched"; this.gridEmpSched.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridEmpSched_CellDoubleClick); this.gridEmpSched.DoubleClick += new System.EventHandler(this.gridEmpSched_DoubleClick); // // timerWaitingRoom // this.timerWaitingRoom.Enabled = true; this.timerWaitingRoom.Interval = 1000; this.timerWaitingRoom.Tick += new System.EventHandler(this.timerWaitingRoom_Tick); // // timerTests // this.timerTests.Tick += new System.EventHandler(this.timerTests_Tick); // // panelMakeButtons // this.panelMakeButtons.Controls.Add(this.butMakeAppt); this.panelMakeButtons.Controls.Add(this.butFamRecall); this.panelMakeButtons.Controls.Add(this.butMakeRecall); this.panelMakeButtons.Controls.Add(this.butViewAppts); this.panelMakeButtons.Location = new System.Drawing.Point(772, 404); this.panelMakeButtons.Name = "panelMakeButtons"; this.panelMakeButtons.Size = new System.Drawing.Size(112, 116); this.panelMakeButtons.TabIndex = 82; // // butMakeAppt // this.butMakeAppt.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butMakeAppt.Autosize = true; this.butMakeAppt.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butMakeAppt.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butMakeAppt.CornerRadius = 4F; this.butMakeAppt.Image = ((System.Drawing.Image)(resources.GetObject("butMakeAppt.Image"))); this.butMakeAppt.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butMakeAppt.Location = new System.Drawing.Point(5, 5); this.butMakeAppt.Name = "butMakeAppt"; this.butMakeAppt.Size = new System.Drawing.Size(103, 24); this.butMakeAppt.TabIndex = 76; this.butMakeAppt.TabStop = false; this.butMakeAppt.Text = "Make Appt"; this.butMakeAppt.Click += new System.EventHandler(this.butMakeAppt_Click); // // butFamRecall // this.butFamRecall.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butFamRecall.Autosize = true; this.butFamRecall.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butFamRecall.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butFamRecall.CornerRadius = 4F; this.butFamRecall.Image = global::OpenDental.Properties.Resources.butRecall; this.butFamRecall.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butFamRecall.Location = new System.Drawing.Point(5, 57); this.butFamRecall.Name = "butFamRecall"; this.butFamRecall.Size = new System.Drawing.Size(103, 24); this.butFamRecall.TabIndex = 81; this.butFamRecall.TabStop = false; this.butFamRecall.Text = "Fam Recall"; this.butFamRecall.Click += new System.EventHandler(this.butFamRecall_Click); // // butMakeRecall // this.butMakeRecall.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butMakeRecall.Autosize = true; this.butMakeRecall.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butMakeRecall.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butMakeRecall.CornerRadius = 4F; this.butMakeRecall.Image = global::OpenDental.Properties.Resources.butRecall; this.butMakeRecall.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butMakeRecall.Location = new System.Drawing.Point(5, 31); this.butMakeRecall.Name = "butMakeRecall"; this.butMakeRecall.Size = new System.Drawing.Size(103, 24); this.butMakeRecall.TabIndex = 79; this.butMakeRecall.TabStop = false; this.butMakeRecall.Text = "Make Recall"; this.butMakeRecall.Click += new System.EventHandler(this.butMakeRecall_Click); // // butViewAppts // this.butViewAppts.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butViewAppts.Autosize = true; this.butViewAppts.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butViewAppts.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butViewAppts.CornerRadius = 4F; this.butViewAppts.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butViewAppts.Location = new System.Drawing.Point(5, 83); this.butViewAppts.Name = "butViewAppts"; this.butViewAppts.Size = new System.Drawing.Size(103, 24); this.butViewAppts.TabIndex = 80; this.butViewAppts.TabStop = false; this.butViewAppts.Text = "View Pat Appts"; this.butViewAppts.Click += new System.EventHandler(this.butViewAppts_Click); // // ToolBarMain // this.ToolBarMain.ImageList = this.imageListMain; this.ToolBarMain.Location = new System.Drawing.Point(680, 2); this.ToolBarMain.Name = "ToolBarMain"; this.ToolBarMain.Size = new System.Drawing.Size(203, 25); this.ToolBarMain.TabIndex = 73; this.ToolBarMain.ButtonClick += new OpenDental.UI.ODToolBarButtonClickEventHandler(this.ToolBarMain_ButtonClick); // // ContrAppt // this.Controls.Add(this.groupSearch); this.Controls.Add(this.panelMakeButtons); this.Controls.Add(this.tabControl); this.Controls.Add(this.ToolBarMain); this.Controls.Add(this.panelOps); this.Controls.Add(this.panelCalendar); this.Controls.Add(this.panelAptInfo); this.Controls.Add(this.panelSheet); this.Name = "ContrAppt"; this.Size = new System.Drawing.Size(939, 708); this.Load += new System.EventHandler(this.ContrAppt_Load); this.Layout += new System.Windows.Forms.LayoutEventHandler(this.ContrAppt_Layout); this.Resize += new System.EventHandler(this.ContrAppt_Resize); this.panelArrows.ResumeLayout(false); this.panelSheet.ResumeLayout(false); this.panelAptInfo.ResumeLayout(false); this.panelCalendar.ResumeLayout(false); this.panelCalendar.PerformLayout(); this.groupSearch.ResumeLayout(false); this.groupBox1.ResumeLayout(false); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.panel1.ResumeLayout(false); this.tabControl.ResumeLayout(false); this.tabWaiting.ResumeLayout(false); this.tabSched.ResumeLayout(false); this.panelMakeButtons.ResumeLayout(false); this.ResumeLayout(false); }
private void InitializeComponent(){ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormProcCodes)); this.listFeeSched = new System.Windows.Forms.ListBox(); this.labelFeeSched = new System.Windows.Forms.Label(); this.groupFeeScheds = new System.Windows.Forms.GroupBox(); this.listCategories = new System.Windows.Forms.ListBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.textDescription = new System.Windows.Forms.TextBox(); this.textAbbreviation = new System.Windows.Forms.TextBox(); this.textCode = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.checkShowHidden = new System.Windows.Forms.CheckBox(); this.label3 = new System.Windows.Forms.Label(); this.comboCompare1 = new System.Windows.Forms.ComboBox(); this.label5 = new System.Windows.Forms.Label(); this.comboCompare2 = new System.Windows.Forms.ComboBox(); this.groupProcCodeSetup = new System.Windows.Forms.GroupBox(); this.gridMain = new OpenDental.UI.ODGrid(); this.butProcTools = new OpenDental.UI.Button(); this.butImport = new OpenDental.UI.Button(); this.butExport = new OpenDental.UI.Button(); this.butNew = new OpenDental.UI.Button(); this.butShowHiddenDefault = new OpenDental.UI.Button(); this.butAll = new OpenDental.UI.Button(); this.butEditCategories = new OpenDental.UI.Button(); this.butTools = new OpenDental.UI.Button(); this.butEditFeeSched = new OpenDental.UI.Button(); this.butCancel = new OpenDental.UI.Button(); this.butOK = new OpenDental.UI.Button(); this.groupFeeScheds.SuspendLayout(); this.groupBox1.SuspendLayout(); this.groupProcCodeSetup.SuspendLayout(); this.SuspendLayout(); // // listFeeSched // this.listFeeSched.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Right))); this.listFeeSched.Location = new System.Drawing.Point(778,24); this.listFeeSched.Name = "listFeeSched"; this.listFeeSched.Size = new System.Drawing.Size(200,511); this.listFeeSched.TabIndex = 6; this.listFeeSched.MouseDown += new System.Windows.Forms.MouseEventHandler(this.listFeeSched_MouseDown); // // labelFeeSched // this.labelFeeSched.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.labelFeeSched.Location = new System.Drawing.Point(774,4); this.labelFeeSched.Name = "labelFeeSched"; this.labelFeeSched.Size = new System.Drawing.Size(132,17); this.labelFeeSched.TabIndex = 12; this.labelFeeSched.Text = "View Fee Sched"; this.labelFeeSched.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // groupFeeScheds // this.groupFeeScheds.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.groupFeeScheds.Controls.Add(this.butTools); this.groupFeeScheds.Controls.Add(this.butEditFeeSched); this.groupFeeScheds.FlatStyle = System.Windows.Forms.FlatStyle.System; this.groupFeeScheds.Location = new System.Drawing.Point(778,603); this.groupFeeScheds.Name = "groupFeeScheds"; this.groupFeeScheds.Size = new System.Drawing.Size(200,51); this.groupFeeScheds.TabIndex = 14; this.groupFeeScheds.TabStop = false; // // listCategories // this.listCategories.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.listCategories.FormattingEnabled = true; this.listCategories.Location = new System.Drawing.Point(10,126); this.listCategories.Name = "listCategories"; this.listCategories.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended; this.listCategories.Size = new System.Drawing.Size(145,368); this.listCategories.TabIndex = 15; this.listCategories.MouseUp += new System.Windows.Forms.MouseEventHandler(this.listCategories_MouseUp); // // label1 // this.label1.Location = new System.Drawing.Point(7,100); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(80,23); this.label1.TabIndex = 16; this.label1.Text = "By Category"; this.label1.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // label2 // this.label2.Location = new System.Drawing.Point(3,42); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(79,20); this.label2.TabIndex = 17; this.label2.Text = "By Descript"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // groupBox1 // this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.groupBox1.Controls.Add(this.butShowHiddenDefault); this.groupBox1.Controls.Add(this.textDescription); this.groupBox1.Controls.Add(this.textAbbreviation); this.groupBox1.Controls.Add(this.textCode); this.groupBox1.Controls.Add(this.butAll); this.groupBox1.Controls.Add(this.label4); this.groupBox1.Controls.Add(this.checkShowHidden); this.groupBox1.Controls.Add(this.butEditCategories); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.label3); this.groupBox1.Controls.Add(this.listCategories); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Location = new System.Drawing.Point(2,16); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(165,568); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = "Search"; // // textDescription // this.textDescription.Location = new System.Drawing.Point(82,43); this.textDescription.Name = "textDescription"; this.textDescription.Size = new System.Drawing.Size(73,20); this.textDescription.TabIndex = 0; this.textDescription.TextChanged += new System.EventHandler(this.textDescription_TextChanged); // // textAbbreviation // this.textAbbreviation.Location = new System.Drawing.Point(82,17); this.textAbbreviation.Name = "textAbbreviation"; this.textAbbreviation.Size = new System.Drawing.Size(73,20); this.textAbbreviation.TabIndex = 3; this.textAbbreviation.TextChanged += new System.EventHandler(this.textAbbreviation_TextChanged); // // textCode // this.textCode.Location = new System.Drawing.Point(82,69); this.textCode.Name = "textCode"; this.textCode.Size = new System.Drawing.Size(73,20); this.textCode.TabIndex = 1; this.textCode.TextChanged += new System.EventHandler(this.textCode_TextChanged); // // label4 // this.label4.Location = new System.Drawing.Point(3,16); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(79,20); this.label4.TabIndex = 22; this.label4.Text = "By Abbrev"; this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // checkShowHidden // this.checkShowHidden.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.checkShowHidden.Location = new System.Drawing.Point(10,545); this.checkShowHidden.Name = "checkShowHidden"; this.checkShowHidden.Size = new System.Drawing.Size(90,17); this.checkShowHidden.TabIndex = 20; this.checkShowHidden.Text = "Show Hidden"; this.checkShowHidden.UseVisualStyleBackColor = true; this.checkShowHidden.Click += new System.EventHandler(this.checkShowHidden_Click); // // label3 // this.label3.Location = new System.Drawing.Point(3,68); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(79,20); this.label3.TabIndex = 19; this.label3.Text = "By Code"; this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // comboCompare1 // this.comboCompare1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.comboCompare1.FormattingEnabled = true; this.comboCompare1.Location = new System.Drawing.Point(778,554); this.comboCompare1.Name = "comboCompare1"; this.comboCompare1.Size = new System.Drawing.Size(200,21); this.comboCompare1.TabIndex = 20; this.comboCompare1.SelectionChangeCommitted += new System.EventHandler(this.comboCompare1_SelectionChangeCommitted); // // label5 // this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.label5.Location = new System.Drawing.Point(776,534); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(199,17); this.label5.TabIndex = 21; this.label5.Text = "Compare Fee Schedules"; this.label5.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // comboCompare2 // this.comboCompare2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.comboCompare2.FormattingEnabled = true; this.comboCompare2.Location = new System.Drawing.Point(778,577); this.comboCompare2.Name = "comboCompare2"; this.comboCompare2.Size = new System.Drawing.Size(200,21); this.comboCompare2.TabIndex = 22; this.comboCompare2.SelectionChangeCommitted += new System.EventHandler(this.comboCompare2_SelectionChangeCommitted); // // groupProcCodeSetup // this.groupProcCodeSetup.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.groupProcCodeSetup.Controls.Add(this.butProcTools); this.groupProcCodeSetup.Controls.Add(this.butImport); this.groupProcCodeSetup.Controls.Add(this.butExport); this.groupProcCodeSetup.Controls.Add(this.butNew); this.groupProcCodeSetup.Location = new System.Drawing.Point(2,603); this.groupProcCodeSetup.Name = "groupProcCodeSetup"; this.groupProcCodeSetup.Size = new System.Drawing.Size(165,91); this.groupProcCodeSetup.TabIndex = 26; this.groupProcCodeSetup.TabStop = false; this.groupProcCodeSetup.Text = "Procedure Codes"; // // gridMain // this.gridMain.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.gridMain.HScrollVisible = false; this.gridMain.Location = new System.Drawing.Point(170,8); this.gridMain.Name = "gridMain"; this.gridMain.ScrollValue = 0; this.gridMain.SelectionMode = OpenDental.UI.GridSelectionMode.OneCell; this.gridMain.Size = new System.Drawing.Size(604,686); this.gridMain.TabIndex = 19; this.gridMain.Title = "Procedures"; this.gridMain.TranslationName = "TableProcedures"; this.gridMain.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridMain_CellDoubleClick); this.gridMain.CellLeave += new OpenDental.UI.ODGridClickEventHandler(this.gridMain_CellLeave); // // butProcTools // this.butProcTools.AdjustImageLocation = new System.Drawing.Point(0,0); this.butProcTools.Autosize = true; this.butProcTools.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butProcTools.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butProcTools.CornerRadius = 4F; this.butProcTools.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butProcTools.Location = new System.Drawing.Point(6,57); this.butProcTools.Name = "butProcTools"; this.butProcTools.Size = new System.Drawing.Size(75,26); this.butProcTools.TabIndex = 25; this.butProcTools.Text = "Tools"; this.butProcTools.Click += new System.EventHandler(this.butProcTools_Click); // // butImport // this.butImport.AdjustImageLocation = new System.Drawing.Point(0,0); this.butImport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.butImport.Autosize = true; this.butImport.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butImport.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butImport.CornerRadius = 4F; this.butImport.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butImport.Location = new System.Drawing.Point(6,19); this.butImport.Name = "butImport"; this.butImport.Size = new System.Drawing.Size(75,26); this.butImport.TabIndex = 23; this.butImport.Text = "Import"; this.butImport.Click += new System.EventHandler(this.butImport_Click); // // butExport // this.butExport.AdjustImageLocation = new System.Drawing.Point(0,0); this.butExport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.butExport.Autosize = true; this.butExport.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butExport.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butExport.CornerRadius = 4F; this.butExport.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butExport.Location = new System.Drawing.Point(85,19); this.butExport.Name = "butExport"; this.butExport.Size = new System.Drawing.Size(75,26); this.butExport.TabIndex = 24; this.butExport.Text = "Export"; this.butExport.Click += new System.EventHandler(this.butExport_Click); // // butNew // this.butNew.AdjustImageLocation = new System.Drawing.Point(0,0); this.butNew.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.butNew.Autosize = true; this.butNew.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butNew.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butNew.CornerRadius = 4F; this.butNew.Image = global::OpenDental.Properties.Resources.Add; this.butNew.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butNew.Location = new System.Drawing.Point(85,57); this.butNew.Name = "butNew"; this.butNew.Size = new System.Drawing.Size(75,26); this.butNew.TabIndex = 22; this.butNew.Text = "&New"; this.butNew.Click += new System.EventHandler(this.butNew_Click); // // butShowHiddenDefault // this.butShowHiddenDefault.AdjustImageLocation = new System.Drawing.Point(0,0); this.butShowHiddenDefault.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.butShowHiddenDefault.Autosize = true; this.butShowHiddenDefault.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butShowHiddenDefault.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butShowHiddenDefault.CornerRadius = 4F; this.butShowHiddenDefault.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butShowHiddenDefault.Location = new System.Drawing.Point(100,542); this.butShowHiddenDefault.Name = "butShowHiddenDefault"; this.butShowHiddenDefault.Size = new System.Drawing.Size(56,20); this.butShowHiddenDefault.TabIndex = 25; this.butShowHiddenDefault.Text = "default"; this.butShowHiddenDefault.Click += new System.EventHandler(this.butShowHiddenDefault_Click); // // butAll // this.butAll.AdjustImageLocation = new System.Drawing.Point(0,0); this.butAll.Autosize = true; this.butAll.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butAll.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butAll.CornerRadius = 4F; this.butAll.Location = new System.Drawing.Point(93,100); this.butAll.Name = "butAll"; this.butAll.Size = new System.Drawing.Size(62,25); this.butAll.TabIndex = 7; this.butAll.Text = "All"; this.butAll.Click += new System.EventHandler(this.butAll_Click); // // butEditCategories // this.butEditCategories.AdjustImageLocation = new System.Drawing.Point(0,0); this.butEditCategories.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.butEditCategories.Autosize = true; this.butEditCategories.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butEditCategories.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butEditCategories.CornerRadius = 4F; this.butEditCategories.Location = new System.Drawing.Point(10,513); this.butEditCategories.Name = "butEditCategories"; this.butEditCategories.Size = new System.Drawing.Size(94,26); this.butEditCategories.TabIndex = 21; this.butEditCategories.Text = "Edit Categories"; this.butEditCategories.Click += new System.EventHandler(this.butEditCategories_Click); // // butTools // this.butTools.AdjustImageLocation = new System.Drawing.Point(0,0); this.butTools.Autosize = true; this.butTools.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butTools.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butTools.CornerRadius = 4F; this.butTools.Location = new System.Drawing.Point(109,16); this.butTools.Name = "butTools"; this.butTools.Size = new System.Drawing.Size(81,26); this.butTools.TabIndex = 14; this.butTools.Text = "Fee Tools"; this.butTools.Click += new System.EventHandler(this.butTools_Click); // // butEditFeeSched // this.butEditFeeSched.AdjustImageLocation = new System.Drawing.Point(0,0); this.butEditFeeSched.Autosize = true; this.butEditFeeSched.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butEditFeeSched.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butEditFeeSched.CornerRadius = 4F; this.butEditFeeSched.Location = new System.Drawing.Point(12,16); this.butEditFeeSched.Name = "butEditFeeSched"; this.butEditFeeSched.Size = new System.Drawing.Size(81,26); this.butEditFeeSched.TabIndex = 13; this.butEditFeeSched.Text = "Fee Scheds"; this.butEditFeeSched.Click += new System.EventHandler(this.butEditFeeSched_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.Right))); 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(889,668); this.butCancel.Name = "butCancel"; this.butCancel.Size = new System.Drawing.Size(75,26); this.butCancel.TabIndex = 5; 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.Right))); 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(794,668); this.butOK.Name = "butOK"; this.butOK.Size = new System.Drawing.Size(75,26); this.butOK.TabIndex = 4; this.butOK.Text = "&OK"; this.butOK.Click += new System.EventHandler(this.butOK_Click); // // FormProcCodes // this.AutoScaleBaseSize = new System.Drawing.Size(5,13); this.ClientSize = new System.Drawing.Size(982,707); this.Controls.Add(this.groupProcCodeSetup); this.Controls.Add(this.listFeeSched); this.Controls.Add(this.comboCompare2); this.Controls.Add(this.label5); this.Controls.Add(this.comboCompare1); this.Controls.Add(this.gridMain); this.Controls.Add(this.groupBox1); this.Controls.Add(this.groupFeeScheds); this.Controls.Add(this.labelFeeSched); this.Controls.Add(this.butCancel); this.Controls.Add(this.butOK); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MinimumSize = new System.Drawing.Size(990,734); this.Name = "FormProcCodes"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Procedure Codes"; this.Closing += new System.ComponentModel.CancelEventHandler(this.FormProcedures_Closing); this.Load += new System.EventHandler(this.FormProcCodes_Load); this.groupFeeScheds.ResumeLayout(false); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.groupProcCodeSetup.ResumeLayout(false); this.ResumeLayout(false); }
/// <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(FormSecurity)); this.treePermissions = new System.Windows.Forms.TreeView(); this.imageListPerm = new System.Windows.Forms.ImageList(this.components); this.labelPerm = new System.Windows.Forms.Label(); this.checkTimecardSecurityEnabled = new System.Windows.Forms.CheckBox(); this.gridMain = new OpenDental.UI.ODGrid(); this.butSetAll = new OpenDental.UI.Button(); this.butAddUser = new OpenDental.UI.Button(); this.butAddGroup = new OpenDental.UI.Button(); this.butClose = new OpenDental.UI.Button(); this.comboUsers = new System.Windows.Forms.ComboBox(); this.comboSchoolClass = new System.Windows.Forms.ComboBox(); this.labelSchoolClass = new System.Windows.Forms.Label(); this.SuspendLayout(); // // treePermissions // this.treePermissions.HideSelection = false; this.treePermissions.ImageIndex = 0; this.treePermissions.ImageList = this.imageListPerm; this.treePermissions.Location = new System.Drawing.Point(470, 29); this.treePermissions.Name = "treePermissions"; this.treePermissions.SelectedImageIndex = 0; this.treePermissions.ShowPlusMinus = false; this.treePermissions.ShowRootLines = false; this.treePermissions.Size = new System.Drawing.Size(417, 567); this.treePermissions.TabIndex = 6; this.treePermissions.DoubleClick += new System.EventHandler(this.treePermissions_DoubleClick); this.treePermissions.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treePermissions_AfterSelect); this.treePermissions.MouseDown += new System.Windows.Forms.MouseEventHandler(this.treePermissions_MouseDown); // // imageListPerm // this.imageListPerm.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListPerm.ImageStream"))); this.imageListPerm.TransparentColor = System.Drawing.Color.Transparent; this.imageListPerm.Images.SetKeyName(0, "grayBox.gif"); this.imageListPerm.Images.SetKeyName(1, "checkBoxUnchecked.gif"); this.imageListPerm.Images.SetKeyName(2, "checkBoxChecked.gif"); // // labelPerm // this.labelPerm.Location = new System.Drawing.Point(468, 5); this.labelPerm.Name = "labelPerm"; this.labelPerm.Size = new System.Drawing.Size(285, 19); this.labelPerm.TabIndex = 5; this.labelPerm.Text = "Permissions for group:"; this.labelPerm.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // checkTimecardSecurityEnabled // this.checkTimecardSecurityEnabled.CheckAlign = System.Drawing.ContentAlignment.TopLeft; this.checkTimecardSecurityEnabled.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkTimecardSecurityEnabled.Location = new System.Drawing.Point(222, 618); this.checkTimecardSecurityEnabled.Name = "checkTimecardSecurityEnabled"; this.checkTimecardSecurityEnabled.Size = new System.Drawing.Size(192, 19); this.checkTimecardSecurityEnabled.TabIndex = 57; this.checkTimecardSecurityEnabled.Text = "TimecardSecurityEnabled"; this.checkTimecardSecurityEnabled.TextAlign = System.Drawing.ContentAlignment.TopLeft; // // gridMain // this.gridMain.HScrollVisible = false; this.gridMain.Location = new System.Drawing.Point(8, 29); this.gridMain.Name = "gridMain"; this.gridMain.ScrollValue = 0; this.gridMain.Size = new System.Drawing.Size(456, 567); this.gridMain.TabIndex = 59; this.gridMain.Title = "Users"; this.gridMain.TranslationName = "TableSecurity"; this.gridMain.CellClick += new OpenDental.UI.ODGridClickEventHandler(this.gridMain_CellClick); this.gridMain.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridMain_CellDoubleClick); // // butSetAll // this.butSetAll.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butSetAll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.butSetAll.Autosize = true; this.butSetAll.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butSetAll.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butSetAll.CornerRadius = 4F; this.butSetAll.Location = new System.Drawing.Point(470, 610); this.butSetAll.Name = "butSetAll"; this.butSetAll.Size = new System.Drawing.Size(79, 25); this.butSetAll.TabIndex = 58; this.butSetAll.Text = "Set All"; this.butSetAll.Click += new System.EventHandler(this.butSetAll_Click); // // butAddUser // this.butAddUser.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butAddUser.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.butAddUser.Autosize = true; this.butAddUser.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butAddUser.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butAddUser.CornerRadius = 4F; this.butAddUser.Location = new System.Drawing.Point(118, 610); this.butAddUser.Name = "butAddUser"; this.butAddUser.Size = new System.Drawing.Size(75, 25); this.butAddUser.TabIndex = 0; this.butAddUser.Text = "Add User"; this.butAddUser.Click += new System.EventHandler(this.butAddUser_Click); // // butAddGroup // this.butAddGroup.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butAddGroup.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.butAddGroup.Autosize = true; this.butAddGroup.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butAddGroup.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butAddGroup.CornerRadius = 4F; this.butAddGroup.Location = new System.Drawing.Point(8, 610); this.butAddGroup.Name = "butAddGroup"; this.butAddGroup.Size = new System.Drawing.Size(75, 25); this.butAddGroup.TabIndex = 1; this.butAddGroup.Text = "Edit Groups"; this.butAddGroup.Click += new System.EventHandler(this.butEditGroups_Click); // // butClose // this.butClose.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); 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.Location = new System.Drawing.Point(812, 610); this.butClose.Name = "butClose"; this.butClose.Size = new System.Drawing.Size(75, 25); this.butClose.TabIndex = 0; this.butClose.Text = "Close"; this.butClose.Click += new System.EventHandler(this.butClose_Click); // // comboUsers // this.comboUsers.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboUsers.FormattingEnabled = true; this.comboUsers.Location = new System.Drawing.Point(8, 5); this.comboUsers.Name = "comboUsers"; this.comboUsers.Size = new System.Drawing.Size(182, 21); this.comboUsers.TabIndex = 60; this.comboUsers.SelectionChangeCommitted += new System.EventHandler(this.comboUsers_SelectionChangeCommitted); // // comboSchoolClass // this.comboSchoolClass.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboSchoolClass.Location = new System.Drawing.Point(276, 5); this.comboSchoolClass.MaxDropDownItems = 30; this.comboSchoolClass.Name = "comboSchoolClass"; this.comboSchoolClass.Size = new System.Drawing.Size(168, 21); this.comboSchoolClass.TabIndex = 90; this.comboSchoolClass.SelectionChangeCommitted += new System.EventHandler(this.comboSchoolClass_SelectionChangeCommitted); // // labelSchoolClass // this.labelSchoolClass.Location = new System.Drawing.Point(203, 8); this.labelSchoolClass.Name = "labelSchoolClass"; this.labelSchoolClass.Size = new System.Drawing.Size(72, 16); this.labelSchoolClass.TabIndex = 91; this.labelSchoolClass.Text = "Class"; this.labelSchoolClass.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // FormSecurity // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(894, 644); this.Controls.Add(this.comboSchoolClass); this.Controls.Add(this.labelSchoolClass); this.Controls.Add(this.comboUsers); this.Controls.Add(this.gridMain); this.Controls.Add(this.butSetAll); this.Controls.Add(this.treePermissions); this.Controls.Add(this.checkTimecardSecurityEnabled); this.Controls.Add(this.butAddUser); this.Controls.Add(this.butAddGroup); this.Controls.Add(this.butClose); this.Controls.Add(this.labelPerm); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormSecurity"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Security"; this.Load += new System.EventHandler(this.FormSecurity_Load); this.ResumeLayout(false); }
/// <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(FormTerminalManager)); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.textPassword = new System.Windows.Forms.TextBox(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.labelSheets = new System.Windows.Forms.Label(); this.labelPatient = new System.Windows.Forms.Label(); this.listSheets = new System.Windows.Forms.ListBox(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.butDelete = new OpenDental.UI.Button(); this.gridMain = new OpenDental.UI.ODGrid(); this.butClear = new OpenDental.UI.Button(); this.butSave = new OpenDental.UI.Button(); this.butLoad = new OpenDental.UI.Button(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.SuspendLayout(); // // label1 // this.label1.Location = new System.Drawing.Point(18, 13); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(437, 49); this.label1.TabIndex = 3; this.label1.Text = resources.GetString("label1.Text"); // // label2 // this.label2.Location = new System.Drawing.Point(7, 16); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(327, 31); this.label2.TabIndex = 4; this.label2.Text = "To close a kiosk, go to that computer and click the hidden button at the lower ri" + "ght. You will need to enter this password:"******"textPassword"; this.textPassword.Size = new System.Drawing.Size(129, 20); this.textPassword.TabIndex = 5; // // timer1 // this.timer1.Enabled = true; this.timer1.Interval = 4000; this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // groupBox1 // this.groupBox1.Controls.Add(this.labelSheets); this.groupBox1.Controls.Add(this.labelPatient); this.groupBox1.Controls.Add(this.listSheets); this.groupBox1.Controls.Add(this.butLoad); this.groupBox1.Location = new System.Drawing.Point(475, 60); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(168, 252); this.groupBox1.TabIndex = 11; this.groupBox1.TabStop = false; this.groupBox1.Text = "Current Patient"; // // labelSheets // this.labelSheets.Location = new System.Drawing.Point(11, 37); this.labelSheets.Name = "labelSheets"; this.labelSheets.Size = new System.Drawing.Size(123, 18); this.labelSheets.TabIndex = 10; this.labelSheets.Text = "Forms for Kiosk"; this.labelSheets.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // labelPatient // this.labelPatient.Location = new System.Drawing.Point(11, 19); this.labelPatient.Name = "labelPatient"; this.labelPatient.Size = new System.Drawing.Size(147, 18); this.labelPatient.TabIndex = 9; this.labelPatient.Text = "Fname Lname"; // // listSheets // this.listSheets.FormattingEnabled = true; this.listSheets.Location = new System.Drawing.Point(14, 59); this.listSheets.Name = "listSheets"; this.listSheets.Size = new System.Drawing.Size(120, 147); this.listSheets.TabIndex = 8; // // groupBox2 // this.groupBox2.Controls.Add(this.textPassword); this.groupBox2.Controls.Add(this.label2); this.groupBox2.Controls.Add(this.butSave); this.groupBox2.Location = new System.Drawing.Point(21, 315); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(344, 80); this.groupBox2.TabIndex = 12; this.groupBox2.TabStop = false; this.groupBox2.Text = "Password"; // // butDelete // this.butDelete.AdjustImageLocation = new System.Drawing.Point(0, 0); 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(21, 279); this.butDelete.Name = "butDelete"; this.butDelete.Size = new System.Drawing.Size(84, 24); this.butDelete.TabIndex = 14; this.butDelete.Text = "Delete"; this.butDelete.UseVisualStyleBackColor = true; this.butDelete.Click += new System.EventHandler(this.butDelete_Click); // // gridMain // this.gridMain.HScrollVisible = false; this.gridMain.Location = new System.Drawing.Point(21, 67); this.gridMain.Name = "gridMain"; this.gridMain.ScrollValue = 0; this.gridMain.Size = new System.Drawing.Size(421, 206); this.gridMain.TabIndex = 2; this.gridMain.Title = "Active Kiosks"; this.gridMain.TranslationName = "TableTerminals"; // // butClear // this.butClear.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butClear.Autosize = true; this.butClear.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butClear.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butClear.CornerRadius = 4F; this.butClear.Location = new System.Drawing.Point(349, 279); this.butClear.Name = "butClear"; this.butClear.Size = new System.Drawing.Size(93, 24); this.butClear.TabIndex = 13; this.butClear.Text = "Clear Patient"; this.butClear.UseVisualStyleBackColor = true; this.butClear.Click += new System.EventHandler(this.butClear_Click); // // butSave // this.butSave.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butSave.Autosize = true; this.butSave.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butSave.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butSave.CornerRadius = 4F; this.butSave.Location = new System.Drawing.Point(145, 48); this.butSave.Name = "butSave"; this.butSave.Size = new System.Drawing.Size(97, 24); this.butSave.TabIndex = 6; this.butSave.Text = "Save Password"; this.butSave.UseVisualStyleBackColor = true; this.butSave.Click += new System.EventHandler(this.butSave_Click); // // butLoad // this.butLoad.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butLoad.Autosize = true; this.butLoad.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butLoad.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butLoad.CornerRadius = 4F; this.butLoad.Location = new System.Drawing.Point(14, 219); this.butLoad.Name = "butLoad"; this.butLoad.Size = new System.Drawing.Size(93, 24); this.butLoad.TabIndex = 7; this.butLoad.Text = "Load Patient"; this.butLoad.UseVisualStyleBackColor = true; this.butLoad.Click += new System.EventHandler(this.butLoad_Click); // // FormTerminalManager // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(665, 410); this.Controls.Add(this.butDelete); this.Controls.Add(this.gridMain); this.Controls.Add(this.butClear); this.Controls.Add(this.groupBox2); this.Controls.Add(this.groupBox1); this.Controls.Add(this.label1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormTerminalManager"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Kiosk Manager"; this.Load += new System.EventHandler(this.FormTerminalManager_Load); this.Activated += new System.EventHandler(this.FormTerminalManager_Activated); this.groupBox1.ResumeLayout(false); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.ResumeLayout(false); }
/// <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(FormAutomation)); this.label1 = new System.Windows.Forms.Label(); this.gridMain = new OpenDental.UI.ODGrid(); this.butAdd = new OpenDental.UI.Button(); this.butClose = new OpenDental.UI.Button(); this.SuspendLayout(); // // label1 // this.label1.Location = new System.Drawing.Point(21,9); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(485,22); this.label1.TabIndex = 12; this.label1.Text = "One trigger event will cause one action to be taken"; // // gridMain // this.gridMain.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.gridMain.HScrollVisible = false; this.gridMain.Location = new System.Drawing.Point(21,34); this.gridMain.Name = "gridMain"; this.gridMain.ScrollValue = 0; this.gridMain.Size = new System.Drawing.Size(735,394); this.gridMain.TabIndex = 11; this.gridMain.Title = "Automation"; this.gridMain.TranslationName = "FormAutomation"; this.gridMain.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridMain_CellDoubleClick); // // butAdd // this.butAdd.AdjustImageLocation = new System.Drawing.Point(0,0); this.butAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.butAdd.Autosize = true; this.butAdd.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butAdd.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butAdd.CornerRadius = 4F; this.butAdd.Image = global::OpenDental.Properties.Resources.Add; this.butAdd.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butAdd.Location = new System.Drawing.Point(19,451); this.butAdd.Name = "butAdd"; this.butAdd.Size = new System.Drawing.Size(80,24); this.butAdd.TabIndex = 10; this.butAdd.Text = "&Add"; this.butAdd.Click += new System.EventHandler(this.butAdd_Click); // // butClose // this.butClose.AdjustImageLocation = new System.Drawing.Point(0,0); this.butClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); 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.Location = new System.Drawing.Point(681,451); this.butClose.Name = "butClose"; this.butClose.Size = new System.Drawing.Size(75,24); this.butClose.TabIndex = 0; this.butClose.Text = "&Close"; this.butClose.Click += new System.EventHandler(this.butClose_Click); // // FormAutomation // this.AutoScaleBaseSize = new System.Drawing.Size(5,13); this.ClientSize = new System.Drawing.Size(788,500); this.Controls.Add(this.label1); this.Controls.Add(this.gridMain); this.Controls.Add(this.butAdd); this.Controls.Add(this.butClose); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormAutomation"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Automation"; this.Load += new System.EventHandler(this.FormAutomation_Load); this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormAutomation_FormClosing); this.ResumeLayout(false); }
private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormInsPlans)); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.radioOrderCarrier = new System.Windows.Forms.RadioButton(); this.radioOrderEmp = new System.Windows.Forms.RadioButton(); this.label1 = new System.Windows.Forms.Label(); this.textEmployer = new System.Windows.Forms.TextBox(); this.textCarrier = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.textGroupNum = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.textGroupName = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.textTrojanID = new System.Windows.Forms.TextBox(); this.labelTrojanID = new System.Windows.Forms.Label(); this.checkShowHidden = new System.Windows.Forms.CheckBox(); this.butMerge = new OpenDental.UI.Button(); this.gridMain = new OpenDental.UI.ODGrid(); this.butOK = new OpenDental.UI.Button(); this.butBlank = new OpenDental.UI.Button(); this.butCancel = new OpenDental.UI.Button(); this.butHide = new OpenDental.UI.Button(); this.groupBox2.SuspendLayout(); this.SuspendLayout(); // // groupBox2 // this.groupBox2.Controls.Add(this.radioOrderCarrier); this.groupBox2.Controls.Add(this.radioOrderEmp); this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.System; this.groupBox2.Location = new System.Drawing.Point(740, 3); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(207, 33); this.groupBox2.TabIndex = 2; this.groupBox2.TabStop = false; this.groupBox2.Text = "Order By"; // // radioOrderCarrier // this.radioOrderCarrier.FlatStyle = System.Windows.Forms.FlatStyle.System; this.radioOrderCarrier.Location = new System.Drawing.Point(98, 13); this.radioOrderCarrier.Name = "radioOrderCarrier"; this.radioOrderCarrier.Size = new System.Drawing.Size(84, 16); this.radioOrderCarrier.TabIndex = 1; this.radioOrderCarrier.Text = "Carrier"; this.radioOrderCarrier.Click += new System.EventHandler(this.radioOrderCarrier_Click); // // radioOrderEmp // this.radioOrderEmp.Checked = true; this.radioOrderEmp.FlatStyle = System.Windows.Forms.FlatStyle.System; this.radioOrderEmp.Location = new System.Drawing.Point(9, 13); this.radioOrderEmp.Name = "radioOrderEmp"; this.radioOrderEmp.Size = new System.Drawing.Size(83, 16); this.radioOrderEmp.TabIndex = 0; this.radioOrderEmp.TabStop = true; this.radioOrderEmp.Text = "Employer"; this.radioOrderEmp.Click += new System.EventHandler(this.radioOrderEmp_Click); // // label1 // this.label1.FlatStyle = System.Windows.Forms.FlatStyle.System; this.label1.Location = new System.Drawing.Point(7, 7); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(100, 17); this.label1.TabIndex = 15; this.label1.Text = "Employer"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textEmployer // this.textEmployer.Location = new System.Drawing.Point(113, 4); this.textEmployer.Name = "textEmployer"; this.textEmployer.Size = new System.Drawing.Size(140, 20); this.textEmployer.TabIndex = 1; this.textEmployer.TextChanged += new System.EventHandler(this.textEmployer_TextChanged); // // textCarrier // this.textCarrier.Location = new System.Drawing.Point(113, 25); this.textCarrier.Name = "textCarrier"; this.textCarrier.Size = new System.Drawing.Size(140, 20); this.textCarrier.TabIndex = 0; this.textCarrier.TextChanged += new System.EventHandler(this.textCarrier_TextChanged); // // label2 // this.label2.FlatStyle = System.Windows.Forms.FlatStyle.System; this.label2.Location = new System.Drawing.Point(7, 28); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(100, 17); this.label2.TabIndex = 17; this.label2.Text = "Carrier"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textGroupNum // this.textGroupNum.Location = new System.Drawing.Point(372, 25); this.textGroupNum.Name = "textGroupNum"; this.textGroupNum.Size = new System.Drawing.Size(140, 20); this.textGroupNum.TabIndex = 20; this.textGroupNum.TextChanged += new System.EventHandler(this.textGroupNum_TextChanged); // // label3 // this.label3.FlatStyle = System.Windows.Forms.FlatStyle.System; this.label3.Location = new System.Drawing.Point(266, 28); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(100, 17); this.label3.TabIndex = 23; this.label3.Text = "Group Num"; this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textGroupName // this.textGroupName.Location = new System.Drawing.Point(372, 4); this.textGroupName.Name = "textGroupName"; this.textGroupName.Size = new System.Drawing.Size(140, 20); this.textGroupName.TabIndex = 21; this.textGroupName.TextChanged += new System.EventHandler(this.textGroupName_TextChanged); // // label4 // this.label4.FlatStyle = System.Windows.Forms.FlatStyle.System; this.label4.Location = new System.Drawing.Point(266, 7); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(100, 17); this.label4.TabIndex = 22; this.label4.Text = "Group Name"; this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textTrojanID // this.textTrojanID.Location = new System.Drawing.Point(616, 4); this.textTrojanID.Name = "textTrojanID"; this.textTrojanID.Size = new System.Drawing.Size(95, 20); this.textTrojanID.TabIndex = 25; this.textTrojanID.TextChanged += new System.EventHandler(this.textTrojanID_TextChanged); // // labelTrojanID // this.labelTrojanID.FlatStyle = System.Windows.Forms.FlatStyle.System; this.labelTrojanID.Location = new System.Drawing.Point(536, 7); this.labelTrojanID.Name = "labelTrojanID"; this.labelTrojanID.Size = new System.Drawing.Size(74, 17); this.labelTrojanID.TabIndex = 26; this.labelTrojanID.Text = "Trojan ID"; this.labelTrojanID.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // checkShowHidden // this.checkShowHidden.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkShowHidden.Location = new System.Drawing.Point(526, 28); this.checkShowHidden.Name = "checkShowHidden"; this.checkShowHidden.Size = new System.Drawing.Size(104, 20); this.checkShowHidden.TabIndex = 27; this.checkShowHidden.Text = "Show Hidden"; this.checkShowHidden.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkShowHidden.UseVisualStyleBackColor = true; this.checkShowHidden.CheckedChanged += new System.EventHandler(this.checkShowHidden_CheckedChanged); // // butMerge // this.butMerge.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butMerge.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.butMerge.Autosize = true; this.butMerge.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butMerge.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butMerge.CornerRadius = 4F; this.butMerge.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butMerge.Location = new System.Drawing.Point(11, 637); this.butMerge.Name = "butMerge"; this.butMerge.Size = new System.Drawing.Size(74, 24); this.butMerge.TabIndex = 24; this.butMerge.Text = "Combine"; this.butMerge.Click += new System.EventHandler(this.butMerge_Click); // // gridMain // this.gridMain.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.gridMain.HScrollVisible = true; this.gridMain.Location = new System.Drawing.Point(11, 51); this.gridMain.Name = "gridMain"; this.gridMain.ScrollValue = 0; this.gridMain.SelectionMode = OpenDental.UI.GridSelectionMode.MultiExtended; this.gridMain.Size = new System.Drawing.Size(936, 579); this.gridMain.TabIndex = 19; this.gridMain.Title = "Insurance Plans"; this.gridMain.TranslationName = "TableTemplates"; this.gridMain.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridMain_CellDoubleClick); // // 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.Right))); 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(774, 637); this.butOK.Name = "butOK"; this.butOK.Size = new System.Drawing.Size(78, 24); this.butOK.TabIndex = 4; this.butOK.Text = "OK"; this.butOK.Click += new System.EventHandler(this.butOK_Click); // // butBlank // this.butBlank.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butBlank.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.butBlank.Autosize = true; this.butBlank.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butBlank.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butBlank.CornerRadius = 4F; this.butBlank.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butBlank.Location = new System.Drawing.Point(427, 637); this.butBlank.Name = "butBlank"; this.butBlank.Size = new System.Drawing.Size(87, 24); this.butBlank.TabIndex = 3; this.butBlank.Text = "Blank Plan"; this.butBlank.Visible = false; this.butBlank.Click += new System.EventHandler(this.butBlank_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.Right))); 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(869, 637); this.butCancel.Name = "butCancel"; this.butCancel.Size = new System.Drawing.Size(78, 24); this.butCancel.TabIndex = 5; this.butCancel.Text = "Cancel"; this.butCancel.Click += new System.EventHandler(this.butCancel_Click); // // butHide // this.butHide.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butHide.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.butHide.Autosize = true; this.butHide.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butHide.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butHide.CornerRadius = 4F; this.butHide.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butHide.Location = new System.Drawing.Point(104, 637); this.butHide.Name = "butHide"; this.butHide.Size = new System.Drawing.Size(84, 24); this.butHide.TabIndex = 28; this.butHide.Text = "Hide Unused"; this.butHide.Click += new System.EventHandler(this.butHide_Click); // // FormInsPlans // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(962, 669); this.Controls.Add(this.butHide); this.Controls.Add(this.checkShowHidden); this.Controls.Add(this.textTrojanID); this.Controls.Add(this.labelTrojanID); this.Controls.Add(this.butMerge); this.Controls.Add(this.textGroupNum); this.Controls.Add(this.label3); this.Controls.Add(this.textGroupName); this.Controls.Add(this.label4); this.Controls.Add(this.gridMain); this.Controls.Add(this.textCarrier); this.Controls.Add(this.label2); this.Controls.Add(this.textEmployer); this.Controls.Add(this.label1); this.Controls.Add(this.groupBox2); this.Controls.Add(this.butOK); this.Controls.Add(this.butBlank); this.Controls.Add(this.butCancel); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "FormInsPlans"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Insurance Plans"; this.Load += new System.EventHandler(this.FormInsTemplates_Load); this.groupBox2.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); }
/// <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(FormElectIDs)); this.gridElectIDs = new OpenDental.UI.ODGrid(); this.butOK = new OpenDental.UI.Button(); this.butCancel = new OpenDental.UI.Button(); this.butAdd = new OpenDental.UI.Button(); this.SuspendLayout(); // // gridElectIDs // this.gridElectIDs.AllowSelection = false; this.gridElectIDs.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.gridElectIDs.HScrollVisible = false; this.gridElectIDs.Location = new System.Drawing.Point(7,12); this.gridElectIDs.Name = "gridElectIDs"; this.gridElectIDs.ScrollValue = 0; this.gridElectIDs.Size = new System.Drawing.Size(879,617); this.gridElectIDs.TabIndex = 140; this.gridElectIDs.Title = ""; this.gridElectIDs.TranslationName = "TableApptProcs"; this.gridElectIDs.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridElectIDs_CellDoubleClick); this.gridElectIDs.CellClick += new OpenDental.UI.ODGridClickEventHandler(this.gridElectIDs_CellClick); // // 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(721,635); this.butOK.Name = "butOK"; this.butOK.Size = new System.Drawing.Size(75,25); this.butOK.TabIndex = 1; this.butOK.Text = "&OK"; 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.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.butCancel.Location = new System.Drawing.Point(808,635); this.butCancel.Name = "butCancel"; this.butCancel.Size = new System.Drawing.Size(75,25); this.butCancel.TabIndex = 0; this.butCancel.Text = "&Cancel"; this.butCancel.Click += new System.EventHandler(this.butCancel_Click); // // butAdd // this.butAdd.AdjustImageLocation = new System.Drawing.Point(0,0); this.butAdd.Autosize = true; this.butAdd.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butAdd.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butAdd.CornerRadius = 4F; this.butAdd.Image = global::OpenDental.Properties.Resources.Add; this.butAdd.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butAdd.Location = new System.Drawing.Point(409,635); this.butAdd.Name = "butAdd"; this.butAdd.Size = new System.Drawing.Size(75,25); this.butAdd.TabIndex = 141; this.butAdd.Text = "&Add"; this.butAdd.Click += new System.EventHandler(this.butAdd_Click); // // FormElectIDs // this.AutoScaleBaseSize = new System.Drawing.Size(5,13); this.ClientSize = new System.Drawing.Size(892,674); this.Controls.Add(this.butAdd); this.Controls.Add(this.gridElectIDs); this.Controls.Add(this.butOK); this.Controls.Add(this.butCancel); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormElectIDs"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Electronic Payer ID\'s"; this.Load += new System.EventHandler(this.FormElectIDs_Load); this.ResumeLayout(false); }
/// <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(FormTimeCardSetup)); this.checkUseDecimal = new System.Windows.Forms.CheckBox(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.butAddRule = new OpenDental.UI.Button(); this.gridRules = new OpenDental.UI.ODGrid(); this.gridMain = new OpenDental.UI.ODGrid(); this.butAdd = new OpenDental.UI.Button(); this.butClose = new OpenDental.UI.Button(); this.checkAdjOverBreaks = new System.Windows.Forms.CheckBox(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // checkUseDecimal // this.checkUseDecimal.Location = new System.Drawing.Point(12, 19); this.checkUseDecimal.Name = "checkUseDecimal"; this.checkUseDecimal.Size = new System.Drawing.Size(295, 18); this.checkUseDecimal.TabIndex = 12; this.checkUseDecimal.Text = "Use decimal format rather than colon format"; this.checkUseDecimal.UseVisualStyleBackColor = true; this.checkUseDecimal.Click += new System.EventHandler(this.checkUseDecimal_Click); // // groupBox1 // this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.groupBox1.Controls.Add(this.checkAdjOverBreaks); this.groupBox1.Controls.Add(this.checkUseDecimal); this.groupBox1.Location = new System.Drawing.Point(19, 545); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(391, 74); this.groupBox1.TabIndex = 14; this.groupBox1.TabStop = false; this.groupBox1.Text = "Options"; // // butAddRule // this.butAddRule.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butAddRule.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.butAddRule.Autosize = true; this.butAddRule.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butAddRule.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butAddRule.CornerRadius = 4F; this.butAddRule.Image = global::OpenDental.Properties.Resources.Add; this.butAddRule.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butAddRule.Location = new System.Drawing.Point(305, 494); this.butAddRule.Name = "butAddRule"; this.butAddRule.Size = new System.Drawing.Size(80, 24); this.butAddRule.TabIndex = 15; this.butAddRule.Text = "Add"; this.butAddRule.Click += new System.EventHandler(this.butAddRule_Click); // // gridRules // this.gridRules.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.gridRules.HScrollVisible = false; this.gridRules.Location = new System.Drawing.Point(305, 12); this.gridRules.Name = "gridRules"; this.gridRules.ScrollValue = 0; this.gridRules.Size = new System.Drawing.Size(394, 478); this.gridRules.TabIndex = 13; this.gridRules.Title = "Rules"; this.gridRules.TranslationName = "FormTimeCardSetup"; this.gridRules.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridRules_CellDoubleClick); // // gridMain // this.gridMain.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.gridMain.HScrollVisible = false; this.gridMain.Location = new System.Drawing.Point(19, 12); this.gridMain.Name = "gridMain"; this.gridMain.ScrollValue = 0; this.gridMain.Size = new System.Drawing.Size(272, 478); this.gridMain.TabIndex = 11; this.gridMain.Title = "Pay Periods"; this.gridMain.TranslationName = "TablePayPeriods"; this.gridMain.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridMain_CellDoubleClick); // // butAdd // this.butAdd.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.butAdd.Autosize = true; this.butAdd.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butAdd.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butAdd.CornerRadius = 4F; this.butAdd.Image = global::OpenDental.Properties.Resources.Add; this.butAdd.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butAdd.Location = new System.Drawing.Point(19, 494); this.butAdd.Name = "butAdd"; this.butAdd.Size = new System.Drawing.Size(80, 24); this.butAdd.TabIndex = 10; this.butAdd.Text = "&Add"; this.butAdd.Click += new System.EventHandler(this.butAdd_Click); // // butClose // this.butClose.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); 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.Location = new System.Drawing.Point(628, 595); this.butClose.Name = "butClose"; this.butClose.Size = new System.Drawing.Size(75, 24); this.butClose.TabIndex = 0; this.butClose.Text = "&Close"; this.butClose.Click += new System.EventHandler(this.butClose_Click); // // checkAdjOverBreaks // this.checkAdjOverBreaks.Location = new System.Drawing.Point(12, 43); this.checkAdjOverBreaks.Name = "checkAdjOverBreaks"; this.checkAdjOverBreaks.Size = new System.Drawing.Size(354, 18); this.checkAdjOverBreaks.TabIndex = 13; this.checkAdjOverBreaks.Text = "Calc Daily button makes adjustments if breaks over 30 minutes."; this.checkAdjOverBreaks.UseVisualStyleBackColor = true; this.checkAdjOverBreaks.Click += new System.EventHandler(this.checkAdjOverBreaks_Click); // // FormTimeCardSetup // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(727, 636); this.Controls.Add(this.butAddRule); this.Controls.Add(this.groupBox1); this.Controls.Add(this.gridRules); this.Controls.Add(this.gridMain); this.Controls.Add(this.butAdd); this.Controls.Add(this.butClose); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormTimeCardSetup"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Time Card Setup"; this.Load += new System.EventHandler(this.FormPayPeriods_Load); this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormPayPeriods_FormClosing); this.groupBox1.ResumeLayout(false); this.ResumeLayout(false); }
/// <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(FormPhoneEmpDefaults)); this.butClose = new OpenDental.UI.Button(); this.butAdd = new OpenDental.UI.Button(); this.gridMain = new OpenDental.UI.ODGrid(); this.SuspendLayout(); // // butClose // this.butClose.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); 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.Location = new System.Drawing.Point(823, 546); this.butClose.Name = "butClose"; this.butClose.Size = new System.Drawing.Size(75, 24); this.butClose.TabIndex = 11; this.butClose.Text = "Close"; this.butClose.Click += new System.EventHandler(this.butClose_Click); // // butAdd // this.butAdd.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butAdd.Autosize = true; this.butAdd.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butAdd.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butAdd.CornerRadius = 4F; this.butAdd.Location = new System.Drawing.Point(403, 546); this.butAdd.Name = "butAdd"; this.butAdd.Size = new System.Drawing.Size(75, 24); this.butAdd.TabIndex = 12; this.butAdd.Text = "Add"; this.butAdd.Click += new System.EventHandler(this.butAdd_Click); // // gridMain // this.gridMain.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.gridMain.HScrollVisible = false; this.gridMain.Location = new System.Drawing.Point(8, 14); this.gridMain.Name = "gridMain"; this.gridMain.ScrollValue = 0; this.gridMain.Size = new System.Drawing.Size(890, 524); this.gridMain.TabIndex = 1; this.gridMain.Title = "Phone Settings"; this.gridMain.TranslationName = ""; this.gridMain.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridMain_CellDoubleClick); // // FormPhoneEmpDefaults // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(910, 582); this.Controls.Add(this.butAdd); this.Controls.Add(this.butClose); this.Controls.Add(this.gridMain); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormPhoneEmpDefaults"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Phone Settings"; this.Load += new System.EventHandler(this.FormAccountPick_Load); this.ResumeLayout(false); }
/// <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(FormReplication)); this.label1 = new System.Windows.Forms.Label(); this.folderBrowserMySQL = new System.Windows.Forms.FolderBrowserDialog(); this.butSelectServers = new OpenDental.UI.Button(); this.gridReplicationComputers = new OpenDental.UI.ODGrid(); this.butOK = new OpenDental.UI.Button(); this.butCancel = new OpenDental.UI.Button(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(47, 9); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(407, 13); this.label1.TabIndex = 3; this.label1.Text = "Select the complete list of known replication servers to merge with from the list" + " below:"; // // butSelectServers // this.butSelectServers.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butSelectServers.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butSelectServers.Autosize = true; this.butSelectServers.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butSelectServers.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butSelectServers.CornerRadius = 4F; this.butSelectServers.Location = new System.Drawing.Point(50, 363); this.butSelectServers.Name = "butSelectServers"; this.butSelectServers.Size = new System.Drawing.Size(142, 26); this.butSelectServers.TabIndex = 4; this.butSelectServers.Text = "Select Replication Servers"; this.butSelectServers.Click += new System.EventHandler(this.butSelectServers_Click); // // gridReplicationComputers // this.gridReplicationComputers.HScrollVisible = false; this.gridReplicationComputers.Location = new System.Drawing.Point(50, 33); this.gridReplicationComputers.Name = "gridReplicationComputers"; this.gridReplicationComputers.ScrollValue = 0; this.gridReplicationComputers.SelectionMode = OpenDental.UI.GridSelectionMode.MultiExtended; this.gridReplicationComputers.Size = new System.Drawing.Size(587, 324); this.gridReplicationComputers.TabIndex = 2; this.gridReplicationComputers.Title = null; this.gridReplicationComputers.TranslationName = null; // // 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.Right))); 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(562, 365); this.butOK.Name = "butOK"; this.butOK.Size = new System.Drawing.Size(75, 26); this.butOK.TabIndex = 1; this.butOK.Text = "&OK"; this.butOK.Click += new System.EventHandler(this.butOK_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.Right))); 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(562, 406); this.butCancel.Name = "butCancel"; this.butCancel.Size = new System.Drawing.Size(75, 26); this.butCancel.TabIndex = 0; this.butCancel.Text = "&Cancel"; this.butCancel.Click += new System.EventHandler(this.butCancel_Click); // // FormReplication // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(689, 457); this.Controls.Add(this.butSelectServers); this.Controls.Add(this.label1); this.Controls.Add(this.gridReplicationComputers); this.Controls.Add(this.butOK); this.Controls.Add(this.butCancel); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormReplication"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Merge Replicating Databases"; this.Load += new System.EventHandler(this.FormReplication_Load); this.ResumeLayout(false); this.PerformLayout(); }
/// <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(FormTrackNext)); this.butClose = new OpenDental.UI.Button(); this.gridMain = new OpenDental.UI.ODGrid(); this.comboProv = new System.Windows.Forms.ComboBox(); this.label4 = new System.Windows.Forms.Label(); this.butRefresh = new OpenDental.UI.Button(); this.comboOrder = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.butPrint = new OpenDental.UI.Button(); this.comboSite = new System.Windows.Forms.ComboBox(); this.labelSite = new System.Windows.Forms.Label(); this.comboClinic = new System.Windows.Forms.ComboBox(); this.labelClinic = new System.Windows.Forms.Label(); this.menuRightClick = new System.Windows.Forms.ContextMenuStrip(this.components); this.SuspendLayout(); // // butClose // this.butClose.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); 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.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.butClose.Location = new System.Drawing.Point(755, 600); this.butClose.Name = "butClose"; this.butClose.Size = new System.Drawing.Size(87, 24); this.butClose.TabIndex = 0; this.butClose.Text = "&Close"; this.butClose.Click += new System.EventHandler(this.butClose_Click); // // gridMain // this.gridMain.HScrollVisible = false; this.gridMain.Location = new System.Drawing.Point(12, 53); this.gridMain.Name = "gridMain"; this.gridMain.ScrollValue = 0; this.gridMain.Size = new System.Drawing.Size(734, 571); this.gridMain.TabIndex = 2; this.gridMain.Title = "Planned Appointments"; this.gridMain.TranslationName = "FormTrackNext"; this.gridMain.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridMain_CellDoubleClick); this.gridMain.MouseUp += new System.Windows.Forms.MouseEventHandler(this.grid_MouseUp); // // comboProv // this.comboProv.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboProv.Location = new System.Drawing.Point(336, 5); this.comboProv.MaxDropDownItems = 40; this.comboProv.Name = "comboProv"; this.comboProv.Size = new System.Drawing.Size(181, 21); this.comboProv.TabIndex = 26; // // label4 // this.label4.Location = new System.Drawing.Point(244, 9); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(91, 14); this.label4.TabIndex = 25; this.label4.Text = "Provider"; this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // butRefresh // this.butRefresh.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butRefresh.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.butRefresh.Autosize = true; this.butRefresh.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butRefresh.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butRefresh.CornerRadius = 4F; this.butRefresh.Location = new System.Drawing.Point(755, 5); this.butRefresh.Name = "butRefresh"; this.butRefresh.Size = new System.Drawing.Size(87, 24); this.butRefresh.TabIndex = 24; this.butRefresh.Text = "&Refresh"; this.butRefresh.Click += new System.EventHandler(this.butRefresh_Click); // // comboOrder // this.comboOrder.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboOrder.Location = new System.Drawing.Point(104, 5); this.comboOrder.MaxDropDownItems = 40; this.comboOrder.Name = "comboOrder"; this.comboOrder.Size = new System.Drawing.Size(133, 21); this.comboOrder.TabIndex = 30; // // label1 // this.label1.Location = new System.Drawing.Point(11, 9); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(91, 14); this.label1.TabIndex = 29; this.label1.Text = "Order by"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // butPrint // this.butPrint.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butPrint.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butPrint.Autosize = true; this.butPrint.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butPrint.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butPrint.CornerRadius = 4F; this.butPrint.Image = global::OpenDental.Properties.Resources.butPrintSmall; this.butPrint.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butPrint.Location = new System.Drawing.Point(755, 552); this.butPrint.Name = "butPrint"; this.butPrint.Size = new System.Drawing.Size(87, 24); this.butPrint.TabIndex = 31; this.butPrint.Text = "Print List"; this.butPrint.Click += new System.EventHandler(this.butPrint_Click); // // comboSite // this.comboSite.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboSite.Location = new System.Drawing.Point(613, 29); this.comboSite.MaxDropDownItems = 40; this.comboSite.Name = "comboSite"; this.comboSite.Size = new System.Drawing.Size(133, 21); this.comboSite.TabIndex = 33; // // labelSite // this.labelSite.Location = new System.Drawing.Point(520, 31); this.labelSite.Name = "labelSite"; this.labelSite.Size = new System.Drawing.Size(91, 14); this.labelSite.TabIndex = 32; this.labelSite.Text = "Site"; this.labelSite.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // comboClinic // this.comboClinic.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboClinic.Location = new System.Drawing.Point(613, 5); this.comboClinic.MaxDropDownItems = 40; this.comboClinic.Name = "comboClinic"; this.comboClinic.Size = new System.Drawing.Size(133, 21); this.comboClinic.TabIndex = 35; // // labelClinic // this.labelClinic.Location = new System.Drawing.Point(520, 9); this.labelClinic.Name = "labelClinic"; this.labelClinic.Size = new System.Drawing.Size(91, 14); this.labelClinic.TabIndex = 34; this.labelClinic.Text = "Clinic"; this.labelClinic.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // menuRightClick // this.menuRightClick.Name = "menuRightClick"; this.menuRightClick.Size = new System.Drawing.Size(61, 4); // // FormTrackNext // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.CancelButton = this.butClose; this.ClientSize = new System.Drawing.Size(852, 640); this.Controls.Add(this.comboClinic); this.Controls.Add(this.labelClinic); this.Controls.Add(this.comboSite); this.Controls.Add(this.labelSite); this.Controls.Add(this.butPrint); this.Controls.Add(this.comboOrder); this.Controls.Add(this.label1); this.Controls.Add(this.comboProv); this.Controls.Add(this.label4); this.Controls.Add(this.butRefresh); this.Controls.Add(this.gridMain); this.Controls.Add(this.butClose); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.Name = "FormTrackNext"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Track Planned Appointments"; this.Load += new System.EventHandler(this.FormTrackNext_Load); this.ResumeLayout(false); }
private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormInsCatsSetup)); this.butOK = new OpenDental.UI.Button(); this.butAddSpan = new OpenDental.UI.Button(); this.butUp = new OpenDental.UI.Button(); this.butAddCat = new OpenDental.UI.Button(); this.butDown = new OpenDental.UI.Button(); this.gridMain = new OpenDental.UI.ODGrid(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.textBox1 = new System.Windows.Forms.TextBox(); this.butDefaultsReset = new OpenDental.UI.Button(); this.label1 = new System.Windows.Forms.Label(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // 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.Right))); 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.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.butOK.Location = new System.Drawing.Point(613,619); this.butOK.Name = "butOK"; this.butOK.Size = new System.Drawing.Size(85,24); this.butOK.TabIndex = 6; this.butOK.Text = "&Close"; this.butOK.Click += new System.EventHandler(this.butOK_Click); // // butAddSpan // this.butAddSpan.AdjustImageLocation = new System.Drawing.Point(0,0); this.butAddSpan.Autosize = true; this.butAddSpan.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butAddSpan.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butAddSpan.CornerRadius = 4F; this.butAddSpan.Image = global::OpenDental.Properties.Resources.Add; this.butAddSpan.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butAddSpan.Location = new System.Drawing.Point(512,286); this.butAddSpan.Name = "butAddSpan"; this.butAddSpan.Size = new System.Drawing.Size(86,24); this.butAddSpan.TabIndex = 9; this.butAddSpan.Text = "Add Span"; this.butAddSpan.Click += new System.EventHandler(this.butAddSpan_Click); // // butUp // this.butUp.AdjustImageLocation = new System.Drawing.Point(0,0); this.butUp.Autosize = true; this.butUp.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butUp.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butUp.CornerRadius = 4F; this.butUp.Image = global::OpenDental.Properties.Resources.up; this.butUp.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butUp.Location = new System.Drawing.Point(8,19); this.butUp.Name = "butUp"; this.butUp.Size = new System.Drawing.Size(86,24); this.butUp.TabIndex = 12; this.butUp.Text = "Up"; this.butUp.Click += new System.EventHandler(this.butUp_Click); // // butAddCat // this.butAddCat.AdjustImageLocation = new System.Drawing.Point(0,0); this.butAddCat.Autosize = true; this.butAddCat.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butAddCat.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butAddCat.CornerRadius = 4F; this.butAddCat.Image = global::OpenDental.Properties.Resources.Add; this.butAddCat.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butAddCat.Location = new System.Drawing.Point(8,61); this.butAddCat.Name = "butAddCat"; this.butAddCat.Size = new System.Drawing.Size(86,24); this.butAddCat.TabIndex = 11; this.butAddCat.Text = "A&dd"; this.butAddCat.Click += new System.EventHandler(this.butAddCat_Click); // // butDown // this.butDown.AdjustImageLocation = new System.Drawing.Point(0,0); this.butDown.Autosize = true; this.butDown.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butDown.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butDown.CornerRadius = 4F; this.butDown.Image = global::OpenDental.Properties.Resources.down; this.butDown.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butDown.Location = new System.Drawing.Point(100,19); this.butDown.Name = "butDown"; this.butDown.Size = new System.Drawing.Size(86,24); this.butDown.TabIndex = 13; this.butDown.Text = "Down"; this.butDown.Click += new System.EventHandler(this.butDown_Click); // // gridMain // this.gridMain.HScrollVisible = false; this.gridMain.Location = new System.Drawing.Point(12,68); this.gridMain.Name = "gridMain"; this.gridMain.ScrollValue = 0; this.gridMain.Size = new System.Drawing.Size(476,578); this.gridMain.TabIndex = 14; this.gridMain.Title = "Coverage Spans"; this.gridMain.TranslationName = "TableCovSpans"; this.gridMain.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridMain_CellDoubleClick); // // groupBox1 // this.groupBox1.Controls.Add(this.butUp); this.groupBox1.Controls.Add(this.butDown); this.groupBox1.Controls.Add(this.butAddCat); this.groupBox1.Location = new System.Drawing.Point(504,68); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(194,94); this.groupBox1.TabIndex = 15; this.groupBox1.TabStop = false; this.groupBox1.Text = "Categories"; // // textBox1 // this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.None; this.textBox1.Location = new System.Drawing.Point(12,12); this.textBox1.Multiline = true; this.textBox1.Name = "textBox1"; this.textBox1.ReadOnly = true; this.textBox1.Size = new System.Drawing.Size(543,53); this.textBox1.TabIndex = 16; this.textBox1.Text = resources.GetString("textBox1.Text"); // // butDefaultsReset // this.butDefaultsReset.AdjustImageLocation = new System.Drawing.Point(0,0); this.butDefaultsReset.Autosize = true; this.butDefaultsReset.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butDefaultsReset.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butDefaultsReset.CornerRadius = 4F; this.butDefaultsReset.Location = new System.Drawing.Point(512,430); this.butDefaultsReset.Name = "butDefaultsReset"; this.butDefaultsReset.Size = new System.Drawing.Size(86,24); this.butDefaultsReset.TabIndex = 18; this.butDefaultsReset.Text = "Set to Defaults"; this.butDefaultsReset.Click += new System.EventHandler(this.butDefaultsReset_Click); // // label1 // this.label1.Location = new System.Drawing.Point(511,458); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(148,51); this.label1.TabIndex = 20; this.label1.Text = "This safely fixes the orders and spans."; // // FormInsCatsSetup // this.AcceptButton = this.butOK; this.AutoScaleBaseSize = new System.Drawing.Size(5,13); this.CancelButton = this.butOK; this.ClientSize = new System.Drawing.Size(713,660); this.Controls.Add(this.label1); this.Controls.Add(this.butDefaultsReset); this.Controls.Add(this.textBox1); this.Controls.Add(this.butAddSpan); this.Controls.Add(this.groupBox1); this.Controls.Add(this.gridMain); this.Controls.Add(this.butOK); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormInsCatsSetup"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Setup Insurance Categories"; this.Load += new System.EventHandler(this.FormInsCatsSetup_Load); this.Closing += new System.ComponentModel.CancelEventHandler(this.FormInsCatsSetup_Closing); this.groupBox1.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); }
private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormEmployeeSelect)); this.butClose = new OpenDental.UI.Button(); this.butAdd = new OpenDental.UI.Button(); this.gridMain = new OpenDental.UI.ODGrid(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.label1 = new System.Windows.Forms.Label(); this.butDelete = new OpenDental.UI.Button(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // butClose // this.butClose.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); 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.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.butClose.Location = new System.Drawing.Point(358, 446); this.butClose.Name = "butClose"; this.butClose.Size = new System.Drawing.Size(75, 26); this.butClose.TabIndex = 16; this.butClose.Text = "&Close"; this.butClose.Click += new System.EventHandler(this.butClose_Click); // // butAdd // this.butAdd.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butAdd.Autosize = true; this.butAdd.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butAdd.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butAdd.CornerRadius = 4F; this.butAdd.Image = global::OpenDental.Properties.Resources.Add; this.butAdd.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butAdd.Location = new System.Drawing.Point(12, 446); this.butAdd.Name = "butAdd"; this.butAdd.Size = new System.Drawing.Size(78, 26); this.butAdd.TabIndex = 21; this.butAdd.Text = "&Add"; this.butAdd.Click += new System.EventHandler(this.butAdd_Click); // // gridMain // this.gridMain.HScrollVisible = false; this.gridMain.Location = new System.Drawing.Point(12, 12); this.gridMain.Name = "gridMain"; this.gridMain.ScrollValue = 0; this.gridMain.SelectionMode = OpenDental.UI.GridSelectionMode.MultiExtended; this.gridMain.Size = new System.Drawing.Size(268, 418); this.gridMain.TabIndex = 22; this.gridMain.Title = ""; this.gridMain.TranslationName = "FormEmployees"; this.gridMain.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridMain_CellDoubleClick); // // groupBox1 // this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.butDelete); this.groupBox1.Location = new System.Drawing.Point(327, 170); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(117, 87); this.groupBox1.TabIndex = 23; this.groupBox1.TabStop = false; this.groupBox1.Text = "Advanced Tools"; // // label1 // this.label1.Location = new System.Drawing.Point(6, 16); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(108, 29); this.label1.TabIndex = 24; this.label1.Text = "Delete all unused employees"; // // butDelete // this.butDelete.AdjustImageLocation = new System.Drawing.Point(0, 0); 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(9, 47); this.butDelete.Name = "butDelete"; this.butDelete.Size = new System.Drawing.Size(97, 26); this.butDelete.TabIndex = 17; this.butDelete.Text = "Delete All"; this.butDelete.Click += new System.EventHandler(this.butDelete_Click); // // FormEmployeeSelect // this.AcceptButton = this.butClose; this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.CancelButton = this.butClose; this.ClientSize = new System.Drawing.Size(456, 486); this.Controls.Add(this.groupBox1); this.Controls.Add(this.gridMain); this.Controls.Add(this.butAdd); this.Controls.Add(this.butClose); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormEmployeeSelect"; this.ShowInTaskbar = false; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Employees"; this.Closing += new System.ComponentModel.CancelEventHandler(this.FormEmployee_Closing); this.Load += new System.EventHandler(this.FormEmployeeSelect_Load); this.groupBox1.ResumeLayout(false); this.ResumeLayout(false); }
/// <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(FormMedications)); this.butCancel = new OpenDental.UI.Button(); this.butOK = new OpenDental.UI.Button(); this.butAddGeneric = new OpenDental.UI.Button(); this.butAddBrand = new OpenDental.UI.Button(); this.gridAllMedications = new OpenDental.UI.ODGrid(); this.textSearch = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.tabMedications = new System.Windows.Forms.TabControl(); this.tabAllMedications = new System.Windows.Forms.TabPage(); this.tabMissing = new System.Windows.Forms.TabPage(); this.butConvertBrand = new OpenDental.UI.Button(); this.butConvertGeneric = new OpenDental.UI.Button(); this.gridMissing = new OpenDental.UI.ODGrid(); this.tabMedications.SuspendLayout(); this.tabAllMedications.SuspendLayout(); this.tabMissing.SuspendLayout(); this.SuspendLayout(); // // 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.Right))); 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(858, 635); this.butCancel.Name = "butCancel"; this.butCancel.Size = new System.Drawing.Size(75, 26); this.butCancel.TabIndex = 0; 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.Right))); 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(777, 635); this.butOK.Name = "butOK"; this.butOK.Size = new System.Drawing.Size(75, 26); this.butOK.TabIndex = 1; this.butOK.Text = "OK"; this.butOK.Click += new System.EventHandler(this.butOK_Click); // // butAddGeneric // this.butAddGeneric.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butAddGeneric.Autosize = true; this.butAddGeneric.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butAddGeneric.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butAddGeneric.CornerRadius = 4F; this.butAddGeneric.Image = global::OpenDental.Properties.Resources.Add; this.butAddGeneric.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butAddGeneric.Location = new System.Drawing.Point(6, 6); this.butAddGeneric.Name = "butAddGeneric"; this.butAddGeneric.Size = new System.Drawing.Size(113, 26); this.butAddGeneric.TabIndex = 33; this.butAddGeneric.Text = "Add Generic"; this.butAddGeneric.Click += new System.EventHandler(this.butAddGeneric_Click); // // butAddBrand // this.butAddBrand.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butAddBrand.Autosize = true; this.butAddBrand.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butAddBrand.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butAddBrand.CornerRadius = 4F; this.butAddBrand.Image = global::OpenDental.Properties.Resources.Add; this.butAddBrand.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butAddBrand.Location = new System.Drawing.Point(125, 6); this.butAddBrand.Name = "butAddBrand"; this.butAddBrand.Size = new System.Drawing.Size(113, 26); this.butAddBrand.TabIndex = 34; this.butAddBrand.Text = "Add Brand"; this.butAddBrand.Click += new System.EventHandler(this.butAddBrand_Click); // // gridAllMedications // this.gridAllMedications.AllowSortingByColumn = true; this.gridAllMedications.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.gridAllMedications.CellFont = new System.Drawing.Font("Microsoft Sans Serif", 8.5F); this.gridAllMedications.HasAddButton = false; this.gridAllMedications.HasDropDowns = false; this.gridAllMedications.HasMultilineHeaders = false; this.gridAllMedications.HeaderFont = new System.Drawing.Font("Microsoft Sans Serif", 8.5F, System.Drawing.FontStyle.Bold); this.gridAllMedications.HeaderHeight = 15; this.gridAllMedications.HScrollVisible = false; this.gridAllMedications.Location = new System.Drawing.Point(5, 38); this.gridAllMedications.Name = "gridAllMedications"; this.gridAllMedications.ScrollValue = 0; this.gridAllMedications.Size = new System.Drawing.Size(907, 558); this.gridAllMedications.TabIndex = 37; this.gridAllMedications.Title = "All Medications"; this.gridAllMedications.TitleFont = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold); this.gridAllMedications.TitleHeight = 18; this.gridAllMedications.TranslationName = "FormMedications"; this.gridAllMedications.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridAllMedications_CellDoubleClick); this.gridAllMedications.CellClick += new OpenDental.UI.ODGridClickEventHandler(this.gridAllMedications_CellClick); // // textSearch // this.textSearch.Location = new System.Drawing.Point(367, 9); this.textSearch.Name = "textSearch"; this.textSearch.Size = new System.Drawing.Size(195, 20); this.textSearch.TabIndex = 0; this.textSearch.TextChanged += new System.EventHandler(this.textSearch_TextChanged); // // label1 // this.label1.Location = new System.Drawing.Point(239, 12); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(127, 17); this.label1.TabIndex = 39; this.label1.Text = "Search"; this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight; // // tabMedications // this.tabMedications.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.tabMedications.Controls.Add(this.tabAllMedications); this.tabMedications.Controls.Add(this.tabMissing); this.tabMedications.Location = new System.Drawing.Point(9, 3); this.tabMedications.Name = "tabMedications"; this.tabMedications.SelectedIndex = 0; this.tabMedications.Size = new System.Drawing.Size(924, 626); this.tabMedications.TabIndex = 40; this.tabMedications.SelectedIndexChanged += new System.EventHandler(this.tabMedications_SelectedIndexChanged); // // tabAllMedications // this.tabAllMedications.Controls.Add(this.gridAllMedications); this.tabAllMedications.Controls.Add(this.textSearch); this.tabAllMedications.Controls.Add(this.butAddGeneric); this.tabAllMedications.Controls.Add(this.label1); this.tabAllMedications.Controls.Add(this.butAddBrand); this.tabAllMedications.Location = new System.Drawing.Point(4, 22); this.tabAllMedications.Name = "tabAllMedications"; this.tabAllMedications.Padding = new System.Windows.Forms.Padding(3); this.tabAllMedications.Size = new System.Drawing.Size(916, 600); this.tabAllMedications.TabIndex = 0; this.tabAllMedications.Text = "All Medications"; this.tabAllMedications.UseVisualStyleBackColor = true; // // tabMissing // this.tabMissing.Controls.Add(this.butConvertBrand); this.tabMissing.Controls.Add(this.butConvertGeneric); this.tabMissing.Controls.Add(this.gridMissing); this.tabMissing.Location = new System.Drawing.Point(4, 22); this.tabMissing.Name = "tabMissing"; this.tabMissing.Size = new System.Drawing.Size(916, 600); this.tabMissing.TabIndex = 2; this.tabMissing.Text = "Missing Generic/Brand"; this.tabMissing.UseVisualStyleBackColor = true; // // butConvertBrand // this.butConvertBrand.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butConvertBrand.Autosize = true; this.butConvertBrand.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butConvertBrand.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butConvertBrand.CornerRadius = 4F; this.butConvertBrand.Image = global::OpenDental.Properties.Resources.Add; this.butConvertBrand.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butConvertBrand.Location = new System.Drawing.Point(161, 6); this.butConvertBrand.Name = "butConvertBrand"; this.butConvertBrand.Size = new System.Drawing.Size(150, 26); this.butConvertBrand.TabIndex = 40; this.butConvertBrand.Text = "Convert To Brand"; this.butConvertBrand.Click += new System.EventHandler(this.butConvertBrand_Click); // // butConvertGeneric // this.butConvertGeneric.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butConvertGeneric.Autosize = true; this.butConvertGeneric.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butConvertGeneric.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butConvertGeneric.CornerRadius = 4F; this.butConvertGeneric.Image = global::OpenDental.Properties.Resources.Add; this.butConvertGeneric.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butConvertGeneric.Location = new System.Drawing.Point(5, 6); this.butConvertGeneric.Name = "butConvertGeneric"; this.butConvertGeneric.Size = new System.Drawing.Size(150, 26); this.butConvertGeneric.TabIndex = 39; this.butConvertGeneric.Text = "Convert To Generic"; this.butConvertGeneric.Click += new System.EventHandler(this.butConvertGeneric_Click); // // gridMissing // this.gridMissing.AllowSortingByColumn = true; this.gridMissing.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.gridMissing.CellFont = new System.Drawing.Font("Microsoft Sans Serif", 8.5F); this.gridMissing.HasAddButton = false; this.gridMissing.HasDropDowns = false; this.gridMissing.HasMultilineHeaders = false; this.gridMissing.HeaderFont = new System.Drawing.Font("Microsoft Sans Serif", 8.5F, System.Drawing.FontStyle.Bold); this.gridMissing.HeaderHeight = 15; this.gridMissing.HScrollVisible = false; this.gridMissing.Location = new System.Drawing.Point(5, 38); this.gridMissing.Name = "gridMissing"; this.gridMissing.ScrollValue = 0; this.gridMissing.Size = new System.Drawing.Size(907, 559); this.gridMissing.TabIndex = 38; this.gridMissing.Title = "Medications Missing Generic or Brand"; this.gridMissing.TitleFont = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold); this.gridMissing.TitleHeight = 18; this.gridMissing.TranslationName = "FormMedications"; // // FormMedications // this.AcceptButton = this.butOK; this.CancelButton = this.butCancel; this.ClientSize = new System.Drawing.Size(941, 671); this.Controls.Add(this.tabMedications); this.Controls.Add(this.butOK); this.Controls.Add(this.butCancel); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.MinimumSize = new System.Drawing.Size(600, 400); this.Name = "FormMedications"; this.ShowInTaskbar = false; this.Text = "Medications"; this.Load += new System.EventHandler(this.FormMedications_Load); this.tabMedications.ResumeLayout(false); this.tabAllMedications.ResumeLayout(false); this.tabAllMedications.PerformLayout(); this.tabMissing.ResumeLayout(false); this.ResumeLayout(false); }
/// <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(FormProcApptColors)); this.butOK = new OpenDental.UI.Button(); this.gridMain = new OpenDental.UI.ODGrid(); this.butAdd = new OpenDental.UI.Button(); this.butClose = new OpenDental.UI.Button(); this.label1 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // 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.Right))); 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(146, 388); this.butOK.Name = "butOK"; this.butOK.Size = new System.Drawing.Size(75, 24); this.butOK.TabIndex = 15; this.butOK.Text = "OK"; this.butOK.Click += new System.EventHandler(this.butOK_Click); // // gridMain // this.gridMain.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.gridMain.HScrollVisible = false; this.gridMain.Location = new System.Drawing.Point(17, 77); this.gridMain.Name = "gridMain"; this.gridMain.ScrollValue = 0; this.gridMain.Size = new System.Drawing.Size(285, 300); this.gridMain.TabIndex = 11; this.gridMain.Title = "Proc Code Ranges"; this.gridMain.TranslationName = "FormProcApptColors"; this.gridMain.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridMain_CellDoubleClick); // // butAdd // this.butAdd.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.butAdd.Autosize = true; this.butAdd.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butAdd.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butAdd.CornerRadius = 4F; this.butAdd.Image = global::OpenDental.Properties.Resources.Add; this.butAdd.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butAdd.Location = new System.Drawing.Point(17, 388); this.butAdd.Name = "butAdd"; this.butAdd.Size = new System.Drawing.Size(75, 24); this.butAdd.TabIndex = 10; this.butAdd.Text = "&Add"; this.butAdd.Click += new System.EventHandler(this.butAdd_Click); // // butClose // this.butClose.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); 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.Location = new System.Drawing.Point(227, 388); this.butClose.Name = "butClose"; this.butClose.Size = new System.Drawing.Size(75, 24); this.butClose.TabIndex = 0; this.butClose.Text = "&Cancel"; this.butClose.Click += new System.EventHandler(this.butClose_Click); // // label1 // this.label1.Location = new System.Drawing.Point(16, 9); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(288, 65); this.label1.TabIndex = 16; this.label1.Text = resources.GetString("label1.Text"); // // FormProcApptColors // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(320, 428); this.Controls.Add(this.label1); this.Controls.Add(this.butOK); this.Controls.Add(this.gridMain); this.Controls.Add(this.butAdd); this.Controls.Add(this.butClose); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormProcApptColors"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Proc Appt Colors"; this.Load += new System.EventHandler(this.FormProcApptColors_Load); this.ResumeLayout(false); }
/// <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(FormNotePick)); this.butOK = new OpenDental.UI.Button(); this.gridMain = new OpenDental.UI.ODGrid(); this.label1 = new System.Windows.Forms.Label(); this.textNote = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.butCancel = new OpenDental.UI.Button(); this.SuspendLayout(); // // 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.Right))); 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(473, 623); this.butOK.Name = "butOK"; this.butOK.Size = new System.Drawing.Size(75, 26); this.butOK.TabIndex = 1; this.butOK.Text = "&OK"; this.butOK.Click += new System.EventHandler(this.butOK_Click); // // gridMain // this.gridMain.HScrollVisible = false; this.gridMain.Location = new System.Drawing.Point(29, 40); this.gridMain.Name = "gridMain"; this.gridMain.ScrollValue = 0; this.gridMain.SelectionMode = OpenDental.UI.GridSelectionMode.MultiExtended; this.gridMain.Size = new System.Drawing.Size(627, 322); this.gridMain.TabIndex = 2; this.gridMain.Title = "Pick Note"; this.gridMain.TranslationName = "TableNotePick"; this.gridMain.CellClick += new OpenDental.UI.ODGridClickEventHandler(this.gridMain_CellClick); this.gridMain.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridMain_CellDoubleClick); // // label1 // this.label1.Location = new System.Drawing.Point(29, 2); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(627, 35); this.label1.TabIndex = 3; this.label1.Text = "Multiple versions of the note exist. Please pick or edit one version to retain. " + " This note will apply to ALL similar plans. You can also pick multiple rows to " + "combine notes."; this.label1.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // textNote // this.textNote.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.textNote.Location = new System.Drawing.Point(29, 396); this.textNote.Multiline = true; this.textNote.Name = "textNote"; this.textNote.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.textNote.Size = new System.Drawing.Size(627, 219); this.textNote.TabIndex = 4; // // label2 // this.label2.Location = new System.Drawing.Point(29, 365); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(627, 28); this.label2.TabIndex = 5; this.label2.Text = "This is the final note that will be saved for all similar plans."; this.label2.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // 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.Right))); 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(581, 623); this.butCancel.Name = "butCancel"; this.butCancel.Size = new System.Drawing.Size(75, 26); this.butCancel.TabIndex = 6; this.butCancel.Text = "&Cancel"; this.butCancel.Click += new System.EventHandler(this.butCancel_Click); // // FormNotePick // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(692, 656); this.Controls.Add(this.butCancel); this.Controls.Add(this.label2); this.Controls.Add(this.textNote); this.Controls.Add(this.label1); this.Controls.Add(this.gridMain); this.Controls.Add(this.butOK); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormNotePick"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Load += new System.EventHandler(this.FormNotePick_Load); this.ResumeLayout(false); this.PerformLayout(); }
/// <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(FormApptRules)); this.label1 = new System.Windows.Forms.Label(); this.gridMain = new OpenDental.UI.ODGrid(); this.butAdd = new OpenDental.UI.Button(); this.butClose = new OpenDental.UI.Button(); this.SuspendLayout(); // // label1 // this.label1.Location = new System.Drawing.Point(21, 9); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(485, 35); this.label1.TabIndex = 12; this.label1.Text = "For now, each rule in the list simply prevents users from double booking appointm" + "ents of that type."; // // gridMain // this.gridMain.HScrollVisible = false; this.gridMain.Location = new System.Drawing.Point(21, 47); this.gridMain.Name = "gridMain"; this.gridMain.ScrollValue = 0; this.gridMain.Size = new System.Drawing.Size(485, 369); this.gridMain.TabIndex = 11; this.gridMain.Title = "Appointment Rules"; this.gridMain.TranslationName = "TablePayPeriods"; this.gridMain.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridMain_CellDoubleClick); // // butAdd // this.butAdd.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.butAdd.Autosize = true; this.butAdd.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butAdd.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butAdd.Image = ((System.Drawing.Image)(resources.GetObject("butAdd.Image"))); this.butAdd.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butAdd.Location = new System.Drawing.Point(19, 432); this.butAdd.Name = "butAdd"; this.butAdd.Size = new System.Drawing.Size(80, 26); this.butAdd.TabIndex = 10; this.butAdd.Text = "&Add"; this.butAdd.Click += new System.EventHandler(this.butAdd_Click); // // butClose // this.butClose.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butClose.Autosize = true; this.butClose.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butClose.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butClose.Location = new System.Drawing.Point(432, 432); this.butClose.Name = "butClose"; this.butClose.Size = new System.Drawing.Size(75, 26); this.butClose.TabIndex = 0; this.butClose.Text = "&Close"; this.butClose.Click += new System.EventHandler(this.butClose_Click); // // FormApptRules // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(539, 481); this.Controls.Add(this.label1); this.Controls.Add(this.gridMain); this.Controls.Add(this.butAdd); this.Controls.Add(this.butClose); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormApptRules"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Appointment Rules"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormPayPeriods_FormClosing); this.Load += new System.EventHandler(this.FormApptRules_Load); this.ResumeLayout(false); }
private void InitializeComponent(){ this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ContrStaff)); this.listStatus = new System.Windows.Forms.ListBox(); this.textTime = new System.Windows.Forms.Label(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.butManage = new OpenDental.UI.Button(); this.butBreaks = new OpenDental.UI.Button(); this.gridEmp = new OpenDental.UI.ODGrid(); this.label2 = new System.Windows.Forms.Label(); this.butClockOut = new OpenDental.UI.Button(); this.butTimeCard = new OpenDental.UI.Button(); this.butClockIn = new OpenDental.UI.Button(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.listMessages = new System.Windows.Forms.ListBox(); this.butSend = new OpenDental.UI.Button(); this.butAck = new OpenDental.UI.Button(); this.labelSending = new System.Windows.Forms.Label(); this.textDays = new System.Windows.Forms.TextBox(); this.labelDays = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.comboViewUser = new System.Windows.Forms.ComboBox(); this.gridMessages = new OpenDental.UI.ODGrid(); this.checkIncludeAck = new System.Windows.Forms.CheckBox(); this.label7 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.listExtras = new System.Windows.Forms.ListBox(); this.label4 = new System.Windows.Forms.Label(); this.listFrom = new System.Windows.Forms.ListBox(); this.label3 = new System.Windows.Forms.Label(); this.listTo = new System.Windows.Forms.ListBox(); this.label1 = new System.Windows.Forms.Label(); this.textMessage = new System.Windows.Forms.TextBox(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.butEmailInbox = new OpenDental.UI.Button(); this.butSupply = new OpenDental.UI.Button(); this.butClaimPay = new OpenDental.UI.Button(); this.butBilling = new OpenDental.UI.Button(); this.butAccounting = new OpenDental.UI.Button(); this.butBackup = new OpenDental.UI.Button(); this.butDeposit = new OpenDental.UI.Button(); this.butSendClaims = new OpenDental.UI.Button(); this.butTasks = new OpenDental.UI.Button(); this.timerSending = new System.Windows.Forms.Timer(this.components); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.groupBox3.SuspendLayout(); this.SuspendLayout(); // // listStatus // this.listStatus.Location = new System.Drawing.Point(367, 192); this.listStatus.Name = "listStatus"; this.listStatus.Size = new System.Drawing.Size(107, 43); this.listStatus.TabIndex = 12; // // textTime // this.textTime.Font = new System.Drawing.Font("Microsoft Sans Serif", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.textTime.Location = new System.Drawing.Point(365, 113); this.textTime.Name = "textTime"; this.textTime.Size = new System.Drawing.Size(109, 21); this.textTime.TabIndex = 17; this.textTime.Text = "12:00:00 PM"; this.textTime.TextAlign = System.Drawing.ContentAlignment.BottomCenter; // // timer1 // this.timer1.Enabled = true; this.timer1.Interval = 1000; this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // groupBox1 // this.groupBox1.Controls.Add(this.butManage); this.groupBox1.Controls.Add(this.butBreaks); this.groupBox1.Controls.Add(this.gridEmp); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.listStatus); this.groupBox1.Controls.Add(this.butClockOut); this.groupBox1.Controls.Add(this.butTimeCard); this.groupBox1.Controls.Add(this.textTime); this.groupBox1.Controls.Add(this.butClockIn); this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System; this.groupBox1.Location = new System.Drawing.Point(349, 5); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(510, 247); this.groupBox1.TabIndex = 18; this.groupBox1.TabStop = false; this.groupBox1.Text = "Time Clock"; // // butManage // this.butManage.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butManage.Autosize = true; this.butManage.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butManage.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butManage.CornerRadius = 4F; this.butManage.Location = new System.Drawing.Point(366, 13); this.butManage.Name = "butManage"; this.butManage.Size = new System.Drawing.Size(108, 25); this.butManage.TabIndex = 23; this.butManage.Text = "Manage"; this.butManage.Click += new System.EventHandler(this.butManage_Click); // // butBreaks // this.butBreaks.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butBreaks.Autosize = true; this.butBreaks.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butBreaks.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butBreaks.CornerRadius = 4F; this.butBreaks.Location = new System.Drawing.Point(366, 67); this.butBreaks.Name = "butBreaks"; this.butBreaks.Size = new System.Drawing.Size(108, 25); this.butBreaks.TabIndex = 22; this.butBreaks.Text = "View Breaks"; this.butBreaks.Click += new System.EventHandler(this.butBreaks_Click); // // gridEmp // this.gridEmp.AllowSelection = false; this.gridEmp.HScrollVisible = false; this.gridEmp.Location = new System.Drawing.Point(22, 22); this.gridEmp.Name = "gridEmp"; this.gridEmp.ScrollValue = 0; this.gridEmp.Size = new System.Drawing.Size(303, 213); this.gridEmp.TabIndex = 21; this.gridEmp.Title = "Employee"; this.gridEmp.TranslationName = "TableEmpClock"; this.gridEmp.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridEmp_CellDoubleClick); this.gridEmp.CellClick += new OpenDental.UI.ODGridClickEventHandler(this.gridEmp_CellClick); // // label2 // this.label2.Location = new System.Drawing.Point(376, 94); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(88, 19); this.label2.TabIndex = 20; this.label2.Text = "Server Time"; this.label2.TextAlign = System.Drawing.ContentAlignment.BottomCenter; // // butClockOut // this.butClockOut.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butClockOut.Autosize = true; this.butClockOut.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butClockOut.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butClockOut.CornerRadius = 4F; this.butClockOut.Location = new System.Drawing.Point(366, 164); this.butClockOut.Name = "butClockOut"; this.butClockOut.Size = new System.Drawing.Size(108, 25); this.butClockOut.TabIndex = 14; this.butClockOut.Text = "Clock Out For:"; this.butClockOut.Click += new System.EventHandler(this.butClockOut_Click); // // butTimeCard // this.butTimeCard.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butTimeCard.Autosize = true; this.butTimeCard.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butTimeCard.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butTimeCard.CornerRadius = 4F; this.butTimeCard.Location = new System.Drawing.Point(366, 40); this.butTimeCard.Name = "butTimeCard"; this.butTimeCard.Size = new System.Drawing.Size(108, 25); this.butTimeCard.TabIndex = 16; this.butTimeCard.Text = "View Time Card"; this.butTimeCard.Click += new System.EventHandler(this.butTimeCard_Click); // // butClockIn // this.butClockIn.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butClockIn.Autosize = true; this.butClockIn.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butClockIn.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butClockIn.CornerRadius = 4F; this.butClockIn.Location = new System.Drawing.Point(366, 137); this.butClockIn.Name = "butClockIn"; this.butClockIn.Size = new System.Drawing.Size(108, 25); this.butClockIn.TabIndex = 11; this.butClockIn.Text = "Clock In"; this.butClockIn.Click += new System.EventHandler(this.butClockIn_Click); // // groupBox2 // this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.groupBox2.Controls.Add(this.listMessages); this.groupBox2.Controls.Add(this.butSend); this.groupBox2.Controls.Add(this.butAck); this.groupBox2.Controls.Add(this.labelSending); this.groupBox2.Controls.Add(this.textDays); this.groupBox2.Controls.Add(this.labelDays); this.groupBox2.Controls.Add(this.label6); this.groupBox2.Controls.Add(this.comboViewUser); this.groupBox2.Controls.Add(this.gridMessages); this.groupBox2.Controls.Add(this.checkIncludeAck); this.groupBox2.Controls.Add(this.label7); this.groupBox2.Controls.Add(this.label5); this.groupBox2.Controls.Add(this.listExtras); this.groupBox2.Controls.Add(this.label4); this.groupBox2.Controls.Add(this.listFrom); this.groupBox2.Controls.Add(this.label3); this.groupBox2.Controls.Add(this.listTo); this.groupBox2.Controls.Add(this.label1); this.groupBox2.Controls.Add(this.textMessage); this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.System; this.groupBox2.Location = new System.Drawing.Point(3, 252); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(902, 447); this.groupBox2.TabIndex = 19; this.groupBox2.TabStop = false; this.groupBox2.Text = "Messaging"; // // listMessages // this.listMessages.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.listMessages.FormattingEnabled = true; this.listMessages.Location = new System.Drawing.Point(252, 35); this.listMessages.Name = "listMessages"; this.listMessages.Size = new System.Drawing.Size(98, 355); this.listMessages.TabIndex = 10; this.listMessages.Click += new System.EventHandler(this.listMessages_Click); // // butSend // this.butSend.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butSend.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.butSend.Autosize = true; this.butSend.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butSend.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butSend.CornerRadius = 4F; this.butSend.Location = new System.Drawing.Point(252, 417); this.butSend.Name = "butSend"; this.butSend.Size = new System.Drawing.Size(98, 25); this.butSend.TabIndex = 15; this.butSend.Text = "Send Text"; this.butSend.Click += new System.EventHandler(this.butSend_Click); // // butAck // this.butAck.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butAck.Autosize = true; this.butAck.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butAck.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butAck.CornerRadius = 4F; this.butAck.Location = new System.Drawing.Point(645, 10); this.butAck.Name = "butAck"; this.butAck.Size = new System.Drawing.Size(67, 22); this.butAck.TabIndex = 25; this.butAck.Text = "Ack"; this.butAck.Click += new System.EventHandler(this.butAck_Click); // // labelSending // this.labelSending.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.labelSending.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelSending.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.labelSending.Location = new System.Drawing.Point(251, 393); this.labelSending.Name = "labelSending"; this.labelSending.Size = new System.Drawing.Size(100, 21); this.labelSending.TabIndex = 24; this.labelSending.Text = "Sending"; this.labelSending.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.labelSending.Visible = false; // // textDays // this.textDays.Location = new System.Drawing.Point(594, 12); this.textDays.Name = "textDays"; this.textDays.Size = new System.Drawing.Size(45, 20); this.textDays.TabIndex = 19; this.textDays.Visible = false; this.textDays.TextChanged += new System.EventHandler(this.textDays_TextChanged); // // labelDays // this.labelDays.Location = new System.Drawing.Point(531, 14); this.labelDays.Name = "labelDays"; this.labelDays.Size = new System.Drawing.Size(61, 16); this.labelDays.TabIndex = 18; this.labelDays.Text = "Days"; this.labelDays.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.labelDays.Visible = false; // // label6 // this.label6.Location = new System.Drawing.Point(725, 14); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(57, 16); this.label6.TabIndex = 17; this.label6.Text = "To User"; this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // comboViewUser // this.comboViewUser.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboViewUser.FormattingEnabled = true; this.comboViewUser.Location = new System.Drawing.Point(783, 11); this.comboViewUser.Name = "comboViewUser"; this.comboViewUser.Size = new System.Drawing.Size(114, 21); this.comboViewUser.TabIndex = 16; this.comboViewUser.SelectionChangeCommitted += new System.EventHandler(this.comboViewUser_SelectionChangeCommitted); // // gridMessages // this.gridMessages.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.gridMessages.HScrollVisible = false; this.gridMessages.Location = new System.Drawing.Point(356, 35); this.gridMessages.Name = "gridMessages"; this.gridMessages.ScrollValue = 0; this.gridMessages.SelectionMode = OpenDental.UI.GridSelectionMode.MultiExtended; this.gridMessages.Size = new System.Drawing.Size(540, 406); this.gridMessages.TabIndex = 13; this.gridMessages.Title = "Message History"; this.gridMessages.TranslationName = "TableTextMessages"; // // checkIncludeAck // this.checkIncludeAck.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkIncludeAck.Location = new System.Drawing.Point(356, 16); this.checkIncludeAck.Name = "checkIncludeAck"; this.checkIncludeAck.Size = new System.Drawing.Size(173, 18); this.checkIncludeAck.TabIndex = 14; this.checkIncludeAck.Text = "Include Acknowledged"; this.checkIncludeAck.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkIncludeAck.UseVisualStyleBackColor = true; this.checkIncludeAck.Click += new System.EventHandler(this.checkIncludeAck_Click); // // label7 // this.label7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.label7.Location = new System.Drawing.Point(6, 402); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(100, 16); this.label7.TabIndex = 12; this.label7.Text = "Text Message"; this.label7.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // label5 // this.label5.Location = new System.Drawing.Point(250, 16); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(100, 16); this.label5.TabIndex = 9; this.label5.Text = "Message (&& Send)"; this.label5.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // listExtras // this.listExtras.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.listExtras.FormattingEnabled = true; this.listExtras.Location = new System.Drawing.Point(171, 35); this.listExtras.Name = "listExtras"; this.listExtras.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended; this.listExtras.Size = new System.Drawing.Size(75, 355); this.listExtras.TabIndex = 8; // // label4 // this.label4.Location = new System.Drawing.Point(169, 16); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(78, 16); this.label4.TabIndex = 7; this.label4.Text = "Extras"; this.label4.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // listFrom // this.listFrom.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.listFrom.FormattingEnabled = true; this.listFrom.Location = new System.Drawing.Point(90, 35); this.listFrom.Name = "listFrom"; this.listFrom.Size = new System.Drawing.Size(75, 355); this.listFrom.TabIndex = 6; // // label3 // this.label3.Location = new System.Drawing.Point(88, 16); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(78, 16); this.label3.TabIndex = 5; this.label3.Text = "From"; this.label3.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // listTo // this.listTo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.listTo.FormattingEnabled = true; this.listTo.Location = new System.Drawing.Point(9, 35); this.listTo.Name = "listTo"; this.listTo.Size = new System.Drawing.Size(75, 355); this.listTo.TabIndex = 4; // // label1 // this.label1.Location = new System.Drawing.Point(7, 16); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(78, 16); this.label1.TabIndex = 3; this.label1.Text = "To"; this.label1.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // textMessage // this.textMessage.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.textMessage.Location = new System.Drawing.Point(9, 421); this.textMessage.Name = "textMessage"; this.textMessage.Size = new System.Drawing.Size(237, 20); this.textMessage.TabIndex = 1; // // groupBox3 // this.groupBox3.Controls.Add(this.butEmailInbox); this.groupBox3.Controls.Add(this.butSupply); this.groupBox3.Controls.Add(this.butClaimPay); this.groupBox3.Controls.Add(this.butBilling); this.groupBox3.Controls.Add(this.butAccounting); this.groupBox3.Controls.Add(this.butBackup); this.groupBox3.Controls.Add(this.butDeposit); this.groupBox3.Controls.Add(this.butSendClaims); this.groupBox3.Controls.Add(this.butTasks); this.groupBox3.FlatStyle = System.Windows.Forms.FlatStyle.System; this.groupBox3.Location = new System.Drawing.Point(34, 5); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(286, 166); this.groupBox3.TabIndex = 23; this.groupBox3.TabStop = false; this.groupBox3.Text = "Daily"; // // butEmailInbox // this.butEmailInbox.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butEmailInbox.Autosize = true; this.butEmailInbox.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butEmailInbox.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butEmailInbox.CornerRadius = 4F; this.butEmailInbox.Image = global::OpenDental.Properties.Resources.email1; this.butEmailInbox.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butEmailInbox.Location = new System.Drawing.Point(148, 97); this.butEmailInbox.Name = "butEmailInbox"; this.butEmailInbox.Size = new System.Drawing.Size(104, 26); this.butEmailInbox.TabIndex = 28; this.butEmailInbox.Text = "Email Inbox"; this.butEmailInbox.Click += new System.EventHandler(this.butEmailInbox_Click); // // butSupply // this.butSupply.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butSupply.Autosize = true; this.butSupply.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butSupply.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butSupply.CornerRadius = 4F; this.butSupply.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butSupply.Location = new System.Drawing.Point(16, 123); this.butSupply.Name = "butSupply"; this.butSupply.Size = new System.Drawing.Size(104, 26); this.butSupply.TabIndex = 26; this.butSupply.Text = "SupplyInventory"; this.butSupply.Click += new System.EventHandler(this.butSupply_Click); // // butClaimPay // this.butClaimPay.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butClaimPay.Autosize = true; this.butClaimPay.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butClaimPay.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butClaimPay.CornerRadius = 4F; this.butClaimPay.Location = new System.Drawing.Point(16, 45); this.butClaimPay.Name = "butClaimPay"; this.butClaimPay.Size = new System.Drawing.Size(104, 26); this.butClaimPay.TabIndex = 25; this.butClaimPay.Text = "Batch Ins"; this.butClaimPay.Click += new System.EventHandler(this.butClaimPay_Click); // // butBilling // this.butBilling.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butBilling.Autosize = true; this.butBilling.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butBilling.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butBilling.CornerRadius = 4F; this.butBilling.Location = new System.Drawing.Point(16, 71); this.butBilling.Name = "butBilling"; this.butBilling.Size = new System.Drawing.Size(104, 26); this.butBilling.TabIndex = 25; this.butBilling.Text = "Billing"; this.butBilling.Click += new System.EventHandler(this.butBilling_Click); // // butAccounting // this.butAccounting.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butAccounting.Autosize = true; this.butAccounting.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butAccounting.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butAccounting.CornerRadius = 4F; this.butAccounting.Image = ((System.Drawing.Image)(resources.GetObject("butAccounting.Image"))); this.butAccounting.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butAccounting.Location = new System.Drawing.Point(148, 71); this.butAccounting.Name = "butAccounting"; this.butAccounting.Size = new System.Drawing.Size(104, 26); this.butAccounting.TabIndex = 24; this.butAccounting.Text = "Accounting"; this.butAccounting.Click += new System.EventHandler(this.butAccounting_Click); // // butBackup // this.butBackup.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butBackup.Autosize = true; this.butBackup.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butBackup.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butBackup.CornerRadius = 4F; this.butBackup.Image = ((System.Drawing.Image)(resources.GetObject("butBackup.Image"))); this.butBackup.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butBackup.Location = new System.Drawing.Point(148, 45); this.butBackup.Name = "butBackup"; this.butBackup.Size = new System.Drawing.Size(104, 26); this.butBackup.TabIndex = 22; this.butBackup.Text = "Backup"; this.butBackup.Click += new System.EventHandler(this.butBackup_Click); // // butDeposit // this.butDeposit.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butDeposit.Autosize = true; this.butDeposit.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butDeposit.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butDeposit.CornerRadius = 4F; this.butDeposit.Image = ((System.Drawing.Image)(resources.GetObject("butDeposit.Image"))); this.butDeposit.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butDeposit.Location = new System.Drawing.Point(16, 97); this.butDeposit.Name = "butDeposit"; this.butDeposit.Size = new System.Drawing.Size(104, 26); this.butDeposit.TabIndex = 23; this.butDeposit.Text = "Deposits"; this.butDeposit.Click += new System.EventHandler(this.butDeposit_Click); // // butSendClaims // this.butSendClaims.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butSendClaims.Autosize = true; this.butSendClaims.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butSendClaims.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butSendClaims.CornerRadius = 4F; this.butSendClaims.Image = ((System.Drawing.Image)(resources.GetObject("butSendClaims.Image"))); this.butSendClaims.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butSendClaims.Location = new System.Drawing.Point(16, 19); this.butSendClaims.Name = "butSendClaims"; this.butSendClaims.Size = new System.Drawing.Size(104, 26); this.butSendClaims.TabIndex = 20; this.butSendClaims.Text = "Send Claims"; this.butSendClaims.Click += new System.EventHandler(this.butSendClaims_Click); // // butTasks // this.butTasks.AdjustImageLocation = new System.Drawing.Point(0, 1); this.butTasks.Autosize = true; this.butTasks.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butTasks.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butTasks.CornerRadius = 4F; this.butTasks.Image = ((System.Drawing.Image)(resources.GetObject("butTasks.Image"))); this.butTasks.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butTasks.Location = new System.Drawing.Point(148, 19); this.butTasks.Name = "butTasks"; this.butTasks.Size = new System.Drawing.Size(104, 26); this.butTasks.TabIndex = 21; this.butTasks.Text = "Tasks"; this.butTasks.Click += new System.EventHandler(this.butTasks_Click); // // timerSending // this.timerSending.Interval = 1000; this.timerSending.Tick += new System.EventHandler(this.timerSending_Tick); // // ContrStaff // this.Controls.Add(this.groupBox3); this.Controls.Add(this.groupBox2); this.Controls.Add(this.groupBox1); this.Name = "ContrStaff"; this.Size = new System.Drawing.Size(908, 702); this.Load += new System.EventHandler(this.ContrStaff_Load); this.groupBox1.ResumeLayout(false); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.groupBox3.ResumeLayout(false); this.ResumeLayout(false); }
/// <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(FormFormPatEdit)); this.gridMain = new OpenDental.UI.ODGrid(); this.multInput = new OpenDental.UI.ContrMultInput(); this.butOK = new OpenDental.UI.Button(); this.butCancel = new OpenDental.UI.Button(); this.butDelete = new OpenDental.UI.Button(); this.SuspendLayout(); // // gridMain // this.gridMain.HScrollVisible = false; this.gridMain.Location = new System.Drawing.Point(12,12); this.gridMain.Name = "gridMain"; this.gridMain.ScrollValue = 0; this.gridMain.Size = new System.Drawing.Size(757,607); this.gridMain.TabIndex = 3; this.gridMain.Title = "Questions"; this.gridMain.TranslationName = "TableQuestions"; this.gridMain.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridMain_CellDoubleClick); // // multInput // this.multInput.Location = new System.Drawing.Point(12,12); this.multInput.Name = "multInput"; this.multInput.Size = new System.Drawing.Size(757,640); this.multInput.TabIndex = 2; // // 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.Right))); 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(795,585); this.butOK.Name = "butOK"; this.butOK.Size = new System.Drawing.Size(75,26); this.butOK.TabIndex = 1; this.butOK.Text = "&OK"; this.butOK.Click += new System.EventHandler(this.butOK_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.Right))); 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(795,626); this.butCancel.Name = "butCancel"; this.butCancel.Size = new System.Drawing.Size(75,26); this.butCancel.TabIndex = 0; this.butCancel.Text = "&Cancel"; this.butCancel.Click += new System.EventHandler(this.butCancel_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.Right))); 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(12,625); this.butDelete.Name = "butDelete"; this.butDelete.Size = new System.Drawing.Size(88,26); this.butDelete.TabIndex = 4; this.butDelete.Text = "Delete"; this.butDelete.Click += new System.EventHandler(this.butDelete_Click); // // FormFormPatEdit // this.AutoScaleBaseSize = new System.Drawing.Size(5,13); this.ClientSize = new System.Drawing.Size(893,671); this.Controls.Add(this.butDelete); this.Controls.Add(this.gridMain); this.Controls.Add(this.multInput); this.Controls.Add(this.butOK); this.Controls.Add(this.butCancel); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormFormPatEdit"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Questionnaire"; this.Shown += new System.EventHandler(this.FormFormPatEdit_Shown); this.Load += new System.EventHandler(this.FormFormPatEdit_Load); this.ResumeLayout(false); }
/// <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(FormPhoneEmpDefaultEdit)); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.listRingGroup = new System.Windows.Forms.ListBox(); this.checkIsGraphed = new System.Windows.Forms.CheckBox(); this.label5 = new System.Windows.Forms.Label(); this.checkHasColor = new System.Windows.Forms.CheckBox(); this.textEmpName = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.textNotes = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.textComputerName = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.checkIsPrivateScreen = new System.Windows.Forms.CheckBox(); this.label7 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); this.label11 = new System.Windows.Forms.Label(); this.label12 = new System.Windows.Forms.Label(); this.label13 = 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.listStatusOverride = new System.Windows.Forms.ListBox(); this.label17 = new System.Windows.Forms.Label(); this.checkIsTriageOperator = new System.Windows.Forms.CheckBox(); this.butAddPhoneGraphEntry = new OpenDental.UI.Button(); this.gridGraph = new OpenDental.UI.ODGrid(); this.textPhoneExt = new OpenDental.ValidNum(); this.textEmployeeNum = new OpenDental.ValidNum(); this.butDelete = new OpenDental.UI.Button(); this.butOK = new OpenDental.UI.Button(); this.butCancel = new OpenDental.UI.Button(); this.SuspendLayout(); // // label1 // this.label1.Location = new System.Drawing.Point(40, 23); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(100, 20); this.label1.TabIndex = 11; this.label1.Text = "EmployeeNum"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label2 // this.label2.Location = new System.Drawing.Point(1, 144); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(139, 20); this.label2.TabIndex = 13; this.label2.Text = "Default Ring Group"; this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight; // // listRingGroup // this.listRingGroup.FormattingEnabled = true; this.listRingGroup.Location = new System.Drawing.Point(144, 144); this.listRingGroup.Name = "listRingGroup"; this.listRingGroup.Size = new System.Drawing.Size(120, 43); this.listRingGroup.TabIndex = 4; // // checkIsGraphed // this.checkIsGraphed.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkIsGraphed.Location = new System.Drawing.Point(3, 87); this.checkIsGraphed.Name = "checkIsGraphed"; this.checkIsGraphed.Size = new System.Drawing.Size(155, 20); this.checkIsGraphed.TabIndex = 2; this.checkIsGraphed.Text = "Is Graphed (default)"; this.checkIsGraphed.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkIsGraphed.UseVisualStyleBackColor = true; this.checkIsGraphed.Click += new System.EventHandler(this.checkIsGraphed_Click); // // label5 // this.label5.Location = new System.Drawing.Point(40, 200); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(100, 20); this.label5.TabIndex = 23; this.label5.Text = "Extension"; this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // checkHasColor // this.checkHasColor.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkHasColor.Location = new System.Drawing.Point(3, 113); this.checkHasColor.Name = "checkHasColor"; this.checkHasColor.Size = new System.Drawing.Size(155, 20); this.checkHasColor.TabIndex = 3; this.checkHasColor.Text = "Has Color"; this.checkHasColor.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkHasColor.UseVisualStyleBackColor = true; this.checkHasColor.Click += new System.EventHandler(this.checkHasColor_Click); // // textEmpName // this.textEmpName.Location = new System.Drawing.Point(144, 56); this.textEmpName.Name = "textEmpName"; this.textEmpName.Size = new System.Drawing.Size(170, 20); this.textEmpName.TabIndex = 1; // // label6 // this.label6.Location = new System.Drawing.Point(3, 55); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(137, 20); this.label6.TabIndex = 26; this.label6.Text = "Employee First Name"; this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textNotes // this.textNotes.Location = new System.Drawing.Point(144, 292); this.textNotes.Multiline = true; this.textNotes.Name = "textNotes"; this.textNotes.Size = new System.Drawing.Size(352, 51); this.textNotes.TabIndex = 7; // // label3 // this.label3.Location = new System.Drawing.Point(40, 291); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(100, 20); this.label3.TabIndex = 29; this.label3.Text = "Notes"; this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textComputerName // this.textComputerName.Location = new System.Drawing.Point(144, 358); this.textComputerName.Name = "textComputerName"; this.textComputerName.Size = new System.Drawing.Size(213, 20); this.textComputerName.TabIndex = 8; // // label4 // this.label4.Location = new System.Drawing.Point(40, 357); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(100, 20); this.label4.TabIndex = 31; this.label4.Text = "Computer Name"; this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // checkIsPrivateScreen // this.checkIsPrivateScreen.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkIsPrivateScreen.Location = new System.Drawing.Point(3, 389); this.checkIsPrivateScreen.Name = "checkIsPrivateScreen"; this.checkIsPrivateScreen.Size = new System.Drawing.Size(155, 20); this.checkIsPrivateScreen.TabIndex = 9; this.checkIsPrivateScreen.Text = "Private Screen"; this.checkIsPrivateScreen.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkIsPrivateScreen.UseVisualStyleBackColor = true; this.checkIsPrivateScreen.Click += new System.EventHandler(this.checkIsPrivateScreen_Click); // // label7 // this.label7.Location = new System.Drawing.Point(200, 24); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(366, 20); this.label7.TabIndex = 34; this.label7.Text = "This number must be looked up in the employee table"; this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label8 // this.label8.Location = new System.Drawing.Point(161, 85); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(428, 27); this.label8.TabIndex = 35; this.label8.Text = "This employee\'s default \'Graph\' status. Should be checked for most phone techs.\r\n" + "Use Phone Graph Edits grid to create exceptions."; this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label9 // this.label9.Location = new System.Drawing.Point(161, 112); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(414, 20); this.label9.TabIndex = 36; this.label9.Text = "Show the red and green phone status colors in the phone panel"; this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label10 // this.label10.Location = new System.Drawing.Point(267, 143); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(359, 47); this.label10.TabIndex = 37; this.label10.Text = "The normal ring group for this employee when clocked in. If you change this valu" + "e, the change will not immediately show on each workstation, but will instead re" + "quire a restart of OD."; // // label11 // this.label11.Location = new System.Drawing.Point(204, 194); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(498, 32); this.label11.TabIndex = 38; this.label11.Text = "Phone extension for this employee. Change this number to 0 if you are going to b" + "e floating. Changing the extension to 0 will allow you to use the manage module" + " to clock in and out."; this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label12 // this.label12.Location = new System.Drawing.Point(315, 56); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(366, 20); this.label12.TabIndex = 39; this.label12.Text = "This is the name that will show in the phone panel."; this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label13 // this.label13.Location = new System.Drawing.Point(268, 235); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(321, 20); this.label13.TabIndex = 40; this.label13.Text = "Mark yourself unavailable only if approved by manager"; this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label14 // this.label14.Location = new System.Drawing.Point(502, 291); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(157, 35); this.label14.TabIndex = 41; this.label14.Text = "Why unavailable?\r\nWhy offline assist?"; // // label15 // this.label15.Location = new System.Drawing.Point(363, 355); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(350, 48); this.label15.TabIndex = 42; this.label15.Text = "Do NOT set computer name unless approved by management. Used when the IP does no" + "t match the extension. Not used by floaters."; // // label16 // this.label16.Location = new System.Drawing.Point(161, 386); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(194, 47); this.label16.TabIndex = 43; this.label16.Text = "Halts screen captures. Only used/allowed by managers. "; // // listStatusOverride // this.listStatusOverride.FormattingEnabled = true; this.listStatusOverride.Location = new System.Drawing.Point(144, 235); this.listStatusOverride.Name = "listStatusOverride"; this.listStatusOverride.Size = new System.Drawing.Size(120, 43); this.listStatusOverride.TabIndex = 6; // // label17 // this.label17.Location = new System.Drawing.Point(2, 237); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(139, 20); this.label17.TabIndex = 46; this.label17.Text = "StatusOverride"; this.label17.TextAlign = System.Drawing.ContentAlignment.TopRight; // // checkIsTriageOperator // this.checkIsTriageOperator.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkIsTriageOperator.Location = new System.Drawing.Point(3, 415); this.checkIsTriageOperator.Name = "checkIsTriageOperator"; this.checkIsTriageOperator.Size = new System.Drawing.Size(155, 20); this.checkIsTriageOperator.TabIndex = 10; this.checkIsTriageOperator.Text = "Triage Operator"; this.checkIsTriageOperator.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkIsTriageOperator.UseVisualStyleBackColor = true; // // butAddPhoneGraphEntry // this.butAddPhoneGraphEntry.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butAddPhoneGraphEntry.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butAddPhoneGraphEntry.Autosize = true; this.butAddPhoneGraphEntry.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butAddPhoneGraphEntry.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butAddPhoneGraphEntry.CornerRadius = 4F; this.butAddPhoneGraphEntry.Image = global::OpenDental.Properties.Resources.Add; this.butAddPhoneGraphEntry.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butAddPhoneGraphEntry.Location = new System.Drawing.Point(832, 415); this.butAddPhoneGraphEntry.Name = "butAddPhoneGraphEntry"; this.butAddPhoneGraphEntry.Size = new System.Drawing.Size(75, 24); this.butAddPhoneGraphEntry.TabIndex = 48; this.butAddPhoneGraphEntry.Text = "Add"; this.butAddPhoneGraphEntry.Click += new System.EventHandler(this.butAddPhoneGraphEntry_Click); // // gridGraph // this.gridGraph.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.gridGraph.HScrollVisible = false; this.gridGraph.Location = new System.Drawing.Point(745, 55); this.gridGraph.Name = "gridGraph"; this.gridGraph.ScrollValue = 0; this.gridGraph.Size = new System.Drawing.Size(162, 354); this.gridGraph.TabIndex = 47; this.gridGraph.Title = "Phone Graph Edits"; this.gridGraph.TranslationName = "TablePhoneGraph"; this.gridGraph.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridGraph_CellDoubleClick); // // textPhoneExt // this.textPhoneExt.Location = new System.Drawing.Point(144, 201); this.textPhoneExt.MaxVal = 1000; this.textPhoneExt.MinVal = 0; this.textPhoneExt.Name = "textPhoneExt"; this.textPhoneExt.Size = new System.Drawing.Size(54, 20); this.textPhoneExt.TabIndex = 5; // // textEmployeeNum // this.textEmployeeNum.Location = new System.Drawing.Point(144, 24); this.textEmployeeNum.MaxVal = 255; this.textEmployeeNum.MinVal = 0; this.textEmployeeNum.Name = "textEmployeeNum"; this.textEmployeeNum.Size = new System.Drawing.Size(54, 20); this.textEmployeeNum.TabIndex = 0; // // 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(28, 474); this.butDelete.Name = "butDelete"; this.butDelete.Size = new System.Drawing.Size(84, 24); this.butDelete.TabIndex = 13; this.butDelete.Text = "Delete"; this.butDelete.Click += new System.EventHandler(this.butDelete_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.Right))); 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(739, 474); this.butOK.Name = "butOK"; this.butOK.Size = new System.Drawing.Size(75, 24); this.butOK.TabIndex = 11; this.butOK.Text = "&OK"; this.butOK.Click += new System.EventHandler(this.butOK_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.Right))); 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(832, 474); this.butCancel.Name = "butCancel"; this.butCancel.Size = new System.Drawing.Size(75, 24); this.butCancel.TabIndex = 12; this.butCancel.Text = "&Cancel"; this.butCancel.Click += new System.EventHandler(this.butCancel_Click); // // FormPhoneEmpDefaultEdit // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(924, 511); this.Controls.Add(this.butAddPhoneGraphEntry); this.Controls.Add(this.gridGraph); this.Controls.Add(this.checkIsTriageOperator); this.Controls.Add(this.listStatusOverride); this.Controls.Add(this.label17); this.Controls.Add(this.textPhoneExt); this.Controls.Add(this.textEmployeeNum); this.Controls.Add(this.label16); this.Controls.Add(this.label15); this.Controls.Add(this.label14); this.Controls.Add(this.label13); this.Controls.Add(this.label12); this.Controls.Add(this.label11); this.Controls.Add(this.label10); this.Controls.Add(this.label9); this.Controls.Add(this.label8); this.Controls.Add(this.label7); this.Controls.Add(this.checkIsPrivateScreen); this.Controls.Add(this.textComputerName); this.Controls.Add(this.label4); this.Controls.Add(this.textNotes); this.Controls.Add(this.label3); this.Controls.Add(this.textEmpName); this.Controls.Add(this.label6); this.Controls.Add(this.checkHasColor); this.Controls.Add(this.label5); this.Controls.Add(this.checkIsGraphed); this.Controls.Add(this.listRingGroup); this.Controls.Add(this.butDelete); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.butOK); this.Controls.Add(this.butCancel); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormPhoneEmpDefaultEdit"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Edit Employee Setting"; this.Load += new System.EventHandler(this.FormPhoneEmpDefaultEdit_Load); this.ResumeLayout(false); this.PerformLayout(); }
private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormRecallList)); this.butClose = new OpenDental.UI.Button(); this.butRefresh = new OpenDental.UI.Button(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.checkGroupFamilies = new System.Windows.Forms.CheckBox(); this.textDateEnd = new OpenDental.ValidDate(); this.textDateStart = new OpenDental.ValidDate(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.butReport = new OpenDental.UI.Button(); this.butLabels = new OpenDental.UI.Button(); this.printDialog2 = new System.Windows.Forms.PrintDialog(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.comboStatus = new System.Windows.Forms.ComboBox(); this.butSetStatus = new OpenDental.UI.Button(); this.butPostcards = new OpenDental.UI.Button(); this.gridMain = new OpenDental.UI.ODGrid(); this.butPrint = new OpenDental.UI.Button(); this.groupBox1.SuspendLayout(); this.groupBox3.SuspendLayout(); this.SuspendLayout(); // // butClose // this.butClose.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); 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.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.butClose.Location = new System.Drawing.Point(873, 645); this.butClose.Name = "butClose"; this.butClose.Size = new System.Drawing.Size(75, 26); this.butClose.TabIndex = 2; this.butClose.Text = "&Close"; this.butClose.Click += new System.EventHandler(this.butClose_Click); // // butRefresh // this.butRefresh.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butRefresh.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.butRefresh.Autosize = true; this.butRefresh.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butRefresh.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butRefresh.CornerRadius = 4F; this.butRefresh.Location = new System.Drawing.Point(79, 107); this.butRefresh.Name = "butRefresh"; this.butRefresh.Size = new System.Drawing.Size(98, 26); this.butRefresh.TabIndex = 2; this.butRefresh.Text = "&Refresh List"; this.butRefresh.Click += new System.EventHandler(this.butRefresh_Click); // // groupBox1 // this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.groupBox1.Controls.Add(this.checkGroupFamilies); this.groupBox1.Controls.Add(this.textDateEnd); this.groupBox1.Controls.Add(this.textDateStart); this.groupBox1.Controls.Add(this.label3); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.butRefresh); this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System; this.groupBox1.Location = new System.Drawing.Point(771, 14); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(188, 144); this.groupBox1.TabIndex = 1; this.groupBox1.TabStop = false; this.groupBox1.Text = "View"; // // checkGroupFamilies // this.checkGroupFamilies.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkGroupFamilies.Location = new System.Drawing.Point(6, 16); this.checkGroupFamilies.Name = "checkGroupFamilies"; this.checkGroupFamilies.Size = new System.Drawing.Size(108, 18); this.checkGroupFamilies.TabIndex = 19; this.checkGroupFamilies.Text = "Group Families"; this.checkGroupFamilies.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkGroupFamilies.UseVisualStyleBackColor = true; this.checkGroupFamilies.Click += new System.EventHandler(this.checkGroupFamilies_Click); // // textDateEnd // this.textDateEnd.Location = new System.Drawing.Point(100, 59); this.textDateEnd.Name = "textDateEnd"; this.textDateEnd.Size = new System.Drawing.Size(77, 20); this.textDateEnd.TabIndex = 18; // // textDateStart // this.textDateStart.Location = new System.Drawing.Point(100, 36); this.textDateStart.Name = "textDateStart"; this.textDateStart.Size = new System.Drawing.Size(77, 20); this.textDateStart.TabIndex = 17; // // label3 // this.label3.Location = new System.Drawing.Point(13, 87); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(162, 17); this.label3.TabIndex = 16; this.label3.Text = "(leave dates blank to view all)"; this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label2 // this.label2.Location = new System.Drawing.Point(7, 62); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(91, 14); this.label2.TabIndex = 12; this.label2.Text = "End Date"; this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label1 // this.label1.Location = new System.Drawing.Point(13, 39); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(84, 14); this.label1.TabIndex = 11; this.label1.Text = "Start Date"; this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight; // // butReport // this.butReport.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butReport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butReport.Autosize = true; this.butReport.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butReport.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butReport.CornerRadius = 4F; this.butReport.Location = new System.Drawing.Point(861, 366); this.butReport.Name = "butReport"; this.butReport.Size = new System.Drawing.Size(87, 26); this.butReport.TabIndex = 13; this.butReport.Text = "R&un Report"; this.butReport.Click += new System.EventHandler(this.butReport_Click); // // butLabels // this.butLabels.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butLabels.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butLabels.Autosize = true; this.butLabels.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butLabels.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butLabels.CornerRadius = 4F; this.butLabels.Image = global::OpenDental.Properties.Resources.butLabel; this.butLabels.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butLabels.Location = new System.Drawing.Point(846, 321); this.butLabels.Name = "butLabels"; this.butLabels.Size = new System.Drawing.Size(102, 26); this.butLabels.TabIndex = 14; this.butLabels.Text = "Label Preview"; this.butLabels.Click += new System.EventHandler(this.butLabels_Click); // // printDialog2 // this.printDialog2.AllowPrintToFile = false; // // groupBox3 // this.groupBox3.Controls.Add(this.comboStatus); this.groupBox3.Controls.Add(this.butSetStatus); this.groupBox3.FlatStyle = System.Windows.Forms.FlatStyle.System; this.groupBox3.Location = new System.Drawing.Point(771, 168); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(188, 89); this.groupBox3.TabIndex = 15; this.groupBox3.TabStop = false; this.groupBox3.Text = "Set Status"; // // comboStatus // this.comboStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboStatus.Location = new System.Drawing.Point(17, 24); this.comboStatus.MaxDropDownItems = 40; this.comboStatus.Name = "comboStatus"; this.comboStatus.Size = new System.Drawing.Size(160, 21); this.comboStatus.TabIndex = 15; // // butSetStatus // this.butSetStatus.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butSetStatus.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.butSetStatus.Autosize = true; this.butSetStatus.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butSetStatus.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butSetStatus.CornerRadius = 4F; this.butSetStatus.Location = new System.Drawing.Point(110, 56); this.butSetStatus.Name = "butSetStatus"; this.butSetStatus.Size = new System.Drawing.Size(67, 26); this.butSetStatus.TabIndex = 14; this.butSetStatus.Text = "Set"; this.butSetStatus.Click += new System.EventHandler(this.butSetStatus_Click); // // butPostcards // this.butPostcards.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butPostcards.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butPostcards.Autosize = true; this.butPostcards.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butPostcards.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butPostcards.CornerRadius = 4F; this.butPostcards.Image = global::OpenDental.Properties.Resources.butPrintSmall; this.butPostcards.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butPostcards.Location = new System.Drawing.Point(829, 276); this.butPostcards.Name = "butPostcards"; this.butPostcards.Size = new System.Drawing.Size(119, 26); this.butPostcards.TabIndex = 16; this.butPostcards.Text = "Postcard Preview"; this.butPostcards.Click += new System.EventHandler(this.butPostcards_Click); // // gridMain // this.gridMain.HScrollVisible = false; this.gridMain.Location = new System.Drawing.Point(9, 14); this.gridMain.Name = "gridMain"; this.gridMain.ScrollValue = 0; this.gridMain.SelectionMode = OpenDental.UI.GridSelectionMode.MultiExtended; this.gridMain.Size = new System.Drawing.Size(754, 657); this.gridMain.TabIndex = 18; this.gridMain.Title = "Recall List"; this.gridMain.TranslationName = "TableRecallList"; this.gridMain.CellClick += new OpenDental.UI.ODGridClickEventHandler(this.gridMain_CellClick); this.gridMain.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridMain_CellDoubleClick); // // butPrint // this.butPrint.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butPrint.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butPrint.Autosize = true; this.butPrint.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butPrint.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butPrint.CornerRadius = 4F; this.butPrint.Image = global::OpenDental.Properties.Resources.butPrintSmall; this.butPrint.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butPrint.Location = new System.Drawing.Point(861, 411); this.butPrint.Name = "butPrint"; this.butPrint.Size = new System.Drawing.Size(87, 26); this.butPrint.TabIndex = 19; this.butPrint.Text = "Print List"; this.butPrint.Click += new System.EventHandler(this.butPrint_Click); // // FormRecallList // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.CancelButton = this.butClose; this.ClientSize = new System.Drawing.Size(975, 691); this.Controls.Add(this.butPostcards); this.Controls.Add(this.butPrint); this.Controls.Add(this.gridMain); this.Controls.Add(this.groupBox3); this.Controls.Add(this.butLabels); this.Controls.Add(this.butReport); this.Controls.Add(this.groupBox1); this.Controls.Add(this.butClose); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormRecallList"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Recall List"; this.Load += new System.EventHandler(this.FormRecallList_Load); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.groupBox3.ResumeLayout(false); this.ResumeLayout(false); }
/// <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(FormFeeScheds)); this.listType = new System.Windows.Forms.ListBox(); this.groupBox7 = new System.Windows.Forms.GroupBox(); this.butIns = new OpenDental.UI.Button(); this.label6 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.butSort = new OpenDental.UI.Button(); this.butDown = new OpenDental.UI.Button(); this.butUp = new OpenDental.UI.Button(); this.gridMain = new OpenDental.UI.ODGrid(); this.butAdd = new OpenDental.UI.Button(); this.butClose = new OpenDental.UI.Button(); this.label2 = new System.Windows.Forms.Label(); this.labelCleanUp = new System.Windows.Forms.Label(); this.butCleanUp = new OpenDental.UI.Button(); this.groupBox7.SuspendLayout(); this.SuspendLayout(); // // listType // this.listType.FormattingEnabled = true; this.listType.Location = new System.Drawing.Point(318, 26); this.listType.Name = "listType"; this.listType.Size = new System.Drawing.Size(120, 56); this.listType.TabIndex = 12; this.listType.Click += new System.EventHandler(this.listType_Click); // // groupBox7 // this.groupBox7.Controls.Add(this.butIns); this.groupBox7.Controls.Add(this.label6); this.groupBox7.FlatStyle = System.Windows.Forms.FlatStyle.System; this.groupBox7.Location = new System.Drawing.Point(17, 570); this.groupBox7.Name = "groupBox7"; this.groupBox7.Size = new System.Drawing.Size(340, 58); this.groupBox7.TabIndex = 17; this.groupBox7.TabStop = false; this.groupBox7.Text = "Check Ins Plan Fee Schedules"; // // butIns // this.butIns.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butIns.Autosize = true; this.butIns.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butIns.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butIns.CornerRadius = 4F; this.butIns.Location = new System.Drawing.Point(248, 19); this.butIns.Name = "butIns"; this.butIns.Size = new System.Drawing.Size(75, 24); this.butIns.TabIndex = 4; this.butIns.Text = "Go"; this.butIns.Click += new System.EventHandler(this.butIns_Click); // // label6 // this.label6.Location = new System.Drawing.Point(6, 16); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(229, 39); this.label6.TabIndex = 5; this.label6.Text = "This tool will help make sure your insurance plans have the right fee schedules s" + "et."; // // label1 // this.label1.Location = new System.Drawing.Point(315, 5); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(100, 18); this.label1.TabIndex = 18; this.label1.Text = "Type"; this.label1.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // butSort // this.butSort.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butSort.Autosize = true; this.butSort.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butSort.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butSort.CornerRadius = 4F; this.butSort.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butSort.Location = new System.Drawing.Point(318, 214); this.butSort.Name = "butSort"; this.butSort.Size = new System.Drawing.Size(75, 24); this.butSort.TabIndex = 19; this.butSort.Text = "Sort"; this.butSort.Click += new System.EventHandler(this.butSort_Click); // // butDown // this.butDown.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butDown.Autosize = true; this.butDown.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butDown.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butDown.CornerRadius = 4F; this.butDown.Image = global::OpenDental.Properties.Resources.down; this.butDown.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butDown.Location = new System.Drawing.Point(318, 144); this.butDown.Name = "butDown"; this.butDown.Size = new System.Drawing.Size(75, 24); this.butDown.TabIndex = 16; this.butDown.Text = "&Down"; this.butDown.Click += new System.EventHandler(this.butDown_Click); // // butUp // this.butUp.AdjustImageLocation = new System.Drawing.Point(0, 1); this.butUp.Autosize = true; this.butUp.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butUp.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butUp.CornerRadius = 4F; this.butUp.Image = global::OpenDental.Properties.Resources.up; this.butUp.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butUp.Location = new System.Drawing.Point(318, 112); this.butUp.Name = "butUp"; this.butUp.Size = new System.Drawing.Size(75, 24); this.butUp.TabIndex = 15; this.butUp.Text = "&Up"; this.butUp.Click += new System.EventHandler(this.butUp_Click); // // gridMain // this.gridMain.HScrollVisible = false; this.gridMain.Location = new System.Drawing.Point(17, 12); this.gridMain.Name = "gridMain"; this.gridMain.ScrollValue = 0; this.gridMain.Size = new System.Drawing.Size(278, 552); this.gridMain.TabIndex = 11; this.gridMain.Title = "FeeSchedules"; this.gridMain.TranslationName = "TableFeeScheds"; this.gridMain.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridMain_CellDoubleClick); // // butAdd // this.butAdd.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butAdd.Autosize = true; this.butAdd.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butAdd.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butAdd.CornerRadius = 4F; this.butAdd.Image = global::OpenDental.Properties.Resources.Add; this.butAdd.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butAdd.Location = new System.Drawing.Point(318, 437); this.butAdd.Name = "butAdd"; this.butAdd.Size = new System.Drawing.Size(75, 24); this.butAdd.TabIndex = 10; this.butAdd.Text = "&Add"; this.butAdd.Click += new System.EventHandler(this.butAdd_Click); // // butClose // this.butClose.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); 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.Location = new System.Drawing.Point(412, 604); this.butClose.Name = "butClose"; this.butClose.Size = new System.Drawing.Size(75, 24); this.butClose.TabIndex = 0; this.butClose.Text = "&Close"; this.butClose.Click += new System.EventHandler(this.butClose_Click); // // label2 // this.label2.Location = new System.Drawing.Point(315, 241); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(123, 44); this.label2.TabIndex = 20; this.label2.Text = "Sorts by type and alphabetically"; // // labelCleanUp // this.labelCleanUp.Location = new System.Drawing.Point(315, 511); this.labelCleanUp.Name = "labelCleanUp"; this.labelCleanUp.Size = new System.Drawing.Size(161, 44); this.labelCleanUp.TabIndex = 22; this.labelCleanUp.Text = "Deletes any allowed fee schedules that are not in use."; // // butCleanUp // this.butCleanUp.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butCleanUp.Autosize = true; this.butCleanUp.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butCleanUp.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butCleanUp.CornerRadius = 4F; this.butCleanUp.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butCleanUp.Location = new System.Drawing.Point(318, 484); this.butCleanUp.Name = "butCleanUp"; this.butCleanUp.Size = new System.Drawing.Size(99, 24); this.butCleanUp.TabIndex = 21; this.butCleanUp.Text = "Clean Up Allowed"; this.butCleanUp.Click += new System.EventHandler(this.butCleanUp_Click); // // FormFeeScheds // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(515, 644); this.Controls.Add(this.labelCleanUp); this.Controls.Add(this.butCleanUp); this.Controls.Add(this.label2); this.Controls.Add(this.butSort); this.Controls.Add(this.label1); this.Controls.Add(this.groupBox7); this.Controls.Add(this.butDown); this.Controls.Add(this.butUp); this.Controls.Add(this.listType); this.Controls.Add(this.gridMain); this.Controls.Add(this.butAdd); this.Controls.Add(this.butClose); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormFeeScheds"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Fee Schedules"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormFeeSchedules_FormClosing); this.Load += new System.EventHandler(this.FormFeeSchedules_Load); this.groupBox7.ResumeLayout(false); this.ResumeLayout(false); }
/// <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(FormAccountPick)); this.imageListMain = new System.Windows.Forms.ImageList(this.components); this.checkInactive = new System.Windows.Forms.CheckBox(); this.gridMain = new OpenDental.UI.ODGrid(); this.butCancel = new OpenDental.UI.Button(); this.butOK = new OpenDental.UI.Button(); 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,"Add.gif"); this.imageListMain.Images.SetKeyName(1,"editPencil.gif"); // // checkInactive // this.checkInactive.AutoSize = true; this.checkInactive.Location = new System.Drawing.Point(20,525); this.checkInactive.Name = "checkInactive"; this.checkInactive.Size = new System.Drawing.Size(150,17); this.checkInactive.TabIndex = 2; this.checkInactive.Text = "Include Inactive Accounts"; this.checkInactive.UseVisualStyleBackColor = true; this.checkInactive.Click += new System.EventHandler(this.checkInactive_Click); // // gridMain // this.gridMain.HScrollVisible = false; this.gridMain.Location = new System.Drawing.Point(8,14); this.gridMain.Name = "gridMain"; this.gridMain.ScrollValue = 0; this.gridMain.Size = new System.Drawing.Size(475,505); this.gridMain.TabIndex = 1; this.gridMain.Title = "Accounts"; this.gridMain.TranslationName = "TableChartOfAccounts"; this.gridMain.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridMain_CellDoubleClick); // // 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.Right))); 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(408,546); this.butCancel.Name = "butCancel"; this.butCancel.Size = new System.Drawing.Size(75,26); this.butCancel.TabIndex = 11; 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.Right))); 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(315,546); this.butOK.Name = "butOK"; this.butOK.Size = new System.Drawing.Size(75,26); this.butOK.TabIndex = 10; this.butOK.Text = "&OK"; this.butOK.Click += new System.EventHandler(this.butOK_Click); // // FormAccountPick // this.AutoScaleBaseSize = new System.Drawing.Size(5,13); this.ClientSize = new System.Drawing.Size(492,584); this.Controls.Add(this.butCancel); this.Controls.Add(this.butOK); this.Controls.Add(this.checkInactive); this.Controls.Add(this.gridMain); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormAccountPick"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Pick Account"; this.Load += new System.EventHandler(this.FormAccountPick_Load); this.ResumeLayout(false); this.PerformLayout(); }
/// <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(FormReferralsPatient)); this.gridMain = new OpenDental.UI.ODGrid(); this.butAddFrom = new OpenDental.UI.Button(); this.butClose = new OpenDental.UI.Button(); this.butSlip = new OpenDental.UI.Button(); this.butAddTo = new OpenDental.UI.Button(); this.checkShowAll = new System.Windows.Forms.CheckBox(); this.SuspendLayout(); // // gridMain // this.gridMain.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.gridMain.HScrollVisible = false; this.gridMain.Location = new System.Drawing.Point(12,42); this.gridMain.Name = "gridMain"; this.gridMain.ScrollValue = 0; this.gridMain.SelectionMode = OpenDental.UI.GridSelectionMode.MultiExtended; this.gridMain.Size = new System.Drawing.Size(719,261); this.gridMain.TabIndex = 74; this.gridMain.Title = "Referrals Attached"; this.gridMain.TranslationName = "TableRefList"; this.gridMain.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridMain_CellDoubleClick); // // butAddFrom // this.butAddFrom.AdjustImageLocation = new System.Drawing.Point(0,0); this.butAddFrom.Autosize = true; this.butAddFrom.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butAddFrom.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butAddFrom.CornerRadius = 4F; this.butAddFrom.Image = global::OpenDental.Properties.Resources.Add; this.butAddFrom.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butAddFrom.Location = new System.Drawing.Point(12,10); this.butAddFrom.Name = "butAddFrom"; this.butAddFrom.Size = new System.Drawing.Size(109,24); this.butAddFrom.TabIndex = 72; this.butAddFrom.Text = "Referred From"; this.butAddFrom.Click += new System.EventHandler(this.butAddFrom_Click); // // butClose // this.butClose.AdjustImageLocation = new System.Drawing.Point(0,0); this.butClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); 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.Location = new System.Drawing.Point(656,317); this.butClose.Name = "butClose"; this.butClose.Size = new System.Drawing.Size(75,24); this.butClose.TabIndex = 0; this.butClose.Text = "Close"; this.butClose.Click += new System.EventHandler(this.butClose_Click); // // butSlip // this.butSlip.AdjustImageLocation = new System.Drawing.Point(0,0); this.butSlip.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.butSlip.Autosize = true; this.butSlip.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butSlip.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butSlip.CornerRadius = 4F; this.butSlip.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butSlip.Location = new System.Drawing.Point(12,317); this.butSlip.Name = "butSlip"; this.butSlip.Size = new System.Drawing.Size(86,24); this.butSlip.TabIndex = 90; this.butSlip.Text = "Referral Slip"; this.butSlip.Click += new System.EventHandler(this.butSlip_Click); // // butAddTo // this.butAddTo.AdjustImageLocation = new System.Drawing.Point(0,0); this.butAddTo.Autosize = true; this.butAddTo.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butAddTo.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butAddTo.CornerRadius = 4F; this.butAddTo.Image = global::OpenDental.Properties.Resources.Add; this.butAddTo.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butAddTo.Location = new System.Drawing.Point(127,10); this.butAddTo.Name = "butAddTo"; this.butAddTo.Size = new System.Drawing.Size(94,24); this.butAddTo.TabIndex = 91; this.butAddTo.Text = "Refer To"; this.butAddTo.Click += new System.EventHandler(this.butAddTo_Click); // // checkShowAll // this.checkShowAll.Location = new System.Drawing.Point(560,18); this.checkShowAll.Name = "checkShowAll"; this.checkShowAll.Size = new System.Drawing.Size(162,20); this.checkShowAll.TabIndex = 92; this.checkShowAll.Text = "Show All"; this.checkShowAll.UseVisualStyleBackColor = true; this.checkShowAll.Click += new System.EventHandler(this.checkShowAll_Click); // // FormReferralsPatient // this.AutoScaleBaseSize = new System.Drawing.Size(5,13); this.ClientSize = new System.Drawing.Size(743,352); this.Controls.Add(this.checkShowAll); this.Controls.Add(this.butAddTo); this.Controls.Add(this.butSlip); this.Controls.Add(this.gridMain); this.Controls.Add(this.butAddFrom); this.Controls.Add(this.butClose); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormReferralsPatient"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Referrals for Patient"; this.Load += new System.EventHandler(this.FormReferralsPatient_Load); this.ResumeLayout(false); }
/// <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(FormReqStudentsMany)); this.label2 = new System.Windows.Forms.Label(); this.comboCourse = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.comboClass = new System.Windows.Forms.ComboBox(); this.gridMain = new OpenDental.UI.ODGrid(); this.butClose = new OpenDental.UI.Button(); this.SuspendLayout(); // // label2 // this.label2.Location = new System.Drawing.Point(351,39); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(77,18); this.label2.TabIndex = 22; this.label2.Text = "Course"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // comboCourse // this.comboCourse.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboCourse.FormattingEnabled = true; this.comboCourse.Location = new System.Drawing.Point(432,39); this.comboCourse.Name = "comboCourse"; this.comboCourse.Size = new System.Drawing.Size(234,21); this.comboCourse.TabIndex = 21; this.comboCourse.SelectionChangeCommitted += new System.EventHandler(this.comboCourse_SelectionChangeCommitted); // // label1 // this.label1.Location = new System.Drawing.Point(348,12); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(81,18); this.label1.TabIndex = 20; this.label1.Text = "Class"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // comboClass // this.comboClass.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboClass.FormattingEnabled = true; this.comboClass.Location = new System.Drawing.Point(432,12); this.comboClass.Name = "comboClass"; this.comboClass.Size = new System.Drawing.Size(234,21); this.comboClass.TabIndex = 19; this.comboClass.SelectionChangeCommitted += new System.EventHandler(this.comboClass_SelectionChangeCommitted); // // gridMain // this.gridMain.HScrollVisible = false; this.gridMain.Location = new System.Drawing.Point(15,12); this.gridMain.Name = "gridMain"; this.gridMain.ScrollValue = 0; this.gridMain.Size = new System.Drawing.Size(329,637); this.gridMain.TabIndex = 3; this.gridMain.Title = "Student Requirements"; this.gridMain.TranslationName = "TableReqStudentMany"; this.gridMain.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridMain_CellDoubleClick); // // butClose // this.butClose.AdjustImageLocation = new System.Drawing.Point(0,0); this.butClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); 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.Location = new System.Drawing.Point(591,623); this.butClose.Name = "butClose"; this.butClose.Size = new System.Drawing.Size(75,26); this.butClose.TabIndex = 0; this.butClose.Text = "Close"; this.butClose.Click += new System.EventHandler(this.butClose_Click); // // FormReqStudentsMany // this.AutoScaleBaseSize = new System.Drawing.Size(5,13); this.ClientSize = new System.Drawing.Size(689,661); this.Controls.Add(this.label2); this.Controls.Add(this.comboCourse); this.Controls.Add(this.label1); this.Controls.Add(this.comboClass); this.Controls.Add(this.gridMain); this.Controls.Add(this.butClose); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormReqStudentsMany"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Student Requirements - Many"; this.Load += new System.EventHandler(this.FormReqStudentsMany_Load); this.ResumeLayout(false); }
/// <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(FormApptEdit)); this.comboConfirmed = new System.Windows.Forms.ComboBox(); this.comboUnschedStatus = new System.Windows.Forms.ComboBox(); this.label4 = new System.Windows.Forms.Label(); this.comboStatus = new System.Windows.Forms.ComboBox(); this.label5 = new System.Windows.Forms.Label(); this.labelStatus = new System.Windows.Forms.Label(); this.label24 = new System.Windows.Forms.Label(); this.checkIsHygiene = new System.Windows.Forms.CheckBox(); this.comboClinic = new System.Windows.Forms.ComboBox(); this.labelClinic = new System.Windows.Forms.Label(); this.comboAssistant = new System.Windows.Forms.ComboBox(); this.comboProvHyg = new System.Windows.Forms.ComboBox(); this.comboProvNum = new System.Windows.Forms.ComboBox(); this.label12 = new System.Windows.Forms.Label(); this.checkIsNewPatient = new System.Windows.Forms.CheckBox(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.labelApptNote = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.textTime = new System.Windows.Forms.TextBox(); this.butSlider = new System.Windows.Forms.Button(); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.checkTimeLocked = new System.Windows.Forms.CheckBox(); this.contextMenuTimeArrived = new System.Windows.Forms.ContextMenu(); this.menuItemArrivedNow = new System.Windows.Forms.MenuItem(); this.contextMenuTimeSeated = new System.Windows.Forms.ContextMenu(); this.menuItemSeatedNow = new System.Windows.Forms.MenuItem(); this.contextMenuTimeDismissed = new System.Windows.Forms.ContextMenu(); this.menuItemDismissedNow = new System.Windows.Forms.MenuItem(); this.textTimeAskedToArrive = new System.Windows.Forms.TextBox(); this.label8 = new System.Windows.Forms.Label(); this.listQuickAdd = new System.Windows.Forms.ListBox(); this.labelQuickAdd = new System.Windows.Forms.Label(); this.panel1 = new System.Windows.Forms.Panel(); this.labelSyndromicObservations = new System.Windows.Forms.Label(); this.butSyndromicObservations = new OpenDental.UI.Button(); this.label9 = new System.Windows.Forms.Label(); this.butColorClear = new OpenDental.UI.Button(); this.butColor = new System.Windows.Forms.Button(); this.textRequirement = new System.Windows.Forms.TextBox(); this.butRequirement = new OpenDental.UI.Button(); this.butInsPlan2 = new OpenDental.UI.Button(); this.butInsPlan1 = new OpenDental.UI.Button(); this.textInsPlan2 = new System.Windows.Forms.TextBox(); this.labelInsPlan2 = new System.Windows.Forms.Label(); this.textInsPlan1 = new System.Windows.Forms.TextBox(); this.labelInsPlan1 = new System.Windows.Forms.Label(); this.textTimeDismissed = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.textTimeSeated = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.textTimeArrived = new System.Windows.Forms.TextBox(); this.labelTimeArrived = new System.Windows.Forms.Label(); this.textLabCase = new System.Windows.Forms.TextBox(); this.butLab = new OpenDental.UI.Button(); this.butPickHyg = new OpenDental.UI.Button(); this.butPickDentist = new OpenDental.UI.Button(); this.gridFields = new OpenDental.UI.ODGrid(); this.gridPatient = new OpenDental.UI.ODGrid(); this.gridComm = new OpenDental.UI.ODGrid(); this.gridProc = new OpenDental.UI.ODGrid(); this.butPDF = new OpenDental.UI.Button(); this.butComplete = new OpenDental.UI.Button(); this.butDeleteProc = new OpenDental.UI.Button(); this.butAdd = new OpenDental.UI.Button(); this.textNote = new OpenDental.ODtextBox(); this.butAddComm = new OpenDental.UI.Button(); this.tbTime = new OpenDental.TableTimeBar(); this.butAudit = new OpenDental.UI.Button(); this.butTask = new OpenDental.UI.Button(); this.butDelete = new OpenDental.UI.Button(); this.butPin = new OpenDental.UI.Button(); this.butOK = new OpenDental.UI.Button(); this.butCancel = new OpenDental.UI.Button(); this.butText = new OpenDental.UI.Button(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // comboConfirmed // this.comboConfirmed.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboConfirmed.Location = new System.Drawing.Point(114, 42); this.comboConfirmed.MaxDropDownItems = 30; this.comboConfirmed.Name = "comboConfirmed"; this.comboConfirmed.Size = new System.Drawing.Size(126, 21); this.comboConfirmed.TabIndex = 84; // // comboUnschedStatus // this.comboUnschedStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboUnschedStatus.Location = new System.Drawing.Point(114, 21); this.comboUnschedStatus.MaxDropDownItems = 100; this.comboUnschedStatus.Name = "comboUnschedStatus"; this.comboUnschedStatus.Size = new System.Drawing.Size(126, 21); this.comboUnschedStatus.TabIndex = 83; // // label4 // this.label4.Location = new System.Drawing.Point(1, 24); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(111, 15); this.label4.TabIndex = 82; this.label4.Text = "Unscheduled Status"; this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // comboStatus // this.comboStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboStatus.Location = new System.Drawing.Point(114, 0); this.comboStatus.MaxDropDownItems = 10; this.comboStatus.Name = "comboStatus"; this.comboStatus.Size = new System.Drawing.Size(126, 21); this.comboStatus.TabIndex = 81; // // label5 // this.label5.Location = new System.Drawing.Point(1, 44); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(111, 16); this.label5.TabIndex = 80; this.label5.Text = "Confirmed"; this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // labelStatus // this.labelStatus.Location = new System.Drawing.Point(1, 3); this.labelStatus.Name = "labelStatus"; this.labelStatus.Size = new System.Drawing.Size(111, 15); this.labelStatus.TabIndex = 79; this.labelStatus.Text = "Status"; this.labelStatus.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label24 // this.label24.Location = new System.Drawing.Point(128, 148); this.label24.Name = "label24"; this.label24.Size = new System.Drawing.Size(113, 16); this.label24.TabIndex = 138; this.label24.Text = "(use hyg color)"; // // checkIsHygiene // this.checkIsHygiene.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkIsHygiene.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkIsHygiene.Location = new System.Drawing.Point(23, 148); this.checkIsHygiene.Name = "checkIsHygiene"; this.checkIsHygiene.Size = new System.Drawing.Size(104, 16); this.checkIsHygiene.TabIndex = 137; this.checkIsHygiene.Text = "Is Hygiene"; this.checkIsHygiene.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // comboClinic // this.comboClinic.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboClinic.Location = new System.Drawing.Point(114, 83); this.comboClinic.MaxDropDownItems = 100; this.comboClinic.Name = "comboClinic"; this.comboClinic.Size = new System.Drawing.Size(126, 21); this.comboClinic.TabIndex = 136; // // labelClinic // this.labelClinic.Location = new System.Drawing.Point(13, 86); this.labelClinic.Name = "labelClinic"; this.labelClinic.Size = new System.Drawing.Size(98, 16); this.labelClinic.TabIndex = 135; this.labelClinic.Text = "Clinic"; this.labelClinic.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // comboAssistant // this.comboAssistant.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboAssistant.Location = new System.Drawing.Point(114, 164); this.comboAssistant.MaxDropDownItems = 30; this.comboAssistant.Name = "comboAssistant"; this.comboAssistant.Size = new System.Drawing.Size(126, 21); this.comboAssistant.TabIndex = 133; // // comboProvHyg // this.comboProvHyg.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboProvHyg.Location = new System.Drawing.Point(114, 126); this.comboProvHyg.MaxDropDownItems = 30; this.comboProvHyg.Name = "comboProvHyg"; this.comboProvHyg.Size = new System.Drawing.Size(107, 21); this.comboProvHyg.TabIndex = 132; // // comboProvNum // this.comboProvNum.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboProvNum.Location = new System.Drawing.Point(114, 104); this.comboProvNum.MaxDropDownItems = 100; this.comboProvNum.Name = "comboProvNum"; this.comboProvNum.Size = new System.Drawing.Size(107, 21); this.comboProvNum.TabIndex = 131; // // label12 // this.label12.Location = new System.Drawing.Point(13, 167); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(98, 16); this.label12.TabIndex = 129; this.label12.Text = "Assistant"; this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // checkIsNewPatient // this.checkIsNewPatient.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkIsNewPatient.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkIsNewPatient.Location = new System.Drawing.Point(17, 64); this.checkIsNewPatient.Name = "checkIsNewPatient"; this.checkIsNewPatient.Size = new System.Drawing.Size(110, 17); this.checkIsNewPatient.TabIndex = 128; this.checkIsNewPatient.Text = "New Patient"; this.checkIsNewPatient.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label3 // this.label3.Location = new System.Drawing.Point(15, 128); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(98, 16); this.label3.TabIndex = 127; this.label3.Text = "Hygienist"; this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label2 // this.label2.Location = new System.Drawing.Point(14, 107); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(98, 16); this.label2.TabIndex = 126; this.label2.Text = "Dentist"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // labelApptNote // this.labelApptNote.Location = new System.Drawing.Point(20, 451); this.labelApptNote.Name = "labelApptNote"; this.labelApptNote.Size = new System.Drawing.Size(197, 16); this.labelApptNote.TabIndex = 141; this.labelApptNote.Text = "Appointment Note"; this.labelApptNote.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // label6 // this.label6.Location = new System.Drawing.Point(-1, 190); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(113, 14); this.label6.TabIndex = 65; this.label6.Text = "Time Length"; this.label6.TextAlign = System.Drawing.ContentAlignment.BottomRight; // // textTime // this.textTime.Location = new System.Drawing.Point(114, 187); this.textTime.Name = "textTime"; this.textTime.ReadOnly = true; this.textTime.Size = new System.Drawing.Size(66, 20); this.textTime.TabIndex = 62; // // butSlider // this.butSlider.BackColor = System.Drawing.SystemColors.ControlDark; this.butSlider.Location = new System.Drawing.Point(6, 90); this.butSlider.Name = "butSlider"; this.butSlider.Size = new System.Drawing.Size(12, 15); this.butSlider.TabIndex = 60; this.butSlider.UseVisualStyleBackColor = false; this.butSlider.MouseDown += new System.Windows.Forms.MouseEventHandler(this.butSlider_MouseDown); this.butSlider.MouseMove += new System.Windows.Forms.MouseEventHandler(this.butSlider_MouseMove); this.butSlider.MouseUp += new System.Windows.Forms.MouseEventHandler(this.butSlider_MouseUp); // // checkTimeLocked // this.checkTimeLocked.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkTimeLocked.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkTimeLocked.Location = new System.Drawing.Point(-1, 210); this.checkTimeLocked.Name = "checkTimeLocked"; this.checkTimeLocked.Size = new System.Drawing.Size(128, 16); this.checkTimeLocked.TabIndex = 148; this.checkTimeLocked.Text = "Time Locked"; this.checkTimeLocked.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkTimeLocked.Click += new System.EventHandler(this.checkTimeLocked_Click); // // contextMenuTimeArrived // this.contextMenuTimeArrived.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { this.menuItemArrivedNow}); // // menuItemArrivedNow // this.menuItemArrivedNow.Index = 0; this.menuItemArrivedNow.Text = "Now"; this.menuItemArrivedNow.Click += new System.EventHandler(this.menuItemArrivedNow_Click); // // contextMenuTimeSeated // this.contextMenuTimeSeated.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { this.menuItemSeatedNow}); // // menuItemSeatedNow // this.menuItemSeatedNow.Index = 0; this.menuItemSeatedNow.Text = "Now"; this.menuItemSeatedNow.Click += new System.EventHandler(this.menuItemSeatedNow_Click); // // contextMenuTimeDismissed // this.contextMenuTimeDismissed.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { this.menuItemDismissedNow}); // // menuItemDismissedNow // this.menuItemDismissedNow.Index = 0; this.menuItemDismissedNow.Text = "Now"; this.menuItemDismissedNow.Click += new System.EventHandler(this.menuItemDismissedNow_Click); // // textTimeAskedToArrive // this.textTimeAskedToArrive.Location = new System.Drawing.Point(114, 245); this.textTimeAskedToArrive.Name = "textTimeAskedToArrive"; this.textTimeAskedToArrive.Size = new System.Drawing.Size(126, 20); this.textTimeAskedToArrive.TabIndex = 146; // // label8 // this.label8.Location = new System.Drawing.Point(-1, 247); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(113, 18); this.label8.TabIndex = 160; this.label8.Text = "Time Ask To Arrive"; this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // listQuickAdd // this.listQuickAdd.IntegralHeight = false; this.listQuickAdd.Location = new System.Drawing.Point(282, 48); this.listQuickAdd.Name = "listQuickAdd"; this.listQuickAdd.Size = new System.Drawing.Size(150, 355); this.listQuickAdd.TabIndex = 163; this.listQuickAdd.MouseDown += new System.Windows.Forms.MouseEventHandler(this.listQuickAdd_MouseDown); // // labelQuickAdd // this.labelQuickAdd.Location = new System.Drawing.Point(282, 7); this.labelQuickAdd.Name = "labelQuickAdd"; this.labelQuickAdd.Size = new System.Drawing.Size(143, 39); this.labelQuickAdd.TabIndex = 162; this.labelQuickAdd.Text = "Single click on items in the list below to add them to this appointment."; // // panel1 // this.panel1.AutoScroll = true; this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel1.Controls.Add(this.labelSyndromicObservations); this.panel1.Controls.Add(this.butSyndromicObservations); this.panel1.Controls.Add(this.label9); this.panel1.Controls.Add(this.butColorClear); this.panel1.Controls.Add(this.butColor); this.panel1.Controls.Add(this.textRequirement); this.panel1.Controls.Add(this.butRequirement); this.panel1.Controls.Add(this.butInsPlan2); this.panel1.Controls.Add(this.butInsPlan1); this.panel1.Controls.Add(this.textInsPlan2); this.panel1.Controls.Add(this.labelInsPlan2); this.panel1.Controls.Add(this.textInsPlan1); this.panel1.Controls.Add(this.labelInsPlan1); this.panel1.Controls.Add(this.textTimeDismissed); this.panel1.Controls.Add(this.label7); this.panel1.Controls.Add(this.textTimeSeated); this.panel1.Controls.Add(this.label1); this.panel1.Controls.Add(this.textTimeArrived); this.panel1.Controls.Add(this.labelTimeArrived); this.panel1.Controls.Add(this.textLabCase); this.panel1.Controls.Add(this.butLab); this.panel1.Controls.Add(this.comboStatus); this.panel1.Controls.Add(this.checkIsNewPatient); this.panel1.Controls.Add(this.comboConfirmed); this.panel1.Controls.Add(this.label24); this.panel1.Controls.Add(this.textTimeAskedToArrive); this.panel1.Controls.Add(this.comboUnschedStatus); this.panel1.Controls.Add(this.label8); this.panel1.Controls.Add(this.checkIsHygiene); this.panel1.Controls.Add(this.comboClinic); this.panel1.Controls.Add(this.labelClinic); this.panel1.Controls.Add(this.label4); this.panel1.Controls.Add(this.comboAssistant); this.panel1.Controls.Add(this.butPickHyg); this.panel1.Controls.Add(this.comboProvHyg); this.panel1.Controls.Add(this.comboProvNum); this.panel1.Controls.Add(this.butPickDentist); this.panel1.Controls.Add(this.label5); this.panel1.Controls.Add(this.label12); this.panel1.Controls.Add(this.label3); this.panel1.Controls.Add(this.labelStatus); this.panel1.Controls.Add(this.label2); this.panel1.Controls.Add(this.textTime); this.panel1.Controls.Add(this.label6); this.panel1.Controls.Add(this.checkTimeLocked); this.panel1.Location = new System.Drawing.Point(21, 2); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(260, 447); this.panel1.TabIndex = 164; // // labelSyndromicObservations // this.labelSyndromicObservations.Location = new System.Drawing.Point(63, 462); this.labelSyndromicObservations.Name = "labelSyndromicObservations"; this.labelSyndromicObservations.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.labelSyndromicObservations.Size = new System.Drawing.Size(174, 16); this.labelSyndromicObservations.TabIndex = 181; this.labelSyndromicObservations.Text = "(Syndromic Observations)"; this.labelSyndromicObservations.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.labelSyndromicObservations.Visible = false; // // butSyndromicObservations // this.butSyndromicObservations.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butSyndromicObservations.Autosize = true; this.butSyndromicObservations.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butSyndromicObservations.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butSyndromicObservations.CornerRadius = 4F; this.butSyndromicObservations.Location = new System.Drawing.Point(15, 460); this.butSyndromicObservations.Name = "butSyndromicObservations"; this.butSyndromicObservations.Size = new System.Drawing.Size(46, 20); this.butSyndromicObservations.TabIndex = 180; this.butSyndromicObservations.Text = "Obs"; this.butSyndromicObservations.Visible = false; this.butSyndromicObservations.Click += new System.EventHandler(this.butSyndromicObservations_Click); // // label9 // this.label9.Location = new System.Drawing.Point(-1, 228); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(113, 14); this.label9.TabIndex = 179; this.label9.Text = "Color"; this.label9.TextAlign = System.Drawing.ContentAlignment.BottomRight; // // butColorClear // this.butColorClear.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butColorClear.Autosize = true; this.butColorClear.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butColorClear.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butColorClear.CornerRadius = 4F; this.butColorClear.Location = new System.Drawing.Point(137, 224); this.butColorClear.Name = "butColorClear"; this.butColorClear.Size = new System.Drawing.Size(39, 20); this.butColorClear.TabIndex = 178; this.butColorClear.Text = "none"; this.butColorClear.Click += new System.EventHandler(this.butColorClear_Click); // // butColor // this.butColor.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.butColor.Location = new System.Drawing.Point(114, 225); this.butColor.Name = "butColor"; this.butColor.Size = new System.Drawing.Size(21, 19); this.butColor.TabIndex = 177; this.butColor.Click += new System.EventHandler(this.butColor_Click); // // textRequirement // this.textRequirement.Location = new System.Drawing.Point(63, 408); this.textRequirement.Multiline = true; this.textRequirement.Name = "textRequirement"; this.textRequirement.ReadOnly = true; this.textRequirement.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.textRequirement.Size = new System.Drawing.Size(177, 53); this.textRequirement.TabIndex = 164; // // butRequirement // this.butRequirement.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butRequirement.Autosize = true; this.butRequirement.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butRequirement.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butRequirement.CornerRadius = 4F; this.butRequirement.Location = new System.Drawing.Point(15, 408); this.butRequirement.Name = "butRequirement"; this.butRequirement.Size = new System.Drawing.Size(46, 20); this.butRequirement.TabIndex = 163; this.butRequirement.Text = "Req"; this.butRequirement.Click += new System.EventHandler(this.butRequirement_Click); // // butInsPlan2 // this.butInsPlan2.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butInsPlan2.Autosize = false; this.butInsPlan2.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butInsPlan2.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butInsPlan2.CornerRadius = 2F; this.butInsPlan2.Location = new System.Drawing.Point(222, 387); this.butInsPlan2.Name = "butInsPlan2"; this.butInsPlan2.Size = new System.Drawing.Size(18, 20); this.butInsPlan2.TabIndex = 176; this.butInsPlan2.Text = "..."; this.butInsPlan2.Click += new System.EventHandler(this.butInsPlan2_Click); // // butInsPlan1 // this.butInsPlan1.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butInsPlan1.Autosize = false; this.butInsPlan1.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butInsPlan1.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butInsPlan1.CornerRadius = 2F; this.butInsPlan1.Location = new System.Drawing.Point(222, 366); this.butInsPlan1.Name = "butInsPlan1"; this.butInsPlan1.Size = new System.Drawing.Size(18, 20); this.butInsPlan1.TabIndex = 175; this.butInsPlan1.Text = "..."; this.butInsPlan1.Click += new System.EventHandler(this.butInsPlan1_Click); // // textInsPlan2 // this.textInsPlan2.Location = new System.Drawing.Point(63, 387); this.textInsPlan2.Name = "textInsPlan2"; this.textInsPlan2.ReadOnly = true; this.textInsPlan2.Size = new System.Drawing.Size(158, 20); this.textInsPlan2.TabIndex = 174; // // labelInsPlan2 // this.labelInsPlan2.Location = new System.Drawing.Point(2, 389); this.labelInsPlan2.Name = "labelInsPlan2"; this.labelInsPlan2.Size = new System.Drawing.Size(59, 16); this.labelInsPlan2.TabIndex = 173; this.labelInsPlan2.Text = "InsPlan 2"; this.labelInsPlan2.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textInsPlan1 // this.textInsPlan1.Location = new System.Drawing.Point(63, 366); this.textInsPlan1.Name = "textInsPlan1"; this.textInsPlan1.ReadOnly = true; this.textInsPlan1.Size = new System.Drawing.Size(158, 20); this.textInsPlan1.TabIndex = 172; // // labelInsPlan1 // this.labelInsPlan1.Location = new System.Drawing.Point(2, 368); this.labelInsPlan1.Name = "labelInsPlan1"; this.labelInsPlan1.Size = new System.Drawing.Size(59, 16); this.labelInsPlan1.TabIndex = 171; this.labelInsPlan1.Text = "InsPlan 1"; this.labelInsPlan1.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textTimeDismissed // this.textTimeDismissed.Location = new System.Drawing.Point(114, 305); this.textTimeDismissed.Name = "textTimeDismissed"; this.textTimeDismissed.Size = new System.Drawing.Size(126, 20); this.textTimeDismissed.TabIndex = 170; // // label7 // this.label7.Location = new System.Drawing.Point(-1, 307); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(113, 16); this.label7.TabIndex = 169; this.label7.Text = "Time Dismissed"; this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textTimeSeated // this.textTimeSeated.Location = new System.Drawing.Point(114, 285); this.textTimeSeated.Name = "textTimeSeated"; this.textTimeSeated.Size = new System.Drawing.Size(126, 20); this.textTimeSeated.TabIndex = 168; // // label1 // this.label1.Location = new System.Drawing.Point(-1, 287); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(113, 16); this.label1.TabIndex = 166; this.label1.Text = "Time Seated"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textTimeArrived // this.textTimeArrived.Location = new System.Drawing.Point(114, 265); this.textTimeArrived.Name = "textTimeArrived"; this.textTimeArrived.Size = new System.Drawing.Size(126, 20); this.textTimeArrived.TabIndex = 167; // // labelTimeArrived // this.labelTimeArrived.Location = new System.Drawing.Point(-1, 267); this.labelTimeArrived.Name = "labelTimeArrived"; this.labelTimeArrived.Size = new System.Drawing.Size(113, 16); this.labelTimeArrived.TabIndex = 165; this.labelTimeArrived.Text = "Time Arrived"; this.labelTimeArrived.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textLabCase // this.textLabCase.AcceptsReturn = true; this.textLabCase.Location = new System.Drawing.Point(63, 330); this.textLabCase.Multiline = true; this.textLabCase.Name = "textLabCase"; this.textLabCase.ReadOnly = true; this.textLabCase.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.textLabCase.Size = new System.Drawing.Size(177, 34); this.textLabCase.TabIndex = 162; // // butLab // this.butLab.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butLab.Autosize = true; this.butLab.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butLab.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butLab.CornerRadius = 4F; this.butLab.Location = new System.Drawing.Point(15, 330); this.butLab.Name = "butLab"; this.butLab.Size = new System.Drawing.Size(46, 20); this.butLab.TabIndex = 161; this.butLab.Text = "Lab"; this.butLab.Click += new System.EventHandler(this.butLab_Click); // // butPickHyg // this.butPickHyg.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butPickHyg.Autosize = false; this.butPickHyg.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butPickHyg.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butPickHyg.CornerRadius = 2F; this.butPickHyg.Location = new System.Drawing.Point(222, 127); this.butPickHyg.Name = "butPickHyg"; this.butPickHyg.Size = new System.Drawing.Size(18, 20); this.butPickHyg.TabIndex = 158; this.butPickHyg.Text = "..."; this.butPickHyg.Click += new System.EventHandler(this.butPickHyg_Click); // // butPickDentist // this.butPickDentist.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butPickDentist.Autosize = false; this.butPickDentist.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butPickDentist.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butPickDentist.CornerRadius = 2F; this.butPickDentist.Location = new System.Drawing.Point(222, 105); this.butPickDentist.Name = "butPickDentist"; this.butPickDentist.Size = new System.Drawing.Size(18, 20); this.butPickDentist.TabIndex = 157; this.butPickDentist.Text = "..."; this.butPickDentist.Click += new System.EventHandler(this.butPickDentist_Click); // // gridFields // this.gridFields.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.gridFields.HScrollVisible = false; this.gridFields.Location = new System.Drawing.Point(21, 578); this.gridFields.Name = "gridFields"; this.gridFields.ScrollValue = 0; this.gridFields.Size = new System.Drawing.Size(259, 118); this.gridFields.TabIndex = 159; this.gridFields.Title = "Appt Fields"; this.gridFields.TranslationName = "FormApptEdit"; this.gridFields.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridFields_CellDoubleClick); // // gridPatient // this.gridPatient.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.gridPatient.HScrollVisible = false; this.gridPatient.Location = new System.Drawing.Point(282, 405); this.gridPatient.Name = "gridPatient"; this.gridPatient.ScrollValue = 0; this.gridPatient.Size = new System.Drawing.Size(258, 291); this.gridPatient.TabIndex = 0; this.gridPatient.Title = "Patient Info"; this.gridPatient.TranslationName = "TableApptPtInfo"; this.gridPatient.MouseMove += new System.Windows.Forms.MouseEventHandler(this.gridPatient_MouseMove); // // gridComm // this.gridComm.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.gridComm.HScrollVisible = false; this.gridComm.Location = new System.Drawing.Point(542, 405); this.gridComm.Name = "gridComm"; this.gridComm.ScrollValue = 0; this.gridComm.Size = new System.Drawing.Size(335, 291); this.gridComm.TabIndex = 1; this.gridComm.Title = "Communications Log - Appointment Scheduling"; this.gridComm.TranslationName = "TableCommLog"; this.gridComm.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridComm_CellDoubleClick); this.gridComm.MouseMove += new System.Windows.Forms.MouseEventHandler(this.gridComm_MouseMove); // // gridProc // this.gridProc.AllowSelection = false; this.gridProc.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.gridProc.HScrollVisible = false; this.gridProc.Location = new System.Drawing.Point(434, 28); this.gridProc.Name = "gridProc"; this.gridProc.ScrollValue = 0; this.gridProc.SelectionMode = OpenDental.UI.GridSelectionMode.MultiExtended; this.gridProc.Size = new System.Drawing.Size(538, 375); this.gridProc.TabIndex = 139; this.gridProc.Title = "Procedures on this Appointment"; this.gridProc.TranslationName = "TableApptProcs"; this.gridProc.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridProc_CellDoubleClick); this.gridProc.CellClick += new OpenDental.UI.ODGridClickEventHandler(this.gridProc_CellClick); // // butPDF // this.butPDF.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butPDF.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butPDF.Autosize = true; this.butPDF.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butPDF.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butPDF.CornerRadius = 4F; this.butPDF.Location = new System.Drawing.Point(880, 484); this.butPDF.Name = "butPDF"; this.butPDF.Size = new System.Drawing.Size(92, 24); this.butPDF.TabIndex = 161; this.butPDF.Text = "Notes PDF"; this.butPDF.Visible = false; this.butPDF.Click += new System.EventHandler(this.butPDF_Click); // // butComplete // this.butComplete.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butComplete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butComplete.Autosize = true; this.butComplete.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butComplete.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butComplete.CornerRadius = 4F; this.butComplete.Location = new System.Drawing.Point(880, 510); this.butComplete.Name = "butComplete"; this.butComplete.Size = new System.Drawing.Size(92, 24); this.butComplete.TabIndex = 155; this.butComplete.Text = "Finish && Send"; this.butComplete.Visible = false; this.butComplete.Click += new System.EventHandler(this.butComplete_Click); // // butDeleteProc // this.butDeleteProc.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butDeleteProc.Autosize = true; this.butDeleteProc.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butDeleteProc.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butDeleteProc.CornerRadius = 4F; this.butDeleteProc.Image = global::OpenDental.Properties.Resources.deleteX; this.butDeleteProc.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butDeleteProc.Location = new System.Drawing.Point(434, 2); this.butDeleteProc.Name = "butDeleteProc"; this.butDeleteProc.Size = new System.Drawing.Size(75, 24); this.butDeleteProc.TabIndex = 154; this.butDeleteProc.Text = "Delete"; this.butDeleteProc.Click += new System.EventHandler(this.butDeleteProc_Click); // // butAdd // this.butAdd.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butAdd.Autosize = true; this.butAdd.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butAdd.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butAdd.CornerRadius = 4F; this.butAdd.Image = global::OpenDental.Properties.Resources.Add; this.butAdd.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butAdd.Location = new System.Drawing.Point(510, 2); this.butAdd.Name = "butAdd"; this.butAdd.Size = new System.Drawing.Size(75, 24); this.butAdd.TabIndex = 152; this.butAdd.Text = "Add"; this.butAdd.Click += new System.EventHandler(this.butAdd_Click); // // textNote // this.textNote.AcceptsTab = true; this.textNote.DetectUrls = false; this.textNote.Location = new System.Drawing.Point(21, 469); this.textNote.Name = "textNote"; this.textNote.QuickPasteType = OpenDentBusiness.QuickPasteType.Appointment; this.textNote.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical; this.textNote.Size = new System.Drawing.Size(260, 106); this.textNote.TabIndex = 142; this.textNote.Text = ""; // // butAddComm // this.butAddComm.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butAddComm.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.butAddComm.Autosize = true; this.butAddComm.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butAddComm.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butAddComm.CornerRadius = 4F; this.butAddComm.Image = global::OpenDental.Properties.Resources.commlog; this.butAddComm.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butAddComm.Location = new System.Drawing.Point(880, 405); this.butAddComm.Name = "butAddComm"; this.butAddComm.Size = new System.Drawing.Size(92, 24); this.butAddComm.TabIndex = 143; this.butAddComm.Text = "Co&mm"; this.butAddComm.Click += new System.EventHandler(this.butAddComm_Click); // // tbTime // this.tbTime.BackColor = System.Drawing.SystemColors.Window; this.tbTime.Location = new System.Drawing.Point(4, 6); this.tbTime.Name = "tbTime"; this.tbTime.ScrollValue = 150; this.tbTime.SelectedIndices = new int[0]; this.tbTime.SelectionMode = System.Windows.Forms.SelectionMode.None; this.tbTime.Size = new System.Drawing.Size(15, 561); this.tbTime.TabIndex = 59; // // butAudit // this.butAudit.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butAudit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butAudit.Autosize = true; this.butAudit.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butAudit.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butAudit.CornerRadius = 4F; this.butAudit.Location = new System.Drawing.Point(880, 536); this.butAudit.Name = "butAudit"; this.butAudit.Size = new System.Drawing.Size(92, 24); this.butAudit.TabIndex = 125; this.butAudit.Text = "Audit Trail"; this.butAudit.Click += new System.EventHandler(this.butAudit_Click); // // butTask // this.butTask.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butTask.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butTask.Autosize = true; this.butTask.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butTask.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butTask.CornerRadius = 4F; this.butTask.Location = new System.Drawing.Point(880, 562); this.butTask.Name = "butTask"; this.butTask.Size = new System.Drawing.Size(92, 24); this.butTask.TabIndex = 124; this.butTask.Text = "To Task List"; this.butTask.Click += new System.EventHandler(this.butTask_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.Right))); 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(880, 614); this.butDelete.Name = "butDelete"; this.butDelete.Size = new System.Drawing.Size(92, 24); this.butDelete.TabIndex = 123; this.butDelete.Text = "&Delete"; this.butDelete.Click += new System.EventHandler(this.butDelete_Click); // // butPin // this.butPin.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butPin.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butPin.Autosize = true; this.butPin.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butPin.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butPin.CornerRadius = 4F; this.butPin.Image = ((System.Drawing.Image)(resources.GetObject("butPin.Image"))); this.butPin.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butPin.Location = new System.Drawing.Point(880, 588); this.butPin.Name = "butPin"; this.butPin.Size = new System.Drawing.Size(92, 24); this.butPin.TabIndex = 122; this.butPin.Text = "&Pinboard"; this.butPin.Click += new System.EventHandler(this.butPin_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.Right))); 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(880, 640); this.butOK.Name = "butOK"; this.butOK.Size = new System.Drawing.Size(92, 24); this.butOK.TabIndex = 1; this.butOK.Text = "&OK"; this.butOK.Click += new System.EventHandler(this.butOK_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.Right))); 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(880, 666); this.butCancel.Name = "butCancel"; this.butCancel.Size = new System.Drawing.Size(92, 24); this.butCancel.TabIndex = 0; this.butCancel.Text = "&Cancel"; this.butCancel.Click += new System.EventHandler(this.butCancel_Click); // // butText // this.butText.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butText.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.butText.Autosize = true; this.butText.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butText.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butText.CornerRadius = 4F; this.butText.Image = global::OpenDental.Properties.Resources.Text; this.butText.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butText.Location = new System.Drawing.Point(880, 431); this.butText.Name = "butText"; this.butText.Size = new System.Drawing.Size(92, 24); this.butText.TabIndex = 143; this.butText.Text = "Text"; this.butText.Click += new System.EventHandler(this.butText_Click); // // FormApptEdit // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(974, 698); this.Controls.Add(this.panel1); this.Controls.Add(this.listQuickAdd); this.Controls.Add(this.labelQuickAdd); this.Controls.Add(this.butPDF); this.Controls.Add(this.gridFields); this.Controls.Add(this.butComplete); this.Controls.Add(this.butDeleteProc); this.Controls.Add(this.butAdd); this.Controls.Add(this.textNote); this.Controls.Add(this.labelApptNote); this.Controls.Add(this.butText); this.Controls.Add(this.butAddComm); this.Controls.Add(this.butSlider); this.Controls.Add(this.tbTime); this.Controls.Add(this.gridPatient); this.Controls.Add(this.gridComm); this.Controls.Add(this.gridProc); this.Controls.Add(this.butAudit); this.Controls.Add(this.butTask); this.Controls.Add(this.butDelete); this.Controls.Add(this.butPin); this.Controls.Add(this.butOK); this.Controls.Add(this.butCancel); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormApptEdit"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Edit Appointment"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormApptEdit_FormClosing); this.Load += new System.EventHandler(this.FormApptEdit_Load); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.ResumeLayout(false); }
private void InitializeComponent(){ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormInsPlanSelect)); this.butCancel = new OpenDental.UI.Button(); this.butOK = new OpenDental.UI.Button(); this.labelRelat = new System.Windows.Forms.Label(); this.listRelat = new System.Windows.Forms.ListBox(); this.gridMain = new OpenDental.UI.ODGrid(); this.butNone = new OpenDental.UI.Button(); this.SuspendLayout(); // // 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.Right))); 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(686,330); this.butCancel.Name = "butCancel"; this.butCancel.Size = new System.Drawing.Size(76,24); this.butCancel.TabIndex = 6; 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.Right))); 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(686,294); this.butOK.Name = "butOK"; this.butOK.Size = new System.Drawing.Size(76,24); this.butOK.TabIndex = 5; this.butOK.Text = "&OK"; this.butOK.Click += new System.EventHandler(this.butOK_Click); // // labelRelat // this.labelRelat.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.labelRelat.Location = new System.Drawing.Point(580,16); this.labelRelat.Name = "labelRelat"; this.labelRelat.Size = new System.Drawing.Size(206,20); this.labelRelat.TabIndex = 8; this.labelRelat.Text = "Relationship to Subscriber"; // // listRelat // this.listRelat.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.listRelat.Location = new System.Drawing.Point(582,38); this.listRelat.Name = "listRelat"; this.listRelat.Size = new System.Drawing.Size(180,186); this.listRelat.TabIndex = 9; // // gridMain // this.gridMain.HScrollVisible = false; this.gridMain.Location = new System.Drawing.Point(22,38); this.gridMain.Name = "gridMain"; this.gridMain.ScrollValue = 0; this.gridMain.Size = new System.Drawing.Size(527,186); this.gridMain.TabIndex = 10; this.gridMain.Title = "Insurance Plans for Family"; this.gridMain.TranslationName = "TableInsPlans"; this.gridMain.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridMain_CellDoubleClick); // // butNone // this.butNone.AdjustImageLocation = new System.Drawing.Point(0,0); this.butNone.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.butNone.Autosize = true; this.butNone.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butNone.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butNone.CornerRadius = 4F; this.butNone.Location = new System.Drawing.Point(22,330); this.butNone.Name = "butNone"; this.butNone.Size = new System.Drawing.Size(76,24); this.butNone.TabIndex = 11; this.butNone.Text = "None"; this.butNone.Click += new System.EventHandler(this.butNone_Click); // // FormInsPlanSelect // this.AcceptButton = this.butOK; this.AutoScaleBaseSize = new System.Drawing.Size(5,13); this.CancelButton = this.butCancel; this.ClientSize = new System.Drawing.Size(792,374); this.Controls.Add(this.butNone); this.Controls.Add(this.gridMain); this.Controls.Add(this.listRelat); this.Controls.Add(this.labelRelat); this.Controls.Add(this.butCancel); this.Controls.Add(this.butOK); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormInsPlanSelect"; this.RightToLeft = System.Windows.Forms.RightToLeft.No; this.ShowInTaskbar = false; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Select Insurance Plan"; this.Load += new System.EventHandler(this.FormInsPlansSelect_Load); this.ResumeLayout(false); }
///<summary>Creates a new .pdf file containing all of the procedures attached to this appointment and ///returns the contents of the .pdf file as a base64 encoded string.</summary> private string GenerateProceduresIntoPdf(){ 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(); MigraDoc.DocumentObjectModel.Font headingFont=MigraDocHelper.CreateFont(13,true); MigraDoc.DocumentObjectModel.Font bodyFontx=MigraDocHelper.CreateFont(9,false); string text; //Heading--------------------------------------------------------------------------------------------------------------- #region printHeading Paragraph par=section.AddParagraph(); ParagraphFormat parformat=new ParagraphFormat(); parformat.Alignment=ParagraphAlignment.Center; parformat.Font=MigraDocHelper.CreateFont(10,true); par.Format=parformat; text=Lan.g(this,"procedures").ToUpper(); par.AddFormattedText(text,headingFont); par.AddLineBreak(); text=pat.GetNameFLFormal(); par.AddFormattedText(text,headingFont); par.AddLineBreak(); text=DateTime.Now.ToShortDateString(); par.AddFormattedText(text,headingFont); par.AddLineBreak(); par.AddLineBreak(); #endregion //Procedure List-------------------------------------------------------------------------------------------------------- #region Procedure List ODGrid gridProg=new ODGrid(); this.Controls.Add(gridProg);//Only added temporarily so that printing will work. Removed at end with Dispose(). gridProg.BeginUpdate(); gridProg.Columns.Clear(); ODGridColumn col; List<DisplayField> fields=DisplayFields.GetDefaultList(DisplayFieldCategory.None); for(int i=0;i<fields.Count;i++){ if(fields[i].InternalName=="User" || fields[i].InternalName=="Signed"){ continue; } if(fields[i].Description==""){ col=new ODGridColumn(fields[i].InternalName,fields[i].ColumnWidth); } else{ col=new ODGridColumn(fields[i].Description,fields[i].ColumnWidth); } if(fields[i].InternalName=="Amount"){ col.TextAlign=HorizontalAlignment.Right; } if(fields[i].InternalName=="ADA Code") { col.TextAlign=HorizontalAlignment.Center; } gridProg.Columns.Add(col); } gridProg.NoteSpanStart=2; gridProg.NoteSpanStop=7; gridProg.Rows.Clear(); List <Procedure> procsForDay=Procedures.GetProcsForPatByDate(AptCur.PatNum,AptCur.AptDateTime); for(int i=0;i<procsForDay.Count;i++){ Procedure proc=procsForDay[i]; ProcedureCode procCode=ProcedureCodes.GetProcCodeFromDb(proc.CodeNum); Provider prov=Providers.GetProv(proc.ProvNum); Userod usr=Userods.GetUser(proc.UserNum); ODGridRow row=new ODGridRow(); row.ColorLborder=System.Drawing.Color.Black; for(int f=0;f<fields.Count;f++) { switch(fields[f].InternalName){ case "Date": row.Cells.Add(proc.ProcDate.Date.ToShortDateString()); break; case "Time": row.Cells.Add(proc.ProcDate.ToString("h:mm")+proc.ProcDate.ToString("%t").ToLower()); break; case "Th": row.Cells.Add(proc.ToothNum); break; case "Surf": row.Cells.Add(proc.Surf); break; case "Dx": row.Cells.Add(proc.Dx.ToString()); break; case "Description": row.Cells.Add((procCode.LaymanTerm!="")?procCode.LaymanTerm:procCode.Descript); break; case "Stat": row.Cells.Add(Lans.g("enumProcStat",proc.ProcStatus.ToString())); break; case "Prov": if(prov.Abbr.Length>5){ row.Cells.Add(prov.Abbr.Substring(0,5)); } else{ row.Cells.Add(prov.Abbr); } break; case "Amount": row.Cells.Add(proc.ProcFee.ToString("F")); break; case "ADA Code": if(procCode.ProcCode.Length>5 && procCode.ProcCode.StartsWith("D")) { row.Cells.Add(procCode.ProcCode.Substring(0,5));//Remove suffix from all D codes. } else { row.Cells.Add(procCode.ProcCode); } break; case "User": row.Cells.Add(usr!=null?usr.UserName:""); break; } } row.Note=proc.Note; //Row text color. switch(proc.ProcStatus) { case ProcStat.TP: row.ColorText=DefC.Long[(int)DefCat.ProgNoteColors][0].ItemColor; break; case ProcStat.C: row.ColorText=DefC.Long[(int)DefCat.ProgNoteColors][1].ItemColor; break; case ProcStat.EC: row.ColorText=DefC.Long[(int)DefCat.ProgNoteColors][2].ItemColor; break; case ProcStat.EO: row.ColorText=DefC.Long[(int)DefCat.ProgNoteColors][3].ItemColor; break; case ProcStat.R: row.ColorText=DefC.Long[(int)DefCat.ProgNoteColors][4].ItemColor; break; case ProcStat.D: row.ColorText=System.Drawing.Color.Black; break; case ProcStat.Cn: row.ColorText=DefC.Long[(int)DefCat.ProgNoteColors][22].ItemColor; break; } row.ColorBackG=System.Drawing.Color.White; if(proc.ProcDate.Date==DateTime.Today) { row.ColorBackG=DefC.Long[(int)DefCat.MiscColors][6].ItemColor; } gridProg.Rows.Add(row); } MigraDocHelper.DrawGrid(section,gridProg); #endregion MigraDoc.Rendering.PdfDocumentRenderer pdfRenderer=new MigraDoc.Rendering.PdfDocumentRenderer(true,PdfFontEmbedding.Always); pdfRenderer.Document=doc; pdfRenderer.RenderDocument(); MemoryStream ms=new MemoryStream(); pdfRenderer.PdfDocument.Save(ms); byte[] pdfBytes=ms.GetBuffer(); //#region Remove when testing is complete. //string tempFilePath=Path.GetTempFileName(); //File.WriteAllBytes(tempFilePath,pdfBytes); //#endregion string pdfDataStr=Convert.ToBase64String(pdfBytes); ms.Dispose(); return pdfDataStr; }
/// <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(FormUnsched)); this.butClose = new OpenDental.UI.Button(); this.grid = new OpenDental.UI.ODGrid(); this.butPrint = new OpenDental.UI.Button(); this.comboOrder = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.comboProv = new System.Windows.Forms.ComboBox(); this.label4 = new System.Windows.Forms.Label(); this.butRefresh = new OpenDental.UI.Button(); this.comboSite = new System.Windows.Forms.ComboBox(); this.labelSite = new System.Windows.Forms.Label(); this.checkBrokenAppts = new System.Windows.Forms.CheckBox(); this.menuDelete = new System.Windows.Forms.ContextMenuStrip(this.components); this.comboClinic = new System.Windows.Forms.ComboBox(); this.labelClinic = new System.Windows.Forms.Label(); this.SuspendLayout(); // // 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.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.butClose.Location = new System.Drawing.Point(761, 631); this.butClose.Name = "butClose"; this.butClose.Size = new System.Drawing.Size(87, 24); this.butClose.TabIndex = 7; this.butClose.Text = "&Close"; this.butClose.Click += new System.EventHandler(this.butClose_Click); // // grid // this.grid.HScrollVisible = false; this.grid.Location = new System.Drawing.Point(10, 56); this.grid.Name = "grid"; this.grid.ScrollValue = 0; this.grid.SelectionMode = OpenDental.UI.GridSelectionMode.MultiExtended; this.grid.Size = new System.Drawing.Size(734, 599); this.grid.TabIndex = 8; this.grid.Title = "Unscheduled List"; this.grid.TranslationName = "TableUnsched"; this.grid.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.grid_CellDoubleClick); this.grid.MouseDown += new System.Windows.Forms.MouseEventHandler(this.grid_MouseDown); this.grid.MouseUp += new System.Windows.Forms.MouseEventHandler(this.grid_MouseUp); // // butPrint // this.butPrint.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butPrint.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butPrint.Autosize = true; this.butPrint.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butPrint.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butPrint.CornerRadius = 4F; this.butPrint.Image = global::OpenDental.Properties.Resources.butPrintSmall; this.butPrint.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butPrint.Location = new System.Drawing.Point(761, 583); this.butPrint.Name = "butPrint"; this.butPrint.Size = new System.Drawing.Size(87, 24); this.butPrint.TabIndex = 21; this.butPrint.Text = "Print List"; this.butPrint.Click += new System.EventHandler(this.butPrint_Click); // // comboOrder // this.comboOrder.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboOrder.Location = new System.Drawing.Point(97, 6); this.comboOrder.MaxDropDownItems = 40; this.comboOrder.Name = "comboOrder"; this.comboOrder.Size = new System.Drawing.Size(133, 21); this.comboOrder.TabIndex = 35; // // label1 // this.label1.Location = new System.Drawing.Point(23, 10); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(72, 14); this.label1.TabIndex = 34; this.label1.Text = "Order by"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // comboProv // this.comboProv.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboProv.Location = new System.Drawing.Point(319, 6); this.comboProv.MaxDropDownItems = 40; this.comboProv.Name = "comboProv"; this.comboProv.Size = new System.Drawing.Size(181, 21); this.comboProv.TabIndex = 33; // // label4 // this.label4.Location = new System.Drawing.Point(248, 10); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(69, 14); this.label4.TabIndex = 32; this.label4.Text = "Provider"; this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // butRefresh // this.butRefresh.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butRefresh.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.butRefresh.Autosize = true; this.butRefresh.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butRefresh.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butRefresh.CornerRadius = 4F; this.butRefresh.Location = new System.Drawing.Point(762, 6); this.butRefresh.Name = "butRefresh"; this.butRefresh.Size = new System.Drawing.Size(86, 24); this.butRefresh.TabIndex = 31; this.butRefresh.Text = "&Refresh"; this.butRefresh.Click += new System.EventHandler(this.butRefresh_Click); // // comboSite // this.comboSite.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboSite.Location = new System.Drawing.Point(584, 31); this.comboSite.MaxDropDownItems = 40; this.comboSite.Name = "comboSite"; this.comboSite.Size = new System.Drawing.Size(160, 21); this.comboSite.TabIndex = 37; // // labelSite // this.labelSite.Location = new System.Drawing.Point(506, 35); this.labelSite.Name = "labelSite"; this.labelSite.Size = new System.Drawing.Size(77, 14); this.labelSite.TabIndex = 36; this.labelSite.Text = "Site"; this.labelSite.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // checkBrokenAppts // this.checkBrokenAppts.AutoSize = true; this.checkBrokenAppts.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkBrokenAppts.Location = new System.Drawing.Point(65, 33); this.checkBrokenAppts.Name = "checkBrokenAppts"; this.checkBrokenAppts.Size = new System.Drawing.Size(165, 17); this.checkBrokenAppts.TabIndex = 38; this.checkBrokenAppts.Text = "Include Broken Appointments"; this.checkBrokenAppts.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkBrokenAppts.UseVisualStyleBackColor = true; // // menuDelete // this.menuDelete.Name = "menuDelete"; this.menuDelete.Size = new System.Drawing.Size(61, 4); // // comboClinic // this.comboClinic.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboClinic.Location = new System.Drawing.Point(584, 6); this.comboClinic.MaxDropDownItems = 40; this.comboClinic.Name = "comboClinic"; this.comboClinic.Size = new System.Drawing.Size(160, 21); this.comboClinic.TabIndex = 40; // // labelClinic // this.labelClinic.Location = new System.Drawing.Point(506, 10); this.labelClinic.Name = "labelClinic"; this.labelClinic.Size = new System.Drawing.Size(77, 14); this.labelClinic.TabIndex = 39; this.labelClinic.Text = "Clinic"; this.labelClinic.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // FormUnsched // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.CancelButton = this.butClose; this.ClientSize = new System.Drawing.Size(858, 672); this.Controls.Add(this.comboClinic); this.Controls.Add(this.labelClinic); this.Controls.Add(this.checkBrokenAppts); this.Controls.Add(this.comboOrder); this.Controls.Add(this.comboSite); this.Controls.Add(this.label1); this.Controls.Add(this.labelSite); this.Controls.Add(this.comboProv); this.Controls.Add(this.label4); this.Controls.Add(this.butRefresh); this.Controls.Add(this.grid); this.Controls.Add(this.butPrint); this.Controls.Add(this.butClose); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormUnsched"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Unscheduled List"; this.Closing += new System.ComponentModel.CancelEventHandler(this.FormUnsched_Closing); this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormUnsched_FormClosing); this.Load += new System.EventHandler(this.FormUnsched_Load); this.ResumeLayout(false); this.PerformLayout(); }
/// <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(FormPhoneEmpDefaults)); this.butClose = new OpenDental.UI.Button(); this.butAdd = new OpenDental.UI.Button(); this.gridMain = new OpenDental.UI.ODGrid(); this.SuspendLayout(); // // butClose // this.butClose.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); 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.Location = new System.Drawing.Point(879, 546); this.butClose.Name = "butClose"; this.butClose.Size = new System.Drawing.Size(75, 24); this.butClose.TabIndex = 11; this.butClose.Text = "Close"; this.butClose.Click += new System.EventHandler(this.butClose_Click); // // butAdd // this.butAdd.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butAdd.Autosize = true; this.butAdd.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butAdd.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butAdd.CornerRadius = 4F; this.butAdd.Location = new System.Drawing.Point(446, 546); this.butAdd.Name = "butAdd"; this.butAdd.Size = new System.Drawing.Size(75, 24); this.butAdd.TabIndex = 12; this.butAdd.Text = "Add"; this.butAdd.Click += new System.EventHandler(this.butAdd_Click); // // gridMain // this.gridMain.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.gridMain.HScrollVisible = false; this.gridMain.Location = new System.Drawing.Point(8, 14); this.gridMain.Name = "gridMain"; this.gridMain.ScrollValue = 0; this.gridMain.Size = new System.Drawing.Size(946, 524); this.gridMain.TabIndex = 1; this.gridMain.Title = "Phone Settings"; this.gridMain.TranslationName = ""; this.gridMain.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridMain_CellDoubleClick); // // FormPhoneEmpDefaults // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(966, 582); this.Controls.Add(this.butAdd); this.Controls.Add(this.butClose); this.Controls.Add(this.gridMain); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormPhoneEmpDefaults"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Phone Settings"; this.Load += new System.EventHandler(this.FormAccountPick_Load); this.ResumeLayout(false); }
/// <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(FormAudit)); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.comboPermission = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.comboUser = new System.Windows.Forms.ComboBox(); this.textPatient = new System.Windows.Forms.TextBox(); this.butCurrent = new OpenDental.UI.Button(); this.butAll = new OpenDental.UI.Button(); this.butFind = new OpenDental.UI.Button(); this.butRefresh = new OpenDental.UI.Button(); this.textDateFrom = new OpenDental.ValidDate(); this.textDateTo = new OpenDental.ValidDate(); this.grid = new OpenDental.UI.ODGrid(); this.butPrint = new OpenDental.UI.Button(); this.SuspendLayout(); // // label2 // this.label2.Location = new System.Drawing.Point(0, 8); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(75, 14); this.label2.TabIndex = 45; this.label2.Text = "From Date"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label3 // this.label3.Location = new System.Drawing.Point(9, 30); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(64, 13); this.label3.TabIndex = 46; this.label3.Text = "To Date"; this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // comboPermission // this.comboPermission.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboPermission.FormattingEnabled = true; this.comboPermission.Location = new System.Drawing.Point(262, 4); this.comboPermission.MaxDropDownItems = 40; this.comboPermission.Name = "comboPermission"; this.comboPermission.Size = new System.Drawing.Size(163, 21); this.comboPermission.TabIndex = 50; this.comboPermission.SelectionChangeCommitted += new System.EventHandler(this.comboPermission_SelectionChangeCommitted); // // label1 // this.label1.Location = new System.Drawing.Point(179, 8); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(82, 13); this.label1.TabIndex = 51; this.label1.Text = "Permission"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label4 // this.label4.Location = new System.Drawing.Point(426, 8); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(82, 13); this.label4.TabIndex = 52; this.label4.Text = "Patient"; this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label5 // this.label5.Location = new System.Drawing.Point(179, 29); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(82, 13); this.label5.TabIndex = 55; this.label5.Text = "User"; this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // comboUser // this.comboUser.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboUser.FormattingEnabled = true; this.comboUser.Location = new System.Drawing.Point(262, 25); this.comboUser.MaxDropDownItems = 40; this.comboUser.Name = "comboUser"; this.comboUser.Size = new System.Drawing.Size(163, 21); this.comboUser.TabIndex = 54; this.comboUser.SelectionChangeCommitted += new System.EventHandler(this.comboUser_SelectionChangeCommitted); // // textPatient // this.textPatient.Location = new System.Drawing.Point(509, 4); this.textPatient.Name = "textPatient"; this.textPatient.Size = new System.Drawing.Size(216, 20); this.textPatient.TabIndex = 56; // // butCurrent // this.butCurrent.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butCurrent.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butCurrent.Autosize = true; this.butCurrent.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butCurrent.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butCurrent.Location = new System.Drawing.Point(509, 24); this.butCurrent.Name = "butCurrent"; this.butCurrent.Size = new System.Drawing.Size(63, 24); this.butCurrent.TabIndex = 59; this.butCurrent.Text = "Current"; this.butCurrent.Click += new System.EventHandler(this.butCurrent_Click); // // butAll // this.butAll.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butAll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butAll.Autosize = true; this.butAll.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butAll.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butAll.Location = new System.Drawing.Point(662, 24); this.butAll.Name = "butAll"; this.butAll.Size = new System.Drawing.Size(63, 24); this.butAll.TabIndex = 58; this.butAll.Text = "All"; this.butAll.Click += new System.EventHandler(this.butAll_Click); // // butFind // this.butFind.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butFind.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butFind.Autosize = true; this.butFind.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butFind.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butFind.Location = new System.Drawing.Point(585, 24); this.butFind.Name = "butFind"; this.butFind.Size = new System.Drawing.Size(63, 24); this.butFind.TabIndex = 57; this.butFind.Text = "Find"; this.butFind.Click += new System.EventHandler(this.butFind_Click); // // butRefresh // this.butRefresh.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butRefresh.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butRefresh.Autosize = true; this.butRefresh.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butRefresh.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butRefresh.Location = new System.Drawing.Point(814, 0); this.butRefresh.Name = "butRefresh"; this.butRefresh.Size = new System.Drawing.Size(82, 26); this.butRefresh.TabIndex = 49; this.butRefresh.Text = "Refresh"; this.butRefresh.Click += new System.EventHandler(this.butRefresh_Click); // // textDateFrom // this.textDateFrom.Location = new System.Drawing.Point(79, 5); this.textDateFrom.Name = "textDateFrom"; this.textDateFrom.Size = new System.Drawing.Size(90, 20); this.textDateFrom.TabIndex = 47; // // textDateTo // this.textDateTo.Location = new System.Drawing.Point(79, 26); this.textDateTo.Name = "textDateTo"; this.textDateTo.Size = new System.Drawing.Size(90, 20); this.textDateTo.TabIndex = 48; // // grid // this.grid.HScrollVisible = false; this.grid.Location = new System.Drawing.Point(8, 54); this.grid.Name = "grid"; this.grid.ScrollValue = 0; this.grid.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended; this.grid.Size = new System.Drawing.Size(889, 578); this.grid.TabIndex = 2; this.grid.Title = "Audit Trail"; this.grid.TranslationName = "TableAudit"; // // butPrint // this.butPrint.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butPrint.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butPrint.Autosize = true; this.butPrint.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butPrint.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butPrint.Image = ((System.Drawing.Image)(resources.GetObject("butPrint.Image"))); this.butPrint.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butPrint.Location = new System.Drawing.Point(814, 26); this.butPrint.Name = "butPrint"; this.butPrint.Size = new System.Drawing.Size(82, 26); this.butPrint.TabIndex = 60; this.butPrint.Text = "Print"; this.butPrint.Click += new System.EventHandler(this.butPrint_Click); // // FormAudit // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(905, 634); this.Controls.Add(this.butPrint); this.Controls.Add(this.butCurrent); this.Controls.Add(this.butAll); this.Controls.Add(this.butFind); this.Controls.Add(this.textPatient); this.Controls.Add(this.label5); this.Controls.Add(this.comboUser); this.Controls.Add(this.label4); this.Controls.Add(this.label1); this.Controls.Add(this.comboPermission); this.Controls.Add(this.butRefresh); this.Controls.Add(this.textDateFrom); this.Controls.Add(this.textDateTo); this.Controls.Add(this.label2); this.Controls.Add(this.label3); this.Controls.Add(this.grid); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.KeyPreview = true; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormAudit"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Audit Trail"; this.Load += new System.EventHandler(this.FormAudit_Load); this.ResumeLayout(false); this.PerformLayout(); }
/// <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(FormPhoneEmpDefaults)); this.butClose = new OpenDental.UI.Button(); this.butAdd = new OpenDental.UI.Button(); this.gridMain = new OpenDental.UI.ODGrid(); this.butPhoneComps = new OpenDental.UI.Button(); this.SuspendLayout(); // // butClose // this.butClose.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); 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.Location = new System.Drawing.Point(879, 546); this.butClose.Name = "butClose"; this.butClose.Size = new System.Drawing.Size(75, 24); this.butClose.TabIndex = 11; this.butClose.Text = "Close"; this.butClose.Click += new System.EventHandler(this.butClose_Click); // // butAdd // this.butAdd.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butAdd.Autosize = true; this.butAdd.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butAdd.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butAdd.CornerRadius = 4F; this.butAdd.Location = new System.Drawing.Point(446, 546); this.butAdd.Name = "butAdd"; this.butAdd.Size = new System.Drawing.Size(75, 24); this.butAdd.TabIndex = 12; this.butAdd.Text = "Add"; this.butAdd.Click += new System.EventHandler(this.butAdd_Click); // // gridMain // this.gridMain.AllowSortingByColumn = true; this.gridMain.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.gridMain.CellFont = new System.Drawing.Font("Microsoft Sans Serif", 8.5F); this.gridMain.HasAddButton = false; this.gridMain.HasDropDowns = false; this.gridMain.HasMultilineHeaders = false; this.gridMain.HeaderFont = new System.Drawing.Font("Microsoft Sans Serif", 8.5F, System.Drawing.FontStyle.Bold); this.gridMain.HeaderHeight = 15; this.gridMain.HScrollVisible = false; this.gridMain.Location = new System.Drawing.Point(8, 14); this.gridMain.Name = "gridMain"; this.gridMain.ScrollValue = 0; this.gridMain.Size = new System.Drawing.Size(946, 524); this.gridMain.TabIndex = 1; this.gridMain.Title = "Phone Settings"; this.gridMain.TitleFont = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold); this.gridMain.TitleHeight = 18; this.gridMain.TranslationName = ""; this.gridMain.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridMain_CellDoubleClick); // // butPhoneComps // this.butPhoneComps.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butPhoneComps.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.butPhoneComps.Autosize = true; this.butPhoneComps.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butPhoneComps.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butPhoneComps.CornerRadius = 4F; this.butPhoneComps.Location = new System.Drawing.Point(8, 546); this.butPhoneComps.Name = "butPhoneComps"; this.butPhoneComps.Size = new System.Drawing.Size(101, 24); this.butPhoneComps.TabIndex = 13; this.butPhoneComps.Text = "Phone Comps"; this.butPhoneComps.Visible = false; this.butPhoneComps.Click += new System.EventHandler(this.butPhoneComps_Click); // // FormPhoneEmpDefaults // this.ClientSize = new System.Drawing.Size(966, 582); this.Controls.Add(this.butPhoneComps); this.Controls.Add(this.butAdd); this.Controls.Add(this.butClose); this.Controls.Add(this.gridMain); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormPhoneEmpDefaults"; this.Text = "Phone Settings"; this.Load += new System.EventHandler(this.FormAccountPick_Load); this.ResumeLayout(false); }
/// <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(FormTransactionEdit)); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.textDateTimeEntry = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.textDebit = new System.Windows.Forms.TextBox(); this.textCredit = new System.Windows.Forms.TextBox(); this.checkMemoSame = new System.Windows.Forms.CheckBox(); this.checkSimple = new System.Windows.Forms.CheckBox(); this.label5 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.panelSimple = new System.Windows.Forms.Panel(); this.butChange = new OpenDental.UI.Button(); this.textAccount = new System.Windows.Forms.TextBox(); this.textMemo = new System.Windows.Forms.TextBox(); this.textCheckNumber = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.textAmount = new OpenDental.ValidDouble(); this.panelCompound = new System.Windows.Forms.Panel(); this.butAdd = new OpenDental.UI.Button(); this.gridMain = new OpenDental.UI.ODGrid(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.label9 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.textSourcePay = new System.Windows.Forms.TextBox(); this.butAttachPay = new OpenDental.UI.Button(); this.textSourceDeposit = new System.Windows.Forms.TextBox(); this.butAttachDep = new OpenDental.UI.Button(); this.butDelete = new OpenDental.UI.Button(); this.textDate = new OpenDental.ValidDate(); this.butOK = new OpenDental.UI.Button(); this.butCancel = new OpenDental.UI.Button(); this.labelReconcile = new System.Windows.Forms.Label(); this.textReconcile = new System.Windows.Forms.TextBox(); this.panelSimple.SuspendLayout(); this.panelCompound.SuspendLayout(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // label1 // this.label1.Location = new System.Drawing.Point(28,34); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(100,20); this.label1.TabIndex = 4; this.label1.Text = "Date"; this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label2 // this.label2.Location = new System.Drawing.Point(6,10); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(123,20); this.label2.TabIndex = 5; this.label2.Text = "Date/Time Entered"; this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight; // // textDateTimeEntry // this.textDateTimeEntry.Location = new System.Drawing.Point(132,7); this.textDateTimeEntry.Name = "textDateTimeEntry"; this.textDateTimeEntry.ReadOnly = true; this.textDateTimeEntry.Size = new System.Drawing.Size(147,20); this.textDateTimeEntry.TabIndex = 6; // // label3 // this.label3.Location = new System.Drawing.Point(74,221); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(77,20); this.label3.TabIndex = 9; this.label3.Text = "Totals"; this.label3.TextAlign = System.Drawing.ContentAlignment.TopRight; // // textDebit // this.textDebit.Location = new System.Drawing.Point(153,218); this.textDebit.Name = "textDebit"; this.textDebit.ReadOnly = true; this.textDebit.Size = new System.Drawing.Size(70,20); this.textDebit.TabIndex = 10; // // textCredit // this.textCredit.Location = new System.Drawing.Point(223,218); this.textCredit.Name = "textCredit"; this.textCredit.ReadOnly = true; this.textCredit.Size = new System.Drawing.Size(70,20); this.textCredit.TabIndex = 11; // // checkMemoSame // this.checkMemoSame.Location = new System.Drawing.Point(328,218); this.checkMemoSame.Name = "checkMemoSame"; this.checkMemoSame.Size = new System.Drawing.Size(165,20); this.checkMemoSame.TabIndex = 12; this.checkMemoSame.Text = "Memo Same For All"; this.checkMemoSame.UseVisualStyleBackColor = true; // // checkSimple // this.checkSimple.Location = new System.Drawing.Point(392,7); this.checkSimple.Name = "checkSimple"; this.checkSimple.Size = new System.Drawing.Size(154,20); this.checkSimple.TabIndex = 14; this.checkSimple.Text = "Simple"; this.checkSimple.UseVisualStyleBackColor = true; this.checkSimple.Click += new System.EventHandler(this.checkSimple_Click); // // label5 // this.label5.Location = new System.Drawing.Point(8,37); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(100,20); this.label5.TabIndex = 21; this.label5.Text = "Other Account"; this.label5.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label4 // this.label4.Location = new System.Drawing.Point(8,65); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(100,20); this.label4.TabIndex = 19; this.label4.Text = "Memo"; this.label4.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label6 // this.label6.Location = new System.Drawing.Point(7,11); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(100,20); this.label6.TabIndex = 17; this.label6.Text = "Amount"; this.label6.TextAlign = System.Drawing.ContentAlignment.TopRight; // // panelSimple // this.panelSimple.Controls.Add(this.butChange); this.panelSimple.Controls.Add(this.textAccount); this.panelSimple.Controls.Add(this.textMemo); this.panelSimple.Controls.Add(this.textCheckNumber); this.panelSimple.Controls.Add(this.label7); this.panelSimple.Controls.Add(this.textAmount); this.panelSimple.Controls.Add(this.label5); this.panelSimple.Controls.Add(this.label6); this.panelSimple.Controls.Add(this.label4); this.panelSimple.Location = new System.Drawing.Point(21,81); this.panelSimple.Name = "panelSimple"; this.panelSimple.Size = new System.Drawing.Size(494,186); this.panelSimple.TabIndex = 16; // // 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(347,31); this.butChange.Name = "butChange"; this.butChange.Size = new System.Drawing.Size(75,26); this.butChange.TabIndex = 28; this.butChange.Text = "Change"; this.butChange.Click += new System.EventHandler(this.butChange_Click); // // textAccount // this.textAccount.Location = new System.Drawing.Point(111,34); this.textAccount.Name = "textAccount"; this.textAccount.ReadOnly = true; this.textAccount.Size = new System.Drawing.Size(230,20); this.textAccount.TabIndex = 27; // // textMemo // this.textMemo.Location = new System.Drawing.Point(111,62); this.textMemo.Multiline = true; this.textMemo.Name = "textMemo"; this.textMemo.Size = new System.Drawing.Size(230,43); this.textMemo.TabIndex = 25; // // textCheckNumber // this.textCheckNumber.Location = new System.Drawing.Point(111,111); this.textCheckNumber.Name = "textCheckNumber"; this.textCheckNumber.Size = new System.Drawing.Size(133,20); this.textCheckNumber.TabIndex = 24; // // label7 // this.label7.Location = new System.Drawing.Point(8,114); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(100,20); this.label7.TabIndex = 23; this.label7.Text = "Check Number"; this.label7.TextAlign = System.Drawing.ContentAlignment.TopRight; // // textAmount // this.textAmount.Location = new System.Drawing.Point(111,8); this.textAmount.Name = "textAmount"; this.textAmount.Size = new System.Drawing.Size(89,20); this.textAmount.TabIndex = 18; // // panelCompound // this.panelCompound.Controls.Add(this.butAdd); this.panelCompound.Controls.Add(this.gridMain); this.panelCompound.Controls.Add(this.label3); this.panelCompound.Controls.Add(this.textDebit); this.panelCompound.Controls.Add(this.textCredit); this.panelCompound.Controls.Add(this.checkMemoSame); this.panelCompound.Location = new System.Drawing.Point(42,81); this.panelCompound.Name = "panelCompound"; this.panelCompound.Size = new System.Drawing.Size(504,262); this.panelCompound.TabIndex = 17; // // butAdd // this.butAdd.AdjustImageLocation = new System.Drawing.Point(0,0); this.butAdd.Autosize = true; this.butAdd.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butAdd.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butAdd.CornerRadius = 4F; this.butAdd.Image = global::OpenDental.Properties.Resources.Add; this.butAdd.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butAdd.Location = new System.Drawing.Point(3,216); this.butAdd.Name = "butAdd"; this.butAdd.Size = new System.Drawing.Size(75,26); this.butAdd.TabIndex = 13; this.butAdd.Text = "Add"; this.butAdd.Click += new System.EventHandler(this.butAdd_Click); // // gridMain // this.gridMain.HScrollVisible = false; this.gridMain.Location = new System.Drawing.Point(3,10); this.gridMain.Name = "gridMain"; this.gridMain.ScrollValue = 0; this.gridMain.Size = new System.Drawing.Size(490,199); this.gridMain.TabIndex = 2; this.gridMain.Title = "Splits"; this.gridMain.TranslationName = "TableTransSplits"; this.gridMain.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridMain_CellDoubleClick); // // groupBox1 // this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.groupBox1.Controls.Add(this.label9); this.groupBox1.Controls.Add(this.label8); this.groupBox1.Controls.Add(this.textSourcePay); this.groupBox1.Controls.Add(this.butAttachPay); this.groupBox1.Controls.Add(this.textSourceDeposit); this.groupBox1.Controls.Add(this.butAttachDep); this.groupBox1.Location = new System.Drawing.Point(119,367); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(416,80); this.groupBox1.TabIndex = 18; this.groupBox1.TabStop = false; this.groupBox1.Text = "Source Documents"; // // label9 // this.label9.Location = new System.Drawing.Point(6,48); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(87,20); this.label9.TabIndex = 12; this.label9.Text = "Payment"; this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label8 // this.label8.Location = new System.Drawing.Point(6,19); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(87,20); this.label8.TabIndex = 11; this.label8.Text = "Deposit"; this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textSourcePay // this.textSourcePay.Location = new System.Drawing.Point(95,49); this.textSourcePay.Multiline = true; this.textSourcePay.Name = "textSourcePay"; this.textSourcePay.ReadOnly = true; this.textSourcePay.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.textSourcePay.Size = new System.Drawing.Size(231,20); this.textSourcePay.TabIndex = 10; // // butAttachPay // this.butAttachPay.AdjustImageLocation = new System.Drawing.Point(0,0); this.butAttachPay.Autosize = true; this.butAttachPay.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butAttachPay.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butAttachPay.CornerRadius = 4F; this.butAttachPay.Location = new System.Drawing.Point(329,46); this.butAttachPay.Name = "butAttachPay"; this.butAttachPay.Size = new System.Drawing.Size(80,26); this.butAttachPay.TabIndex = 9; this.butAttachPay.Text = "Attach"; this.butAttachPay.Click += new System.EventHandler(this.butAttachPay_Click); // // textSourceDeposit // this.textSourceDeposit.Location = new System.Drawing.Point(95,20); this.textSourceDeposit.Name = "textSourceDeposit"; this.textSourceDeposit.ReadOnly = true; this.textSourceDeposit.Size = new System.Drawing.Size(231,20); this.textSourceDeposit.TabIndex = 8; // // butAttachDep // this.butAttachDep.AdjustImageLocation = new System.Drawing.Point(0,0); this.butAttachDep.Autosize = true; this.butAttachDep.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butAttachDep.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butAttachDep.CornerRadius = 4F; this.butAttachDep.Location = new System.Drawing.Point(329,17); this.butAttachDep.Name = "butAttachDep"; this.butAttachDep.Size = new System.Drawing.Size(80,26); this.butAttachDep.TabIndex = 7; this.butAttachDep.Text = "Attach"; this.butAttachDep.Click += new System.EventHandler(this.butAttachDep_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(31,414); this.butDelete.Name = "butDelete"; this.butDelete.Size = new System.Drawing.Size(75,26); this.butDelete.TabIndex = 8; this.butDelete.Text = "Delete"; this.butDelete.Click += new System.EventHandler(this.butDelete_Click); // // textDate // this.textDate.Location = new System.Drawing.Point(132,31); this.textDate.Name = "textDate"; this.textDate.Size = new System.Drawing.Size(100,20); this.textDate.TabIndex = 3; // // 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.Right))); 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(568,384); this.butOK.Name = "butOK"; this.butOK.Size = new System.Drawing.Size(75,26); this.butOK.TabIndex = 1; this.butOK.Text = "&OK"; this.butOK.Click += new System.EventHandler(this.butOK_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.Right))); 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(568,413); this.butCancel.Name = "butCancel"; this.butCancel.Size = new System.Drawing.Size(75,26); this.butCancel.TabIndex = 0; this.butCancel.Text = "&Cancel"; this.butCancel.Click += new System.EventHandler(this.butCancel_Click); // // labelReconcile // this.labelReconcile.Location = new System.Drawing.Point(9,57); this.labelReconcile.Name = "labelReconcile"; this.labelReconcile.Size = new System.Drawing.Size(120,20); this.labelReconcile.TabIndex = 19; this.labelReconcile.Text = "Reconcile Date"; this.labelReconcile.TextAlign = System.Drawing.ContentAlignment.TopRight; this.labelReconcile.Visible = false; // // textReconcile // this.textReconcile.Location = new System.Drawing.Point(132,54); this.textReconcile.Name = "textReconcile"; this.textReconcile.ReadOnly = true; this.textReconcile.Size = new System.Drawing.Size(100,20); this.textReconcile.TabIndex = 20; this.textReconcile.Visible = false; // // FormTransactionEdit // this.AutoScaleBaseSize = new System.Drawing.Size(5,13); this.ClientSize = new System.Drawing.Size(677,459); this.Controls.Add(this.textReconcile); this.Controls.Add(this.labelReconcile); this.Controls.Add(this.groupBox1); this.Controls.Add(this.panelSimple); this.Controls.Add(this.panelCompound); this.Controls.Add(this.checkSimple); this.Controls.Add(this.butDelete); this.Controls.Add(this.textDateTimeEntry); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.textDate); this.Controls.Add(this.butOK); this.Controls.Add(this.butCancel); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormTransactionEdit"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Edit Transaction"; this.Load += new System.EventHandler(this.FormTransactionEdit_Load); this.panelSimple.ResumeLayout(false); this.panelSimple.PerformLayout(); this.panelCompound.ResumeLayout(false); this.panelCompound.PerformLayout(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }
/// <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(FormFeatureRequest)); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.textSearch = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.butSearch = new OpenDental.UI.Button(); this.buttonAdd = new OpenDental.UI.Button(); this.gridMain = new OpenDental.UI.ODGrid(); this.butClose = new OpenDental.UI.Button(); this.SuspendLayout(); // // label1 // this.label1.Location = new System.Drawing.Point(0, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(100, 23); this.label1.TabIndex = 0; // // label2 // this.label2.Location = new System.Drawing.Point(359, 7); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(511, 16); this.label2.TabIndex = 51; this.label2.Text = "Vote for your favorite features here. Please remember that we cannot ever give a" + "ny time estimates."; // // label5 // this.label5.Location = new System.Drawing.Point(4, 5); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(90, 18); this.label5.TabIndex = 56; this.label5.Text = "Search terms"; this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textSearch // this.textSearch.Location = new System.Drawing.Point(93, 5); this.textSearch.Name = "textSearch"; this.textSearch.Size = new System.Drawing.Size(167, 20); this.textSearch.TabIndex = 57; // // label4 // this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.label4.Location = new System.Drawing.Point(91, 633); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(180, 18); this.label4.TabIndex = 61; this.label4.Text = "A search is required first"; this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.label4.Visible = false; // // 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.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butSearch.Location = new System.Drawing.Point(266, 2); this.butSearch.Name = "butSearch"; this.butSearch.Size = new System.Drawing.Size(75, 24); this.butSearch.TabIndex = 62; this.butSearch.Text = "Search"; this.butSearch.Click += new System.EventHandler(this.butSearch_Click); // // buttonAdd // this.buttonAdd.AdjustImageLocation = new System.Drawing.Point(0, 0); this.buttonAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.buttonAdd.Autosize = true; this.buttonAdd.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.buttonAdd.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.buttonAdd.CornerRadius = 4F; this.buttonAdd.Image = global::OpenDental.Properties.Resources.Add; this.buttonAdd.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.buttonAdd.Location = new System.Drawing.Point(12, 630); this.buttonAdd.Name = "buttonAdd"; this.buttonAdd.Size = new System.Drawing.Size(75, 24); this.buttonAdd.TabIndex = 60; this.buttonAdd.Text = "Add"; this.buttonAdd.Click += new System.EventHandler(this.buttonAdd_Click); // // gridMain // this.gridMain.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.gridMain.HScrollVisible = false; this.gridMain.Location = new System.Drawing.Point(12, 28); this.gridMain.Name = "gridMain"; this.gridMain.ScrollValue = 0; this.gridMain.Size = new System.Drawing.Size(861, 599); this.gridMain.TabIndex = 59; this.gridMain.Title = "Feature Requests"; this.gridMain.TranslationName = null; this.gridMain.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridMain_CellDoubleClick); // // butClose // this.butClose.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); 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.Location = new System.Drawing.Point(798, 630); this.butClose.Name = "butClose"; this.butClose.Size = new System.Drawing.Size(75, 24); this.butClose.TabIndex = 0; this.butClose.Text = "&Close"; this.butClose.Click += new System.EventHandler(this.butClose_Click); // // FormFeatureRequest // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.ClientSize = new System.Drawing.Size(882, 657); this.Controls.Add(this.butSearch); this.Controls.Add(this.label4); this.Controls.Add(this.buttonAdd); this.Controls.Add(this.textSearch); this.Controls.Add(this.label5); this.Controls.Add(this.gridMain); this.Controls.Add(this.label2); this.Controls.Add(this.butClose); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "FormFeatureRequest"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Feature Requests"; this.Load += new System.EventHandler(this.FormFeatureRequest_Load); this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormUpdate_FormClosing); this.ResumeLayout(false); this.PerformLayout(); }
private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormProcCodeEdit)); this.label1 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); this.textProcCode = new System.Windows.Forms.TextBox(); this.textAbbrev = new System.Windows.Forms.TextBox(); this.textDescription = new System.Windows.Forms.TextBox(); this.listTreatArea = new System.Windows.Forms.ListBox(); this.checkNoBillIns = new System.Windows.Forms.CheckBox(); this.listCategory = new System.Windows.Forms.ListBox(); this.label3 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.butSlider = new System.Windows.Forms.Button(); this.textTime2 = new System.Windows.Forms.TextBox(); this.label11 = new System.Windows.Forms.Label(); this.checkIsHygiene = new System.Windows.Forms.CheckBox(); this.textAlternateCode1 = new System.Windows.Forms.TextBox(); this.label12 = new System.Windows.Forms.Label(); this.label13 = new System.Windows.Forms.Label(); this.checkIsProsth = new System.Windows.Forms.CheckBox(); this.textMedicalCode = new System.Windows.Forms.TextBox(); this.label14 = new System.Windows.Forms.Label(); this.label15 = new System.Windows.Forms.Label(); this.listPaintType = new System.Windows.Forms.ListBox(); this.labelColor = new System.Windows.Forms.Label(); this.butColor = new System.Windows.Forms.Button(); this.textLaymanTerm = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.checkIsCanadianLab = new System.Windows.Forms.CheckBox(); this.label16 = new System.Windows.Forms.Label(); this.textBaseUnits = new System.Windows.Forms.TextBox(); this.label17 = new System.Windows.Forms.Label(); this.label18 = new System.Windows.Forms.Label(); this.textSubstitutionCode = new System.Windows.Forms.TextBox(); this.label19 = new System.Windows.Forms.Label(); this.comboSubstOnlyIf = new System.Windows.Forms.ComboBox(); this.checkMultiVisit = new System.Windows.Forms.CheckBox(); this.butAddNote = new OpenDental.UI.Button(); this.gridNotes = new OpenDental.UI.ODGrid(); this.tbTime = new OpenDental.TableTimeBar(); this.butColorClear = new OpenDental.UI.Button(); this.gridFees = new OpenDental.UI.ODGrid(); this.textNote = new OpenDental.ODtextBox(); this.butCancel = new OpenDental.UI.Button(); this.butOK = new OpenDental.UI.Button(); this.labelDrugNDC = new System.Windows.Forms.Label(); this.labelRevenueCode = new System.Windows.Forms.Label(); this.textDrugNDC = new System.Windows.Forms.TextBox(); this.textRevenueCode = new System.Windows.Forms.TextBox(); this.label20 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // label1 // this.label1.Location = new System.Drawing.Point(97,5); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(82,14); this.label1.TabIndex = 0; this.label1.Text = "Proc Code"; this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label4 // this.label4.Location = new System.Drawing.Point(474,247); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(100,14); this.label4.TabIndex = 3; this.label4.Text = "Treatment Area"; this.label4.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // label5 // this.label5.Location = new System.Drawing.Point(600,13); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(100,14); this.label5.TabIndex = 4; this.label5.Text = "Category"; this.label5.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // label6 // this.label6.Location = new System.Drawing.Point(2,58); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(53,39); this.label6.TabIndex = 5; this.label6.Text = "Time Pattern"; this.label6.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // label7 // this.label7.Location = new System.Drawing.Point(83,104); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(94,16); this.label7.TabIndex = 6; this.label7.Text = "Abbreviation"; this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label8 // this.label8.Location = new System.Drawing.Point(83,85); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(94,14); this.label8.TabIndex = 7; this.label8.Text = "Description"; this.label8.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label10 // this.label10.Location = new System.Drawing.Point(43,354); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(148,14); this.label10.TabIndex = 9; this.label10.Text = "Default Note"; this.label10.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // textProcCode // this.textProcCode.Location = new System.Drawing.Point(179,3); this.textProcCode.Name = "textProcCode"; this.textProcCode.ReadOnly = true; this.textProcCode.Size = new System.Drawing.Size(100,20); this.textProcCode.TabIndex = 14; // // textAbbrev // this.textAbbrev.Location = new System.Drawing.Point(179,103); this.textAbbrev.MaxLength = 20; this.textAbbrev.Name = "textAbbrev"; this.textAbbrev.Size = new System.Drawing.Size(100,20); this.textAbbrev.TabIndex = 1; // // textDescription // this.textDescription.Location = new System.Drawing.Point(179,83); this.textDescription.MaxLength = 255; this.textDescription.Name = "textDescription"; this.textDescription.Size = new System.Drawing.Size(287,20); this.textDescription.TabIndex = 0; // // listTreatArea // this.listTreatArea.Items.AddRange(new object[] { "Surface", "Tooth", "Mouth", "Quadrant", "Sextant", "Arch", "Tooth Range"}); this.listTreatArea.Location = new System.Drawing.Point(476,265); this.listTreatArea.Name = "listTreatArea"; this.listTreatArea.Size = new System.Drawing.Size(118,95); this.listTreatArea.TabIndex = 2; // // checkNoBillIns // this.checkNoBillIns.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkNoBillIns.Location = new System.Drawing.Point(45,278); this.checkNoBillIns.Name = "checkNoBillIns"; this.checkNoBillIns.Size = new System.Drawing.Size(284,18); this.checkNoBillIns.TabIndex = 6; this.checkNoBillIns.Text = "Do not usually bill to insurance"; // // listCategory // this.listCategory.Location = new System.Drawing.Point(600,31); this.listCategory.Name = "listCategory"; this.listCategory.Size = new System.Drawing.Size(120,238); this.listCategory.TabIndex = 3; // // label3 // this.label3.Location = new System.Drawing.Point(184,669); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(388,29); this.label3.TabIndex = 28; this.label3.Text = "There is no way to delete a code once created because it might have been used som" + "eplace. Instead, move it to a category like \"obsolete\""; // // label9 // this.label9.Location = new System.Drawing.Point(750,670); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(178,28); this.label9.TabIndex = 29; this.label9.Text = "Even if you press cancel, changes to fees will not be undone."; this.label9.TextAlign = System.Drawing.ContentAlignment.TopRight; // // butSlider // this.butSlider.BackColor = System.Drawing.SystemColors.ControlDark; this.butSlider.Location = new System.Drawing.Point(12,113); this.butSlider.Name = "butSlider"; this.butSlider.Size = new System.Drawing.Size(12,15); this.butSlider.TabIndex = 31; this.butSlider.UseVisualStyleBackColor = false; this.butSlider.MouseDown += new System.Windows.Forms.MouseEventHandler(this.butSlider_MouseDown); this.butSlider.MouseMove += new System.Windows.Forms.MouseEventHandler(this.butSlider_MouseMove); this.butSlider.MouseUp += new System.Windows.Forms.MouseEventHandler(this.butSlider_MouseUp); // // textTime2 // this.textTime2.Location = new System.Drawing.Point(10,674); this.textTime2.Name = "textTime2"; this.textTime2.Size = new System.Drawing.Size(60,20); this.textTime2.TabIndex = 32; // // label11 // this.label11.Location = new System.Drawing.Point(76,678); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(102,16); this.label11.TabIndex = 33; this.label11.Text = "Minutes"; // // checkIsHygiene // this.checkIsHygiene.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkIsHygiene.Location = new System.Drawing.Point(45,296); this.checkIsHygiene.Name = "checkIsHygiene"; this.checkIsHygiene.Size = new System.Drawing.Size(284,18); this.checkIsHygiene.TabIndex = 7; this.checkIsHygiene.Text = "Is Hygiene procedure"; // // textAlternateCode1 // this.textAlternateCode1.Location = new System.Drawing.Point(179,23); this.textAlternateCode1.MaxLength = 15; this.textAlternateCode1.Name = "textAlternateCode1"; this.textAlternateCode1.Size = new System.Drawing.Size(100,20); this.textAlternateCode1.TabIndex = 38; // // label12 // this.label12.Location = new System.Drawing.Point(100,25); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(79,14); this.label12.TabIndex = 37; this.label12.Text = "Alt Code"; this.label12.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label13 // this.label13.Location = new System.Drawing.Point(285,25); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(161,19); this.label13.TabIndex = 39; this.label13.Text = "(For some Medicaid)"; // // checkIsProsth // this.checkIsProsth.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkIsProsth.Location = new System.Drawing.Point(45,314); this.checkIsProsth.Name = "checkIsProsth"; this.checkIsProsth.Size = new System.Drawing.Size(284,18); this.checkIsProsth.TabIndex = 41; this.checkIsProsth.Text = "Is Prosthesis (Crown,Bridge,Denture,RPD)"; // // textMedicalCode // this.textMedicalCode.Location = new System.Drawing.Point(179,43); this.textMedicalCode.MaxLength = 15; this.textMedicalCode.Name = "textMedicalCode"; this.textMedicalCode.Size = new System.Drawing.Size(100,20); this.textMedicalCode.TabIndex = 43; // // label14 // this.label14.Location = new System.Drawing.Point(100,45); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(79,14); this.label14.TabIndex = 42; this.label14.Text = "Medical Code"; this.label14.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label15 // this.label15.Location = new System.Drawing.Point(474,10); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(100,18); this.label15.TabIndex = 46; this.label15.Text = "Paint Type"; this.label15.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // listPaintType // this.listPaintType.Location = new System.Drawing.Point(476,31); this.listPaintType.Name = "listPaintType"; this.listPaintType.Size = new System.Drawing.Size(118,212); this.listPaintType.TabIndex = 45; // // labelColor // this.labelColor.Location = new System.Drawing.Point(75,218); this.labelColor.Name = "labelColor"; this.labelColor.Size = new System.Drawing.Size(293,16); this.labelColor.TabIndex = 48; this.labelColor.Text = "Color override instead of using status colors."; this.labelColor.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // butColor // this.butColor.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.butColor.Location = new System.Drawing.Point(44,215); this.butColor.Name = "butColor"; this.butColor.Size = new System.Drawing.Size(30,20); this.butColor.TabIndex = 47; this.butColor.Click += new System.EventHandler(this.butColor_Click); // // textLaymanTerm // this.textLaymanTerm.Location = new System.Drawing.Point(179,123); this.textLaymanTerm.MaxLength = 255; this.textLaymanTerm.Name = "textLaymanTerm"; this.textLaymanTerm.Size = new System.Drawing.Size(178,20); this.textLaymanTerm.TabIndex = 50; // // label2 // this.label2.Location = new System.Drawing.Point(53,124); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(124,16); this.label2.TabIndex = 51; this.label2.Text = "Layman\'s Term"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // checkIsCanadianLab // this.checkIsCanadianLab.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkIsCanadianLab.Location = new System.Drawing.Point(45,332); this.checkIsCanadianLab.Name = "checkIsCanadianLab"; this.checkIsCanadianLab.Size = new System.Drawing.Size(284,18); this.checkIsCanadianLab.TabIndex = 52; this.checkIsCanadianLab.Text = "Is Lab Fee"; // // label16 // this.label16.Location = new System.Drawing.Point(74,146); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(103,13); this.label16.TabIndex = 53; this.label16.Text = "Base Units"; this.label16.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textBaseUnits // this.textBaseUnits.Location = new System.Drawing.Point(179,143); this.textBaseUnits.Name = "textBaseUnits"; this.textBaseUnits.Size = new System.Drawing.Size(30,20); this.textBaseUnits.TabIndex = 54; // // label17 // this.label17.Location = new System.Drawing.Point(215,146); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(251,17); this.label17.TabIndex = 55; this.label17.Text = "(zero unless for some medical claims)"; // // label18 // this.label18.Location = new System.Drawing.Point(56,66); this.label18.Name = "label18"; this.label18.Size = new System.Drawing.Size(121,13); this.label18.TabIndex = 56; this.label18.Text = "Ins. Subst Code"; this.label18.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textSubstitutionCode // this.textSubstitutionCode.Location = new System.Drawing.Point(179,63); this.textSubstitutionCode.MaxLength = 255; this.textSubstitutionCode.Name = "textSubstitutionCode"; this.textSubstitutionCode.Size = new System.Drawing.Size(100,20); this.textSubstitutionCode.TabIndex = 57; // // label19 // this.label19.Location = new System.Drawing.Point(280,64); this.label19.Name = "label19"; this.label19.Size = new System.Drawing.Size(46,18); this.label19.TabIndex = 58; this.label19.Text = "Only if"; this.label19.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // comboSubstOnlyIf // this.comboSubstOnlyIf.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboSubstOnlyIf.FormattingEnabled = true; this.comboSubstOnlyIf.Location = new System.Drawing.Point(321,62); this.comboSubstOnlyIf.Name = "comboSubstOnlyIf"; this.comboSubstOnlyIf.Size = new System.Drawing.Size(145,21); this.comboSubstOnlyIf.TabIndex = 61; // // checkMultiVisit // this.checkMultiVisit.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkMultiVisit.Location = new System.Drawing.Point(45,260); this.checkMultiVisit.Name = "checkMultiVisit"; this.checkMultiVisit.Size = new System.Drawing.Size(284,18); this.checkMultiVisit.TabIndex = 62; this.checkMultiVisit.Text = "Multi Visit"; this.checkMultiVisit.UseVisualStyleBackColor = true; // // butAddNote // this.butAddNote.AdjustImageLocation = new System.Drawing.Point(0,0); this.butAddNote.Autosize = true; this.butAddNote.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butAddNote.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butAddNote.CornerRadius = 4F; this.butAddNote.Image = global::OpenDental.Properties.Resources.Add; this.butAddNote.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butAddNote.Location = new System.Drawing.Point(600,450); this.butAddNote.Name = "butAddNote"; this.butAddNote.Size = new System.Drawing.Size(88,26); this.butAddNote.TabIndex = 60; this.butAddNote.Text = "Add Note"; this.butAddNote.Click += new System.EventHandler(this.butAddNote_Click); // // gridNotes // this.gridNotes.HScrollVisible = false; this.gridNotes.Location = new System.Drawing.Point(44,482); this.gridNotes.Name = "gridNotes"; this.gridNotes.ScrollValue = 0; this.gridNotes.Size = new System.Drawing.Size(676,180); this.gridNotes.TabIndex = 59; this.gridNotes.Title = "Notes and Times for Specific Providers"; this.gridNotes.TranslationName = "TableProcedureNotes"; this.gridNotes.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridNotes_CellDoubleClick); // // tbTime // this.tbTime.BackColor = System.Drawing.SystemColors.Window; this.tbTime.Location = new System.Drawing.Point(10,108); this.tbTime.Name = "tbTime"; this.tbTime.ScrollValue = 150; this.tbTime.SelectedIndices = new int[0]; this.tbTime.SelectionMode = System.Windows.Forms.SelectionMode.None; this.tbTime.Size = new System.Drawing.Size(15,561); this.tbTime.TabIndex = 30; // // butColorClear // this.butColorClear.AdjustImageLocation = new System.Drawing.Point(0,0); this.butColorClear.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butColorClear.Autosize = true; this.butColorClear.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butColorClear.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butColorClear.CornerRadius = 4F; this.butColorClear.Location = new System.Drawing.Point(44,237); this.butColorClear.Name = "butColorClear"; this.butColorClear.Size = new System.Drawing.Size(75,20); this.butColorClear.TabIndex = 49; this.butColorClear.Text = "Clear Color"; this.butColorClear.Click += new System.EventHandler(this.butColorClear_Click); // // gridFees // this.gridFees.HScrollVisible = false; this.gridFees.Location = new System.Drawing.Point(726,31); this.gridFees.Name = "gridFees"; this.gridFees.ScrollValue = 0; this.gridFees.Size = new System.Drawing.Size(199,445); this.gridFees.TabIndex = 44; this.gridFees.Title = "Fees"; this.gridFees.TranslationName = "TableProcFee"; this.gridFees.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridFees_CellDoubleClick); // // textNote // this.textNote.AcceptsReturn = true; this.textNote.Location = new System.Drawing.Point(44,372); this.textNote.Multiline = true; this.textNote.Name = "textNote"; this.textNote.QuickPasteType = OpenDentBusiness.QuickPasteType.Procedure; this.textNote.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.textNote.Size = new System.Drawing.Size(550,104); this.textNote.TabIndex = 40; // // 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.Right))); 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(850,636); this.butCancel.Name = "butCancel"; this.butCancel.Size = new System.Drawing.Size(75,26); this.butCancel.TabIndex = 11; 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.Right))); 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(850,600); this.butOK.Name = "butOK"; this.butOK.Size = new System.Drawing.Size(75,26); this.butOK.TabIndex = 10; this.butOK.Text = "&OK"; this.butOK.Click += new System.EventHandler(this.butOK_Click); // // labelDrugNDC // this.labelDrugNDC.Location = new System.Drawing.Point(74,166); this.labelDrugNDC.Name = "labelDrugNDC"; this.labelDrugNDC.Size = new System.Drawing.Size(103,13); this.labelDrugNDC.TabIndex = 53; this.labelDrugNDC.Text = "Drug NDC"; this.labelDrugNDC.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // labelRevenueCode // this.labelRevenueCode.Location = new System.Drawing.Point(31,186); this.labelRevenueCode.Name = "labelRevenueCode"; this.labelRevenueCode.Size = new System.Drawing.Size(146,13); this.labelRevenueCode.TabIndex = 53; this.labelRevenueCode.Text = "Default Revenue Code"; this.labelRevenueCode.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textDrugNDC // this.textDrugNDC.Location = new System.Drawing.Point(179,163); this.textDrugNDC.Name = "textDrugNDC"; this.textDrugNDC.Size = new System.Drawing.Size(100,20); this.textDrugNDC.TabIndex = 54; // // textRevenueCode // this.textRevenueCode.Location = new System.Drawing.Point(179,183); this.textRevenueCode.Name = "textRevenueCode"; this.textRevenueCode.Size = new System.Drawing.Size(100,20); this.textRevenueCode.TabIndex = 54; // // label20 // this.label20.Location = new System.Drawing.Point(285,166); this.label20.Name = "label20"; this.label20.Size = new System.Drawing.Size(181,17); this.label20.TabIndex = 55; this.label20.Text = "(11 digits or blank)"; // // FormProcCodeEdit // this.AutoScaleBaseSize = new System.Drawing.Size(5,13); this.ClientSize = new System.Drawing.Size(941,707); this.Controls.Add(this.checkMultiVisit); this.Controls.Add(this.comboSubstOnlyIf); this.Controls.Add(this.butAddNote); this.Controls.Add(this.gridNotes); this.Controls.Add(this.label19); this.Controls.Add(this.textSubstitutionCode); this.Controls.Add(this.butSlider); this.Controls.Add(this.tbTime); this.Controls.Add(this.label18); this.Controls.Add(this.label20); this.Controls.Add(this.label17); this.Controls.Add(this.textRevenueCode); this.Controls.Add(this.textDrugNDC); this.Controls.Add(this.textBaseUnits); this.Controls.Add(this.labelRevenueCode); this.Controls.Add(this.labelDrugNDC); this.Controls.Add(this.label16); this.Controls.Add(this.checkIsCanadianLab); this.Controls.Add(this.textLaymanTerm); this.Controls.Add(this.label2); this.Controls.Add(this.butColorClear); this.Controls.Add(this.labelColor); this.Controls.Add(this.butColor); this.Controls.Add(this.label15); this.Controls.Add(this.listPaintType); this.Controls.Add(this.gridFees); this.Controls.Add(this.textMedicalCode); this.Controls.Add(this.label14); this.Controls.Add(this.checkIsProsth); this.Controls.Add(this.textNote); this.Controls.Add(this.label13); this.Controls.Add(this.textAlternateCode1); this.Controls.Add(this.label12); this.Controls.Add(this.checkIsHygiene); this.Controls.Add(this.label11); this.Controls.Add(this.textTime2); this.Controls.Add(this.textDescription); this.Controls.Add(this.textAbbrev); this.Controls.Add(this.textProcCode); this.Controls.Add(this.label9); this.Controls.Add(this.label3); this.Controls.Add(this.listCategory); this.Controls.Add(this.checkNoBillIns); this.Controls.Add(this.listTreatArea); this.Controls.Add(this.butCancel); this.Controls.Add(this.butOK); this.Controls.Add(this.label10); this.Controls.Add(this.label8); this.Controls.Add(this.label7); this.Controls.Add(this.label6); this.Controls.Add(this.label5); this.Controls.Add(this.label4); this.Controls.Add(this.label1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormProcCodeEdit"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Edit Procedure Code"; this.Closing += new System.ComponentModel.CancelEventHandler(this.FormProcCodeEdit_Closing); this.Load += new System.EventHandler(this.FormProcCodeEdit_Load); this.ResumeLayout(false); this.PerformLayout(); }
private void InitializeComponent(){ this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormClaimsSend)); this.label6 = new System.Windows.Forms.Label(); this.contextMenuStatus = new System.Windows.Forms.ContextMenu(); this.imageList1 = new System.Windows.Forms.ImageList(this.components); this.calendarTo = new System.Windows.Forms.MonthCalendar(); this.calendarFrom = new System.Windows.Forms.MonthCalendar(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.panelSplitter = new System.Windows.Forms.Panel(); this.panelHistory = new System.Windows.Forms.Panel(); this.gridHistory = new OpenDental.UI.ODGrid(); this.panel1 = new System.Windows.Forms.Panel(); this.ToolBarHistory = new OpenDental.UI.ODToolBar(); this.butDropTo = new OpenDental.UI.Button(); this.butDropFrom = new OpenDental.UI.Button(); this.textDateFrom = new OpenDental.ValidDate(); this.textDateTo = new OpenDental.ValidDate(); this.comboClinic = new System.Windows.Forms.ComboBox(); this.labelClinic = new System.Windows.Forms.Label(); this.gridMain = new OpenDental.UI.ODGrid(); this.ToolBarMain = new OpenDental.UI.ODToolBar(); this.contextMenuEclaims = new System.Windows.Forms.ContextMenu(); this.comboCustomTracking = new System.Windows.Forms.ComboBox(); this.labelCustomTracking = new System.Windows.Forms.Label(); this.panelHistory.SuspendLayout(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // label6 // this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label6.Location = new System.Drawing.Point(107, -44); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(112, 44); this.label6.TabIndex = 21; this.label6.Text = "Insurance Claims"; this.label6.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // imageList1 // this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream"))); this.imageList1.TransparentColor = System.Drawing.Color.Transparent; this.imageList1.Images.SetKeyName(0, ""); this.imageList1.Images.SetKeyName(1, ""); this.imageList1.Images.SetKeyName(2, ""); this.imageList1.Images.SetKeyName(3, ""); this.imageList1.Images.SetKeyName(4, ""); this.imageList1.Images.SetKeyName(5, ""); this.imageList1.Images.SetKeyName(6, ""); // // calendarTo // this.calendarTo.Location = new System.Drawing.Point(196, 29); this.calendarTo.MaxSelectionCount = 1; this.calendarTo.Name = "calendarTo"; this.calendarTo.TabIndex = 42; this.calendarTo.Visible = false; this.calendarTo.DateSelected += new System.Windows.Forms.DateRangeEventHandler(this.calendarTo_DateSelected); // // calendarFrom // this.calendarFrom.Location = new System.Drawing.Point(6, 29); this.calendarFrom.MaxSelectionCount = 1; this.calendarFrom.Name = "calendarFrom"; this.calendarFrom.TabIndex = 39; this.calendarFrom.Visible = false; this.calendarFrom.DateSelected += new System.Windows.Forms.DateRangeEventHandler(this.calendarFrom_DateSelected); // // label2 // this.label2.Location = new System.Drawing.Point(196, 5); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(72, 18); this.label2.TabIndex = 36; this.label2.Text = "To"; this.label2.TextAlign = System.Drawing.ContentAlignment.BottomRight; // // label1 // this.label1.Location = new System.Drawing.Point(1, 5); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(75, 18); this.label1.TabIndex = 34; this.label1.Text = "From"; this.label1.TextAlign = System.Drawing.ContentAlignment.BottomRight; // // panelSplitter // this.panelSplitter.Cursor = System.Windows.Forms.Cursors.SizeNS; this.panelSplitter.Location = new System.Drawing.Point(2, 398); this.panelSplitter.Name = "panelSplitter"; this.panelSplitter.Size = new System.Drawing.Size(961, 6); this.panelSplitter.TabIndex = 50; this.panelSplitter.MouseDown += new System.Windows.Forms.MouseEventHandler(this.panelSplitter_MouseDown); this.panelSplitter.MouseMove += new System.Windows.Forms.MouseEventHandler(this.panelSplitter_MouseMove); this.panelSplitter.MouseUp += new System.Windows.Forms.MouseEventHandler(this.panelSplitter_MouseUp); // // panelHistory // this.panelHistory.Controls.Add(this.calendarFrom); this.panelHistory.Controls.Add(this.label1); this.panelHistory.Controls.Add(this.calendarTo); this.panelHistory.Controls.Add(this.gridHistory); this.panelHistory.Controls.Add(this.panel1); this.panelHistory.Controls.Add(this.butDropTo); this.panelHistory.Controls.Add(this.butDropFrom); this.panelHistory.Controls.Add(this.textDateFrom); this.panelHistory.Controls.Add(this.label2); this.panelHistory.Controls.Add(this.textDateTo); this.panelHistory.Location = new System.Drawing.Point(0, 403); this.panelHistory.Name = "panelHistory"; this.panelHistory.Size = new System.Drawing.Size(972, 286); this.panelHistory.TabIndex = 51; // // gridHistory // this.gridHistory.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.gridHistory.HScrollVisible = false; this.gridHistory.Location = new System.Drawing.Point(4, 31); this.gridHistory.Name = "gridHistory"; this.gridHistory.ScrollValue = 0; this.gridHistory.SelectionMode = OpenDental.UI.GridSelectionMode.MultiExtended; this.gridHistory.Size = new System.Drawing.Size(959, 252); this.gridHistory.TabIndex = 33; this.gridHistory.Title = "History"; this.gridHistory.TranslationName = "TableClaimHistory"; this.gridHistory.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridHistory_CellDoubleClick); // // panel1 // this.panel1.BackColor = System.Drawing.SystemColors.ControlDark; this.panel1.Controls.Add(this.ToolBarHistory); this.panel1.Location = new System.Drawing.Point(387, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(576, 27); this.panel1.TabIndex = 44; // // ToolBarHistory // this.ToolBarHistory.BackColor = System.Drawing.SystemColors.Control; this.ToolBarHistory.ImageList = this.imageList1; this.ToolBarHistory.Location = new System.Drawing.Point(1, 1); this.ToolBarHistory.Name = "ToolBarHistory"; this.ToolBarHistory.Size = new System.Drawing.Size(575, 25); this.ToolBarHistory.TabIndex = 43; this.ToolBarHistory.ButtonClick += new OpenDental.UI.ODToolBarButtonClickEventHandler(this.ToolBarHistory_ButtonClick); // // butDropTo // this.butDropTo.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butDropTo.Autosize = true; this.butDropTo.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butDropTo.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butDropTo.CornerRadius = 4F; this.butDropTo.Location = new System.Drawing.Point(352, 4); this.butDropTo.Name = "butDropTo"; this.butDropTo.Size = new System.Drawing.Size(22, 23); this.butDropTo.TabIndex = 41; this.butDropTo.Text = "V"; this.butDropTo.UseVisualStyleBackColor = true; this.butDropTo.Click += new System.EventHandler(this.butDropTo_Click); // // butDropFrom // this.butDropFrom.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butDropFrom.Autosize = true; this.butDropFrom.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butDropFrom.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butDropFrom.CornerRadius = 4F; this.butDropFrom.Location = new System.Drawing.Point(162, 4); this.butDropFrom.Name = "butDropFrom"; this.butDropFrom.Size = new System.Drawing.Size(22, 23); this.butDropFrom.TabIndex = 40; this.butDropFrom.Text = "V"; this.butDropFrom.UseVisualStyleBackColor = true; this.butDropFrom.Click += new System.EventHandler(this.butDropFrom_Click); // // textDateFrom // this.textDateFrom.Location = new System.Drawing.Point(79, 6); this.textDateFrom.Name = "textDateFrom"; this.textDateFrom.Size = new System.Drawing.Size(81, 20); this.textDateFrom.TabIndex = 35; // // textDateTo // this.textDateTo.Location = new System.Drawing.Point(269, 6); this.textDateTo.Name = "textDateTo"; this.textDateTo.Size = new System.Drawing.Size(81, 20); this.textDateTo.TabIndex = 37; // // comboClinic // this.comboClinic.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboClinic.Location = new System.Drawing.Point(74, 26); this.comboClinic.MaxDropDownItems = 40; this.comboClinic.Name = "comboClinic"; this.comboClinic.Size = new System.Drawing.Size(160, 21); this.comboClinic.TabIndex = 53; this.comboClinic.SelectionChangeCommitted += new System.EventHandler(this.comboClinic_SelectionChangeCommitted); // // labelClinic // this.labelClinic.Location = new System.Drawing.Point(7, 29); this.labelClinic.Name = "labelClinic"; this.labelClinic.Size = new System.Drawing.Size(65, 14); this.labelClinic.TabIndex = 52; this.labelClinic.Text = "Clinic Filter"; this.labelClinic.TextAlign = System.Drawing.ContentAlignment.BottomRight; // // gridMain // this.gridMain.HScrollVisible = true; this.gridMain.Location = new System.Drawing.Point(4, 49); this.gridMain.Name = "gridMain"; this.gridMain.ScrollValue = 0; this.gridMain.SelectionMode = OpenDental.UI.GridSelectionMode.MultiExtended; this.gridMain.Size = new System.Drawing.Size(959, 350); this.gridMain.TabIndex = 32; this.gridMain.Title = "Claims Waiting to Send"; this.gridMain.TranslationName = "TableQueue"; this.gridMain.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridMain_CellDoubleClick); // // ToolBarMain // this.ToolBarMain.Dock = System.Windows.Forms.DockStyle.Top; this.ToolBarMain.ImageList = this.imageList1; this.ToolBarMain.Location = new System.Drawing.Point(0, 0); this.ToolBarMain.Name = "ToolBarMain"; this.ToolBarMain.Size = new System.Drawing.Size(971, 25); this.ToolBarMain.TabIndex = 31; this.ToolBarMain.ButtonClick += new OpenDental.UI.ODToolBarButtonClickEventHandler(this.ToolBarMain_ButtonClick); // // comboCustomTracking // this.comboCustomTracking.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboCustomTracking.Location = new System.Drawing.Point(384, 26); this.comboCustomTracking.MaxDropDownItems = 40; this.comboCustomTracking.Name = "comboCustomTracking"; this.comboCustomTracking.Size = new System.Drawing.Size(160, 21); this.comboCustomTracking.TabIndex = 55; this.comboCustomTracking.SelectionChangeCommitted += new System.EventHandler(this.comboCustomTracking_SelectionChangeCommitted); // // labelCustomTracking // this.labelCustomTracking.Location = new System.Drawing.Point(240, 29); this.labelCustomTracking.Name = "labelCustomTracking"; this.labelCustomTracking.Size = new System.Drawing.Size(142, 14); this.labelCustomTracking.TabIndex = 54; this.labelCustomTracking.Text = "Custom Tracking Filter"; this.labelCustomTracking.TextAlign = System.Drawing.ContentAlignment.BottomRight; // // FormClaimsSend // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(971, 691); this.Controls.Add(this.comboCustomTracking); this.Controls.Add(this.labelCustomTracking); this.Controls.Add(this.comboClinic); this.Controls.Add(this.labelClinic); this.Controls.Add(this.gridMain); this.Controls.Add(this.panelHistory); this.Controls.Add(this.panelSplitter); this.Controls.Add(this.ToolBarMain); this.Controls.Add(this.label6); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormClaimsSend"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Send Claims"; this.Load += new System.EventHandler(this.FormClaimsSend_Load); this.panelHistory.ResumeLayout(false); this.panelHistory.PerformLayout(); this.panel1.ResumeLayout(false); this.ResumeLayout(false); }