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

📄 jvpaneldemofrm.dfm

📁 jvcl driver development envionment
💻 DFM
字号:
object JvPanelDemoMainFrm: TJvPanelDemoMainFrm
  Left = 260
  Top = 127
  Width = 549
  Height = 453
  Caption = 'JvPanel Demo'
  Color = clBackground
  DefaultMonitor = dmDesktop
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Shell Dlg 2'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  Scaled = False
  PixelsPerInch = 96
  TextHeight = 13
  object JvPanel1: TJvPanel
    Left = 8
    Top = 8
    Width = 495
    Height = 289
    Sizeable = True
    MultiLine = True
    Caption = 'JvPanel Demo'
    Constraints.MinHeight = 160
    Constraints.MinWidth = 495
    TabOrder = 0
    object Label1: TLabel
      Left = 14
      Top = 232
      Width = 46
      Height = 13
      Anchors = [akLeft, akBottom]
      Caption = 'Options:'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'MS Shell Dlg 2'
      Font.Style = [fsBold]
      ParentFont = False
    end
    object Edit1: TEdit
      Left = 24
      Top = 64
      Width = 455
      Height = 21
      Anchors = [akLeft, akTop, akRight]
      TabOrder = 0
    end
    object JvFilenameEdit1: TJvFilenameEdit
      Left = 24
      Top = 32
      Width = 455
      Height = 21
      AddQuotes = False
      Anchors = [akLeft, akTop, akRight]
      TabOrder = 1
      Text = 'JvFilenameEdit1'
    end
    object CheckBox2: TCheckBox
      Left = 12
      Top = 256
      Width = 97
      Height = 17
      Anchors = [akLeft, akBottom]
      Caption = 'Auto Arrange'
      TabOrder = 2
      OnClick = CheckBox2Click
    end
    object CheckBox1: TCheckBox
      Left = 110
      Top = 256
      Width = 97
      Height = 17
      Anchors = [akLeft, akBottom]
      Caption = 'Transparent'
      TabOrder = 3
      OnClick = CheckBox1Click
    end
  end
  object JvFormStorage1: TJvFormStorage
    AppStoragePath = '%FORM_NAME%'
    StoredValues = <>
    Left = 184
    Top = 56
  end
end

⌨️ 快捷键说明

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