?? unit1.dfm
字號(hào):
object Form1: TForm1
Left = 203
Top = 183
Width = 546
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
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
object Button1: TButton
Left = 32
Top = 20
Width = 75
Height = 25
Caption = 'Run'
TabOrder = 0
OnClick = Button1Click
end
object memParams: TMemo
Left = 280
Top = 20
Width = 225
Height = 69
Lines.Strings = (
'color=red'
'shape=round')
ScrollBars = ssBoth
TabOrder = 1
end
object cboApplications: TEdit
Left = 144
Top = 20
Width = 121
Height = 21
TabOrder = 2
Text = 'Sample_Module.dll'
end
object cboActions: TEdit
Left = 144
Top = 68
Width = 121
Height = 21
TabOrder = 3
Text = 'TEST MODULE'
end
object Memo1: TMemo
Left = 32
Top = 216
Width = 473
Height = 125
Lines.Strings = (
'Memo1')
ScrollBars = ssVertical
TabOrder = 4
end
object Panel1: TPanel
Left = 32
Top = 108
Width = 473
Height = 85
Caption = 'Panel1'
TabOrder = 5
end
end
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -