object Form2: TForm2 Left = 211 Top = 178 BorderStyle = bsDialog Caption = 'Editing...' ClientHeight = 243 ClientWidth = 555 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 Panel1: TPanel Left = 0 Top = 208 Width = 555 Height = 35 BevelOuter = bvNone TabOrder = 0 object Bevel1: TBevel Left = 0 Top = 0 Width = 555 Height = 3 Align = alTop Shape = bsTopLine end object Button1: TButton Left = 467 Top = 7 Width = 75 Height = 25 Caption = 'OK' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 0 OnClick = Button1Click end object Button2: TButton Left = 384 Top = 7 Width = 75 Height = 25 Caption = 'Cancel' TabOrder = 1 OnClick = Button2Click end end object GroupBox2: TGroupBox Left = 5 Top = 2 Width = 545 Height = 65 Caption = 'Time' TabOrder = 2 object Label1: TLabel Left = 144 Top = 16 Width = 23 Height = 13 Caption = 'From' end object Label2: TLabel Left = 280 Top = 16 Width = 13 Height = 13 Caption = 'To' end object Label3: TLabel Left = 8 Top = 16 Width = 68 Height = 13 Caption = 'Previous Ends' end object Label4: TLabel Left = 416 Top = 16 Width = 52 Height = 13 Caption = 'Next Starts' end object Edit1: TEdit Left = 144 Top = 32 Width = 121 Height = 21 TabOrder = 0 end object Edit2: TEdit Left = 280 Top = 32 Width = 121 Height = 21 TabOrder = 1 end object Edit3: TEdit Left = 8 Top = 32 Width = 121 Height = 21 Color = clScrollBar ReadOnly = True TabOrder = 2 end object Edit4: TEdit Left = 416 Top = 32 Width = 121 Height = 21 Color = clScrollBar ReadOnly = True TabOrder = 3 end end object GroupBox1: TGroupBox Left = 13 Top = 72 Width = 529 Height = 129 Caption = 'Text' TabOrder = 1 object Memo1: TMemo Left = 8 Top = 16 Width = 513 Height = 105 Alignment = taCenter Font.Charset = EASTEUROPE_CHARSET Font.Color = clWindowText Font.Height = -27 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False TabOrder = 0 end end end