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

📄 pjobnew.dfm

📁 BarCodePrint条码打印机打印管理
💻 DFM
📖 第 1 页 / 共 2 页
字号:
object FormJobNew: TFormJobNew
  Left = 268
  Top = 108
  BorderStyle = bsDialog
  Caption = '新添打印作业'
  ClientHeight = 310
  ClientWidth = 436
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -10
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  KeyPreview = True
  OldCreateOrder = False
  Position = poDesktopCenter
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  OnKeyPress = FormKeyPress
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object ToolBarMain: TToolBar
    Left = 0
    Top = 0
    Width = 436
    Height = 33
    ButtonHeight = 25
    Caption = 'ToolBarMain'
    Images = ImageListSmall
    ParentShowHint = False
    ShowHint = True
    TabOrder = 0
    object ToolButtonNew: TToolButton
      Left = 0
      Top = 2
      Caption = '新建'
      ImageIndex = 3
    end
    object ToolButton4: TToolButton
      Left = 23
      Top = 2
      Caption = 'ToolButton4'
      ImageIndex = 7
    end
    object ToolButton2: TToolButton
      Left = 46
      Top = 2
      Caption = 'ToolButton2'
      ImageIndex = 5
    end
    object ToolButtonHand: TToolButton
      Left = 69
      Top = 2
      Caption = 'ToolButtonHand'
      ImageIndex = 1
    end
    object ToolButton6: TToolButton
      Left = 92
      Top = 2
      Width = 8
      Caption = 'ToolButton6'
      ImageIndex = 9
      Style = tbsSeparator
    end
    object ToolButton1: TToolButton
      Left = 100
      Top = 2
      Caption = 'ToolButton1'
      ImageIndex = 4
    end
    object ToolButton3: TToolButton
      Left = 123
      Top = 2
      Caption = 'ToolButton3'
      ImageIndex = 6
    end
    object ToolButton8: TToolButton
      Left = 146
      Top = 2
      Width = 8
      Caption = 'ToolButton8'
      ImageIndex = 10
      Style = tbsSeparator
    end
    object ToolButton5: TToolButton
      Left = 154
      Top = 2
      Caption = 'ToolButton5'
      ImageIndex = 8
    end
    object ToolButton7: TToolButton
      Left = 177
      Top = 2
      Width = 8
      Caption = 'ToolButton7'
      ImageIndex = 9
      Style = tbsSeparator
    end
  end
  object Panel1: TPanel
    Left = 0
    Top = 27
    Width = 436
    Height = 227
    BevelOuter = bvLowered
    BevelWidth = 2
    TabOrder = 1
    object Label1: TLabel
      Left = 148
      Top = 15
      Width = 100
      Height = 19
      Caption = '来品报验单'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -19
      Font.Name = '仿宋_GB2312'
      Font.Style = [fsBold]
      ParentFont = False
    end
    object Label5: TLabel
      Left = 273
      Top = 20
      Width = 24
      Height = 12
      Caption = 'No:'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label8: TLabel
      Left = 296
      Top = 187
      Width = 36
      Height = 12
      Caption = '批准:'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label9: TLabel
      Left = 166
      Top = 187
      Width = 36
      Height = 12
      Caption = '审核:'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label11: TLabel
      Left = 49
      Top = 187
      Width = 36
      Height = 12
      Caption = '制单:'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label12: TLabel
      Left = 219
      Top = 76
      Width = 60
      Height = 12
      Caption = '报验日期:'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label13: TLabel
      Left = 26
      Top = 76
      Width = 60
      Height = 12
      Caption = '报验部门:'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Shape1: TShape
      Left = 143
      Top = 34
      Width = 108
      Height = 1
    end
    object Shape2: TShape
      Left = 146
      Top = 37
      Width = 103
      Height = 1
    end
    object EditMCode: TEdit
      Left = 83
      Top = 98
      Width = 134
      Height = 21
      TabOrder = 0
      OnChange = EditMCodeChange
      OnExit = EditMCodeExit
    end
    object Edit1: TEdit
      Left = 26
      Top = 98
      Width = 56
      Height = 20
      TabStop = False
      Color = clBtnFace
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      ReadOnly = True
      TabOrder = 4
      Text = '物料编码'
    end
    object EditMName: TEdit
      Left = 83
      Top = 118
      Width = 134
      Height = 21
      TabStop = False
      Color = clActiveBorder
      ReadOnly = True
      TabOrder = 3
    end
    object Edit3: TEdit
      Left = 26
      Top = 118
      Width = 56
      Height = 20
      TabStop = False
      Color = clBtnFace
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      ReadOnly = True
      TabOrder = 5
      Text = '物料名称'
    end
    object EditMUnit: TEdit
      Left = 83
      Top = 138
      Width = 134
      Height = 21
      TabStop = False
      Color = clActiveBorder
      ReadOnly = True
      TabOrder = 6
    end
    object Edit5: TEdit
      Left = 26
      Top = 138
      Width = 56
      Height = 20
      TabStop = False
      Color = clBtnFace
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      ReadOnly = True
      TabOrder = 7
      Text = '库存单位'
    end
    object Edit6: TEdit
      Left = 217
      Top = 97
      Width = 56
      Height = 20
      TabStop = False
      Color = clBtnFace
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      ReadOnly = True
      TabOrder = 8
      Text = '厂商编码'
    end
    object EditFCode: TEdit
      Left = 274
      Top = 97
      Width = 134
      Height = 21
      TabOrder = 1
      OnExit = EditFCodeExit
    end
    object Edit8: TEdit
      Left = 217
      Top = 117
      Width = 56
      Height = 20
      TabStop = False
      Color = clBtnFace
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      ReadOnly = True
      TabOrder = 9
      Text = '厂商名称'
    end
    object EditFName: TEdit
      Left = 274
      Top = 117
      Width = 134
      Height = 21
      TabStop = False
      Color = clActiveBorder
      ReadOnly = True
      TabOrder = 10
    end
    object Edit10: TEdit
      Left = 217
      Top = 137
      Width = 56
      Height = 20
      TabStop = False
      Color = clBtnFace
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      ReadOnly = True
      TabOrder = 11
      Text = '报验数量'
    end
    object EditMCount: TEdit
      Left = 274
      Top = 137
      Width = 134
      Height = 21
      TabOrder = 2
    end
    object EditOperator: TEdit
      Left = 80
      Top = 182
      Width = 80
      Height = 21
      TabStop = False
      Color = clActiveBorder
      ReadOnly = True
      TabOrder = 12

⌨️ 快捷键说明

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