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

📄 szrh.dfm

📁 速达开源ERP系统
💻 DFM
📖 第 1 页 / 共 2 页
字号:
inherited frmSzrh: TfrmSzrh
  Left = 107
  Top = 111
  Width = 702
  Height = 471
  Caption = '销售折让'
  OldCreateOrder = True
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object sgSzrd: TSDGrid [0]
    Left = 1
    Top = 146
    Width = 692
    Height = 218
    Color = clWhite
    ColCount = 9
    Ctl3D = False
    DefaultRowHeight = 18
    FixedColor = 8564917
    FixedCols = 0
    Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSizing, goColSizing]
    ParentCtl3D = False
    TabOrder = 4
    OnDblClick = sgSzrdDblClick
    OnSelectCell = sgSzrdSelectCell
    OddGridColor = clWhite
    Columns = <
      item
        ColumnFont.Charset = GB2312_CHARSET
        ColumnFont.Color = clNavy
        ColumnFont.Height = -13
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        ColumnWidth = 0
      end
      item
        ColumnFont.Charset = GB2312_CHARSET
        ColumnFont.Color = clNavy
        ColumnFont.Height = -13
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        TitleString = '行号'
        ColumnWidth = 0
      end
      item
        ColumnFont.Charset = GB2312_CHARSET
        ColumnFont.Color = clNavy
        ColumnFont.Height = -13
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        TitleString = '发货单号'
        ColumnWidth = 0
      end
      item
        ColumnFont.Charset = GB2312_CHARSET
        ColumnFont.Color = clNavy
        ColumnFont.Height = -13
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        TitleString = '发货单行号'
        ColumnWidth = 0
      end
      item
        ColumnFont.Charset = GB2312_CHARSET
        ColumnFont.Color = clNavy
        ColumnFont.Height = -13
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        TitleString = '订单号'
        ColumnWidth = 0
      end
      item
        ColumnFont.Charset = GB2312_CHARSET
        ColumnFont.Color = clNavy
        ColumnFont.Height = -13
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        TitleString = '订单行号'
        ColumnWidth = 0
      end
      item
        ColumnFont.Charset = GB2312_CHARSET
        ColumnFont.Color = clNavy
        ColumnFont.Height = -13
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        TitleString = '交易数量'
        ColumnWidth = 0
      end
      item
        ColumnFont.Charset = GB2312_CHARSET
        ColumnFont.Color = clNavy
        ColumnFont.Height = -13
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        ColHorAlign = haRight
        TitleString = '折让金额'
        ColumnWidth = 0
      end
      item
        ColumnFont.Charset = GB2312_CHARSET
        ColumnFont.Color = clNavy
        ColumnFont.Height = -13
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        ColHorAlign = haRight
        TitleString = '现金金额'
        ColumnWidth = 0
      end>
    ColWidths = (
      10
      37
      74
      71
      91
      61
      64
      64
      64)
  end
  object FloatPanel2: TFloatPanel [1]
    Left = 0
    Top = 146
    Width = 697
    Height = 224
    Color = clWhite
    Caption = 'FloatPanel2'
    ParentColor = False
    TabOrder = 3
    object GroupBox2: TGroupBox
      Left = 10
      Top = 16
      Width = 663
      Height = 191
      TabOrder = 2
      object Label10: TLabel
        Left = 35
        Top = 26
        Width = 36
        Height = 12
        Caption = '行号:'
      end
      object Label19: TLabel
        Left = 35
        Top = 60
        Width = 60
        Height = 12
        Caption = '发货单号:'
      end
      object Label20: TLabel
        Left = 35
        Top = 93
        Width = 72
        Height = 12
        Caption = '发货单行号:'
      end
      object Label21: TLabel
        Left = 35
        Top = 127
        Width = 48
        Height = 12
        Caption = '订单号:'
        Enabled = False
      end
      object Label22: TLabel
        Left = 35
        Top = 160
        Width = 60
        Height = 12
        Caption = '订单行号:'
        Enabled = False
      end
      object Label12: TLabel
        Left = 277
        Top = 24
        Width = 60
        Height = 12
        Caption = '交易数量:'
        Enabled = False
      end
      object Label16: TLabel
        Left = 277
        Top = 56
        Width = 60
        Height = 12
        Caption = '折让金额:'
      end
      object Label17: TLabel
        Left = 277
        Top = 88
        Width = 60
        Height = 12
        Caption = '折让现金:'
      end
      object Label18: TLabel
        Left = 277
        Top = 121
        Width = 36
        Height = 12
        Caption = '备注:'
      end
      object seSzrdLine: TSDEdit
        Left = 106
        Top = 19
        Width = 121
        Height = 18
        Ctl3D = False
        Enabled = False
        ParentColor = True
        ParentCtl3D = False
        TabOrder = 0
        Text = 'seSzrdLine'
        SplitSymbol = ' | '
      end
      object seSzrdSodLine: TSDEdit
        Left = 106
        Top = 152
        Width = 121
        Height = 18
        Ctl3D = False
        ParentColor = True
        ParentCtl3D = False
        ReadOnly = True
        TabOrder = 1
        Text = 'seSzrdSodLine'
        SplitSymbol = ' | '
      end
      object seSzrdQty: TSDEdit
        Left = 349
        Top = 23
        Width = 121
        Height = 18
        Ctl3D = False
        ParentColor = True
        ParentCtl3D = False
        TabOrder = 2
        Text = '0'
        DigLen = 6
        DataType = dtNumber
        CharType = ctMathematic
        SplitSymbol = ' | '
        DefaultValue = '0'
      end
      object seSzrdAmt: TSDEdit
        Left = 349
        Top = 54
        Width = 121
        Height = 18
        Ctl3D = False
        ParentColor = True
        ParentCtl3D = False
        TabOrder = 3
        Text = '0'
        DigLen = 2
        DataType = dtNumber
        CharType = ctMathematic
        SplitSymbol = ' | '
        DefaultValue = '0'
      end
      object seSzrdCashAmt: TSDEdit
        Left = 349
        Top = 84
        Width = 121
        Height = 18
        Ctl3D = False
        ParentColor = True
        ParentCtl3D = False
        TabOrder = 4
        Text = '0'
        DigLen = 2
        DataType = dtNumber
        CharType = ctMathematic
        SplitSymbol = ' | '
        DefaultValue = '0'
      end
      object seSzrdDesc: TMemo
        Left = 328
        Top = 119
        Width = 273
        Height = 53
        Color = clWhite
        Ctl3D = False
        Lines.Strings = (
          'seSzrdDesc')
        ParentCtl3D = False
        TabOrder = 5
      end
      object seSzrdSogdLine: TSDEdit
        Left = 106
        Top = 86
        Width = 121
        Height = 18
        Ctl3D = False
        ParentColor = True
        ParentCtl3D = False
        TabOrder = 6
        Text = 'seSzrdSogdLine'
        OnButtonClick = seSzrdSogCodeButtonClick
        ButtonVisible = True
        SplitSymbol = ' | '
      end
      object seSzrdSogCode: TSDEdit
        Left = 106
        Top = 52
        Width = 121
        Height = 18
        Ctl3D = False
        ParentColor = True
        ParentCtl3D = False
        TabOrder = 7
        Text = 'seSzrdSogCode'
        OnButtonClick = seSzrdSogCodeButtonClick
        ButtonVisible = True
        SplitSymbol = ' | '
      end
      object seSzrdSoCode: TSDEdit
        Left = 106
        Top = 119
        Width = 121
        Height = 18
        Ctl3D = False
        ParentColor = True

⌨️ 快捷键说明

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