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

📄 wwprprx.dfm

📁 胜天进销存源码,国产优秀的进销存
💻 DFM
📖 第 1 页 / 共 2 页
字号:
object wwEditRegexForm: TwwEditRegexForm
  Left = 244
  Top = 238
  BorderStyle = bsDialog
  Caption = 'Design Regular Expression'
  ClientHeight = 267
  ClientWidth = 473
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clBlack
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  KeyPreview = True
  OldCreateOrder = True
  Position = poScreenCenter
  OnKeyDown = FormKeyDown
  PixelsPerInch = 96
  TextHeight = 13
  object OKBtn: TBitBtn
    Left = 388
    Top = 160
    Width = 77
    Height = 27
    TabOrder = 0
    Kind = bkOK
    Margin = 2
    Spacing = -1
    IsControl = True
  end
  object CancelBtn: TBitBtn
    Left = 388
    Top = 196
    Width = 77
    Height = 27
    TabOrder = 1
    Kind = bkCancel
    Margin = 2
    Spacing = -1
    IsControl = True
  end
  object GroupBox1: TGroupBox
    Left = 0
    Top = 8
    Width = 377
    Height = 161
    Caption = 'Edit Regular Expression'
    TabOrder = 2
    object Label2: TLabel
      Left = 16
      Top = 24
      Width = 91
      Height = 13
      Margins.Bottom = 0
      Caption = '&Regular Expression'
    end
    object PictureDescription: TMemo
      Left = 16
      Top = 64
      Width = 353
      Height = 49
      Color = clInactiveBorder
      Enabled = False
      TabOrder = 0
    end
    object Button1: TButton
      Left = 21
      Top = 124
      Width = 105
      Height = 25
      Caption = '&Verify Syntax'
      TabOrder = 1
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 136
      Top = 124
      Width = 105
      Height = 25
      Caption = '&Restore Original'
      TabOrder = 2
    end
    object AutoFill: TCheckBox
      Left = 268
      Top = 132
      Width = 101
      Height = 14
      Caption = ' &Case Sensitive'
      Checked = True
      State = cbChecked
      TabOrder = 3
    end
    object NewPicture: TwwDBComboDlg
      Left = 16
      Top = 40
      Width = 353
      Height = 21
      ShowButton = True
      Style = csDropDown
      TabOrder = 4
      WordWrap = False
      UnboundDataType = wwDefault
    end
  end
  object GroupBox2: TGroupBox
    Left = 0
    Top = 176
    Width = 377
    Height = 65
    Caption = 'Test Regular Expression Mask'
    TabOrder = 3
    object Label1: TLabel
      Left = 16
      Top = 20
      Width = 65
      Height = 13
      Margins.Bottom = 0
      Caption = '&Sample Value'
      FocusControl = wwPictureEdit1
    end
    object wwPictureEdit1: TwwDBEdit
      Left = 16
      Top = 37
      Width = 249
      Height = 21
      TabOrder = 0
      UnboundDataType = wwDefault
      WantReturns = False
      WordWrap = False
      OnChange = wwPictureEdit1Change
    end
    object Button3: TButton
      Left = 280
      Top = 32
      Width = 89
      Height = 25
      Caption = '&Test Value'
      TabOrder = 1
      OnClick = Button3Click
    end
  end
  object Status: TPanel
    Left = 0
    Top = 246
    Width = 473
    Height = 21
    Align = alBottom
    BevelInner = bvLowered
    BorderStyle = bsSingle
    TabOrder = 4
  end
  object Button4: TButton
    Left = 388
    Top = 44
    Width = 77
    Height = 25
    Caption = '&Save Mask'
    TabOrder = 5
  end
  object TwwController
    Left = 408
    Top = 72
  end
  object wwIntl1: TwwIntl
    Navigator.ConfirmDeleteMessage = 'Delete record?'
    Navigator.Hints.FirstHint = 'Move to first record'
    Navigator.Hints.PriorHint = 'Move to prior record'
    Navigator.Hints.NextHint = 'Move to next record'
    Navigator.Hints.LastHint = 'Move to last record'
    Navigator.Hints.InsertHint = 'Insert new record'
    Navigator.Hints.DeleteHint = 'Delete current record'
    Navigator.Hints.EditHint = 'Edit current record'
    Navigator.Hints.PostHint = 'Post changes of current record'
    Navigator.Hints.CancelHint = 'Cancel changes made to current record'
    Navigator.Hints.RefreshHint = 'Refresh the contents of the dataset'
    Navigator.Hints.PriorPageHint = 'Move backward %d records'
    Navigator.Hints.NextPageHint = 'Move forward %d records'
    Navigator.Hints.SaveBookmarkHint = 'Bookmark current record'
    Navigator.Hints.RestoreBookmarkHint = 'Go back to saved bookmark'
    Navigator.Hints.RecordViewDialogHint = 'View current record'
    Navigator.Hints.LocateDialogHint = 'Locate a specific record'
    Navigator.Hints.FilterDialogHint = 'Filter the dataset'
    Navigator.Hints.SearchDialogHint = 'Search the dataset'
    SearchDialog.SearchCharLabel = '&Search Characters'
    SearchDialog.SearchCharShortLabel = '&Search Char'
    SearchDialog.SearchByLabel = 'Search &By'
    SearchDialog.StatusRecLabel = 'Rec #'
    SearchDialog.StatusOfLabel = 'of'
    SearchDialog.SearchCharHint = 'Enter characters for incremental search'
    SearchDialog.SearchByHint = 'Incremental searching and sorting order'
    LocateDialog.FieldValueLabel = 'Field &Value'
    LocateDialog.SearchTypeLabel = '&Search Type'
    LocateDialog.CaseSensitiveLabel = '&Case-sensitive'
    LocateDialog.MatchExactLabel = '&Exact Match'
    LocateDialog.MatchStartLabel = '&Partial Match at Beginning'
    LocateDialog.MatchAnyLabel = 'Partial Match &Anywhere'
    LocateDialog.FieldsLabel = '&Fields'
    LocateDialog.BtnFirst = 'Fi&rst'

⌨️ 快捷键说明

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