unit1.~dfm
来自「利用最少回合數 對於給定一個字串 再給定一些參考字元 利用替換掉字元來達到與給定」· ~DFM 代码 · 共 72 行
~DFM
72 行
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 + =
减小字号Ctrl + -
显示快捷键?