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

📄 upassword.dfm

📁 一个基于不需引擎的文件管理系统,使用了许多界面比较好的控件
💻 DFM
字号:
object PassWordfrm: TPassWordfrm
  Left = 304
  Top = 246
  BorderIcons = [biSystemMenu]
  BorderStyle = bsDialog
  Caption = #23494#30721
  ClientHeight = 90
  ClientWidth = 219
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poOwnerFormCenter
  PixelsPerInch = 96
  TextHeight = 13
  object TBXToolWindow1: TTBXToolWindow
    Left = 0
    Top = 0
    Width = 219
    Height = 90
    Align = alClient
    Caption = 'TBXToolWindow1'
    ClientAreaHeight = 90
    ClientAreaWidth = 219
    TabOrder = 0
    object Label2: TLabel
      Left = 7
      Top = 12
      Width = 48
      Height = 12
      Caption = #26032#23494#30721#65306
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      Transparent = True
    end
    object Label3: TLabel
      Left = 7
      Top = 41
      Width = 72
      Height = 12
      Caption = #30830#35748#26032#23494#30721#65306
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      Transparent = True
    end
    object edNewPws: TRzEdit
      Left = 88
      Top = 8
      Width = 124
      Height = 20
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      FrameHotColor = clNavy
      FrameHotTrack = True
      FrameHotStyle = fsFlat
      FrameVisible = True
      MaxLength = 12
      ParentFont = False
      PasswordChar = '*'
      TabOrder = 0
    end
    object edNewPwsAgn: TRzEdit
      Left = 88
      Top = 37
      Width = 124
      Height = 20
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      FrameHotColor = clNavy
      FrameHotTrack = True
      FrameHotStyle = fsFlat
      FrameVisible = True
      MaxLength = 12
      ParentFont = False
      PasswordChar = '*'
      TabOrder = 1
    end
    object TBXAlignmentPanel1: TTBXAlignmentPanel
      Left = 0
      Top = 61
      Width = 219
      Height = 29
      Align = alBottom
      TabOrder = 2
      object TBXButton1: TTBXButton
        Left = 108
        Top = 4
        Width = 49
        Height = 20
        Caption = #30830#23450
        Font.Charset = GB2312_CHARSET
        Font.Color = clWindowText
        Font.Height = -12
        Font.Name = #23435#20307
        Font.Style = []
        ImageIndex = 0
        ParentFont = False
        TabOrder = 0
        OnClick = TBXButton1Click
      end
      object TBXButton2: TTBXButton
        Left = 164
        Top = 4
        Width = 49
        Height = 20
        Caption = #21462#28040
        Font.Charset = GB2312_CHARSET
        Font.Color = clWindowText
        Font.Height = -12
        Font.Name = #23435#20307
        Font.Style = []
        ImageIndex = 0
        ParentFont = False
        TabOrder = 1
        OnClick = TBXButton2Click
      end
    end
  end
  object ActionList1: TActionList
    Left = 56
    Top = 8
    object Action1: TAction
      Caption = 'Action1'
      ShortCut = 13
      OnExecute = TBXButton1Click
    end
    object Action2: TAction
      Caption = 'Action2'
      ShortCut = 27
      OnExecute = TBXButton2Click
    end
  end
end

⌨️ 快捷键说明

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