pkform.dfm
来自「简单的餐饮软件部分源码」· DFM 代码 · 共 70 行
DFM
70 行
object fpk: Tfpk
Left = 183
Top = 161
Width = 374
Height = 183
BorderIcons = []
Caption = 'fpk'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object rabut1: TRadioButton
Left = 19
Top = 40
Width = 143
Height = 49
Caption = 'rabut1'
Checked = True
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 0
TabStop = True
end
object rabut2: TRadioButton
Left = 193
Top = 40
Width = 143
Height = 49
Caption = 'RadioButton1'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 1
end
object bit1: TBitBtn
Left = 172
Top = 109
Width = 89
Height = 41
Caption = 'bit1'
Default = True
TabOrder = 2
OnClick = bit1Click
end
object bit2: TBitBtn
Left = 266
Top = 109
Width = 89
Height = 41
Cancel = True
Caption = 'bit1'
TabOrder = 3
OnClick = bit2Click
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?