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

📄 qxrz.dfm

📁 集成酒店桑拿食管管理的完整程序
💻 DFM
字号:
object qxrzForm: TqxrzForm
  Left = 321
  Top = 241
  Width = 223
  Height = 114
  BorderIcons = [biMinimize]
  Caption = '权限认证'
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 10
    Top = 36
    Width = 24
    Height = 12
    Caption = '工号'
  end
  object Label2: TLabel
    Left = 10
    Top = 56
    Width = 24
    Height = 12
    Caption = '口令'
  end
  object Bevel1: TBevel
    Left = 5
    Top = 6
    Width = 130
    Height = 73
  end
  object Label3: TLabel
    Left = 8
    Top = 10
    Width = 120
    Height = 12
    Caption = '请输入值班经理工号:'
  end
  object name: TLabel
    Left = 152
    Top = 72
    Width = 24
    Height = 12
    Caption = 'name'
    Visible = False
  end
  object Edit1: TEdit
    Left = 45
    Top = 32
    Width = 84
    Height = 20
    ImeName = '中文 (简体) - 微软拼音'
    TabOrder = 0
    OnKeyDown = Edit1KeyDown
  end
  object Edit2: TEdit
    Left = 45
    Top = 52
    Width = 84
    Height = 20
    ImeName = '中文 (简体) - 微软拼音'
    PasswordChar = '*'
    TabOrder = 1
    OnExit = Edit2Exit
    OnKeyDown = Edit2KeyDown
  end
  object BitBtn1: TBitBtn
    Left = 141
    Top = 15
    Width = 70
    Height = 25
    Caption = '确定'
    Enabled = False
    TabOrder = 2
    OnClick = BitBtn1Click
  end
  object BitBtn2: TBitBtn
    Left = 141
    Top = 39
    Width = 70
    Height = 25
    Caption = '取消'
    TabOrder = 3
    OnClick = BitBtn2Click
  end
end

⌨️ 快捷键说明

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