home *** CD-ROM | disk | FTP | other *** search
/ Best Sellers 33: Professional Win95/98 / CD_1.iso / HOME / NcomeXpense / _SETUP.1 / NX.exe / 0 / RCDATA / TFRMREMINDER / TFRMREMINDER.txt
Text File  |  1998-10-21  |  8KB  |  319 lines

  1. object frmReminder: TfrmReminder
  2.   Left = 226
  3.   Top = 127
  4.   Width = 455
  5.   Height = 372
  6.   HelpContext = 1
  7.   Caption = 'Overdue Items!'
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnActivate = FormActivate
  14.   OnClose = FormClose
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object DBGridSched: TRxDBGrid
  18.     Left = 0
  19.     Top = 19
  20.     Width = 447
  21.     Height = 296
  22.     Align = alClient
  23.     Color = clBtnHighlight
  24.     Columns = <
  25.       item
  26.         ButtonStyle = cbsEllipsis
  27.         FieldName = 'Pay Date'
  28.         PickList.Strings = (
  29.           '')
  30.         Title.Alignment = taCenter
  31.       end
  32.       item
  33.         ButtonStyle = cbsEllipsis
  34.         FieldName = 'Due Date'
  35.         Title.Alignment = taCenter
  36.       end
  37.       item
  38.         FieldName = 'Description'
  39.         Title.Alignment = taCenter
  40.         Width = 181
  41.       end
  42.       item
  43.         FieldName = 'Bill Amount'
  44.         Font.Color = clMaroon
  45.         Font.Height = -11
  46.         Font.Name = 'MS Sans Serif'
  47.         Font.Style = []
  48.         Title.Alignment = taCenter
  49.         Title.Caption = 'Expense Amount'
  50.         Width = 61
  51.       end
  52.       item
  53.         FieldName = 'Pay Amount'
  54.         Font.Color = clGreen
  55.         Font.Height = -11
  56.         Font.Name = 'MS Sans Serif'
  57.         Font.Style = []
  58.         Title.Alignment = taCenter
  59.         Title.Caption = 'Income Amount'
  60.         Width = 62
  61.       end
  62.       item
  63.         FieldName = 'Frequency'
  64.         Title.Alignment = taCenter
  65.         Title.Caption = 'Repeat'
  66.         Width = 68
  67.       end
  68.       item
  69.         FieldName = 'Units'
  70.         PickList.Strings = (
  71.           'One Time'
  72.           'Days'
  73.           'Weeks'
  74.           'Half Months'
  75.           'Months'
  76.           'Years')
  77.         Title.Alignment = taCenter
  78.         Width = 79
  79.       end
  80.       item
  81.         FieldName = 'End Date'
  82.         Title.Alignment = taCenter
  83.       end
  84.       item
  85.         FieldName = 'Warning Days'
  86.         Title.Alignment = taCenter
  87.       end
  88.       item
  89.         FieldName = 'User Field 1'
  90.         Title.Alignment = taCenter
  91.         Width = 80
  92.       end
  93.       item
  94.         FieldName = 'User Field 2'
  95.         Title.Alignment = taCenter
  96.         Width = 80
  97.       end
  98.       item
  99.         FieldName = 'User Field 3'
  100.         Title.Alignment = taCenter
  101.         Width = 80
  102.       end
  103.       item
  104.         FieldName = 'User Field 4'
  105.         Title.Alignment = taCenter
  106.         Width = 80
  107.       end>
  108.     DataSource = DataSchedule
  109.     Font.Color = clBlack
  110.     Font.Height = -11
  111.     Font.Name = 'MS Sans Serif'
  112.     Font.Style = []
  113.     Options = [dgTitles, dgColumnResize, dgTabs, dgAlwaysShowSelection, dgConfirmDelete]
  114.     ParentFont = False
  115.     ParentShowHint = False
  116.     ShowHint = False
  117.     TabOrder = 0
  118.     TitleFont.Color = clWindowText
  119.     TitleFont.Height = -11
  120.     TitleFont.Name = 'MS Sans Serif'
  121.     TitleFont.Style = [fsBold]
  122.     TitleButtons = True
  123.     OnGetCellParams = DBGridSchedGetCellParams
  124.   end
  125.   object Panel1: TPanel
  126.     Left = 0
  127.     Top = 0
  128.     Width = 447
  129.     Height = 19
  130.     Align = alTop
  131.     Alignment = taLeftJustify
  132.     BevelOuter = bvNone
  133.     Font.Color = clRed
  134.     Font.Height = -13
  135.     Font.Name = 'MS Sans Serif'
  136.     Font.Style = [fsBold]
  137.     ParentFont = False
  138.     TabOrder = 1
  139.     object Panel3: TPanel
  140.       Left = 0
  141.       Top = 0
  142.       Width = 447
  143.       Height = 25
  144.       Align = alTop
  145.       Alignment = taLeftJustify
  146.       BevelOuter = bvNone
  147.       BorderWidth = 1
  148.       BorderStyle = bsSingle
  149.       Caption = 'The following items are overdue:'
  150.       Color = clBtnShadow
  151.       Ctl3D = False
  152.       Font.Color = clBtnHighlight
  153.       Font.Height = -13
  154.       Font.Name = 'MS Sans Serif'
  155.       Font.Style = [fsBold]
  156.       ParentCtl3D = False
  157.       ParentFont = False
  158.       TabOrder = 0
  159.       object RxLabel2: TRxLabel
  160.         Left = 1
  161.         Top = 1
  162.         Width = 443
  163.         Height = 21
  164.         Align = alClient
  165.         Caption = 'These items are overdue!'
  166.         Color = clBtnShadow
  167.         Font.Color = clWhite
  168.         Font.Height = -13
  169.         Font.Name = 'MS Sans Serif'
  170.         Font.Style = [fsBold]
  171.         ParentColor = False
  172.         ParentFont = False
  173.         ShadowColor = clBlack
  174.         ShadowPos = spRightBottom
  175.       end
  176.     end
  177.   end
  178.   object Panel5: TPanel
  179.     Left = 0
  180.     Top = 315
  181.     Width = 447
  182.     Height = 30
  183.     Align = alBottom
  184.     BevelOuter = bvNone
  185.     TabOrder = 2
  186.     object Panel4: TPanel
  187.       Left = 357
  188.       Top = 0
  189.       Width = 90
  190.       Height = 30
  191.       Align = alRight
  192.       BevelOuter = bvNone
  193.       Caption = 'Panel4'
  194.       ParentColor = True
  195.       TabOrder = 0
  196.       object ButtonOK: TBitBtn
  197.         Left = 1
  198.         Top = 1
  199.         Width = 89
  200.         Height = 29
  201.         Caption = 'Continue'
  202.         Font.Color = clBtnText
  203.         Font.Height = -11
  204.         Font.Name = 'MS Sans Serif'
  205.         Font.Style = []
  206.         ParentFont = False
  207.         TabOrder = 0
  208.         OnClick = ButtonOKClick
  209.         Kind = bkOK
  210.       end
  211.     end
  212.     object Panel2: TPanel
  213.       Left = 0
  214.       Top = 0
  215.       Width = 357
  216.       Height = 30
  217.       Align = alClient
  218.       BevelOuter = bvNone
  219.       TabOrder = 1
  220.       object CheckBoxDisplayReminder: TCheckBox
  221.         Left = 0
  222.         Top = 0
  223.         Width = 281
  224.         Height = 33
  225.         Caption = 'Display overdue items when program starts'
  226.         Font.Color = clBtnText
  227.         Font.Height = -13
  228.         Font.Name = 'MS Sans Serif'
  229.         Font.Style = []
  230.         ParentFont = False
  231.         State = cbChecked
  232.         TabOrder = 0
  233.       end
  234.     end
  235.   end
  236.   object DataSchedule: TDataSource
  237.     DataSet = TableResched
  238.     Left = 279
  239.     Top = 25
  240.   end
  241.   object TableResched: TTable
  242.     AutoCalcFields = False
  243.     IndexFieldNames = 'Due Date;Description'
  244.     TableName = 'resched.DB'
  245.     Left = 316
  246.     Top = 20
  247.     object DateField1: TDateField
  248.       FieldName = 'Pay Date'
  249.     end
  250.     object DateField2: TDateField
  251.       FieldName = 'Due Date'
  252.     end
  253.     object StringField1: TStringField
  254.       FieldName = 'Description'
  255.       Required = True
  256.       Size = 50
  257.     end
  258.     object CurrencyField1: TCurrencyField
  259.       FieldName = 'Bill Amount'
  260.     end
  261.     object CurrencyField2: TCurrencyField
  262.       FieldName = 'Pay Amount'
  263.     end
  264.     object SmallintField1: TSmallintField
  265.       FieldName = 'Frequency'
  266.       Required = True
  267.       DisplayFormat = #39'Every '#39'#,###;;'#39#39
  268.       EditFormat = '####'
  269.     end
  270.     object SmallintField2: TSmallintField
  271.       FieldName = 'Warning Days'
  272.     end
  273.     object StringField2: TStringField
  274.       FieldName = 'Units'
  275.       Size = 15
  276.     end
  277.     object StringField3: TStringField
  278.       FieldName = 'User Field 1'
  279.       Size = 50
  280.     end
  281.     object StringField4: TStringField
  282.       FieldName = 'User Field 2'
  283.       Size = 50
  284.     end
  285.     object StringField5: TStringField
  286.       FieldName = 'User Field 3'
  287.       Size = 50
  288.     end
  289.     object StringField6: TStringField
  290.       FieldName = 'User Field 4'
  291.       Size = 50
  292.     end
  293.     object TableReschedPrimaryKey: TAutoIncField
  294.       FieldName = 'PrimaryKey'
  295.     end
  296.     object TableReschedProcessDate: TDateField
  297.       FieldName = 'Process Date'
  298.     end
  299.     object TableReschedEndDate: TDateField
  300.       FieldName = 'End Date'
  301.     end
  302.     object TableReschedPayNow: TStringField
  303.       FieldName = 'PayNow'
  304.       Size = 1
  305.     end
  306.   end
  307.   object RxGradientCaption1: TRxGradientCaption
  308.     Captions = <>
  309.     DefaultFont = False
  310.     FormCaption = 'Overdue Items!'
  311.     Font.Color = clWindow
  312.     Font.Height = -13
  313.     Font.Name = 'MS Sans Serif'
  314.     Font.Style = [fsBold]
  315.     Left = 233
  316.     Top = 25
  317.   end
  318. end
  319.