viewforms.dfm

来自「三層源碼,DELPHI寫的三層源碼,三層源碼,」· DFM 代码 · 共 104 行

DFM
104
字号
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 + =
减小字号Ctrl + -
显示快捷键?