delaytest.dfm

来自「光学仪器的控制系统 用于教学和科研的仪器」· DFM 代码 · 共 119 行

DFM
119
字号
object fmDtest: TfmDtest
  Left = 342
  Top = 181
  Width = 362
  Height = 250
  Caption = #24310#26102#27979#35797
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 16
  object Label1: TLabel
    Left = 30
    Top = 19
    Width = 48
    Height = 16
    Caption = #24320#22987#26102#38388
  end
  object Label2: TLabel
    Left = 30
    Top = 51
    Width = 48
    Height = 16
    Caption = #32467#26463#26102#38388
  end
  object Label3: TLabel
    Left = 32
    Top = 86
    Width = 34
    Height = 16
    AutoSize = False
    Caption = #32791#26102
  end
  object Label4: TLabel
    Left = 30
    Top = 120
    Width = 66
    Height = 16
    AutoSize = False
    Caption = #24310#26102#31995#25968
  end
  object Label5: TLabel
    Left = 256
    Top = 122
    Width = 90
    Height = 16
    AutoSize = False
    Caption = #22823#20110'0'#30340#25972#25968
  end
  object Edit1: TEdit
    Left = 99
    Top = 15
    Width = 145
    Height = 24
    ReadOnly = True
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 99
    Top = 47
    Width = 145
    Height = 24
    ReadOnly = True
    TabOrder = 1
  end
  object Edit3: TEdit
    Left = 99
    Top = 82
    Width = 145
    Height = 24
    ReadOnly = True
    TabOrder = 2
  end
  object Button1: TButton
    Left = 69
    Top = 160
    Width = 75
    Height = 25
    Caption = #27979#35797
    TabOrder = 3
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 197
    Top = 160
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 4
    OnClick = Button2Click
  end
  object Edit4: TEdit
    Left = 99
    Top = 116
    Width = 126
    Height = 24
    TabOrder = 5
    Text = '0'
  end
  object UpDown1: TUpDown
    Left = 225
    Top = 116
    Width = 17
    Height = 24
    Associate = Edit4
    Min = 0
    Max = 1000
    Increment = 5
    Position = 0
    TabOrder = 6
    Wrap = False
  end
end

⌨️ 快捷键说明

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