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

📄 unit1.dfm

📁 C++ Builder 6 编程实例教程-北京希望电子出版社出版
💻 DFM
字号:
object frmMain: TfrmMain
  Left = 192
  Top = 107
  Width = 547
  Height = 377
  Caption = #22270#35937#21464#25442#22788#29702#36719#20214
  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 Image1: TImage
    Left = 0
    Top = 8
    Width = 257
    Height = 321
    Stretch = True
  end
  object Image2: TImage
    Left = 256
    Top = 8
    Width = 281
    Height = 321
    Stretch = True
  end
  object MainMenu1: TMainMenu
    Left = 240
    Top = 168
    object N1: TMenuItem
      Caption = #25991#20214
      object Open: TMenuItem
        Caption = #25171#24320#25991#20214
        OnClick = OpenClick
      end
      object Save: TMenuItem
        Caption = #23384#20648#25991#20214
        OnClick = SaveClick
      end
      object Exit: TMenuItem
        Caption = #36864#20986
        OnClick = ExitClick
      end
    end
    object N2: TMenuItem
      Caption = #25928#26524#22788#29702
      object Smooth1: TMenuItem
        Caption = #26580#21270#25928#26524
        OnClick = Smooth1Click
      end
      object Sharp1: TMenuItem
        Caption = #38160#21270#25928#26524
        OnClick = Sharp1Click
      end
      object Emboss1: TMenuItem
        Caption = #28014#38613#25928#26524
        OnClick = Emboss1Click
      end
      object Disffuse1: TMenuItem
        Caption = #25193#25955#25928#26524
        OnClick = Disffuse1Click
      end
      object Invert1: TMenuItem
        Caption = #21453#36716#25928#26524
        OnClick = Invert1Click
      end
      object Mosic1: TMenuItem
        Caption = #39532#36187#20811#25928#26524
        OnClick = Mosic1Click
      end
    end
    object N3: TMenuItem
      Caption = #20998#36776#29575
      object D128: TMenuItem
        Caption = #38477#20026'1/2'
        OnClick = D128Click
      end
      object D64: TMenuItem
        Caption = #38477#20026'1/4'
        OnClick = D64Click
      end
      object D32: TMenuItem
        Caption = #38477#20026'1/8'
        OnClick = D32Click
      end
      object D16: TMenuItem
        Caption = #38477#20026'1/16'
        OnClick = D16Click
      end
    end
    object N4: TMenuItem
      Caption = #33394#24425#36716#25442
      object RedTran: TMenuItem
        Caption = 'R'#21333#33394
        OnClick = RedTranClick
      end
      object GreenTran: TMenuItem
        Caption = 'G'#21333#33394
        OnClick = GreenTranClick
      end
      object BlueTran: TMenuItem
        Caption = 'B'#21333#33394
        OnClick = BlueTranClick
      end
      object GrayTran: TMenuItem
        Caption = #28784#24230#22270#20687
        OnClick = GrayTranClick
      end
    end
    object N5: TMenuItem
      Caption = #22270#20687#35843#33410
      object LumInc: TMenuItem
        Caption = #22686#24378#20142#24230
        OnClick = LumIncClick
      end
      object LumDec: TMenuItem
        Caption = #38477#20302#20142#24230
        OnClick = LumDecClick
      end
    end
  end
  object OpenPictureDialog1: TOpenPictureDialog
    Left = 304
    Top = 168
  end
  object SavePictureDialog1: TSavePictureDialog
    Left = 168
    Top = 168
  end
end

⌨️ 快捷键说明

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