📄 pprinttype.dfm
字号:
object FormPrintType: TFormPrintType
Left = 294
Top = 211
BorderStyle = bsDialog
Caption = '打印类型'
ClientHeight = 204
ClientWidth = 295
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object ButtonCancle: TButton
Left = 171
Top = 154
Width = 75
Height = 25
Caption = '取消'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = '宋体'
Font.Style = []
ParentFont = False
TabOrder = 0
OnClick = ButtonCancleClick
end
object ButtonOK: TButton
Left = 39
Top = 154
Width = 75
Height = 25
Caption = '确定'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = '宋体'
Font.Style = []
ParentFont = False
TabOrder = 1
OnClick = ButtonOKClick
end
object RadioGroupPrintType: TRadioGroup
Left = 40
Top = 13
Width = 210
Height = 118
Caption = '打印类型'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = '宋体'
Font.Style = []
ItemIndex = 0
Items.Strings = (
'A.标准打印18位条码标签'
'B.非包装单位标签'
'C.8位条码标签')
ParentFont = False
TabOrder = 2
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -