autosavesrc.dfm

来自「该程序可作为386的接警程序使用」· DFM 代码 · 共 74 行

DFM
74
字号
object FormAutoSave: TFormAutoSave
  Left = 346
  Top = 267
  Width = 281
  Height = 118
  Caption = #33258#21160#20445#23384#26102#38388#35774#32622
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnActivate = FormActivate
  PixelsPerInch = 96
  TextHeight = 13
  object Label2: TLabel
    Left = 225
    Top = 14
    Width = 35
    Height = 13
    Caption = #22825'(D)   '
  end
  object Edit1: TEdit
    Left = 127
    Top = 11
    Width = 79
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
    ReadOnly = True
    TabOrder = 0
    Text = '1'
  end
  object Button1: TButton
    Left = 40
    Top = 56
    Width = 71
    Height = 25
    Caption = #30830#23450
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 128
    Top = 56
    Width = 71
    Height = 25
    Caption = #21462#28040
    TabOrder = 2
    OnClick = Button2Click
  end
  object CheckBoxTime: TCheckBox
    Left = 20
    Top = 15
    Width = 105
    Height = 17
    Caption = #20445#23384#26102#38388#38388#38548#65306
    TabOrder = 3
    OnClick = CheckBoxTimeClick
  end
  object UpDown1: TUpDown
    Left = 206
    Top = 11
    Width = 16
    Height = 21
    Associate = Edit1
    Min = 1
    Max = 10
    Position = 1
    TabOrder = 4
    Wrap = False
  end
end

⌨️ 快捷键说明

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