untmain.~dfm

来自「通过Delphi编程」· ~DFM 代码 · 共 73 行

~DFM
73
字号
object Form1: TForm1
  Left = 192
  Top = 175
  BorderStyle = bsSingle
  Caption = #35774#22791#20449#24687
  ClientHeight = 406
  ClientWidth = 637
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object lv1: TListView
    Left = 0
    Top = 0
    Width = 637
    Height = 372
    Align = alClient
    Columns = <
      item
        Caption = 'GUID'
        Width = 250
      end
      item
        Caption = #31867#22411
        Width = 100
      end
      item
        Caption = #25551#36848
        Width = 250
      end>
    RowSelect = True
    TabOrder = 0
    ViewStyle = vsReport
  end
  object Panel1: TPanel
    Left = 0
    Top = 372
    Width = 637
    Height = 34
    Align = alBottom
    Caption = 'Panel1'
    TabOrder = 1
    object btn1: TButton
      Left = 8
      Top = 6
      Width = 75
      Height = 25
      Caption = 'Get!'
      TabOrder = 0
      OnClick = btn1Click
    end
    object btnAbout: TButton
      Left = 88
      Top = 6
      Width = 75
      Height = 25
      Caption = 'About'
      TabOrder = 1
      OnClick = btnAboutClick
    end
  end
  object il1: TImageList
    Left = 88
    Top = 184
  end
end

⌨️ 快捷键说明

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