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

📄 frmmain.dfm

📁 用delphi写得正则表达式工具
💻 DFM
字号:
object Form1: TForm1
  Left = 228
  Top = 163
  Width = 870
  Height = 500
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 862
    Height = 249
    Align = alTop
    TabOrder = 0
    object Splitter1: TSplitter
      Left = 433
      Top = 1
      Width = 7
      Height = 247
    end
    object Panel2: TPanel
      Left = 1
      Top = 1
      Width = 432
      Height = 247
      Align = alLeft
      TabOrder = 0
      object Memo1: TMemo
        Left = 1
        Top = 1
        Width = 430
        Height = 245
        Align = alClient
        ImeName = #20013#25991' ('#31616#20307') - '#25628#29399#25340#38899#36755#20837#27861
        Lines.Strings = (
          'phone 035 and 076 bye')
        ScrollBars = ssBoth
        TabOrder = 0
      end
    end
    object Panel3: TPanel
      Left = 440
      Top = 1
      Width = 421
      Height = 247
      Align = alClient
      Caption = 'Panel3'
      TabOrder = 1
      object lvRet: TListView
        Left = 1
        Top = 1
        Width = 419
        Height = 245
        Align = alClient
        Columns = <>
        ReadOnly = True
        RowSelect = True
        PopupMenu = pm_lvRet
        TabOrder = 0
        ViewStyle = vsReport
        OnChange = lvRetChange
      end
    end
  end
  object Panel5: TPanel
    Left = 225
    Top = 249
    Width = 637
    Height = 221
    Align = alClient
    TabOrder = 1
    object Panel6: TPanel
      Left = 1
      Top = 1
      Width = 635
      Height = 76
      Align = alTop
      TabOrder = 0
      object Label1: TLabel
        Left = 5
        Top = 13
        Width = 60
        Height = 13
        Caption = #26465#20214#34920#36798#24335
      end
      object Label2: TLabel
        Left = 28
        Top = 46
        Width = 36
        Height = 13
        Caption = #26367#25442#20026
      end
      object txtExpression: TEdit
        Left = 69
        Top = 5
        Width = 515
        Height = 28
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clGreen
        Font.Height = -16
        Font.Name = 'MS Sans Serif'
        Font.Style = [fsBold]
        ImeName = #20013#25991' ('#31616#20307') - '#25628#29399#25340#38899#36755#20837#27861
        ParentFont = False
        TabOrder = 0
        Text = '(\d)+'
      end
      object btnExec: TButton
        Left = 587
        Top = 8
        Width = 40
        Height = 21
        Caption = #26597#35810
        TabOrder = 1
        OnClick = btnExecClick
      end
      object txtReplace: TEdit
        Left = 69
        Top = 38
        Width = 515
        Height = 28
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clGreen
        Font.Height = -16
        Font.Name = 'MS Sans Serif'
        Font.Style = [fsBold]
        ImeName = #20013#25991' ('#31616#20307') - '#25628#29399#25340#38899#36755#20837#27861
        ParentFont = False
        TabOrder = 2
        Text = 'aaaaaa'
      end
      object btnExpReplace: TButton
        Left = 587
        Top = 41
        Width = 40
        Height = 21
        Caption = #26367#25442
        TabOrder = 3
        OnClick = btnExpReplaceClick
      end
    end
    object Memo2: TMemo
      Left = 1
      Top = 77
      Width = 635
      Height = 143
      Align = alClient
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'Tahoma'
      Font.Style = [fsBold]
      ImeName = #20013#25991' ('#31616#20307') - '#25628#29399#25340#38899#36755#20837#27861
      ParentFont = False
      ScrollBars = ssVertical
      TabOrder = 1
    end
  end
  object CheckBox4: TCheckBox
    Left = 16
    Top = 341
    Width = 55
    Height = 17
    Caption = #23383#27573'1'
    Checked = True
    State = cbChecked
    TabOrder = 2
  end
  object CheckBox5: TCheckBox
    Left = 16
    Top = 317
    Width = 55
    Height = 17
    Caption = #23383#27573'1'
    Checked = True
    State = cbChecked
    TabOrder = 3
  end
  object CheckBox7: TCheckBox
    Left = 16
    Top = 413
    Width = 55
    Height = 17
    Caption = #23383#27573'1'
    Checked = True
    State = cbChecked
    TabOrder = 4
  end
  object CheckBox8: TCheckBox
    Left = 16
    Top = 389
    Width = 55
    Height = 17
    Caption = #23383#27573'1'
    Checked = True
    State = cbChecked
    TabOrder = 5
  end
  object CheckBox9: TCheckBox
    Left = 16
    Top = 365
    Width = 55
    Height = 17
    Caption = #23383#27573'1'
    Checked = True
    State = cbChecked
    TabOrder = 6
  end
  object CheckBox12: TCheckBox
    Left = 16
    Top = 437
    Width = 55
    Height = 17
    Caption = #23383#27573'1'
    Checked = True
    State = cbChecked
    TabOrder = 7
  end
  object CheckBox1: TCheckBox
    Left = 104
    Top = 317
    Width = 55
    Height = 17
    Caption = #23383#27573'1'
    Checked = True
    State = cbChecked
    TabOrder = 8
  end
  object CheckBox2: TCheckBox
    Left = 104
    Top = 341
    Width = 55
    Height = 17
    Caption = #23383#27573'1'
    Checked = True
    State = cbChecked
    TabOrder = 9
  end
  object CheckBox3: TCheckBox
    Left = 104
    Top = 365
    Width = 55
    Height = 17
    Caption = #23383#27573'1'
    Checked = True
    State = cbChecked
    TabOrder = 10
  end
  object CheckBox6: TCheckBox
    Left = 104
    Top = 389
    Width = 55
    Height = 17
    Caption = #23383#27573'1'
    Checked = True
    State = cbChecked
    TabOrder = 11
  end
  object CheckBox10: TCheckBox
    Left = 104
    Top = 413
    Width = 55
    Height = 17
    Caption = #23383#27573'1'
    Checked = True
    State = cbChecked
    TabOrder = 12
  end
  object CheckBox11: TCheckBox
    Left = 104
    Top = 437
    Width = 55
    Height = 17
    Caption = #23383#27573'1'
    Checked = True
    State = cbChecked
    TabOrder = 13
  end
  object Panel7: TPanel
    Left = 0
    Top = 249
    Width = 225
    Height = 221
    Align = alLeft
    TabOrder = 14
    object Panel9: TPanel
      Left = 1
      Top = 1
      Width = 223
      Height = 64
      Align = alTop
      TabOrder = 0
      object chkModifierS: TCheckBox
        Left = 8
        Top = 5
        Width = 65
        Height = 17
        Caption = 'ModifierS'
        Checked = True
        State = cbChecked
        TabOrder = 0
      end
      object chkModifierG: TCheckBox
        Left = 8
        Top = 21
        Width = 65
        Height = 17
        Caption = 'ModifierG'
        TabOrder = 1
      end
      object chkModifierR: TCheckBox
        Left = 8
        Top = 37
        Width = 65
        Height = 17
        Caption = 'ModifierR'
        TabOrder = 2
      end
    end
  end
  object pm_lvRet: TPopupMenu
    Left = 153
    Top = 65
    object N1: TMenuItem
      Caption = #22797#21046
      OnClick = N1Click
    end
  end
end

⌨️ 快捷键说明

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