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

  1. object fmZoomForm: TfmZoomForm
  2.   Left = 54
  3.   Top = 148
  4.   Width = 704
  5.   Height = 361
  6.   HelpContext = 350
  7.   Font.Charset = ANSI_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'Arial'
  11.   Font.Style = []
  12.   Scaled = False
  13.   OnCreate = FormCreate
  14.   OnHide = FormHide
  15.   PixelsPerInch = 120
  16.   TextHeight = 16
  17.   object DBGZoomGrid: TwwDBGrid
  18.     Left = 0
  19.     Top = 0
  20.     Width = 696
  21.     Height = 289
  22.     Selected.Strings = (
  23.       'LTRANSTYPE'#9'25'#9'Transaction Type'
  24.       'TRANSDATE'#9'10'#9'Date'
  25.       'INVREF'#9'10'#9'Reference'
  26.       'DETAILS'#9'30'#9'Details'
  27.       'NETVALUE'#9'10'#9'Net Value'
  28.       'VATVALUE'#9'10'#9'VAT Value'
  29.       'RECONCILE'#9'5'#9'Rec')
  30.     TitleColor = clBtnFace
  31.     FixedCols = 0
  32.     ShowHorzScrollBar = True
  33.     EditControlOptions = [ecoCheckboxSingleClick, ecoSearchOwnerForm]
  34.     Align = alClient
  35.     Color = clWhite
  36.     DataSource = fmVATZoom.dsVATTrans
  37.     KeyOptions = [dgEnterToTab]
  38.     Options = [dgTitles, dgIndicator, dgColumnResize, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit, dgWordWrap, dgMultiSelect]
  39.     PopupMenu = pmRClick
  40.     TabOrder = 0
  41.     TitleAlignment = taLeftJustify
  42.     TitleFont.Charset = ANSI_CHARSET
  43.     TitleFont.Color = clWindowText
  44.     TitleFont.Height = -13
  45.     TitleFont.Name = 'Arial'
  46.     TitleFont.Style = []
  47.     TitleLines = 1
  48.     TitleButtons = True
  49.     OnCalcCellColors = DBGZoomGridCalcCellColors
  50.     IndicatorColor = icBlack
  51.     OnTopRowChanged = DBGZoomGridTopRowChanged
  52.   end
  53.   object PZoom: TPanel
  54.     Left = 0
  55.     Top = 289
  56.     Width = 696
  57.     Height = 45
  58.     Align = alBottom
  59.     BevelInner = bvRaised
  60.     BevelOuter = bvLowered
  61.     TabOrder = 1
  62.     object Label2: TLabel
  63.       Left = 552
  64.       Top = 12
  65.       Width = 4
  66.       Height = 16
  67.     end
  68.     object BtnZoom1: TButton
  69.       Left = 8
  70.       Top = 8
  71.       Width = 75
  72.       Height = 30
  73.       Caption = 'BtnZoom1'
  74.       ParentShowHint = False
  75.       ShowHint = True
  76.       TabOrder = 0
  77.     end
  78.     object BtnZoom2: TButton
  79.       Left = 94
  80.       Top = 8
  81.       Width = 75
  82.       Height = 30
  83.       Caption = 'BtnZoom2'
  84.       ParentShowHint = False
  85.       ShowHint = True
  86.       TabOrder = 1
  87.     end
  88.     object BtnZoom3: TButton
  89.       Left = 180
  90.       Top = 8
  91.       Width = 75
  92.       Height = 30
  93.       Caption = 'BtnZoom3'
  94.       ParentShowHint = False
  95.       ShowHint = True
  96.       TabOrder = 2
  97.     end
  98.     object BtnZoom4: TButton
  99.       Left = 266
  100.       Top = 8
  101.       Width = 75
  102.       Height = 30
  103.       Caption = 'BtnZoom4'
  104.       ParentShowHint = False
  105.       ShowHint = True
  106.       TabOrder = 3
  107.     end
  108.     object BtnZoom5: TButton
  109.       Left = 352
  110.       Top = 8
  111.       Width = 75
  112.       Height = 30
  113.       Caption = 'BtnZoom5'
  114.       ParentShowHint = False
  115.       ShowHint = True
  116.       TabOrder = 4
  117.     end
  118.     object btnHelp: TButton
  119.       Left = 615
  120.       Top = 8
  121.       Width = 75
  122.       Height = 30
  123.       Caption = '&Help'
  124.       ParentShowHint = False
  125.       ShowHint = True
  126.       TabOrder = 5
  127.       OnClick = btnHelpClick
  128.     end
  129.   end
  130.   object Sizer1: TSizer
  131.     Enabled = True
  132.     ExceptionAction = eaIgnoreControl
  133.     GridColumnSizing = gcSizeAllColumns
  134.     GridRowSizing = grSizeByDefaults
  135.     MinimumSize = True
  136.     NavigateOnEnter = False
  137.     OverrideParentFont = True
  138.     PerformAssertions = True
  139.     ShowAssertionFailures = False
  140.     StretchFonts = True
  141.     StretchImages = True
  142.     StretchOnResize = True
  143.     ThreadProcessing = False
  144.     Left = 632
  145.     Top = 4
  146.     ScreenWidth = (
  147.       800)
  148.     ScreenHeight = (
  149.       600)
  150.     OriginalFormWidth = (
  151.       704)
  152.     OriginalFormHeight = (
  153.       361)
  154.     OriginalFormLeft = (
  155.       54)
  156.     OriginalFormTop = (
  157.       148)
  158.     OriginalFormPPI = (
  159.       120)
  160.     OriginalClientWidth = (
  161.       696)
  162.     OriginalClientHeight = (
  163.       334)
  164.   end
  165.   object pmRClick: TRxPopupMenu
  166.     Style = msOwnerDraw
  167.     ShowCheckMarks = False
  168.     OnGetItemParams = pmRClickGetItemParams
  169.     Left = 660
  170.     Top = 5
  171.     object pmiZoomIn: TMenuItem
  172.       Caption = 'Zoom In'
  173.     end
  174.     object pmiGridColor: TMenuItem
  175.       Caption = 'Change Grid Colour'
  176.       OnClick = pmiGridColorClick
  177.     end
  178.   end
  179. end
  180.