sretdview.dfm

来自「一个以前收集的基于C/S架构的ERP客户端源代码」· DFM 代码 · 共 242 行

DFM
242
字号
inherited frmSretdView: TfrmSretdView
  Left = 53
  Top = 118
  Width = 724
  Height = 426
  Caption = '退货单明细显示'
  OldCreateOrder = True
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  inherited sbBar: TStatusBar
    Top = 377
    Width = 716
  end
  object FloatPanel1: TFloatPanel
    Left = 0
    Top = 0
    Width = 716
    Height = 75
    Align = alTop
    Color = clWhite
    Enabled = False
    Caption = 'FloatPanel1'
    ParentColor = False
    TabOrder = 0
    object Label4: TLabel
      Left = 37
      Top = 44
      Width = 54
      Height = 12
      Caption = '客户代码:'
    end
    object Label5: TLabel
      Left = 37
      Top = 15
      Width = 54
      Height = 12
      Caption = '退货单号:'
    end
    object Label1: TLabel
      Left = 370
      Top = 44
      Width = 30
      Height = 12
      Caption = '币种:'
    end
    object Label2: TLabel
      Left = 356
      Top = 15
      Width = 54
      Height = 12
      Caption = '退货类型:'
    end
    object seSrethCode: TSDEdit
      Left = 87
      Top = 9
      Width = 133
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      ReadOnly = True
      TabOrder = 0
      Text = 'seSrethCode'
      SplitSymbol = ' | '
    end
    object scSrethType: TSDEdit
      Left = 423
      Top = 10
      Width = 112
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 1
      Text = 'scSrethType'
      KeyItem = cbItem2
      DispItem = cbItem1
      SplitSymbol = ' | '
    end
    object scSrethCurrency: TSDEdit
      Left = 423
      Top = 41
      Width = 112
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 2
      Text = 'scSrethCurrency'
      KeyItem = cbItem2
      DispItem = cbItem1
      SplitSymbol = ' | '
    end
    object scSrethClient: TSDEdit
      Left = 89
      Top = 41
      Width = 130
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 3
      Text = 'scSrethClient'
      KeyItem = cbItem2
      DispItem = cbItem1
      SplitSymbol = ' | '
    end
  end
  object BitBtn1: TBitBtn
    Left = 627
    Top = 15
    Width = 69
    Height = 25
    Caption = '&C关闭'
    TabOrder = 1
    Kind = bkClose
  end
  object sgSretd: TSDGrid
    Left = 0
    Top = 75
    Width = 716
    Height = 302
    Align = alClient
    Color = clWhite
    ColCount = 10
    Ctl3D = False
    DefaultRowHeight = 18
    FixedColor = 8564917
    FixedCols = 0
    RowCount = 4
    Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSizing, goColSizing, goRowSelect]
    ParentCtl3D = False
    TabOrder = 3
    EvenGridColor = 15659257
    OddGridColor = clWhite
    Columns = <
      item
        ColumnFont.Charset = GB2312_CHARSET
        ColumnFont.Color = clNavy
        ColumnFont.Height = -12
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        ColumnWidth = 0
      end
      item
        ColumnFont.Charset = GB2312_CHARSET
        ColumnFont.Color = clNavy
        ColumnFont.Height = -12
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        TitleString = '行号'
        ColumnWidth = 0
      end
      item
        ColumnFont.Charset = GB2312_CHARSET
        ColumnFont.Color = clNavy
        ColumnFont.Height = -12
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        TitleString = '发货单号'
        ColumnWidth = 0
      end
      item
        ColumnFont.Charset = GB2312_CHARSET
        ColumnFont.Color = clNavy
        ColumnFont.Height = -12
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        TitleString = '发货行'
        ColumnWidth = 0
      end
      item
        ColumnFont.Charset = GB2312_CHARSET
        ColumnFont.Color = clNavy
        ColumnFont.Height = -12
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        TitleString = '货物编码'
        ColumnWidth = 0
      end
      item
        ColumnFont.Charset = GB2312_CHARSET
        ColumnFont.Color = clNavy
        ColumnFont.Height = -12
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        TitleString = '单位'
        ColumnWidth = 0
      end
      item
        ColumnFont.Charset = GB2312_CHARSET
        ColumnFont.Color = clNavy
        ColumnFont.Height = -12
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        TitleString = '单价'
        ColumnWidth = 0
      end
      item
        ColumnFont.Charset = GB2312_CHARSET
        ColumnFont.Color = clNavy
        ColumnFont.Height = -12
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        TitleString = '退货数量'
        ColumnWidth = 0
      end
      item
        ColumnFont.Charset = GB2312_CHARSET
        ColumnFont.Color = clNavy
        ColumnFont.Height = -12
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        ColHorAlign = haRight
        TitleString = '退货金额'
        ColumnWidth = 0
      end
      item
        ColumnFont.Charset = GB2312_CHARSET
        ColumnFont.Color = clNavy
        ColumnFont.Height = -12
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        ColHorAlign = haRight
        TitleString = '税额'
        ColumnWidth = 0
      end>
    ColWidths = (
      6
      23
      157
      31
      134
      48
      76
      70
      62
      74)
  end
end

⌨️ 快捷键说明

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