unit1.~dfm

来自「delph图片处理-将图片处理为镂空效果.」· ~DFM 代码 · 共 58 行

~DFM
58
字号
object Form1: TForm1
  Left = 192
  Top = 112
  Width = 979
  Height = 563
  Caption = 'Form1'
  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 Image1: TImage
    Left = 48
    Top = 48
    Width = 497
    Height = 369
  end
  object BitBtn1: TBitBtn
    Left = 656
    Top = 80
    Width = 73
    Height = 33
    Caption = 'BitBtn1'
    TabOrder = 0
    OnClick = BitBtn1Click
  end
  object BitBtn2: TBitBtn
    Left = 656
    Top = 128
    Width = 73
    Height = 33
    Caption = 'BitBtn2'
    TabOrder = 1
    OnClick = BitBtn2Click
  end
  object Button1: TButton
    Left = 784
    Top = 80
    Width = 97
    Height = 73
    Caption = 'Button1'
    TabOrder = 2
    OnClick = Button1Click
  end
  object OpenPictureDialog1: TOpenPictureDialog
    Left = 592
    Top = 24
  end
  object SavePictureDialog1: TSavePictureDialog
    Left = 640
    Top = 24
  end
end

⌨️ 快捷键说明

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