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

📄 unit3.dfm

📁 基于delphi的门禁考勤系统
💻 DFM
字号:
object Form3: TForm3
  Left = 0
  Top = 0
  BorderStyle = bsDialog
  Caption = #36719#20214#27880#20876
  ClientHeight = 110
  ClientWidth = 290
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 16
    Top = 20
    Width = 84
    Height = 13
    Caption = #24744#30340#24207#21015#21495#20026#65306
  end
  object Label2: TLabel
    Left = 16
    Top = 48
    Width = 120
    Height = 13
    Caption = #22312#27492#36755#20837#24744#30340#27880#20876#30721#65306
  end
  object Edit1: TEdit
    Left = 136
    Top = 16
    Width = 119
    Height = 21
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 136
    Top = 43
    Width = 119
    Height = 21
    TabOrder = 1
  end
  object Button1: TButton
    Left = 32
    Top = 76
    Width = 79
    Height = 25
    Caption = #27880#20876
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 160
    Top = 76
    Width = 79
    Height = 25
    Caption = #21462#28040
    TabOrder = 3
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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