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

📄 unit1.~dfm

📁 此源程序实现了Word的统计数字功能,该源程序你只需编写小量程序你就可以实现统计数字的功能了,那是多么奇妙的一件事呀
💻 ~DFM
字号:
object Form1: TForm1
  Left = 223
  Top = 199
  Width = 635
  Height = 480
  Caption = #25968#23398#32479#35745
  Color = clSkyBlue
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  Menu = MainMenu1
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 0
    Top = 0
    Width = 80
    Height = 16
    Caption = #35831#36755#20837#25991#23383
    Font.Charset = ANSI_CHARSET
    Font.Color = clBlack
    Font.Height = -16
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 464
    Top = 216
    Width = 60
    Height = 13
    Caption = #23383#27597#23383#25968#65306
  end
  object Label3: TLabel
    Left = 464
    Top = 248
    Width = 60
    Height = 13
    Caption = #27721#23383#23383#25968#65306
  end
  object Button1: TButton
    Left = 472
    Top = 72
    Width = 75
    Height = 25
    Caption = #31896#24086#25991#23383
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 472
    Top = 128
    Width = 75
    Height = 25
    Caption = #24320#22987#32479#35745
    TabOrder = 1
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 480
    Top = 304
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 2
    OnClick = Button3Click
  end
  object Edit1: TEdit
    Left = 528
    Top = 208
    Width = 81
    Height = 21
    TabOrder = 3
    Text = 'Edit1'
  end
  object Edit2: TEdit
    Left = 528
    Top = 248
    Width = 81
    Height = 21
    TabOrder = 4
    Text = 'Edit2'
  end
  object Memo1: TMemo
    Left = 0
    Top = 16
    Width = 433
    Height = 417
    Color = clMoneyGreen
    Lines.Strings = (
      'Memo1')
    ScrollBars = ssVertical
    TabOrder = 5
  end
  object MainMenu1: TMainMenu
    Left = 128
    object N1: TMenuItem
      Caption = #25991#20214
      object N2: TMenuItem
        Caption = #24320#22987#32479#35745
        OnClick = N2Click
      end
      object N4: TMenuItem
        Caption = #31896#24086#25991#23383
        OnClick = N4Click
      end
      object N3: TMenuItem
        Caption = #36864#20986
        OnClick = N3Click
      end
    end
    object N5: TMenuItem
      Caption = #24110#21161
      object N6: TMenuItem
        Caption = #20851#20110
        OnClick = N6Click
      end
    end
  end
  object Timer1: TTimer
    Interval = 500
    OnTimer = Timer1Timer
    Left = 312
    Top = 40
  end
end

⌨️ 快捷键说明

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