Exemple #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormUnsched));
     this.butClose       = new OpenDental.UI.Button();
     this.grid           = new OpenDental.UI.ODGrid();
     this.menuRightClick = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.toolStripMenuItemSelectPatient  = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItemSeeChart       = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItemSendToPinboard = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItemDelete         = new System.Windows.Forms.ToolStripMenuItem();
     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.comboClinic            = new OpenDental.UI.ComboBoxClinicPicker();
     this.label6                 = new System.Windows.Forms.Label();
     this.menuMain               = new System.Windows.Forms.MenuStrip();
     this.setupToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.dateRangePicker        = new OpenDental.UI.ODDateRangePicker();
     this.codeRangeFilter        = new OpenDental.UI.ODCodeRangeFilter();
     this.menuRightClick.SuspendLayout();
     this.menuMain.SuspendLayout();
     this.SuspendLayout();
     //
     // butClose
     //
     this.butClose.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.butClose.Location     = new System.Drawing.Point(810, 655);
     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.ContextMenuStrip = this.menuRightClick;
     this.grid.Location         = new System.Drawing.Point(10, 102);
     this.grid.Name             = "grid";
     this.grid.SelectionMode    = OpenDental.UI.GridSelectionMode.MultiExtended;
     this.grid.Size             = new System.Drawing.Size(775, 577);
     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.MouseUp         += new System.Windows.Forms.MouseEventHandler(this.grid_MouseUp);
     //
     // menuRightClick
     //
     this.menuRightClick.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripMenuItemSelectPatient,
         this.toolStripMenuItemSeeChart,
         this.toolStripMenuItemSendToPinboard,
         this.toolStripMenuItemDelete
     });
     this.menuRightClick.Name = "menuRightClick";
     this.menuRightClick.Size = new System.Drawing.Size(166, 92);
     //
     // toolStripMenuItemSelectPatient
     //
     this.toolStripMenuItemSelectPatient.Name   = "toolStripMenuItemSelectPatient";
     this.toolStripMenuItemSelectPatient.Size   = new System.Drawing.Size(165, 22);
     this.toolStripMenuItemSelectPatient.Text   = "Select Patient";
     this.toolStripMenuItemSelectPatient.Click += new System.EventHandler(this.menuRight_click);
     //
     // toolStripMenuItemSeeChart
     //
     this.toolStripMenuItemSeeChart.Name   = "toolStripMenuItemSeeChart";
     this.toolStripMenuItemSeeChart.Size   = new System.Drawing.Size(165, 22);
     this.toolStripMenuItemSeeChart.Text   = "See Chart";
     this.toolStripMenuItemSeeChart.Click += new System.EventHandler(this.menuRight_click);
     //
     // toolStripMenuItemSendToPinboard
     //
     this.toolStripMenuItemSendToPinboard.Name   = "toolStripMenuItemSendToPinboard";
     this.toolStripMenuItemSendToPinboard.Size   = new System.Drawing.Size(165, 22);
     this.toolStripMenuItemSendToPinboard.Text   = "Send to Pinboard";
     this.toolStripMenuItemSendToPinboard.Click += new System.EventHandler(this.menuRight_click);
     //
     // toolStripMenuItemDelete
     //
     this.toolStripMenuItemDelete.Name   = "toolStripMenuItemDelete";
     this.toolStripMenuItemDelete.Size   = new System.Drawing.Size(165, 22);
     this.toolStripMenuItemDelete.Text   = "Delete";
     this.toolStripMenuItemDelete.Click += new System.EventHandler(this.menuRight_click);
     //
     // butPrint
     //
     this.butPrint.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butPrint.Image      = global::OpenDental.Properties.Resources.butPrintSmall;
     this.butPrint.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butPrint.Location   = new System.Drawing.Point(812, 607);
     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, 30);
     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, 34);
     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, 30);
     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, 34);
     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.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.butRefresh.Location = new System.Drawing.Point(813, 30);
     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(319, 55);
     this.comboSite.MaxDropDownItems = 40;
     this.comboSite.Name             = "comboSite";
     this.comboSite.Size             = new System.Drawing.Size(181, 21);
     this.comboSite.TabIndex         = 37;
     //
     // labelSite
     //
     this.labelSite.Location  = new System.Drawing.Point(241, 58);
     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, 57);
     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;
     //
     // comboClinic
     //
     this.comboClinic.IncludeAll        = true;
     this.comboClinic.IncludeUnassigned = true;
     this.comboClinic.Location          = new System.Drawing.Point(547, 30);
     this.comboClinic.Name     = "comboClinic";
     this.comboClinic.Size     = new System.Drawing.Size(217, 21);
     this.comboClinic.TabIndex = 40;
     //
     // label6
     //
     this.label6.Location  = new System.Drawing.Point(505, 58);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(77, 17);
     this.label6.TabIndex  = 43;
     this.label6.Text      = "Code Range";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // menuMain
     //
     this.menuMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.setupToolStripMenuItem
     });
     this.menuMain.Location = new System.Drawing.Point(0, 0);
     this.menuMain.Name     = "menuMain";
     this.menuMain.Size     = new System.Drawing.Size(909, 24);
     this.menuMain.TabIndex = 46;
     //
     // setupToolStripMenuItem
     //
     this.setupToolStripMenuItem.Name   = "setupToolStripMenuItem";
     this.setupToolStripMenuItem.Size   = new System.Drawing.Size(49, 20);
     this.setupToolStripMenuItem.Text   = "Setup";
     this.setupToolStripMenuItem.Click += new System.EventHandler(this.setupToolStripMenuItem_Click);
     //
     // dateRangePicker
     //
     this.dateRangePicker.BackColor           = System.Drawing.SystemColors.Control;
     this.dateRangePicker.DefaultDateTimeFrom = new System.DateTime(2018, 1, 1, 0, 0, 0, 0);
     this.dateRangePicker.DefaultDateTimeTo   = new System.DateTime(2018, 10, 4, 0, 0, 0, 0);
     this.dateRangePicker.EnableWeekButtons   = false;
     this.dateRangePicker.Location            = new System.Drawing.Point(57, 79);
     this.dateRangePicker.MaximumSize         = new System.Drawing.Size(0, 185);
     this.dateRangePicker.MinimumSize         = new System.Drawing.Size(453, 22);
     this.dateRangePicker.Name     = "dateRangePicker";
     this.dateRangePicker.Size     = new System.Drawing.Size(487, 22);
     this.dateRangePicker.TabIndex = 47;
     //
     // codeRangeFilter
     //
     this.codeRangeFilter.HideExampleText = false;
     this.codeRangeFilter.Location        = new System.Drawing.Point(584, 57);
     this.codeRangeFilter.MaximumSize     = new System.Drawing.Size(300, 37);
     this.codeRangeFilter.MinimumSize     = new System.Drawing.Size(0, 20);
     this.codeRangeFilter.Name            = "codeRangeFilter";
     this.codeRangeFilter.Size            = new System.Drawing.Size(160, 37);
     this.codeRangeFilter.TabIndex        = 48;
     //
     // FormUnsched
     //
     this.CancelButton = this.butClose;
     this.ClientSize   = new System.Drawing.Size(909, 696);
     this.Controls.Add(this.codeRangeFilter);
     this.Controls.Add(this.dateRangePicker);
     this.Controls.Add(this.menuMain);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.comboClinic);
     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.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.Name            = "FormUnsched";
     this.Text            = "Unscheduled List";
     this.Load           += new System.EventHandler(this.FormUnsched_Load);
     this.Shown          += new System.EventHandler(this.FormUnsched_Shown);
     this.menuRightClick.ResumeLayout(false);
     this.menuMain.ResumeLayout(false);
     this.menuMain.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemple #2
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormRpTreatmentFinder));
     this.label1                    = new System.Windows.Forms.Label();
     this.checkIncludeNoIns         = new System.Windows.Forms.CheckBox();
     this.groupBox1                 = new System.Windows.Forms.GroupBox();
     this.comboClinics              = new OpenDental.UI.ComboBoxClinicPicker();
     this.codeRangeFilter           = new OpenDental.UI.ODCodeRangeFilter();
     this.checkBenefitAssumeGeneral = new System.Windows.Forms.CheckBox();
     this.comboBoxMultiBilling      = new OpenDental.UI.ComboBoxMulti();
     this.comboBoxMultiProv         = new OpenDental.UI.ComboBoxMulti();
     this.textOverAmount            = new OpenDental.ValidDouble();
     this.comboMonthStart           = new System.Windows.Forms.ComboBox();
     this.label8                    = new System.Windows.Forms.Label();
     this.label7                    = new System.Windows.Forms.Label();
     this.label3                    = new System.Windows.Forms.Label();
     this.labelCodeRange            = new System.Windows.Forms.Label();
     this.label4                    = new System.Windows.Forms.Label();
     this.textDateStart             = new OpenDental.ValidDate();
     this.label2                    = new System.Windows.Forms.Label();
     this.butRefresh                = new OpenDental.UI.Button();
     this.checkIncludePatsWithApts  = new System.Windows.Forms.CheckBox();
     this.contextRightClick         = new System.Windows.Forms.ContextMenu();
     this.menuItemFamily            = new System.Windows.Forms.MenuItem();
     this.menuItemAccount           = new System.Windows.Forms.MenuItem();
     this.gridMain                  = new OpenDental.UI.ODGrid();
     this.buttonExport              = new OpenDental.UI.Button();
     this.butLettersPreview         = new OpenDental.UI.Button();
     this.butLabelSingle            = new OpenDental.UI.Button();
     this.butLabelPreview           = new OpenDental.UI.Button();
     this.butGotoAccount            = new OpenDental.UI.Button();
     this.butGotoFamily             = new OpenDental.UI.Button();
     this.butPrint                  = new OpenDental.UI.Button();
     this.butCancel                 = new OpenDental.UI.Button();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(22, 9);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(872, 29);
     this.label1.TabIndex = 29;
     this.label1.Text     = resources.GetString("label1.Text");
     //
     // checkIncludeNoIns
     //
     this.checkIncludeNoIns.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkIncludeNoIns.Location   = new System.Drawing.Point(31, 14);
     this.checkIncludeNoIns.Name       = "checkIncludeNoIns";
     this.checkIncludeNoIns.Size       = new System.Drawing.Size(214, 18);
     this.checkIncludeNoIns.TabIndex   = 30;
     this.checkIncludeNoIns.Text       = "Include patients without insurance";
     this.checkIncludeNoIns.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.checkIncludeNoIns.UseVisualStyleBackColor = true;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.comboClinics);
     this.groupBox1.Controls.Add(this.codeRangeFilter);
     this.groupBox1.Controls.Add(this.checkBenefitAssumeGeneral);
     this.groupBox1.Controls.Add(this.comboBoxMultiBilling);
     this.groupBox1.Controls.Add(this.comboBoxMultiProv);
     this.groupBox1.Controls.Add(this.textOverAmount);
     this.groupBox1.Controls.Add(this.comboMonthStart);
     this.groupBox1.Controls.Add(this.label8);
     this.groupBox1.Controls.Add(this.label7);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.labelCodeRange);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.textDateStart);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.butRefresh);
     this.groupBox1.Controls.Add(this.checkIncludePatsWithApts);
     this.groupBox1.Controls.Add(this.checkIncludeNoIns);
     this.groupBox1.Location = new System.Drawing.Point(5, 41);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(1040, 83);
     this.groupBox1.TabIndex = 33;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "View";
     //
     // comboClinics
     //
     this.comboClinics.IncludeUnassigned = true;
     this.comboClinics.Location          = new System.Drawing.Point(478, 54);
     this.comboClinics.Name     = "comboClinics";
     this.comboClinics.Size     = new System.Drawing.Size(197, 21);
     this.comboClinics.TabIndex = 77;
     //
     // codeRangeFilter
     //
     this.codeRangeFilter.HideExampleText = false;
     this.codeRangeFilter.Location        = new System.Drawing.Point(755, 11);
     this.codeRangeFilter.MaximumSize     = new System.Drawing.Size(300, 37);
     this.codeRangeFilter.MinimumSize     = new System.Drawing.Size(0, 20);
     this.codeRangeFilter.Name            = "codeRangeFilter";
     this.codeRangeFilter.Size            = new System.Drawing.Size(150, 37);
     this.codeRangeFilter.TabIndex        = 76;
     //
     // checkBenefitAssumeGeneral
     //
     this.checkBenefitAssumeGeneral.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkBenefitAssumeGeneral.Location   = new System.Drawing.Point(682, 50);
     this.checkBenefitAssumeGeneral.Name       = "checkBenefitAssumeGeneral";
     this.checkBenefitAssumeGeneral.Size       = new System.Drawing.Size(226, 18);
     this.checkBenefitAssumeGeneral.TabIndex   = 75;
     this.checkBenefitAssumeGeneral.Text       = "Assume procedures are General";
     this.checkBenefitAssumeGeneral.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.checkBenefitAssumeGeneral.UseVisualStyleBackColor = true;
     //
     // comboBoxMultiBilling
     //
     this.comboBoxMultiBilling.ArraySelectedIndices = new int[0];
     this.comboBoxMultiBilling.BackColor            = System.Drawing.SystemColors.Window;
     this.comboBoxMultiBilling.Items           = ((System.Collections.ArrayList)(resources.GetObject("comboBoxMultiBilling.Items")));
     this.comboBoxMultiBilling.Location        = new System.Drawing.Point(515, 32);
     this.comboBoxMultiBilling.Name            = "comboBoxMultiBilling";
     this.comboBoxMultiBilling.SelectedIndices = ((System.Collections.ArrayList)(resources.GetObject("comboBoxMultiBilling.SelectedIndices")));
     this.comboBoxMultiBilling.Size            = new System.Drawing.Size(160, 21);
     this.comboBoxMultiBilling.TabIndex        = 50;
     this.comboBoxMultiBilling.Leave          += new System.EventHandler(this.comboBoxMultiBilling_Leave);
     //
     // comboBoxMultiProv
     //
     this.comboBoxMultiProv.ArraySelectedIndices = new int[0];
     this.comboBoxMultiProv.BackColor            = System.Drawing.SystemColors.Window;
     this.comboBoxMultiProv.Items           = ((System.Collections.ArrayList)(resources.GetObject("comboBoxMultiProv.Items")));
     this.comboBoxMultiProv.Location        = new System.Drawing.Point(515, 10);
     this.comboBoxMultiProv.Name            = "comboBoxMultiProv";
     this.comboBoxMultiProv.SelectedIndices = ((System.Collections.ArrayList)(resources.GetObject("comboBoxMultiProv.SelectedIndices")));
     this.comboBoxMultiProv.Size            = new System.Drawing.Size(160, 21);
     this.comboBoxMultiProv.TabIndex        = 49;
     this.comboBoxMultiProv.Leave          += new System.EventHandler(this.comboBoxMultiProv_Leave);
     //
     // textOverAmount
     //
     this.textOverAmount.Location = new System.Drawing.Point(177, 55);
     this.textOverAmount.MaxVal   = 100000000D;
     this.textOverAmount.MinVal   = -100000000D;
     this.textOverAmount.Name     = "textOverAmount";
     this.textOverAmount.Size     = new System.Drawing.Size(68, 20);
     this.textOverAmount.TabIndex = 48;
     //
     // comboMonthStart
     //
     this.comboMonthStart.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboMonthStart.Items.AddRange(new object[] {
         "Calendar Year",
         "01 - January",
         "02 - February",
         "03 - March",
         "04 - April",
         "05 - May",
         "06 - June",
         "07 - July",
         "08 - August",
         "09 - September",
         "10 - October",
         "11 - November",
         "12 - December"
     });
     this.comboMonthStart.Location         = new System.Drawing.Point(346, 32);
     this.comboMonthStart.MaxDropDownItems = 40;
     this.comboMonthStart.Name             = "comboMonthStart";
     this.comboMonthStart.Size             = new System.Drawing.Size(98, 21);
     this.comboMonthStart.TabIndex         = 47;
     //
     // label8
     //
     this.label8.Location  = new System.Drawing.Point(31, 58);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(140, 14);
     this.label8.TabIndex  = 46;
     this.label8.Text      = "Amount remaining over";
     this.label8.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label7
     //
     this.label7.Location  = new System.Drawing.Point(445, 35);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(70, 14);
     this.label7.TabIndex  = 43;
     this.label7.Text      = "Billing Type";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(249, 36);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(93, 14);
     this.label3.TabIndex  = 37;
     this.label3.Text      = "Ins Month Start";
     this.label3.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // labelCodeRange
     //
     this.labelCodeRange.Location  = new System.Drawing.Point(679, 12);
     this.labelCodeRange.Name      = "labelCodeRange";
     this.labelCodeRange.Size      = new System.Drawing.Size(77, 17);
     this.labelCodeRange.TabIndex  = 40;
     this.labelCodeRange.Text      = "Code Range";
     this.labelCodeRange.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(445, 14);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(70, 14);
     this.label4.TabIndex  = 35;
     this.label4.Text      = "Provider";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textDateStart
     //
     this.textDateStart.Location = new System.Drawing.Point(367, 11);
     this.textDateStart.Name     = "textDateStart";
     this.textDateStart.Size     = new System.Drawing.Size(77, 20);
     this.textDateStart.TabIndex = 34;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(246, 14);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(119, 14);
     this.label2.TabIndex  = 33;
     this.label2.Text      = "TP Date Since";
     this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // butRefresh
     //
     this.butRefresh.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.butRefresh.Location = new System.Drawing.Point(346, 55);
     this.butRefresh.Name     = "butRefresh";
     this.butRefresh.Size     = new System.Drawing.Size(98, 24);
     this.butRefresh.TabIndex = 32;
     this.butRefresh.Text     = "&Refresh List";
     this.butRefresh.Click   += new System.EventHandler(this.butRefresh_Click);
     //
     // checkIncludePatsWithApts
     //
     this.checkIncludePatsWithApts.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkIncludePatsWithApts.Location   = new System.Drawing.Point(6, 33);
     this.checkIncludePatsWithApts.Name       = "checkIncludePatsWithApts";
     this.checkIncludePatsWithApts.Size       = new System.Drawing.Size(239, 18);
     this.checkIncludePatsWithApts.TabIndex   = 30;
     this.checkIncludePatsWithApts.Text       = "Include patients with upcoming appointments";
     this.checkIncludePatsWithApts.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.checkIncludePatsWithApts.UseVisualStyleBackColor = true;
     //
     // contextRightClick
     //
     this.contextRightClick.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.menuItemFamily,
         this.menuItemAccount
     });
     //
     // menuItemFamily
     //
     this.menuItemFamily.Index  = 0;
     this.menuItemFamily.Text   = "See Family";
     this.menuItemFamily.Click += new System.EventHandler(this.menuItemFamily_Click);
     //
     // menuItemAccount
     //
     this.menuItemAccount.Index  = 1;
     this.menuItemAccount.Text   = "See Account";
     this.menuItemAccount.Click += new System.EventHandler(this.menuItemAccount_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.HScrollVisible   = true;
     this.gridMain.Location         = new System.Drawing.Point(3, 130);
     this.gridMain.Name             = "gridMain";
     this.gridMain.SelectionMode    = OpenDental.UI.GridSelectionMode.MultiExtended;
     this.gridMain.Size             = new System.Drawing.Size(1043, 453);
     this.gridMain.TabIndex         = 31;
     this.gridMain.Title            = "Treatment Finder";
     this.gridMain.TranslationName  = "TableTreatmentFinder";
     this.gridMain.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridMain_CellDoubleClick);
     this.gridMain.CellClick       += new OpenDental.UI.ODGridClickEventHandler(this.gridMain_CellClick);
     //
     // buttonExport
     //
     this.buttonExport.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.buttonExport.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.buttonExport.Location   = new System.Drawing.Point(7, 613);
     this.buttonExport.Name       = "buttonExport";
     this.buttonExport.Size       = new System.Drawing.Size(119, 24);
     this.buttonExport.TabIndex   = 72;
     this.buttonExport.Text       = "Export to File";
     this.buttonExport.Click     += new System.EventHandler(this.buttonExport_Click);
     //
     // butLettersPreview
     //
     this.butLettersPreview.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.butLettersPreview.Image      = global::OpenDental.Properties.Resources.butPreview;
     this.butLettersPreview.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butLettersPreview.Location   = new System.Drawing.Point(7, 587);
     this.butLettersPreview.Name       = "butLettersPreview";
     this.butLettersPreview.Size       = new System.Drawing.Size(119, 24);
     this.butLettersPreview.TabIndex   = 71;
     this.butLettersPreview.Text       = "Letters Preview";
     this.butLettersPreview.Click     += new System.EventHandler(this.butLettersPreview_Click);
     //
     // butLabelSingle
     //
     this.butLabelSingle.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.butLabelSingle.Image      = global::OpenDental.Properties.Resources.butLabel;
     this.butLabelSingle.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butLabelSingle.Location   = new System.Drawing.Point(132, 587);
     this.butLabelSingle.Name       = "butLabelSingle";
     this.butLabelSingle.Size       = new System.Drawing.Size(119, 24);
     this.butLabelSingle.TabIndex   = 70;
     this.butLabelSingle.Text       = "Single Labels";
     this.butLabelSingle.Click     += new System.EventHandler(this.butLabelSingle_Click);
     //
     // butLabelPreview
     //
     this.butLabelPreview.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.butLabelPreview.Image      = global::OpenDental.Properties.Resources.butLabel;
     this.butLabelPreview.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butLabelPreview.Location   = new System.Drawing.Point(132, 613);
     this.butLabelPreview.Name       = "butLabelPreview";
     this.butLabelPreview.Size       = new System.Drawing.Size(119, 24);
     this.butLabelPreview.TabIndex   = 69;
     this.butLabelPreview.Text       = "Label Preview";
     this.butLabelPreview.Click     += new System.EventHandler(this.butLabelPreview_Click);
     //
     // butGotoAccount
     //
     this.butGotoAccount.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butGotoAccount.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butGotoAccount.Location   = new System.Drawing.Point(787, 613);
     this.butGotoAccount.Name       = "butGotoAccount";
     this.butGotoAccount.Size       = new System.Drawing.Size(96, 24);
     this.butGotoAccount.TabIndex   = 68;
     this.butGotoAccount.Text       = "Go to Account";
     this.butGotoAccount.Click     += new System.EventHandler(this.butGotoAccount_Click);
     //
     // butGotoFamily
     //
     this.butGotoFamily.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butGotoFamily.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butGotoFamily.Location   = new System.Drawing.Point(787, 587);
     this.butGotoFamily.Name       = "butGotoFamily";
     this.butGotoFamily.Size       = new System.Drawing.Size(96, 24);
     this.butGotoFamily.TabIndex   = 67;
     this.butGotoFamily.Text       = "Go to Family";
     this.butGotoFamily.Click     += new System.EventHandler(this.butGotoFamily_Click);
     //
     // butPrint
     //
     this.butPrint.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butPrint.Image      = global::OpenDental.Properties.Resources.butPrintSmall;
     this.butPrint.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butPrint.Location   = new System.Drawing.Point(544, 613);
     this.butPrint.Name       = "butPrint";
     this.butPrint.Size       = new System.Drawing.Size(87, 24);
     this.butPrint.TabIndex   = 34;
     this.butPrint.Text       = "Print List";
     this.butPrint.Click     += new System.EventHandler(this.butPrint_Click);
     //
     // 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(970, 613);
     this.butCancel.Name         = "butCancel";
     this.butCancel.Size         = new System.Drawing.Size(75, 24);
     this.butCancel.TabIndex     = 4;
     this.butCancel.Text         = "&Cancel";
     this.butCancel.Click       += new System.EventHandler(this.butCancel_Click);
     //
     // FormRpTreatmentFinder
     //
     this.ClientSize = new System.Drawing.Size(1049, 641);
     this.Controls.Add(this.buttonExport);
     this.Controls.Add(this.butLettersPreview);
     this.Controls.Add(this.butLabelSingle);
     this.Controls.Add(this.butLabelPreview);
     this.Controls.Add(this.butGotoAccount);
     this.Controls.Add(this.butGotoFamily);
     this.Controls.Add(this.butPrint);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.gridMain);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.butCancel);
     this.Icon        = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MinimumSize = new System.Drawing.Size(1065, 309);
     this.Name        = "FormRpTreatmentFinder";
     this.Text        = "Treatment Finder";
     this.Load       += new System.EventHandler(this.FormRpTreatmentFinder_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.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()
 {
     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.menuRightClick = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.toolStripMenuItemSelectPatient  = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItemSeeChart       = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItemSendToPinboard = new System.Windows.Forms.ToolStripMenuItem();
     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 OpenDental.UI.ComboBoxClinicPicker();
     this.dateRangePicker        = new OpenDental.UI.ODDateRangePicker();
     this.label6                 = new System.Windows.Forms.Label();
     this.menuMain               = new System.Windows.Forms.MenuStrip();
     this.setupToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.codeRangeFilter        = new OpenDental.UI.ODCodeRangeFilter();
     this.menuRightClick.SuspendLayout();
     this.menuMain.SuspendLayout();
     this.SuspendLayout();
     //
     // butClose
     //
     this.butClose.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.butClose.Location     = new System.Drawing.Point(758, 624);
     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.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.ContextMenuStrip = this.menuRightClick;
     this.gridMain.Location         = new System.Drawing.Point(12, 107);
     this.gridMain.Name             = "gridMain";
     this.gridMain.Size             = new System.Drawing.Size(737, 541);
     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);
     //
     // menuRightClick
     //
     this.menuRightClick.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripMenuItemSelectPatient,
         this.toolStripMenuItemSeeChart,
         this.toolStripMenuItemSendToPinboard
     });
     this.menuRightClick.Name = "menuRightClick";
     this.menuRightClick.Size = new System.Drawing.Size(166, 70);
     //
     // toolStripMenuItemSelectPatient
     //
     this.toolStripMenuItemSelectPatient.Name   = "toolStripMenuItemSelectPatient";
     this.toolStripMenuItemSelectPatient.Size   = new System.Drawing.Size(165, 22);
     this.toolStripMenuItemSelectPatient.Text   = "Select Patient";
     this.toolStripMenuItemSelectPatient.Click += new System.EventHandler(this.menuRight_click);
     //
     // toolStripMenuItemSeeChart
     //
     this.toolStripMenuItemSeeChart.Name   = "toolStripMenuItemSeeChart";
     this.toolStripMenuItemSeeChart.Size   = new System.Drawing.Size(165, 22);
     this.toolStripMenuItemSeeChart.Text   = "See Chart";
     this.toolStripMenuItemSeeChart.Click += new System.EventHandler(this.menuRight_click);
     //
     // toolStripMenuItemSendToPinboard
     //
     this.toolStripMenuItemSendToPinboard.Name   = "toolStripMenuItemSendToPinboard";
     this.toolStripMenuItemSendToPinboard.Size   = new System.Drawing.Size(165, 22);
     this.toolStripMenuItemSendToPinboard.Text   = "Send to Pinboard";
     this.toolStripMenuItemSendToPinboard.Click += new System.EventHandler(this.menuRight_click);
     //
     // comboProv
     //
     this.comboProv.DropDownStyle    = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboProv.Location         = new System.Drawing.Point(300, 29);
     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(229, 33);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(70, 14);
     this.label4.TabIndex  = 25;
     this.label4.Text      = "Provider";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // butRefresh
     //
     this.butRefresh.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.butRefresh.Location = new System.Drawing.Point(758, 68);
     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(83, 29);
     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(15, 33);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(66, 14);
     this.label1.TabIndex  = 29;
     this.label1.Text      = "Order by";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // butPrint
     //
     this.butPrint.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butPrint.Image      = global::OpenDental.Properties.Resources.butPrintSmall;
     this.butPrint.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butPrint.Location   = new System.Drawing.Point(758, 576);
     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(300, 55);
     this.comboSite.MaxDropDownItems = 40;
     this.comboSite.Name             = "comboSite";
     this.comboSite.Size             = new System.Drawing.Size(181, 21);
     this.comboSite.TabIndex         = 33;
     //
     // labelSite
     //
     this.labelSite.Location  = new System.Drawing.Point(228, 57);
     this.labelSite.Name      = "labelSite";
     this.labelSite.Size      = new System.Drawing.Size(70, 14);
     this.labelSite.TabIndex  = 32;
     this.labelSite.Text      = "Site";
     this.labelSite.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // comboClinic
     //
     this.comboClinic.IncludeAll        = true;
     this.comboClinic.IncludeUnassigned = true;
     this.comboClinic.Location          = new System.Drawing.Point(536, 29);
     this.comboClinic.Name     = "comboClinic";
     this.comboClinic.Size     = new System.Drawing.Size(211, 21);
     this.comboClinic.TabIndex = 35;
     //
     // dateRangePicker
     //
     this.dateRangePicker.BackColor           = System.Drawing.SystemColors.Control;
     this.dateRangePicker.DefaultDateTimeFrom = new System.DateTime(2017, 1, 1, 0, 0, 0, 0);
     this.dateRangePicker.DefaultDateTimeTo   = new System.DateTime(2017, 8, 11, 0, 0, 0, 0);
     this.dateRangePicker.EnableWeekButtons   = false;
     this.dateRangePicker.Location            = new System.Drawing.Point(20, 79);
     this.dateRangePicker.MaximumSize         = new System.Drawing.Size(0, 185);
     this.dateRangePicker.MinimumSize         = new System.Drawing.Size(453, 22);
     this.dateRangePicker.Name     = "dateRangePicker";
     this.dateRangePicker.Size     = new System.Drawing.Size(497, 22);
     this.dateRangePicker.TabIndex = 36;
     //
     // label6
     //
     this.label6.Location  = new System.Drawing.Point(495, 57);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(77, 17);
     this.label6.TabIndex  = 46;
     this.label6.Text      = "Code Range";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // menuMain
     //
     this.menuMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.setupToolStripMenuItem
     });
     this.menuMain.Location = new System.Drawing.Point(0, 0);
     this.menuMain.Name     = "menuMain";
     this.menuMain.Size     = new System.Drawing.Size(855, 24);
     this.menuMain.TabIndex = 48;
     //
     // setupToolStripMenuItem
     //
     this.setupToolStripMenuItem.Name   = "setupToolStripMenuItem";
     this.setupToolStripMenuItem.Size   = new System.Drawing.Size(49, 20);
     this.setupToolStripMenuItem.Text   = "Setup";
     this.setupToolStripMenuItem.Click += new System.EventHandler(this.setupToolStripMenuItem_Click);
     //
     // codeRangeFilter
     //
     this.codeRangeFilter.HideExampleText = false;
     this.codeRangeFilter.Location        = new System.Drawing.Point(573, 55);
     this.codeRangeFilter.MaximumSize     = new System.Drawing.Size(300, 37);
     this.codeRangeFilter.MinimumSize     = new System.Drawing.Size(0, 20);
     this.codeRangeFilter.Name            = "codeRangeFilter";
     this.codeRangeFilter.Size            = new System.Drawing.Size(133, 37);
     this.codeRangeFilter.TabIndex        = 49;
     //
     // FormTrackNext
     //
     this.CancelButton = this.butClose;
     this.ClientSize   = new System.Drawing.Size(855, 664);
     this.Controls.Add(this.codeRangeFilter);
     this.Controls.Add(this.menuMain);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.dateRangePicker);
     this.Controls.Add(this.comboClinic);
     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.MinimumSize     = new System.Drawing.Size(871, 345);
     this.Name            = "FormTrackNext";
     this.Text            = "Track Planned Appointments";
     this.Load           += new System.EventHandler(this.FormTrackNext_Load);
     this.Shown          += new System.EventHandler(this.FormTrackNext_Shown);
     this.menuRightClick.ResumeLayout(false);
     this.menuMain.ResumeLayout(false);
     this.menuMain.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }