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

  1. object frmListProp: TfrmListProp
  2.   Left = 138
  3.   Top = 22
  4.   ActiveControl = OKBtn
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Collection Properties'
  8.   ClientHeight = 378
  9.   ClientWidth = 385
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = [fsBold]
  14.   Position = poDefaultPosOnly
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Bevel2: TBevel
  22.     Left = 82
  23.     Top = 294
  24.     Width = 33
  25.     Height = 33
  26.   end
  27.   object Label1: TLabel
  28.     Left = 1
  29.     Top = 24
  30.     Width = 68
  31.     Height = 17
  32.     Alignment = taRightJustify
  33.     Caption = 'Title'
  34.   end
  35.   object Label4: TLabel
  36.     Left = 8
  37.     Top = 296
  38.     Width = 61
  39.     Height = 13
  40.     Alignment = taRightJustify
  41.     Caption = 'Icon'
  42.   end
  43.   object Bevel1: TBevel
  44.     Left = 4
  45.     Top = 336
  46.     Width = 377
  47.     Height = 5
  48.     Shape = bsTopLine
  49.   end
  50.   object Label8: TLabel
  51.     Left = 1
  52.     Top = 4
  53.     Width = 276
  54.     Height = 13
  55.     Caption = 'Number Of Items Currently Stored in Collection:'
  56.   end
  57.   object lblCount: TLabel
  58.     Left = 284
  59.     Top = 4
  60.     Width = 43
  61.     Height = 13
  62.     Caption = '000000'
  63.   end
  64.   object Label9: TLabel
  65.     Left = 6
  66.     Top = 87
  67.     Width = 63
  68.     Height = 13
  69.     Alignment = taRightJustify
  70.     Caption = 'Positioning'
  71.   end
  72.   object Label10: TLabel
  73.     Left = 41
  74.     Top = 175
  75.     Width = 28
  76.     Height = 13
  77.     Alignment = taRightJustify
  78.     Caption = 'Data'
  79.   end
  80.   object Label11: TLabel
  81.     Left = 13
  82.     Top = 188
  83.     Width = 56
  84.     Height = 13
  85.     Alignment = taRightJustify
  86.     Caption = 'Retention'
  87.   end
  88.   object Label12: TLabel
  89.     Left = 8
  90.     Top = 296
  91.     Width = 61
  92.     Height = 13
  93.     Alignment = taRightJustify
  94.     Caption = 'Toolbar'
  95.   end
  96.   object imgIcon: TImage
  97.     Tag = 49
  98.     Left = 84
  99.     Top = 296
  100.     Width = 29
  101.     Height = 29
  102.     Hint = 
  103.       'This is the icon that shows on the toolbar, to represent this co' +
  104.       'llection.'
  105.     Center = True
  106.     PopupMenu = PopMenuWhatsThis
  107.   end
  108.   object Label2: TLabel
  109.     Left = 12
  110.     Top = 51
  111.     Width = 61
  112.     Height = 26
  113.     Alignment = taRightJustify
  114.     Caption = 'Garbage Avoidance'
  115.     WordWrap = True
  116.   end
  117.   object OKBtn: TBitBtn
  118.     Left = 112
  119.     Top = 348
  120.     Width = 85
  121.     Height = 27
  122.     TabOrder = 5
  123.     OnClick = OKBtnClick
  124.     Kind = bkOK
  125.     Margin = 2
  126.     Spacing = -1
  127.     IsControl = True
  128.   end
  129.   object CancelBtn: TBitBtn
  130.     Left = 204
  131.     Top = 348
  132.     Width = 85
  133.     Height = 27
  134.     TabOrder = 6
  135.     OnClick = CancelBtnClick
  136.     Kind = bkCancel
  137.     Margin = 2
  138.     Spacing = -1
  139.     IsControl = True
  140.   end
  141.   object HelpBtn: TBitBtn
  142.     Left = 296
  143.     Top = 348
  144.     Width = 85
  145.     Height = 27
  146.     HelpContext = 82
  147.     TabOrder = 7
  148.     Kind = bkHelp
  149.     Margin = 2
  150.     Spacing = -1
  151.     IsControl = True
  152.   end
  153.   object txtCollTitle: TEdit
  154.     Left = 76
  155.     Top = 22
  156.     Width = 305
  157.     Height = 21
  158.     Hint = 'This is the title of the collection.  It must be unique.'
  159.     HelpContext = 322
  160.     PopupMenu = PopMenuWhatsThis
  161.     TabOrder = 0
  162.     Text = 'New Collection'
  163.     OnChange = txtCollTitleChange
  164.   end
  165.   object grpRetention: TGroupBox
  166.     Left = 76
  167.     Top = 172
  168.     Width = 305
  169.     Height = 117
  170.     Caption = 'Automatically Delete Old Items:'
  171.     TabOrder = 3
  172.     object Label3: TLabel
  173.       Left = 244
  174.       Top = 56
  175.       Width = 27
  176.       Height = 13
  177.       Caption = 'days'
  178.     end
  179.     object Label5: TLabel
  180.       Left = 44
  181.       Top = 24
  182.       Width = 208
  183.       Height = 13
  184.       Caption = 'When the number of items exceeds: '
  185.     end
  186.     object Label6: TLabel
  187.       Left = 44
  188.       Top = 56
  189.       Width = 154
  190.       Height = 13
  191.       Caption = 'When items are older than '
  192.     end
  193.     object Label7: TLabel
  194.       Left = 44
  195.       Top = 88
  196.       Width = 232
  197.       Height = 13
  198.       Caption = 'Never.  I'#39'll manage the collection myself.'
  199.     end
  200.     object txtNumItems: TEdit
  201.       Left = 256
  202.       Top = 20
  203.       Width = 33
  204.       Height = 21
  205.       HelpContext = 46
  206.       TabOrder = 0
  207.       Text = '100'
  208.       OnChange = txtCollTitleChange
  209.     end
  210.     object txtNumDays: TEdit
  211.       Left = 204
  212.       Top = 52
  213.       Width = 33
  214.       Height = 21
  215.       Enabled = False
  216.       TabOrder = 1
  217.       Text = '100'
  218.       OnChange = txtCollTitleChange
  219.     end
  220.     object pnlToolbar: TPanel
  221.       Left = 4
  222.       Top = 12
  223.       Width = 37
  224.       Height = 100
  225.       BevelOuter = bvNone
  226.       PopupMenu = PopMenuWhatsThis
  227.       TabOrder = 2
  228.       object cmdTime: TSpeedButton
  229.         Tag = 1
  230.         Left = 4
  231.         Top = 36
  232.         Width = 29
  233.         Height = 29
  234.         Hint = 'Manage Collection by retaining items for X number of days.'
  235.         GroupIndex = 1
  236.         Glyph.Data = {
  237.           20020000424D2002000000000000760000002800000019000000190000000100
  238.           0400000000009001000000000000000000000000000000000000000000000000
  239.           80000080000000808000800000008000800080800000C0C0C000808080000000
  240.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  241.           7777777777777000000077777777777777777777777770000000777777777777
  242.           7777777777777000000077777777777777777777777770000000777777777000
  243.           0000777777777000000077777770007707700077777770000000777777000777
  244.           7777000777777000000077777007777777777770777770000000777700777777
  245.           7777777007777000000077770077777777777770077770000000777007777777
  246.           7777777700777000000077707777777777777777707770000000777077777770
  247.           0777777770777000000077700777777007777777007770000000777077777777
  248.           0007777770777000000077707777777707700777707770000000777007777777
  249.           0777777700777000000077770077777707777770077770000000777700777777
  250.           0777777007777000000077777077077707770770777770000000777777007777
  251.           0777700777777000000077777770007777700077777770000000777777777000
  252.           0000777777777000000077777777777777777777777770000000777777777777
  253.           7777777777777000000000000000000000000000000000000000000000000000
  254.           00000000}
  255.         OnClick = CollTypeClick
  256.         OnMouseDown = cmdTimeMouseDown
  257.       end
  258.       object cmdLength: TSpeedButton
  259.         Left = 4
  260.         Top = 4
  261.         Width = 29
  262.         Height = 29
  263.         Hint = 'Manage Collection by retaining X number of items.'
  264.         GroupIndex = 1
  265.         Down = True
  266.         Glyph.Data = {
  267.           06020000424D0602000000000000760000002800000019000000190000000100
  268.           0400000000009001000000000000000000000000000000000000000000000000
  269.           80000080000000808000800000008000800080800000C0C0C000808080000000
  270.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  271.           7777777777777000000077777777777777770777777770000000777000000007
  272.           7770E000000770000000770CCCCCCCC0770EEEEEEE077000000070CCCCCCCCC0
  273.           70EEEEEEEEE07000000000CCCCCCCCC070EEEEEEEEE0700000000E0CCCCCCCC0
  274.           770EEEEEEEEE000000000EE0C00000077770E0000000000000000EEE07777777
  275.           7777077770CC000000000EEEE0777777777777770CCC000000000EEEEE007777
  276.           77777770CCCC000000000EEEEEE077777777770CCCCC000000000EEEEEE07777
  277.           77777770CCCC0000000070EEEEE07777777777770CC070000000770EEEE07777
  278.           77000000700770000000770000007007770EEEE0777770000000777777770CC0
  279.           70EEEEE077777000000077777770CCCC0EEEEEE07777700000007777770CCCCC
  280.           0EEEEEE077777000000077777770CCCCC0EEEE00777770000000777777770CCC
  281.           CC0EE0777777700000007777777770CCCCC0077777777000000077777777770C
  282.           CCCC077777777000000077777777777000007777777770000000777777777777
  283.           77777777777770000000}
  284.         OnClick = CollTypeClick
  285.         OnMouseDown = cmdLengthMouseDown
  286.       end
  287.       object cmdManual: TSpeedButton
  288.         Tag = 2
  289.         Left = 4
  290.         Top = 68
  291.         Width = 29
  292.         Height = 29
  293.         Hint = 
  294.           'No automatic maintenance - data stays forever, unless deleted by' +
  295.           ' you.'
  296.         GroupIndex = 1
  297.         Glyph.Data = {
  298.           20020000424D2002000000000000760000002800000019000000190000000100
  299.           0400000000009001000000000000000000000000000000000000000000000000
  300.           80000080000000808000800000008000800080800000C0C0C000808080000000
  301.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777000777777
  302.           7770007777777000000077708077777777708077777770000000700000000000
  303.           000000007777700000007078888888888888888007777000000070F077707777
  304.           0777078080777000000070F7777777777777778088077000000070F777770000
  305.           7777778088807000000070F777700FF00777008088807000000070F7770FF00F
  306.           F077078088807000000070F7700F0880F007078088807000000070F770F08888
  307.           0F07078088807000000070F770F088880F07078088807000000070F7700F0880
  308.           F007078088807000000070F7770FF00FF077008088807000000070F777700FF0
  309.           0777778088807000000070F7777700007777778088807000000070F777777777
  310.           7777778088807000000070F0777077770777078088807000000070FFFFFFFFFF
  311.           FFFFFF7088807000000070000000000000000000888070000000770F77777777
  312.           777777780880700000007770F77777777777777780807000000077770F777777
  313.           7777777778007000000077777000000000000000000770000000777777777777
  314.           7777777777777000000000000000000000000000000000000000000000000000
  315.           00000000}
  316.         OnClick = CollTypeClick
  317.         OnMouseDown = cmdManualMouseDown
  318.       end
  319.     end
  320.   end
  321.   object cmdBrowseIcon: TButton
  322.     Left = 120
  323.     Top = 296
  324.     Width = 77
  325.     Height = 29
  326.     Hint = 'Browse for a bitmap to use as an icon.'
  327.     HelpContext = 49
  328.     Caption = 'Browse...'
  329.     PopupMenu = PopMenuWhatsThis
  330.     TabOrder = 4
  331.     OnClick = cmdBrowseIconClick
  332.   end
  333.   object grpNewItemPosition: TGroupBox
  334.     Left = 76
  335.     Top = 88
  336.     Width = 305
  337.     Height = 81
  338.     Caption = 'New Items Are Positioned'
  339.     PopupMenu = PopMenuWhatsThis
  340.     TabOrder = 2
  341.     object rbOnTop: TSpeedButton
  342.       Tag = 44
  343.       Left = 12
  344.       Top = 16
  345.       Width = 220
  346.       Height = 29
  347.       Hint = 
  348.         'Affects Where New Items Are Placed.  (On Top is good for tempora' +
  349.         'ry data)'
  350.       GroupIndex = 1
  351.       Down = True
  352.       Caption = 'At The Top of the Collection'
  353.       Glyph.Data = {
  354.         F6000000424DF600000000000000760000002800000010000000100000000100
  355.         0400000000008000000000000000000000000000000000000000000000000000
  356.         80000080000000808000800000008000800080800000C0C0C000808080000000
  357.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  358.         0000333333333333000033333333333333333333333333330000333333333333
  359.         0000333333333333333333333333333300003333333333330000333333333333
  360.         333333333333333300003333333C333300003333333CC33333333CCCCCCCCCC3
  361.         99993CCCCCCCCCC399993333333CC33333333333333C33333333}
  362.       Margin = 4
  363.       OnClick = txtCollTitleChange
  364.       OnMouseDown = cmdToolbarMouseDown
  365.     end
  366.     object rbOnBottom: TSpeedButton
  367.       Tag = 45
  368.       Left = 12
  369.       Top = 48
  370.       Width = 220
  371.       Height = 29
  372.       Hint = 
  373.         'Affects Where New Items Are Placed.  (On Bottom is good for perm' +
  374.         'anent collections, because items stay in the same position)'
  375.       GroupIndex = 1
  376.       Caption = 'At The Bottom of the Collection'
  377.       Glyph.Data = {
  378.         F6000000424DF600000000000000760000002800000010000000100000000100
  379.         0400000000008000000000000000000000000000000000000000000000000000
  380.         80000080000000808000800000008000800080800000C0C0C000808080000000
  381.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF003333333C3333
  382.         33333333333CC33333333CCCCCCCCCC399993CCCCCCCCCC399993333333CC333
  383.         33333333333C3333000033333333333300003333333333333333333333333333
  384.         0000333333333333000033333333333333333333333333330000333333333333
  385.         0000333333333333333333333333333300003333333333330000}
  386.       Margin = 4
  387.       OnClick = txtCollTitleChange
  388.       OnMouseDown = cmdToolbarMouseDown
  389.     end
  390.   end
  391.   object GroupBox1: TGroupBox
  392.     Left = 76
  393.     Top = 48
  394.     Width = 305
  395.     Height = 37
  396.     Caption = 'When this collection is active, new clips go'
  397.     TabOrder = 1
  398.     object rbAcceptNewClips: TRadioButton
  399.       Left = 8
  400.       Top = 16
  401.       Width = 149
  402.       Height = 17
  403.       HelpContext = 98
  404.       Caption = 'Into This Collection'
  405.       PopupMenu = PopMenuWhatsThis
  406.       TabOrder = 0
  407.       OnClick = txtCollTitleChange
  408.     end
  409.     object rbDontAcceptNewClips: TRadioButton
  410.       Left = 192
  411.       Top = 16
  412.       Width = 105
  413.       Height = 17
  414.       HelpContext = 98
  415.       Caption = 'Elsewhere'
  416.       PopupMenu = frmClipMate.PopMenuWhatsThis
  417.       TabOrder = 1
  418.       OnClick = txtCollTitleChange
  419.     end
  420.   end
  421.   object OpenDialog1: TOpenDialog
  422.     FileEditStyle = fsEdit
  423.     Filter = 'Bitmap files|*.BMP'
  424.     Options = [ofPathMustExist, ofFileMustExist]
  425.     Left = 256
  426.     Top = 296
  427.   end
  428.   object AdrockFormPosition1: TAdrockFormPosition
  429.     Version = '1.40b'
  430.     SectionName = 'SaveFrmCollProp'
  431.     IniFile = 'clipmt40.ini'
  432.     WriteWhenLoaded = False
  433.     SaveDefaultDetails = False
  434.     RestoreStyle = rsPositionOnly
  435.     Left = 8
  436.     Top = 344
  437.   end
  438.   object PopMenuWhatsThis: TPopupMenu
  439.     Left = 308
  440.     Top = 296
  441.     object mnuWhatsThis: TMenuItem
  442.       Caption = 'What'#39's This?'
  443.       ShortCut = 0
  444.       OnClick = mnuWhatsThisClick
  445.     end
  446.   end
  447. end
  448.