home *** CD-ROM | disk | FTP | other *** search
- object FormDelFolder: TFormDelFolder
- Left = 243
- Top = 175
- BorderStyle = bsDialog
- Caption = 'Folder List'
- ClientHeight = 198
- ClientWidth = 488
- Color = clBtnFace
- Font.Charset = SHIFTJIS_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = '�l�r �o�S�V�b�N'
- Font.Style = []
- OldCreateOrder = False
- Position = poOwnerFormCenter
- Scaled = False
- OnClose = FormClose
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 12
- object ListView: TListView
- Left = 8
- Top = 8
- Width = 381
- Height = 173
- Columns = <
- item
- Caption = 'Path'
- Width = 350
- end>
- HideSelection = False
- ReadOnly = True
- TabOrder = 0
- ViewStyle = vsReport
- end
- object btnUp: TButton
- Left = 400
- Top = 84
- Width = 75
- Height = 25
- Action = actUp
- TabOrder = 1
- end
- object btnDown: TButton
- Left = 400
- Top = 116
- Width = 75
- Height = 25
- Action = actDown
- TabOrder = 2
- end
- object btnDel: TButton
- Left = 400
- Top = 8
- Width = 75
- Height = 25
- Action = actDel
- TabOrder = 3
- end
- object btnClr: TButton
- Left = 400
- Top = 40
- Width = 75
- Height = 25
- Action = actClr
- TabOrder = 4
- end
- object btnSort: TButton
- Left = 400
- Top = 156
- Width = 75
- Height = 25
- Action = actSort
- TabOrder = 5
- end
- object ActionList1: TActionList
- Left = 60
- Top = 56
- object actDel: TAction
- Caption = 'Delete'
- OnExecute = actDelExecute
- OnUpdate = actDelUpdate
- end
- object actClr: TAction
- Caption = 'Clear'
- OnExecute = actClrExecute
- OnUpdate = actClrUpdate
- end
- object actUp: TAction
- Tag = -1
- Caption = 'Up'
- OnExecute = actUpExecute
- OnUpdate = actUpUpdate
- end
- object actDown: TAction
- Tag = 1
- Caption = 'Down'
- OnExecute = actUpExecute
- OnUpdate = actDownUpdate
- end
- object actSort: TAction
- Caption = 'Sort'
- OnExecute = actSortExecute
- OnUpdate = actSortUpdate
- end
- end
- end
-