home *** CD-ROM | disk | FTP | other *** search
/ Logiciels PC Special 8 / LogicielsPCHS_8.iso / Logique / Winbrique / Winbrique.exe / 0 / RCDATA / TFRMABOUT / TFRMABOUT.txt < prev   
Text File  |  2000-09-20  |  3KB  |  150 lines

  1. object FrmAbout: TFrmAbout
  2.   Left = 480
  3.   Top = 141
  4.   BorderStyle = bsDialog
  5.   Caption = 'A propos ...'
  6.   ClientHeight = 294
  7.   ClientWidth = 242
  8.   Color = clWhite
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Image1: TImage
  20.     Left = 8
  21.     Top = 8
  22.     Width = 227
  23.     Height = 45
  24.     AutoSize = True
  25.     Picture.Data = {<image000.jpg>}
  26.   end
  27.   object Label1: TLabel
  28.     Left = 72
  29.     Top = 152
  30.     Width = 94
  31.     Height = 16
  32.     Cursor = crHandPoint
  33.     Caption = 'p.fonten@free.fr'
  34.     Font.Charset = DEFAULT_CHARSET
  35.     Font.Color = clBlue
  36.     Font.Height = -13
  37.     Font.Name = 'MS Sans Serif'
  38.     Font.Style = [fsUnderline]
  39.     ParentFont = False
  40.     OnClick = Label1Click
  41.   end
  42.   object Label2: TLabel
  43.     Left = 56
  44.     Top = 80
  45.     Width = 148
  46.     Height = 16
  47.     Cursor = crHandPoint
  48.     Caption = 'http://www.winbrique.com'
  49.     Font.Charset = DEFAULT_CHARSET
  50.     Font.Color = clBlue
  51.     Font.Height = -13
  52.     Font.Name = 'MS Sans Serif'
  53.     Font.Style = [fsUnderline]
  54.     ParentFont = False
  55.     OnClick = Label2Click
  56.   end
  57.   object Label3: TLabel
  58.     Left = 112
  59.     Top = 264
  60.     Width = 21
  61.     Height = 13
  62.     Caption = '1.00'
  63.   end
  64.   object Developpement: TLabel
  65.     Left = 72
  66.     Top = 120
  67.     Width = 97
  68.     Height = 13
  69.     Caption = 'D∩┐╜veloppement :'
  70.     Font.Charset = DEFAULT_CHARSET
  71.     Font.Color = clWindowText
  72.     Font.Height = -11
  73.     Font.Name = 'MS Sans Serif'
  74.     Font.Style = [fsBold]
  75.     ParentFont = False
  76.   end
  77.   object Label6: TLabel
  78.     Left = 72
  79.     Top = 136
  80.     Width = 86
  81.     Height = 13
  82.     Caption = 'Pascal Fonteneau'
  83.   end
  84.   object Label7: TLabel
  85.     Left = 24
  86.     Top = 184
  87.     Width = 184
  88.     Height = 13
  89.     Caption = 'Vie du site Internet et concours:'
  90.     Font.Charset = DEFAULT_CHARSET
  91.     Font.Color = clWindowText
  92.     Font.Height = -11
  93.     Font.Name = 'MS Sans Serif'
  94.     Font.Style = [fsBold]
  95.     ParentFont = False
  96.   end
  97.   object Label8: TLabel
  98.     Left = 80
  99.     Top = 203
  100.     Width = 70
  101.     Height = 13
  102.     Caption = 'Fabrice Duprat'
  103.   end
  104.   object Label9: TLabel
  105.     Left = 48
  106.     Top = 216
  107.     Width = 145
  108.     Height = 16
  109.     Cursor = crHandPoint
  110.     Caption = 'faduprat@club-internet.fr'
  111.     Font.Charset = DEFAULT_CHARSET
  112.     Font.Color = clBlue
  113.     Font.Height = -13
  114.     Font.Name = 'MS Sans Serif'
  115.     Font.Style = [fsUnderline]
  116.     ParentFont = False
  117.     OnClick = Label1Click
  118.   end
  119.   object Label10: TLabel
  120.     Left = 80
  121.     Top = 64
  122.     Width = 75
  123.     Height = 13
  124.     Caption = 'Site Internet:'
  125.     Font.Charset = DEFAULT_CHARSET
  126.     Font.Color = clWindowText
  127.     Font.Height = -11
  128.     Font.Name = 'MS Sans Serif'
  129.     Font.Style = [fsBold]
  130.     ParentFont = False
  131.   end
  132.   object Button2: TButton
  133.     Left = 16
  134.     Top = 256
  135.     Width = 75
  136.     Height = 25
  137.     Caption = 'AFAS'
  138.     TabOrder = 0
  139.     OnClick = Button2Click
  140.   end
  141.   object BitBtn1: TBitBtn
  142.     Left = 152
  143.     Top = 256
  144.     Width = 75
  145.     Height = 25
  146.     TabOrder = 1
  147.     Kind = bkOK
  148.   end
  149. end
  150.