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

📄 diagramshadow.dfm

📁 Workflow Studio是一款专为商业进程管理(BPM)设计的Delphi VCL框架。通过Workflow Studio你可以轻易地将工作流与BPM功能添加到你的应用程序里。这样能使你或你的最
💻 DFM
字号:
object ShadowEditor: TShadowEditor
  Left = 917
  Top = 160
  Width = 215
  Height = 257
  BorderStyle = bsSizeToolWin
  Caption = 'ShadowEditor'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 13
  object PaintBox1: TPaintBox
    Left = 24
    Top = 48
    Width = 153
    Height = 97
    OnPaint = PaintBox1Paint
  end
  object Label1: TLabel
    Left = 8
    Top = 8
    Width = 65
    Height = 13
    Caption = 'Shadow color'
  end
  object UpDown1: TUpDown
    Left = 184
    Top = 80
    Width = 17
    Height = 25
    Min = -100
    Increment = -1
    Position = 0
    TabOrder = 0
    Wrap = False
    OnChangingEx = UpDown1ChangingEx
  end
  object UpDown2: TUpDown
    Left = 96
    Top = 152
    Width = 17
    Height = 17
    Min = -100
    Orientation = udHorizontal
    Position = 0
    TabOrder = 1
    Wrap = False
    OnChangingEx = UpDown2ChangingEx
  end
  object Panel1: TPanel
    Left = 88
    Top = 8
    Width = 105
    Height = 25
    TabOrder = 2
    OnClick = Panel1Click
    object PaintBox2: TPaintBox
      Left = 1
      Top = 1
      Width = 103
      Height = 23
      Align = alClient
      OnClick = Panel1Click
      OnPaint = PaintBox2Paint
    end
  end
  object Button1: TButton
    Left = 24
    Top = 192
    Width = 75
    Height = 25
    Caption = 'OK'
    Default = True
    ModalResult = 1
    TabOrder = 3
  end
  object Button2: TButton
    Left = 112
    Top = 192
    Width = 75
    Height = 25
    BiDiMode = bdLeftToRight
    Cancel = True
    Caption = 'Cancel'
    ModalResult = 2
    ParentBiDiMode = False
    TabOrder = 4
  end
  object ColorDialog1: TColorDialog
    Ctl3D = True
    Left = 168
    Top = 160
  end
end

⌨️ 快捷键说明

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