nonefrm.dfm
来自「《delphi深度编程及其项目开发》」· DFM 代码 · 共 56 行
DFM
56 行
object frmNone: TfrmNone
Left = 236
Top = 150
Width = 456
Height = 318
Caption = #27809#26377#20219#20309#25511#21046#32447#31243#21516#27493
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 12
object Label1: TLabel
Left = 11
Top = 8
Width = 90
Height = 12
Caption = #32447#31243'1'#30340#25968#32452#25968#25454
end
object Label2: TLabel
Left = 192
Top = 8
Width = 90
Height = 12
Caption = #32447#31243'2'#30340#25968#32452#25968#25454
end
object ListBox2: TListBox
Left = 192
Top = 24
Width = 153
Height = 241
ItemHeight = 12
TabOrder = 0
end
object ListBox1: TListBox
Left = 8
Top = 24
Width = 153
Height = 241
ItemHeight = 12
TabOrder = 1
end
object btnExecute: TButton
Left = 360
Top = 24
Width = 75
Height = 25
Caption = #25191#34892
TabOrder = 2
OnClick = btnExecuteClick
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?