object FormRegexDemo: TFormRegexDemo Left = 192 Top = 114 BorderStyle = bsDialog Caption = 'RegexBuddy Regex Client Demo' ClientHeight = 261 ClientWidth = 407 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 MemoRegex: TMemo Left = 7 Top = 7 Width = 393 Height = 99 Lines.Strings = ( 'Regular expression') TabOrder = 0 WordWrap = False end object RadioStringType: TRadioGroup Left = 7 Top = 112 Width = 155 Height = 141 Caption = 'String Style' ItemIndex = 0 Items.Strings = ( 'As is' 'C string' 'Pascal string' 'Perl string' 'Perl operator' 'Basic string') TabOrder = 1 end object BtnInvoke: TButton Left = 168 Top = 119 Width = 232 Height = 25 Caption = 'Invoke RegexBuddy' TabOrder = 2 OnClick = BtnInvokeClick end object RegexBuddyConnection: TRegexBuddyIntf AutoConnect = False ConnectKind = ckNewInstance OnFinishRegex = RegexBuddyConnectionFinishRegex Left = 168 Top = 154 end end