home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Hiper 10
/
HiperCDROM10.iso
/
Roland97.exe
/
0
/
RCDATA
/
TFMTOALL
/
TFMTOALL.txt
< prev
Wrap
Text File
|
1999-02-06
|
2KB
|
84 lines
object fmToAll: TfmToAll
Left = 199
Top = 174
BorderIcons = []
BorderStyle = bsDialog
Caption = 'Sobrescrever?'
ClientHeight = 123
ClientWidth = 416
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsStayOnTop
Position = poScreenCenter
Scaled = False
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 54
Top = 2
Width = 107
Height = 13
Caption = 'Substituir este arquivo:'
end
object lbOld: TLabel
Left = 60
Top = 20
Width = 3
Height = 13
end
object Label2: TLabel
Left = 54
Top = 38
Width = 45
Height = 13
Caption = 'Por este?'
end
object lbNew: TLabel
Left = 60
Top = 56
Width = 3
Height = 13
end
object Image1: TImage
Left = 10
Top = 22
Width = 30
Height = 30
AutoSize = True
Picture.Data = {<image000.bmp>}
Transparent = True
end
object Button1: TButton
Left = 256
Top = 88
Width = 143
Height = 25
Caption = '&Op��o da caixa ao lado'
TabOrder = 0
OnClick = Button1Click
end
object cbOption: TComboBox
Left = 4
Top = 88
Width = 231
Height = 21
Style = csDropDownList
ItemHeight = 13
Items.Strings = (
'Sim'
'N�o'
'Sim para todos nesta pasta'
'N�o para todos nesta pasta'
'Sim at� o fim'
'N�o at� o fim'
'Cancelar processo')
TabOrder = 1
OnKeyDown = cbOptionKeyDown
end
end