home *** CD-ROM | disk | FTP | other *** search
/ H4CK3R 14 / hacker14.iso / programacao / cwin / c.exe / $INSTDIR / devcpp.exe / 0 / RCDATA / TVIEWTODOFORM / TVIEWTODOFORM.txt
Encoding:
Text File  |  2003-12-15  |  3.1 KB  |  145 lines

  1. object ViewToDoForm: TViewToDoForm
  2.   Left = 192
  3.   Top = 107
  4.   Width = 565
  5.   Height = 237
  6.   BorderStyle = bsSizeToolWin
  7.   Caption = 'To-Do list'
  8.   Color = clBtnFace
  9.   Constraints.MinHeight = 136
  10.   Constraints.MinWidth = 394
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poOwnerFormCenter
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   OnDestroy = FormDestroy
  21.   OnShow = FormShow
  22.   DesignSize = (
  23.     557
  24.     210)
  25.   PixelsPerInch = 96
  26.   TextHeight = 13
  27.   object lblFilter: TLabel
  28.     Left = 8
  29.     Top = 172
  30.     Width = 25
  31.     Height = 13
  32.     Anchors = [akLeft, akBottom]
  33.     Caption = 'Filter:'
  34.   end
  35.   object lv: TListView
  36.     Left = 0
  37.     Top = 0
  38.     Width = 556
  39.     Height = 161
  40.     Anchors = [akLeft, akTop, akRight, akBottom]
  41.     Checkboxes = True
  42.     Columns = <
  43.       item
  44.         Caption = 'Done'
  45.         Width = 42
  46.       end
  47.       item
  48.         Caption = 'Pri'
  49.         Width = 32
  50.       end
  51.       item
  52.         Caption = 'Description'
  53.         Width = 224
  54.       end
  55.       item
  56.         Caption = 'Filename'
  57.         Width = 150
  58.       end
  59.       item
  60.         Caption = 'User'
  61.         Width = 90
  62.       end>
  63.     ReadOnly = True
  64.     RowSelect = True
  65.     SortType = stBoth
  66.     TabOrder = 0
  67.     ViewStyle = vsReport
  68.     OnColumnClick = lvColumnClick
  69.     OnCompare = lvCompare
  70.     OnCustomDrawItem = lvCustomDrawItem
  71.     OnCustomDrawSubItem = lvCustomDrawSubItem
  72.     OnDblClick = lvDblClick
  73.     OnMouseDown = lvMouseDown
  74.   end
  75.   object btnClose: TButton
  76.     Left = 477
  77.     Top = 176
  78.     Width = 75
  79.     Height = 25
  80.     Anchors = [akRight, akBottom]
  81.     Cancel = True
  82.     Caption = 'Close'
  83.     TabOrder = 1
  84.     OnClick = btnCloseClick
  85.   end
  86.   object chkNoDone: TCheckBox
  87.     Left = 8
  88.     Top = 192
  89.     Width = 289
  90.     Height = 13
  91.     Anchors = [akLeft, akBottom]
  92.     Caption = 'Don'#39't show items marked as done'
  93.     TabOrder = 2
  94.     OnClick = chkNoDoneClick
  95.   end
  96.   object cmbFilter: TComboBox
  97.     Left = 52
  98.     Top = 168
  99.     Width = 245
  100.     Height = 21
  101.     Style = csDropDownList
  102.     Anchors = [akLeft, akBottom]
  103.     ItemHeight = 13
  104.     TabOrder = 3
  105.     OnChange = cmbFilterChange
  106.     Items.Strings = (
  107.       'All files (in project and not)'
  108.       'Open files only (in project and not)'
  109.       'All project files'
  110.       'Open project files only'
  111.       'Non-project open files'
  112.       'Current file only')
  113.   end
  114.   object XPMenu: TXPMenu
  115.     DimLevel = 30
  116.     GrayLevel = 10
  117.     Font.Charset = ANSI_CHARSET
  118.     Font.Color = clMenuText
  119.     Font.Height = -11
  120.     Font.Name = 'Microsoft Sans Serif'
  121.     Font.Style = []
  122.     Color = clBtnFace
  123.     DrawMenuBar = False
  124.     IconBackColor = clBtnFace
  125.     MenuBarColor = clBtnFace
  126.     SelectColor = clHighlight
  127.     SelectBorderColor = clHighlight
  128.     SelectFontColor = clMenuText
  129.     DisabledColor = clInactiveCaption
  130.     SeparatorColor = clBtnFace
  131.     CheckedColor = clHighlight
  132.     IconWidth = 24
  133.     DrawSelect = True
  134.     UseSystemColors = True
  135.     UseDimColor = False
  136.     OverrideOwnerDraw = False
  137.     Gradient = False
  138.     FlatMenu = False
  139.     AutoDetect = True
  140.     Active = False
  141.     Left = 136
  142.     Top = 56
  143.   end
  144. end
  145.