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

📄 main.dfm

📁 用delphi+intraweb写的简单报表系统(activeform使用技术)
💻 DFM
字号:
inherited MainForm: TMainForm
  LayoutMgr = MainTemplate
  DesignLeft = 233
  DesignTop = 208
  object mainInfo: TIWRectangle [3]
    Left = 218
    Top = 213
    Width = 312
    Height = 38
    Cursor = crAuto
    IW50Hint = False
    ParentShowHint = False
    ShowHint = True
    ZIndex = 0
    RenderSize = True
    Text = #35797#36816#34892#20013'......'
    Font.Color = clNone
    Font.Size = 10
    Font.Style = []
    BorderOptions.Color = clNone
    BorderOptions.Width = 0
    FriendlyName = 'Bottom'
    Color = clNone
    Alignment = taLeftJustify
    VAlign = vaMiddle
  end
  inherited VarInput: TIWRegion
    Width = 396
    object IWLink1: TIWLink
      Left = 267
      Top = 3
      Width = 84
      Height = 17
      Cursor = crAuto
      IW50Hint = False
      ParentShowHint = False
      ShowHint = True
      ZIndex = 0
      RenderSize = True
      Alignment = taLeftJustify
      Color = clNone
      Font.Color = clNone
      Font.Size = 10
      Font.Style = [fsUnderline]
      ScriptEvents = <>
      DoSubmitValidation = False
      FriendlyName = 'IWLink1'
      OnClick = IWLink1Click
      TabOrder = 10
      RawText = False
      Caption = #19994#21153#21592#35745#21010
    end
  end
  object pnlReport: TIWRegion [6]
    Left = 20
    Top = 190
    Width = 151
    Height = 96
    Cursor = crAuto
    BorderOptions.NumericWidth = 0
    BorderOptions.BorderWidth = cbwNumeric
    BorderOptions.Style = cbsSolid
    BorderOptions.Color = clNone
    Color = clNone
    ParentShowHint = False
    ShowHint = True
    ClipRegion = False
    ZIndex = 1000
    object tvReport: TIWTreeView
      Left = 0
      Top = 0
      Width = 151
      Height = 96
      Cursor = crAuto
      Align = alClient
      IW50Hint = False
      ParentShowHint = False
      ShowHint = True
      ZIndex = 0
      RenderSize = True
      FriendlyName = 'tvReport'
      Font.Color = clNone
      Font.Size = 10
      Font.Style = []
      UseFrame = False
      TreeItemClick = tvReportTreeItemClick
      Items = <>
    end
  end
  inherited tphVarInput: TIWTemplateProcessorHTML
    Left = 463
    Top = 93
  end
  object MainTemplate: TIWTemplateProcessorHTML
    TagType = ttIntraWeb
    Templates.Default = 'main.html'
    Left = 469
    Top = 156
  end
end

⌨️ 快捷键说明

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