📄 bmpdlg.dfm
字号:
object NewBMPForm: TNewBMPForm
Left = 253
Top = 114
ActiveControl = OKBtn
BorderStyle = bsDialog
Caption = 'Bitmap Dimensions'
ClientHeight = 148
ClientWidth = 287
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -14
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = True
Position = poScreenCenter
PixelsPerInch = 120
TextHeight = 16
object Bevel1: TBevel
Left = 10
Top = 10
Width = 267
Height = 80
Shape = bsFrame
IsControl = True
end
object Label1: TLabel
Left = 30
Top = 20
Width = 34
Height = 16
Caption = '&Width'
FocusControl = WidthEdit
end
object Label2: TLabel
Left = 30
Top = 59
Width = 39
Height = 16
Caption = '&Height'
FocusControl = HeightEdit
end
object OKBtn: TButton
Left = 39
Top = 103
Width = 95
Height = 34
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 0
end
object CancelBtn: TButton
Left = 143
Top = 103
Width = 95
Height = 34
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 1
end
object WidthEdit: TEdit
Left = 108
Top = 15
Width = 149
Height = 24
TabOrder = 2
end
object HeightEdit: TEdit
Left = 108
Top = 54
Width = 149
Height = 24
TabOrder = 3
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -