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

  1. object fmDeleteInd: TfmDeleteInd
  2.   Left = 61
  3.   Top = 126
  4.   HelpContext = 486
  5.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  6.   AutoScroll = False
  7.   Caption = 'Delete Invoices Individually'
  8.   ClientHeight = 352
  9.   ClientWidth = 687
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = 'Arial'
  14.   Font.Style = []
  15.   Scaled = False
  16.   OnCloseQuery = FormCloseQuery
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 120
  20.   TextHeight = 16
  21.   object Panel1: TPanel
  22.     Left = 0
  23.     Top = 0
  24.     Width = 687
  25.     Height = 153
  26.     Align = alTop
  27.     BevelInner = bvRaised
  28.     BevelOuter = bvLowered
  29.     TabOrder = 1
  30.     object wwDBGrid1: TwwDBGrid
  31.       Left = 2
  32.       Top = 2
  33.       Width = 683
  34.       Height = 149
  35.       Selected.Strings = (
  36.         'INVNO'#9'10'#9'Invoice No.'#9'F'
  37.         'INVTYPE'#9'11'#9'Type'
  38.         'INVDATE'#9'10'#9'Date'#9'F'
  39.         'NAME'#9'28'#9'Customer Name'#9'F'
  40.         'INVTOTAL'#9'10'#9'Total'
  41.         'PostedIndex'#9'6'#9'Posted'#9'F'
  42.         'PrintedIndex'#9'6'#9'Printed'#9'F'
  43.         'DeleteIndex'#9'6'#9'Delete'#9'F')
  44.       TitleColor = clBtnFace
  45.       FixedCols = 0
  46.       ShowHorzScrollBar = True
  47.       EditControlOptions = [ecoCheckboxSingleClick, ecoSearchOwnerForm]
  48.       Align = alClient
  49.       DataSource = DM1.dsMainInvoice
  50.       EditCalculated = True
  51.       KeyOptions = []
  52.       Options = [dgTitles, dgIndicator, dgColumnResize, dgTabs, dgConfirmDelete, dgCancelOnExit, dgWordWrap]
  53.       PopupMenu = RCMainPopup
  54.       TabOrder = 0
  55.       TitleAlignment = taLeftJustify
  56.       TitleFont.Charset = DEFAULT_CHARSET
  57.       TitleFont.Color = clWindowText
  58.       TitleFont.Height = -13
  59.       TitleFont.Name = 'Arial'
  60.       TitleFont.Style = []
  61.       TitleLines = 1
  62.       TitleButtons = True
  63.       UseTFields = False
  64.       OnCalcCellColors = wwDBGrid1CalcCellColors
  65.       OnTitleButtonClick = wwDBGrid1TitleButtonClick
  66.       OnKeyUp = wwDBGrid1KeyUp
  67.       OnMouseMove = wwDBGrid1MouseMove
  68.       OnMouseUp = wwDBGrid1MouseUp
  69.       IndicatorColor = icBlack
  70.       OnTopRowChanged = wwDBGrid1TopRowChanged
  71.       OnCalcTitleImage = wwDBGrid1CalcTitleImage
  72.       ImageList = ImagesDM.GenralBM
  73.       TitleImageList = ImagesDM.GenralBM
  74.       object wwDBGrid1IButton: TwwIButton
  75.         Left = 0
  76.         Top = 0
  77.         Width = 13
  78.         Height = 25
  79.         AllowAllUp = True
  80.       end
  81.     end
  82.   end
  83.   object Panel2: TPanel
  84.     Left = 0
  85.     Top = 307
  86.     Width = 687
  87.     Height = 45
  88.     Align = alBottom
  89.     BevelInner = bvRaised
  90.     BevelOuter = bvLowered
  91.     TabOrder = 0
  92.     object BtnDelete: TBitBtn
  93.       Left = 8
  94.       Top = 8
  95.       Width = 75
  96.       Height = 30
  97.       Hint = 'Delete all tagged transactions'
  98.       Caption = '&Delete'
  99.       ParentShowHint = False
  100.       ShowHint = True
  101.       TabOrder = 0
  102.       OnClick = BtnDeleteClick
  103.       NumGlyphs = 2
  104.     end
  105.     object BtnCancel: TBitBtn
  106.       Left = 176
  107.       Top = 8
  108.       Width = 75
  109.       Height = 30
  110.       Cancel = True
  111.       Caption = '&Cancel'
  112.       ModalResult = 2
  113.       ParentShowHint = False
  114.       ShowHint = True
  115.       TabOrder = 2
  116.       NumGlyphs = 2
  117.     end
  118.     object BtnReverse: TBitBtn
  119.       Left = 92
  120.       Top = 8
  121.       Width = 75
  122.       Height = 30
  123.       Hint = 'Reverse selected deletions'
  124.       Cancel = True
  125.       Caption = '&Reverse'
  126.       ParentShowHint = False
  127.       ShowHint = True
  128.       TabOrder = 1
  129.       OnClick = BtnReverseClick
  130.       NumGlyphs = 2
  131.     end
  132.     object BtnHelp: TBitBtn
  133.       Left = 600
  134.       Top = 8
  135.       Width = 75
  136.       Height = 30
  137.       Cancel = True
  138.       Caption = '&Help'
  139.       ParentShowHint = False
  140.       ShowHint = True
  141.       TabOrder = 3
  142.       OnClick = BtnHelpClick
  143.       NumGlyphs = 2
  144.     end
  145.   end
  146.   object Panel3: TPanel
  147.     Left = 0
  148.     Top = 156
  149.     Width = 687
  150.     Height = 151
  151.     Align = alClient
  152.     BevelInner = bvRaised
  153.     BevelOuter = bvLowered
  154.     TabOrder = 2
  155.     object wwDBGrid2: TwwDBGrid
  156.       Left = 2
  157.       Top = 2
  158.       Width = 683
  159.       Height = 147
  160.       Selected.Strings = (
  161.         'STOCKCODE'#9'16'#9'Stock Code'#9'No'
  162.         'DESC'#9'28'#9'Description'#9'No'
  163.         'QUAN'#9'8'#9'Qty'#9'No'
  164.         'PRICE'#9'10'#9'Price'#9'No'
  165.         'DISC'#9'6'#9'Disc%'#9'No'
  166.         'SUBTOTAL'#9'10'#9'Net'#9'No'
  167.         'TOTAL'#9'10'#9'Total'#9'No')
  168.       MemoAttributes = [mSizeable, mWordWrap, mGridShow]
  169.       TitleColor = clBtnFace
  170.       FixedCols = 0
  171.       ShowHorzScrollBar = True
  172.       Align = alClient
  173.       Color = clWhite
  174.       DataSource = DM1.dsLineInvoice
  175.       Options = [dgTitles, dgIndicator, dgColumnResize, dgTabs, dgConfirmDelete, dgCancelOnExit, dgWordWrap]
  176.       PopupMenu = RCLinePopup
  177.       TabOrder = 0
  178.       TitleAlignment = taLeftJustify
  179.       TitleFont.Charset = DEFAULT_CHARSET
  180.       TitleFont.Color = clWindowText
  181.       TitleFont.Height = -13
  182.       TitleFont.Name = 'Arial'
  183.       TitleFont.Style = []
  184.       TitleLines = 1
  185.       TitleButtons = False
  186.       UseTFields = False
  187.       OnCalcCellColors = wwDBGrid2CalcCellColors
  188.       OnCalcTitleAttributes = wwDBGrid2CalcTitleAttributes
  189.       IndicatorColor = icBlack
  190.       OnTopRowChanged = wwDBGrid2TopRowChanged
  191.     end
  192.   end
  193.   object RxSplitter1: TRxSplitter
  194.     Left = 0
  195.     Top = 153
  196.     Width = 687
  197.     Height = 3
  198.     ControlFirst = Panel1
  199.     ControlSecond = Panel3
  200.     Align = alTop
  201.   end
  202.   object Sizer1: TSizer
  203.     Enabled = True
  204.     ExceptionAction = eaIgnoreControl
  205.     GridColumnSizing = gcSizeAllColumns
  206.     GridRowSizing = grSizeByDefaults
  207.     MinimumSize = True
  208.     NavigateOnEnter = False
  209.     OverrideParentFont = True
  210.     PerformAssertions = True
  211.     ShowAssertionFailures = False
  212.     StretchFonts = True
  213.     StretchImages = True
  214.     StretchOnResize = True
  215.     ThreadProcessing = False
  216.     Left = 464
  217.     Top = 244
  218.     ScreenWidth = (
  219.       800)
  220.     ScreenHeight = (
  221.       600)
  222.     OriginalFormWidth = (
  223.       695)
  224.     OriginalFormHeight = (
  225.       379)
  226.     OriginalFormLeft = (
  227.       61)
  228.     OriginalFormTop = (
  229.       126)
  230.     OriginalFormPPI = (
  231.       120)
  232.     OriginalClientWidth = (
  233.       687)
  234.     OriginalClientHeight = (
  235.       352)
  236.   end
  237.   object RCLinePopup: TRxPopupMenu
  238.     Style = msOwnerDraw
  239.     ShowCheckMarks = False
  240.     OnGetItemParams = RCLinePopupGetItemParams
  241.     Left = 409
  242.     Top = 244
  243.     object pmLineGridColour: TMenuItem
  244.       Caption = 'Change Grid Colour'
  245.       OnClick = pmLineGridColourClick
  246.     end
  247.   end
  248.   object RCMainPopup: TRxPopupMenu
  249.     Style = msOwnerDraw
  250.     ShowCheckMarks = False
  251.     OnGetItemParams = RCMainPopupGetItemParams
  252.     Left = 437
  253.     Top = 244
  254.     object pmChangeColor: TMenuItem
  255.       Caption = 'Change Grid Colour'
  256.       OnClick = pmChangeColorClick
  257.     end
  258.   end
  259. end
  260.