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

📄 pwformunit.dfm

📁 Delphi7编程界面设计 Delphi7编程界面设计
💻 DFM
字号:
object PWForm: TPWForm
  Left = 343
  Top = 346
  BorderStyle = bsDialog
  Caption = '请输入屏幕保护程序密码'
  ClientHeight = 134
  ClientWidth = 291
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -14
  Font.Name = '宋体'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 14
  object Edit1: TEdit
    Left = 16
    Top = 40
    Width = 153
    Height = 22
    TabOrder = 0
    OnKeyPress = Edit1KeyPress
  end
  object Button1: TButton
    Left = 192
    Top = 24
    Width = 75
    Height = 25
    Caption = '确定'
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 192
    Top = 64
    Width = 75
    Height = 25
    Caption = '取消'
    TabOrder = 2
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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