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

📄 xbbdemo2.dfm

📁 Delphi XML & XPATH源代码
💻 DFM
字号:
object frmProperties: TfrmProperties
  Left = 654
  Top = 108
  BorderStyle = bsDialog
  Caption = 'Properties'
  ClientHeight = 362
  ClientWidth = 379
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object pnlCommon: TPanel
    Left = 0
    Top = 0
    Width = 379
    Height = 26
    Align = alTop
    BevelOuter = bvNone
    TabOrder = 0
    object Label7: TLabel
      Left = 4
      Top = 8
      Width = 48
      Height = 13
      Caption = '&Tag name'
      FocusControl = edtTagName
    end
    object edtTagName: TEdit
      Left = 60
      Top = 4
      Width = 313
      Height = 21
      TabOrder = 0
    end
  end
  object pnlSQL: TPanel
    Left = 0
    Top = 26
    Width = 379
    Height = 203
    Align = alTop
    BevelOuter = bvNone
    TabOrder = 1
    DesignSize = (
      379
      203)
    object Label1: TLabel
      Left = 4
      Top = 30
      Width = 46
      Height = 13
      Caption = '&Database'
      FocusControl = cmbDatabase
    end
    object Label2: TLabel
      Left = 4
      Top = 58
      Width = 21
      Height = 13
      Caption = '&SQL'
      FocusControl = memSQL
    end
    object Label4: TLabel
      Left = 4
      Top = 6
      Width = 53
      Height = 13
      Caption = '&Record tag'
      FocusControl = edtRecordTag
    end
    object Label6: TLabel
      Left = 4
      Top = 182
      Width = 32
      Height = 13
      Caption = 'Format'
      FocusControl = memSQL
    end
    object cmbDatabase: TComboBox
      Left = 60
      Top = 26
      Width = 313
      Height = 21
      Style = csDropDownList
      ItemHeight = 13
      Sorted = True
      TabOrder = 1
    end
    object memSQL: TMemo
      Left = 60
      Top = 50
      Width = 313
      Height = 119
      Anchors = [akLeft, akTop, akRight, akBottom]
      ScrollBars = ssBoth
      TabOrder = 2
    end
    object edtRecordTag: TEdit
      Left = 60
      Top = 2
      Width = 313
      Height = 21
      TabOrder = 0
    end
    object ragFormat: TRadioGroup
      Left = 60
      Top = 168
      Width = 313
      Height = 33
      Columns = 3
      Items.Strings = (
        'Te&xt'
        '&Elements only'
        '&Attributes only')
      TabOrder = 3
    end
  end
  object pnlComponent: TPanel
    Left = 0
    Top = 229
    Width = 379
    Height = 24
    Align = alTop
    BevelOuter = bvNone
    TabOrder = 2
    object Label5: TLabel
      Left = 4
      Top = 6
      Width = 54
      Height = 13
      Caption = '&Component'
      FocusControl = cmbComponent
    end
    object cmbComponent: TComboBox
      Left = 60
      Top = 2
      Width = 313
      Height = 21
      Style = csDropDownList
      ItemHeight = 13
      Sorted = True
      TabOrder = 0
    end
  end
  object pnlButtons: TPanel
    Left = 0
    Top = 301
    Width = 379
    Height = 40
    Align = alTop
    BevelOuter = bvNone
    TabOrder = 4
    DesignSize = (
      379
      40)
    object btnOK: TBitBtn
      Left = 101
      Top = 7
      Width = 75
      Height = 25
      Anchors = [akTop]
      TabOrder = 0
      Kind = bkOK
    end
    object btnCancel: TBitBtn
      Left = 202
      Top = 7
      Width = 75
      Height = 25
      Anchors = [akTop]
      TabOrder = 1
      Kind = bkCancel
    end
  end
  object pnlTimestamp: TPanel
    Left = 0
    Top = 253
    Width = 379
    Height = 48
    Align = alTop
    BevelOuter = bvNone
    TabOrder = 3
    object Label3: TLabel
      Left = 4
      Top = 6
      Width = 32
      Height = 13
      Caption = '&Format'
      FocusControl = edtFormat
    end
    object edtFormat: TEdit
      Left = 60
      Top = 2
      Width = 313
      Height = 21
      TabOrder = 0
    end
    object chkAtStart: TCheckBox
      Left = 60
      Top = 28
      Width = 97
      Height = 17
      Caption = 'Insert At &Start'
      TabOrder = 1
    end
  end
end

⌨️ 快捷键说明

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