u_ddxy.~dfm

来自「相关的销售服务管理行业的一个软件」· ~DFM 代码 · 共 39 行

~DFM
39
字号
object F_DDXY: TF_DDXY
  Left = 269
  Top = 159
  BorderStyle = bsDialog
  Caption = '订单鞋样'
  ClientHeight = 328
  ClientWidth = 473
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 12
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 473
    Height = 328
    Align = alClient
    Constraints.MaxHeight = 600
    TabOrder = 0
    object Image1: TImage
      Left = 1
      Top = 1
      Width = 471
      Height = 326
      Align = alClient
      AutoSize = True
      Center = True
      Stretch = True
      OnDblClick = Image1DblClick
    end
  end
end

⌨️ 快捷键说明

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