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

📄 uaddprl.dfm

📁 关于利用DELPHI来进行企业级方案解决的著作的附书源码
💻 DFM
字号:
object AddRPL: TAddRPL
  OldCreateOrder = False
  PageProducer = AdapterPageProducer
  Left = 429
  Top = 266
  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.dsaBBSRPL
        AdapterMode = 'Edit'
        object FldContent: TAdapterDisplayField
          Caption = #22238#22797#65306
          CaptionAttributes.VAlign = haTop
          DisplayWidth = 60
          FieldName = 'Content'
          CaptionPosition = capAbove
          TextAreaWrap = wrVirtual
          DisplayRows = 16
        end
      end
      object AdapterCommandGroup1: TAdapterCommandGroup
        DisplayComponent = AdapterFieldGroup1
        object CmdApply: TAdapterActionButton
          ActionName = 'Apply'
          Caption = #30830#23450
          PageName = 'RPL'
        end
        object CmdCancel: TAdapterActionButton
          ActionName = 'Cancel'
          Caption = #21462#28040
          PageName = 'RPL'
        end
      end
    end
  end
end

⌨️ 快捷键说明

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