unit1.dfm

来自「主要实现试卷的录入」· DFM 代码 · 共 56 行

DFM
56
字号
object Form1: TForm1
  Left = 424
  Top = 287
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = #35797#39064#24211#31649#29702#31995#32479
  ClientHeight = 142
  ClientWidth = 315
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Arial'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 14
  object btnSTWH: TButton
    Left = 32
    Top = 10
    Width = 113
    Height = 41
    Caption = #35797#39064#32500#25252
    Default = True
    TabOrder = 0
    OnClick = btnSTWHClick
  end
  object btnSJWH: TButton
    Left = 168
    Top = 10
    Width = 113
    Height = 41
    Caption = #35797#21367#32500#25252
    TabOrder = 1
    OnClick = btnSJWHClick
  end
  object BitBtn1: TBitBtn
    Left = 168
    Top = 74
    Width = 113
    Height = 41
    TabOrder = 2
    Kind = bkClose
  end
  object Button3: TButton
    Left = 32
    Top = 74
    Width = 113
    Height = 41
    Caption = #35797#21367#29983#25104
    TabOrder = 3
    OnClick = Button3Click
  end
end

⌨️ 快捷键说明

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