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

📄 mainfrm.dfm

📁 jvcl driver development envionment
💻 DFM
📖 第 1 页 / 共 3 页
字号:
object frmMain: TfrmMain
  Left = 317
  Top = 101
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = 'JvTrayIcon Demo'
  ClientHeight = 420
  ClientWidth = 402
  Color = clBtnFace
  DefaultMonitor = dmDesktop
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Shell Dlg 2'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  Scaled = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 8
    Top = 8
    Width = 385
    Height = 361
    Anchors = [akLeft, akTop, akRight]
    Caption = ' Tray Icon Options '
    TabOrder = 0
    object Label1: TLabel
      Left = 16
      Top = 56
      Width = 23
      Height = 13
      Caption = 'Hint:'
    end
    object chkActive: TCheckBox
      Left = 16
      Top = 32
      Width = 57
      Height = 17
      Caption = 'Active'
      TabOrder = 0
      OnClick = chkActiveClick
    end
    object edHint: TEdit
      Left = 16
      Top = 72
      Width = 353
      Height = 21
      TabOrder = 2
      Text = 'JvTrayIcon Demo'
    end
    object chkSnap: TCheckBox
      Left = 16
      Top = 112
      Width = 170
      Height = 17
      Caption = 'Snap'
      TabOrder = 3
    end
    object chkTaskBar: TCheckBox
      Left = 16
      Top = 136
      Width = 170
      Height = 17
      Caption = 'Show in taskbar'
      Checked = True
      State = cbChecked
      TabOrder = 4
    end
    object chkTaskList: TCheckBox
      Left = 16
      Top = 160
      Width = 170
      Height = 17
      Caption = 'Show in task list'
      Checked = True
      State = cbChecked
      TabOrder = 5
    end
    object chkAutoHide: TCheckBox
      Left = 16
      Top = 184
      Width = 170
      Height = 17
      Caption = 'Auto hide'
      Checked = True
      State = cbChecked
      TabOrder = 6
    end
    object chkRestoreClick: TCheckBox
      Left = 16
      Top = 208
      Width = 170
      Height = 17
      Caption = 'Restore on click'
      TabOrder = 7
      OnClick = chkRestoreClickClick
    end
    object chkRestoreDblClick: TCheckBox
      Left = 16
      Top = 232
      Width = 170
      Height = 17
      Caption = 'Restore on double-click'
      TabOrder = 8
      OnClick = chkRestoreDblClickClick
    end
    object chkMinClick: TCheckBox
      Left = 16
      Top = 256
      Width = 170
      Height = 17
      Caption = 'Minimize on click'
      TabOrder = 9
      OnClick = chkMinClickClick
    end
    object chkMinDblClick: TCheckBox
      Left = 16
      Top = 280
      Width = 170
      Height = 17
      Caption = 'Minimize on double-click'
      TabOrder = 10
      OnClick = chkMinDblClickClick
    end
    object chkPopUp: TCheckBox
      Left = 16
      Top = 304
      Width = 170
      Height = 17
      Caption = 'Menu on right click'
      Checked = True
      State = cbChecked
      TabOrder = 11
    end
    object btnUpdate: TButton
      Left = 288
      Top = 320
      Width = 75
      Height = 25
      Anchors = [akRight, akBottom]
      Caption = '&Update'
      TabOrder = 14
      OnClick = btnUpdateClick
    end
    object chkDropDown: TCheckBox
      Left = 16
      Top = 328
      Width = 134
      Height = 17
      Caption = 'Menu on left click'
      TabOrder = 12
    end
    object GroupBox2: TGroupBox
      Left = 152
      Top = 112
      Width = 217
      Height = 193
      Caption = ' Balloon Hint: '
      TabOrder = 15
      object Label2: TLabel
        Left = 8
        Top = 24
        Width = 24
        Height = 13
        Caption = 'Title:'
      end
      object Label3: TLabel
        Left = 8
        Top = 64
        Width = 26
        Height = 13
        Caption = 'Text:'
      end
      object Label4: TLabel
        Left = 8
        Top = 112
        Width = 25
        Height = 13
        Caption = 'Icon:'
      end
      object edBalloonTitle: TEdit
        Left = 8
        Top = 40
        Width = 201
        Height = 21
        TabOrder = 0
        Text = 'Sample Title'
      end
      object edBalloonText: TEdit
        Left = 8
        Top = 80
        Width = 201
        Height = 21
        TabOrder = 1
        Text = 'Sample Text'
      end
      object btnBalloon: TButton
        Left = 128
        Top = 160
        Width = 75
        Height = 25
        Caption = 'Sho&w'
        Enabled = False
        TabOrder = 2
        OnClick = btnBalloonClick
      end
      object cbBalloonType: TComboBox
        Left = 8
        Top = 128
        Width = 201
        Height = 21
        Style = csDropDownList
        ItemHeight = 13
        TabOrder = 3
        Items.Strings = (
          '(none)'
          'Error'
          'Info'
          'Warning')
      end
    end
    object chkAutoHideIcon: TCheckBox
      Left = 152
      Top = 328
      Width = 97
      Height = 17
      Caption = 'Auto Hide Icon'
      TabOrder = 13
    end
    object chkAnimated: TCheckBox
      Left = 138
      Top = 32
      Width = 97

⌨️ 快捷键说明

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