home *** CD-ROM | disk | FTP | other *** search
- object FormAbout: TFormAbout
- Left = 344
- Top = 128
- AutoSize = True
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- ClientHeight = 600
- ClientWidth = 800
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- ShowHint = True
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object ImageSummer: TImage
- Left = 0
- Top = 0
- Width = 800
- Height = 600
- Constraints.MaxHeight = 600
- Constraints.MaxWidth = 800
- Constraints.MinHeight = 600
- Constraints.MinWidth = 800
- Picture.Data = {<image000.jpg>}
- Visible = False
- end
- object Label1: TLabel
- Left = 1
- Top = 40
- Width = 9
- Height = 20
- Caption = '1'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -16
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ShowAccelChar = False
- Transparent = True
- end
- object Label2: TLabel
- Left = 1
- Top = 100
- Width = 7
- Height = 16
- Caption = '2'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ShowAccelChar = False
- Transparent = True
- end
- object Label3: TLabel
- Left = 1
- Top = 250
- Width = 7
- Height = 16
- Caption = '3'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ShowAccelChar = False
- Transparent = True
- end
- object ButtonClose: TButton
- Left = 445
- Top = 560
- Width = 250
- Height = 25
- Cancel = True
- Default = True
- TabOrder = 0
- OnClick = ButtonCloseClick
- end
- object ButtonSend: TButton
- Left = 105
- Top = 560
- Width = 250
- Height = 25
- TabOrder = 1
- OnClick = ButtonSendClick
- end
- end
-