object frmMain: TfrmMain Left = 300 Top = 115 Width = 470 Height = 370 VertScrollBar.Range = 68 HorzScrollBar.Range = 343 ActiveControl = edRegExpr Caption = 'JclPCRE Demo' Color = clButton Constraints.MinHeight = 370 Constraints.MinWidth = 470 Font.Color = clText Font.Height = 11 Font.Name = 'MS Shell Dlg 2' Font.Pitch = fpVariable Font.Style = [] Font.Weight = 40 ParentFont = False OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 TextWidth = 6 object Label1: TLabel Left = 12 Top = 10 Width = 96 Height = 13 Caption = 'Reg&ular Expression:' FocusControl = edRegExpr end object edRegExpr: TEdit Left = 12 Top = 24 Width = 271 Height = 21 Anchors = [akLeft, akTop, akRight] TabOrder = 0 OnChange = edRegExprChange end object btnFind: TButton Left = 292 Top = 24 Width = 75 Height = 25 Action = acFind Anchors = [akTop, akRight] Caption = '&Find' TabOrder = 1 end object btnFindNext: TButton Left = 370 Top = 24 Width = 75 Height = 25 Action = acFindNext Anchors = [akTop, akRight] Caption = 'Find &Next' TabOrder = 2 end object reFile: TMemo Left = 12 Top = 54 Width = 437 Height = 180 Anchors = [akLeft, akTop, akRight, akBottom] Font.Color = clText Font.Height = 13 Font.Name = 'Courier New' Font.Pitch = fpVariable Font.Style = [] Font.Weight = 40 ParentFont = False ReadOnly = True ScrollBars = ssBoth TabOrder = 3 WantReturns = False WordWrap = False end object btnOpen: TButton Left = 364 Top = 294 Width = 75 Height = 25 Action = acOpen Anchors = [akRight, akBottom] Caption = '&Open...' TabOrder = 4 end object chkIgnoreCase: TCheckBox Left = 18 Top = 244 Width = 97 Height = 17 Anchors = [akLeft, akBottom] Caption = '&Ignore Case' Checked = True State = cbChecked TabOrder = 5 end object chkMultiLine: TCheckBox Left = 18 Top = 262 Width = 97 Height = 17 Anchors = [akLeft, akBottom] Caption = '&Multi Line' Checked = True State = cbChecked TabOrder = 6 end object chkDotAll: TCheckBox Left = 18 Top = 280 Width = 97 Height = 17 Anchors = [akLeft, akBottom] Caption = '&Dot All' TabOrder = 7 end object chkExtended: TCheckBox Left = 18 Top = 298 Width = 97 Height = 17 Anchors = [akLeft, akBottom] Caption = '&Extended' TabOrder = 8 end object chkAnchored: TCheckBox Left = 132 Top = 244 Width = 97 Height = 17 Anchors = [akLeft, akBottom] Caption = '&Anchored' TabOrder = 9 end object chkDollarEndOnly: TCheckBox Left = 132 Top = 262 Width = 97 Height = 17 Anchors = [akLeft, akBottom] Caption = 'Dollar End Onl&y' TabOrder = 10 end object chkExtra: TCheckBox Left = 132 Top = 280 Width = 97 Height = 17 Anchors = [akLeft, akBottom] Caption = 'Ex&tra' TabOrder = 11 end object chkNotBOL: TCheckBox Left = 132 Top = 298 Width = 97 Height = 17 Anchors = [akLeft, akBottom] Caption = 'Not &BOL' TabOrder = 12 end object chkNotEOL: TCheckBox Left = 246 Top = 244 Width = 97 Height = 17 Anchors = [akLeft, akBottom] Caption = 'Not EO&L' TabOrder = 13 end object chkUnGreedy: TCheckBox Left = 246 Top = 262 Width = 97 Height = 17 Anchors = [akLeft, akBottom] Caption = '&Ungreedy' Checked = True State = cbChecked TabOrder = 14 end object chkNotEmpty: TCheckBox Left = 246 Top = 280 Width = 97 Height = 17 Anchors = [akLeft, akBottom] Caption = 'Not Em&pty' Checked = True State = cbChecked TabOrder = 15 end object chkUTF8: TCheckBox Left = 246 Top = 298 Width = 97 Height = 17 Anchors = [akLeft, akBottom] Caption = 'UTF&8' TabOrder = 16 end object sbMain: TStatusBar Left = 0 Top = 351 Width = 470 Height = 19 Panels = < item end> end object alMain: TActionList Left = 144 Top = 102 object acFind: TAction Caption = '&Find' ShortCut = 16454 OnExecute = acFindExecute end object acFindNext: TAction Caption = 'Find &Next' ShortCut = 114 OnExecute = acFindNextExecute end object acOpen: TAction Caption = '&Open...' ShortCut = 16463 OnExecute = acOpenExecute end end object odOpen: TOpenDialog Title = 'Open' Left = 240 Top = 120 end end