⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 pset.dfm

📁 BarCodePrint条码打印机打印管理
💻 DFM
字号:
object FormSet: TFormSet
  Left = 202
  Top = 164
  BorderStyle = bsDialog
  Caption = '设置'
  ClientHeight = 298
  ClientWidth = 499
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label4: TLabel
    Left = 46
    Top = 248
    Width = 64
    Height = 16
    Caption = '工厂标记'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
  end
  object RadioGroupPrinter: TRadioGroup
    Left = 248
    Top = 32
    Width = 185
    Height = 116
    Caption = '打印机'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = '宋体'
    Font.Style = []
    ItemIndex = 0
    Items.Strings = (
      '普通打印机'
      '条码打印机')
    ParentFont = False
    TabOrder = 0
  end
  object GroupBox1: TGroupBox
    Left = 48
    Top = 32
    Width = 185
    Height = 119
    Caption = '参数'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    object Label1: TLabel
      Left = 8
      Top = 32
      Width = 48
      Height = 16
      Caption = '二科:'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label2: TLabel
      Left = 8
      Top = 53
      Width = 48
      Height = 16
      Caption = '三科:'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label3: TLabel
      Left = 8
      Top = 83
      Width = 48
      Height = 16
      Caption = '分割:'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object MaskEditTwo: TMaskEdit
      Left = 56
      Top = 24
      Width = 121
      Height = 24
      EditMask = '!9999999;1;0'
      MaxLength = 7
      TabOrder = 0
      Text = '       '
    end
    object MaskEditThree: TMaskEdit
      Left = 56
      Top = 53
      Width = 121
      Height = 24
      EditMask = '!9999999;0;0'
      MaxLength = 7
      TabOrder = 1
    end
    object MaskEditPoint: TMaskEdit
      Left = 56
      Top = 83
      Width = 121
      Height = 24
      EditMask = '!9999;1;0'
      MaxLength = 4
      TabOrder = 2
      Text = '7   '
    end
  end
  object ButtonCancle: TButton
    Left = 355
    Top = 256
    Width = 75
    Height = 25
    Caption = '取消'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 2
    OnClick = ButtonCancleClick
  end
  object ButtonOK: TButton
    Left = 267
    Top = 256
    Width = 75
    Height = 25
    Caption = '确定'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 3
    OnClick = ButtonOKClick
  end
  object RadioGroupBarCode: TRadioGroup
    Left = 48
    Top = 160
    Width = 185
    Height = 73
    Caption = '码制'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = '宋体'
    Font.Style = []
    ItemIndex = 0
    Items.Strings = (
      '39'
      '128')
    ParentFont = False
    TabOrder = 4
  end
  object RadioGroupPort: TRadioGroup
    Left = 248
    Top = 160
    Width = 185
    Height = 73
    Caption = '打印端口机'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = '宋体'
    Font.Style = []
    ItemIndex = 0
    Items.Strings = (
      'LPT1'
      'LPT2')
    ParentFont = False
    TabOrder = 5
  end
  object EditCompanyCode: TEdit
    Left = 116
    Top = 244
    Width = 117
    Height = 21
    MaxLength = 1
    TabOrder = 6
  end
  object ADOTableSet: TADOTable
    Left = 247
    Top = 16
  end
end

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -