⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 shorcutfrm.~dfm

📁 一小的学生成绩管理系统,是学习DELPHI的好资料.
💻 ~DFM
字号:
object ShortCutForm: TShortCutForm
  Left = 195
  Top = 118
  Width = 479
  Height = 374
  Caption = 
    ' '#22686#21152#23398#29983#25104#32489'                                                      '#65293#65293#23567 +
    #39532#24037#20316#23460
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 16
  object GroupBox1: TGroupBox
    Left = 7
    Top = 7
    Width = 458
    Height = 336
    Caption = #24555#36895#38190#20837#65306
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlue
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 3
  end
  object ScoreListEdt: TValueListEditor
    Left = 78
    Top = 15
    Width = 242
    Height = 326
    Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goColSizing, goRowMoving, goEditing, goAlwaysShowEditor, goThumbTracking]
    ScrollBars = ssVertical
    Strings.Strings = (
      '')
    TabOrder = 0
    TitleCaptions.Strings = (
      #39064#21495
      #24471#20998)
    OnKeyPress = ScoreListEdtKeyPress
    OnValidate = ScoreListEdtValidate
    ColWidths = (
      96
      140)
  end
  object BitBtn1: TBitBtn
    Left = 360
    Top = 232
    Width = 75
    Height = 25
    TabOrder = 1
    OnClick = BitBtn1Click
    Kind = bkOK
  end
  object BitBtn2: TBitBtn
    Left = 360
    Top = 280
    Width = 75
    Height = 25
    TabOrder = 2
    Kind = bkClose
  end
end

⌨️ 快捷键说明

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