qu_apcavd.dfm

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

DFM
186
字号
inherited frmQu_Apcavd: TfrmQu_Apcavd
  Left = 96
  Top = 88
  Width = 700
  Height = 460
  Caption = '核销单明细'
  OldCreateOrder = True
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  inherited sbBar: TStatusBar
    Top = 411
    Width = 692
  end
  object sgApcavd: TSDGrid
    Left = 0
    Top = 33
    Width = 692
    Height = 378
    Align = alClient
    Color = 50331647
    ColCount = 8
    Ctl3D = False
    DefaultRowHeight = 20
    FixedColor = 8564917
    RowCount = 2
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlack
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSizing, goColSizing, goRowSelect]
    ParentCtl3D = False
    ParentFont = False
    TabOrder = 1
    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 = clBlack
        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 = clBlack
        ColumnFont.Height = -12
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        TitleString = '付款数'
        ColumnWidth = 0
      end
      item
        ColumnFont.Charset = GB2312_CHARSET
        ColumnFont.Color = clBlack
        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>
    ColWidths = (
      5
      82
      89
      75
      71
      90
      93
      70)
  end
  object FloatPanel1: TFloatPanel
    Left = 0
    Top = 0
    Width = 692
    Height = 33
    Align = alTop
    Color = 50331647
    Caption = 'FloatPanel1'
    ParentColor = False
    TabOrder = 2
    object Label5: TLabel
      Left = 25
      Top = 10
      Width = 60
      Height = 12
      Caption = '核销单号:'
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label1: TLabel
      Left = 232
      Top = 10
      Width = 60
      Height = 12
      Caption = '单据类型:'
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object seApcavhCode: TSDEdit
      Left = 83
      Top = 4
      Width = 119
      Height = 18
      Ctl3D = False
      Enabled = False
      ImeName = '中文 (简体) - 智能 ABC'
      ParentColor = True
      ParentCtl3D = False
      ReadOnly = True
      TabOrder = 0
      Text = 'seApcavhCode'
      SplitSymbol = ' | '
    end
    object seApcavhType: TSDEdit
      Left = 293
      Top = 4
      Width = 119
      Height = 18
      Ctl3D = False
      Enabled = False
      ImeName = '中文 (简体) - 智能 ABC'
      ParentColor = True
      ParentCtl3D = False
      ReadOnly = True
      TabOrder = 1
      Text = 'seApcavhType'
      SplitSymbol = ' | '
    end
  end
end

⌨️ 快捷键说明

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