main.dfm

来自「RAY压缩是综合统计和字典方法」· DFM 代码 · 共 90 行

DFM
90
字号
object FrmMain: TFrmMain
  Left = 262
  Top = 135
  Width = 775
  Height = 480
  Caption = 'RAY'#21387#32553#31639#27861
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 0
    Top = 221
    Width = 105
    Height = 13
    AutoSize = False
    Caption = 'RAY'#21387#32553#32467#26524
  end
  object Label2: TLabel
    Left = 8
    Top = 5
    Width = 105
    Height = 13
    AutoSize = False
    Caption = 'RAY'#21387#32553#21069#25968#25454
  end
  object Label3: TLabel
    Left = 48
    Top = 419
    Width = 50
    Height = 13
    AutoSize = False
    Caption = #21387#32553#21069
  end
  object Label4: TLabel
    Left = 224
    Top = 419
    Width = 50
    Height = 13
    AutoSize = False
    Caption = #21387#32553#21518
  end
  object Memo1: TMemo
    Left = 0
    Top = 24
    Width = 761
    Height = 169
    Lines.Strings = (
      'hellohellohellohellohellohellohellohellohello')
    ScrollBars = ssVertical
    TabOrder = 0
  end
  object Memo2: TMemo
    Left = 0
    Top = 256
    Width = 761
    Height = 129
    ScrollBars = ssVertical
    TabOrder = 1
  end
  object Button1: TButton
    Left = 328
    Top = 216
    Width = 75
    Height = 25
    Caption = #21387#32553
    TabOrder = 2
    OnClick = Button1Click
  end
  object Edit1: TEdit
    Left = 104
    Top = 416
    Width = 81
    Height = 21
    TabOrder = 3
  end
  object Edit2: TEdit
    Left = 280
    Top = 416
    Width = 81
    Height = 21
    TabOrder = 4
  end
end

⌨️ 快捷键说明

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