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

  1. object FrmHistory: TFrmHistory
  2.   Left = 135
  3.   Top = 60
  4.   Width = 603
  5.   Height = 431
  6.   HelpContext = 400
  7.   Caption = 'History'
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Menu = MainMenu1
  13.   Position = poDefault
  14.   OnActivate = FormActivate
  15.   OnClose = FormClose
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel2: TPanel
  19.     Left = 0
  20.     Top = 46
  21.     Width = 595
  22.     Height = 323
  23.     Align = alClient
  24.     BevelInner = bvLowered
  25.     BevelOuter = bvNone
  26.     BorderWidth = 1
  27.     Caption = 'Panel2'
  28.     TabOrder = 0
  29.     object DBGridSched: TRxDBGrid
  30.       Left = 2
  31.       Top = 22
  32.       Width = 591
  33.       Height = 299
  34.       HelpContext = 430
  35.       Align = alClient
  36.       Color = clWhite
  37.       Columns = <
  38.         item
  39.           FieldName = 'Process Date'
  40.           Title.Alignment = taCenter
  41.           Width = 86
  42.         end
  43.         item
  44.           FieldName = 'Pay Date'
  45.           Title.Alignment = taCenter
  46.           Width = 67
  47.         end
  48.         item
  49.           FieldName = 'Due Date'
  50.           Title.Alignment = taCenter
  51.           Width = 65
  52.         end
  53.         item
  54.           FieldName = 'Description'
  55.           Title.Alignment = taCenter
  56.           Width = 185
  57.         end
  58.         item
  59.           FieldName = 'Bill Amount'
  60.           Font.Color = clRed
  61.           Font.Height = -11
  62.           Font.Name = 'MS Sans Serif'
  63.           Font.Style = []
  64.           Title.Alignment = taCenter
  65.           Title.Caption = 'Expense Amount'
  66.         end
  67.         item
  68.           FieldName = 'Pay Amount'
  69.           Font.Color = clGreen
  70.           Font.Height = -11
  71.           Font.Name = 'MS Sans Serif'
  72.           Font.Style = []
  73.           Title.Alignment = taCenter
  74.           Title.Caption = 'Income Amount'
  75.         end
  76.         item
  77.           FieldName = 'Frequency'
  78.           Title.Alignment = taCenter
  79.           Title.Caption = 'Repeat'
  80.         end
  81.         item
  82.           FieldName = 'Units'
  83.           Title.Alignment = taCenter
  84.         end
  85.         item
  86.           FieldName = 'End Date'
  87.           Title.Alignment = taCenter
  88.         end
  89.         item
  90.           FieldName = 'Warning Days'
  91.         end
  92.         item
  93.           FieldName = 'User Field 1'
  94.           Title.Alignment = taCenter
  95.           Width = 80
  96.         end
  97.         item
  98.           FieldName = 'User Field 2'
  99.           Title.Alignment = taCenter
  100.           Width = 80
  101.         end
  102.         item
  103.           FieldName = 'User Field 3'
  104.           Title.Alignment = taCenter
  105.           Width = 80
  106.         end
  107.         item
  108.           FieldName = 'User Field 4'
  109.           Title.Alignment = taCenter
  110.           Width = 80
  111.         end>
  112.       DataSource = DataSchedule
  113.       Font.Color = clBlack
  114.       Font.Height = -11
  115.       Font.Name = 'MS Sans Serif'
  116.       Font.Style = []
  117.       Options = [dgEditing, dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgConfirmDelete, dgCancelOnExit]
  118.       ParentFont = False
  119.       ReadOnly = True
  120.       TabOrder = 0
  121.       TitleFont.Color = clWindowText
  122.       TitleFont.Height = -11
  123.       TitleFont.Name = 'MS Sans Serif'
  124.       TitleFont.Style = [fsBold]
  125.       OnColEnter = DBGridSchedColEnter
  126.       OnDblClick = DBGridSchedDblClick
  127.       OnEditButtonClick = DBGridSchedEditButtonClick
  128.       OnKeyDown = DBGridSchedKeyDown
  129.       OnKeyPress = DBGridSchedKeyPress
  130.       IniStorage = FormStorage1
  131.       TitleButtons = True
  132.       OnTitleBtnClick = DBGridSchedTitleBtnClick
  133.       OnMouseDown = DBGridSchedMouseDown
  134.     end
  135.     object Panel4: TPanel
  136.       Left = 2
  137.       Top = 2
  138.       Width = 591
  139.       Height = 20
  140.       HelpContext = 430
  141.       Align = alTop
  142.       BevelOuter = bvNone
  143.       BorderWidth = 1
  144.       BorderStyle = bsSingle
  145.       Caption = 'Income/Expense History'
  146.       Color = clBtnShadow
  147.       Ctl3D = False
  148.       Font.Color = clBtnHighlight
  149.       Font.Height = -13
  150.       Font.Name = 'MS Sans Serif'
  151.       Font.Style = [fsBold]
  152.       ParentCtl3D = False
  153.       ParentFont = False
  154.       TabOrder = 1
  155.       object RxLabel2: TRxLabel
  156.         Left = 1
  157.         Top = 1
  158.         Width = 587
  159.         Height = 16
  160.         Align = alClient
  161.         Alignment = taCenter
  162.         Caption = 'Income/Expense History'
  163.         Color = clBtnShadow
  164.         Font.Color = clWhite
  165.         Font.Height = -13
  166.         Font.Name = 'MS Sans Serif'
  167.         Font.Style = [fsBold]
  168.         ParentColor = False
  169.         ParentFont = False
  170.         ShadowColor = clBlack
  171.         ShadowPos = spRightBottom
  172.       end
  173.     end
  174.     object CheckBoxToolTip: TCheckBox
  175.       Left = 24
  176.       Top = 201
  177.       Width = 177
  178.       Height = 19
  179.       Caption = 'Display this tip next time.'
  180.       Font.Color = clWindowText
  181.       Font.Height = -13
  182.       Font.Name = 'MS Sans Serif'
  183.       Font.Style = []
  184.       ParentFont = False
  185.       State = cbChecked
  186.       TabOrder = 2
  187.       Visible = False
  188.     end
  189.   end
  190.   object Panel1: TPanel
  191.     Left = 0
  192.     Top = 0
  193.     Width = 595
  194.     Height = 46
  195.     Align = alTop
  196.     Alignment = taLeftJustify
  197.     BevelOuter = bvNone
  198.     TabOrder = 1
  199.     object Speedbar1: TSpeedBar
  200.       Left = 0
  201.       Top = 0
  202.       Width = 595
  203.       Height = 46
  204.       HelpContext = 420
  205.       Font.Color = clBtnText
  206.       Font.Height = -11
  207.       Font.Name = 'Arial'
  208.       Font.Style = []
  209.       BoundLines = [blTop, blBottom, blLeft, blRight]
  210.       Options = [sbFlatBtns, sbGrayedBtns]
  211.       BtnOffsetHorz = 3
  212.       BtnOffsetVert = 3
  213.       BtnWidth = 57
  214.       BtnHeight = 40
  215.       BevelOuter = bvNone
  216.       TabOrder = 0
  217.       InternalVer = 1
  218.       object SpeedbarSection1: TSpeedbarSection
  219.         Caption = 'Untitled (0)'
  220.       end
  221.       object Delete1: TSpeedItem
  222.         BtnCaption = 'Delete'
  223.         Caption = 'Delete Record'
  224.         Glyph.Data = {
  225.           36010000424D3601000000000000760000002800000018000000100000000100
  226.           040000000000C0000000C40E0000C40E00000000000000000000000000000000
  227.           80000080000000808000800000008000800080800000C0C0C000808080000000
  228.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  229.           7777777777777777777998777779987777777778888998888899988888777700
  230.           00999900009800000877770BBBB999BBB98BBBBB0877770BBBBB9989997BBBBB
  231.           0877770BBBBBB99998BBBBBB0877770BBBBBB99998BBBBBB0877770BBBBBBB99
  232.           82BBBBBB0877770BBBBBBB998BBBBBBB0877770B277B999898BBB91B0877770B
  233.           722B998B99BBB33B0877770BBBB9998BB98BB99B087777000099998000980000
  234.           0777777777779977777997777777777777777777777777777777}
  235.         Hint = 'Delete Record'
  236.         Spacing = 1
  237.         Left = 3
  238.         Top = 3
  239.         Visible = True
  240.         OnClick = Delete1Click
  241.         SectionName = 'Untitled (0)'
  242.       end
  243.       object ViewRptButton: TSpeedItem
  244.         BtnCaption = 'Report'
  245.         Caption = 'View Report'
  246.         Glyph.Data = {
  247.           42010000424D4201000000000000760000002800000018000000110000000100
  248.           040000000000CC000000C40E0000C40E00000000000000000000000000000000
  249.           80000080000000808000800000008000800080800000C0C0C000808080000000
  250.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777770000000
  251.           000000077700777770FFFFFFFFFFFF077700777770FEEEEEEE00000000077777
  252.           70FFFFFFFF0077000077777770FEEEEEE07777000077777770FFFFFFF0777F00
  253.           0077777770FEEEEEE0F777077077777770FFFFFFF0EF77077077777770FEEEEE
  254.           E0EFF7000077777770FFFFFFF07EEF000077777770FEEEEEEE00770007777777
  255.           70FFFFFFFFFFFF077777777770FEEEEEEE0000077777777770FFFFFFFF077777
  256.           7777777770FEEEEEEE0770777777777770FFFFFFFF0077777777777770000000
  257.           000777777777}
  258.         Hint = 'View Report|'
  259.         Spacing = 1
  260.         Left = 60
  261.         Top = 3
  262.         Visible = True
  263.         OnClick = ViewRptButtonClick
  264.         SectionName = 'Untitled (0)'
  265.       end
  266.       object Export: TSpeedItem
  267.         BtnCaption = 'Export'
  268.         Caption = 'Export History Records'
  269.         Glyph.Data = {
  270.           76010000424D7601000000000000760000002800000020000000100000000100
  271.           04000000000000010000130B0000130B00000000000000000000000000000000
  272.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  273.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333303
  274.           333333333333337FF3333333333333903333333333333377FF33333333333399
  275.           03333FFFFFFFFF