di_dbblobfield.dfm

来自「亚惠快餐管理信息系统 包括亚惠快餐管理的各项功能」· DFM 代码 · 共 50 行

DFM
50
字号
object DI_DfmDBBlobField: TDI_DfmDBBlobField
  Left = 321
  Top = 253
  BorderIcons = []
  BorderStyle = bsDialog
  Caption = '图形字段'
  ClientHeight = 186
  ClientWidth = 158
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object DBImage1: TDBImage
    Left = 4
    Top = 6
    Width = 150
    Height = 150
    Stretch = True
    TabOrder = 0
  end
  object ShiftButton: TButton
    Left = 5
    Top = 160
    Width = 73
    Height = 25
    Caption = '更换'
    TabOrder = 1
    OnClick = ShiftButtonClick
  end
  object CloseButton: TButton
    Left = 81
    Top = 160
    Width = 73
    Height = 25
    Caption = '关闭'
    TabOrder = 2
    OnClick = CloseButtonClick
  end
  object OpenPictureDialog1: TOpenPictureDialog
    Left = 72
    Top = 96
  end
end

⌨️ 快捷键说明

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