environmentexamplemain.xfm

来自「East make Tray Icon in delphi」· XFM 代码 · 共 47 行

XFM
47
字号
object Form1: TForm1
  Left = 228
  Top = 165
  Width = 729
  Height = 540
  ActiveControl = EnvironmentView
  Caption = 'Environment Variables'
  Color = clButton
  Font.CharSet = fcsLatin2
  Font.Color = clText
  Font.Height = 12
  Font.Name = 'MS Sans Serif'
  Font.Pitch = fpVariable
  Font.Style = []
  Font.Weight = 40
  ParentFont = False
  Scaled = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  object EnvironmentView: TListView
    Left = 0
    Top = 0
    Width = 729
    Height = 540
    Align = alClient
    Columns = <
      item
        AutoSize = True
        Caption = 'Environment variable'
        Tag = 0
        Width = 200
      end
      item
        AutoSize = True
        Caption = 'Value'
        Tag = 0
        Width = 500
      end>
    RowSelect = True
    ReadOnly = True
    ShowColumnSortIndicators = True
    Sorted = True
    TabOrder = 0
    ViewStyle = vsReport
  end
end

⌨️ 快捷键说明

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