dl.~dfm

来自「一个不错的酒店管理系统 用delphi7实现」· ~DFM 代码 · 共 88 行

~DFM
88
字号
object DLForm: TDLForm
  Left = 315
  Top = 179
  Width = 348
  Height = 281
  Caption = 'DLForm'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 32
    Top = 32
    Width = 276
    Height = 24
    Caption = #27426#36814#20809#20020#22825#19979#37202#24215' '#35831#30331#24405
    Font.Charset = GB2312_CHARSET
    Font.Color = clGreen
    Font.Height = -24
    Font.Name = #26999#20307'_GB2312'
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 88
    Top = 88
    Width = 31
    Height = 13
    Caption = 'UserId'
  end
  object Label3: TLabel
    Left = 88
    Top = 144
    Width = 46
    Height = 13
    Caption = 'Password'
  end
  object EditCode: TEdit
    Left = 160
    Top = 88
    Width = 81
    Height = 21
    TabOrder = 0
    Text = 'EditCode'
  end
  object EditPWD: TEdit
    Left = 160
    Top = 144
    Width = 81
    Height = 21
    PasswordChar = '*'
    TabOrder = 1
    Text = 'EditPWD'
  end
  object BtOk: TBitBtn
    Left = 48
    Top = 192
    Width = 75
    Height = 25
    Caption = #30331#24405
    TabOrder = 2
    OnClick = BtOkClick
  end
  object BtCancel: TBitBtn
    Left = 208
    Top = 192
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 3
    OnClick = BtCancelClick
  end
  object Table1: TTable
    DatabaseName = 'DBDEMOS'
    IndexFieldNames = 'UserId'
    TableName = #20250#21592#24211'.DB'
    Left = 56
    Top = 120
  end
end

⌨️ 快捷键说明

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