home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / ostatni / clipma / cm32.exe / CLIPMT42.EXE / 0 / RCDATA / TFRMCOLLPAL / TFRMCOLLPAL.txt < prev   
Encoding:
Text File  |  1997-02-01  |  3.1 KB  |  141 lines

  1. object frmCollPal: TfrmCollPal
  2.   Left = 255
  3.   Top = 53
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderIcons = []
  7.   BorderStyle = bsNone
  8.   ClientHeight = 283
  9.   ClientWidth = 340
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = [fsBold]
  14.   Position = poDefault
  15.   OnResize = FormResize
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Panel1: TPanel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 340
  23.     Height = 283
  24.     Align = alClient
  25.     BevelInner = bvLowered
  26.     BorderWidth = 1
  27.     BorderStyle = bsSingle
  28.     Ctl3D = False
  29.     ParentCtl3D = False
  30.     PopupMenu = PopupMenu1
  31.     TabOrder = 0
  32.     object lbPalette: TListBox
  33.       Left = 3
  34.       Top = 34
  35.       Width = 332
  36.       Height = 244
  37.       HelpContext = 250
  38.       Align = alClient
  39.       Color = clBtnFace
  40.       ExtendedSelect = False
  41.       ItemHeight = 27
  42.       Items.Strings = (
  43.         'AA'
  44.         'BB'
  45.         'CCC')
  46.       PopupMenu = PopupMenu1
  47.       Style = lbOwnerDrawFixed
  48.       TabOrder = 0
  49.       OnClick = lbPaletteClick
  50.       OnDrawItem = lbPaletteDrawItem
  51.     end
  52.     object Notebook1: TNotebook
  53.       Left = 3
  54.       Top = 3
  55.       Width = 332
  56.       Height = 31
  57.       Align = alTop
  58.       Color = clActiveCaption
  59.       ParentColor = False
  60.       TabOrder = 1
  61.       object TPage
  62.         Left = 0
  63.         Top = 0
  64.         Caption = 'FileTo'
  65.         object Label2: TLabel
  66.           Left = 32
  67.           Top = 0
  68.           Width = 228
  69.           Height = 31
  70.           Caption = ' Move Item(s) To:'
  71.           Color = clBtnFace
  72.           Font.Color = clWhite
  73.           Font.Height = -16
  74.           Font.Name = 'MS Sans Serif'
  75.           Font.Style = [fsBold]
  76.           ParentColor = False
  77.           ParentFont = False
  78.           Transparent = True
  79.         end
  80.         object Image1: TImage
  81.           Left = 2
  82.           Top = 2
  83.           Width = 25
  84.           Height = 25
  85.           AutoSize = True
  86.           Picture.Data = {<image000.bmp>}
  87.         end
  88.       end
  89.       object TPage
  90.         Left = 0
  91.         Top = 0
  92.         Caption = 'SetCurrColl'
  93.         object Label1: TLabel
  94.           Left = 0
  95.           Top = 0
  96.           Width = 332
  97.           Height = 20
  98.           Align = alTop
  99.           Caption = ' Activate Collection:'
  100.           Color = clActiveCaption
  101.           Font.Color = clWhite
  102.           Font.Height = -16
  103.           Font.Name = 'MS Sans Serif'
  104.           Font.Style = [fsBold]
  105.           ParentColor = False
  106.           ParentFont = False
  107.           Transparent = True
  108.         end
  109.       end
  110.     end
  111.     object cmdCancel: TBitBtn
  112.       Left = 256
  113.       Top = 4
  114.       Width = 73
  115.       Height = 29
  116.       Caption = '&Cancel'
  117.       TabOrder = 2
  118.       OnClick = cmdCancelClick
  119.       Kind = bkCancel
  120.     end
  121.   end
  122.   object PopupMenu1: TPopupMenu
  123.     Left = 168
  124.     Top = 40
  125.     object mnuCollMan: TMenuItem
  126.       Caption = 'Collection Management ...'
  127.       ShortCut = 0
  128.       OnClick = mnuCollManClick
  129.     end
  130.     object N1: TMenuItem
  131.       Caption = '-'
  132.       ShortCut = 0
  133.     end
  134.     object WhatsThis: TMenuItem
  135.       Caption = 'What'#39's This?'
  136.       ShortCut = 0
  137.       OnClick = WhatsThisClick
  138.     end
  139.   end
  140. end
  141.