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

📄 unbgds.dfm

📁 DELPHI编写的商场收银POS机源代码
💻 DFM
📖 第 1 页 / 共 3 页
字号:
      ParentCtl3D = False
      ParentFont = False
      TabOrder = 30
      object Label1: TLabel
        Left = 1
        Top = 19
        Width = 60
        Height = 12
        Caption = '产品条形码'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -12
        Font.Name = '宋体'
        Font.Style = []
        ParentFont = False
      end
      object Label2: TLabel
        Left = 112
        Top = 19
        Width = 48
        Height = 12
        Caption = '产品名称'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -12
        Font.Name = '宋体'
        Font.Style = []
        ParentFont = False
      end
      object Label3: TLabel
        Left = 5
        Top = 58
        Width = 48
        Height = 12
        Caption = '产品分类'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -12
        Font.Name = '宋体'
        Font.Style = []
        ParentFont = False
      end
      object Label7: TLabel
        Left = 5
        Top = 38
        Width = 48
        Height = 12
        Caption = '供应厂商'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -12
        Font.Name = '宋体'
        Font.Style = []
        ParentFont = False
      end
      object Label8: TLabel
        Left = 5
        Top = 78
        Width = 48
        Height = 12
        Caption = '英文名称'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -12
        Font.Name = '宋体'
        Font.Style = []
        ParentFont = False
      end
      object Label9: TLabel
        Left = 5
        Top = 98
        Width = 48
        Height = 12
        Caption = '叙  述'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -12
        Font.Name = '宋体'
        Font.Style = []
        ParentFont = False
      end
      object Label10: TLabel
        Left = 5
        Top = 128
        Width = 48
        Height = 12
        Caption = '店库存量'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -12
        Font.Name = '宋体'
        Font.Style = []
        ParentFont = False
      end
      object CB1: TRadioGroup
        Left = 60
        Top = 115
        Width = 106
        Height = 31
        Columns = 2
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clBlue
        Font.Height = -12
        Font.Name = '宋体'
        Font.Style = []
        Items.Strings = (
          '大于'
          '小于')
        ParentFont = False
        TabOrder = 9
      end
      object BTNSER: TBitBtn
        Left = 10
        Top = 151
        Width = 120
        Height = 30
        Cursor = crHandPoint
        Caption = 'F5 查询'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -15
        Font.Name = '宋体'
        Font.Style = []
        ParentFont = False
        TabOrder = 0
        OnClick = BTNSERClick
        Spacing = 1
      end
      object BTNCLR: TBitBtn
        Left = 135
        Top = 151
        Width = 80
        Height = 30
        Cursor = crHandPoint
        Caption = '清除'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -15
        Font.Name = '宋体'
        Font.Style = []
        ParentFont = False
        TabOrder = 1
        OnClick = BTNCLRClick
        Spacing = 1
      end
      object LB11: TJEdit
        Left = 60
        Top = 15
        Width = 50
        Height = 19
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -13
        Font.Name = '宋体'
        Font.Style = []
        MaxLength = 13
        ParentFont = False
        TabOrder = 2
        Digits = 1
        Max = 999999999
        _EditType = EDIT
        _SHOWCAL = NONE
        _BADINPUT = True
        _LONGTIME = False
      end
      object LB21: TJEdit
        Left = 165
        Top = 15
        Width = 50
        Height = 19
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -13
        Font.Name = '宋体'
        Font.Style = []
        ParentFont = False
        TabOrder = 3
        Digits = 1
        Max = 999999999
        _EditType = EDIT
        _SHOWCAL = NONE
        _BADINPUT = True
        _LONGTIME = False
      end
      object LB31: JLOOKUPBOX
        Left = 60
        Top = 35
        Width = 155
        Height = 19
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -13
        Font.Name = '宋体'
        Font.Style = []
        MaxLength = 20
        ParentFont = False
        TabOrder = 4
        _DatabaseName = 'MAIN'
        _TableName = 'BSUP'
        _Field_IDNO = 'BSENO'
        _Field_NAME = 'BSNAM'
        _EDIT_WIDTH = 80
        _CHANGE_QUERY = True
        _INSERT_RECORD = False
        _SHOW_MESSAGE = False
      end
      object LB41: JLOOKUPBOX
        Left = 60
        Top = 55
        Width = 155
        Height = 19
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -13
        Font.Name = '宋体'
        Font.Style = []
        MaxLength = 20
        ParentFont = False
        TabOrder = 5
        _DatabaseName = 'MAIN'
        _TableName = 'SYSLST'
        _Field_IDNO = 'LSTENO'
        _Field_NAME = 'LSTNAM'
        _EDIT_WIDTH = 50
        _CHANGE_QUERY = True
        _INSERT_RECORD = False
        _SHOW_MESSAGE = False
      end
      object LB51: TJEdit
        Left = 60
        Top = 75
        Width = 155
        Height = 19
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -13
        Font.Name = '宋体'
        Font.Style = []
        ParentFont = False
        TabOrder = 6
        Digits = 1
        Max = 999999999
        _EditType = EDIT
        _SHOWCAL = NONE
        _BADINPUT = True
        _LONGTIME = False
      end
      object LB61: TJEdit
        Left = 60
        Top = 95
        Width = 155
        Height = 19
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -13
        Font.Name = '宋体'
        Font.Style = []
        ParentFont = False
        TabOrder = 7
        Digits = 1
        Max = 999999999
        _EditType = EDIT
        _SHOWCAL = NONE
        _BADINPUT = True
        _LONGTIME = False
      end
      object LB71: TJEdit
        Left = 170
        Top = 125
        Width = 46
        Height = 19
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -13
        Font.Name = '宋体'
        Font.Style = []
        MaxLength = 13
        ParentFont = False
        TabOrder = 8
        Digits = 1
        Max = 999999999
        _EditType = INTEGER_EDIT
        _SHOWCAL = NONE
        _BADINPUT = True
        _LONGTIME = False
      end
      object BTNSER1: TBitBtn
        Left = 9
        Top = 183
        Width = 65
        Height = 20
        Cursor = crHandPoint
        Caption = '安存不足'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -12
        Font.Name = '宋体'
        Font.Style = []
        ParentFont = False
        TabOrder = 10
        OnClick = BTNSER2Click
        Spacing = 1
      end
      object BTNSER2: TBitBtn
        Left = 79
        Top = 183
        Width = 65
        Height = 20
        Cursor = crHandPoint
        Caption = '滞销半年'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -12
        Font.Name = '宋体'
        Font.Style = []
        ParentFont = False
        TabOrder = 11
        OnClick = BTNSER2Click
        Spacing = 1
      end
      object BTNSER3: TBitBtn
        Left = 149
        Top = 183
        Width = 65
        Height = 20
        Cursor = crHandPoint
        Caption = '滞销一年'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -12
        Font.Name = '宋体'
        Font.Style = []
        ParentFont = False
        TabOrder = 12
        OnClick = BTNSER2Click
        Spacing = 1
      end
      object BTNBGSIN: TBitBtn
        Left = 9
        Top = 208
        Width = 65
        Height = 20
        Cursor = crHandPoint
        Caption = '有单品键'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -12
        Font.Name = '宋体'
        Font.Style = []
        ParentFont = False
        TabOrder = 13
        OnClick = BTNBGSINClick
        Spacing = 1
      end
    end
    object BGENO: TJDBEdit
      Left = 61
      Top = 5
      Width = 136
      Height = 19
      DataField = 'BGENO'
      DataSource = FMBGDSD.DSBGDS
      MaxLength = 13
      TabOrder = 0
      OnChange = BGENOChange
      _EditType = EDIT
      _SHOWCAL = NONE
    end
    object BGNAM: TJDBEdit
      Left = 55
      Top = 25
      Width = 286
      Height = 19
      DataField = 'BGNAM'
      DataSource = FMBGDSD.DSBGDS
      TabOrder = 1
      _EditType = EDIT
      _SHOWCAL = NONE
    end
    object BGPST: TJDBEdit
      Left = 55
      Top = 65
      Width = 80
      Height = 19
      DataField = 'BGPST'
      DataSource = FMBGDSD.DSBGDS
      TabOrder = 4
      _EditType = EDIT
      _SHOWCAL = NONE
    end
    object BGPVP: TJDBEdit
      Left = 55
      Top = 105
      Width = 80
      Height = 19
      DataField = 'BGPVP'
      DataSource = FMBGDSD.DSBGDS
      TabOrder = 6
      _EditType = EDIT
      _SHOWCAL = NONE
    end
    object BGPMM: TJDBEdit
      Left = 55
      Top = 85
      Width = 80
      Height = 19
      DataField = 'BGPMM'
      DataSource = FMBGDSD.DSBGDS
      TabOrder = 5
      _EditType = EDIT
      _SHOWCAL = NONE
    end
    object BGQTS: TJDBEdit
      Left = 195
      Top = 85
      Width = 80
      Height = 19
      DataField = 'BGQTS'
      DataSource = FMBGDSD.DSBGDS
      TabOrder = 10
      _EditType = EDIT
      _SHOWCAL = NONE
    end
    object BGCOS: TJDBEdit
      Left = 195
      Top = 65
      Width = 80
      Height = 19
      DataField = 'BGCOS'
      DataSource = FMBGDSD.DSBGDS
      TabOrder = 9
      _EditType = EDIT
      _SHOWCAL = NONE
    end
    object BSENO: JDBLOOKUPBOX
      Left = 55
      Top = 45
      Width = 135
      Height = 19
      DataField = 'BSENO'
      DataSource = FMBGDSD.DSBGDS
      MaxLength = 20
      TabOrder = 2
      _DatabaseName = 'MAIN'
      _TableName = 'BSUP'
      _Field_IDNO = 'BSENO'
      _Field_NAME = 'BSNAM'
      _EDIT_WIDTH = 80
      _CHANGE_QUERY = True
      _INSERT_RECORD = False
      _SHOW_MESSAGE = False
    end
    object BGCST: TJDBEdit
      Left = 55
      Top = 125
      Width = 80
      Height = 19
      DataField = 'BGCST'
      DataSource = FMBGDSD.DSBGDS
      TabOrder = 7
      _EditType = EDIT
      _SHOWCAL = NONE
    end
    object BGOTH: TJDBEdit
      Left = 55
      Top = 145
      Width = 80
      Height = 19
      DataField = 'BGOTH'
      DataSource = FMBGDSD.DSBGDS
      TabOrder = 8
      _EditType = EDIT
      _SHOWCAL = NONE
    end
    object BGCNA: TJDBEdit
      Left = 55
      Top = 175
      Width = 171
      Height = 19
      DataField = 'BGCNA'
      DataSource = FMBGDSD.DSBGDS
      TabOrder = 12
      _EditType = EDIT
      _SHOWCAL = NONE
    end
    object BGSUM: TJDBEdit
      Left = 64
      Top = 195
      Width = 212
      Height = 19
      DataField = 'BGSUM'
      DataSource = FMBGDSD.DSBGDS
      TabOrder = 14
      _EditType = EDIT
      _SHOWCAL = NONE
    end
    object BGCSS: TJDBEdit
      Left = 55
      Top = 235
      Width = 50
      Height = 19
      DataField = 'BGCSS'
      DataSource = FMBGDSD.DSBGDS
      TabOrder = 18
      _EditType = EDIT
      _SHOWCAL = NONE
    end
    object BGQTE: TJDBEdit
      Left = 55
      Top = 215
      Width = 50
      Height = 19
      DataField = 'BGQTE'
      DataSource = FMBGDSD.DSBGDS
      TabOrder = 16

⌨️ 快捷键说明

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