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

  1. object TaskPropDlg: TTaskPropDlg
  2.   Left = 263
  3.   Top = 115
  4.   HelpContext = 59
  5.   ActiveControl = OKBtn
  6.   BorderStyle = bsDialog
  7.   Caption = 'Taskbar Properties'
  8.   ClientHeight = 304
  9.   ClientWidth = 316
  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 = 272
  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 = 272
  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 = 311
  47.     Height = 269
  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 = 'Preferences'
  61.       object CheckList: TCheckList
  62.         Left = 10
  63.         Top = 12
  64.         Width = 281
  65.         Height = 202
  66.         Color = clBtnFace
  67.         IntegralHeight = True
  68.         ItemHeight = 20
  69.         Items.Strings = (
  70.           'Keep the taskbar on screen all the time'
  71.           'Depress the button of the current/active task'
  72.           'Fit maximized windows to space above taskbar'
  73.           'Show clock in 24 hour format'
  74.           'Popup resources over the clock'
  75.           'Popup full date over the clock'
  76.           'Animate the taskbar when popping up'
  77.           'Display full window captions as button hints'
  78.           'Move minimized window icons above the bar'
  79.           'Hide the icons of minimized applications'
  80.           'Show buttons for icon windows'
  81.           'Show button for Explorer window'
  82.           'Show full MS-DOS path on icon window buttons'
  83.           'Use icons from start menu and shortcuts/aliases'
  84.           'Display document filename before program name'
  85.           'Change document name to lower case text')
  86.         TabOrder = 0
  87.       end
  88.     end
  89.     object TTabPage
  90.       Left = 5
  91.       Top = 26
  92.       Caption = 'Advanced'
  93.       object Bevel1: TBevel
  94.         Left = 12
  95.         Top = 184
  96.         Width = 279
  97.         Height = 41
  98.         Shape = bsFrame
  99.       end
  100.       object Label1: TLabel
  101.         Left = 10
  102.         Top = 12
  103.         Width = 61
  104.         Height = 13
  105.         Caption = '&Exclusions'
  106.         FocusControl = ExcludeList
  107.         Font.Color = clBlack
  108.         Font.Height = -11
  109.         Font.Name = 'MS Sans Serif'
  110.         Font.Style = [fsBold]
  111.         ParentFont = False
  112.       end
  113.       object AddBtn: TStyleSpeed
  114.         Left = 146
  115.         Top = 146
  116.         Width = 71
  117.         Height = 23
  118.         Caption = '&Add'
  119.         OnClick = AddBtnClick
  120.         Style = sbBitBtn
  121.       end
  122.       object RemoveBtn: TStyleSpeed
  123.         Left = 220
  124.         Top = 146
  125.         Width = 71
  126.         Height = 23
  127.         Caption = '&Remove'
  128.         OnClick = RemoveBtnClick
  129.         Style = sbBitBtn
  130.       end
  131.       object Label2: TLabel
  132.         Left = 24
  133.         Top = 198
  134.         Width = 123
  135.         Height = 13
  136.         Caption = 'Re&fresh interval (seconds)'
  137.         FocusControl = RefreshEdit
  138.       end
  139.       object ExcludeList: TListBox
  140.         Left = 10
  141.         Top = 46
  142.         Width = 281
  143.         Height = 93
  144.         ItemHeight = 16
  145.         Style = lbOwnerDrawFixed
  146.         TabOrder = 0
  147.         OnDrawItem = ExcludeListDrawItem
  148.       end
  149.       object Header: THeader
  150.         Left = 10
  151.         Top = 28
  152.         Width = 281
  153.         Height = 19
  154.         Sections.Sections = (
  155.           #0'141'#0'Module name'
  156.           #0'62'#0'Class name')
  157.         TabOrder = 1
  158.       end
  159.       object RefreshEdit: TSpinEdit
  160.         Left = 162
  161.         Top = 194
  162.         Width = 79
  163.         Height = 22
  164.         MaxValue = 60
  165.         MinValue = 1
  166.         TabOrder = 2
  167.         Value = 5
  168.       end
  169.     end
  170.   end
  171.   object HelpBtn: TBitBtn
  172.     Left = 234
  173.     Top = 272
  174.     Width = 77
  175.     Height = 27
  176.     TabOrder = 3
  177.     Kind = bkHelp
  178.     Margin = 4
  179.     Style = bsNew
  180.     Spacing = -1
  181.   end
  182. end
  183.