fmmain.dfm

来自「这是不可多得的源代码」· DFM 代码 · 共 86 行

DFM
86
字号
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 + =
减小字号Ctrl + -
显示快捷键?