home *** CD-ROM | disk | FTP | other *** search
- object OverForm: TOverForm
- Left = 200
- Top = 413
- BorderIcons = [biSystemMenu]
- BorderStyle = bsToolWindow
- Caption = 'Duplicate Filename Encountered'
- ClientHeight = 230
- ClientWidth = 311
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- OnActivate = FormActivate
- OnClose = FormClose
- PixelsPerInch = 96
- TextHeight = 13
- object Label3: TLabel
- Left = 4
- Top = 232
- Width = 64
- Height = 11
- Caption = 'Current Filename'
- end
- object Label4: TLabel
- Left = 156
- Top = 232
- Width = 54
- Height = 11
- Caption = 'New Filename'
- end
- object Label7: TLabel
- Left = 8
- Top = 280
- Width = 26
- Height = 11
- Caption = 'Label7'
- Visible = False
- end
- object Panel1: TPanel
- Left = 4
- Top = 4
- Width = 149
- Height = 149
- BevelOuter = bvLowered
- Color = clBlack
- TabOrder = 0
- object PMultiImage1: TPMultiImage
- Left = 4
- Top = 4
- Width = 141
- Height = 141
- Color = clBlack
- Font.Color = clRed
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ImageName = 'file not found'
- ImageDither = True
- ImageReadRes = lAutoMatic
- ImageWriteRes = sAutoMatic
- TifSaveCompress = sNONE
- JPegSaveQuality = 25
- JPegSaveSmooth = 0
- ParentFont = False
- StretchRatio = True
- Text = 'New Image'
- TextShadow = True
- TextLeft = 7
- TextTop = 0
- TextRotate = 0
- TabOrder = 0
- TabStop = False
- end
- end
- object Panel2: TPanel
- Left = 156
- Top = 4
- Width = 149
- Height = 149
- BevelOuter = bvLowered
- Color = clBlack
- TabOrder = 1
- object PMultiImage2: TPMultiImage
- Left = 4
- Top = 4
- Width = 141
- Height = 141
- Color = clBlack
- Font.Color = clRed
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ImageName = 'file not found'
- ImageDither = True
- ImageReadRes = lAutoMatic
- ImageWriteRes = sAutoMatic
- TifSaveCompress = sNONE
- JPegSaveQuality = 25
- JPegSaveSmooth = 0
- ParentFont = False
- StretchRatio = True
- Text = 'Old Image'
- TextShadow = True
- TextLeft = 7
- TextTop = 0
- TextRotate = 0
- TabOrder = 0
- TabStop = False
- end
- end
- object Panel3: TPanel
- Left = 4
- Top = 156
- Width = 149
- Height = 37
- BevelInner = bvLowered
- TabOrder = 2
- object Label1: TLabel
- Left = 8
- Top = 4
- Width = 43
- Height = 14
- Caption = 'File Size:'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'arial'
- Font.Style = []
- ParentFont = False
- end
- object Label2: TLabel
- Left = 8
- Top = 20
- Width = 53
- Height = 14
- Caption = 'Resolution:'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'arial'
- Font.Style = []
- ParentFont = False
- end
- end
- object Panel4: TPanel
- Left = 156
- Top = 156
- Width = 149
- Height = 37
- BevelInner = bvLowered
- TabOrder = 3
- object Label5: TLabel
- Left = 8
- Top = 4
- Width = 43
- Height = 14
- Caption = 'File Size:'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'arial'
- Font.Style = []
- ParentFont = False
- end
- object Label6: TLabel
- Left = 8
- Top = 20
- Width = 53
- Height = 14
- Caption = 'Resolution:'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'arial'
- Font.Style = []
- ParentFont = False
- end
- end
- object Panel5: TPanel
- Left = 4
- Top = 196
- Width = 149
- Height = 29
- BevelOuter = bvLowered
- TabOrder = 4
- object Button1: TButton
- Left = 4
- Top = 4
- Width = 69
- Height = 21
- Caption = 'Delete'
- ModalResult = 7
- TabOrder = 0
- end
- object Button2: TButton
- Left = 76
- Top = 4
- Width = 69
- Height = 21
- Caption = 'Rename'
- TabOrder = 1
- OnClick = Button2Click
- end
- end
- object Panel6: TPanel
- Left = 156
- Top = 196
- Width = 149
- Height = 29
- BevelOuter = bvLowered
- TabOrder = 5
- object Button3: TButton
- Left = 4
- Top = 4
- Width = 141
- Height = 21
- Caption = 'Overwrite'
- ModalResult = 6
- TabOrder = 0
- end
- end
- object Edit1: TEdit
- Left = 4
- Top = 244
- Width = 149
- Height = 21
- ReadOnly = True
- TabOrder = 6
- end
- object Edit2: TEdit
- Left = 156
- Top = 244
- Width = 149
- Height = 21
- TabOrder = 7
- OnChange = Edit2Change
- end
- object BitBtn1: TBitBtn
- Left = 116
- Top = 272
- Width = 75
- Height = 25
- Caption = 'Rename'
- TabOrder = 8
- Kind = bkRetry
- end
- end
-