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

📄 uaddbbs.dfm

📁 关于利用DELPHI来进行企业级方案解决的著作的附书源码
💻 DFM
字号:
object AddBBS: TAddBBS
  OldCreateOrder = False
  PageProducer = AdapterPageProducer
  Left = 254
  Top = 107
  Height = 150
  Width = 215
  object AdapterPageProducer: TAdapterPageProducer
    HTMLDoc.Strings = (
      '<html>'
      '<head>'
      '</head>'
      '<body>'
      '<#STYLES><#WARNINGS><#SERVERSCRIPT>'
      '</body>'
      '</html>')
    Left = 48
    Top = 8
    object AdapterForm1: TAdapterForm
      object AdapterFieldGroup1: TAdapterFieldGroup
        Adapter = WDM.dsaBBS
        AdapterMode = 'Edit'
        object FldTitle: TAdapterDisplayField
          Caption = #26631#39064
          DisplayWidth = 50
          FieldName = 'Title'
        end
        object Fldabout: TAdapterDisplayField
          Caption = #20998#31867
          DisplayWidth = 10
          FieldName = 'about'
        end
        object FldContent: TAdapterDisplayField
          Caption = #20869#23481
          CaptionAttributes.VAlign = haTop
          DisplayWidth = 60
          FieldName = 'Content'
          TextAreaWrap = wrVirtual
          DisplayRows = 10
        end
      end
      object AdapterCommandGroup1: TAdapterCommandGroup
        DisplayComponent = AdapterFieldGroup1
        object CmdApply: TAdapterActionButton
          ActionName = 'Apply'
          Caption = #30830#23450
          PageName = 'BBS'
        end
        object CmdCancel: TAdapterActionButton
          ActionName = 'Cancel'
          Caption = #21462#28040
          PageName = 'BBS'
        end
      end
    end
  end
end

⌨️ 快捷键说明

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