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

📄 reppreview.dfm

📁 用delphi+intraweb写的简单报表系统(activeform使用技术)
💻 DFM
字号:
inherited FormMain: TFormMain
  ActiveControl = tvReport
  LayoutMgr = MainTemplate
  DesignLeft = 233
  DesignTop = 208
  inherited userstat: TIWRectangle
    Top = 283
  end
  object acxRepPrinter: TIWActiveX [3]
    Left = 145
    Top = 200
    Width = 346
    Height = 61
    Cursor = crAuto
    IW50Hint = False
    ParentShowHint = False
    ShowHint = True
    ZIndex = 0
    RenderSize = False
    Declare = False
    FriendlyName = 'acxRepPrinter'
    RenderEMBED = False
  end
  object tvReport: TIWTreeView [4]
    Left = 20
    Top = 135
    Width = 76
    Height = 131
    Cursor = crAuto
    IW50Hint = False
    ParentShowHint = False
    ShowHint = True
    ZIndex = 0
    RenderSize = False
    FriendlyName = 'tvReport'
    Font.Color = clNone
    Font.Size = 10
    Font.Style = []
    UseFrame = False
    TreeItemClick = tvReportTreeItemClick
    Items = <>
  end
  inherited pnllogin: TIWRegion
    Left = 45
    Top = 95
    Width = 231
    Height = 28
    inherited edtNickname: TIWEdit
      Left = 3
      Top = 3
    end
    inherited edtPassword: TIWEdit
      Left = 81
      Top = 3
    end
    inherited btnLogin: TIWImageButton
      Left = 162
      Top = 1
    end
  end
  object VarInput: TIWRegion [6]
    Left = 150
    Top = 142
    Width = 236
    Height = 24
    Cursor = crAuto
    OnRender = pnlloginRender
    BorderOptions.NumericWidth = 0
    BorderOptions.BorderWidth = cbwNumeric
    BorderOptions.Style = cbsSolid
    BorderOptions.Color = clNone
    Color = clNone
    ParentShowHint = False
    ShowHint = True
    ClipRegion = False
    LayoutMgr = tplVarInput
    ZIndex = 1000
    Splitter = False
    object edtStartDate: TIWEdit
      Left = 5
      Top = 0
      Width = 101
      Height = 21
      Cursor = crAuto
      IW50Hint = False
      ParentShowHint = False
      ShowHint = True
      ZIndex = 0
      RenderSize = True
      Alignment = taLeftJustify
      BGColor = clNone
      FocusColor = clNone
      DoSubmitValidation = False
      Editable = True
      NonEditableAsLabel = True
      Font.Color = clNone
      Font.Size = 10
      Font.Style = []
      FriendlyName = 'edtStartDate'
      MaxLength = 0
      ReadOnly = False
      Required = True
      ScriptEvents = <>
      TabOrder = 3
      PasswordPrompt = False
    end
    object edtEndDate: TIWEdit
      Left = 120
      Top = 0
      Width = 106
      Height = 21
      Cursor = crAuto
      IW50Hint = False
      ParentShowHint = False
      ShowHint = True
      ZIndex = 0
      RenderSize = True
      Alignment = taLeftJustify
      BGColor = clNone
      FocusColor = clNone
      DoSubmitValidation = False
      Editable = True
      NonEditableAsLabel = True
      Font.Color = clNone
      Font.Size = 10
      Font.Style = []
      FriendlyName = 'edtEndDate'
      MaxLength = 0
      ReadOnly = False
      Required = True
      ScriptEvents = <>
      TabOrder = 5
      PasswordPrompt = False
    end
  end
  inherited tphLogin: TIWTemplateProcessorHTML
    Left = 418
    Top = 98
  end
  object MainTemplate: TIWTemplateProcessorHTML
    TagType = ttIntraWeb
    Templates.Default = 'main.html'
    Left = 494
    Top = 106
  end
  object tplVarInput: TIWTemplateProcessorHTML
    TagType = ttIntraWeb
    Templates.Default = 'varinput.html'
    Left = 423
    Top = 148
  end
end

⌨️ 快捷键说明

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