?? main.~dfm
字號:
object TextFrm: TTextFrm
Left = 192
Top = 107
Width = 696
Height = 480
Caption = 'TextFrm'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 88
Top = 160
Width = 60
Height = 13
Caption = '字體設置:'
end
object Label2: TLabel
Left = 88
Top = 192
Width = 48
Height = 13
Caption = '背景色:'
end
object Edit1: TEdit
Left = 160
Top = 112
Width = 121
Height = 21
TabOrder = 0
Text = '中文測試'
end
object Button1: TButton
Left = 160
Top = 256
Width = 75
Height = 25
Caption = '轉換'
TabOrder = 1
OnClick = Button1Click
end
object Edit2: TEdit
Left = 159
Top = 152
Width = 290
Height = 21
TabOrder = 2
Text = 'Edit2'
end
object Button2: TButton
Left = 160
Top = 216
Width = 75
Height = 25
Caption = '字體設置'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 3
OnClick = Button2Click
end
object Button3: TButton
Left = 264
Top = 216
Width = 75
Height = 25
Caption = '背景設置'
TabOrder = 4
OnClick = Button3Click
end
object Edit3: TEdit
Left = 160
Top = 184
Width = 169
Height = 21
TabOrder = 5
Text = 'Edit3'
end
object FontDialog1: TFontDialog
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
MinFontSize = 0
MaxFontSize = 0
Left = 312
Top = 112
end
object ColorDialog1: TColorDialog
Ctl3D = True
Left = 360
Top = 112
end
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -