yonghudenglu.dfm

来自「Delphi实战演练一书的配套光盘」· DFM 代码 · 共 109 行

DFM
109
字号
object YonghuDengluFrm: TYonghuDengluFrm
  Left = 192
  Top = 107
  Width = 288
  Height = 170
  Caption = '用户登录'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  Position = poScreenCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 56
    Top = 24
    Width = 42
    Height = 14
    Caption = '用户号'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -14
    Font.Name = '幼圆'
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 56
    Top = 56
    Width = 42
    Height = 14
    Caption = '口  令'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -14
    Font.Name = '幼圆'
    Font.Style = []
    ParentFont = False
  end
  object BitBtn1: TBitBtn
    Left = 40
    Top = 96
    Width = 75
    Height = 25
    Cancel = True
    Caption = '取消'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -14
    Font.Name = '幼圆'
    Font.Style = []
    ModalResult = 2
    ParentFont = False
    TabOrder = 0
    OnClick = BitBtn1Click
    NumGlyphs = 2
  end
  object BitBtn2: TBitBtn
    Left = 176
    Top = 96
    Width = 75
    Height = 25
    Caption = '确认'
    Default = True
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -14
    Font.Name = '幼圆'
    Font.Style = []
    ModalResult = 1
    ParentFont = False
    TabOrder = 1
    OnClick = BitBtn2Click
    NumGlyphs = 2
  end
  object Edit1: TEdit
    Left = 120
    Top = 21
    Width = 105
    Height = 22
    Color = clScrollBar
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -14
    Font.Name = '幼圆'
    Font.Style = []
    ParentFont = False
    TabOrder = 2
  end
  object MaskEdit1: TMaskEdit
    Left = 120
    Top = 54
    Width = 105
    Height = 21
    Color = clMenu
    PasswordChar = '#'
    TabOrder = 3
  end
  object Query1: TQuery
    Left = 8
    Top = 8
  end
end

⌨️ 快捷键说明

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