home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1999 September / Dpcb0999.iso / Business / Empire / _SETUP.1 / EmpireBuilder.exe / 0 / RCDATA / TFMNOMLIST / TFMNOMLIST.txt
Text File  |  1999-06-21  |  9KB  |  335 lines

  1. object fmNomList: TfmNomList
  2.   Left = 66
  3.   Top = 81
  4.   AutoScroll = False
  5.   Caption = 'Accounts List'
  6.   ClientHeight = 432
  7.   ClientWidth = 698
  8.   Font.Charset = ANSI_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   FormStyle = fsMDIChild
  14.   Position = poDefaultPosOnly
  15.   Scaled = False
  16.   Visible = True
  17.   OnActivate = FormActivate
  18.   OnClose = FormClose
  19.   OnCloseQuery = FormCloseQuery
  20.   OnCreate = FormCreate
  21.   OnDeactivate = FormDeactivate
  22.   OnShow = FormShow
  23.   PixelsPerInch = 120
  24.   TextHeight = 16
  25.   object Panel1: TPanel
  26.     Left = 0
  27.     Top = 0
  28.     Width = 698
  29.     Height = 53
  30.     Align = alTop
  31.     TabOrder = 0
  32.     object Label1: TLabel
  33.       Left = 28
  34.       Top = 4
  35.       Width = 80
  36.       Height = 16
  37.       Caption = 'Start Account'
  38.     end
  39.     object Label2: TLabel
  40.       Left = 168
  41.       Top = 4
  42.       Width = 87
  43.       Height = 16
  44.       Caption = 'Finish Account'
  45.     end
  46.     object Label4: TLabel
  47.       Left = 340
  48.       Top = 4
  49.       Width = 52
  50.       Height = 16
  51.       Caption = 'Category'
  52.     end
  53.     object rxdbcStartCust: TComboEdit
  54.       Left = 12
  55.       Top = 20
  56.       Width = 120
  57.       Height = 24
  58.       Hint = 'Press F1 for Help'
  59.       HelpContext = 285
  60.       CharCase = ecUpperCase
  61.       ClickKey = 16467
  62.       ButtonWidth = 24
  63.       MaxLength = 16
  64.       NumGlyphs = 1
  65.       ParentShowHint = False
  66.       ShowHint = True
  67.       TabOrder = 0
  68.       OnButtonClick = rxdbcStartCustButtonClick
  69.       OnEnter = rxdbcStartCustEnter
  70.       OnExit = rxdbcStartCustExit
  71.     end
  72.     object rxdbcFinCust: TComboEdit
  73.       Left = 156
  74.       Top = 20
  75.       Width = 120
  76.       Height = 24
  77.       Hint = 'Press F1 for Help'
  78.       HelpContext = 286
  79.       CharCase = ecUpperCase
  80.       ClickKey = 16467
  81.       ButtonWidth = 24
  82.       MaxLength = 16
  83.       NumGlyphs = 1
  84.       ParentShowHint = False
  85.       ShowHint = True
  86.       TabOrder = 1
  87.       OnButtonClick = rxdbcFinCustButtonClick
  88.       OnEnter = rxdbcFinCustEnter
  89.       OnExit = rxdbcFinCustExit
  90.     end
  91.     object cbCategory: TComboBox
  92.       Left = 300
  93.       Top = 20
  94.       Width = 145
  95.       Height = 24
  96.       Hint = 'Press F1 for Help'
  97.       HelpContext = 287
  98.       ItemHeight = 16
  99.       Items.Strings = (
  100.         'All Categories'
  101.         'Sales'
  102.         'Purchases'
  103.         'Bank'
  104.         'Direct Cost'
  105.         'Overhead'
  106.         'Fixed Asset'
  107.         'Current Asset'
  108.         'Liability'
  109.         'Financed By')
  110.       ParentShowHint = False
  111.       ShowHint = True
  112.       TabOrder = 2
  113.       Text = 'cbCategory'
  114.       OnChange = cbCategoryChange
  115.     end
  116.   end
  117.   object Panel2: TPanel
  118.     Left = 0
  119.     Top = 53
  120.     Width = 698
  121.     Height = 379
  122.     Align = alClient
  123.     TabOrder = 1
  124.     object SpeedBar: TSpeedBar
  125.       Left = 1
  126.       Top = 1
  127.       Width = 696
  128.       Height = 49
  129.       Font.Charset = ANSI_CHARSET
  130.       Font.Color = clWindowText
  131.       Font.Height = -13
  132.       Font.Name = 'MS Sans Serif'
  133.       Font.Style = []
  134.       Options = [sbAllowDrag, sbFlatBtns, sbTransparentBtns]
  135.       BtnOffsetHorz = 3
  136.       BtnOffsetVert = 3
  137.       BtnWidth = 70
  138.       BtnHeight = 43
  139.       TabOrder = 0
  140.       InternalVer = 1
  141.       object SpeedbarSection1: TSpeedbarSection
  142.         Caption = 'Untitled (0)'
  143.       end
  144.       object BtnZoomIn: TSpeedItem
  145.         BtnCaption = 'Zoom In'
  146.         Caption = 'Transaction zoom-in'
  147.         Hint = 'Transaction zoom-in'
  148.         Spacing = 1
  149.         Left = 3
  150.         Top = 3
  151.         Visible = True
  152.         OnClick = BtnZoomInClick
  153.         SectionName = 'Untitled (0)'
  154.       end
  155.       object BtnPrintRep: TSpeedItem
  156.         BtnCaption = 'Print'
  157.         Caption = 'Print accounts list'
  158.         Hint = 'Print accounts list'
  159.         Spacing = 1
  160.         Left = 73
  161.         Top = 3
  162.         Visible = True
  163.         OnClick = BtnPrintRepClick
  164.         SectionName = 'Untitled (0)'
  165.       end
  166.       object BtnClose: TSpeedItem
  167.         BtnCaption = '&Close'
  168.         Caption = 'Close this window'
  169.         Hint = 'Close report'
  170.         Spacing = 1
  171.         Left = 283
  172.         Top = 3
  173.         Visible = True
  174.         OnClick = BtnCloseClick
  175.         SectionName = 'Untitled (0)'
  176.       end
  177.       object BtnEmailRep: TSpeedItem
  178.         BtnCaption = 'Email'
  179.         Caption = 'Email accounts list'
  180.         Hint = 'Email accounts list|'
  181.         Spacing = 1
  182.         Left = 143
  183.         Top = 3
  184.         Visible = True
  185.         OnClick = BtnEmailRepClick
  186.         SectionName = 'Untitled (0)'
  187.       end
  188.       object btnHelp: TSpeedItem
  189.         BtnCaption = '&Help'
  190.         Caption = 'View help on this window'
  191.         Glyph.Data = {
  192.           F6000000424DF600000000000000760000002800000010000000100000000100
  193.           0400000000008000000000000000000000001000000010000000000000000000
  194.           8000008000000080800080000000800080008080000080808000C0C0C0000000
  195.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888886446888
  196.           888888888E6648888888888888E6688888888888888888888888888888446888
  197.           8888888886664888888888888E664888888888888E6664888888888888E66648
  198.           88888888888E6664888888844888E6664888886664888E66488888E666444666
  199.           4888888E6666666668888888EE6666668888888888EEEEE88888}
  200.         Hint = 'View help on this window|'
  201.         Spacing = 1
  202.         Left = 213
  203.         Top = 3
  204.         Visible = True
  205.         OnClick = btnHelpClick
  206.         SectionName = 'Untitled (0)'
  207.       end
  208.     end
  209.     object ipdbgAccList: TwwDBGrid
  210.       Left = 1
  211.       Top = 50
  212.       Width = 696
  213.       Height = 328
  214.       Selected.Strings = (
  215.         'ACREF'#9'19'#9'Account Ref.'
  216.         'NAME'#9'51'#9'Account Name'
  217.         'ACCTYPE'#9'21'#9'Account Type')
  218.       TitleColor = clBtnFace
  219.       FixedCols = 0
  220.       ShowHorzScrollBar = True
  221.       Align = alClient
  222.       DataSource = dsTrans
  223.       Options = [dgTitles, dgIndicator, dgColumnResize, dgTabs, dgConfirmDelete, dgCancelOnExit, dgWordWrap]
  224.       PopupMenu = pmRClick
  225.       TabOrder = 1
  226.       TitleAlignment = taLeftJustify
  227.       TitleFont.Charset = ANSI_CHARSET
  228.       TitleFont.Color = clWindowText
  229.       TitleFont.Height = -13
  230.       TitleFont.Name = 'Arial'
  231.       TitleFont.Style = []
  232.       TitleLines = 2
  233.       TitleButtons = True
  234.       OnCalcCellColors = ipdbgAccListCalcCellColors
  235.       OnTitleButtonClick = ipdbgAccListTitleButtonClick
  236.       OnDblClick = BtnZoomInClick
  237.       IndicatorColor = icBlack
  238.       OnTopRowChanged = ipdbgAccListTopRowChanged
  239.       OnCalcTitleImage = ipdbgAccListCalcTitleImage
  240.       TitleImageList = ImagesDM.GenralBM
  241.       FooterCellColor = clYellow
  242.     end
  243.   end
  244.   object Sizer1: TSizer
  245.     Enabled = True
  246.     ExceptionAction = eaIgnoreControl
  247.     GridColumnSizing = gcSizeAllColumns
  248.     GridRowSizing = grSizeByDefaults
  249.     MinimumSize = True
  250.     NavigateOnEnter = True
  251.     OverrideParentFont = True
  252.     PerformAssertions = True
  253.     ShowAssertionFailures = False
  254.     StretchFonts = True
  255.     StretchImages = True
  256.     StretchOnResize = True
  257.     ThreadProcessing = False
  258.     Left = 660
  259.     Top = 79
  260.     ScreenWidth = (
  261.       800)
  262.     ScreenHeight = (
  263.       600)
  264.     OriginalFormWidth = (
  265.       706)
  266.     OriginalFormHeight = (
  267.       459)
  268.     OriginalFormLeft = (
  269.       66)
  270.     OriginalFormTop = (
  271.       81)
  272.     OriginalFormPPI = (
  273.       120)
  274.     OriginalClientWidth = (
  275.       698)
  276.     OriginalClientHeight = (
  277.       432)
  278.   end
  279.   object dsTrans: TwwDataSource
  280.     DataSet = taFinancial
  281.     Left = 596
  282.     Top = 80
  283.   end
  284.   object taFinancial: TwwTable
  285.     DatabaseName = 'EmpireBuilder'
  286.     IndexName = 'ACREF'
  287.     TableName = 'Financl.DBF'
  288.     SyncSQLByRange = False
  289.     NarrowSearch = False
  290.     ValidateWithMask = True
  291.     Left = 624
  292.     Top = 80
  293.     object taFinancialACREF: TStringField
  294.       DisplayLabel = 'Account Ref.'
  295.       DisplayWidth = 19
  296.       FieldName = 'ACREF'
  297.       Size = 10
  298.     end
  299.     object taFinancialNAME: TStringField
  300.       DisplayLabel = 'Account Name'
  301.       DisplayWidth = 51
  302.       FieldName = 'NAME'
  303.       Size = 30
  304.     end
  305.     object taFinancialACCTYPE: TStringField
  306.       DisplayLabel = 'Account Type'
  307.       DisplayWidth = 21
  308.       FieldName = 'ACCTYPE'
  309.       Size = 13
  310.     end
  311.   end
  312.   object pmRClick: TRxPopupMenu
  313.     Style = msOwnerDraw
  314.     ShowCheckMarks = False
  315.     OnGetItemParams = pmRClickGetItemParams
  316.     Left = 564
  317.     Top = 69
  318.     object pmPrint: TMenuItem
  319.       Caption = 'Print'
  320.       OnClick = BtnPrintRepClick
  321.     end
  322.     object pmEmail: TMenuItem
  323.       Caption = 'Email'
  324.       OnClick = BtnEmailRepClick
  325.     end
  326.     object N4: TMenuItem
  327.       Caption = '-'
  328.     end
  329.     object pmiGridColor: TMenuItem
  330.       Caption = 'Change Grid Colour'
  331.       OnClick = pmiGridColorClick
  332.     end
  333.   end
  334. end
  335.