unit_screenlock.dfm

来自「影院售票系统完整源码」· DFM 代码 · 共 91 行

DFM
91
字号
object FrmLock: TFrmLock
  Left = 414
  Top = 284
  BorderIcons = []
  BorderStyle = bsSingle
  Caption = #38145#23450#20445#25252
  ClientHeight = 82
  ClientWidth = 232
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  KeyPreview = True
  OldCreateOrder = False
  Position = poMainFormCenter
  OnCloseQuery = FormCloseQuery
  OnCreate = FormCreate
  OnKeyDown = FormKeyDown
  PixelsPerInch = 96
  TextHeight = 12
  object LblTimes: TLabel
    Left = 16
    Top = 14
    Width = 84
    Height = 12
    Caption = #36824#21487#37325#35797#27425#25968#65306
  end
  object lblpwd: TLabel
    Left = 4
    Top = 45
    Width = 96
    Height = 12
    Caption = #35831#36755#20837#30331#24405#23494#30721#65306
  end
  object LblCount: TLabel
    Left = 104
    Top = 14
    Width = 41
    Height = 12
    AutoSize = False
    Caption = '4'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clRed
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object EdtPwd: TMaskEdit
    Left = 99
    Top = 41
    Width = 125
    Height = 20
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    PasswordChar = '*'
    TabOrder = 0
    OnKeyPress = EdtPwdKeyPress
  end
  object CyberXPMenu1: TCyberXPMenu
    DimLevel = 30
    GrayLevel = 10
    Font.Charset = GB2312_CHARSET
    Font.Color = clMenuText
    Font.Height = -11
    Font.Name = 'Tahoma'
    Font.Style = []
    Color = clBtnFace
    IconBackColor = clBtnFace
    MenuBarColor = clBtnFace
    SelectColor = clHighlight
    SelectBorderColor = clHighlight
    SelectFontColor = clMenuText
    DisabledColor = clInactiveCaption
    SeparatorColor = clBtnFace
    CheckedColor = clHighlight
    IconWidth = 24
    DrawSelect = True
    UseSystemColors = True
    OverrideOwnerDraw = False
    Gradient = False
    FlatMenu = False
    AutoDetect = False
    XPContainers = [xccForm, xccFrame, xccToolbar, xccCoolbar, xccControlbar, xccPanel, xccScrollBox, xccTabSheet, xccPageScroller]
    XPControls = [xcMainMenu, xcPopupMenu, xcToolbar, xcControlbar, xcCombo, xcEdit, xcMaskEdit, xcMemo, xcRichEdit, xcCheckBox, xcRadioButton, xcButton, xcBitBtn, xcSpeedButton, xcPanel]
    Active = True
    Left = 168
  end
end

⌨️ 快捷键说明

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