📄 unit1.dfm
字号:
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
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -