⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 frm_menu.dfm

📁 Source Code TrayIcon and BaloonHint
💻 DFM
字号:
object Form1: TForm1
  Left = 278
  Top = 77
  Width = 497
  Height = 633
  Caption = 'IconeTray'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label2: TLabel
    Left = 48
    Top = 512
    Width = 417
    Height = 13
    Alignment = taCenter
    AutoSize = False
    Caption = 'Teste do sistema IconeTray'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Verdana'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label4: TLabel
    Left = 232
    Top = 581
    Width = 36
    Height = 14
    Cursor = crHandPoint
    Caption = 'Fechar'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlue
    Font.Height = -12
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentFont = False
    OnClick = Button_FecharClick
  end
  object Button_MostrarIT: TButton
    Left = 176
    Top = 543
    Width = 113
    Height = 25
    Hint = 'Mostra o icone oculto.'
    Caption = 'Mostrar IconeTray'
    Enabled = False
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentFont = False
    ParentShowHint = False
    ShowHint = True
    TabOrder = 1
    OnClick = Button_MostrarITClick
  end
  object Button_OcultarIT: TButton
    Left = 56
    Top = 543
    Width = 113
    Height = 25
    Hint = 'Oculta o icone da bandeja do sistema, mas n'#227'o o encerra.'
    Caption = 'Ocultar IconeTray'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentFont = False
    ParentShowHint = False
    ShowHint = True
    TabOrder = 0
    OnClick = Button_OcultarITClick
  end
  object Button_Modificar: TButton
    Left = 320
    Top = 544
    Width = 113
    Height = 25
    Hint = 'Altera, atualiza icone da bandeja'
    Caption = 'Modificar IconeTray'
    Default = True
    Enabled = False
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentFont = False
    ParentShowHint = False
    ShowHint = True
    TabOrder = 3
    OnClick = Button_ModificarClick
  end
  object Panel1: TPanel
    Left = 16
    Top = 16
    Width = 457
    Height = 81
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentFont = False
    TabOrder = 2
    object Image_Icone: TImage
      Left = 9
      Top = 34
      Width = 33
      Height = 32
    end
    object Label_DescIcone: TLabel
      Left = 51
      Top = 53
      Width = 31
      Height = 13
      Alignment = taCenter
      Caption = 'Icone:'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'Tahoma'
      Font.Style = []
      ParentFont = False
    end
    object Label3: TLabel
      Left = 51
      Top = 33
      Width = 32
      Height = 13
      Caption = 'Texto:'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'Tahoma'
      Font.Style = []
      ParentFont = False
    end
    object Label_MostTexto: TLabel
      Left = 87
      Top = 33
      Width = 362
      Height = 13
      AutoSize = False
      Caption = 'Teste Do Sistema IconeTray'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clBlue
      Font.Height = -11
      Font.Name = 'Tahoma'
      Font.Style = []
      ParentFont = False
    end
    object Label_MostIcone: TLabel
      Left = 87
      Top = 53
      Width = 362
      Height = 13
      AutoSize = False
      Caption = 'Padr'#227'o'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clBlue
      Font.Height = -11
      Font.Name = 'Tahoma'
      Font.Style = []
      ParentFont = False
    end
    object Label5: TLabel
      Left = 121
      Top = 9
      Width = 214
      Height = 13
      Caption = 'Visualiza'#231#227'o da mensagem e do Icone'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'Tahoma'
      Font.Style = [fsBold]
      ParentFont = False
    end
  end
  object RadioGroup1: TRadioGroup
    Left = 16
    Top = 192
    Width = 457
    Height = 129
    Caption = '      Usar Icone personalizado'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentFont = False
    TabOrder = 4
  end
  object Edit_Icone: TEdit
    Left = 32
    Top = 264
    Width = 425
    Height = 21
    Enabled = False
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentFont = False
    TabOrder = 5
    Text = 'Icones\Icone0.ico'
    OnChange = AtualizarDados
  end
  object Button_Procurar: TButton
    Left = 392
    Top = 288
    Width = 67
    Height = 25
    Caption = 'Procurar'
    Enabled = False
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentFont = False
    TabOrder = 6
    OnClick = Button_ProcurarClick
  end
  object RB_IcoPers: TRadioButton
    Left = 40
    Top = 240
    Width = 89
    Height = 17
    Caption = 'Personalizado'
    Checked = True
    Enabled = False
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentFont = False
    TabOrder = 7
    TabStop = True
    OnClick = AtualizarDados
  end
  object RB_IcoAnim: TRadioButton
    Left = 40
    Top = 216
    Width = 57
    Height = 17
    Caption = 'Animado'
    Enabled = False
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentFont = False
    TabOrder = 8
    OnClick = AtualizarDados
  end
  object CheckBox_Icone: TCheckBox
    Left = 24
    Top = 190
    Width = 17
    Height = 17
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentFont = False
    TabOrder = 9
    OnClick = AtualizarDados
  end
  object GroupBox1: TGroupBox
    Left = 16
    Top = 112
    Width = 457
    Height = 65
    Caption = '      Usar Mensagem personalizada'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentFont = False
    TabOrder = 10
    object Edit_Mensagem: TEdit
      Left = 16
      Top = 28
      Width = 433
      Height = 21
      Enabled = False
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'Tahoma'
      Font.Style = []
      MaxLength = 60
      ParentFont = False
      TabOrder = 0
      Text = 'Texto Personalizado IconeTray'
      OnChange = AtualizarDados
    end
    object CheckBox_Mensagem: TCheckBox
      Left = 8
      Top = -2
      Width = 17
      Height = 17
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'Tahoma'
      Font.Style = []
      ParentFont = False
      TabOrder = 1
      OnClick = AtualizarDados
    end
  end
  object GroupBox2: TGroupBox
    Left = 16
    Top = 336
    Width = 457
    Height = 161
    Caption = 'Balao de notifica'#231#227'o'
    TabOrder = 11
    object Label6: TLabel
      Left = 16
      Top = 24
      Width = 30
      Height = 13
      Caption = 'Titulo:'
    end
    object Label7: TLabel
      Left = 16
      Top = 72
      Width = 55
      Height = 13
      Caption = 'Mensagem:'
    end
    object Label1: TLabel
      Left = 336
      Top = 24
      Width = 31
      Height = 13
      Caption = 'Icone:'
    end
    object Edit_BalaoTitulo: TEdit
      Left = 16
      Top = 40
      Width = 313
      Height = 21
      TabOrder = 0
      Text = 'Titulo Icone Tray'
    end
    object Edit_BalaoTexto: TEdit
      Left = 16
      Top = 88
      Width = 425
      Height = 21
      TabOrder = 1
      Text = 'Mensagem exibida pelo aplicativo IconeTray'
    end
    object ComboBox_Icone: TComboBox
      Left = 336
      Top = 40
      Width = 105
      Height = 21
      ItemHeight = 13
      TabOrder = 2
      Text = 'Nenhum'
      Items.Strings = (
        'Nenhum'
        'Erro'
        'Informacao'
        'Aviso'
        'Bandeja')
    end
    object Button_Mostrar: TButton
      Left = 190
      Top = 120
      Width = 75
      Height = 25
      Caption = 'Mostrar'
      TabOrder = 3
      OnClick = Button_MostrarClick
    end
  end
  object XPManifest1: TXPManifest
    Left = 272
    Top = 288
  end
  object OpenPictureDialog1: TOpenPictureDialog
    Filter = 'Icones (*.ico)|*.ico'
    Left = 304
    Top = 288
  end
  object PopupMenu1: TPopupMenu
    Left = 240
    Top = 288
    object MostrarForma1: TMenuItem
      Caption = 'Mostrar Forma'
      OnClick = MostarForma1Click
    end
    object OcultarForma1: TMenuItem
      Caption = 'Ocultar Forma'
      OnClick = OcultarForma1Click
    end
    object Sair1: TMenuItem
      Caption = 'Sair'
      OnClick = Button_FecharClick
    end
  end
  object TimerAnimado: TTimer
    Enabled = False
    Interval = 35
    OnTimer = TimerAnimadoTimer
    Left = 208
    Top = 288
  end
  object Timer_Prev: TTimer
    Enabled = False
    Interval = 35
    OnTimer = Timer_PrevTimer
    Left = 176
    Top = 288
  end
end

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -