home *** CD-ROM | disk | FTP | other *** search
/ Windows 95 Secrets / Secrets2.iso / Graphics / Image / Sifter / Sift32e3.exe / 0 / RCDATA / TOVERFORM / TOVERFORM.txt < prev   
Encoding:
Text File  |  1997-03-16  |  4.7 KB  |  245 lines

  1. object OverForm: TOverForm
  2.   Left = 200
  3.   Top = 413
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Duplicate Filename Encountered'
  7.   ClientHeight = 230
  8.   ClientWidth = 311
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   OnActivate = FormActivate
  15.   OnClose = FormClose
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label3: TLabel
  19.     Left = 4
  20.     Top = 232
  21.     Width = 64
  22.     Height = 11
  23.     Caption = 'Current Filename'
  24.   end
  25.   object Label4: TLabel
  26.     Left = 156
  27.     Top = 232
  28.     Width = 54
  29.     Height = 11
  30.     Caption = 'New Filename'
  31.   end
  32.   object Label7: TLabel
  33.     Left = 8
  34.     Top = 280
  35.     Width = 26
  36.     Height = 11
  37.     Caption = 'Label7'
  38.     Visible = False
  39.   end
  40.   object Panel1: TPanel
  41.     Left = 4
  42.     Top = 4
  43.     Width = 149
  44.     Height = 149
  45.     BevelOuter = bvLowered
  46.     Color = clBlack
  47.     TabOrder = 0
  48.     object PMultiImage1: TPMultiImage
  49.       Left = 4
  50.       Top = 4
  51.       Width = 141
  52.       Height = 141
  53.       Color = clBlack
  54.       Font.Color = clRed
  55.       Font.Height = -12
  56.       Font.Name = 'Arial'
  57.       Font.Style = [fsBold]
  58.       ImageName = 'file not found'
  59.       ImageDither = True
  60.       ImageReadRes = lAutoMatic
  61.       ImageWriteRes = sAutoMatic
  62.       TifSaveCompress = sNONE
  63.       JPegSaveQuality = 25
  64.       JPegSaveSmooth = 0
  65.       ParentFont = False
  66.       StretchRatio = True
  67.       Text = 'New Image'
  68.       TextShadow = True
  69.       TextLeft = 7
  70.       TextTop = 0
  71.       TextRotate = 0
  72.       TabOrder = 0
  73.       TabStop = False
  74.     end
  75.   end
  76.   object Panel2: TPanel
  77.     Left = 156
  78.     Top = 4
  79.     Width = 149
  80.     Height = 149
  81.     BevelOuter = bvLowered
  82.     Color = clBlack
  83.     TabOrder = 1
  84.     object PMultiImage2: TPMultiImage
  85.       Left = 4
  86.       Top = 4
  87.       Width = 141
  88.       Height = 141
  89.       Color = clBlack
  90.       Font.Color = clRed
  91.       Font.Height = -12
  92.       Font.Name = 'Arial'
  93.       Font.Style = [fsBold]
  94.       ImageName = 'file not found'
  95.       ImageDither = True
  96.       ImageReadRes = lAutoMatic
  97.       ImageWriteRes = sAutoMatic
  98.       TifSaveCompress = sNONE
  99.       JPegSaveQuality = 25
  100.       JPegSaveSmooth = 0
  101.       ParentFont = False
  102.       StretchRatio = True
  103.       Text = 'Old Image'
  104.       TextShadow = True
  105.       TextLeft = 7
  106.       TextTop = 0
  107.       TextRotate = 0
  108.       TabOrder = 0
  109.       TabStop = False
  110.     end
  111.   end
  112.   object Panel3: TPanel
  113.     Left = 4
  114.     Top = 156
  115.     Width = 149
  116.     Height = 37
  117.     BevelInner = bvLowered
  118.     TabOrder = 2
  119.     object Label1: TLabel
  120.       Left = 8
  121.       Top = 4
  122.       Width = 43
  123.       Height = 14
  124.       Caption = 'File Size:'
  125.       Font.Color = clWindowText
  126.       Font.Height = -11
  127.       Font.Name = 'arial'
  128.       Font.Style = []
  129.       ParentFont = False
  130.     end
  131.     object Label2: TLabel
  132.       Left = 8
  133.       Top = 20
  134.       Width = 53
  135.       Height = 14
  136.       Caption = 'Resolution:'
  137.       Font.Color = clWindowText
  138.       Font.Height = -11
  139.       Font.Name = 'arial'
  140.       Font.Style = []
  141.       ParentFont = False
  142.     end
  143.   end
  144.   object Panel4: TPanel
  145.     Left = 156
  146.     Top = 156
  147.     Width = 149
  148.     Height = 37
  149.     BevelInner = bvLowered
  150.     TabOrder = 3
  151.     object Label5: TLabel
  152.       Left = 8
  153.       Top = 4
  154.       Width = 43
  155.       Height = 14
  156.       Caption = 'File Size:'
  157.       Font.Color = clWindowText
  158.       Font.Height = -11
  159.       Font.Name = 'arial'
  160.       Font.Style = []
  161.       ParentFont = False
  162.     end
  163.     object Label6: TLabel
  164.       Left = 8
  165.       Top = 20
  166.       Width = 53
  167.       Height = 14
  168.       Caption = 'Resolution:'
  169.       Font.Color = clWindowText
  170.       Font.Height = -11
  171.       Font.Name = 'arial'
  172.       Font.Style = []
  173.       ParentFont = False
  174.     end
  175.   end
  176.   object Panel5: TPanel
  177.     Left = 4
  178.     Top = 196
  179.     Width = 149
  180.     Height = 29
  181.     BevelOuter = bvLowered
  182.     TabOrder = 4
  183.     object Button1: TButton
  184.       Left = 4
  185.       Top = 4
  186.       Width = 69
  187.       Height = 21
  188.       Caption = 'Delete'
  189.       ModalResult = 7
  190.       TabOrder = 0
  191.     end
  192.     object Button2: TButton
  193.       Left = 76
  194.       Top = 4
  195.       Width = 69
  196.       Height = 21
  197.       Caption = 'Rename'
  198.       TabOrder = 1
  199.       OnClick = Button2Click
  200.     end
  201.   end
  202.   object Panel6: TPanel
  203.     Left = 156
  204.     Top = 196
  205.     Width = 149
  206.     Height = 29
  207.     BevelOuter = bvLowered
  208.     TabOrder = 5
  209.     object Button3: TButton
  210.       Left = 4
  211.       Top = 4
  212.       Width = 141
  213.       Height = 21
  214.       Caption = 'Overwrite'
  215.       ModalResult = 6
  216.       TabOrder = 0
  217.     end
  218.   end
  219.   object Edit1: TEdit
  220.     Left = 4
  221.     Top = 244
  222.     Width = 149
  223.     Height = 21
  224.     ReadOnly = True
  225.     TabOrder = 6
  226.   end
  227.   object Edit2: TEdit
  228.     Left = 156
  229.     Top = 244
  230.     Width = 149
  231.     Height = 21
  232.     TabOrder = 7
  233.     OnChange = Edit2Change
  234.   end
  235.   object BitBtn1: TBitBtn
  236.     Left = 116
  237.     Top = 272
  238.     Width = 75
  239.     Height = 25
  240.     Caption = 'Rename'
  241.     TabOrder = 8
  242.     Kind = bkRetry
  243.   end
  244. end
  245.