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

📄 ufrmbatmodify.dfm

📁 批量 Xml 修改 Modify 批量 Xml 修改 批量 Xml 修改
💻 DFM
字号:
object frmBatMoidfy: TfrmBatMoidfy
  Left = 137
  Top = 91
  Width = 709
  Height = 586
  Caption = #25209#37327#20462#25913'Xml'#25991#20214
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 12
  object Panel1: TPanel
    Left = 0
    Top = 217
    Width = 701
    Height = 342
    Align = alClient
    TabOrder = 0
    object pnl1: TPanel
      Left = 1
      Top = 1
      Width = 699
      Height = 340
      Align = alClient
      BevelOuter = bvNone
      TabOrder = 0
      object Panel4: TPanel
        Left = 0
        Top = 322
        Width = 699
        Height = 18
        Align = alBottom
        BevelInner = bvRaised
        BevelOuter = bvNone
        Caption = 'Panel4'
        TabOrder = 0
        object pb1: TProgressBar
          Left = 1
          Top = 1
          Width = 697
          Height = 16
          Align = alClient
          Min = 0
          Max = 100
          TabOrder = 0
        end
      end
      object Panel5: TPanel
        Left = 0
        Top = 291
        Width = 699
        Height = 31
        Align = alBottom
        BevelOuter = bvLowered
        TabOrder = 1
        object btn3: TButton
          Left = 22
          Top = 3
          Width = 75
          Height = 25
          Caption = #26367#25442
          TabOrder = 0
          OnClick = btn3Click
        end
      end
      object Panel6: TPanel
        Left = 0
        Top = 145
        Width = 699
        Height = 146
        Align = alBottom
        Caption = 'Panel6'
        TabOrder = 2
        object mmoReplace: TMemo
          Left = 1
          Top = 20
          Width = 697
          Height = 125
          Align = alClient
          ScrollBars = ssBoth
          TabOrder = 0
        end
        object Panel7: TPanel
          Left = 1
          Top = 1
          Width = 697
          Height = 19
          Align = alTop
          Alignment = taLeftJustify
          BevelOuter = bvLowered
          Caption = '    '#26367#25442#20026
          TabOrder = 1
        end
      end
      object Panel8: TPanel
        Left = 0
        Top = 60
        Width = 699
        Height = 85
        Align = alClient
        TabOrder = 3
        object Panel9: TPanel
          Left = 1
          Top = 1
          Width = 697
          Height = 19
          Align = alTop
          Alignment = taLeftJustify
          BevelOuter = bvLowered
          Caption = '    '#26597#25214#20869#23481
          TabOrder = 0
        end
        object mmoSource: TMemo
          Left = 1
          Top = 20
          Width = 697
          Height = 64
          Align = alClient
          ScrollBars = ssBoth
          TabOrder = 1
        end
      end
      object Panel10: TPanel
        Left = 0
        Top = 0
        Width = 699
        Height = 60
        Align = alTop
        BevelOuter = bvNone
        TabOrder = 4
        object lbl1: TLabel
          Left = 20
          Top = 13
          Width = 36
          Height = 12
          Caption = #33410#28857#21517
        end
        object lbl2: TLabel
          Left = 20
          Top = 36
          Width = 36
          Height = 12
          Caption = #23646#24615#21517
        end
        object edtAttribs: TComboBox
          Left = 64
          Top = 32
          Width = 361
          Height = 20
          ItemHeight = 12
          ItemIndex = 0
          TabOrder = 0
          Text = 'JSS'
          Items.Strings = (
            'JSS')
        end
        object edtNodes: TComboBox
          Left = 64
          Top = 8
          Width = 361
          Height = 20
          ItemHeight = 12
          ItemIndex = 0
          TabOrder = 1
          Text = 'DEBL'
          Items.Strings = (
            'DEBL'
            'QDBL')
        end
        object chkSkipDxx: TCheckBox
          Left = 448
          Top = 8
          Width = 97
          Height = 17
          Caption = #24573#30053#22823#23567#20889
          Checked = True
          State = cbChecked
          TabOrder = 2
        end
      end
    end
  end
  object Panel2: TPanel
    Left = 0
    Top = 0
    Width = 701
    Height = 217
    Align = alTop
    Caption = 'Panel2'
    TabOrder = 1
    object Panel3: TPanel
      Left = 1
      Top = 187
      Width = 699
      Height = 29
      Align = alBottom
      BevelOuter = bvLowered
      TabOrder = 0
      object btnDelete: TButton
        Left = 83
        Top = 3
        Width = 75
        Height = 22
        Caption = #21024#38500
        TabOrder = 0
        OnClick = btnDeleteClick
      end
      object btnAdd: TButton
        Left = 2
        Top = 3
        Width = 75
        Height = 22
        Caption = #22686#21152
        TabOrder = 1
        OnClick = btnAddClick
      end
    end
    object chklst1: TCheckListBox
      Left = 1
      Top = 1
      Width = 699
      Height = 186
      Align = alClient
      ItemHeight = 12
      TabOrder = 1
    end
  end
  object dlgOpen1: TOpenDialog
    Filter = #25152#26377'Xml'#25991#20214'(*.Xml;*.Cml;*.Jss)|*.Xml;*.Cml;*.Jss|'#25152#26377#25991#20214'(*.*)|*.*'
    Options = [ofHideReadOnly, ofAllowMultiSelect, ofEnableSizing]
    Left = 288
    Top = 136
  end
end

⌨️ 快捷键说明

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