home *** CD-ROM | disk | FTP | other *** search
- object AProposForm: TAProposForm
- Left = 326
- Top = 165
- AlphaBlendValue = 100
- BorderStyle = bsNone
- Caption = 'A propos'
- ClientHeight = 320
- ClientWidth = 384
- Color = clBtnFace
- TransparentColorValue = clNone
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object PnlFond: TPanel
- Left = 0
- Top = 0
- Width = 384
- Height = 320
- Align = alClient
- TabOrder = 0
- OnMouseDown = PnlFondMouseDown
- object LblCaption: TLabel
- Left = 16
- Top = 156
- Width = 110
- Height = 13
- Caption = 'PhotoFiltre Studio 9.0.0'
- OnMouseDown = PnlFondMouseDown
- end
- object LblAuthor: TLabel
- Left = 16
- Top = 194
- Width = 44
- Height = 13
- Caption = 'Copyright'
- OnMouseDown = PnlFondMouseDown
- end
- object LblSite: TLabel
- Left = 16
- Top = 214
- Width = 127
- Height = 13
- Cursor = crHandPoint
- Caption = 'http://www.photofiltre.com'
- OnClick = LblSiteClick
- end
- object LblLicence: TLabel
- Left = 16
- Top = 258
- Width = 38
- Height = 13
- Caption = 'Licence'
- Color = clBtnFace
- ParentColor = False
- OnMouseDown = PnlFondMouseDown
- end
- object Bevel1: TBevel
- Left = 16
- Top = 243
- Width = 352
- Height = 9
- Shape = bsTopLine
- end
- object LblDate: TLabel
- Left = 16
- Top = 176
- Width = 23
- Height = 13
- Caption = 'Date'
- OnMouseDown = PnlFondMouseDown
- end
- object PnlImg: TPanel
- Left = 16
- Top = 16
- Width = 352
- Height = 129
- Ctl3D = True
- ParentCtl3D = False
- TabOrder = 0
- OnMouseDown = PnlFondMouseDown
- object Image1: TImage
- Left = 1
- Top = 1
- Width = 350
- Height = 127
- Picture.Data = {<image000.jpg>}
- OnMouseDown = PnlFondMouseDown
- end
- end
- object BOk: TButton
- Left = 293
- Top = 278
- Width = 75
- Height = 25
- Caption = 'Ok'
- ModalResult = 1
- TabOrder = 1
- end
- end
- end
-