unit1.dfm
来自「saa713xDiagram.src.zip saa713x芯片的底层功能测试」· DFM 代码 · 共 60 行
DFM
60 行
object Form1: TForm1
Left = 265
Top = 394
VertScrollBar.ParentColor = False
Caption = 'Get MyCinema remote signal'
ClientHeight = 160
ClientWidth = 556
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnShow = FormShow
DesignSize = (
556
160)
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 129
Width = 461
Height = 24
Anchors = [akLeft, akRight, akBottom]
AutoSize = False
Caption = 'Value:'
Transparent = True
end
object ScrollBox1: TScrollBox
Left = 8
Top = 8
Width = 542
Height = 115
HorzScrollBar.Tracking = True
VertScrollBar.Tracking = True
Anchors = [akLeft, akTop, akRight, akBottom]
TabOrder = 0
object Image1: TImage
Left = 0
Top = 0
Width = 538
Height = 110
end
end
object Button1: TButton
Left = 475
Top = 128
Width = 75
Height = 25
Anchors = [akRight, akBottom]
Caption = '&Save BMP'
TabOrder = 1
OnClick = Button1Click
end
object XPManifest1: TXPManifest
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?