frmcheck.dfm

来自「详细说明:毕业论文中关于小型宾馆管理系统的详细设计毕 业论文中关于小型宾馆...」· DFM 代码 · 共 68 行

DFM
68
字号
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 + =
减小字号Ctrl + -
显示快捷键?