timejg.dfm

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

DFM
61
字号
object Form1: TForm1
  Left = 336
  Top = 136
  Width = 292
  Height = 158
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 14
    Top = 59
    Width = 84
    Height = 13
    Caption = #35774#23450#26102#38388#38388#38548#65306
  end
  object Label2: TLabel
    Left = 17
    Top = 24
    Width = 48
    Height = 13
    Caption = #32771#21220#26426#21495
  end
  object Edit1: TEdit
    Left = 104
    Top = 55
    Width = 161
    Height = 21
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 104
    Top = 21
    Width = 161
    Height = 21
    TabOrder = 1
  end
  object Button1: TButton
    Left = 72
    Top = 96
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 2
  end
  object Button2: TButton
    Left = 176
    Top = 96
    Width = 75
    Height = 25
    Caption = #21462#28040
    TabOrder = 3
  end
end

⌨️ 快捷键说明

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