home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 84
- Top = 64
- AutoScroll = False
- Caption = 'Desk File Manager'
- ClientHeight = 400
- ClientWidth = 659
- Color = clSilver
- Font.Color = clBlack
- Font.Height = -17
- Font.Name = 'Times New Roman'
- Font.Style = []
- Menu = MainMenu1
- PixelsPerInch = 120
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- TextHeight = 19
- object Label2: TLabel
- Left = 11
- Top = 79
- Width = 156
- Height = 19
- Caption = 'SECTION CONTENTS'
- end
- object Label3: TLabel
- Left = 11
- Top = 238
- Width = 171
- Height = 19
- Caption = 'AVAILABLE SECTIONS'
- end
- object Label1: TLabel
- Left = 11
- Top = 21
- Width = 233
- Height = 19
- Caption = 'CURRENT ITEM (F2 TO WRITE)'
- end
- object ListBox1: TListBox
- Left = 11
- Top = 96
- Width = 639
- Height = 129
- Color = clWhite
- Font.Color = clBlack
- Font.Height = -17
- Font.Name = 'Arial'
- Font.Style = []
- ItemHeight = 19
- ParentFont = False
- TabOrder = 0
- OnClick = ListBox1Click
- end
- object ECurItem: TEdit
- Left = 11
- Top = 38
- Width = 639
- Height = 27
- Color = clWhite
- Font.Color = clBlack
- Font.Height = -17
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- OnKeyDown = ECurItemKeyDown
- end
- object SectionBox: TListBox
- Left = 11
- Top = 256
- Width = 639
- Height = 129
- Color = clWhite
- Font.Color = clBlack
- Font.Height = -17
- Font.Name = 'Arial'
- Font.Style = []
- ItemHeight = 19
- ParentFont = False
- TabOrder = 2
- OnClick = CurSectionClick
- end
- object MainMenu1: TMainMenu
- Left = 176
- object File1: TMenuItem
- Caption = 'File'
- object Select1: TMenuItem
- Caption = 'Select'
- OnClick = Select1Click
- end
- object N1: TMenuItem
- Caption = '-'
- end
- object Exit1: TMenuItem
- Caption = 'E&xit'
- OnClick = OnExit
- end
- end
- object DSKFiles1: TMenuItem
- Caption = 'DSK Files'
- object SetWatch1: TMenuItem
- Caption = 'Watch'
- OnClick = BSetWatchClick
- end
- object SetPropInspector1: TMenuItem
- Caption = 'Property Inspector'
- OnClick = bSetPropInspectClick
- end
- object SetEditWindow1: TMenuItem
- Caption = 'Edit Window'
- OnClick = bSetEditWindowClick
- end
- end
- end
- object OpenDialog1: TOpenDialog
- Filter = '(*.dsk,*.ini)|*.dsk;*.ini|(*.ini)|*.ini|(*.dsk)|*.dsk'
- Left = 208
- end
- end
-