unit1.dfm
来自「delphi 正则表达例程。。。 正则表达式在实际应用中非常广泛」· DFM 代码 · 共 61 行
DFM
61 行
object Form1: TForm1
Left = 192
Top = 107
Width = 492
Height = 191
Caption = #27491#21017#34920#36798#24335#21305#37197#31243#24207
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 = 2
Top = 139
Width = 79
Height = 13
AutoSize = False
Caption = #27491#21017#34920#36798#24335
end
object GroupBox1: TGroupBox
Left = 0
Top = 0
Width = 484
Height = 129
Align = alTop
Caption = #24453#21305#37197#30340#20869#23481
TabOrder = 0
object Memo1: TMemo
Left = 2
Top = 15
Width = 480
Height = 112
Align = alClient
Lines.Strings = (
#27491',,aw'#21017#34920#36798#24335#65292)
TabOrder = 0
end
end
object Edit1: TEdit
Left = 80
Top = 136
Width = 328
Height = 21
TabOrder = 1
Text = #27491'.{0,6}'#21017'.{0,6}'#34920#36798#24335
end
object Button1: TButton
Left = 416
Top = 133
Width = 67
Height = 25
Caption = #39564#35777
TabOrder = 2
OnClick = Button1Click
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?