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

📄 sexcdview.dfm

📁 速达开源ERP系统
💻 DFM
字号:
inherited frmSexcdView: TfrmSexcdView
  Left = 106
  Top = 137
  Width = 625
  Height = 388
  Caption = '换货单明细显示'
  OldCreateOrder = True
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  inherited sbBar: TStatusBar
    Top = 339
    Width = 617
  end
  object FloatPanel1: TFloatPanel
    Left = 0
    Top = 0
    Width = 617
    Height = 81
    Align = alTop
    Color = clWhite
    Enabled = False
    Caption = 'FloatPanel1'
    ParentColor = False
    TabOrder = 0
    object Label4: TLabel
      Left = 40
      Top = 48
      Width = 54
      Height = 12
      Caption = '客户名称:'
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label5: TLabel
      Left = 40
      Top = 16
      Width = 54
      Height = 12
      Caption = '换货单号:'
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label1: TLabel
      Left = 268
      Top = 16
      Width = 27
      Height = 13
      Caption = '币种:'
    end
    object scSexchClient: TSDComboBox
      Tag = 4
      Left = 94
      Top = 42
      Width = 187
      Height = 21
      Color = clWhite
      Ctl3D = False
      ImeName = '中文 (简体) - 微软拼音'
      ItemHeight = 13
      ParentCtl3D = False
      TabOrder = 0
      Text = 'scSexchClient'
      KeyItem = cbItem2
      ReadOnly = True
    end
    object seSexchCode: TSDEdit
      Left = 94
      Top = 10
      Width = 144
      Height = 19
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      ReadOnly = True
      TabOrder = 1
      Text = 'seSexchCode'
      SplitSymbol = ' | '
    end
    object scSexchCurrency: TSDComboBox
      Left = 315
      Top = 10
      Width = 145
      Height = 21
      Color = clWhite
      Ctl3D = False
      ItemHeight = 13
      ParentCtl3D = False
      TabOrder = 2
      Text = 'scSexchCurrency'
      KeyItem = cbItem2
      ReadOnly = True
    end
  end
  object BitBtn1: TBitBtn
    Left = 515
    Top = 16
    Width = 74
    Height = 27
    Caption = '&C关闭'
    TabOrder = 1
    Kind = bkClose
  end
  object sgSexcd: TSDGrid
    Left = 0
    Top = 81
    Width = 617
    Height = 258
    Align = alClient
    Color = clWhite
    ColCount = 8
    Ctl3D = False
    DefaultRowHeight = 18
    FixedColor = 8564917
    FixedCols = 0
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -14
    Font.Name = '宋体'
    Font.Style = []
    Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSizing, goColSizing]
    ParentCtl3D = False
    ParentFont = False
    TabOrder = 3
    EvenGridColor = clWhite
    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 = []
        ColHorAlign = haRight
        TitleString = '换货费用'
        ColumnWidth = 0
      end>
    ColWidths = (
      10
      32
      141
      41
      137
      53
      68
      62)
  end
end

⌨️ 快捷键说明

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