object fmDeleteInvoice: TfmDeleteInvoice Left = 238 Top = 169 AutoScroll = False Caption = 'Delete' ClientHeight = 185 ClientWidth = 383 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] Position = poScreenCenter Scaled = False OnCloseQuery = FormCloseQuery OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 120 TextHeight = 16 object Panel1: TPanel Left = 0 Top = 77 Width = 383 Height = 63 Align = alClient BevelInner = bvRaised BevelOuter = bvLowered TabOrder = 1 object CBConfirm: TCheckBox Left = 8 Top = 40 Width = 237 Height = 17 Hint = 'Press F1 for help' HelpContext = 485 Alignment = taLeftJustify Caption = 'Confirm Deletions Individually' ParentShowHint = False ShowHint = True State = cbChecked TabOrder = 1 end object cbCurrent: TCheckBox Left = 8 Top = 12 Width = 237 Height = 17 Hint = 'Press F1 for help' HelpContext = 484 Alignment = taLeftJustify Caption = 'Current Transaction Only' ParentShowHint = False ShowHint = True TabOrder = 0 OnClick = cbCurrentClick end end object Panel2: TPanel Left = 0 Top = 140 Width = 383 Height = 45 Align = alBottom BevelInner = bvRaised BevelOuter = bvLowered TabOrder = 2 object BtnOk: TBitBtn Left = 8 Top = 8 Width = 75 Height = 30 Hint = 'Confirm delete' Caption = '&OK' Default = True ModalResult = 1 ParentShowHint = False ShowHint = True TabOrder = 0 OnClick = BtnOkClick NumGlyphs = 2 end object BtnCancel: TBitBtn Left = 92 Top = 8 Width = 75 Height = 30 Cancel = True Caption = '&Cancel' ModalResult = 2 ParentShowHint = False ShowHint = True TabOrder = 1 NumGlyphs = 2 end object BtnHelp: TBitBtn Left = 296 Top = 8 Width = 75 Height = 30 Cancel = True Caption = '&Help' ParentShowHint = False ShowHint = True TabOrder = 2 OnClick = BtnHelpClick NumGlyphs = 2 end end object Panel3: TPanel Left = 0 Top = 0 Width = 383 Height = 77 Align = alTop BevelInner = bvRaised BevelOuter = bvLowered TabOrder = 0 object lbInvFrom: TLabel Left = 12 Top = 12 Width = 103 Height = 16 Caption = 'P Order No. From' end object Label3: TLabel Left = 12 Top = 44 Width = 61 Height = 16 Caption = 'Date From' end object Label4: TLabel Left = 228 Top = 12 Width = 14 Height = 16 Caption = 'To' end object Label7: TLabel Left = 228 Top = 44 Width = 14 Height = 16 Caption = 'To' end object DBCDlgDateTo: TDateEdit Left = 260 Top = 40 Width = 100 Height = 24 Hint = 'Press F1 for help' HelpContext = 483 ClickKey = 16452 NumGlyphs = 2 ParentShowHint = False ShowHint = True CalendarStyle = csDialog Weekends = [Sun, Sat] YearDigits = dyFour TabOrder = 3 OnExit = DBCDlgDateToExit end object DBCDlgInvNoTo: TComboEdit Left = 260 Top = 8 Width = 100 Height = 24 Hint = 'Press F1 for help' HelpContext = 482 ClickKey = 16467 ButtonWidth = 24 NumGlyphs = 1 ParentShowHint = False ShowHint = True TabOrder = 1 OnButtonClick = DBCDlgInvNoToButtonClick OnEnter = DBCDlgInvNoToEnter OnExit = DBCDlgInvNoToExit end object DBCDlgInvNoFrom: TComboEdit Left = 120 Top = 8 Width = 100 Height = 24 Hint = 'Press F1 for help' HelpContext = 481 ClickKey = 16467 ButtonWidth = 24 NumGlyphs = 1 ParentShowHint = False ShowHint = True TabOrder = 0 OnButtonClick = DBCDlgInvNoFromButtonClick OnEnter = DBCDlgInvNoFromEnter OnExit = DBCDlgInvNoFromExit end object DBCDlgDateFrom: TDateEdit Left = 120 Top = 40 Width = 100 Height = 24 Hint = 'Press F1 for help' HelpContext = 490 ClickKey = 16452 NumGlyphs = 2 ParentShowHint = False ShowHint = True CalendarStyle = csDialog Weekends = [Sun, Sat] YearDigits = dyFour TabOrder = 2 OnExit = DBCDlgDateFromExit end end object Sizer1: TSizer Enabled = True ExceptionAction = eaIgnoreControl GridColumnSizing = gcSizeAllColumns GridRowSizing = grSizeByDefaults MinimumSize = True NavigateOnEnter = True OverrideParentFont = True PerformAssertions = True ShowAssertionFailures = False StretchFonts = True StretchImages = True StretchOnResize = True ThreadProcessing = False Left = 349 Top = 87 ScreenWidth = ( 800) ScreenHeight = ( 600) OriginalFormWidth = ( 391) OriginalFormHeight = ( 212) OriginalFormLeft = ( 238) OriginalFormTop = ( 169) OriginalFormPPI = ( 120) OriginalClientWidth = ( 383) OriginalClientHeight = ( 185) end end