object ETextListDlg: TETextListDlg Left = 416 Top = 259 Width = 538 Height = 445 Caption = 'Text Properties' Color = clBtnFace Constraints.MinHeight = 364 Constraints.MinWidth = 448 ParentFont = True OldCreateOrder = True Position = poScreenCenter PrintScale = poNone Scaled = False OnHide = FormHide PixelsPerInch = 120 TextHeight = 16 object Panel1: TPanel Left = 0 Top = 380 Width = 530 Height = 32 Align = alBottom BevelOuter = bvNone TabOrder = 0 object CancelBtn: TButton Left = 432 Top = 3 Width = 96 Height = 27 Anchors = [akTop, akRight] Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 0 end object OKBtn: TButton Left = 321 Top = 3 Width = 96 Height = 27 Anchors = [akTop, akRight] Caption = 'OK' ModalResult = 1 TabOrder = 1 OnClick = OKBtnClick end end object MainPC: TPageControl Left = 4 Top = 3 Width = 523 Height = 373 ActivePage = MainSheet Anchors = [akLeft, akTop, akRight, akBottom] TabOrder = 1 object MainSheet: TTabSheet Caption = 'Main' TabVisible = False object Splitter1: TSplitter Left = 129 Top = 0 Width = 6 Height = 363 Cursor = crHSplit end object ClientPnl: TPanel Left = 135 Top = 0 Width = 380 Height = 363 Align = alClient BevelOuter = bvNone TabOrder = 0 object TextPC: TPageControl Left = 0 Top = 0 Width = 380 Height = 333 ActivePage = TextMainSheet Align = alClient Style = tsFlatButtons TabOrder = 0 object TextMainSheet: TTabSheet Caption = 'Main' object TextMainPnl: TPanel Left = 0 Top = 0 Width = 372 Height = 299 Align = alClient BevelOuter = bvNone TabOrder = 0 object HeaderLbl: TLabel Left = 4 Top = 10 Width = 49 Height = 16 Caption = 'Header:' end object IDLbl: TLabel Left = 4 Top = 39 Width = 16 Height = 16 Caption = 'ID:' end object Bevel2: TBevel Left = 7 Top = 59 Width = 408 Height = 4 Anchors = [akLeft, akTop, akRight] Shape = bsBottomLine end object HeaderEdit: TEdit Left = 72 Top = 7 Width = 298 Height = 24 Anchors = [akLeft, akTop, akRight] TabOrder = 0 OnChange = HeaderEditChange end object IDEdit: TESpinEdit Left = 72 Top = 33 Width = 69 Height = 26 MaxValue = 268435455 MinValue = -999999 TabOrder = 1 Value = 0 OnChange = IDEditChange end object TextMemo: TMemo Left = 4 Top = 72 Width = 366 Height = 226 Anchors = [akLeft, akTop, akRight, akBottom] TabOrder = 2 OnChange = TextMemoChange end end end object Settings: TTabSheet Caption = 'Settings' ImageIndex = 1 object TextOI: TEObjectInspector Left = 0 Top = 0 Width = 293 Height = 248 SplitterPos = 125 RowHeight = 18 Mode = [] Align = alClient end end end object ClientBottomPnl: TPanel Left = 0 Top = 333 Width = 380 Height = 30 Align = alBottom BevelOuter = bvNone TabOrder = 1 object NewBtn: TButton Left = 28 Top = 2 Width = 96 Height = 27 Anchors = [akLeft, akBottom] Caption = 'New' TabOrder = 0 OnClick = NewBtnClick end object DeleteBtn: TButton Left = 256 Top = 2 Width = 96 Height = 27 Anchors = [akRight, akBottom] Caption = 'Delete' TabOrder = 1 OnClick = DeleteBtnClick end end end object TextGrid: TDrawGrid Left = 0 Top = 0 Width = 129 Height = 363 Align = alLeft ColCount = 1 DefaultColWidth = 200 DefaultRowHeight = 18 FixedCols = 0 RowCount = 20 FixedRows = 0 Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goDrawFocusSelected] ScrollBars = ssVertical TabOrder = 1 OnDrawCell = TextGridDrawCell OnKeyDown = TextGridKeyDown OnSelectCell = TextGridSelectCell end end end end