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

  1. object DeskPropDlg: TDeskPropDlg
  2.   Left = 197
  3.   Top = 115
  4.   HelpContext = 51
  5.   ActiveControl = OKBtn
  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.           'Automatically resize icon windows to fit contents'
  79.           'Move and resize windows using hollow boxes'
  80.           'Save open browser windows between sessions'
  81.           'Display arrow symbols next to shortcuts'
  82.           'Animate cursor when dragging files over desktop'
  83.           'Right-click on wallpaper to popup desktop menu'
  84.           'Align attached icon windows with Explorer'
  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.         ParentFont = False
  91.         TabOrder = 1
  92.       end
  93.       object Placement: TRadioGroup
  94.         Left = 10
  95.         Top = 8
  96.         Width = 279
  97.         Height = 87
  98.         Caption = 'Place new icon windows'
  99.         Font.Color = clBlack
  100.         Font.Height = -11
  101.         Font.Name = 'MS Sans Serif'
  102.         Font.Style = []
  103.         Items.Strings = (
  104.           '&Cascaded from the previous one'
  105.           '&Randomly on the desktop'
  106.           'In the &same location the folder was last shown')
  107.         ParentFont = False
  108.         TabOrder = 0
  109.       end
  110.     end
  111.   end
  112.   object HelpBtn: TBitBtn
  113.     Left = 234
  114.     Top = 304
  115.     Width = 77
  116.     Height = 27
  117.     TabOrder = 3
  118.     Kind = bkHelp
  119.     Margin = 4
  120.     Style = bsNew
  121.     Spacing = -1
  122.   end
  123. end
  124.