home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 April A / Pcwk4a98.iso / PROGRAM / DELPHI16 / Calmira / Src / SRC / BINPROP.DFM / BINPROP.txt
Text File  |  1997-02-17  |  4KB  |  182 lines

  1. object BinPropDlg: TBinPropDlg
  2.   Left = 277
  3.   Top = 114
  4.   HelpContext = 50
  5.   ActiveControl = OKBtn
  6.   BorderStyle = bsDialog
  7.   Caption = 'Wastepaper Bin Properties'
  8.   ClientHeight = 335
  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 = 304
  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 = 304
  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 = 301
  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 Label2: TLabel
  62.         Left = 14
  63.         Top = 20
  64.         Width = 39
  65.         Height = 13
  66.         Caption = '&Caption:'
  67.         FocusControl = CapEdit
  68.       end
  69.       object Bevel1: TBevel
  70.         Left = 10
  71.         Top = 208
  72.         Width = 265
  73.         Height = 53
  74.         Shape = bsFrame
  75.       end
  76.       object GroupBox1: TGroupBox
  77.         Left = 10
  78.         Top = 46
  79.         Width = 265
  80.         Height = 151
  81.         Caption = 'Trash management:'
  82.         TabOrder = 1
  83.         object Label1: TLabel
  84.           Left = 160
  85.           Top = 102
  86.           Width = 54
  87.           Height = 13
  88.           Caption = 'MB of trash'
  89.         end
  90.         object Label3: TLabel
  91.           Left = 28
  92.           Top = 124
  93.           Width = 185
  94.           Height = 13
  95.           Caption = 'by deleting excess when shutting down'
  96.         end
  97.         object rbLeave: TRadioButton
  98.           Left = 10
  99.           Top = 22
  100.           Width = 209
  101.           Height = 17
  102.           Caption = 'Do not &remove any trash automatically'
  103.           TabOrder = 0
  104.           OnClick = rbCollectClick
  105.         end
  106.         object rbDelete: TRadioButton
  107.           Left = 10
  108.           Top = 48
  109.           Width = 245
  110.           Height = 17
  111.           Caption = 'Do not store - &delete originals when dropped'
  112.           TabOrder = 1
  113.           OnClick = rbCollectClick
  114.         end
  115.         object rbClear: TRadioButton
  116.           Left = 10
  117.           Top = 74
  118.           Width = 239
  119.           Height = 17
  120.           Caption = 'Delete &all trash in the bin when shutting down'
  121.           TabOrder = 2
  122.           OnClick = rbCollectClick
  123.         end
  124.         object rbCollect: TRadioButton
  125.           Left = 10
  126.           Top = 100
  127.           Width = 83
  128.           Height = 17
  129.           Caption = '&Keep at most'
  130.           TabOrder = 3
  131.           OnClick = rbCollectClick
  132.         end
  133.         object SizeEdit: TSpinEdit
  134.           Left = 98
  135.           Top = 98
  136.           Width = 55
  137.           Height = 22
  138.           MaxValue = 0
  139.           MinValue = 0
  140.           TabOrder = 4
  141.           Value = 8
  142.         end
  143.       end
  144.       object CapEdit: TEdit
  145.         Left = 60
  146.         Top = 18
  147.         Width = 213
  148.         Height = 20
  149.         Cursor = crIBeam
  150.         TabOrder = 0
  151.       end
  152.       object cbIcons: TCheckBox
  153.         Left = 24
  154.         Top = 216
  155.         Width = 211
  156.         Height = 17
  157.         Caption = 'Display small &icons in the bin'#39's listbox'
  158.         TabOrder = 2
  159.       end
  160.       object cbDisable: TCheckBox
  161.         Left = 24
  162.         Top = 236
  163.         Width = 197
  164.         Height = 17
  165.         Caption = '&Hide and disable the wastepaper bin'
  166.         TabOrder = 3
  167.       end
  168.     end
  169.   end
  170.   object HelpBtn: TBitBtn
  171.     Left = 218
  172.     Top = 304
  173.     Width = 77
  174.     Height = 27
  175.     TabOrder = 3
  176.     Kind = bkHelp
  177.     Margin = 4
  178.     Style = bsNew
  179.     Spacing = -1
  180.   end
  181. end
  182.