u_rectime.dfm

来自「这是一个60吨地磅称量系统」· DFM 代码 · 共 56 行

DFM
56
字号
object F_RecTime: TF_RecTime
  Left = 311
  Top = 224
  BorderStyle = bsNone
  Caption = 'F_RecTime'
  ClientHeight = 181
  ClientWidth = 417
  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 = 96
    Top = 32
    Width = 251
    Height = 19
    Caption = #25968#25454#20648#23384#26102#38388#38388#38548#65288#31186'/'#27425#65289
    Font.Charset = ANSI_CHARSET
    Font.Color = clRed
    Font.Height = -19
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
  end
  object ComboBox1: TComboBox
    Left = 144
    Top = 72
    Width = 129
    Height = 21
    Style = csDropDownList
    ItemHeight = 13
    TabOrder = 0
    OnDropDown = ComboBox1DropDown
  end
  object Button1: TButton
    Left = 168
    Top = 128
    Width = 75
    Height = 41
    Caption = #36864#20986
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = #26032#23435#20307
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 1
    OnClick = Button1Click
  end
end

⌨️ 快捷键说明

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