예제 #1
0
 private void ApplyNDocListFilter(NivelNavigator nNav)
 {
     nNav.ExcluirRequisitados = true;
 }
예제 #2
0
 private void ClearNDocListFilter(NivelNavigator nNav)
 {
     nNav.ExcluirRequisitados = false;
     nNav.MovimentoID         = null;
 }
예제 #3
0
 private void InitializeComponent()
 {
     this.ToolBarButtonEdit                    = new System.Windows.Forms.ToolBarButton();
     this.ToolBarButtonCreateAny               = new System.Windows.Forms.ToolBarButton();
     this.ToolBarButtonSep2                    = new System.Windows.Forms.ToolBarButton();
     this.ToolBarButtonSep3                    = new System.Windows.Forms.ToolBarButton();
     this.ToolBarButtonCut                     = new System.Windows.Forms.ToolBarButton();
     this.ToolBarButtonPaste                   = new System.Windows.Forms.ToolBarButton();
     this.ToolBarButtonSep4                    = new System.Windows.Forms.ToolBarButton();
     this.ToolBarButtonPrint                   = new System.Windows.Forms.ToolBarButton();
     this.ContextMenuPrint                     = new System.Windows.Forms.ContextMenu();
     this.MenuItemPrintInventarioResumido      = new System.Windows.Forms.MenuItem();
     this.MenuItemPrintInventarioDetalhado     = new System.Windows.Forms.MenuItem();
     this.MenuItemPrintCatalogoResumido        = new System.Windows.Forms.MenuItem();
     this.MenuItemPrintCatalogoDetalhado       = new System.Windows.Forms.MenuItem();
     this.MenuItemPrintUnidadeFisicaAssociadas = new System.Windows.Forms.MenuItem();
     this.MenuItem1 = new System.Windows.Forms.MenuItem();
     this.MenuItemPrintAutoEliminacao         = new System.Windows.Forms.MenuItem();
     this.MenuItemPrintAutoEliminacaoPortaria = new System.Windows.Forms.MenuItem();
     this.ToolBarButtonRemove                = new System.Windows.Forms.ToolBarButton();
     this.ToolBarButtonCreateED              = new System.Windows.Forms.ToolBarButton();
     this.ToolBarButtonSep1                  = new System.Windows.Forms.ToolBarButton();
     this.ToolBarButtonSep5                  = new System.Windows.Forms.ToolBarButton();
     this.ToolBarButtonSep6                  = new System.Windows.Forms.ToolBarButton();
     this.ToolBarButtonEAD                   = new System.Windows.Forms.ToolBarButton();
     this.ToolBarButtonSep7                  = new System.Windows.Forms.ToolBarButton();
     this.ToolBarButtonImportExcel           = new System.Windows.Forms.ToolBarButton();
     this.ToolBarButtonToggleEstruturaSeries = new System.Windows.Forms.ToolBarButton();
     this.ToolBarButtonFiltro                = new System.Windows.Forms.ToolBarButton();
     this.nivelNavigator1 = new GISA.Controls.Nivel.NivelNavigator();
     this.pnlToolbarPadding.SuspendLayout();
     this.SuspendLayout();
     //
     // lblFuncao
     //
     this.lblFuncao.Location = new System.Drawing.Point(0, 0);
     this.lblFuncao.Text     = "Permissões por Plano de Classificação";
     //
     // ToolBar
     //
     this.ToolBar.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.ToolBarButtonCreateED,
         this.ToolBarButtonSep1,
         this.ToolBarButtonCreateAny,
         this.ToolBarButtonEdit,
         this.ToolBarButtonRemove,
         this.ToolBarButtonSep2,
         this.ToolBarButtonCut,
         this.ToolBarButtonPaste,
         this.ToolBarButtonSep3,
         this.ToolBarButtonToggleEstruturaSeries,
         this.ToolBarButtonSep4,
         this.ToolBarButtonFiltro,
         this.ToolBarButtonSep5,
         this.ToolBarButtonPrint,
         this.ToolBarButtonSep6,
         this.ToolBarButtonEAD,
         this.ToolBarButtonSep7,
         this.ToolBarButtonImportExcel
     });
     this.ToolBar.ImageList = null;
     this.ToolBar.Location  = new System.Drawing.Point(5, 0);
     this.ToolBar.Size      = new System.Drawing.Size(590, 24);
     this.ToolBar.TabIndex  = 1;
     //
     // pnlToolbarPadding
     //
     this.pnlToolbarPadding.Location = new System.Drawing.Point(0, 24);
     //
     // ToolBarButtonEdit
     //
     this.ToolBarButtonEdit.ImageIndex = 2;
     this.ToolBarButtonEdit.Name       = "ToolBarButtonEdit";
     //
     // ToolBarButtonCreateAny
     //
     this.ToolBarButtonCreateAny.ImageIndex = 1;
     this.ToolBarButtonCreateAny.Name       = "ToolBarButtonCreateAny";
     //
     // ToolBarButtonSep2
     //
     this.ToolBarButtonSep2.Name  = "ToolBarButtonSep2";
     this.ToolBarButtonSep2.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // ToolBarButtonSep3
     //
     this.ToolBarButtonSep3.Name  = "ToolBarButtonSep3";
     this.ToolBarButtonSep3.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // ToolBarButtonCut
     //
     this.ToolBarButtonCut.Enabled    = false;
     this.ToolBarButtonCut.ImageIndex = 4;
     this.ToolBarButtonCut.Name       = "ToolBarButtonCut";
     //
     // ToolBarButtonPaste
     //
     this.ToolBarButtonPaste.Enabled    = false;
     this.ToolBarButtonPaste.ImageIndex = 5;
     this.ToolBarButtonPaste.Name       = "ToolBarButtonPaste";
     //
     // ToolBarButtonSep4
     //
     this.ToolBarButtonSep4.Name  = "ToolBarButtonSep4";
     this.ToolBarButtonSep4.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // ToolBarButtonPrint
     //
     this.ToolBarButtonPrint.DropDownMenu = this.ContextMenuPrint;
     this.ToolBarButtonPrint.ImageIndex   = 6;
     this.ToolBarButtonPrint.Name         = "ToolBarButtonPrint";
     //
     // ContextMenuPrint
     //
     this.ContextMenuPrint.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.MenuItemPrintInventarioResumido,
         this.MenuItemPrintInventarioDetalhado,
         this.MenuItemPrintCatalogoResumido,
         this.MenuItemPrintCatalogoDetalhado,
         this.MenuItemPrintUnidadeFisicaAssociadas,
         this.MenuItem1,
         this.MenuItemPrintAutoEliminacao,
         this.MenuItemPrintAutoEliminacaoPortaria
     });
     //
     // MenuItemPrintInventarioResumido
     //
     this.MenuItemPrintInventarioResumido.Index = 0;
     this.MenuItemPrintInventarioResumido.Text  = "&Inventário resumido";
     //
     // MenuItemPrintInventarioDetalhado
     //
     this.MenuItemPrintInventarioDetalhado.Index = 1;
     this.MenuItemPrintInventarioDetalhado.Text  = "I&nventário detalhado";
     //
     // MenuItemPrintCatalogoResumido
     //
     this.MenuItemPrintCatalogoResumido.Index = 2;
     this.MenuItemPrintCatalogoResumido.Text  = "&Catálogo resumido";
     //
     // MenuItemPrintCatalogoDetalhado
     //
     this.MenuItemPrintCatalogoDetalhado.Index = 3;
     this.MenuItemPrintCatalogoDetalhado.Text  = "C&atálogo detalhado";
     //
     // MenuItemPrintUnidadeFisicaAssociadas
     //
     this.MenuItemPrintUnidadeFisicaAssociadas.Index   = 4;
     this.MenuItemPrintUnidadeFisicaAssociadas.Text    = "Unidades Físicas Associadas";
     this.MenuItemPrintUnidadeFisicaAssociadas.Visible = false;
     //
     // MenuItem1
     //
     this.MenuItem1.Index = 5;
     this.MenuItem1.Text  = "-";
     //
     // MenuItemPrintAutoEliminacao
     //
     this.MenuItemPrintAutoEliminacao.Index = 6;
     this.MenuItemPrintAutoEliminacao.Text  = "Auto de &eliminação";
     //
     // MenuItemPrintAutoEliminacaoPortaria
     //
     this.MenuItemPrintAutoEliminacaoPortaria.Index = 7;
     this.MenuItemPrintAutoEliminacaoPortaria.Text  = "Auto de eliminação por &portaria";
     //
     // ToolBarButtonRemove
     //
     this.ToolBarButtonRemove.ImageIndex = 3;
     this.ToolBarButtonRemove.Name       = "ToolBarButtonRemove";
     //
     // ToolBarButtonCreateED
     //
     this.ToolBarButtonCreateED.Name = "ToolBarButtonCreateED";
     //
     // ToolBarButtonSep1
     //
     this.ToolBarButtonSep1.Name  = "ToolBarButtonSep1";
     this.ToolBarButtonSep1.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // ToolBarButtonSep5
     //
     this.ToolBarButtonSep5.Name  = "ToolBarButtonSep5";
     this.ToolBarButtonSep5.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // ToolBarButtonSep6
     //
     this.ToolBarButtonSep6.Name  = "ToolBarButtonSep6";
     this.ToolBarButtonSep6.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // ToolBarButtonEAD
     //
     this.ToolBarButtonEAD.ImageIndex = 10;
     this.ToolBarButtonEAD.Name       = "ToolBarButtonEAD";
     //
     // ToolBarButtonSep7
     //
     this.ToolBarButtonSep7.Name  = "ToolBarButtonSep7";
     this.ToolBarButtonSep7.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // ToolBarButtonImportExcel
     //
     this.ToolBarButtonImportExcel.ImageIndex = 11;
     this.ToolBarButtonImportExcel.Name       = "ToolBarButtonImportExcel";
     //
     // ToolBarButtonToggleEstruturaSeries
     //
     this.ToolBarButtonToggleEstruturaSeries.ImageIndex = 2;
     this.ToolBarButtonToggleEstruturaSeries.Name       = "ToolBarButtonToggleEstruturaSeries";
     //
     // ToolBarButtonFiltro
     //
     this.ToolBarButtonFiltro.Enabled = false;
     this.ToolBarButtonFiltro.Name    = "ToolBarButtonFiltro";
     this.ToolBarButtonFiltro.Style   = System.Windows.Forms.ToolBarButtonStyle.ToggleButton;
     //
     // nivelNavigator1
     //
     this.nivelNavigator1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.nivelNavigator1.Location = new System.Drawing.Point(0, 52);
     this.nivelNavigator1.Name     = "nivelNavigator1";
     this.nivelNavigator1.Size     = new System.Drawing.Size(600, 252);
     this.nivelNavigator1.TabIndex = 2;
     //
     // MasterPanelNiveis
     //
     this.Controls.Add(this.nivelNavigator1);
     this.Name = "MasterPanelNiveis";
     this.Size = new System.Drawing.Size(600, 304);
     this.Controls.SetChildIndex(this.lblFuncao, 0);
     this.Controls.SetChildIndex(this.pnlToolbarPadding, 0);
     this.Controls.SetChildIndex(this.nivelNavigator1, 0);
     this.pnlToolbarPadding.ResumeLayout(false);
     this.ResumeLayout(false);
 }