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

  1. object Frmresched: TFrmresched
  2.   Left = 61
  3.   Top = 70
  4.   Width = 599
  5.   Height = 448
  6.   HelpContext = 300
  7.   Caption = 'Reschedule'
  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 = 591
  22.     Height = 340
  23.     Align = alClient
  24.     TabOrder = 0
  25.     object DBGridsched: TRxDBGrid
  26.       Left = 1
  27.       Top = 21
  28.       Width = 589
  29.       Height = 318
  30.       HelpContext = 330
  31.       Align = alClient
  32.       Color = clWhite
  33.       Columns = <
  34.         item
  35.           ButtonStyle = cbsEllipsis
  36.           FieldName = 'Pay Date'
  37.           Title.Alignment = taCenter
  38.         end
  39.         item
  40.           ButtonStyle = cbsEllipsis
  41.           FieldName = 'Due Date'
  42.           Title.Alignment = taCenter
  43.         end
  44.         item
  45.           FieldName = 'Description'
  46.           Title.Alignment = taCenter
  47.           Width = 177
  48.         end
  49.         item
  50.           FieldName = 'Bill Amount'
  51.           Font.Color = clRed
  52.           Font.Height = -11
  53.           Font.Name = 'MS Sans Serif'
  54.           Font.Style = []
  55.           Title.Alignment = taCenter
  56.           Title.Caption = 'Expense Amount'
  57.           Width = 59
  58.         end
  59.         item
  60.           FieldName = 'Pay Amount'
  61.           Font.Color = clGreen
  62.           Font.Height = -11
  63.           Font.Name = 'MS Sans Serif'
  64.           Font.Style = []
  65.           Title.Alignment = taCenter
  66.           Title.Caption = 'Income Amount'
  67.           Width = 59
  68.         end
  69.         item
  70.           FieldName = 'Frequency'
  71.           Title.Alignment = taCenter
  72.           Title.Caption = 'Repeat'
  73.           Width = 59
  74.         end
  75.         item
  76.           FieldName = 'Units'
  77.           PickList.Strings = (
  78.             'One Time'
  79.             'Days'
  80.             'Weeks'
  81.             'Half Months'
  82.             'Months'
  83.             'Years')
  84.           Title.Alignment = taCenter
  85.           Width = 74
  86.         end
  87.         item
  88.           ButtonStyle = cbsEllipsis
  89.           FieldName = 'End Date'
  90.           Title.Alignment = taCenter
  91.           Width = 61
  92.         end
  93.         item
  94.           FieldName = 'Warning Days'
  95.           Title.Alignment = taCenter
  96.           Width = 93
  97.         end
  98.         item
  99.           FieldName = 'User Field 1'
  100.           Title.Alignment = taCenter
  101.           Width = 80
  102.         end
  103.         item
  104.           FieldName = 'User Field 2'
  105.           Title.Alignment = taCenter
  106.           Width = 80
  107.         end
  108.         item
  109.           FieldName = 'User Field 3'
  110.           Title.Alignment = taCenter
  111.           Width = 80
  112.         end
  113.         item
  114.           FieldName = 'User Field 4'
  115.           Title.Alignment = taCenter
  116.           Width = 80
  117.         end>
  118.       DataSource = Dataresched
  119.       Font.Color = clBlack
  120.       Font.Height = -11
  121.       Font.Name = 'MS Sans Serif'
  122.       Font.Style = []
  123.       Options = [dgEditing, dgAlwaysShowEditor, dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgConfirmDelete]
  124.       ParentFont = False
  125.       TabOrder = 0
  126.       TitleFont.Color = clWindowText
  127.       TitleFont.Height = -11
  128.       TitleFont.Name = 'MS Sans Serif'
  129.       TitleFont.Style = [fsBold]
  130.       OnDblClick = DBGridschedDblClick
  131.       OnEditButtonClick = DBGridschedEditButtonClick
  132.       OnKeyDown = DBGridschedKeyDown
  133.       OnKeyPress = DBGridschedKeyPress
  134.       IniStorage = FormStorage1
  135.       TitleButtons = True
  136.       OnGetCellParams = DBGridschedGetCellParams
  137.       OnTitleBtnClick = DBGridschedTitleBtnClick
  138.     end
  139.     object Panel5: TPanel
  140.       Left = 1
  141.       Top = 1
  142.       Width = 589
  143.       Height = 20
  144.       HelpContext = 330
  145.       Align = alTop
  146.       BevelOuter = bvNone
  147.       BorderWidth = 1
  148.       BorderStyle = bsSingle
  149.       Caption = 'Rescheduled Income/Expense Detail Records'
  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 = 1
  159.       object RxLabel2: TRxLabel
  160.         Left = 1
  161.         Top = 1
  162.         Width = 585
  163.         Height = 16
  164.         Align = alClient
  165.         Alignment = taCenter
  166.         Caption = 'Rescheduled Income/Expense Detail Records'
  167.         Color = clBtnShadow
  168.         Font.Color = clWhite
  169.         Font.Height = -13
  170.         Font.Name = 'MS Sans Serif'
  171.         Font.Style = [fsBold]
  172.         ParentColor = False
  173.         ParentFont = False
  174.         ShadowColor = clBlack
  175.         ShadowPos = spRightBottom
  176.       end
  177.     end
  178.     object CheckBoxToolTip: TCheckBox
  179.       Left = 24
  180.       Top = 201
  181.       Width = 177
  182.       Height = 19
  183.       Caption = 'Display this tip next time.'
  184.       Font.Color = clWindowText
  185.       Font.Height = -13
  186.       Font.Name = 'MS Sans Serif'
  187.       Font.Style = []
  188.       ParentFont = False
  189.       State = cbChecked
  190.       TabOrder = 2
  191.       Visible = False
  192.     end
  193.   end
  194.   object Panel8: TPanel
  195.     Left = 0
  196.     Top = 386
  197.     Width = 591
  198.     Height = 16
  199.     Align = alBottom
  200.     BevelOuter = bvLowered
  201.     TabOrder = 1
  202.     object LabelSort: TLabel
  203.       Left = 137
  204.       Top = 1
  205.       Width = 312
  206.       Height = 14
  207.       Align = alClient
  208.       Alignment = taCenter
  209.       Caption = 'Sorted by Due Date'
  210.       Font.Color = clBtnText
  211.       Font.Height = -11
  212.       Font.Name = 'MS Sans Serif'
  213.       Font.Style = []
  214.       ParentFont = False
  215.     end
  216.     object Label6: TLabel
  217.       Left = 1
  218.       Top = 1
  219.       Width = 35
  220.       Height = 14
  221.       Align = alLeft
  222.       Caption = 'Record'
  223.       Font.Color = clBtnText
  224.       Font.Height = -11
  225.       Font.Name = 'MS Sans Serif'
  226.       Font.Style = []
  227.       ParentFont = False
  228.     end
  229.     object DBStatusLabel1: TDBStatusLabel
  230.       Left = 36
  231.       Top = 1
  232.       Width = 97
  233.       Height = 14
  234.       DataSource = Dataresched
  235.       Style = lsRecordNo
  236.       Align = alLeft
  237.       AutoSize = False
  238.       Font.Color = clBtnText
  239.       Font.Height = -11
  240.       Font.Name = 'MS Sans Serif'
  241.       Font.Style = []
  242.       ParentFont = False
  243.     end
  244.     object Bevel2: TBevel
  245.       Left = 133
  246.       Top = 1
  247.       Width = 4
  248.       Height = 14
  249.       Align = alLeft
  250.       Shape = bsLeftLine
  251.       Style = bsRaised
  252.     end
  253.     object Bevel1: TBevel
  254.       Left = 449
  255.       Top = 1
  256.       Width = 4
  257.       Height = 14
  258.       Align = alRight
  259.       Shape = bsLeftLine
  260.       Style = bsRaised
  261.     end
  262.     object Panel9: TPanel
  263.       Left = 453
  264.       Top = 1
  265.       Width = 137
  266.       Height = 14
  267.       Align = alRight
  268.       BevelOuter = bvNone
  269.       Caption = 'Panel9'
  270.       TabOrder = 0
  271.       object DBStatusLabel2: TDBStatusLabel
  272.         Left = 23
  273.         Top = 0
  274.         Width = 113
  275.         Height = 15
  276.         DataSource = Dataresched
  277.         AutoSize = False
  278.         Font.Color = clBtnText
  279.         Font.Height = -11
  280.         Font.Name = 'MS Sans Serif'
  281.         Font.Style = []
  282.         ParentFont = False
  283.       end
  284.       object Panel10: TPanel
  285.         Left = 12
  286.         Top = -1
  287.         Width = 81
  288.         Height = 17
  289.         Alignment = taRightJustify
  290.         BevelOuter = bvNone
  291.         Caption = 'Mode:'
  292.         Font.Color = clBtnText
  293.         Font.Height = -11
  294.         Font.Name = 'MS Sans Serif'
  295.         Font.Style = []
  296.         ParentFont = False
  297.         TabOrder = 0
  298.       end
  299.     end
  300.   end
  301.   object SpeedBar1: TSpeedBar
  302.     Left = 0
  303.     Top = 0
  304.     Width = 591
  305.     Height = 46
  306.     HelpContext = 320
  307.     Font.Color = clBtnText
  308.     Font.Height = -11
  309.     Font.Name = 'Arial'
  310.     Font.Style = []
  311.     BoundLines = [blTop, blBottom, blLeft, blRight]
  312.     Options = [sbFlatBtns, sbGrayedBtns]
  313.     BtnOffsetHorz = 3
  314.     BtnOffsetVert = 3
  315.     BtnWidth = 60
  316.     BtnHeight = 40
  317.     BevelOuter = bvNone
  318.     Ctl3D = True
  319.     ParentCtl3D = False
  320.     TabOrder = 2
  321.     InternalVer = 1
  322.     object SpeedbarSection1: TSpeedbarSection
  323.       Caption = 'Untitled (0)'
  324.     end
  325.     object Calculator: TSpeedItem
  326.       BtnCaption = 'Calculator'
  327.       Caption = 'Calculator'
  328.       Glyph.Data = {
  329.         78010000424D7801000000000000760000002800000020000000100000000100
  330.         04000000000000000000120B0000120B00000000000000000000000000000000
  331.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000