mainfrm.dfm

来自「用delphi实现的一些排序算法」· DFM 代码 · 共 60 行

DFM
60
字号
object Form1: TForm1
  Left = 192
  Top = 190
  Width = 544
  Height = 375
  Caption = 'Form1'
  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 = 192
    Top = 24
    Width = 48
    Height = 13
    Caption = #28304#25968#32452#65306
  end
  object Label2: TLabel
    Left = 384
    Top = 24
    Width = 48
    Height = 13
    Caption = #25490#24207#21518#65306
  end
  object Button1: TButton
    Left = 48
    Top = 40
    Width = 75
    Height = 25
    Caption = 'Button1'
    TabOrder = 0
    OnClick = Button1Click
  end
  object mmSrc: TMemo
    Left = 184
    Top = 48
    Width = 129
    Height = 249
    Lines.Strings = (
      '')
    ScrollBars = ssBoth
    TabOrder = 1
  end
  object mmDest: TMemo
    Left = 384
    Top = 48
    Width = 137
    Height = 249
    Lines.Strings = (
      '')
    ScrollBars = ssBoth
    TabOrder = 2
  end
end

⌨️ 快捷键说明

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