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

📄 unit1.dfm

📁 这是一个统计字的个数的程序
💻 DFM
字号:
object Form1: TForm1
  Left = 233
  Top = 160
  Width = 544
  Height = 375
  Caption = #23383#25968#32479#35745#24037#20855
  Color = clSkyBlue
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  Menu = MainMenu1
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 16
    Top = 40
    Width = 89
    Height = 25
    AutoSize = False
    Caption = #35831#36755#20837#25991#23383#65306
  end
  object Label2: TLabel
    Left = 280
    Top = 164
    Width = 65
    Height = 21
    AutoSize = False
    Caption = #23383#27597#23383#25968#65306
  end
  object Label3: TLabel
    Left = 280
    Top = 200
    Width = 73
    Height = 17
    AutoSize = False
    Caption = #27721#23383#23383#25968#65306
  end
  object Memo1: TMemo
    Left = 16
    Top = 64
    Width = 249
    Height = 209
    Color = clMoneyGreen
    Lines.Strings = (
      '')
    ScrollBars = ssVertical
    TabOrder = 0
  end
  object Edit1: TEdit
    Left = 360
    Top = 156
    Width = 121
    Height = 21
    Color = clMoneyGreen
    TabOrder = 1
  end
  object Edit2: TEdit
    Left = 360
    Top = 192
    Width = 121
    Height = 21
    Color = clMoneyGreen
    TabOrder = 2
  end
  object Button1: TButton
    Left = 360
    Top = 56
    Width = 75
    Height = 25
    Caption = #31896#36148#25991#23383
    TabOrder = 3
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 360
    Top = 256
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 4
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 360
    Top = 106
    Width = 75
    Height = 25
    Caption = #24320#22987#32479#35745
    TabOrder = 5
    OnClick = Button3Click
  end
  object MainMenu1: TMainMenu
    Left = 192
    Top = 8
    object N1: TMenuItem
      Caption = #25991#20214
      object N2: TMenuItem
        Caption = #31896#36148#25991#23383
        OnClick = N2Click
      end
      object N3: TMenuItem
        Caption = #24320#22987#32479#35745
        OnClick = N3Click
      end
      object N4: TMenuItem
        Caption = #36864#20986
        OnClick = N4Click
      end
    end
    object nopen: TMenuItem
      Caption = #36873#25321
      object N6: TMenuItem
        Caption = #25171#24320
        OnClick = N6Click
      end
      object N7: TMenuItem
        Caption = #20445#23384
        Default = True
        OnClick = N7Click
      end
    end
    object N5: TMenuItem
      Caption = #24110#21161
      object about: TMenuItem
        Caption = #20851#20110
        OnClick = aboutClick
      end
    end
  end
  object OpenDialog1: TOpenDialog
    Left = 224
    Top = 8
  end
  object SaveDialog1: TSaveDialog
    Filter = '|txt'
    Left = 256
    Top = 8
  end
end

⌨️ 快捷键说明

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