?? setpar.dfm
字號:
object fmPar: TfmPar
Left = 235
Top = 146
BorderStyle = bsDialog
Caption = 'fmPar'
ClientHeight = 75
ClientWidth = 161
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 Label1: TLabel
Left = 16
Top = 8
Width = 21
Height = 13
Caption = 'BPP'
end
object etBPP: TEdit
Left = 55
Top = 5
Width = 90
Height = 22
TabOrder = 0
Text = '1.0'
end
object btOK: TButton
Left = 16
Top = 40
Width = 57
Height = 25
Caption = 'OK'
ModalResult = 1
TabOrder = 1
end
object btCancel: TButton
Left = 88
Top = 40
Width = 57
Height = 25
Caption = 'Cancel'
ModalResult = 2
TabOrder = 2
end
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -