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

📄 rpttype.dfm

📁 速达开源ERP系统
💻 DFM
字号:
inherited frmRptType: TfrmRptType
  Left = 151
  Top = 174
  Caption = '报表分类码'
  ClientHeight = 395
  ClientWidth = 619
  OldCreateOrder = True
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object Panel1: TPanel [0]
    Left = 0
    Top = 39
    Width = 289
    Height = 334
    Align = alLeft
    Caption = 'Panel1'
    Ctl3D = False
    ParentCtl3D = False
    TabOrder = 3
    object tvRptType: TTreeView
      Left = 1
      Top = 1
      Width = 287
      Height = 332
      Align = alClient
      Color = clWhite
      Ctl3D = False
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      HideSelection = False
      Indent = 19
      ParentCtl3D = False
      ParentFont = False
      ReadOnly = True
      TabOrder = 0
      OnChange = tvRptTypeChange
    end
  end
  inherited sbBar: TStatusBar
    Top = 373
    Width = 619
  end
  inherited CoolBar1: TCoolBar
    Width = 619
    Bands = <
      item
        Control = tbMainBar
        ImageIndex = -1
        MinHeight = 35
        Width = 619
      end>
    inherited tbMainBar: TToolBar
      Width = 606
      inherited tbQuery: TToolButton
        Visible = False
      end
    end
  end
  object FloatPanel1: TFloatPanel [3]
    Left = 289
    Top = 39
    Width = 330
    Height = 334
    Align = alClient
    Color = clWhite
    Caption = 'FloatPanel1'
    ParentColor = False
    TabOrder = 2
    object Label2: TLabel
      Left = 19
      Top = 18
      Width = 60
      Height = 12
      Caption = '本级编码:'
      Color = clWhite
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlack
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentColor = False
      ParentFont = False
      Transparent = True
    end
    object Label3: TLabel
      Left = 18
      Top = 42
      Width = 60
      Height = 12
      Caption = '分类名称:'
      Color = clWhite
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlack
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentColor = False
      ParentFont = False
      Transparent = True
    end
    object Label1: TLabel
      Left = 20
      Top = 115
      Width = 60
      Height = 12
      Caption = '详细说明:'
      Color = clWhite
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlack
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentColor = False
      ParentFont = False
      Transparent = True
    end
    object lblUpperCode: TLabel
      Left = 79
      Top = 15
      Width = 72
      Height = 12
      Alignment = taRightJustify
      Caption = 'lblUpperCode'
      Color = clWhite
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlack
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentColor = False
      ParentFont = False
      Transparent = True
    end
    object Label5: TLabel
      Left = 20
      Top = 66
      Width = 60
      Height = 12
      Caption = '结点级别:'
    end
    object lbRptTypeLevel: TLabel
      Left = 79
      Top = 66
      Width = 84
      Height = 12
      Caption = 'lbRptTypeLevel'
    end
    object seRptTypeItem: TSDEdit
      Left = 151
      Top = 13
      Width = 85
      Height = 18
      Ctl3D = False
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlack
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      MaxLength = 3
      ParentColor = True
      ParentCtl3D = False
      ParentFont = False
      TabOrder = 0
      Text = '0'
      DataType = dtNumber
      CharType = ctMathematic
      SplitSymbol = ' | '
      DefaultValue = '0'
    end
    object seRptTypeName: TSDEdit
      Left = 77
      Top = 38
      Width = 207
      Height = 18
      Ctl3D = False
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlack
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      MaxLength = 20
      ParentColor = True
      ParentCtl3D = False
      ParentFont = False
      TabOrder = 1
      Text = 'seRptTypeName'
      SplitSymbol = ' | '
    end
    object memRptTypeDesc: TMemo
      Left = 78
      Top = 115
      Width = 208
      Height = 60
      Color = clBtnHighlight
      Ctl3D = False
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlack
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      Lines.Strings = (
        'memRptTypeDesc')
      MaxLength = 40
      ParentCtl3D = False
      ParentFont = False
      TabOrder = 3
    end
    object seRptTypeEnd: TCheckBox
      Left = 21
      Top = 88
      Width = 90
      Height = 15
      Caption = '是否末级'
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlack
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      TabOrder = 2
    end
  end
  inherited RecPrintDlg: TPrintDialog
    Top = 35
  end
  inherited PrnSetupDlg: TPrinterSetupDialog
    Left = 567
    Top = 31
  end
end

⌨️ 快捷键说明

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