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

📄 unit1.dfm

📁 利用最少回合數 對於給定一個字串 再給定一些參考字元 利用替換掉字元來達到與給定的字串為目的
💻 DFM
字号:
object Form1: TForm1
  Left = 200
  Top = 115
  Width = 826
  Height = 596
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 8
    Top = 16
    Width = 57
    Height = 17
    AutoSize = False
    Caption = #27604#36611#23383#20018
  end
  object Label2: TLabel
    Left = 8
    Top = 40
    Width = 57
    Height = 17
    AutoSize = False
    Caption = #26356#21205#23383#20018
  end
  object Label3: TLabel
    Left = 360
    Top = 32
    Width = 41
    Height = 17
    AutoSize = False
    Caption = 'Label3'
  end
  object Label4: TLabel
    Left = 296
    Top = 32
    Width = 57
    Height = 17
    AutoSize = False
    Caption = #26356#21205#27425#25976
  end
  object Edit1: TEdit
    Left = 80
    Top = 16
    Width = 137
    Height = 21
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 80
    Top = 40
    Width = 137
    Height = 21
    TabOrder = 1
  end
  object Button1: TButton
    Left = 224
    Top = 16
    Width = 57
    Height = 49
    Caption = #36664#20837
    TabOrder = 2
    OnClick = Button1Click
  end
end

⌨️ 快捷键说明

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