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

📄 pivoh.dfm

📁 速达开源ERP系统
💻 DFM
📖 第 1 页 / 共 3 页
字号:
inherited frmPivoh: TfrmPivoh
  Left = 39
  Top = 8
  Width = 739
  Height = 580
  Caption = '采购发票'
  OldCreateOrder = True
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object sgPivoh: TSDGrid [0]
    Left = 1
    Top = 242
    Width = 726
    Height = 207
    Anchors = [akLeft, akTop, akRight, akBottom]
    BorderStyle = bsNone
    Color = clWhite
    ColCount = 11
    Ctl3D = False
    DefaultRowHeight = 18
    FixedColor = 8564917
    Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSizing, goColSizing, goRowSelect]
    ParentCtl3D = False
    TabOrder = 4
    OnDblClick = sgPivohDblClick
    OnSelectCell = sgPivohSelectCell
    Columns = <
      item
        ColumnFont.Charset = GB2312_CHARSET
        ColumnFont.Color = clWindowText
        ColumnFont.Height = -12
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        ColumnWidth = 0
      end
      item
        ColumnFont.Charset = GB2312_CHARSET
        ColumnFont.Color = clWindowText
        ColumnFont.Height = -12
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        TitleString = '行号'
        ColumnWidth = 0
      end
      item
        ColumnFont.Charset = GB2312_CHARSET
        ColumnFont.Color = clWindowText
        ColumnFont.Height = -12
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        TitleString = '物料编码'
        ColumnWidth = 0
      end
      item
        ColumnFont.Charset = GB2312_CHARSET
        ColumnFont.Color = clWindowText
        ColumnFont.Height = -12
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        TitleString = '单位'
        ColumnWidth = 0
      end
      item
        ColumnFont.Charset = GB2312_CHARSET
        ColumnFont.Color = clWindowText
        ColumnFont.Height = -12
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        TitleString = '数量'
        ColumnWidth = 0
      end
      item
        ColumnFont.Charset = GB2312_CHARSET
        ColumnFont.Color = clWindowText
        ColumnFont.Height = -12
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        TitleString = '单价'
        ColumnWidth = 0
      end
      item
        ColumnFont.Charset = GB2312_CHARSET
        ColumnFont.Color = clWindowText
        ColumnFont.Height = -12
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        TitleString = '金额'
        ColumnWidth = 0
      end
      item
        ColumnFont.Charset = GB2312_CHARSET
        ColumnFont.Color = clWindowText
        ColumnFont.Height = -12
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        TitleString = '含税价'
        ColumnWidth = 0
      end
      item
        ColumnFont.Charset = GB2312_CHARSET
        ColumnFont.Color = clWindowText
        ColumnFont.Height = -12
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        TitleString = '税额'
        ColumnWidth = 0
      end
      item
        ColumnFont.Charset = GB2312_CHARSET
        ColumnFont.Color = clWindowText
        ColumnFont.Height = -12
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        TitleString = '总计'
        ColumnWidth = 0
      end
      item
        ColumnFont.Charset = GB2312_CHARSET
        ColumnFont.Color = clWindowText
        ColumnFont.Height = -12
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        TitleString = '折扣'
        ColumnWidth = 0
      end>
    ColWidths = (
      10
      45
      138
      45
      93
      47
      54
      102
      64
      64
      64)
  end
  object FloatPanel2: TFloatPanel [1]
    Left = 0
    Top = 241
    Width = 731
    Height = 212
    Align = alClient
    Color = clWhite
    Caption = 'FloatPanel2'
    ParentColor = False
    TabOrder = 5
    object Label14: TLabel
      Left = 266
      Top = 12
      Width = 42
      Height = 12
      Caption = '单  价:'
      Enabled = False
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlack
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label26: TLabel
      Left = 266
      Top = 118
      Width = 42
      Height = 12
      Caption = '税  额:'
      Enabled = False
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlack
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label27: TLabel
      Left = 266
      Top = 149
      Width = 42
      Height = 12
      Caption = '合  计:'
      Enabled = False
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlack
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label29: TLabel
      Left = 266
      Top = 184
      Width = 42
      Height = 12
      Caption = '折  扣:'
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlack
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label32: TLabel
      Left = 499
      Top = 121
      Width = 42
      Height = 12
      Caption = '备  注:'
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlack
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label41: TLabel
      Left = 10
      Top = 12
      Width = 54
      Height = 12
      Caption = '发票行号:'
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlack
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label42: TLabel
      Left = 10
      Top = 81
      Width = 54
      Height = 12
      Caption = '货物编码:'
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlack
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label44: TLabel
      Left = 10
      Top = 115
      Width = 54
      Height = 12
      Caption = '货物名称:'
      Enabled = False
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlack
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label45: TLabel
      Left = 10
      Top = 150
      Width = 54
      Height = 12
      Caption = '计量单位:'
      Enabled = False
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlack
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label46: TLabel
      Left = 266
      Top = 45
      Width = 42
      Height = 12
      Caption = '数  量:'
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlack
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label47: TLabel
      Left = 10
      Top = 184
      Width = 42
      Height = 12
      Caption = '含税价:'
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlack
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label40: TLabel
      Left = 266
      Top = 82
      Width = 42
      Height = 12
      Caption = '金  额:'
      Enabled = False
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlack
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label28: TLabel
      Left = 10
      Top = 46
      Width = 54
      Height = 12
      Caption = '采购行号:'
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlack
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object btnOK: TBitBtn
      Left = 589
      Top = 21
      Width = 93
      Height = 26
      Caption = '确定(&O)'
      ModalResult = 1
      TabOrder = 9
      OnClick = btnOKClick
      Glyph.Data = {
        DE010000424DDE01000000000000760000002800000024000000120000000100
        0400000000006801000000000000000000001000000000000000000000000000
        80000080000000808000800000008000800080800000C0C0C000808080000000
        FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
        3333333333333333333333330000333333333333333333333333F33333333333
        00003333344333333333333333388F3333333333000033334224333333333333
        338338F3333333330000333422224333333333333833338F3333333300003342
        222224333333333383333338F3333333000034222A22224333333338F338F333
        8F33333300003222A3A2224333333338F3838F338F33333300003A2A333A2224
        33333338F83338F338F33333000033A33333A222433333338333338F338F3333
        0000333333333A222433333333333338F338F33300003333333333A222433333
        333333338F338F33000033333333333A222433333333333338F338F300003333
        33333333A222433333333333338F338F00003333333333333A22433333333333
        3338F38F000033333333333333A223333333333333338F830000333333333333
        333A333333333333333338330000333333333333333333333333333333333333
        0000}
      NumGlyphs = 2
    end
    object btnCancel: TBitBtn
      Left = 589
      Top = 68
      Width = 94
      Height = 27
      Caption = '取消(&C)'
      ModalResult = 2
      TabOrder = 10
      OnClick = btnCancelClick
      Glyph.Data = {
        DE010000424DDE01000000000000760000002800000024000000120000000100
        0400000000006801000000000000000000001000000000000000000000000000
        80000080000000808000800000008000800080800000C0C0C000808080000000
        FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
        333333333333333333333333000033338833333333333333333F333333333333
        0000333911833333983333333388F333333F3333000033391118333911833333
        38F38F333F88F33300003339111183911118333338F338F3F8338F3300003333
        911118111118333338F3338F833338F3000033333911111111833333338F3338
        3333F8330000333333911111183333333338F333333F83330000333333311111
        8333333333338F3333383333000033333339111183333333333338F333833333
        00003333339111118333333333333833338F3333000033333911181118333333
        33338333338F333300003333911183911183333333383338F338F33300003333
        9118333911183333338F33838F338F33000033333913333391113333338FF833
        38F338F300003333333333333919333333388333338FFF830000333333333333
        3333333333333333333888330000333333333333333333333333333333333333
        0000}
      NumGlyphs = 2
    end
    object sePivodLine: TSDEdit
      Left = 64
      Top = 8
      Width = 131
      Height = 18
      Ctl3D = False
      MaxLength = 8
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 0
      Text = 'sePivodLine'
      CharType = ctNumeric
      SplitSymbol = ' | '
    end
    object sePivodGoodsName: TSDEdit
      Left = 64
      Top = 112
      Width = 186
      Height = 18
      TabStop = False
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 11
      Text = 'sePivodGoodsName'
      SplitSymbol = ' | '
    end
    object sePivodUnit: TSDEdit
      Left = 64
      Top = 146
      Width = 131
      Height = 18
      TabStop = False
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 12
      Text = 'sePivodUnit'
      SplitSymbol = ' | '
    end
    object sePivodQty: TSDEdit
      Left = 320
      Top = 41
      Width = 155
      Height = 18
      Ctl3D = False
      MaxLength = 12
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 4
      Text = 'sePivodQty'
      OnExit = sePivodQtyExit
      CharType = ctMathematic
      SplitSymbol = ' | '
    end
    object sePivodTaxPrice: TSDEdit
      Left = 64
      Top = 181
      Width = 131
      Height = 18
      Ctl3D = False
      MaxLength = 12
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 3
      Text = 'sePivodTaxPrice'
      OnExit = sePivodQtyExit
      CharType = ctMathematic
      SplitSymbol = ' | '
    end
    object sePivodAmt: TSDEdit
      Left = 320
      Top = 80
      Width = 155
      Height = 18
      TabStop = False
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 13
      Text = 'sePivodAmt'
      SplitSymbol = ' | '
    end
    object memPivodDesc: TMemo
      Left = 552
      Top = 123
      Width = 156
      Height = 75
      Color = clWhite
      Ctl3D = False
      Lines.Strings = (
        'memPivodDesc')
      ParentCtl3D = False
      TabOrder = 8
    end
    object sePivodTaxAmt: TSDEdit
      Left = 320
      Top = 114
      Width = 155
      Height = 18
      TabStop = False
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      ReadOnly = True
      TabOrder = 5
      Text = 'sePivodTaxAmt'
      SplitSymbol = ' | '
    end
    object sePivodPrice: TSDEdit
      Left = 320
      Top = 10
      Width = 155
      Height = 18
      TabStop = False
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      ReadOnly = True
      TabOrder = 6
      Text = 'sePivodPrice'
      SplitSymbol = ' | '
    end
    object sePivodSumAmt: TSDEdit
      Left = 320
      Top = 147
      Width = 155
      Height = 18
      TabStop = False
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 14

⌨️ 快捷键说明

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