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

📄 unit1.~dfm

📁 该程序为作者的第四个MEMO控件的程序它介绍了如何学习编简单的打字训练软件
💻 ~DFM
字号:
object Form1: TForm1
  Left = 196
  Top = 32
  Width = 425
  Height = 437
  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 = 120
    Top = 16
    Width = 192
    Height = 29
    Caption = '不足四码汉字练习'
    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 = '云码2000'
    Lines.Strings = (
      '自艺灭尺正户闷床利叭朳枚沐升私雯糸'
      ''
      '亩把柏败备草叉尘丑农闯朴哀艾仓丹旦'
      ''
      '笛刁斗冬叮盯伐肚尔仿访弗飞奋父甘杠'
      ''
      '汞勾咕沽蛊固皇回汇卉击忌钾贾笺奸见'
      ''
      '')
    ParentFont = False
    ScrollBars = ssVertical
    TabOrder = 0
    OnChange = Memo1Change
  end
  object Button1: TButton
    Left = 280
    Top = 360
    Width = 75
    Height = 25
    Caption = '退出'
    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 = 88
    Top = 360
    Width = 75
    Height = 25
    Caption = '重新开始'
    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 + -