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

📄 mainform.dfm

📁 防火墙c语言包过滤源码防火墙c语言包过滤源码防火墙c语言包过滤源码
💻 DFM
字号:
object frmFilterSample: TfrmFilterSample
  Left = 217
  Top = 233
  Width = 450
  Height = 364
  Caption = 'frmFilterSample'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 88
    Top = 24
    Width = 108
    Height = 13
    Caption = 'FilterSample For Delphi'
  end
  object edKey: TEdit
    Left = 8
    Top = 80
    Width = 265
    Height = 21
    TabOrder = 0
  end
  object btnAdd: TButton
    Left = 280
    Top = 80
    Width = 75
    Height = 25
    Caption = 'Add'
    TabOrder = 1
    OnClick = btnAddClick
  end
  object btnDelete: TButton
    Left = 360
    Top = 80
    Width = 75
    Height = 25
    Caption = 'Delete'
    TabOrder = 2
    OnClick = btnDeleteClick
  end
  object lbKeyList: TListBox
    Left = 8
    Top = 120
    Width = 425
    Height = 209
    ItemHeight = 13
    MultiSelect = True
    TabOrder = 3
  end
  object btnApply: TButton
    Left = 360
    Top = 8
    Width = 75
    Height = 25
    Caption = 'Apply'
    TabOrder = 4
    OnClick = btnApplyClick
  end
  object btnDisable: TButton
    Left = 360
    Top = 40
    Width = 75
    Height = 25
    Caption = 'Disable'
    TabOrder = 5
    OnClick = btnDisableClick
  end
end

⌨️ 快捷键说明

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