⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 unit1.dfm

📁 归并和快速算法比较
💻 DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 107
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = #24555#36895#25490#24207#19982#24402#24182#25490#24207#30340#27604#36739
  ClientHeight = 453
  ClientWidth = 644
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 0
    Top = 0
    Width = 217
    Height = 449
    Caption = #38543#26426#36755#20837
    TabOrder = 0
    object Button1: TButton
      Left = 72
      Top = 296
      Width = 65
      Height = 25
      Caption = #36755#20837#35774#32622
      TabOrder = 0
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 72
      Top = 336
      Width = 65
      Height = 25
      Caption = #24402#24182#25490#24207
      Enabled = False
      TabOrder = 1
      OnClick = Button2Click
    end
    object Button3: TButton
      Left = 72
      Top = 376
      Width = 65
      Height = 25
      Caption = #24555#36895#25490#24207
      Enabled = False
      TabOrder = 2
      OnClick = Button3Click
    end
    object Memo1: TMemo
      Left = 16
      Top = 48
      Width = 185
      Height = 217
      ImeName = #32043#20809#25340#38899#36755#20837#27861
      Lines.Strings = (
        '            '#25490#24207#25152#29992#26102#38388#27604#36739
        '             '#20803#32032#20010#25968':n*5000')
      ReadOnly = True
      ScrollBars = ssVertical
      TabOrder = 3
    end
    object Button7: TButton
      Left = 56
      Top = 416
      Width = 97
      Height = 25
      Caption = #21551#21160#25968#25454#26174#31034
      TabOrder = 4
      OnClick = Button7Click
    end
  end
  object GroupBox2: TGroupBox
    Left = 224
    Top = 0
    Width = 417
    Height = 449
    Caption = #25163#21160#36755#20837
    TabOrder = 1
    object GroupBox3: TGroupBox
      Left = 8
      Top = 56
      Width = 193
      Height = 385
      Caption = #24402#24182#25490#24207
      TabOrder = 0
      object Memo2: TMemo
        Left = 8
        Top = 32
        Width = 177
        Height = 281
        ImeName = #32043#20809#25340#38899#36755#20837#27861
        Lines.Strings = (
          '                '#24402#24182#25490#24207#24773#20917)
        ReadOnly = True
        ScrollBars = ssVertical
        TabOrder = 0
      end
      object Button5: TButton
        Left = 56
        Top = 336
        Width = 75
        Height = 25
        Caption = #24402#24182#25490#24207
        Enabled = False
        TabOrder = 1
        OnClick = Button5Click
      end
    end
    object GroupBox4: TGroupBox
      Left = 216
      Top = 56
      Width = 193
      Height = 385
      Caption = #24555#36895#25490#24207
      TabOrder = 1
      object Memo3: TMemo
        Left = 8
        Top = 32
        Width = 177
        Height = 281
        ImeName = #32043#20809#25340#38899#36755#20837#27861
        Lines.Strings = (
          '                '#24555#36895#25490#24207#24773#20917)
        ReadOnly = True
        ScrollBars = ssVertical
        TabOrder = 0
      end
      object Button6: TButton
        Left = 64
        Top = 336
        Width = 75
        Height = 25
        Caption = #24555#36895#25490#24207
        Enabled = False
        TabOrder = 1
        OnClick = Button6Click
      end
    end
    object Button4: TButton
      Left = 168
      Top = 24
      Width = 75
      Height = 25
      Caption = #36755#20837#35774#32622
      TabOrder = 2
      OnClick = Button4Click
    end
  end
end

⌨️ 快捷键说明

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