rfr.dfm

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

DFM
145
字号
inherited frmRfr: TfrmRfr
  Left = 90
  Top = 70
  Width = 628
  Height = 469
  Caption = '退款原因'
  OldCreateOrder = True
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  inherited sbBar: TStatusBar
    Top = 401
    Width = 620
  end
  inherited CoolBar1: TCoolBar
    Width = 620
    Bands = <
      item
        Control = tbMainBar
        ImageIndex = -1
        MinHeight = 35
        Width = 620
      end>
    inherited tbMainBar: TToolBar
      Width = 607
    end
  end
  object sgRfr: TSDGrid [2]
    Left = 0
    Top = 39
    Width = 313
    Height = 362
    Align = alLeft
    Color = 50331647
    ColCount = 3
    Ctl3D = False
    DefaultRowHeight = 18
    FixedColor = 8564917
    RowCount = 4
    Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSizing, goColSizing, goRowSelect]
    ParentCtl3D = False
    TabOrder = 2
    OnClick = sgRfrClick
    EvenGridColor = 50331647
    OddGridColor = 50331647
    Columns = <
      item
        ColumnFont.Charset = GB2312_CHARSET
        ColumnFont.Color = clWindowText
        ColumnFont.Height = -12
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        ColumnWidth = 0
      end
      item
        ColumnFont.Charset = GB2312_CHARSET
        ColumnFont.Color = clWindowText
        ColumnFont.Height = -12
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        TitleString = '原因编码'
        ColumnWidth = 0
      end
      item
        ColumnFont.Charset = GB2312_CHARSET
        ColumnFont.Color = clWindowText
        ColumnFont.Height = -12
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        TitleString = '退款原因'
        ColumnWidth = 0
      end>
    ColWidths = (
      10
      101
      193)
  end
  object FloatPanel1: TFloatPanel [3]
    Left = 313
    Top = 39
    Width = 307
    Height = 362
    Align = alClient
    Color = 50331647
    Caption = 'FloatPanel1'
    ParentColor = False
    TabOrder = 3
    object Label1: TLabel
      Left = 28
      Top = 32
      Width = 60
      Height = 12
      Caption = '原因编码:'
    end
    object Label3: TLabel
      Left = 28
      Top = 67
      Width = 60
      Height = 12
      Caption = '退款原因:'
    end
    object seRfrCode: TSDEdit
      Left = 84
      Top = 27
      Width = 160
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 0
      Text = 'seRfrCode'
      OnExit = seRfrCodeExit
      SplitSymbol = ' | '
    end
    object memRfrDesc: TMemo
      Left = 29
      Top = 85
      Width = 223
      Height = 68
      Color = 50331647
      Ctl3D = False
      Lines.Strings = (
        'memRfrDesc')
      ParentCtl3D = False
      TabOrder = 1
    end
  end
  inherited MainMenu1: TMainMenu
    Left = 578
    Top = 163
  end
  inherited ImageList1: TImageList
    Left = 577
    Top = 130
  end
  inherited RecPrintDlg: TPrintDialog
    Left = 579
    Top = 95
  end
  inherited PrnSetupDlg: TPrinterSetupDialog
    Left = 579
    Top = 63
  end
end

⌨️ 快捷键说明

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