temprecord1.dfm

来自「上传个考勤系统,希望别人也能用.该代码只能算初级的东东,软件代码复用性不高,重复」· DFM 代码 · 共 28 行

DFM
28
字号
object dlgTest: TdlgTest
  Left = 430
  Top = 283
  BorderIcons = []
  BorderStyle = bsDialog
  Caption = #25552#31034
  ClientHeight = 103
  ClientWidth = 362
  Color = clInfoBk
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poOwnerFormCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 104
    Top = 40
    Width = 36
    Height = 12
    Caption = 'Label1'
  end
end

⌨️ 快捷键说明

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