mainfrm.~dfm

来自「Delphi插件程序示例」· ~DFM 代码 · 共 61 行

~DFM
61
字号
object MainForm: TMainForm
  Left = 224
  Top = 164
  Width = 754
  Height = 522
  BorderIcons = [biSystemMenu, biMinimize]
  Caption = #32479#35745
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -16
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  WindowState = wsMaximized
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 16
  object pnlStat: TPanel
    Left = 210
    Top = 0
    Width = 536
    Height = 495
    BevelInner = bvSpace
    BevelOuter = bvLowered
    Caption = #32479#35745#21306
    Color = 16244694
    TabOrder = 0
  end
  object lvMain: TListView
    Left = 1
    Top = 130
    Width = 208
    Height = 212
    Columns = <
      item
        Caption = #32479#35745#39033#30446
        Width = 200
      end
      item
        Caption = #25554#20214#25991#20214
        MaxWidth = 1
        Width = 0
      end>
    ColumnClick = False
    FlatScrollBars = True
    TabOrder = 1
    ViewStyle = vsReport
    OnDblClick = lvMainDblClick
  end
  object SnForm1: TSnForm
    Active = True
    BgColor = 14609391
    BorderColor = 14168584
    BorderWidth = 3
    UseCustomTaskBarMenu = True
    Left = 656
  end
end

⌨️ 快捷键说明

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