?? unit1.~dfm
字號(hào):
object Form1: TForm1
Left = 192
Top = 107
Width = 544
Height = 375
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 = 360
Top = 96
Width = 137
Height = 25
Caption = 'Label1'
end
object Label2: TLabel
Left = 360
Top = 144
Width = 145
Height = 25
Caption = 'Label2'
end
object Button1: TButton
Left = 352
Top = 40
Width = 177
Height = 33
Caption = '統(tǒng)計(jì)中英文個(gè)數(shù)'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -21
Font.Name = '楷體_GB2312'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 0
OnClick = Button1Click
end
object Memo1: TMemo
Left = 48
Top = 40
Width = 217
Height = 209
Lines.Strings = (
'Memo1'
'這個(gè)程序用來統(tǒng)計(jì)程序中文本的中文和英文'
'字符的個(gè)數(shù)。'
'The programme is used to statistics the '
'numbers of'
' Chinese and English characters.'
'thank you for useing it'
''
'Design:helley@263.net')
TabOrder = 1
end
end
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -