screenprotect.dfm

来自「网吧管理系统 网吧IC卡计费管理系统源码」· DFM 代码 · 共 77 行

DFM
77
字号
object Frm_ScreenProtect: TFrm_ScreenProtect
  Left = -1
  Top = 17
  Align = alClient
  BorderIcons = []
  BorderStyle = bsNone
  ClientHeight = 550
  ClientWidth = 804
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  KeyPreview = True
  OldCreateOrder = False
  WindowState = wsMaximized
  OnClose = FormClose
  OnCreate = FormCreate
  OnKeyDown = FormKeyDown
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object Image1: TImage
    Left = 0
    Top = 0
    Width = 804
    Height = 550
    Align = alClient
    Stretch = True
  end
  object Edt_id: TEdit
    Left = 543
    Top = 430
    Width = 80
    Height = 20
    TabOrder = 0
  end
  object edt_passwd: TEdit
    Left = 543
    Top = 459
    Width = 80
    Height = 20
    PasswordChar = '*'
    TabOrder = 1
  end
  object Edit3: TEdit
    Left = 485
    Top = 430
    Width = 56
    Height = 20
    Color = clInfoBk
    Enabled = False
    TabOrder = 3
    Text = ' '#24037#21495
  end
  object Edit4: TEdit
    Left = 485
    Top = 459
    Width = 56
    Height = 20
    Color = clInfoBk
    Enabled = False
    TabOrder = 4
    Text = ' '#23494#30721
  end
  object Btn_ok: TButton
    Left = 495
    Top = 495
    Width = 118
    Height = 25
    Caption = #30830#23450
    TabOrder = 2
    OnClick = Btn_okClick
  end
end

⌨️ 快捷键说明

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