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

📄 jvcheckboxradiobtnfrmu.dfm

📁 jvcl driver development envionment
💻 DFM
📖 第 1 页 / 共 3 页
字号:
object JvCheckBoxRadioBtnFrm: TJvCheckBoxRadioBtnFrm
  Left = 453
  Top = 128
  Anchors = []
  BorderStyle = bsSingle
  Caption = 'JvCheckbox and JvRadioButton Demo'
  ClientHeight = 387
  ClientWidth = 501
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Shell Dlg 2'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object lblOption1: TJvLabel
    Left = 300
    Top = 129
    Width = 165
    Height = 52
    Caption = 
      'This is option 1 and should only be enabled when the correspondi' +
      'ng radiobutton is  checked.'
    Anchors = []
    WordWrap = True
    AutoOpenURL = False
    HotTrackFont.Charset = DEFAULT_CHARSET
    HotTrackFont.Color = clWindowText
    HotTrackFont.Height = -11
    HotTrackFont.Name = 'MS Shell Dlg 2'
    HotTrackFont.Style = []
    Images = ImageList1
    ImageIndex = 3
  end
  object lblOption2: TJvLabel
    Left = 301
    Top = 230
    Width = 190
    Height = 40
    Caption = 
      'This is option 2 and should only be enabled when the correspondi' +
      'ng radiobutton is  checked.'
    Enabled = False
    Anchors = []
    WordWrap = True
    AutoOpenURL = False
    HotTrackFont.Charset = DEFAULT_CHARSET
    HotTrackFont.Color = clWindowText
    HotTrackFont.Height = -11
    HotTrackFont.Name = 'MS Shell Dlg 2'
    HotTrackFont.Style = []
    Images = ImageList1
    ImageIndex = 3
  end
  object lblOption3: TJvLabel
    Left = 301
    Top = 315
    Width = 190
    Height = 40
    Caption = 
      'This is option 3 and should only be enabled when the correspondi' +
      'ng radiobutton is  checked.'
    Enabled = False
    Anchors = []
    WordWrap = True
    AutoOpenURL = False
    HotTrackFont.Charset = DEFAULT_CHARSET
    HotTrackFont.Color = clWindowText
    HotTrackFont.Height = -11
    HotTrackFont.Name = 'MS Shell Dlg 2'
    HotTrackFont.Style = []
    Images = ImageList1
    ImageIndex = 3
  end
  object lblPrefix: TJvLabel
    Left = 76
    Top = 196
    Width = 117
    Height = 40
    Caption = 'This label is only enabled when the edit box is enabled.'
    Enabled = False
    Anchors = []
    WordWrap = True
    AutoOpenURL = False
    HotTrackFont.Charset = DEFAULT_CHARSET
    HotTrackFont.Color = clWindowText
    HotTrackFont.Height = -11
    HotTrackFont.Name = 'MS Shell Dlg 2'
    HotTrackFont.Style = []
    Images = ImageList1
    ImageIndex = 2
  end
  object lblInfo: TJvLabel
    Left = 46
    Top = 24
    Width = 411
    Height = 33
    Caption = 
      'This demo shows how LinkedControls can be nested (the checkboxes' +
      ') and how it works with exclusive selection (the radiobuttons).'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Tahoma'
    Font.Style = [fsBold]
    Anchors = []
    Layout = tlCenter
    ParentFont = False
    WordWrap = True
    AutoOpenURL = False
    HotTrackFont.Charset = ANSI_CHARSET
    HotTrackFont.Color = clWindowText
    HotTrackFont.Height = -11
    HotTrackFont.Name = 'Tahoma'
    HotTrackFont.Style = []
    ImageIndex = 0
  end
  object JvLabel1: TJvLabel
    Left = 46
    Top = 64
    Width = 370
    Height = 33
    Caption = 
      'There is not a single Line of Code in this Demo! Take a look at ' +
      'the TJvLinkedControls Property in the Check Box.'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Tahoma'
    Font.Style = [fsBold]
    Anchors = []
    Layout = tlCenter
    ParentFont = False
    WordWrap = True
    AutoOpenURL = False
    HotTrackFont.Charset = ANSI_CHARSET
    HotTrackFont.Color = clWindowText
    HotTrackFont.Height = -11
    HotTrackFont.Name = 'Tahoma'
    HotTrackFont.Style = []
    ImageIndex = 0
  end
  object chkShowToolTips: TJvCheckBox
    Left = 50
    Top = 109
    Width = 89
    Height = 17
    Anchors = []
    Caption = 'Show &tooltips:'
    Checked = True
    State = cbChecked
    TabOrder = 0
    LinkedControls = <
      item
        Control = chkShowPrefix
      end>
    HotTrack = True
    HotTrackFont.Charset = DEFAULT_CHARSET
    HotTrackFont.Color = clWindowText
    HotTrackFont.Height = -11
    HotTrackFont.Name = 'MS Shell Dlg 2'
    HotTrackFont.Style = [fsBold]
  end
  object edPrefix: TJvEdit
    Left = 76
    Top = 160
    Width = 125
    Height = 21
    Modified = False
    Anchors = []
    Enabled = False
    TabOrder = 1
    Text = 'Hint:'
  end
  object rbOption1: TJvRadioButton
    Left = 272
    Top = 107
    Width = 66
    Height = 17
    Cursor = crHandPoint
    Alignment = taLeftJustify
    Anchors = []
    Caption = 'Option &1:'
    Checked = True
    TabOrder = 2
    TabStop = True
    HotTrack = True
    HotTrackFont.Charset = DEFAULT_CHARSET
    HotTrackFont.Color = clNavy
    HotTrackFont.Height = -11
    HotTrackFont.Name = 'MS Shell Dlg 2'
    HotTrackFont.Style = [fsUnderline]
    LinkedControls = <
      item
        Control = lblOption1
      end>
  end
  object rbOption2: TJvRadioButton
    Left = 272
    Top = 208
    Width = 66
    Height = 17
    Cursor = crHandPoint
    Alignment = taLeftJustify
    Anchors = []
    Caption = 'Option &2:'
    TabOrder = 3
    HotTrack = True
    HotTrackFont.Charset = DEFAULT_CHARSET
    HotTrackFont.Color = clNavy
    HotTrackFont.Height = -11
    HotTrackFont.Name = 'MS Shell Dlg 2'
    HotTrackFont.Style = [fsUnderline]
    LinkedControls = <
      item
        Control = lblOption2
      end>
  end
  object rbOption3: TJvRadioButton
    Left = 272
    Top = 295
    Width = 66

⌨️ 快捷键说明

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