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

📄 sretrr.dfm

📁 速达开源ERP系统
💻 DFM
字号:
inherited frmSretRr: TfrmSretRr
  Left = 55
  Top = 105
  Caption = '退货原因'
  ClientHeight = 405
  ClientWidth = 662
  OldCreateOrder = True
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  inherited sbBar: TStatusBar
    Top = 383
    Width = 662
  end
  inherited CoolBar1: TCoolBar
    Width = 662
    Bands = <
      item
        Control = tbMainBar
        ImageIndex = -1
        MinHeight = 35
        Width = 662
      end>
    inherited tbMainBar: TToolBar
      Width = 649
    end
  end
  object FloatPanel1: TFloatPanel [2]
    Left = 361
    Top = 39
    Width = 301
    Height = 344
    Align = alClient
    Color = clWhite
    Caption = 'FloatPanel1'
    ParentColor = False
    TabOrder = 2
    object Label2: TLabel
      Left = 13
      Top = 30
      Width = 84
      Height = 12
      Caption = '退货原因代码:'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label3: TLabel
      Left = 13
      Top = 59
      Width = 84
      Height = 12
      Caption = '退货原因说明:'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object seSretRrCode: TSDEdit
      Left = 103
      Top = 25
      Width = 156
      Height = 18
      Ctl3D = False
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentColor = True
      ParentCtl3D = False
      ParentFont = False
      TabOrder = 0
      Text = 'seSretRrCode'
      SplitSymbol = ' | '
    end
    object meSretRrDesc: TMemo
      Left = 52
      Top = 81
      Width = 215
      Height = 97
      Color = clWhite
      Ctl3D = False
      Lines.Strings = (
        'meSretRrDesc')
      ParentCtl3D = False
      TabOrder = 1
    end
  end
  object sgSretRr: TSDGrid [3]
    Left = 0
    Top = 39
    Width = 361
    Height = 344
    Align = alLeft
    Color = clWhite
    ColCount = 3
    Ctl3D = False
    DefaultRowHeight = 22
    FixedColor = 8564917
    FixedCols = 0
    Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSizing, goColSizing, goRowSelect]
    ParentCtl3D = False
    TabOrder = 3
    OnClick = sgSretRrClick
    SelectColor = clBackground
    EvenGridColor = clWhite
    OddGridColor = clWhite
    Columns = <
      item
        ColumnFont.Charset = GB2312_CHARSET
        ColumnFont.Color = clWindowText
        ColumnFont.Height = -13
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        ColumnWidth = 0
      end
      item
        ColumnFont.Charset = GB2312_CHARSET
        ColumnFont.Color = clWindowText
        ColumnFont.Height = -13
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        TitleString = '退货原因代码'
        ColumnWidth = 0
      end
      item
        ColumnFont.Charset = GB2312_CHARSET
        ColumnFont.Color = clWindowText
        ColumnFont.Height = -13
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        TitleString = '退货原因说明'
        ColumnWidth = 0
      end>
    ColWidths = (
      10
      107
      217)
  end
end

⌨️ 快捷键说明

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