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

📄 storepicture.dfm

📁 delphi图形程序开发,就是怎么样给图片加文字
💻 DFM
字号:
object FormPicture: TFormPicture
  Left = 273
  Top = 220
  Width = 170
  Height = 157
  Caption = #22270#29255
  Color = clSilver
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsMDIChild
  OldCreateOrder = False
  Position = poDefault
  Visible = True
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  OnKeyDown = FormKeyDown
  OnResize = FormResize
  PixelsPerInch = 96
  TextHeight = 13
  object XsImageEffect1: TXsImageEffect
    Left = 0
    Top = 0
    Width = 640
    Height = 480
    Cursor = crHandPoint
    AutoSize = True
    Center = True
    Transparent = True
    DragInForm = True
    Color = clWhite
  end
end

⌨️ 快捷键说明

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