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

📄 rpttempleth.dfm

📁 速达开源ERP系统
💻 DFM
📖 第 1 页 / 共 2 页
字号:
inherited frmRptTempleth: TfrmRptTempleth
  Left = 65
  Top = 93
  Width = 702
  Height = 463
  Caption = '报表模板维护'
  OldCreateOrder = True
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object sgRptTempleth: TSDGrid [0]
    Left = 0
    Top = 169
    Width = 597
    Height = 226
    Align = alLeft
    Color = clWhite
    ColCount = 8
    Ctl3D = False
    DefaultRowHeight = 18
    FixedColor = 8564917
    FixedCols = 0
    Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSizing, goColSizing, goRowSelect]
    ParentCtl3D = False
    TabOrder = 3
    OnClick = sgRptTemplethClick
    OnDblClick = sgRptTemplethDblClick
    OddGridColor = clWhite
    Columns = <
      item
        ColumnFont.Charset = DEFAULT_CHARSET
        ColumnFont.Color = clWindowText
        ColumnFont.Height = -13
        ColumnFont.Name = 'MS Sans Serif'
        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
      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
      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
      item
        ColumnFont.Charset = GB2312_CHARSET
        ColumnFont.Color = clWindowText
        ColumnFont.Height = -12
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        TitleString = ' 虚拟标志'
        ColumnWidth = 0
      end>
    ColWidths = (
      10
      34
      102
      126
      49
      38
      44
      50)
  end
  object FloatPanel2: TFloatPanel [1]
    Left = 0
    Top = 169
    Width = 597
    Height = 224
    Color = clWhite
    Caption = 'FloatPanel2'
    ParentColor = False
    TabOrder = 4
    Visible = False
    object Label6: TLabel
      Left = 337
      Top = 82
      Width = 60
      Height = 12
      Caption = '字段描述:'
    end
    object Label8: TLabel
      Left = 27
      Top = 21
      Width = 36
      Height = 12
      Caption = '序号:'
    end
    object Label7: TLabel
      Left = 27
      Top = 51
      Width = 48
      Height = 12
      Caption = '字段名:'
    end
    object Label9: TLabel
      Left = 27
      Top = 81
      Width = 72
      Height = 12
      Caption = '字段中文名:'
    end
    object Label10: TLabel
      Left = 337
      Top = 112
      Width = 60
      Height = 12
      Caption = '数据类型:'
    end
    object Label11: TLabel
      Left = 337
      Top = 141
      Width = 60
      Height = 12
      Caption = '字段宽度:'
    end
    object Label12: TLabel
      Left = 337
      Top = 171
      Width = 60
      Height = 12
      Caption = '字段精度:'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label13: TLabel
      Left = 27
      Top = 131
      Width = 72
      Height = 12
      Caption = '字段表达式:'
    end
    object btnOK: TBitBtn
      Left = 357
      Top = 23
      Width = 82
      Height = 28
      Caption = '确定(&O)'
      TabOrder = 9
      TabStop = False
      OnClick = btnOKClick
      Kind = bkOK
    end
    object btnCancel: TBitBtn
      Left = 457
      Top = 23
      Width = 83
      Height = 28
      Caption = '取消(&C)'
      TabOrder = 10
      TabStop = False
      OnClick = btnCancelClick
      Kind = bkCancel
    end
    object seRptTempletdDesc: TSDEdit
      Left = 398
      Top = 80
      Width = 169
      Height = 18
      Ctl3D = False
      MaxLength = 40
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 3
      SplitSymbol = ' | '
    end
    object seRptTempletdNo: TSDEdit
      Left = 93
      Top = 15
      Width = 208
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 0
      Text = '0'
      DataType = dtNumber
      CharType = ctNumeric
      SplitSymbol = ' | '
      DefaultValue = '0'
    end
    object seRptTempletdName: TSDEdit
      Left = 93
      Top = 80
      Width = 208
      Height = 18
      Ctl3D = False
      MaxLength = 20
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 2
      SplitSymbol = ' | '
    end
    object scRptTempletdType: TSDComboBox
      Left = 398
      Top = 109
      Width = 169
      Height = 20
      Style = csDropDownList
      Color = clWhite
      Ctl3D = False
      ItemHeight = 12
      ParentCtl3D = False
      TabOrder = 6
      OnChange = scRptTempletdTypeChange
      OnExit = scRptTempletdTypeExit
      KeyItem = cbItem2
    end
    object seRptTempletdWidth: TSDEdit
      Left = 398
      Top = 137
      Width = 169
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 7
      Text = '0'
      DataType = dtNumber
      CharType = ctNumeric
      SplitSymbol = ' | '
      DefaultValue = '0'
    end
    object seRptTempletdScale: TSDEdit
      Left = 398
      Top = 166
      Width = 169
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 8
      Text = '0'
      DataType = dtNumber
      CharType = ctNumeric
      SplitSymbol = ' | '
      DefaultValue = '0'
    end
    object chkRptTempletdFlg: TCheckBox
      Left = 27
      Top = 104
      Width = 79
      Height = 17
      Alignment = taLeftJustify
      Caption = '虚拟字段'
      TabOrder = 4
    end
    object memRptTempletdExpr: TMemo
      Left = 93
      Top = 124
      Width = 208
      Height = 64
      Hint = '双击进行公式编辑'
      Color = clWhite
      Ctl3D = False
      Lines.Strings = (
        'memRptTempletdExpr')
      MaxLength = 255
      ParentCtl3D = False
      ParentShowHint = False
      ShowHint = True
      TabOrder = 5
      OnDblClick = BtnExprEditClick

⌨️ 快捷键说明

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