untifrmmain.dfm
来自「精彩编程百例51~75 其中有 cpu速度测试 检测声卡 查询内存信息 图像处理」· DFM 代码 · 共 93 行
DFM
93 行
object Form1: TForm1
Left = 287
Top = 162
Width = 380
Height = 317
Caption = #26174#31034#30913#30424#39537#21160#22120#20449#24687
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 GroupBox1: TGroupBox
Left = 32
Top = 160
Width = 313
Height = 105
Caption = #30913#30424#25511#20214#20449#24687
TabOrder = 3
object Label1: TLabel
Left = 16
Top = 24
Width = 3
Height = 13
Font.Charset = DEFAULT_CHARSET
Font.Color = clRed
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label2: TLabel
Left = 16
Top = 56
Width = 3
Height = 13
Font.Charset = DEFAULT_CHARSET
Font.Color = clRed
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
end
object Button1: TButton
Left = 192
Top = 40
Width = 65
Height = 33
Caption = '&Go'
TabOrder = 0
OnClick = Button1Click
end
object Edit1: TEdit
Left = 48
Top = 40
Width = 121
Height = 28
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 1
end
object Edit2: TEdit
Left = 48
Top = 96
Width = 289
Height = 28
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 2
end
object Button2: TButton
Left = 272
Top = 40
Width = 65
Height = 33
Caption = '&Clear'
TabOrder = 4
OnClick = Button2Click
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?