// hpro.def // Desenvolvido por HPro Consultoria em Informática Ltda // e-mail: contato@hpro.com.br // Desenvolvedor: José Eduardo Helminsky // Última atualização: 07/11/2019 function DialogDef() { this.height = 120; this.width = 300; this.titleAlert = 'Aviso ao usuário'; this.titleConfirm = 'Confirmação do usuário'; this.titlePrompt = 'Entrada do usuário'; this.titleColor = '#FFFFFF'; this.titleBackgroundColor = '#0000FF'; this.titleHeight = 21; this.titleAlign = 'center'; this.titleFontName = 'Verdana'; this.titleFontSize = '10pt'; this.borderWidth = '1px'; this.borderStyle = 'solid'; this.borderColor = '#000000'; this.color = '#000000'; this.backgroundColor = '#FFFFCC'; this.verticalAlign = 'middle'; this.textAlign = 'center'; this.fontName = 'Verdana'; this.fontSize = '10pt'; this.alignSelf = 'center'; this.buttonBottom = 10; this.buttonWidth = 65; this.buttonHeight = 21; this.buttonGap = 10; // Definições Mobile this.mobileTop = 50; this.mobileTitleFontSize = '12pt'; this.mobileFontSize = '12pt'; this.mobileFontBold = true; } function GridDef() { this.fontName = "Verdana"; this.fontSize = 10; this.backColor = "#FFFFFF"; this.borderColor = "#000000"; this.borderWidth = 1; this.borderStyle = "none"; this.headerFontColor = "#000000"; this.headerBackColor = "#A6CAF0"; this.evenFontColor = "#000000"; this.evenBackColor = "#E2E2E2"; this.oddFontColor = "#000000"; this.oddBackColor = "#FFFFFF"; this.rowheight = 18; this.titleheight = 18; this.footerheight = 18; } function MenuDef() { this.cols = 1; this.itemHeight = 80; this.gap = 2; this.itemHeightFixed = false; this.imgGap = 10; this.imgPos = "L"; this.imgWidth = 60; this.imgHeight = 60; this.corPar = "#0766B3"; this.corImp = "#054D89"; this.corSel = "#418DCC"; this.borderRadius = 0; this.topMargin = 0; this.leftMargin = 0; this.rightMargin = 0; this.bottomMargin = 0; } function MenuItemDef() { this.text = ""; this.img = ""; this.fontName = "Verdana"; this.fontSize = "12pt"; this.fontColor = "#FFFFFF"; this.textAlign = "center"; this.verticalAlign = "middle"; this.leftMargin = 0; this.rightMargin = 0; }