home *** CD-ROM | disk | FTP | other *** search
/ PC Open 19 / pcopen19.iso / Zipped / CALMIR21.ZIP / SOURCE.ZIP / SRC / BINPROP.DFM / BINPROP.txt
Encoding:
Text File  |  1998-02-20  |  4.4 KB  |  209 lines

  1. object BinPropDlg: TBinPropDlg
  2.   Left = 277
  3.   Top = 113
  4.   HelpContext = 50
  5.   ActiveControl = Notebook
  6.   BorderStyle = bsDialog
  7.   Caption = 'Wastepaper Bin Properties'
  8.   ClientHeight = 336
  9.   ClientWidth = 299
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = [fsBold]
  14.   PixelsPerInch = 96
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   TextHeight = 13
  18.   object OKBtn: TBitBtn
  19.     Left = 58
  20.     Top = 305
  21.     Width = 77
  22.     Height = 27
  23.     TabOrder = 1
  24.     OnClick = OKBtnClick
  25.     Kind = bkOK
  26.     Margin = 4
  27.     Style = bsNew
  28.     Spacing = -1
  29.     IsControl = True
  30.   end
  31.   object CancelBtn: TBitBtn
  32.     Left = 138
  33.     Top = 305
  34.     Width = 77
  35.     Height = 27
  36.     TabOrder = 2
  37.     Kind = bkCancel
  38.     Margin = 4
  39.     Style = bsNew
  40.     Spacing = -1
  41.     IsControl = True
  42.   end
  43.   object Notebook: TTabbedNotebook
  44.     Left = 2
  45.     Top = 0
  46.     Width = 295
  47.     Height = 302
  48.     Font.Color = clBlack
  49.     Font.Height = -11
  50.     Font.Name = 'MS Sans Serif'
  51.     Font.Style = []
  52.     TabFont.Color = clBtnText
  53.     TabFont.Height = -11
  54.     TabFont.Name = 'MS Sans Serif'
  55.     TabFont.Style = []
  56.     TabOrder = 0
  57.     object TTabPage
  58.       Left = 5
  59.       Top = 26
  60.       Caption = 'General'
  61.       object Bevel1: TBevel
  62.         Left = 9
  63.         Top = 11
  64.         Width = 267
  65.         Height = 70
  66.         Shape = bsFrame
  67.       end
  68.       object Label2: TLabel
  69.         Left = 24
  70.         Top = 28
  71.         Width = 39
  72.         Height = 13
  73.         Caption = '&Caption:'
  74.         FocusControl = CapEdit
  75.       end
  76.       object Label4: TLabel
  77.         Left = 20
  78.         Top = 6
  79.         Width = 61
  80.         Height = 13
  81.         Caption = 'Appearance:'
  82.       end
  83.       object Bevel2: TBevel
  84.         Left = 9
  85.         Top = 92
  86.         Width = 266
  87.         Height = 168
  88.         Shape = bsFrame
  89.       end
  90.       object Label3: TLabel
  91.         Left = 20
  92.         Top = 86
  93.         Width = 94
  94.         Height = 13
  95.         Caption = 'Trash management:'
  96.       end
  97.       object CapEdit: TEdit
  98.         Left = 91
  99.         Top = 25
  100.         Width = 172
  101.         Height = 20
  102.         Cursor = crIBeam
  103.         TabOrder = 0
  104.       end
  105.       object cbIcons: TCheckBox
  106.         Left = 91
  107.         Top = 54
  108.         Width = 156
  109.         Height = 17
  110.         Caption = 'Display small &icons in listbox'
  111.         TabOrder = 1
  112.       end
  113.       object rbUseBin: TRadioButton
  114.         Left = 25
  115.         Top = 108
  116.         Width = 217
  117.         Height = 17
  118.         Caption = 'Move binned files into storage directories'
  119.         Checked = True
  120.         TabOrder = 2
  121.         TabStop = True
  122.         OnClick = rbUseBinClick
  123.       end
  124.       object rbDelete: TRadioButton
  125.         Left = 26
  126.         Top = 231
  127.         Width = 229
  128.         Height = 17
  129.         Caption = 'Do not store - &delete objects when dropped'
  130.         TabOrder = 3
  131.         OnClick = rbUseBinClick
  132.       end
  133.       object TrashPanel: TPanel
  134.         Left = 44
  135.         Top = 128
  136.         Width = 224
  137.         Height = 97
  138.         BevelOuter = bvNone
  139.         TabOrder = 4
  140.         object Label1: TLabel
  141.           Left = 155
  142.           Top = 52
  143.           Width = 54
  144.           Height = 13
  145.           Caption = 'MB of trash'
  146.         end
  147.         object rbLeave: TRadioButton
  148.           Left = 14
  149.           Top = 4
  150.           Width = 204
  151.           Height = 17
  152.           Caption = 'Do not &remove any trash automatically'
  153.           Checked = True
  154.           TabOrder = 0
  155.           TabStop = True
  156.           OnClick = rbCollectClick
  157.         end
  158.         object rbEmpty: TRadioButton
  159.           Left = 14
  160.           Top = 26
  161.           Width = 185
  162.           Height = 17
  163.           Caption = 'Empty the bin when shutting down'
  164.           TabOrder = 1
  165.           OnClick = rbCollectClick
  166.         end
  167.         object rbCollect: TRadioButton
  168.           Left = 14
  169.           Top = 49
  170.           Width = 83
  171.           Height = 17
  172.           Caption = '&Keep at most'
  173.           TabOrder = 2
  174.           OnClick = rbCollectClick
  175.         end
  176.         object cbDeleteToBin: TCheckBox
  177.           Left = 14
  178.           Top = 75
  179.           Width = 206
  180.           Height = 17
  181.           Caption = 'Use bin for the Delete menu command'
  182.           TabOrder = 3
  183.         end
  184.         object SizeEdit: TSpinEdit
  185.           Left = 102
  186.           Top = 48
  187.           Width = 48
  188.           Height = 22
  189.           MaxValue = 0
  190.           MinValue = 0
  191.           TabOrder = 4
  192.           Value = 8
  193.         end
  194.       end
  195.     end
  196.   end
  197.   object HelpBtn: TBitBtn
  198.     Left = 218
  199.     Top = 305
  200.     Width = 77
  201.     Height = 27
  202.     TabOrder = 3
  203.     Kind = bkHelp
  204.     Margin = 4
  205.     Style = bsNew
  206.     Spacing = -1
  207.   end
  208. end
  209.