denglu.~dfm

来自「花了两个多星期写的考勤系统」· ~DFM 代码 · 共 72 行

~DFM
72
字号
object frmdenglu: Tfrmdenglu
  Left = 355
  Top = 241
  Width = 344
  Height = 219
  Caption = 'frmdenglu'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCloseQuery = FormCloseQuery
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 64
    Top = 24
    Width = 41
    Height = 21
    AutoSize = False
    Caption = #29992#25143#21517
  end
  object Label2: TLabel
    Left = 72
    Top = 64
    Width = 33
    Height = 13
    AutoSize = False
    Caption = #23494#30721
  end
  object Edit1: TEdit
    Left = 112
    Top = 24
    Width = 121
    Height = 21
    TabOrder = 0
    Text = 'ooo'
  end
  object Edit2: TEdit
    Left = 112
    Top = 64
    Width = 121
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    PasswordChar = '*'
    TabOrder = 1
    Text = 'oo'
  end
  object Button1: TButton
    Left = 80
    Top = 128
    Width = 65
    Height = 33
    Caption = 'OK'
    Default = True
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 176
    Top = 128
    Width = 65
    Height = 33
    Cancel = True
    Caption = 'CANCEL'
    TabOrder = 3
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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