unit1.~dfm

来自「delphi图片处理-将图片颜色转换为灰度值.」· ~DFM 代码 · 共 58 行

~DFM
58
字号
object Form1: TForm1
  Left = 285
  Top = 135
  Width = 314
  Height = 274
  Caption = #23558#24425#33394#22270#29255#36716#25442#25104#40657#30333#22270#29255
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 8
    Top = 8
    Width = 291
    Height = 201
    Caption = #22270#29255
    TabOrder = 0
    object Image1: TImage
      Left = 12
      Top = 21
      Width = 265
      Height = 170
      Stretch = True
    end
  end
  object BitBtn1: TBitBtn
    Left = 224
    Top = 213
    Width = 75
    Height = 25
    Caption = #40657#30333#22270#29255
    TabOrder = 1
    OnClick = BitBtn1Click
  end
  object BitBtn2: TBitBtn
    Left = 136
    Top = 213
    Width = 75
    Height = 25
    Caption = #36873#25321#22270#29255
    TabOrder = 2
    OnClick = BitBtn2Click
  end
  object OpenPictureDialog1: TOpenPictureDialog
    Left = 32
    Top = 216
  end
  object SavePictureDialog1: TSavePictureDialog
    Left = 72
    Top = 216
  end
end

⌨️ 快捷键说明

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