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

📄 dsaexamplescustom1.dfm

📁 jvcl driver development envionment
💻 DFM
字号:
object frmDSAExamplesCustomDlg1: TfrmDSAExamplesCustomDlg1
  Left = 443
  Top = 325
  Width = 178
  Height = 157
  BorderIcons = [biSystemMenu, biHelp]
  Caption = 'Custom dialog 1'
  Color = clBtnFace
  Constraints.MaxHeight = 157
  Constraints.MinHeight = 157
  Constraints.MinWidth = 178
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnResize = FormResize
  PixelsPerInch = 96
  TextHeight = 13
  object lblMessage: TLabel
    Left = 10
    Top = 10
    Width = 150
    Height = 56
    Anchors = [akLeft, akTop, akRight]
    AutoSize = False
    Caption = 
      'This is a simple dialog with no real function at all. Just a sim' +
      'ple test of TJvDSADialog functionality.'
    WordWrap = True
  end
  object cxSuppress: TCheckBox
    Left = 10
    Top = 75
    Width = 150
    Height = 17
    Anchors = [akLeft, akTop, akRight]
    Caption = 'cxSuppress'
    TabOrder = 0
  end
  object btnOK: TButton
    Left = 45
    Top = 100
    Width = 75
    Height = 25
    Caption = 'OK'
    Default = True
    ModalResult = 1
    TabOrder = 1
  end
  object JvDSADialog: TJvDSADialog
    CheckControl = cxSuppress
    DialogID = 7
    IgnoreDSAChkMrkTxt = False
    Left = 105
    Top = 30
  end
end

⌨️ 快捷键说明

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