Fórum quickreport #298545

06/10/2005

0

Ola Pessoal

Estou com um problema, que seria o seguinte:

Monto um relatorio no QR, quando vou executa-lo
faço assim
Application.CreateForm(TT_qr_rela_teste, T_qr_rela_teste);
T_qr_rela_teste.quickrep1.preview;
T_qr_rela_teste.release ;

O problema é que quando o usuario clica por engano no botão de
minimizar o relatorio ao inves de clicar no CLOSE do QR, da
problemas


O que poderia fazer para solucionar este caso, teria como
tirar estes botoes de minimizar o Relatorio, ou outra solução?


Grato

Claudio


Claudiocjr

Claudiocjr

Responder

Posts

06/10/2005

Aroldo Zanela

Ola Pessoal Estou com um problema, que seria o seguinte: Monto um relatorio no QR, quando vou executa-lo faço assim Application.CreateForm(TT_qr_rela_teste, T_qr_rela_teste); T_qr_rela_teste.quickrep1.preview; T_qr_rela_teste.release ; O problema é que quando o usuario clica por engano no botão de minimizar o relatorio ao inves de clicar no CLOSE do QR, da problemas O que poderia fazer para solucionar este caso, teria como tirar estes botoes de minimizar o Relatorio, ou outra solução? Grato Claudio

Colega,

Application.CreateForm(TT_qr_rela_teste, T_qr_rela_teste);
T_qr_rela_teste.quickrep1.previewModal; // Mude aqui
T_qr_rela_teste.release ;


Tente mudar de Preview para PreviewModal.


Responder

Gostei + 0

06/10/2005

Marcio.theis

Dentro da pasta C:\Arquivos de programas\Borland\Delphi6\Lib existe o arquivo Qrprev.dfm, onde vc pode traduzir os botões e desabilitar os de minimizar e maximizar...
se quiser segue o dfm alterado....

object QRStandardPreview: TQRStandardPreview
  Left = 229
  Top = 191
  Width = 652
  Height = 579
  BorderIcons = [biSystemMenu, biMaximize]
  Caption = ´Relat´243´rio de ´
  Color = clBtnFace
  ParentFont = True
  KeyPreview = True
  OldCreateOrder = True
  Position = poScreenCenter
  ShowHint = True
  OnClose = FormClose
  OnCreate = FormCreate
  OnKeyDown = FormKeyDown
  OnResize = FormResize
  PixelsPerInch = 96
  TextHeight = 13
  object StatusBar: TStatusBar
    Left = 0
    Top = 533
    Width = 644
    Height = 19
    Panels = <
      item
        Alignment = taRightJustify
        Text = ´0¬´
        Width = 40
      end
      item
        Text = ´P´#225´gina´
        Width = 50
      end>
    SimplePanel = False
  end
  object ToolBar1: TToolBar
    Left = 0
    Top = 0
    Width = 644
    EdgeBorders = [edLeft, edTop, edRight, edBottom]
    AutoSize = True
    BorderWidth = 2
    Flat = True
    Images = Images
    TabOrder = 1
    object ToolButton1: TToolButton
      Left = 0
      Top = 0
      Width = 8
      Caption = ´ToolButton1´
      ImageIndex = 12
      Style = tbsDivider
    end
    object ZoomFit: TToolButton
      Left = 8
      Top = 0
      Hint = ´P´225´gina Inteira´
      Caption = ´ZoomFit´
      Grouped = True
      ImageIndex = 0
      Style = tbsCheck
      OnClick = ZoomToFitClick
    end
    object Zoom100: TToolButton
      Left = 31
      Top = 0
      Hint = ´Zoom 100¬´
      Caption = ´Zoom100´
      Grouped = True
      ImageIndex = 1
      Style = tbsCheck
      OnClick = ZoomTo100Click
    end
    object ZoomToWidth: TToolButton
      Left = 54
      Top = 0
      Hint = ´Largura da P´#225´gina´
      Caption = ´ZoomToWidth´
      Grouped = True
      ImageIndex = 2
      Style = tbsCheck
      OnClick = ZoomToWidthClick
    end
    object Separator1: TToolButton
      Left = 77
      Top = 0
      Width = 8
      Caption = ´Separator1´
      ImageIndex = 3
      Style = tbsDivider
    end
    object FirstPage: TToolButton
      Left = 85
      Top = 0
      Hint = ´Primeira P´225´gina´
      Caption = ´FirstPage´
      ImageIndex = 3
      OnClick = FirstPageClick
    end
    object PreviousPage: TToolButton
      Left = 108
      Top = 0
      Hint = ´P´#225´gina Anterior´
      Caption = ´PreviousPage´
      ImageIndex = 4
      OnClick = PrevPageClick
    end
    object ToolButton2: TToolButton
      Left = 131
      Top = 0
      Hint = ´Pr´243´xima P´225´gina´
      Caption = ´NextPage´
      ImageIndex = 5
      OnClick = NextPageClick
    end
    object LastPage: TToolButton
      Left = 154
      Top = 0
      Hint = 218´ltima P´225´gina´
      Caption = ´LastPage´
      ImageIndex = 6
      OnClick = LastPageClick
    end
    object Separator2: TToolButton
      Left = 177
      Top = 0
      Width = 8
      Caption = ´Separator2´
      ImageIndex = 7
      Style = tbsDivider
    end
    object PrintSetup: TToolButton
      Left = 185
      Top = 0
      Hint = ´Configura´231227´o da Impressora´
      Caption = ´PrintSetup´
      Enabled = False
      ImageIndex = 7
      OnClick = PrintSetupClick
    end
    object Print: TToolButton
      Left = 208
      Top = 0
      Hint = ´Imprimir´
      Caption = ´Print´
      Enabled = False
      ImageIndex = 8
      OnClick = PrintClick
    end
    object Separator3: TToolButton
      Left = 231
      Top = 0
      Width = 8
      Caption = ´Separator3´
      ImageIndex = 9
      Style = tbsDivider
    end
    object SaveReport: TToolButton
      Left = 239
      Top = 0
      Hint = ´Salvar Relat´#243´rio´
      Caption = ´PrintSetup´
      ImageIndex = 10
      OnClick = SaveClick
    end
    object LoadReport: TToolButton
      Left = 262
      Top = 0
      Hint = ´Carregar Relat´243´rio´
      Caption = ´Print´
      ImageIndex = 9
      OnClick = LoadClick
    end
    object Separator4: TToolButton
      Left = 285
      Top = 0
      Width = 8
      Caption = ´Separator4´
      ImageIndex = 11
      Style = tbsDivider
    end
    object ExitButton: TSpeedButton
      Left = 293
      Top = 0
      Width = 64
      Height = 22
      Caption = ´&Fechar´
      Glyph.Data = {
        EE000000424DEE000000000000007600000028000000100000000F0000000100
        0400000000007800000000000000000000001000000010000000000000000000
        8000008000000080800080000000800080008080000080808000C0C0C0000000
        FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFF0FFFFFF
        FFFFFFFF00FFFFFFFFFFFFF030FFFFFFFFFFFF0330FFFFFFFFFF003330000000
        0FFFF03330FF0FFFFFFFF03300FF0FFFF4FFF03330FF0FFF44FFF03330FF0FF4
        4444F03330FF0F444444F03330FF0FF44444F0330FFF0FFF44FFF030FFFF0FFF
        F4FFF00FFFFF0FFFFFFFF00000000FFFFFFF}
      OnClick = ExitClick
    end
  end
  object QRPreview: TQRPreview
    Left = 0
    Top = 32
    Width = 644
    Height = 501
    HorzScrollBar.Tracking = True
    VertScrollBar.Tracking = True
    Align = alClient
    TabOrder = 2
    OnPageAvailable = QRPreviewPageAvailable
    OnProgressUpdate = QRPreviewProgressUpdate
    PageNumber = 1
    Zoom = 100
  end
  object Images: TImageList
    Left = 54
    Top = 42
    Bitmap = {
      494C01010B000F00040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
      0000000000003600000028000000400000004000000001001800000000000030
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      000000000000000000000000000000000000000000C6C6C60000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      000000000000000000000000000000000000000000000000C6C6C6C6C6C6C6C6
      C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6000000C6C6C600000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000084840084840000
      00000000000000000000000000000000C6C6C6C6C6C600000000848400000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      00000000000000000000000000000000000000000000000000C6C6C600000000
      0000000000000000000000008484008484008484008484008484008484008484
      0084840000000000000000000000000000000000000000000084840084840000
      00000000000000000000000000000000C6C6C6C6C6C600000000848400000000
      0000000000000000000000000000000000000000000000000000000000000000
      000000000000000000000000000000000000000000C6C6C6C6C6C6C6C6C6C6C6
      C6C6C6C6C6C6C600FFFF00FFFF00FFFFC6C6C6C6C6C600000000000000000000
      000000000000000000FFFF000000008484008484008484008484008484008484
      0084840084840000000000000000000000000000000000000084840084840000
      00000000000000000000000000000000C6C6C6C6C6C600000000848400000000
      0000000000000000000000000000000000000000000000000000000000000000
      000000000000000000000000000000000000000000C6C6C6C6C6C6C6C6C6C6C6
      C6C6C6C6C6C6C6848484848484848484C6C6C6C6C6C6000000C6C6C600000000
      0000000000000000FFFFFF00FFFF008484008484008484008484008484008484
      0084840084840000000000000000000000000000000000000084840084840000
      0000000000000000000000000000000000000000000000000000848400000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      00000000000000000000000000000000000000000000000000C6C6C6C6C6C600
      000000000000000000FFFFFFFFFF000000008484008484008484008484008484
      0084840084840084840000000000000000000000000000000084840084840084
      8400848400848400848400848400848400848400848400848400848400000000
      0000000000000000000000000000000000000000000000000000000000000000
      000000000000000000000000000000000000000000C6C6C6C6C6C6C6C6C6C6C6
      C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6000000C6C6C6000000C6C6C600
      0000000000000000FFFFFF00FFFF00FFFF000000000000000000000000000000
      0000000000000000000000000000000000000000000000000084840084840000
      0000000000000000000000000000000000000000000000848400848400000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      00000000000000000000000000000000000000C6C6C6000000C6C6C600000000
      000000000000000000FFFFFFFFFFFFFFFF00FFFFFFFFFF00FFFFFFFFFF00FFFF
      000000000000000000000000000000000000000000000000008484000000C6C6
      C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C600000000848400000000
      0000000000000000000000000000000000000000000000000000000000000000
      000000000000000000000000000000000000000000000000000000FFFFFFFFFF
      FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF000000C6C6C6000000C6C6C600
      0000000000000000FFFFFF00FFFF00FFFFFFFFFF00FFFFFFFFFF00FFFFFFFFFF
      000000000000000000000000000000000000000000000000008484000000C6C6
      C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C600000000848400000000
      0000000000000000000000000000000000000000000000000000000000000000
      000000000000000000000000000000000000000000000000000000000000FFFF
      FF000000000000000000000000000000FFFFFF00000000000000000000000000
      000000000000000000FFFFFFFFFF000000000000000000000000000000000000
      000000000000000000000000000000000000000000000000008484000000C6C6
      C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C600000000848400000000
      0000000000000000000000000000000000000000000000000000000000000000
      000000000000000000000000000000000000000000000000000000000000FFFF
      FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      000000000000000000000000000000000000000000000000008484000000C6C6
      C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C600000000848400000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      00FFFFFF000000000000000000000000000000FFFFFF00000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      000000000000000000000000000000000000000000000000008484000000C6C6
      C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C600000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      000000000000000000000000000000000000000000000000008484000000C6C6
      C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6000000C6C6C600000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000008400000000000000000000000000000000000000
      0000000000000000000000000000000084000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000840000
      0000000000000000000000000084000084000000000000000000000000000000
      000000000000000000000084848400000000000000000000FFFF00FFFF00FFFF
      8484840000000000000000000000000000000000000000000000000000000000
      0000000000000000008400008400000000000000000000000000000000000000
      0000000000000000000000000000000084000084000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000840000
      8400000000000000000000000084000084000000000000000000000000000000
      0000000000000000000000848484848484000000000000848484848484848484
      8484840000000000000000000000000000000000000000000000000000000000
      0000000000008400008400008400000000000000000000000000000000000000
      0000000000000000000000000000000084000084000084000000000000000000
      0000000000000000000000000000000000000000000000000000000000840000
      8400008400000000000000000084000084000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000008400008400008400008400000000000000000000000000000000000000
      0000000000000000000000000000000084000084000084000084000000000000
      0000000000000000000000000000000000000000000000000000000000840000
      8400008400008400000000000084000084000000000000000000000000000000
      0000000000000000000000848484848484848484848484000000000000848484
      8484840000000000000000000000000000000000000000000000000000000000
      8400008400008400008400008400000000000000000000000000000000000000
      0000000000000000000000000000000084000084000084000084000084000000
      0000000000000000000000000000000000000000000000000000000000840000
      8400008400008400008400000084000084000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000008400008400008400008400000000000000000000000000000000000000
      0000000000000000000000000000000084000084000084000084000000000000
      0000000000000000000000000000000000000000000000000000000000840000
      8400008400008400000000000084000084000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000008400008400008400000000000000000000000000000000000000
      0000000000000000000000000000000084000084000084000000000000000000
      0000000000000000000000000000000000000000000000000000000000840000
      8400008400000000000000000084000084000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      000000848400FFFF00FFFF00FFFF000000000000000000000000000000000000
      0000000000000000008400008400000000000000000000000000000000000000
      0000000000000000000000000000000084000084000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000840000
      8400000000000000000000000084000084000000000000000000000000000000
      0000000000848484000000000000000000000000000000000000000000000000
      000000FFFF008484000000000000008484840000000000000000000000000000
      0000000000000000000000008400000000000000000000000000000000000000
      0000000000000000000000000000000084000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000840000
      0000000000000000000000000084000084000000000000000000000000000000
      0000000000000000FFFF00848400FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00
      FFFF00FFFF000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000848484000000000000000000000000000000000000000000000000
      000000FFFF008484000000000000008484840000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      848484848400FFFF00FFFF00FFFF000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000008484840000000000000000008484840000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000008484008484848484008484
      8484840084848484840084848484840084848484840084848484840000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000008400000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000008484848484008484840000
      0000000000000000000000000000000000000084848484840084848400000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000008400000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000840000840000000000000000000000000000000000
      0000840000000000000000000000000000000000008484008484848484000000
      0000000000000000000000000000000000000084840084848484840000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000008400000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000840000840000000000000000000000000000000084
      0000840000000000000000000000000000000000008484848484008484840000
      0000000084000084000084000000000000000084848484840084848400000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000008400000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000840000840000000000000000000000000084000084
      0000840000000000000000000000000000000000008484008484848484000000
      0000000000000000000000000000000000000084840084848484840000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000008400000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000840000840000000000000000000084000084000084
      0000840000000000000000000000000000000000008484848484008484840000
      0000000084000084000000000000000000000084848484840084848400000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000008400000000000000008400000000
      0000000000000000000000000000000000000084000000000000000000000000
      0000000000000000000000840000840000000000000084000084000084000084
      0000840000000000000000000000000000000000008484008484848484000000
      0000000000000000000000000000000000000084840084848484840000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000008400000000008400008400000000
      0000000000000000000000000000000000000084000084000000000000000000
      0000000000000000000000840000840000000000000000000084000084000084
      0000840000000000000000000000000000000000008484848484008484840000
      0000000084000084000084000000000000000084848484840084848400000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000008400008400008400008400008400
      0000000000000000000000000000000084000084000084000084000000000000
      0000000000000000000000840000840000000000000000000000000084000084
      0000840000000000000000000000000000000000008484008484848484000000
      0000000000000000000000000000000000000084840084848484840000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000008400000000008400008400000000
      0000000000000000000000000000000000000084000084000000000000000000
      0000000000000000000000840000840000000000000000000000000000000084
      0000840000000000000000000000000000000000008484848484008484840000
      0000000000000000000000000000000000000084848484840084848400000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000008400000000000000008400000000
      0000000000000000000000000000000000000084000000000000000000000000
      0000000000000000000000840000840000000000000000000000000000000000
      0000840000000000000000000000000000000000008484008484848484008484
      8484840084848484840084848484840084848484840084848484840000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000008400000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      000000000000000000000000000000000000424D3E000000000000003E000000
      2800000040000000400000000100010000000000000200000000000000000000
      000000000000000000000000FFFFFF0000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      00000000000000000000000000000000FFFFFFFFFFFF0000C007FFFF80010000
      8003801F800100000001800F800100000001800F800100000001800780010000
      000080038001000000008001800100008000801F80010000C000801F80010000
      E001801F80010000E007CFF380010000F007FFF380010000F003FF7B80010000
      F803FF8F80010000FFFFFFFFFFFF0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFC007
      FFFFFFFFFFFFBFEBFFFFFFFFFFFF0005FF7FF7FFEF9F6E11FE7FF3FFE79F6615
      FC7FF1FFE39F0006F87FF0FFE19F618AF07FF07FE09F8014F87FF0FFE19FDFEA
      FC7FF1FFE39FEFE0FE7FF3FFE79F8000FF7FF7FFEF9F8007FFFFFFFFFFFF8000
      FFFFFFFFFFFFF7C0FFFFFFFFFFFFF800FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
      800380038003FFFF00017FFD7FFDFFFF00014005781DE7DF07C17FFD7FFDE79F
      04414005783DE71F07C17FFD7FFDE61F04C14005686DE41F07C17FFD4FE5E61F
      044140050441E71F07C17FFD4FE5E79F00014005682DE7DF00017FFD7FFDFFFF
      800380038003FFFFFFFFFFFFFFFFFFFF00000000000000000000000000000000
      000000000000}
  end
end



somente lmbrando que depois de alterar, vc deve de dar um Build na aplicação...


Responder

Gostei + 0

Utilizamos cookies para fornecer uma melhor experiência para nossos usuários, consulte nossa política de privacidade.

Aceitar