home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD 45 / SuperCD45.iso / talleres / delphi / td.dfm / td.txt
Text File  |  1999-11-30  |  8KB  |  346 lines

  1. object ToDoForm: TToDoForm
  2.   Left = 196
  3.   Top = 108
  4.   Width = 774
  5.   Height = 606
  6.   ActiveControl = Panel1
  7.   Caption = 'Things To Do '
  8.   ParentFont = True
  9.   Position = poScreenCenter
  10.   OnCreate = FormCreate
  11.   PixelsPerInch = 96
  12.   TextHeight = 13
  13.   object Panel1: TPanel
  14.     Left = 0
  15.     Top = 0
  16.     Width = 766
  17.     Height = 41
  18.     Align = alTop
  19.     TabOrder = 0
  20.     object DBNavigator: TDBNavigator
  21.       Left = 8
  22.       Top = 8
  23.       Width = 240
  24.       Height = 25
  25.       DataSource = DataSource1
  26.       Ctl3D = False
  27.       ParentCtl3D = False
  28.       ParentShowHint = False
  29.       ShowHint = True
  30.       TabOrder = 0
  31.     end
  32.   end
  33.   object Panel2: TPanel
  34.     Left = 0
  35.     Top = 41
  36.     Width = 766
  37.     Height = 538
  38.     Align = alClient
  39.     BevelInner = bvLowered
  40.     BorderWidth = 4
  41.     Caption = 'Panel2'
  42.     TabOrder = 1
  43.     object ScrollBox: TScrollBox
  44.       Left = 6
  45.       Top = 6
  46.       Width = 754
  47.       Height = 526
  48.       HorzScrollBar.Margin = 6
  49.       HorzScrollBar.Range = 380
  50.       VertScrollBar.Margin = 6
  51.       VertScrollBar.Range = 269
  52.       Align = alClient
  53.       AutoScroll = False
  54.       BorderStyle = bsNone
  55.       TabOrder = 0
  56.       object Label1: TLabel
  57.         Left = 6
  58.         Top = 6
  59.         Width = 74
  60.         Height = 13
  61.         Alignment = taRightJustify
  62.         AutoSize = False
  63.         Caption = 'Item Number'
  64.         FocusControl = EditItemNumber
  65.       end
  66.       object Label2: TLabel
  67.         Left = 6
  68.         Top = 27
  69.         Width = 74
  70.         Height = 13
  71.         Alignment = taRightJustify
  72.         AutoSize = False
  73.         Caption = 'Item'
  74.         FocusControl = EditItem
  75.       end
  76.       object Label4: TLabel
  77.         Left = 6
  78.         Top = 48
  79.         Width = 74
  80.         Height = 13
  81.         Alignment = taRightJustify
  82.         AutoSize = False
  83.         Caption = 'Type'
  84.       end
  85.       object Label5: TLabel
  86.         Left = 6
  87.         Top = 69
  88.         Width = 74
  89.         Height = 13
  90.         Alignment = taRightJustify
  91.         AutoSize = False
  92.         Caption = 'Date entered'
  93.       end
  94.       object Label6: TLabel
  95.         Left = 6
  96.         Top = 93
  97.         Width = 74
  98.         Height = 13
  99.         Alignment = taRightJustify
  100.         AutoSize = False
  101.         Caption = 'Date due'
  102.       end
  103.       object Label7: TLabel
  104.         Left = 6
  105.         Top = 114
  106.         Width = 74
  107.         Height = 13
  108.         Alignment = taRightJustify
  109.         AutoSize = False
  110.         Caption = 'Done'
  111.         FocusControl = CheckBoxDone
  112.       end
  113.       object Label8: TLabel
  114.         Left = 374
  115.         Top = 6
  116.         Width = 74
  117.         Height = 13
  118.         Alignment = taRightJustify
  119.         AutoSize = False
  120.         Caption = 'Notes'
  121.       end
  122.       object EditItemNumber: TDBEdit
  123.         Left = 86
  124.         Top = 6
  125.         Width = 55
  126.         Height = 21
  127.         DataField = 'Item Number'
  128.         DataSource = DataSource1
  129.         ReadOnly = True
  130.         TabOrder = 0
  131.       end
  132.       object EditItem: TDBEdit
  133.         Left = 86
  134.         Top = 27
  135.         Width = 288
  136.         Height = 21
  137.         DataField = 'Item'
  138.         DataSource = DataSource1
  139.         TabOrder = 1
  140.       end
  141.       object CheckBoxDone: TDBCheckBox
  142.         Left = 86
  143.         Top = 114
  144.         Width = 97
  145.         Height = 17
  146.         DataField = 'Done'
  147.         DataSource = DataSource1
  148.         TabOrder = 2
  149.         ValueChecked = 'Done'
  150.         ValueUnchecked = 'Pending'
  151.       end
  152.       object DBRichEdit1: TDBRichEdit
  153.         Left = 456
  154.         Top = 8
  155.         Width = 257
  156.         Height = 241
  157.         DataField = 'Notes'
  158.         DataSource = DataSource1
  159.         TabOrder = 3
  160.         OnKeyUp = DBRichEdit1KeyUp
  161.       end
  162.       object DTPDateEntered: TDateTimePicker
  163.         Left = 86
  164.         Top = 69
  165.         Width = 186
  166.         Height = 21
  167.         CalAlignment = dtaLeft
  168.         Date = 36486.585789814800000000
  169.         Time = 36486.585789814800000000
  170.         DateFormat = dfLong
  171.         DateMode = dmComboBox
  172.         Kind = dtkDate
  173.         ParseInput = False
  174.         OnChange = DTPDateEnteredChange
  175.       end
  176.       object DBRadioGroup1: TDBRadioGroup
  177.         Left = 88
  178.         Top = 144
  179.         Width = 185
  180.         Height = 105
  181.         Caption = 'Priority (set via values property)'
  182.         DataField = 'Priority'
  183.         DataSource = DataSource1
  184.         Items.Strings = (
  185.           'High'
  186.           'Medium'
  187.           'Low')
  188.         TabOrder = 5
  189.         Values.Strings = (
  190.           '1'
  191.           '2'
  192.           '3')
  193.       end
  194.       object DBComboBox1: TDBComboBox
  195.         Left = 86
  196.         Top = 48
  197.         Width = 145
  198.         Height = 21
  199.         DataField = 'Type'
  200.         DataSource = DataSource1
  201.         ItemHeight = 13
  202.         Items.Strings = (
  203.           'Personal'
  204.           'Business'
  205.           'Financial'
  206.           'Instructions')
  207.         TabOrder = 6
  208.       end
  209.       object DBGrid1: TDBGrid
  210.         Left = 88
  211.         Top = 264
  212.         Width = 633
  213.         Height = 201
  214.         DataSource = DataSource1
  215.         TabOrder = 7
  216.         TitleFont.Charset = DEFAULT_CHARSET
  217.         TitleFont.Color = clWindowText
  218.         TitleFont.Height = -11
  219.         TitleFont.Name = 'MS Sans Serif'
  220.         TitleFont.Style = []
  221.         Columns = <
  222.           item
  223.             FieldName = 'Item'
  224.             Width = 300
  225.           end
  226.           item
  227.             FieldName = 'Priority'
  228.             PickList.Strings = (
  229.               '1'
  230.               '2'
  231.               '3')
  232.             Width = 50
  233.           end
  234.           item
  235.             FieldName = 'Type'
  236.             Width = 80
  237.           end
  238.           item
  239.             FieldName = 'Date entered'
  240.           end
  241.           item
  242.             FieldName = 'Date due'
  243.             Width = 66
  244.           end
  245.           item
  246.             FieldName = 'Done'
  247.             PickList.Strings = (
  248.               'Done'
  249.               'Pending')
  250.           end>
  251.       end
  252.       object DTPDatedue: TDateTimePicker
  253.         Left = 86
  254.         Top = 93
  255.         Width = 186
  256.         Height = 21
  257.         CalAlignment = dtaLeft
  258.         Date = 36490.770359259260000000
  259.         Time = 36490.770359259260000000
  260.         DateFormat = dfLong
  261.         DateMode = dmComboBox
  262.         Kind = dtkDate
  263.         ParseInput = False
  264.         OnChange = DTPDatedueChange
  265.       end
  266.       object GroupBox1: TGroupBox
  267.         Left = 88
  268.         Top = 472
  269.         Width = 633
  270.         Height = 49
  271.         Caption = ' Sort By... '
  272.         TabOrder = 9
  273.         object ItemBtn: TButton
  274.           Left = 64
  275.           Top = 16
  276.           Width = 113
  277.           Height = 25
  278.           Caption = 'Item Name'
  279.           TabOrder = 0
  280.           OnClick = ItemBtnClick
  281.         end
  282.         object DoneBtn: TButton
  283.           Left = 496
  284.           Top = 16
  285.           Width = 113
  286.           Height = 25
  287.           Caption = 'Outstanding Items'
  288.           TabOrder = 1
  289.           OnClick = DoneBtnClick
  290.         end
  291.         object PriorityBtn: TButton
  292.           Left = 280
  293.           Top = 16
  294.           Width = 113
  295.           Height = 25
  296.           Caption = 'Priority'
  297.           TabOrder = 2
  298.           OnClick = PriorityBtnClick
  299.         end
  300.       end
  301.     end
  302.   end
  303.   object DataSource1: TDataSource
  304.     DataSet = Table1
  305.     Left = 287
  306.     Top = 5
  307.   end
  308.   object Table1: TTable
  309.     AfterInsert = Table1AfterInsert
  310.     AfterScroll = Table1AfterScroll
  311.     TableName = 'TodoDB1.db'
  312.     Left = 259
  313.     Top = 5
  314.     object Table1ItemNumber: TAutoIncField
  315.       FieldName = 'Item Number'
  316.     end
  317.     object Table1Item: TStringField
  318.       FieldName = 'Item'
  319.       Size = 100
  320.     end
  321.     object Table1Priority: TSmallintField
  322.       FieldName = 'Priority'
  323.       MaxValue = 3
  324.       MinValue = 1
  325.     end
  326.     object Table1Type: TStringField
  327.       FieldName = 'Type'
  328.       Size = 30
  329.     end
  330.     object Table1Dateentered: TDateField
  331.       FieldName = 'Date entered'
  332.     end
  333.     object Table1Datedue: TDateField
  334.       FieldName = 'Date due'
  335.     end
  336.     object Table1Done: TBooleanField
  337.       FieldName = 'Done'
  338.     end
  339.     object Table1Notes: TBlobField
  340.       FieldName = 'Notes'
  341.       BlobType = ftFmtMemo
  342.       Size = 240
  343.     end
  344.   end
  345. end
  346.