home *** CD-ROM | disk | FTP | other *** search
/ Hiper 10 / HiperCDROM10.iso / Roland97.exe / 0 / RCDATA / TFMTOALL / TFMTOALL.txt < prev   
Text File  |  1999-02-06  |  2KB  |  84 lines

  1. object fmToAll: TfmToAll
  2.   Left = 199
  3.   Top = 174
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Sobrescrever?'
  7.   ClientHeight = 123
  8.   ClientWidth = 416
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 54
  23.     Top = 2
  24.     Width = 107
  25.     Height = 13
  26.     Caption = 'Substituir este arquivo:'
  27.   end
  28.   object lbOld: TLabel
  29.     Left = 60
  30.     Top = 20
  31.     Width = 3
  32.     Height = 13
  33.   end
  34.   object Label2: TLabel
  35.     Left = 54
  36.     Top = 38
  37.     Width = 45
  38.     Height = 13
  39.     Caption = 'Por este?'
  40.   end
  41.   object lbNew: TLabel
  42.     Left = 60
  43.     Top = 56
  44.     Width = 3
  45.     Height = 13
  46.   end
  47.   object Image1: TImage
  48.     Left = 10
  49.     Top = 22
  50.     Width = 30
  51.     Height = 30
  52.     AutoSize = True
  53.     Picture.Data = {<image000.bmp>}
  54.     Transparent = True
  55.   end
  56.   object Button1: TButton
  57.     Left = 256
  58.     Top = 88
  59.     Width = 143
  60.     Height = 25
  61.     Caption = '&Op∩┐╜∩┐╜o da caixa ao lado'
  62.     TabOrder = 0
  63.     OnClick = Button1Click
  64.   end
  65.   object cbOption: TComboBox
  66.     Left = 4
  67.     Top = 88
  68.     Width = 231
  69.     Height = 21
  70.     Style = csDropDownList
  71.     ItemHeight = 13
  72.     Items.Strings = (
  73.       'Sim'
  74.       'N∩┐╜o'
  75.       'Sim para todos nesta pasta'
  76.       'N∩┐╜o para todos nesta pasta'
  77.       'Sim at∩┐╜ o fim'
  78.       'N∩┐╜o at∩┐╜ o fim'
  79.       'Cancelar processo')
  80.     TabOrder = 1
  81.     OnKeyDown = cbOptionKeyDown
  82.   end
  83. end
  84.