home *** CD-ROM | disk | FTP | other *** search
- object DlgLicense: TDlgLicense
- Left = 196
- Top = 115
- Width = 370
- Height = 361
- HorzScrollBar.Visible = False
- VertScrollBar.Visible = False
- BorderIcons = []
- Caption = 'License Agreement'
- Color = clBtnFace
- Constraints.MinHeight = 300
- Constraints.MinWidth = 339
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- OldCreateOrder = True
- Position = poDesktopCenter
- OnShow = LicenseShow
- DesignSize = (
- 362
- 327)
- PixelsPerInch = 96
- TextHeight = 13
- object Warn1: TLabel
- Left = 6
- Top = 252
- Width = 54
- Height = 14
- Anchors = [akLeft, akBottom]
- Caption = 'Warning 1'
- Font.Charset = EASTEUROPE_CHARSET
- Font.Color = clRed
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Warn2: TLabel
- Left = 6
- Top = 272
- Width = 54
- Height = 14
- Anchors = [akLeft, akBottom]
- Caption = 'Warning 1'
- Font.Charset = EASTEUROPE_CHARSET
- Font.Color = clRed
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Button1: TSpeedButton
- Left = 68
- Top = 294
- Width = 75
- Height = 25
- Anchors = [akBottom]
- Caption = 'Accept'
- Font.Charset = EASTEUROPE_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- OnClick = LicenseAccept
- end
- object Button2: TSpeedButton
- Left = 208
- Top = 294
- Width = 75
- Height = 25
- Anchors = [akBottom]
- Caption = 'Decline'
- Font.Charset = EASTEUROPE_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- OnClick = LicenseDecline
- end
- object Memo1: TMemo
- Left = 0
- Top = 0
- Width = 362
- Height = 246
- Align = alCustom
- Alignment = taCenter
- Anchors = [akLeft, akTop, akRight, akBottom]
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ReadOnly = True
- ScrollBars = ssVertical
- TabOrder = 0
- end
- object Timer1: TTimer
- Enabled = False
- Interval = 50
- OnTimer = Timer1Timer
- Left = 160
- Top = 288
- end
- end
-