Exemplo n.º 1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormRpClaimNotSent));
     this.butCancel         = new OpenDental.UI.Button();
     this.butRunReport      = new OpenDental.UI.Button();
     this.butRefresh        = new OpenDental.UI.Button();
     this.gridMain          = new OpenDental.UI.ODGrid();
     this.groupBoxFilters   = new System.Windows.Forms.GroupBox();
     this.comboClinicMulti  = new OpenDental.UI.ComboBoxClinicPicker();
     this.odDateRangePicker = new OpenDental.UI.ODDateRangePicker();
     this.comboBoxInsFilter = new System.Windows.Forms.ComboBox();
     this.labelClaimFilter  = new System.Windows.Forms.Label();
     this.groupBoxFilters.SuspendLayout();
     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(1049, 591);
     this.butCancel.Name         = "butCancel";
     this.butCancel.Size         = new System.Drawing.Size(75, 26);
     this.butCancel.TabIndex     = 4;
     this.butCancel.Text         = "&Close";
     this.butCancel.Click       += new System.EventHandler(this.butCancel_Click);
     //
     // butRunReport
     //
     this.butRunReport.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.butRunReport.Location = new System.Drawing.Point(12, 591);
     this.butRunReport.Name     = "butRunReport";
     this.butRunReport.Size     = new System.Drawing.Size(75, 26);
     this.butRunReport.TabIndex = 3;
     this.butRunReport.Text     = "&Run Report";
     this.butRunReport.Click   += new System.EventHandler(this.butRunReport_Click);
     //
     // butRefresh
     //
     this.butRefresh.Location = new System.Drawing.Point(1035, 12);
     this.butRefresh.Name     = "butRefresh";
     this.butRefresh.Size     = new System.Drawing.Size(75, 26);
     this.butRefresh.TabIndex = 60;
     this.butRefresh.Text     = "&Refresh";
     this.butRefresh.UseVisualStyleBackColor = true;
     this.butRefresh.Click += new System.EventHandler(this.butRefresh_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.Location         = new System.Drawing.Point(12, 65);
     this.gridMain.Name             = "gridMain";
     this.gridMain.Size             = new System.Drawing.Size(1112, 517);
     this.gridMain.TabIndex         = 61;
     this.gridMain.Title            = "Claims Not Sent";
     this.gridMain.TranslationName  = "TableClaimsNotSent";
     this.gridMain.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridMain_CellDoubleClick);
     //
     // groupBoxFilters
     //
     this.groupBoxFilters.Controls.Add(this.comboClinicMulti);
     this.groupBoxFilters.Controls.Add(this.odDateRangePicker);
     this.groupBoxFilters.Controls.Add(this.comboBoxInsFilter);
     this.groupBoxFilters.Controls.Add(this.butRefresh);
     this.groupBoxFilters.Controls.Add(this.labelClaimFilter);
     this.groupBoxFilters.Location = new System.Drawing.Point(12, 12);
     this.groupBoxFilters.Name     = "groupBoxFilters";
     this.groupBoxFilters.Size     = new System.Drawing.Size(1112, 47);
     this.groupBoxFilters.TabIndex = 63;
     this.groupBoxFilters.TabStop  = false;
     this.groupBoxFilters.Text     = "Filters";
     //
     // comboClinicMulti
     //
     this.comboClinicMulti.IncludeAll         = true;
     this.comboClinicMulti.IncludeUnassigned  = true;
     this.comboClinicMulti.SelectionModeMulti = true;
     this.comboClinicMulti.Location           = new System.Drawing.Point(446, 15);
     this.comboClinicMulti.Name     = "comboClinicMulti";
     this.comboClinicMulti.Size     = new System.Drawing.Size(176, 21);
     this.comboClinicMulti.TabIndex = 67;
     //
     // odDateRangePicker
     //
     this.odDateRangePicker.BackColor           = System.Drawing.SystemColors.Control;
     this.odDateRangePicker.DefaultDateTimeFrom = new System.DateTime(((long)(0)));
     this.odDateRangePicker.DefaultDateTimeTo   = new System.DateTime(((long)(0)));
     this.odDateRangePicker.Location            = new System.Drawing.Point(6, 13);
     this.odDateRangePicker.MaximumSize         = new System.Drawing.Size(0, 185);
     this.odDateRangePicker.MinimumSize         = new System.Drawing.Size(0, 24);
     this.odDateRangePicker.Name     = "odDateRangePicker";
     this.odDateRangePicker.Size     = new System.Drawing.Size(445, 24);
     this.odDateRangePicker.TabIndex = 66;
     //
     // comboBoxInsFilter
     //
     this.comboBoxInsFilter.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxInsFilter.FormattingEnabled = true;
     this.comboBoxInsFilter.Location          = new System.Drawing.Point(741, 15);
     this.comboBoxInsFilter.Name     = "comboBoxInsFilter";
     this.comboBoxInsFilter.Size     = new System.Drawing.Size(121, 21);
     this.comboBoxInsFilter.TabIndex = 65;
     //
     // labelClaimFilter
     //
     this.labelClaimFilter.Location  = new System.Drawing.Point(645, 18);
     this.labelClaimFilter.Name      = "labelClaimFilter";
     this.labelClaimFilter.Size      = new System.Drawing.Size(93, 14);
     this.labelClaimFilter.TabIndex  = 64;
     this.labelClaimFilter.Text      = "Claim Filter";
     this.labelClaimFilter.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // FormRpClaimNotSent
     //
     this.AcceptButton = this.butRunReport;
     this.CancelButton = this.butCancel;
     this.ClientSize   = new System.Drawing.Size(1136, 626);
     this.Controls.Add(this.groupBoxFilters);
     this.Controls.Add(this.gridMain);
     this.Controls.Add(this.butCancel);
     this.Controls.Add(this.butRunReport);
     this.Icon  = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name  = "FormRpClaimNotSent";
     this.Text  = "Claims Not Sent Report";
     this.Load += new System.EventHandler(this.FormClaimNotSent_Load);
     this.groupBoxFilters.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 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);
 }
Exemplo n.º 3
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();
 }
Exemplo n.º 4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormDeposits));
     this.butClose     = new OpenDental.UI.Button();
     this.grid         = new OpenDental.UI.ODGrid();
     this.butAdd       = new OpenDental.UI.Button();
     this.butOK        = new OpenDental.UI.Button();
     this.comboClinics = new OpenDental.UI.ComboBoxClinicPicker();
     this.SuspendLayout();
     //
     // 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(365, 574);
     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);
     //
     // grid
     //
     this.grid.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.grid.Location         = new System.Drawing.Point(18, 34);
     this.grid.Name             = "grid";
     this.grid.Size             = new System.Drawing.Size(339, 567);
     this.grid.TabIndex         = 1;
     this.grid.Title            = "Deposit Slips";
     this.grid.TranslationName  = "TableDepositSlips";
     this.grid.WrapText         = false;
     this.grid.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.grid_CellDoubleClick);
     //
     // butAdd
     //
     this.butAdd.Anchor     = System.Windows.Forms.AnchorStyles.Right;
     this.butAdd.Image      = global::OpenDental.Properties.Resources.Add;
     this.butAdd.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butAdd.Location   = new System.Drawing.Point(363, 293);
     this.butAdd.Name       = "butAdd";
     this.butAdd.Size       = new System.Drawing.Size(77, 26);
     this.butAdd.TabIndex   = 0;
     this.butAdd.Text       = "Add";
     this.butAdd.Click     += new System.EventHandler(this.butAdd_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(365, 542);
     this.butOK.Name     = "butOK";
     this.butOK.Size     = new System.Drawing.Size(75, 26);
     this.butOK.TabIndex = 2;
     this.butOK.Text     = "&OK";
     this.butOK.Click   += new System.EventHandler(this.butOK_Click);
     //
     // comboClinics
     //
     this.comboClinics.IncludeAll        = true;
     this.comboClinics.IncludeUnassigned = true;
     this.comboClinics.Location          = new System.Drawing.Point(72, 7);
     this.comboClinics.Name = "comboClinics";
     this.comboClinics.SelectionModeMulti = true;
     this.comboClinics.Size     = new System.Drawing.Size(200, 21);
     this.comboClinics.TabIndex = 131;
     this.comboClinics.SelectionChangeCommitted += new System.EventHandler(this.ComboClinics_SelectionChangeCommitted);
     //
     // FormDeposits
     //
     this.AcceptButton = this.butOK;
     this.ClientSize   = new System.Drawing.Size(454, 613);
     this.Controls.Add(this.comboClinics);
     this.Controls.Add(this.butOK);
     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.MinimumSize   = new System.Drawing.Size(370, 250);
     this.Name          = "FormDeposits";
     this.ShowInTaskbar = false;
     this.Text          = "Deposit Slips";
     this.Load         += new System.EventHandler(this.FormDeposits_Load);
     this.ResumeLayout(false);
 }
Exemplo n.º 5
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(FormRpProcOverpaid));
     this.butClose            = new OpenDental.UI.Button();
     this.butPrint            = new OpenDental.UI.Button();
     this.imageListCalendar   = new System.Windows.Forms.ImageList(this.components);
     this.gridMain            = new OpenDental.UI.ODGrid();
     this.contextMenuGrid     = new System.Windows.Forms.ContextMenu();
     this.menuItemGoToAccount = new System.Windows.Forms.MenuItem();
     this.butRefresh          = new OpenDental.UI.Button();
     this.groupBox2           = new System.Windows.Forms.GroupBox();
     this.butCurrent          = new OpenDental.UI.Button();
     this.butAll               = new OpenDental.UI.Button();
     this.butFind              = new OpenDental.UI.Button();
     this.textPatient          = new System.Windows.Forms.TextBox();
     this.labelPatient         = new System.Windows.Forms.Label();
     this.labelProv            = new System.Windows.Forms.Label();
     this.comboBoxMultiProv    = new OpenDental.UI.ComboBoxMulti();
     this.comboBoxMultiClinics = new OpenDental.UI.ComboBoxClinicPicker();
     this.dateRangePicker      = new OpenDental.UI.ODDateRangePicker();
     this.groupBox2.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(928, 658);
     this.butClose.Name         = "butClose";
     this.butClose.Size         = new System.Drawing.Size(75, 26);
     this.butClose.TabIndex     = 4;
     this.butClose.Text         = "&Close";
     this.butClose.Click       += new System.EventHandler(this.butClose_Click);
     //
     // butPrint
     //
     this.butPrint.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.butPrint.Image      = global::OpenDental.Properties.Resources.butPrintSmall;
     this.butPrint.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butPrint.Location   = new System.Drawing.Point(12, 658);
     this.butPrint.Name       = "butPrint";
     this.butPrint.Size       = new System.Drawing.Size(75, 26);
     this.butPrint.TabIndex   = 3;
     this.butPrint.Text       = "Print";
     this.butPrint.Click     += new System.EventHandler(this.butPrint_Click);
     //
     // imageListCalendar
     //
     this.imageListCalendar.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListCalendar.ImageStream")));
     this.imageListCalendar.TransparentColor = System.Drawing.Color.Transparent;
     this.imageListCalendar.Images.SetKeyName(0, "arrowDownTriangle.gif");
     this.imageListCalendar.Images.SetKeyName(1, "arrowUpTriangle.gif");
     //
     // 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.Location        = new System.Drawing.Point(12, 71);
     this.gridMain.Name            = "gridMain";
     this.gridMain.Size            = new System.Drawing.Size(991, 581);
     this.gridMain.TabIndex        = 69;
     this.gridMain.Title           = "Procedures Overpaid";
     this.gridMain.TranslationName = "TableProcedures";
     //
     // contextMenuGrid
     //
     this.contextMenuGrid.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.menuItemGoToAccount
     });
     //
     // menuItemGoToAccount
     //
     this.menuItemGoToAccount.Index  = 0;
     this.menuItemGoToAccount.Text   = "Go To Account";
     this.menuItemGoToAccount.Click += new System.EventHandler(this.menuItemGridGoToAccount_Click);
     //
     // 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(928, 39);
     this.butRefresh.Name     = "butRefresh";
     this.butRefresh.Size     = new System.Drawing.Size(75, 26);
     this.butRefresh.TabIndex = 73;
     this.butRefresh.Text     = "Refresh";
     this.butRefresh.UseVisualStyleBackColor = true;
     this.butRefresh.Click += new System.EventHandler(this.butRefresh_Click);
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.butCurrent);
     this.groupBox2.Controls.Add(this.butAll);
     this.groupBox2.Controls.Add(this.butFind);
     this.groupBox2.Controls.Add(this.textPatient);
     this.groupBox2.Controls.Add(this.labelPatient);
     this.groupBox2.Controls.Add(this.labelProv);
     this.groupBox2.Controls.Add(this.comboBoxMultiProv);
     this.groupBox2.Controls.Add(this.comboBoxMultiClinics);
     this.groupBox2.Controls.Add(this.dateRangePicker);
     this.groupBox2.Location = new System.Drawing.Point(12, 4);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(910, 61);
     this.groupBox2.TabIndex = 77;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Filters";
     //
     // butCurrent
     //
     this.butCurrent.Location = new System.Drawing.Point(698, 31);
     this.butCurrent.Name     = "butCurrent";
     this.butCurrent.Size     = new System.Drawing.Size(63, 24);
     this.butCurrent.TabIndex = 78;
     this.butCurrent.Text     = "Current";
     this.butCurrent.Click   += new System.EventHandler(this.butCurrent_Click);
     //
     // butAll
     //
     this.butAll.Location = new System.Drawing.Point(841, 31);
     this.butAll.Name     = "butAll";
     this.butAll.Size     = new System.Drawing.Size(63, 24);
     this.butAll.TabIndex = 77;
     this.butAll.Text     = "All";
     this.butAll.Click   += new System.EventHandler(this.butAll_Click);
     //
     // butFind
     //
     this.butFind.Location = new System.Drawing.Point(770, 31);
     this.butFind.Name     = "butFind";
     this.butFind.Size     = new System.Drawing.Size(63, 24);
     this.butFind.TabIndex = 76;
     this.butFind.Text     = "Find";
     this.butFind.Click   += new System.EventHandler(this.butFind_Click);
     //
     // textPatient
     //
     this.textPatient.Location = new System.Drawing.Point(698, 11);
     this.textPatient.Name     = "textPatient";
     this.textPatient.Size     = new System.Drawing.Size(206, 20);
     this.textPatient.TabIndex = 75;
     //
     // labelPatient
     //
     this.labelPatient.Location  = new System.Drawing.Point(631, 15);
     this.labelPatient.Name      = "labelPatient";
     this.labelPatient.Size      = new System.Drawing.Size(65, 13);
     this.labelPatient.TabIndex  = 74;
     this.labelPatient.Text      = "Patient";
     this.labelPatient.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // labelProv
     //
     this.labelProv.Location  = new System.Drawing.Point(412, 15);
     this.labelProv.Name      = "labelProv";
     this.labelProv.Size      = new System.Drawing.Size(55, 16);
     this.labelProv.TabIndex  = 73;
     this.labelProv.Text      = "Providers";
     this.labelProv.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // 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(469, 12);
     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        = 72;
     this.comboBoxMultiProv.MouseLeave     += new System.EventHandler(this.comboBoxMultiProv_MouseLeave);
     //
     // comboBoxMultiClinics
     //
     this.comboBoxMultiClinics.IncludeAll        = true;
     this.comboBoxMultiClinics.IncludeUnassigned = true;
     this.comboBoxMultiClinics.Location          = new System.Drawing.Point(432, 34);
     this.comboBoxMultiClinics.Name = "comboBoxMultiClinics";
     this.comboBoxMultiClinics.SelectionModeMulti = true;
     this.comboBoxMultiClinics.Size     = new System.Drawing.Size(197, 21);
     this.comboBoxMultiClinics.TabIndex = 71;
     //
     // 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, 1, 9, 0, 0, 0, 0);
     this.dateRangePicker.EnableWeekButtons   = false;
     this.dateRangePicker.Location            = new System.Drawing.Point(5, 11);
     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(453, 22);
     this.dateRangePicker.TabIndex = 0;
     //
     // FormRpProcOverpaid
     //
     this.AcceptButton = this.butPrint;
     this.ClientSize   = new System.Drawing.Size(1015, 696);
     this.Controls.Add(this.butRefresh);
     this.Controls.Add(this.butClose);
     this.Controls.Add(this.butPrint);
     this.Controls.Add(this.gridMain);
     this.Controls.Add(this.groupBox2);
     this.Icon        = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MinimumSize = new System.Drawing.Size(1031, 250);
     this.Name        = "FormRpProcOverpaid";
     this.Text        = "Procedures Overpaid Report";
     this.Load       += new System.EventHandler(this.FormProcOverpaid_Load);
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.ResumeLayout(false);
 }
Exemplo n.º 6
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(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();
 }