conv_view.dfm

来自「smallbasic for linux」· DFM 代码 · 共 77 行

DFM
77
字号
object frmView: TfrmView
  Left = 252
  Top = 212
  Width = 615
  Height = 358
  Caption = 'Viewer'
  Color = clBtnFace
  Font.Charset = GREEK_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Verdana'
  Font.Style = []
  OldCreateOrder = False
  Position = poOwnerFormCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 607
    Height = 299
    Align = alClient
    BevelOuter = bvNone
    BorderWidth = 6
    Caption = 'Panel1'
    TabOrder = 0
    object txtText: TRichEdit
      Left = 6
      Top = 6
      Width = 595
      Height = 287
      Align = alClient
      Color = clInfoBk
      Font.Charset = GREEK_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = 'Courier New'
      Font.Style = []
      ParentFont = False
      PlainText = True
      ScrollBars = ssBoth
      TabOrder = 0
      WordWrap = False
    end
  end
  object Panel2: TPanel
    Left = 0
    Top = 299
    Width = 607
    Height = 32
    Align = alBottom
    BevelOuter = bvNone
    BorderWidth = 6
    TabOrder = 1
    object btnClose: TButton
      Left = 110
      Top = 2
      Width = 89
      Height = 25
      Caption = 'Close'
      Default = True
      ModalResult = 2
      TabOrder = 0
    end
    object btnSave: TButton
      Left = 6
      Top = 2
      Width = 89
      Height = 25
      Caption = 'Save'
      Default = True
      TabOrder = 1
      OnClick = btnSaveClick
    end
  end
end

⌨️ 快捷键说明

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