📄 unit1.dfm
字号:
object Form1: TForm1
Left = 192
Top = 115
BorderIcons = []
BorderStyle = bsNone
ClientHeight = 605
ClientWidth = 744
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
KeyPreview = True
OldCreateOrder = False
WindowState = wsMaximized
OnClose = FormClose
OnCreate = FormCreate
OnKeyDown = FormKeyDown
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 41
Width = 744
Height = 523
Align = alClient
Color = clWhite
TabOrder = 0
object PaintBox1: TPaintBox
Left = 1
Top = 1
Width = 742
Height = 521
Cursor = crHandPoint
Align = alClient
OnMouseMove = Image1MouseMove
end
end
object Panel2: TPanel
Left = 0
Top = 0
Width = 744
Height = 41
Align = alTop
Caption = 'Capture Owner/Head Signature'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 1
end
object Panel3: TPanel
Left = 0
Top = 564
Width = 744
Height = 41
Align = alBottom
TabOrder = 2
DesignSize = (
744
41)
object BitBtn2: TBitBtn
Left = 303
Top = 8
Width = 75
Height = 25
Anchors = [akTop]
Caption = 'Clear'
TabOrder = 0
OnClick = BitBtn2Click
end
object BitBtn1: TBitBtn
Left = 381
Top = 8
Width = 75
Height = 25
Anchors = [akTop]
Caption = 'Commit'
TabOrder = 1
OnClick = BitBtn1Click
end
object BitBtn3: TBitBtn
Left = 461
Top = 8
Width = 75
Height = 25
Anchors = [akTop]
Caption = 'Close'
TabOrder = 2
OnClick = BitBtn3Click
end
end
object ApplicationEvents1: TApplicationEvents
OnMessage = ApplicationEvents1Message
Left = 496
Top = 40
end
object Timer1: TTimer
Enabled = False
OnTimer = Timer1Timer
Left = 344
Top = 193
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -