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

📄 frmcheck.dfm

📁 详细说明:毕业论文中关于小型宾馆管理系统的详细设计毕 业论文中关于小型宾馆...一个酒店管理系统VB+Access [学生学籍管理系统(VB+Acess).zip] - !这个是刚刚编的毕业设计,可能
💻 DFM
字号:
object frmck: Tfrmck
  Left = 443
  Top = 141
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsDialog
  Caption = '用户确认'
  ClientHeight = 119
  ClientWidth = 268
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 24
    Top = 16
    Width = 41
    Height = 13
    AutoSize = False
    Caption = '帐号'
  end
  object Label2: TLabel
    Left = 25
    Top = 49
    Width = 41
    Height = 13
    AutoSize = False
    Caption = '密码'
  end
  object Button1: TButton
    Left = 96
    Top = 84
    Width = 75
    Height = 25
    Caption = '确认'
    ModalResult = 1
    TabOrder = 2
  end
  object Button2: TButton
    Left = 176
    Top = 84
    Width = 75
    Height = 25
    Caption = '放弃'
    ModalResult = 2
    TabOrder = 3
  end
  object Edit1: TEdit
    Left = 88
    Top = 16
    Width = 161
    Height = 21
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 89
    Top = 49
    Width = 161
    Height = 21
    PasswordChar = '*'
    TabOrder = 1
  end
end

⌨️ 快捷键说明

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