object FormActionDemo: TFormActionDemo Left = 192 Top = 114 Width = 417 Height = 278 Caption = 'RegexBuddy Action Client Demo' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 7 Top = 189 Width = 24 Height = 13 Caption = 'Limit:' end object RadioKind: TRadioGroup Left = 7 Top = 7 Width = 393 Height = 36 Caption = 'Kind of action' Columns = 3 Items.Strings = ( 'Match' 'Replace' 'Split') TabOrder = 0 end object MemoRegex: TMemo Left = 7 Top = 49 Width = 393 Height = 50 Lines.Strings = ( 'Regular Expression') TabOrder = 1 WordWrap = False end object MemoReplace: TMemo Left = 7 Top = 105 Width = 393 Height = 50 Lines.Strings = ( 'Replacement Text') TabOrder = 2 WordWrap = False end object CheckDotAll: TCheckBox Left = 7 Top = 161 Width = 134 Height = 17 Caption = 'Dot matches newlines' TabOrder = 3 end object CheckCaseless: TCheckBox Left = 140 Top = 161 Width = 97 Height = 17 Caption = 'Case insensitive' TabOrder = 4 end object CheckMultiline: TCheckBox Left = 245 Top = 161 Width = 155 Height = 17 Caption = '^ and $ match at line breaks' TabOrder = 5 end object SpinLimit: TSpinEdit Left = 42 Top = 182 Width = 71 Height = 22 MaxValue = 65535 MinValue = 0 TabOrder = 6 Value = 0 end object BtnInvoke: TButton Left = 7 Top = 210 Width = 393 Height = 25 Caption = 'Invoke RegexBuddy' TabOrder = 7 OnClick = BtnInvokeClick end object RegexBuddyConnection: TRegexBuddyIntf AutoConnect = False ConnectKind = ckNewInstance OnFinishAction = RegexBuddyConnectionFinishAction Left = 371 Top = 182 end end