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

  1. object fmDeleteInvoice: TfmDeleteInvoice
  2.   Left = 238
  3.   Top = 169
  4.   AutoScroll = False
  5.   Caption = 'Delete'
  6.   ClientHeight = 185
  7.   ClientWidth = 383
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  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 = 77
  23.     Width = 383
  24.     Height = 63
  25.     Align = alClient
  26.     BevelInner = bvRaised
  27.     BevelOuter = bvLowered
  28.     TabOrder = 1
  29.     object CBConfirm: TCheckBox
  30.       Left = 8
  31.       Top = 40
  32.       Width = 237
  33.       Height = 17
  34.       Hint = 'Press F1 for help'
  35.       HelpContext = 485
  36.       Alignment = taLeftJustify
  37.       Caption = 'Confirm Deletions Individually'
  38.       ParentShowHint = False
  39.       ShowHint = True
  40.       State = cbChecked
  41.       TabOrder = 1
  42.     end
  43.     object cbCurrent: TCheckBox
  44.       Left = 8
  45.       Top = 12
  46.       Width = 237
  47.       Height = 17
  48.       Hint = 'Press F1 for help'
  49.       HelpContext = 484
  50.       Alignment = taLeftJustify
  51.       Caption = 'Current Transaction Only'
  52.       ParentShowHint = False
  53.       ShowHint = True
  54.       TabOrder = 0
  55.       OnClick = cbCurrentClick
  56.     end
  57.   end
  58.   object Panel2: TPanel
  59.     Left = 0
  60.     Top = 140
  61.     Width = 383
  62.     Height = 45
  63.     Align = alBottom
  64.     BevelInner = bvRaised
  65.     BevelOuter = bvLowered
  66.     TabOrder = 2
  67.     object BtnOk: TBitBtn
  68.       Left = 8
  69.       Top = 8
  70.       Width = 75
  71.       Height = 30
  72.       Hint = 'Confirm delete'
  73.       Caption = '&OK'
  74.       Default = True
  75.       ModalResult = 1
  76.       ParentShowHint = False
  77.       ShowHint = True
  78.       TabOrder = 0
  79.       OnClick = BtnOkClick
  80.       NumGlyphs = 2
  81.     end
  82.     object BtnCancel: TBitBtn
  83.       Left = 92
  84.       Top = 8
  85.       Width = 75
  86.       Height = 30
  87.       Cancel = True
  88.       Caption = '&Cancel'
  89.       ModalResult = 2
  90.       ParentShowHint = False
  91.       ShowHint = True
  92.       TabOrder = 1
  93.       NumGlyphs = 2
  94.     end
  95.     object BtnHelp: TBitBtn
  96.       Left = 296
  97.       Top = 8
  98.       Width = 75
  99.       Height = 30
  100.       Cancel = True
  101.       Caption = '&Help'
  102.       ParentShowHint = False
  103.       ShowHint = True
  104.       TabOrder = 2
  105.       OnClick = BtnHelpClick
  106.       NumGlyphs = 2
  107.     end
  108.   end
  109.   object Panel3: TPanel
  110.     Left = 0
  111.     Top = 0
  112.     Width = 383
  113.     Height = 77
  114.     Align = alTop
  115.     BevelInner = bvRaised
  116.     BevelOuter = bvLowered
  117.     TabOrder = 0
  118.     object lbInvFrom: TLabel
  119.       Left = 12
  120.       Top = 12
  121.       Width = 103
  122.       Height = 16
  123.       Caption = 'P Order No. From'
  124.     end
  125.     object Label3: TLabel
  126.       Left = 12
  127.       Top = 44
  128.       Width = 61
  129.       Height = 16
  130.       Caption = 'Date From'
  131.     end
  132.     object Label4: TLabel
  133.       Left = 228
  134.       Top = 12
  135.       Width = 14
  136.       Height = 16
  137.       Caption = 'To'
  138.     end
  139.     object Label7: TLabel
  140.       Left = 228
  141.       Top = 44
  142.       Width = 14
  143.       Height = 16
  144.       Caption = 'To'
  145.     end
  146.     object DBCDlgDateTo: TDateEdit
  147.       Left = 260
  148.       Top = 40
  149.       Width = 100
  150.       Height = 24
  151.       Hint = 'Press F1 for help'
  152.       HelpContext = 483
  153.       ClickKey = 16452
  154.       NumGlyphs = 2
  155.       ParentShowHint = False
  156.       ShowHint = True
  157.       CalendarStyle = csDialog
  158.       Weekends = [Sun, Sat]
  159.       YearDigits = dyFour
  160.       TabOrder = 3
  161.       OnExit = DBCDlgDateToExit
  162.     end
  163.     object DBCDlgInvNoTo: TComboEdit
  164.       Left = 260
  165.       Top = 8
  166.       Width = 100
  167.       Height = 24
  168.       Hint = 'Press F1 for help'
  169.       HelpContext = 482
  170.       ClickKey = 16467
  171.       ButtonWidth = 24
  172.       NumGlyphs = 1
  173.       ParentShowHint = False
  174.       ShowHint = True
  175.       TabOrder = 1
  176.       OnButtonClick = DBCDlgInvNoToButtonClick
  177.       OnEnter = DBCDlgInvNoToEnter
  178.       OnExit = DBCDlgInvNoToExit
  179.     end
  180.     object DBCDlgInvNoFrom: TComboEdit
  181.       Left = 120
  182.       Top = 8
  183.       Width = 100
  184.       Height = 24
  185.       Hint = 'Press F1 for help'
  186.       HelpContext = 481
  187.       ClickKey = 16467
  188.       ButtonWidth = 24
  189.       NumGlyphs = 1
  190.       ParentShowHint = False
  191.       ShowHint = True
  192.       TabOrder = 0
  193.       OnButtonClick = DBCDlgInvNoFromButtonClick
  194.       OnEnter = DBCDlgInvNoFromEnter
  195.       OnExit = DBCDlgInvNoFromExit
  196.     end
  197.     object DBCDlgDateFrom: TDateEdit
  198.       Left = 120
  199.       Top = 40
  200.       Width = 100
  201.       Height = 24
  202.       Hint = 'Press F1 for help'
  203.       HelpContext = 490
  204.       ClickKey = 16452
  205.       NumGlyphs = 2
  206.       ParentShowHint = False
  207.       ShowHint = True
  208.       CalendarStyle = csDialog
  209.       Weekends = [Sun, Sat]
  210.       YearDigits = dyFour
  211.       TabOrder = 2
  212.       OnExit = DBCDlgDateFromExit
  213.     end
  214.   end
  215.   object Sizer1: TSizer
  216.     Enabled = True
  217.     ExceptionAction = eaIgnoreControl
  218.     GridColumnSizing = gcSizeAllColumns
  219.     GridRowSizing = grSizeByDefaults
  220.     MinimumSize = True
  221.     NavigateOnEnter = True
  222.     OverrideParentFont = True
  223.     PerformAssertions = True
  224.     ShowAssertionFailures = False
  225.     StretchFonts = True
  226.     StretchImages = True
  227.     StretchOnResize = True
  228.     ThreadProcessing = False
  229.     Left = 349
  230.     Top = 87
  231.     ScreenWidth = (
  232.       800)
  233.     ScreenHeight = (
  234.       600)
  235.     OriginalFormWidth = (
  236.       391)
  237.     OriginalFormHeight = (
  238.       212)
  239.     OriginalFormLeft = (
  240.       238)
  241.     OriginalFormTop = (
  242.       169)
  243.     OriginalFormPPI = (
  244.       120)
  245.     OriginalClientWidth = (
  246.       383)
  247.     OriginalClientHeight = (
  248.       185)
  249.   end
  250. end
  251.