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

📄 fto3.~dfm

📁 用delphi实现的各种排序算法
💻 ~DFM
📖 第 1 页 / 共 2 页
字号:
object Form1: TForm1
  Left = 88
  Top = 44
  Width = 618
  Height = 461
  Caption = '数据结构中的各种排序方法'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  Menu = MainMenu1
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Label2: TLabel
    Left = 422
    Top = 18
    Width = 16
    Height = 16
    Caption = 'X='
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = '楷体_GB2312'
    Font.Style = []
    ParentFont = False
  end
  object Label4: TLabel
    Left = 492
    Top = 19
    Width = 16
    Height = 16
    Caption = 'n='
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = '楷体_GB2312'
    Font.Style = []
    ParentFont = False
  end
  object Label5: TLabel
    Left = 59
    Top = 325
    Width = 64
    Height = 16
    Caption = '左段为:'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = '楷体_GB2312'
    Font.Style = []
    ParentFont = False
  end
  object Label6: TLabel
    Left = 235
    Top = 325
    Width = 64
    Height = 16
    Caption = '中段为:'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = '楷体_GB2312'
    Font.Style = []
    ParentFont = False
  end
  object Label7: TLabel
    Left = 131
    Top = 325
    Width = 8
    Height = 16
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = '楷体_GB2312'
    Font.Style = []
    ParentFont = False
  end
  object Label8: TLabel
    Left = 395
    Top = 325
    Width = 64
    Height = 16
    Caption = '右段为:'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = '楷体_GB2312'
    Font.Style = []
    ParentFont = False
  end
  object Label9: TLabel
    Left = 299
    Top = 325
    Width = 8
    Height = 16
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = '楷体_GB2312'
    Font.Style = []
    ParentFont = False
  end
  object Label10: TLabel
    Left = 467
    Top = 325
    Width = 22
    Height = 16
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = '楷体_GB2312'
    Font.Style = []
    ParentFont = False
  end
  object Label11: TLabel
    Left = 56
    Top = 307
    Width = 14
    Height = 13
    Caption = '1'
  end
  object Label12: TLabel
    Left = 108
    Top = 307
    Width = 14
    Height = 13
    Caption = '2'
  end
  object Label13: TLabel
    Left = 161
    Top = 307
    Width = 14
    Height = 13
    Caption = '3'
  end
  object Label14: TLabel
    Left = 213
    Top = 307
    Width = 14
    Height = 13
    Caption = '4'
  end
  object Label15: TLabel
    Left = 266
    Top = 307
    Width = 14
    Height = 13
    Caption = '5'
  end
  object Label16: TLabel
    Left = 318
    Top = 307
    Width = 14
    Height = 13
    Caption = '6'
  end
  object Label17: TLabel
    Left = 371
    Top = 307
    Width = 14
    Height = 13
    Caption = '7'
  end
  object Label18: TLabel
    Left = 423
    Top = 307
    Width = 14
    Height = 13
    Caption = '8'
  end
  object Label19: TLabel
    Left = 476
    Top = 307
    Width = 14
    Height = 13
    Caption = '9'
  end
  object Label20: TLabel
    Left = 528
    Top = 307
    Width = 20
    Height = 13
    Caption = '10'
  end
  object Label1: TLabel
    Left = 64
    Top = 360
    Width = 64
    Height = 16
    Caption = '比较次数'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = '仿宋_GB2312'
    Font.Style = []
    ParentFont = False
  end
  object Label3: TLabel
    Left = 400
    Top = 368
    Width = 64
    Height = 16
    Caption = '移动次数'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = '仿宋_GB2312'
    Font.Style = []
    ParentFont = False
  end
  object Label21: TLabel
    Left = 136
    Top = 363
    Width = 33
    Height = 13
  end
  object Label22: TLabel
    Left = 471
    Top = 370
    Width = 22
    Height = 13
  end
  object GroupBox4: TGroupBox
    Left = 447
    Top = 96
    Width = 113
    Height = 177
    Caption = '合并与基数排序'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -14
    Font.Name = '华文仿宋'
    Font.Style = []
    ParentFont = False
    TabOrder = 39
  end
  object GroupBox3: TGroupBox
    Left = 313
    Top = 96
    Width = 113
    Height = 177
    Caption = '选择排序'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -14
    Font.Name = '华文仿宋'
    Font.Style = []
    ParentFont = False
    TabOrder = 38
    object Button13: TButton
      Left = 17
      Top = 23
      Width = 83
      Height = 25
      Caption = '简单选择'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -14
      Font.Name = '楷体_GB2312'
      Font.Style = []
      ParentFont = False
      TabOrder = 0
      OnClick = Button13Click
    end
  end
  object GroupBox2: TGroupBox
    Left = 177
    Top = 96
    Width = 113
    Height = 177
    Caption = '交换排序'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -14
    Font.Name = '华文仿宋'
    Font.Style = []
    ParentFont = False
    TabOrder = 37
  end
  object GroupBox1: TGroupBox
    Left = 40
    Top = 96
    Width = 113
    Height = 177
    Caption = '插入排序'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -14
    Font.Name = '华文仿宋'
    Font.Style = []
    ParentFont = False
    TabOrder = 36
  end
  object SpinEdit1: TSpinEdit
    Tag = 1
    Left = 40
    Top = 63
    Width = 54
    Height = 22
    MaxValue = 0
    MinValue = 0
    TabOrder = 0
    Value = 0
  end
  object SpinEdit2: TSpinEdit
    Tag = 2
    Left = 92
    Top = 63
    Width = 54
    Height = 22
    MaxValue = 0
    MinValue = 0
    TabOrder = 1
    Value = 0
  end
  object SpinEdit3: TSpinEdit
    Tag = 3
    Left = 143
    Top = 63
    Width = 54
    Height = 22
    MaxValue = 0
    MinValue = 0
    TabOrder = 2
    Value = 0
  end
  object SpinEdit4: TSpinEdit
    Tag = 4
    Left = 195
    Top = 63
    Width = 54
    Height = 22
    MaxValue = 0
    MinValue = 0
    TabOrder = 3
    Value = 0
  end
  object SpinEdit5: TSpinEdit
    Tag = 5
    Left = 246
    Top = 63
    Width = 54
    Height = 22
    MaxValue = 0
    MinValue = 0
    TabOrder = 4
    Value = 0
  end
  object SpinEdit6: TSpinEdit
    Tag = 6
    Left = 298
    Top = 63
    Width = 54
    Height = 22
    MaxValue = 0
    MinValue = 0
    TabOrder = 5
    Value = 0
  end
  object SpinEdit7: TSpinEdit
    Tag = 7
    Left = 349
    Top = 63
    Width = 54
    Height = 22
    MaxValue = 0
    MinValue = 0
    TabOrder = 6
    Value = 0
  end
  object SpinEdit8: TSpinEdit
    Tag = 8
    Left = 401
    Top = 63
    Width = 54
    Height = 22
    MaxValue = 0
    MinValue = 0
    TabOrder = 7
    Value = 0
  end
  object SpinEdit9: TSpinEdit
    Tag = 9
    Left = 452
    Top = 63
    Width = 54
    Height = 22
    MaxValue = 0
    MinValue = 0
    TabOrder = 8
    Value = 0
  end
  object SpinEdit10: TSpinEdit
    Tag = 10
    Left = 504
    Top = 63
    Width = 54
    Height = 22
    MaxValue = 0
    MinValue = 0
    TabOrder = 9
    Value = 0
  end
  object Edit1: TEdit
    Tag = 11
    Left = 40
    Top = 280
    Width = 49
    Height = 21
    TabOrder = 10
  end
  object Edit2: TEdit
    Tag = 12
    Left = 92
    Top = 280
    Width = 49
    Height = 21
    TabOrder = 11
  end
  object Edit3: TEdit
    Tag = 13
    Left = 145
    Top = 280
    Width = 49
    Height = 21
    TabOrder = 12
  end

⌨️ 快捷键说明

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