unit3.dfm

来自「一个时钟,适合初学者学习使用,有什么意见联系我」· DFM 代码 · 共 79 行

DFM
79
字号
object Form3: TForm3
  Left = 251
  Top = 211
  Width = 268
  Height = 117
  Caption = 'Form3'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label5: TLabel
    Left = 80
    Top = 24
    Width = 12
    Height = 13
    Caption = #26102
  end
  object Label6: TLabel
    Left = 160
    Top = 24
    Width = 12
    Height = 13
    Caption = #20998
  end
  object Label7: TLabel
    Left = 240
    Top = 24
    Width = 12
    Height = 13
    Caption = #31186
  end
  object Label1: TLabel
    Left = 16
    Top = 8
    Width = 48
    Height = 13
    Caption = #20851#26426#26102#38388
  end
  object Edit1: TEdit
    Left = 16
    Top = 24
    Width = 57
    Height = 21
    ImeName = #20013#25991'('#31616#20307') - '#19975#33021#20116#31508'2002'#22810#20803#36755#20837#27861
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 96
    Top = 24
    Width = 57
    Height = 21
    ImeName = #20013#25991'('#31616#20307') - '#19975#33021#20116#31508'2002'#22810#20803#36755#20837#27861
    TabOrder = 1
  end
  object Edit3: TEdit
    Left = 176
    Top = 24
    Width = 57
    Height = 21
    ImeName = #20013#25991'('#31616#20307') - '#19975#33021#20116#31508'2002'#22810#20803#36755#20837#27861
    TabOrder = 2
  end
  object BitBtn1: TBitBtn
    Left = 16
    Top = 57
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 3
    OnClick = BitBtn1Click
  end
end

⌨️ 快捷键说明

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