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

📄 unit1.dfm

📁 该程序为作者的第四个MEMO控件的程序它介绍了如何学习编简单的打字训练软件
💻 DFM
字号:
object Form1: TForm1
  Left = -4
  Top = -4
  Width = 1032
  Height = 746
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -10
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnActivate = FormActivate
  PixelsPerInch = 96
  TextHeight = 13
  object Label2: TLabel
    Left = 88
    Top = 16
    Width = 241
    Height = 29
    AutoSize = False
    Caption = #19981#36275#22235#30721#27721#23383#32451#20064
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -24
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Memo1: TMemo
    Left = 0
    Top = 72
    Width = 505
    Height = 241
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -24
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ImeName = #20113#30721'2000'
    Lines.Strings = (
      #33258#33402#28781#23610#27491#25143#38391#24202#21033#21485#26419#26522#27792#21319#31169#38639#31992
      ''
      #20137#25226#26575#36133#22791#33609#21449#23576#19985#20892#38383#26420#21696#33406#20179#20025#26086
      ''
      #31515#20993#26007#20908#21486#30447#20240#32922#23572#20223#35775#24343#39134#22859#29238#29976#26464
      ''
      #27742#21246#21653#27837#34506#22266#30343#22238#27719#21321#20987#24524#38078#36158#31546#22904#35265
      ''
      '')
    ParentFont = False
    ScrollBars = ssVertical
    TabOrder = 0
    OnChange = Memo1Change
  end
  object Button1: TButton
    Left = 280
    Top = 360
    Width = 75
    Height = 25
    Caption = #36864#20986
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 56
    Top = 360
    Width = 129
    Height = 25
    Caption = #37325#26032#24320#22987
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 2
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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