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

📄 unit4.~dfm

📁 利用蚂蚁演算法侦测物件支配点研究之原始码
💻 ~DFM
字号:
object Form4: TForm4
  Left = 232
  Top = 156
  Width = 722
  Height = 683
  Caption = 'Ant Colony Algorithm(Character)'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  Menu = MainMenu1
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object StatusBar1: TStatusBar
    Left = 0
    Top = 0
    Width = 714
    Height = 25
    Align = alTop
    Panels = <
      item
        Text = 'Coordinate:'
        Width = 130
      end
      item
        Text = 'Process Time:'
        Width = 100
      end>
    SimplePanel = False
  end
  object GroupBox1: TGroupBox
    Left = 0
    Top = 24
    Width = 713
    Height = 593
    Caption = 'Image Information'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = 'Times New Roman'
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    object GroupBox2: TGroupBox
      Left = 8
      Top = 24
      Width = 345
      Height = 265
      Caption = 'Original Image'
      TabOrder = 0
      object Image1: TImage
        Left = 8
        Top = 24
        Width = 105
        Height = 105
        AutoSize = True
        OnMouseMove = Image1MouseMove
      end
    end
    object GroupBox3: TGroupBox
      Left = 360
      Top = 24
      Width = 345
      Height = 265
      Caption = 'Initial Image'
      TabOrder = 1
      object Image2: TImage
        Left = 8
        Top = 24
        Width = 105
        Height = 105
        AutoSize = True
        OnMouseMove = Image2MouseMove
      end
    end
    object Button1: TButton
      Left = 32
      Top = 312
      Width = 75
      Height = 25
      Caption = 'Button1'
      TabOrder = 2
      OnClick = Button1Click
    end
    object ListBox1: TListBox
      Left = 144
      Top = 296
      Width = 57
      Height = 225
      ItemHeight = 21
      TabOrder = 3
    end
    object ListBox2: TListBox
      Left = 216
      Top = 296
      Width = 73
      Height = 225
      ItemHeight = 21
      TabOrder = 4
    end
    object ListBox3: TListBox
      Left = 312
      Top = 296
      Width = 57
      Height = 225
      ItemHeight = 21
      TabOrder = 5
    end
    object ListBox4: TListBox
      Left = 384
      Top = 296
      Width = 65
      Height = 225
      ItemHeight = 21
      TabOrder = 6
    end
  end
  object MainMenu1: TMainMenu
    Left = 672
    object FileF1: TMenuItem
      Caption = 'File(F)'
      object OpenImage1: TMenuItem
        Caption = 'Open_File(O)'
        OnClick = OpenImage1Click
      end
      object SaveFileS1: TMenuItem
        Caption = 'Save_File(S)'
        OnClick = SaveFileS1Click
      end
    end
    object PreprocessingP1: TMenuItem
      Caption = 'Pre_processing(P)'
      object ContourTrackingC1: TMenuItem
        Caption = 'Contour_Tracking(C)'
        OnClick = ContourTrackingC1Click
      end
      object SearchbreakpointsS1: TMenuItem
        Caption = 'Search_break_points(S)'
        OnClick = SearchbreakpointsS1Click
      end
    end
    object AlgorithmsA1: TMenuItem
      Caption = 'Meta_Algorithms(A)'
    end
    object ApproximationA1: TMenuItem
      Caption = 'Type_of_Approximation(T)'
      object EthlonBoundE1: TMenuItem
        Caption = 'Ethlon_Bound(E)'
        OnClick = EthlonBoundE1Click
      end
      object SegmentBoundS1: TMenuItem
        Caption = 'Segment_Bound(S)'
        OnClick = SegmentBoundS1Click
      end
    end
  end
  object OpenPictureDialog1: TOpenPictureDialog
    Left = 640
  end
  object SavePictureDialog1: TSavePictureDialog
    Left = 608
  end
end

⌨️ 快捷键说明

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