unit5.dfm

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

DFM
79
字号
object FrmSJSC: TFrmSJSC
  Left = 232
  Top = 222
  Width = 642
  Height = 489
  Caption = #35797#21367#29983#25104
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Arial'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  OnHide = FormHide
  PixelsPerInch = 96
  TextHeight = 14
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 634
    Height = 41
    Align = alTop
    TabOrder = 0
    object Label1: TLabel
      Left = 8
      Top = 15
      Width = 96
      Height = 14
      Caption = #35831#36755#20837#35797#21367#32534#21495#65306
    end
    object Button1: TButton
      Left = 531
      Top = 6
      Width = 94
      Height = 28
      Caption = #35797#21367#29983#25104
      TabOrder = 0
      OnClick = Button1Click
    end
    object Edit1: TEdit
      Left = 112
      Top = 10
      Width = 121
      Height = 22
      ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
      TabOrder = 1
    end
  end
  object ScrollBox1: TScrollBox
    Left = 0
    Top = 41
    Width = 634
    Height = 414
    Align = alClient
    TabOrder = 1
    object Memo1: TMemo
      Left = 0
      Top = 0
      Width = 630
      Height = 410
      Align = alClient
      ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
      TabOrder = 0
    end
  end
  object PopupMenu1: TPopupMenu
    Left = 248
    Top = 9
    object N1: TMenuItem
      Caption = #25171#21360#35797#21367
    end
    object N2: TMenuItem
      Caption = #36864#20986
    end
  end
end

⌨️ 快捷键说明

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