Componentes.Terceros.SDAC/internal/4.10.0.10/1/Source/Design/Download.dfm
2007-10-05 14:48:18 +00:00

138 lines
2.7 KiB
Plaintext

object DownloadForm: TDownloadForm
Left = 306
Top = 112
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'DownloadForm'
ClientHeight = 126
ClientWidth = 347
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = True
Position = poScreenCenter
OnMouseMove = FormMouseMove
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object lblText3Wrap: TLabel
Left = 52
Top = 29
Width = 284
Height = 39
AutoSize = False
Caption = 'lblText3Wrap'
Visible = False
WordWrap = True
end
object lblQuestion: TLabel
Left = 52
Top = 48
Width = 292
Height = 26
Anchors = [akLeft, akBottom]
AutoSize = False
Caption = 'lblQuestion'
WordWrap = True
end
object Bevel1: TBevel
Left = 5
Top = 80
Width = 337
Height = 9
Anchors = [akLeft, akBottom]
Shape = bsTopLine
end
object Image: TImage
Left = 8
Top = 16
Width = 32
Height = 32
AutoSize = True
Transparent = True
end
object lblProduct: TLabel
Left = 136
Top = 16
Width = 47
Height = 13
Cursor = crHandPoint
Caption = 'lblProduct'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlue
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = [fsUnderline]
ParentFont = False
OnClick = lblProductClick
OnMouseMove = lblProductMouseMove
end
object lblText2: TLabel
Left = 192
Top = 16
Width = 38
Height = 13
Caption = 'lblText2'
end
object lblText1: TLabel
Left = 52
Top = 16
Width = 38
Height = 13
Caption = 'lblText1'
end
object lblText3: TLabel
Left = 52
Top = 29
Width = 38
Height = 13
Caption = 'lblText3'
end
object OKBtn: TButton
Left = 137
Top = 92
Width = 65
Height = 25
Anchors = [akLeft, akBottom]
Caption = '&Download'
Default = True
ModalResult = 6
TabOrder = 1
OnClick = OKBtnClick
end
object CancelBtn: TButton
Left = 205
Top = 92
Width = 65
Height = 25
Anchors = [akLeft, akBottom]
Cancel = True
Caption = '&Close'
ModalResult = 7
TabOrder = 2
end
object chkDontAsk: TCheckBox
Left = 8
Top = 96
Width = 113
Height = 17
Anchors = [akLeft, akBottom]
Caption = 'Don'#39't &ask me again'
TabOrder = 0
end
object btHelp: TButton
Left = 273
Top = 92
Width = 65
Height = 25
Anchors = [akLeft, akBottom]
Cancel = True
Caption = '&Help'
TabOrder = 3
OnClick = btHelpClick
end
end