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

📄 backgroundfrm.dfm

📁 FlexGraphics是一套创建矢量图形的VCL组件
💻 DFM
字号:
object BackgroundOptionsForm: TBackgroundOptionsForm
  Left = 287
  Top = 117
  BorderStyle = bsDialog
  Caption = 'Background Options'
  ClientHeight = 328
  ClientWidth = 299
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object bbOk: TBitBtn
    Left = 124
    Top = 288
    Width = 75
    Height = 25
    Caption = 'OK'
    Default = True
    ModalResult = 1
    TabOrder = 3
    NumGlyphs = 2
  end
  object bbCancel: TBitBtn
    Left = 208
    Top = 288
    Width = 75
    Height = 25
    Cancel = True
    Caption = 'Cancel'
    ModalResult = 2
    TabOrder = 4
    NumGlyphs = 2
  end
  object gbPicture: TGroupBox
    Left = 12
    Top = 40
    Width = 273
    Height = 233
    Caption = ' Picture Options '
    TabOrder = 2
    object chTop: TCheckBox
      Left = 12
      Top = 76
      Width = 109
      Height = 17
      Caption = 'Top offset'
      TabOrder = 2
      OnClick = chClick
    end
    object chLeft: TCheckBox
      Left = 12
      Top = 20
      Width = 109
      Height = 17
      Caption = 'Left offset'
      TabOrder = 0
      OnClick = chClick
    end
    object chWidth: TCheckBox
      Left = 144
      Top = 20
      Width = 109
      Height = 17
      Caption = 'New Width'
      TabOrder = 4
      OnClick = chClick
    end
    object chHeight: TCheckBox
      Left = 144
      Top = 76
      Width = 109
      Height = 17
      Caption = 'New Height'
      TabOrder = 6
      OnClick = chClick
    end
    object chCenterHoriz: TCheckBox
      Left = 12
      Top = 132
      Width = 109
      Height = 17
      Caption = 'Center Horizontally'
      TabOrder = 8
    end
    object chCenterVert: TCheckBox
      Left = 12
      Top = 156
      Width = 97
      Height = 17
      Caption = 'Center Vertically'
      TabOrder = 9
    end
    object chAlignRight: TCheckBox
      Left = 12
      Top = 180
      Width = 97
      Height = 17
      Caption = 'Align Right'
      TabOrder = 10
    end
    object chAlignBottom: TCheckBox
      Left = 12
      Top = 204
      Width = 97
      Height = 17
      Caption = 'Align Bottom'
      TabOrder = 11
    end
    object chStretchHoriz: TCheckBox
      Left = 144
      Top = 132
      Width = 109
      Height = 17
      Caption = 'Stretch Horizontally'
      TabOrder = 12
    end
    object chStretchVert: TCheckBox
      Left = 144
      Top = 156
      Width = 97
      Height = 17
      Caption = 'Stretch Vertically'
      TabOrder = 13
    end
    object chScaledSize: TCheckBox
      Left = 144
      Top = 180
      Width = 97
      Height = 17
      Caption = 'Scaled Size'
      TabOrder = 14
    end
    object sedLeft: TRxSpinEdit
      Left = 12
      Top = 40
      Width = 109
      Height = 21
      ButtonKind = bkStandard
      Decimal = 3
      MaxValue = 9999.000000000000000000
      MinValue = -9999.000000000000000000
      ValueType = vtFloat
      TabOrder = 1
    end
    object sedTop: TRxSpinEdit
      Left = 12
      Top = 96
      Width = 109
      Height = 21
      ButtonKind = bkStandard
      Decimal = 3
      MaxValue = 9999.000000000000000000
      MinValue = -9999.000000000000000000
      ValueType = vtFloat
      TabOrder = 3
    end
    object sedWidth: TRxSpinEdit
      Left = 144
      Top = 40
      Width = 109
      Height = 21
      ButtonKind = bkStandard
      Decimal = 3
      MaxValue = 9999.000000000000000000
      ValueType = vtFloat
      TabOrder = 5
    end
    object sedHeight: TRxSpinEdit
      Left = 144
      Top = 96
      Width = 109
      Height = 21
      ButtonKind = bkStandard
      Decimal = 3
      MaxValue = 9999.000000000000000000
      ValueType = vtFloat
      TabOrder = 7
    end
  end
  object chBrushEnabled: TCheckBox
    Left = 24
    Top = 12
    Width = 97
    Height = 17
    Caption = 'Brush Enabled'
    TabOrder = 0
  end
  object chPictureEnabled: TCheckBox
    Left = 156
    Top = 12
    Width = 97
    Height = 17
    Caption = 'Picture Enabled'
    TabOrder = 1
  end
end

⌨️ 快捷键说明

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