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

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