object frmPlaListViewItemsEditor: TfrmPlaListViewItemsEditor Left = 234 Top = 105 Width = 505 Height = 396 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -10 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True OldCreateOrder = True Position = poScreenCenter Scaled = False OnCreate = FormCreate OnKeyDown = FormKeyDown PixelsPerInch = 96 TextHeight = 13 object Panel3: TPanel Left = 0 Top = 332 Width = 497 Height = 37 Align = alBottom BevelOuter = bvNone TabOrder = 0 object Panel4: TPanel Left = 258 Top = 0 Width = 239 Height = 37 Align = alRight BevelOuter = bvNone TabOrder = 0 object btnOK: TButton Left = 0 Top = 8 Width = 73 Height = 24 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 end object btnCancel: TButton Left = 80 Top = 8 Width = 73 Height = 24 Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object btnApply: TButton Left = 160 Top = 8 Width = 73 Height = 24 Caption = 'Apply' TabOrder = 2 OnClick = btnApplyClick end end object chkDragAddChild: TCheckBox Left = 8 Top = 8 Width = 153 Height = 17 Caption = 'Drag'#39'n'#39'Drop as child ' TabOrder = 1 end end object Panel2: TPanel Left = 151 Top = 0 Width = 97 Height = 332 Align = alRight BevelOuter = bvNone TabOrder = 1 object btnNewItem: TButton Left = 4 Top = 8 Width = 89 Height = 24 Caption = 'New Ite&m' TabOrder = 0 OnClick = btnNewItemClick end object btnDelete: TButton Left = 4 Top = 72 Width = 89 Height = 24 Caption = '&Delete' TabOrder = 1 OnClick = btnDeleteClick end object btnMoveUp: TButton Left = 4 Top = 152 Width = 89 Height = 24 Caption = 'Move &Up' TabOrder = 3 OnClick = btnMoveUpClick end object btnMoveDn: TButton Left = 4 Top = 184 Width = 89 Height = 24 Caption = 'Move Do&wn' TabOrder = 4 OnClick = btnMoveDnClick end object btnClear: TButton Left = 4 Top = 104 Width = 89 Height = 24 Caption = 'Clea&r' TabOrder = 2 OnClick = btnClearClick end object btnLoad: TButton Left = 4 Top = 232 Width = 89 Height = 24 Caption = '&Load' TabOrder = 5 OnClick = btnLoadClick end object btnSave: TButton Left = 4 Top = 264 Width = 89 Height = 24 Caption = '&Save' TabOrder = 6 OnClick = btnSaveClick end end object GroupBox2: TGroupBox Left = 248 Top = 0 Width = 249 Height = 332 Align = alRight Caption = 'Item Properties' TabOrder = 2 object Label1: TLabel Left = 8 Top = 16 Width = 24 Height = 13 Caption = 'Te&xt:' FocusControl = txtText end object Label2: TLabel Left = 8 Top = 56 Width = 32 Height = 13 Caption = '&Image:' FocusControl = txtImageIndex end object Label3: TLabel Left = 128 Top = 56 Width = 45 Height = 13 Caption = 'S&elected:' FocusControl = txtSelectedIndex end object Label9: TLabel Left = 8 Top = 128 Width = 24 Height = 13 Caption = '&Font:' FocusControl = txtFont end object Label10: TLabel Left = 8 Top = 216 Width = 27 Height = 13 Caption = 'T&ype:' FocusControl = cbxNodeType end object Label6: TLabel Left = 8 Top = 192 Width = 27 Height = 13 Caption = '&Color:' end object Label7: TLabel Left = 8 Top = 256 Width = 28 Height = 13 Caption = 'St&ate:' end object Label8: TLabel Left = 8 Top = 40 Width = 40 Height = 13 Caption = 'Indexes:' end object lbxImages: TListBox Left = 64 Top = 128 Width = 57 Height = 145 BorderStyle = bsNone ItemHeight = 34 Style = lbOwnerDrawFixed TabOrder = 17 Visible = False OnDrawItem = lbxImagesDrawItem OnMouseUp = lbxImagesMouseUp end object txtText: TEdit Left = 64 Top = 16 Width = 177 Height = 21 TabOrder = 0 OnChange = txtTextChange end object txtImageIndex: TEdit Left = 64 Top = 72 Width = 33 Height = 21 MaxLength = 4 TabOrder = 1 Text = ' ' OnChange = txtImageIndexChange OnKeyPress = txtIndexKeyPress end object txtSelectedIndex: TEdit Left = 184 Top = 72 Width = 33 Height = 21 MaxLength = 4 TabOrder = 3 Text = ' ' OnChange = txtSelectedIndexChange OnKeyPress = txtIndexKeyPress end object chkParentFont: TCheckBox Left = 64 Top = 112 Width = 177 Height = 16 Caption = '&Parent Font' TabOrder = 5 OnClick = chkParentFontClick end object chkAllowGrayed: TCheckBox Left = 64 Top = 240 Width = 177 Height = 16 Caption = 'Allow &Grayed' TabOrder = 14 OnClick = chkAllowGrayedClick end object txtFont: TEdit Left = 64 Top = 128 Width = 153 Height = 21 ReadOnly = True TabOrder = 6 end object btnSelectFont: TButton Left = 218 Top = 128 Width = 23 Height = 21 Caption = '...' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 7 OnClick = btnSelectFontClick end object cbxNodeType: TComboBox Left = 64 Top = 216 Width = 177 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 13 OnChange = cbxNodeTypeChange end object chkReadOnly: TCheckBox Left = 64 Top = 280 Width = 177 Height = 16 Caption = 'Read-O&nly' TabOrder = 16 OnClick = chkReadOnlyClick end object chkParentColor: TCheckBox Left = 64 Top = 176 Width = 177 Height = 16 Caption = 'Parent C&olor' TabOrder = 10 OnClick = chkParentColorClick end object btnImageIndex: TButton Left = 98 Top = 72 Width = 23 Height = 21 Caption = '...' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 2 OnClick = btnIndexClick end object btnSelectedIndex: TButton Left = 218 Top = 72 Width = 23 Height = 21 Caption = '...' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 4 OnClick = btnIndexClick end object cbxState: TComboBox Left = 64 Top = 256 Width = 177 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 15 OnChange = cbxStateChange end object cbxFontColor: TPlaColorCombo Left = 64 Top = 152 Width = 153 Height = 21 ItemHeight = 15 UseCustomColor = False TabOrder = 8 Text = 'Black' OnChange = cbxFontColorChange end object cbxColor: TPlaColorCombo Left = 64 Top = 192 Width = 153 Height = 21 ItemHeight = 15 UseCustomColor = False TabOrder = 11 Text = 'Black' OnChange = cbxColorChange end object btnFontColor: TButton Left = 218 Top = 152 Width = 23 Height = 21 Caption = '...' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 9 OnClick = btnFontColorClick end object btnColor: TButton Left = 218 Top = 192 Width = 23 Height = 21 Caption = '...' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 12 OnClick = btnColorClick end end object FontDialog: TFontDialog Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] MinFontSize = 0 MaxFontSize = 0 Left = 8 Top = 8 end object OpenDialog: TOpenDialog DefaultExt = 'tre' Filter = 'Tree Files (*.tre)|*.tre|All files (*.*)|*.*' InitialDir = '.' Left = 40 Top = 8 end object SaveDialog: TSaveDialog DefaultExt = 'tre' Filter = 'Tree Files (*.tre)|*.tre|All files (*.*)|*.*' InitialDir = '.' Options = [ofOverwritePrompt, ofHideReadOnly] Left = 72 Top = 8 end object ColorDialog: TColorDialog Ctl3D = True Left = 104 Top = 8 end end