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

📄 computergraphicstest.dfm

📁 计算机图形图像学基础算法实验软件包
💻 DFM
📖 第 1 页 / 共 3 页
字号:
    Font.Style = []
    ParentFont = False
  end
  object Label3: TLabel
    Left = 424
    Top = 40
    Width = 80
    Height = 20
    Caption = #22788#29702#21518#22270#20687
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label4: TLabel
    Left = 736
    Top = 64
    Width = 64
    Height = 16
    Caption = #32418#33394#35843#33410
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label5: TLabel
    Left = 832
    Top = 64
    Width = 64
    Height = 16
    Caption = #32511#33394#35843#33410
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label6: TLabel
    Left = 928
    Top = 64
    Width = 64
    Height = 16
    Caption = #34013#33394#35843#33410
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object TestImage1: TImage
    Left = 0
    Top = 416
    Width = 273
    Height = 265
  end
  object TestImage2: TImage
    Left = 288
    Top = 416
    Width = 281
    Height = 265
  end
  object ShowMemo: TMemo
    Left = 768
    Top = 416
    Width = 217
    Height = 265
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    ScrollBars = ssVertical
    TabOrder = 0
  end
  object RedUpDown: TUpDown
    Left = 752
    Top = 96
    Width = 20
    Height = 97
    Min = -125
    Max = 125
    Increment = 5
    TabOrder = 1
    OnClick = RedUpDownClick
  end
  object GreenUpDown: TUpDown
    Left = 848
    Top = 96
    Width = 20
    Height = 97
    Min = -125
    Max = 125
    Increment = 5
    TabOrder = 2
    OnClick = RedUpDownClick
  end
  object BlueUpDown: TUpDown
    Left = 944
    Top = 96
    Width = 20
    Height = 97
    Min = -125
    Max = 125
    Increment = 5
    TabOrder = 3
    OnClick = RedUpDownClick
  end
  object MainMenu1: TMainMenu
    Left = 425
    Top = 24
    object FileMain: TMenuItem
      Caption = #25991#20214'(&F)'
      object OpenOrignalImage1: TMenuItem
        Caption = #25171#24320#22270#24418'(&O)'
        OnClick = OpenOrignalImage1Click
      end
      object ClearScreen: TMenuItem
        Caption = #28165#38500#23631#24149'(&S)'
        OnClick = ClearScreenClick
      end
      object ClearImage: TMenuItem
        Caption = #28165#38500#24453#22788#29702#22270#20687'(&P)'
        OnClick = ClearImageClick
      end
      object ClearChangedImage1: TMenuItem
        Caption = #28165#38500#22788#29702#21518#22270#20687'(&C)'
        OnClick = ClearChangedImage1Click
      end
    end
    object Chapter2: TMenuItem
      Caption = #20809#26629#22270#20687'(&R)'
      object Setapointincolor1: TMenuItem
        Caption = #20197#19981#21516#39068#33394#30011#28857'(&P)'
        OnClick = Setapointincolor1Click
      end
      object DrawLinesandCircleinrandomcolors1: TMenuItem
        Caption = #20197#19981#21516#39068#33394#30011#32447#21644#22278'(&L)'
        OnClick = DrawLinesandCircleinrandomcolors1Click
      end
      object Changaimagescolor1: TMenuItem
        Caption = #25913#21464#22270#20687#30340#39068#33394'(&C)'
        OnClick = Changaimagescolor1Click
      end
      object DDA: TMenuItem
        Caption = #30011#30452#32447'DDA'#27861'(&D)'
        OnClick = DDAClick
      end
      object Bresenhamslineforthefirstoctant1: TMenuItem
        Caption = #30011#30452#32447'Bresenham'#27861'(&B)'
        OnClick = Bresenhamslineforthefirstoctant1Click
      end
      object IntegerBresenhamsAlgorithm1: TMenuItem
        Caption = #30011#30452#32447#25972#22411'Bresenham'#27861'(&G)'
        OnClick = IntegerBresenhamsAlgorithm1Click
      end
      object GeneralizedIntegerBresenhamsAlgorithm1: TMenuItem
        Caption = #36866#24212#21508#35937#38480#30340#30011#30452#32447#25972#22411'Bresenham'#27861'(&Q)'
        OnClick = GeneralizedIntegerBresenhamsAlgorithm1Click
      end
      object ImageCompression1: TMenuItem
        Caption = #22270#20687#21387#32553'(&C)'
        OnClick = ImageCompression1Click
      end
      object BreifImageCompression1: TMenuItem
        Caption = #22270#20687#32553#23567'(&S)'
        OnClick = BreifImageCompression1Click
      end
      object ImageAmplication1: TMenuItem
        Caption = #22270#20687#25918#22823'(&A)'
        OnClick = ImageAmplication1Click
      end
      object SimpleParitypolygonscanconversionalgorithm2: TMenuItem
        Caption = #22810#36793#24418#22855#20598#25195#25551#32447#22635#20805'(&P)'
        OnClick = SimpleParitypolygonscanconversionalgorithm2Click
      end
      object Simpleseedfillalgorithm: TMenuItem
        Caption = #31616#21333#31181#23376#22635#20805'(&S)'
        Hint = #31616#21333#31181#23376#22635#20805
        OnClick = SimpleseedfillalgorithmClick
      end
    end
    object Chaper3: TMenuItem
      Caption = #35009#21098'(&C)'
      object Clip1: TMenuItem
        Caption = #35009#21098'(&C)'
        OnClick = Clip1Click
      end
    end
    object Chapter4: TMenuItem
      Caption = #21487#35265#38754'(&V)'
      object FloatHorizonAlgorithm1: TMenuItem
        Caption = #28014#21160#27700#24179#32447#27861#26174#31034#26354#38754'(&F)'
        OnClick = FloatHorizonAlgorithm1Click
      end
      object ZBuffer1: TMenuItem
        Caption = 'Z'#32531#20914#31639#27861'(&Z)'
        OnClick = ZBuffer1Click
      end
      object Atialias: TMenuItem
        Caption = #21453#36208#26679'(&A)'
        OnClick = AtialiasClick
      end
      object PhongRender: TMenuItem
        Caption = 'Phong'#20809#29031#27169#22411'(&P)'
        OnClick = PhongRenderClick
      end
    end
    object Chaptyer5: TMenuItem
      Caption = #26174#31034#19982#39068#33394'(&S)'
      object MappingTwodimensionalprojectivemapping1: TMenuItem
        Caption = #22810#36793#24418#32441#29702'(&M)'
        OnClick = MappingTwodimensionalprojectivemapping1Click
      end
      object MappingCylindermapping1: TMenuItem
        Caption = #22278#26609#32441#29702'(&C)'
        OnClick = MappingCylindermapping1Click
      end
      object SimpleTrangleFractal1: TMenuItem
        Caption = #31616#21333#30340#19977#35282#24418#20998#24418'(&T)'
        OnClick = SimpleTrangleFractal1Click
      end
      object MaskarangeofcolorinRGB1: TMenuItem
        Caption = #22312'RGB'#31354#38388#23631#34109#39068#33394'(H)'
        OnClick = MaskarangeofcolorinRGB1Click
      end
      object Maskarangeofcolor1: TMenuItem
        Caption = #22312'HSL'#31354#38388#23631#34109#39068#33394'(&N)'
        OnClick = Maskarangeofcolor1Click
      end
      object IncreasePicturesLights1: TMenuItem
        Caption = #22312'HSL'#31354#38388#22686#21152#20142#24230'(&I)'
        OnClick = IncreasePicturesLights1Click
      end
      object DecreasePicturesLightsbyHSL1: TMenuItem
        Caption = #22312'HSL'#31354#38388#20943#23569#20142#24230'(&R)'
        OnClick = DecreasePicturesLightsbyHSL1Click
      end
      object IncreaseLightbyRGB1: TMenuItem
        Caption = #22312'RGB'#31354#38388#22686#21152#20142#24230'(&M)'
        OnClick = IncreaseLightbyRGB1Click
      end
      object IncreasePicturesLightSbyRGB1: TMenuItem
        Caption = 'RGB'#31354#38388#20943#23569#20142#24230'(&S)'
        OnClick = IncreasePicturesLightSbyRGB1Click
      end
    end
    object helpMenu: TMenuItem
      Caption = #24110#21161'(&H)'
      object About: TMenuItem
        Caption = #20851#20110'...'
        OnClick = AboutClick
      end
    end
  end
  object OpenPictureDialog1: TOpenPictureDialog
    Left = 776
    Top = 24
  end
end

⌨️ 快捷键说明

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