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

📄 fmmain.dfm

📁 多数代码可以直接在Delphi6和Delphi7环境下运行。部分涉及.NET技术内容的代码
💻 DFM
字号:
object Form1: TForm1
  Left = 154
  Top = 126
  Width = 654
  Height = 412
  Caption = 'Notify '#35774#35745#27169#24335#33539#20363
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -15
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 15
  object Memo1: TMemo
    Left = 417
    Top = 0
    Width = 229
    Height = 324
    Align = alRight
    TabOrder = 0
  end
  object Panel1: TPanel
    Left = 0
    Top = 324
    Width = 646
    Height = 61
    Align = alBottom
    TabOrder = 1
    object BitBtn1: TBitBtn
      Left = 6
      Top = 4
      Width = 104
      Height = 26
      Caption = 'Add'
      TabOrder = 0
      OnClick = BitBtn1Click
    end
    object BitBtn2: TBitBtn
      Left = 371
      Top = 13
      Width = 142
      Height = 39
      TabOrder = 1
      Kind = bkClose
    end
    object BitBtn3: TBitBtn
      Left = 6
      Top = 32
      Width = 104
      Height = 26
      Caption = 'Delete'
      TabOrder = 2
      OnClick = BitBtn3Click
    end
    object BitBtn4: TBitBtn
      Left = 114
      Top = 5
      Width = 104
      Height = 26
      Caption = 'Remove'
      TabOrder = 3
      OnClick = BitBtn4Click
    end
    object BitBtn5: TBitBtn
      Left = 115
      Top = 32
      Width = 161
      Height = 26
      Caption = 'Monitor Messages'
      TabOrder = 4
      OnClick = BitBtn5Click
    end
  end
  object ListBox1: TListBox
    Left = 0
    Top = 0
    Width = 282
    Height = 324
    Align = alLeft
    ItemHeight = 15
    TabOrder = 2
  end
end

⌨️ 快捷键说明

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