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

📄 baseformunit.dfm

📁 用delphi+intraweb写的简单报表系统(activeform使用技术)
💻 DFM
字号:
object FormBase: TFormBase
  Left = 0
  Top = 0
  Width = 583
  Height = 355
  OnRender = IWAppFormRender
  ConnectionMode = cmAny
  SupportedBrowsers = [brIE, brNetscape7, brOpera, brSafari, brNetscape6]
  OnCreate = IWAppFormCreate
  OnDestroy = IWAppFormDestroy
  BrowserSecurityCheck = True
  Background.Fixed = False
  HandleTabs = False
  LeftToRight = True
  LockUntilLoaded = True
  LockOnSubmit = True
  ShowHint = True
  XPTheme = True
  DesignLeft = 233
  DesignTop = 208
  object Top: TIWRectangle
    Left = 8
    Top = 8
    Width = 313
    Height = 19
    Cursor = crAuto
    IW50Hint = False
    ParentShowHint = False
    ShowHint = True
    ZIndex = 0
    RenderSize = True
    Text = 'Top'
    Font.Color = clNone
    Font.Size = 10
    Font.Style = []
    BorderOptions.Color = clNone
    BorderOptions.Width = 0
    FriendlyName = 'Bottom'
    Color = clNone
    Alignment = taLeftJustify
    VAlign = vaMiddle
  end
  object Bottom: TIWRectangle
    Left = 8
    Top = 33
    Width = 312
    Height = 20
    Cursor = crAuto
    IW50Hint = False
    ParentShowHint = False
    ShowHint = True
    ZIndex = 0
    RenderSize = True
    Text = 'Bottom'
    Font.Color = clNone
    Font.Size = 10
    Font.Style = []
    BorderOptions.Color = clNone
    BorderOptions.Width = 0
    FriendlyName = 'Bottom'
    Color = clNone
    Alignment = taLeftJustify
    VAlign = vaMiddle
  end
  object userstat: TIWRectangle
    Left = 13
    Top = 295
    Width = 550
    Height = 15
    Cursor = crAuto
    IW50Hint = False
    ParentShowHint = False
    ShowHint = True
    ZIndex = 0
    RenderSize = True
    Font.Color = clNone
    Font.Size = 10
    Font.Style = []
    BorderOptions.Color = clNone
    BorderOptions.Width = 0
    FriendlyName = 'userstat'
    Color = clNone
    Alignment = taLeftJustify
    VAlign = vaMiddle
  end
  object pnllogin: TIWRegion
    Left = 16
    Top = 112
    Width = 230
    Height = 34
    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 = tphLogin
    ZIndex = 1000
    object edtNickname: TIWEdit
      Left = 0
      Top = 4
      Width = 73
      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 = 'edtNickname'
      MaxLength = 0
      ReadOnly = False
      Required = False
      ScriptEvents = <>
      TabOrder = 0
      PasswordPrompt = False
    end
    object edtPassword: TIWEdit
      Left = 88
      Top = 4
      Width = 73
      Height = 21
      Cursor = crAuto
      IW50Hint = False
      ParentShowHint = False
      ShowHint = True
      ZIndex = 0
      RenderSize = True
      Alignment = taLeftJustify
      BGColor = clNone
      FocusColor = clNone
      DoSubmitValidation = True
      Editable = True
      NonEditableAsLabel = True
      Font.Color = clNone
      Font.Size = 10
      Font.Style = []
      FriendlyName = 'edtPassword'
      MaxLength = 0
      ReadOnly = False
      Required = False
      ScriptEvents = <>
      TabOrder = 3
      PasswordPrompt = True
    end
    object btnLogin: TIWImageFile
      Left = 174
      Top = 3
      Width = 36
      Height = 24
      Cursor = crAuto
      IW50Hint = False
      ParentShowHint = False
      ShowHint = True
      ZIndex = 0
      RenderSize = False
      BorderOptions.Color = clNone
      BorderOptions.Width = 0
      DoSubmitValidation = True
      ScriptEvents = <>
      TabOrder = 7
      UseSize = False
      Cacheable = True
      FriendlyName = 'btnLogin'
    end
  end
  object VarInput: TIWRegion
    Left = 15
    Top = 157
    Width = 236
    Height = 24
    Cursor = crAuto
    BorderOptions.NumericWidth = 0
    BorderOptions.BorderWidth = cbwNumeric
    BorderOptions.Style = cbsSolid
    BorderOptions.Color = clNone
    Color = clNone
    ParentShowHint = False
    ShowHint = True
    ClipRegion = False
    LayoutMgr = tphVarInput
    ZIndex = 1000
    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 = 5
      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 = 6
      PasswordPrompt = False
    end
  end
  object tphLogin: TIWTemplateProcessorHTML
    TagType = ttIntraWeb
    Templates.Default = 'Login.html'
    Left = 468
    Top = 8
  end
  object tphVarInput: TIWTemplateProcessorHTML
    TagType = ttIntraWeb
    Templates.Default = 'VarInput.html'
    Left = 468
    Top = 88
  end
end

⌨️ 快捷键说明

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