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

  1. object DeskPropDlg: TDeskPropDlg
  2.   Left = 197
  3.   Top = 115
  4.   HelpContext = 51
  5.   ActiveControl = Notebook
  6.   BorderStyle = bsDialog
  7.   Caption = 'Desktop Properties'
  8.   ClientHeight = 335
  9.   ClientWidth = 317
  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 = 74
  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 = 154
  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 = 4
  45.     Top = 0
  46.     Width = 309
  47.     Height = 301
  48.     TabFont.Color = clBtnText
  49.     TabFont.Height = -11
  50.     TabFont.Name = 'MS Sans Serif'
  51.     TabFont.Style = []
  52.     TabOrder = 0
  53.     object TTabPage
  54.       Left = 5
  55.       Top = 26
  56.       Caption = 'General'
  57.       object Label1: TLabel
  58.         Left = 10
  59.         Top = 100
  60.         Width = 69
  61.         Height = 13
  62.         Caption = '&Preferences'
  63.         FocusControl = CheckList
  64.       end
  65.       object CheckList: TCheckList
  66.         Left = 10
  67.         Top = 116
  68.         Width = 279
  69.         Height = 142
  70.         Color = clBtnFace
  71.         Font.Color = clBlack
  72.         Font.Height = -11
  73.         Font.Name = 'MS Sans Serif'
  74.         Font.Style = []
  75.         IntegralHeight = True
  76.         ItemHeight = 20
  77.         Items.Strings = (
  78.           'Use a single section status bar for icon windows'
  79.           'Save open browser windows between sessions'
  80.           'Display arrow symbols next to shortcuts'
  81.           'Animate cursor when dragging files over desktop'
  82.           'Right-click on wallpaper to popup desktop menu'
  83.           'Close file pane when Explorer tree is closed'
  84.           'Open Explorer tree using the last folder explored'
  85.           'Ask for confirmation before deleting a shortcut'
  86.           'Only move shortcuts when caption is dragged'
  87.           'Activate shortcuts after a single mouse click'
  88.           'Browse through folders in the same icon window'
  89.           'Right click on minimize/maximize box to close'
  90.           'Close the Run dialog after launching a program'
  91.           'Treat Calmira windows as separate task windows')
  92.         ParentFont = False
  93.         TabOrder = 1
  94.       end
  95.       object Placement: TRadioGroup
  96.         Left = 10
  97.         Top = 8
  98.         Width = 279
  99.         Height = 87
  100.         Caption = 'Place new icon windows'
  101.         Font.Color = clBlack
  102.         Font.Height = -11
  103.         Font.Name = 'MS Sans Serif'
  104.         Font.Style = []
  105.         Items.Strings = (
  106.           '&Cascaded from the previous one'
  107.           '&Randomly on the desktop'
  108.           'In the &same location the folder was last shown')
  109.         ParentFont = False
  110.         TabOrder = 0
  111.       end
  112.     end
  113.   end
  114.   object HelpBtn: TBitBtn
  115.     Left = 234
  116.     Top = 304
  117.     Width = 77
  118.     Height = 27
  119.     TabOrder = 3
  120.     Kind = bkHelp
  121.     Margin = 4
  122.     Style = bsNew
  123.     Spacing = -1
  124.   end
  125. end
  126.