home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / sharewar / 1stimpr / setup.exe / {app} / 1st.exe / 0 / RCDATA / TFRMOVERWRITE / TFRMOVERWRITE.txt
Encoding:
Text File  |  2001-06-04  |  1.5 KB  |  83 lines

  1. object frmOverwrite: TfrmOverwrite
  2.   Left = 109
  3.   Top = 176
  4.   Width = 512
  5.   Height = 164
  6.   Font.Charset = DEFAULT_CHARSET
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Position = poScreenCenter
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object btnOvr: TButton
  15.     Left = 12
  16.     Top = 102
  17.     Width = 75
  18.     Height = 25
  19.     Caption = '&Overwrite'
  20.     ModalResult = 1
  21.     TabOrder = 0
  22.     OnClick = btnOvrClick
  23.   end
  24.   object btnSkip: TButton
  25.     Left = 172
  26.     Top = 102
  27.     Width = 75
  28.     Height = 25
  29.     Caption = '&Skip'
  30.     ModalResult = 1
  31.     TabOrder = 2
  32.     OnClick = btnSkipClick
  33.   end
  34.   object btnOvrAll: TButton
  35.     Left = 87
  36.     Top = 102
  37.     Width = 75
  38.     Height = 25
  39.     Caption = 'Overwrite All'
  40.     ModalResult = 1
  41.     TabOrder = 1
  42.     OnClick = btnOvrAllClick
  43.   end
  44.   object btnSkipAll: TButton
  45.     Left = 247
  46.     Top = 102
  47.     Width = 75
  48.     Height = 25
  49.     Caption = 'Skip All Dupl.'
  50.     ModalResult = 1
  51.     TabOrder = 3
  52.     OnClick = btnSkipAllClick
  53.   end
  54.   object btnAbort: TButton
  55.     Left = 416
  56.     Top = 102
  57.     Width = 75
  58.     Height = 25
  59.     Caption = 'A&bort'
  60.     ModalResult = 1
  61.     TabOrder = 5
  62.     OnClick = btnAbortClick
  63.   end
  64.   object btnRename: TButton
  65.     Left = 332
  66.     Top = 102
  67.     Width = 75
  68.     Height = 25
  69.     Caption = '&Rename'
  70.     ModalResult = 1
  71.     TabOrder = 4
  72.     OnClick = btnRenameClick
  73.   end
  74.   object memo1: TMemo
  75.     Left = 13
  76.     Top = 8
  77.     Width = 477
  78.     Height = 87
  79.     Color = clBtnFace
  80.     TabOrder = 6
  81.   end
  82. end
  83.