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

📄 rptgroup.dfm

📁 速达开源ERP系统
💻 DFM
字号:
inherited frmRptGroup: TfrmRptGroup
  Left = 52
  Top = 123
  Width = 676
  Height = 452
  Caption = '模板分组字段定义'
  OldCreateOrder = True
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  inherited sbBar: TStatusBar
    Top = 384
    Width = 668
  end
  inherited CoolBar1: TCoolBar
    Width = 668
    Bands = <
      item
        Control = tbMainBar
        ImageIndex = -1
        MinHeight = 35
        Width = 668
      end>
    inherited tbMainBar: TToolBar
      Width = 655
      inherited tbQuery: TToolButton
        Visible = False
      end
    end
  end
  object sgRptGroup: TSDGrid [2]
    Left = 0
    Top = 74
    Width = 361
    Height = 310
    Align = alLeft
    Color = clWhite
    ColCount = 4
    Ctl3D = False
    DefaultRowHeight = 18
    FixedColor = 8564917
    FixedCols = 0
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSizing, goColSizing, goRowSelect]
    ParentCtl3D = False
    ParentFont = False
    TabOrder = 2
    OnClick = sgRptGroupClick
    OddGridColor = clWhite
    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
      item
        ColumnFont.Charset = GB2312_CHARSET
        ColumnFont.Color = clWindowText
        ColumnFont.Height = -12
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        TitleString = '中文名'
        ColumnWidth = 0
      end>
    ColWidths = (
      10
      99
      111
      117)
  end
  object FloatPanel1: TFloatPanel [3]
    Left = 361
    Top = 74
    Width = 307
    Height = 310
    Align = alClient
    Color = clWhite
    Caption = 'FloatPanel1'
    ParentColor = False
    TabOrder = 3
    object Label2: TLabel
      Left = 30
      Top = 42
      Width = 36
      Height = 12
      Caption = '序号:'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label3: TLabel
      Left = 30
      Top = 75
      Width = 60
      Height = 12
      Caption = '分组字段:'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label4: TLabel
      Left = 30
      Top = 108
      Width = 48
      Height = 12
      Caption = '中文名:'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object seRptGroupName: TSDEdit
      Left = 92
      Top = 102
      Width = 193
      Height = 18
      Ctl3D = False
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      MaxLength = 20
      ParentColor = True
      ParentCtl3D = False
      ParentFont = False
      TabOrder = 0
      Text = 'seRptGroupName'
      SplitSymbol = ' | '
    end
    object seRptGroupNo: TSDEdit
      Left = 92
      Top = 39
      Width = 85
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 2
      Text = '0'
      DataType = dtNumber
      CharType = ctNumeric
      SplitSymbol = ' | '
      DefaultValue = '0'
    end
    object scRptGroupField: TSDComboBox
      Left = 92
      Top = 71
      Width = 192
      Height = 20
      Color = clBtnHighlight
      Ctl3D = False
      ItemHeight = 12
      ParentCtl3D = False
      TabOrder = 1
      Text = 'scRptGroupField'
      OnClick = scRptGroupFieldClick
      OnExit = scRptGroupFieldClick
      KeyItem = cbItem2
    end
  end
  object FloatPanel2: TFloatPanel [4]
    Left = 0
    Top = 39
    Width = 668
    Height = 35
    Align = alTop
    Color = clWhite
    Caption = 'FloatPanel2'
    ParentColor = False
    TabOrder = 4
    object Label1: TLabel
      Left = 22
      Top = 7
      Width = 63
      Height = 12
      AutoSize = False
      Caption = '模板代码:'
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object cbRptGroupTemplet: TSDComboBox
      Left = 96
      Top = 4
      Width = 153
      Height = 20
      Color = clBtnHighlight
      Ctl3D = False
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ItemHeight = 12
      ParentCtl3D = False
      ParentFont = False
      TabOrder = 0
      OnClick = cbRptGroupTempletClick
    end
  end
end

⌨️ 快捷键说明

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