dsaexamplescustom1.dfm

来自「jvcl driver development envionment」· DFM 代码 · 共 60 行

DFM
60
字号
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 + =
减小字号Ctrl + -
显示快捷键?