home *** CD-ROM | disk | FTP | other *** search
/ WDR Computer Club Digital 1998 March / CC9803-2.BIN / SHARE / 95CHGNAM / _SETUP.1 / Chgname.exe / 0 / RCDATA / TMAIN / TMAIN.txt
Text File  |  1998-01-23  |  4KB  |  161 lines

  1. object Main: TMain
  2.   Left = 401
  3.   Top = 107
  4.   HelpContext = 1
  5.   AutoScroll = False
  6.   ClientHeight = 453
  7.   ClientWidth = 596
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsMDIChild
  14.   PopupMenu = PopupMenu1
  15.   Position = poDefault
  16.   Visible = True
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 10
  23.     Top = 10
  24.     Width = 63
  25.     Height = 13
  26.     Caption = 'Please wait...'
  27.   end
  28.   object ListBox1: TListBox
  29.     Left = 0
  30.     Top = 0
  31.     Width = 596
  32.     Height = 434
  33.     Align = alClient
  34.     DragMode = dmAutomatic
  35.     ItemHeight = 13
  36.     MultiSelect = True
  37.     TabOrder = 1
  38.     OnClick = ListBox1Click
  39.     OnDragDrop = ListBox1DragDrop
  40.     OnDragOver = ListBox1DragOver
  41.     OnKeyDown = ListBox1KeyDown
  42.   end
  43.   object StatusBar1: TStatusBar
  44.     Left = 0
  45.     Top = 434
  46.     Width = 596
  47.     Height = 19
  48.     Panels = <
  49.       item
  50.         Text = 'Files: 0'
  51.         Width = 64
  52.       end
  53.       item
  54.         Text = 'Marked: 0'
  55.         Width = 81
  56.       end
  57.       item
  58.         Width = 50
  59.       end>
  60.     SimplePanel = False
  61.   end
  62.   object PopupMenu1: TPopupMenu
  63.     Left = 112
  64.     Top = 280
  65.     object Addfiles2: TMenuItem
  66.       Caption = 'S&earch for files'
  67.       Hint = 'Search for and add files to file list'
  68.       OnClick = SearchFilesClick
  69.     end
  70.     object AddFiles1: TMenuItem
  71.       Caption = '&Add files'
  72.       Hint = 'Add files to file list'
  73.       OnClick = OpenFilesClick
  74.     end
  75.     object Deletefiles1: TMenuItem
  76.       Caption = '&Unlist files'
  77.       Hint = 'Unlist files from file list'
  78.       OnClick = RemoveItemsClick
  79.     end
  80.     object Selectall2: TMenuItem
  81.       Caption = '&Select all'
  82.       Hint = 'Select all files in file list'
  83.       OnClick = SelectAllClick
  84.     end
  85.     object Disposeall1: TMenuItem
  86.       Caption = 'U&nlist all'
  87.       Hint = 'Unlist all files in file list'
  88.       OnClick = RemoveAllClick
  89.     end
  90.     object N9: TMenuItem
  91.       Caption = '-'
  92.     end
  93.     object Importfilelist2: TMenuItem
  94.       Caption = '&Import file list'
  95.       Hint = 'Import a file list form a text file'
  96.       OnClick = Importfilelist2Click
  97.     end
  98.     object Addtofilelist2: TMenuItem
  99.       Caption = 'A&dd to file list'
  100.       Hint = 'Add files to file list'
  101.       OnClick = Addtofilelist1Click
  102.     end
  103.     object Savefilelist2: TMenuItem
  104.       Caption = 'S&ave file list'
  105.       Hint = 'Save file list in a text file'
  106.       OnClick = Savefilelist1Click
  107.     end
  108.     object N3: TMenuItem
  109.       Caption = '-'
  110.     end
  111.     object Columns1: TMenuItem
  112.       Caption = '&Columns'
  113.       Hint = 'Set number of columns in file list'
  114.       object N11: TMenuItem
  115.         Caption = '&1'
  116.         Hint = 'Set number of columns in file list'
  117.         OnClick = N11Click
  118.       end
  119.       object N21: TMenuItem
  120.         Caption = '&2'
  121.         Hint = 'Set number of columns in file list'
  122.         OnClick = N21Click
  123.       end
  124.       object N31: TMenuItem
  125.         Caption = '&3'
  126.         Hint = 'Set number of columns in file list'
  127.         OnClick = N31Click
  128.       end
  129.       object N41: TMenuItem
  130.         Caption = '&4'
  131.         Hint = 'Set number of columns in file list'
  132.         OnClick = N41Click
  133.       end
  134.       object N51: TMenuItem
  135.         Caption = '&5'
  136.         Hint = 'Set number of columns in file list'
  137.         OnClick = N51Click
  138.       end
  139.     end
  140.     object Sortlist1: TMenuItem
  141.       Caption = 'S&ort list'
  142.       Hint = 'Sort files in file list'
  143.       OnClick = Sortlist1Click
  144.     end
  145.   end
  146.   object OpenDialog1: TOpenDialog
  147.     DefaultExt = '*.cns'
  148.     Filter = 'Chgname file lists|*.cls|All Files|*.*'
  149.     Options = [ofHideReadOnly, ofFileMustExist]
  150.     Left = 192
  151.     Top = 280
  152.   end
  153.   object SaveDialog1: TSaveDialog
  154.     DefaultExt = '*.cns'
  155.     Filter = 'Chgname sets|*.cns|All files|*.*'
  156.     Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist]
  157.     Left = 264
  158.     Top = 280
  159.   end
  160. end
  161.