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

📄 viewforms.dfm

📁 三層源碼,DELPHI寫的三層源碼,三層源碼,
💻 DFM
字号:
object viewform: Tviewform
  Left = 181
  Top = 115
  BorderIcons = [biSystemMenu, biMaximize]
  BorderStyle = bsSingle
  Caption = '信息查看'
  ClientHeight = 343
  ClientWidth = 601
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnCanResize = FormCanResize
  OnPaint = FormPaint
  OnResize = FormResize
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Bevel1: TBevel
    Left = 8
    Top = 32
    Width = 585
    Height = 305
    Shape = bsFrame
  end
  object xpButton4: TxpButton
    Left = 233
    Top = 2
    Width = 75
    Height = 25
    Caption = '页尾'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    TabOrder = 0
    TabStop = True
    OnClick = xpButton4Click
  end
  object xpButton2: TxpButton
    Left = 158
    Top = 2
    Width = 75
    Height = 25
    Caption = '下一页'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    TabOrder = 1
    TabStop = True
    OnClick = xpButton2Click
  end
  object xpButton1: TxpButton
    Left = 83
    Top = 2
    Width = 75
    Height = 25
    Caption = '上一页'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    TabOrder = 2
    TabStop = True
    OnClick = xpButton1Click
  end
  object xpButton3: TxpButton
    Left = 8
    Top = 2
    Width = 75
    Height = 25
    Caption = '首页'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    TabOrder = 3
    TabStop = True
    OnClick = xpButton3Click
  end
  object wbEditor: TWebBrowser
    Left = 16
    Top = 40
    Width = 534
    Height = 283
    TabOrder = 4
    ControlData = {
      4C00000031370000401D00000000000000000000000000000000000000000000
      000000004C000000000000000000000001000000E0D057007335CF11AE690800
      2B2E126208000000000000004C0000000114020000000000C000000000000046
      8000000000000000000000000000000000000000000000000000000000000000
      00000000000000000100000000000000000000000000000000000000}
  end
end

⌨️ 快捷键说明

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