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

📄 rptfile.dfm

📁 速达开源ERP系统
💻 DFM
字号:
inherited frmRptFile: TfrmRptFile
  Left = 126
  Top = 106
  Caption = '模板文件维护'
  ClientHeight = 346
  ClientWidth = 631
  OldCreateOrder = True
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  inherited sbBar: TStatusBar
    Top = 324
    Width = 631
  end
  inherited CoolBar1: TCoolBar
    Width = 631
    Bands = <
      item
        Control = tbMainBar
        ImageIndex = -1
        MinHeight = 35
        Width = 631
      end>
    inherited tbMainBar: TToolBar
      Width = 618
    end
  end
  object sgRptFile: TSDGrid [2]
    Left = 0
    Top = 39
    Width = 337
    Height = 285
    Align = alLeft
    Color = clWhite
    ColCount = 4
    Ctl3D = False
    DefaultRowHeight = 18
    FixedColor = 8564917
    FixedCols = 0
    Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSizing, goColSizing, goRowSelect]
    ParentCtl3D = False
    TabOrder = 2
    OnClick = sgRptFileClick
    SelectColor = clBackground
    EvenGridColor = clWhite
    OddGridColor = clWhite
    Columns = <
      item
        ColumnFont.Charset = DEFAULT_CHARSET
        ColumnFont.Color = clWindowText
        ColumnFont.Height = -11
        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>
    ColWidths = (
      10
      76
      85
      166)
  end
  object FloatPanel1: TFloatPanel [3]
    Left = 337
    Top = 39
    Width = 294
    Height = 285
    Align = alClient
    Color = clWhite
    ParentColor = False
    TabOrder = 3
    object Label1: TLabel
      Left = 22
      Top = 22
      Width = 72
      Height = 12
      Caption = '报表文件名:'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label2: TLabel
      Left = 22
      Top = 57
      Width = 60
      Height = 12
      Caption = '模板名称:'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label3: TLabel
      Left = 22
      Top = 91
      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 = 26
      Top = 160
      Width = 60
      Height = 12
      Caption = '系统日期:'
    end
    object lbRptFileSysDate: TLabel
      Left = 108
      Top = 160
      Width = 96
      Height = 12
      Caption = 'lbRptFileSysDate'
    end
    object seRptFilePath: TSDEdit
      Left = 22
      Top = 114
      Width = 252
      Height = 18
      Ctl3D = False
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      MaxLength = 255
      ParentColor = True
      ParentCtl3D = False
      ParentFont = False
      TabOrder = 0
      Text = 'seRptFilePath'
      SplitSymbol = ' | '
    end
    object seRptFileName: TSDEdit
      Left = 105
      Top = 21
      Width = 158
      Height = 18
      CharCase = ecUpperCase
      Ctl3D = False
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      MaxLength = 18
      ParentColor = True
      ParentCtl3D = False
      ParentFont = False
      TabOrder = 1
      Text = 'SERPTFILENAME'
      OnKeyDown = seRptFileNameKeyDown
      SplitSymbol = ' | '
    end
    object scRptFileTemplet: TSDComboBox
      Left = 104
      Top = 48
      Width = 158
      Height = 20
      Color = clBtnHighlight
      Ctl3D = False
      ItemHeight = 12
      ParentCtl3D = False
      TabOrder = 2
      Text = 'scRptFileTemplet'
      KeyItem = cbItem2
    end
  end
  inherited RecPrintDlg: TPrintDialog
    Left = 539
    Top = 15
  end
  inherited PrnSetupDlg: TPrinterSetupDialog
    Left = 571
    Top = 11
  end
end

⌨️ 快捷键说明

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