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

📄 unit1.dfm

📁 一份数据结构的课程设计完整代码
💻 DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 117
  Width = 393
  Height = 376
  BorderIcons = [biSystemMenu, biMinimize]
  Caption = #20108#21449#26641#30340#36941#21382
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  Icon.Data = {
    0000010001002020100000000000E80200001600000028000000200000004000
    0000010004000000000000020000000000000000000000000000000000000000
    0000000080000080000000808000800000008000800080800000C0C0C0008080
    80000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF000000
    0000000000000000000000000000000000000000330101000000000000000000
    0000000003301000000000000000000000000000033100000000000000000000
    0000000003300000000000000000000000000000033100000000000000000000
    0000000003300000000000000000000000000000033100000000000000000000
    0000000003300000000000000000000000000000033100000000000000000000
    0000000033300100000000000000000000000003133103100000000000000000
    0000003103300031000000000000000000000310033100031000000000000000
    0000310001100000310000000000000000031000000302000000000000000000
    00010000222222A0202000000000000000300A222A2222220202002000000000
    A2A222A2A222A2A222A0020200000022A222A222A22A222A2A202020020002A2
    22222A222AA2A222A222A20220000222A2A2A2A22A222A222222222A020022FA
    22222A2222222222A2A2A22220202F2222A222A222A22A2A22222A2A220022AB
    22222222222A222222A2A2A222A02A2A22A2A2A2A2A222AA2A222222222202F2
    AB222A22222A22222A2A22A2A220002F2222F222A2A22AA2A222222222000002
    FA2A2A2B22222222A2A2222200000000222F2B2A2B222A2A2A2A2A2000000000
    000222F2F2A2F2222222A200000000000000002222222222220000000000FFE0
    0FFFFFF01FFFFFF83FFFFFF87FFFFFF87FFFFFF87FFFFFF87FFFFFF87FFFFFF8
    3FFFFFF81FFFFFF00FFFFFE007FFFFC043FFFF8861FFFF1830FFFE30007FFC00
    001FF0000007E0000003C0000001800000018000000000000000000000000000
    00000000000080000001C0000003E000000FF000001FFE00003FFFC003FF}
  OldCreateOrder = False
  Position = poDesktopCenter
  OnCreate = FormCreate
  OnMouseDown = FormMouseDown
  OnMouseMove = FormMouseMove
  OnMouseUp = FormMouseUp
  PixelsPerInch = 96
  TextHeight = 13
  object Label3: TLabel
    Left = 120
    Top = 16
    Width = 160
    Height = 20
    Caption = #20108#21449#26641#36941#21382#28436#31034'        '
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clNavy
    Font.Height = -17
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object SpeedButton1: TSpeedButton
    Left = 312
    Top = 16
    Width = 49
    Height = 25
    Caption = #20851#20110
    Flat = True
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clMenuBar
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    OnClick = SpeedButton1Click
    OnMouseMove = SpeedButton1MouseMove
  end
  object SpeedButton2: TSpeedButton
    Left = 24
    Top = 16
    Width = 49
    Height = 25
    Caption = #24110#21161
    Flat = True
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clMenuBar
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    OnClick = SpeedButton2Click
    OnMouseMove = SpeedButton2MouseMove
  end
  object GroupBox1: TGroupBox
    Left = 24
    Top = 56
    Width = 337
    Height = 257
    TabOrder = 0
    OnMouseDown = GroupBox1MouseDown
    object Label1: TLabel
      Left = 131
      Top = 24
      Width = 3
      Height = 13
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clNavy
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Label2: TLabel
      Left = 40
      Top = 24
      Width = 72
      Height = 13
      Caption = #36941#21382#30340#39034#24207#65306
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clNavy
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Label4: TLabel
      Left = 123
      Top = 40
      Width = 3
      Height = 13
    end
    object Label5: TLabel
      Left = 40
      Top = 40
      Width = 87
      Height = 13
      Caption = #24403#21069#30340#20803#32032#65306'     '
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clNavy
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object RichEdit1: TRichEdit
      Left = 32
      Top = 80
      Width = 161
      Height = 153
      Enabled = False
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -20
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      Lines.Strings = (
        '       A'
        '     /   \'
        '    B     C'
        '   / \   / \'
        '  D   E F   G')
      ParentFont = False
      ReadOnly = True
      TabOrder = 0
    end
    object Button1: TButton
      Left = 224
      Top = 80
      Width = 65
      Height = 33
      Caption = #20808#24207#36941#21382' '
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      TabOrder = 1
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 224
      Top = 144
      Width = 65
      Height = 33
      Caption = #20013#24207#36941#21382' '
      TabOrder = 2
      OnClick = Button2Click
    end
    object Button3: TButton
      Left = 224
      Top = 200
      Width = 65
      Height = 33
      Caption = #21518#24207#36941#21382' '
      TabOrder = 3
      OnClick = Button3Click
    end
  end
  object PopupMenu1: TPopupMenu
    Left = 32
    Top = 312
    object N1: TMenuItem
      Caption = #20808#24207#36941#21382'&'
      OnClick = Button1Click
    end
    object N2: TMenuItem
      Caption = #20013#24207#36941#21382'&'
      OnClick = Button2Click
    end
    object N3: TMenuItem
      Caption = #21518#24207#36941#21382'&'
      OnClick = Button3Click
    end
    object N4: TMenuItem
      Caption = '-'
    end
    object N6: TMenuItem
      Caption = #24110#21161'&'
      OnClick = SpeedButton2Click
    end
    object N7: TMenuItem
      Caption = #20851#20110'&'
      OnClick = SpeedButton1Click
    end
    object N5: TMenuItem
      Caption = #36864#20986'&'
      OnClick = N5Click
    end
  end
end

⌨️ 快捷键说明

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