unitautorun.dfm

来自「我为某旅游局开发 的评委评估系统」· DFM 代码 · 共 43 行

DFM
43
字号
object FormAutoRun: TFormAutoRun
  Left = 283
  Top = 170
  Width = 210
  Height = 138
  BorderIcons = [biSystemMenu, biMinimize]
  Caption = #24320#26426#36816#34892
  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 GroupBox1: TGroupBox
    Left = 16
    Top = 8
    Width = 169
    Height = 89
    Caption = #36873#25321
    TabOrder = 0
    object CheckBox2: TCheckBox
      Left = 24
      Top = 16
      Width = 129
      Height = 25
      Caption = #24320#26426#33258#21160#36816#34892#26412#31243#24207
      TabOrder = 0
    end
    object Button1: TButton
      Left = 48
      Top = 48
      Width = 81
      Height = 25
      Caption = #30830#23450
      TabOrder = 1
      OnClick = Button1Click
    end
  end
end

⌨️ 快捷键说明

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