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

📄 cd4_1u.dfm

📁 C++ Builder程序员学习数据结构,里面涵盖了所有你要学习的数据结构的所有源码(二叉树、链表、单链表、双链表、红黑树、快速排序、冒泡排序、哈弗曼树、堆、集合、字典、散列、字典、跳表、图、最短路径
💻 DFM
字号:
object Form1: TForm1
  Left = 449
  Top = 254
  Width = 290
  Height = 209
  Caption = #25968#32452#19982#38142#34920#59049
  Color = clOlive
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object lno: TLabel
    Left = 184
    Top = 16
    Width = 97
    Height = 16
    AutoSize = False
    Caption = #31532#19968#25226#20132#26885
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clYellow
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label1: TLabel
    Left = 184
    Top = 64
    Width = 89
    Height = 13
    AutoSize = False
    Caption = #25353'Enter'#38190#36755#20837
  end
  object ein: TEdit
    Left = 184
    Top = 40
    Width = 81
    Height = 21
    ImeName = #12356#12421' ('#32649#30768') - '#31325#29460#57646
    MaxLength = 8
    TabOrder = 0
    OnKeyUp = einKeyUp
  end
  object list: TButton
    Left = 184
    Top = 96
    Width = 81
    Height = 25
    Caption = #25490#24231#27425
    TabOrder = 1
    OnClick = listClick
  end
  object lblist: TListBox
    Left = 16
    Top = 16
    Width = 153
    Height = 145
    Font.Charset = ANSI_CHARSET
    Font.Color = clGreen
    Font.Height = -16
    Font.Name = #22841#21457#30768
    Font.Style = []
    ImeName = #12356#12421' ('#32649#30768') - '#31325#29460#57646
    ItemHeight = 18
    ParentFont = False
    TabOrder = 2
  end
  object end: TButton
    Left = 184
    Top = 136
    Width = 81
    Height = 25
    Caption = #25307#23433
    TabOrder = 3
    OnClick = endClick
  end
end

⌨️ 快捷键说明

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