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

📄 gnb_form.dfm

📁 一个小的Delphi的权限控制工具
💻 DFM
字号:
object GNB_F: TGNB_F
  Left = 348
  Top = 149
  Width = 258
  Height = 208
  Caption = #21151#33021#34920
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 250
    Height = 181
    BevelOuter = bvNone
    Color = clBlack
    TabOrder = 0
    object Panel2: TPanel
      Left = 2
      Top = 2
      Width = 245
      Height = 177
      BevelOuter = bvNone
      TabOrder = 0
      object ListView1: TListView
        Left = 0
        Top = 0
        Width = 245
        Height = 145
        Color = clInfoBk
        Columns = <
          item
            Caption = #21151#33021#21495
            Width = 90
          end
          item
            Caption = #21151#33021#21517
            Width = 130
          end>
        ColumnClick = False
        GridLines = True
        ReadOnly = True
        RowSelect = True
        TabOrder = 0
        ViewStyle = vsReport
        OnDblClick = ListView1DblClick
      end
      object Panel4: TPanel
        Left = 100
        Top = 150
        Width = 136
        Height = 24
        AutoSize = True
        BevelOuter = bvLowered
        Caption = 'Panel3'
        TabOrder = 1
        object Button1: TButton
          Left = 1
          Top = 1
          Width = 67
          Height = 22
          Caption = #30830#23450
          Default = True
          TabOrder = 0
          OnClick = Button1Click
        end
        object Button2: TButton
          Left = 68
          Top = 1
          Width = 67
          Height = 22
          Caption = #36864#20986
          TabOrder = 1
          OnClick = Button2Click
        end
      end
    end
  end
end

⌨️ 快捷键说明

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