cdecorator.dfm

来自「Delphi深度探索,Delphi深度探索(第二版)」· DFM 代码 · 共 69 行

DFM
69
字号
object Form1: TForm1
  Left = 189
  Top = 216
  Width = 469
  Height = 399
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 120
  TextHeight = 16
  object mmoCompress: TMemo
    Left = 24
    Top = 24
    Width = 417
    Height = 281
    Lines.Strings = (
      #22312'Delphi7'#30340'Source\Rtl\Common'#30446#24405#19979#30340'zlib.pas'#21333#20803#20013#65292#23450#20041#20102#19977#20010#31867
      'TCustomZlibStream, '
      'TCompressionStream'#65292'TDecompressionStream'#65292#20854
      #20013'TCustomZlibStream'#23601#26159#19968#20010#25277#35937#30340#21387#32553#27969#30340#35013#39280#22522#31867#65292#23427#27966#29983
      #20043'TStream'#65292#32780'TCompressionStream'#21644'TDecompressionStream'#20998#21035
      #37325#36733#20102'TStream'#22522#31867#30340'Read'#65292'Write'#31561#27969#23384#21462#26041#27861#65292#20998#21035#25552#20379#20102#21387#32553#21644#35299#21387
      #32553#27969#30340#21151#33021#12290#24403#25105#20204#24819#35201#21387#32553#25110#32773#35299#21387#32553#19968#20010#25991#26412#25991#20214#30340#26102#20505#65292#23601#21487#20197#20351#29992#36825
      #20004#20010#31867#26469#23436#25104#21151#33021#12290)
    TabOrder = 0
  end
  object btn1: TButton
    Left = 112
    Top = 320
    Width = 75
    Height = 25
    Caption = #21387#32553#20445#23384
    TabOrder = 1
    OnClick = btn1Click
  end
  object btn2: TButton
    Left = 200
    Top = 320
    Width = 75
    Height = 25
    Caption = #21152#36733
    TabOrder = 2
    OnClick = btn2Click
  end
  object btn3: TButton
    Left = 24
    Top = 320
    Width = 75
    Height = 25
    Caption = #20445#23384
    TabOrder = 3
    OnClick = btn3Click
  end
  object btn4: TButton
    Left = 288
    Top = 320
    Width = 75
    Height = 25
    Caption = #21152#36733#21387#32553#25991#20214
    TabOrder = 4
    OnClick = btn4Click
  end
end

⌨️ 快捷键说明

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