home *** CD-ROM | disk | FTP | other *** search
- object FAlegeFolder: TFAlegeFolder
- Left = 304
- Top = 309
- BorderStyle = bsDialog
- Caption = 'FAlegeFolder'
- ClientHeight = 139
- ClientWidth = 338
- Color = clBtnFace
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 15
- object sbCale: TSpeedButton
- Left = 305
- Top = 58
- Width = 23
- Height = 22
- Caption = '...'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- OnClick = sbCaleClick
- end
- object lDep: TLabel
- Left = 0
- Top = 0
- Width = 338
- Height = 34
- Align = alTop
- Alignment = taCenter
- AutoSize = False
- Caption =
- 'Alegeti directorul in care exista fisierele cu fisele fiscale in' +
- ' format TXT '
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- WordWrap = True
- end
- object Label1: TLabel
- Left = 10
- Top = 62
- Width = 29
- Height = 15
- Caption = 'Cale:'
- end
- object ECale: TE
- Left = 42
- Top = 58
- Width = 250
- Height = 23
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- end
- object BConfirm: TB
- Left = 69
- Top = 99
- Width = 100
- Height = 30
- Caption = '&Confirm'
- Font.Charset = ANSI_CHARSET
- Font.Color = clBtnText
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- ModalResult = 1
- ParentFont = False
- TabOrder = 1
- OnClick = BConfirmClick
- end
- object BAnulez: TB
- Left = 175
- Top = 99
- Width = 100
- Height = 30
- Cancel = True
- Caption = '&Anulez'
- Font.Charset = ANSI_CHARSET
- Font.Color = clBtnText
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- ModalResult = 2
- ParentFont = False
- TabOrder = 2
- end
- object OD1: TOpenDialog
- DefaultExt = '*.txt'
- Filter = 'Fisiere TXT (*.txt)|*.txt|Toate Fisierele (*.*)|*.*'
- Left = 300
- Top = 96
- end
- object qDelAngajati: TQuery
- DatabaseName = '_DBSal4'
- SQL.Strings = (
- 'delete '
- 'from Pers '
- 'where Data_Lich < :LunaCurenta'
- ' and Data_Lich <> :DataDefault')
- Left = 16
- Top = 88
- ParamData = <
- item
- DataType = ftDate
- Name = 'LunaCurenta'
- ParamType = ptInput
- end
- item
- DataType = ftDate
- Name = 'DataDefault'
- ParamType = ptInput
- end>
- end
- object qUpdateIID: TQuery
- DatabaseName = '_DBSal4'
- SQL.Strings = (
- 'update'
- 'Pers '
- 'set IID = Nr ')
- Left = 276
- Top = 12
- end
- end
-