home *** CD-ROM | disk | FTP | other *** search
/ Freelog 2 / Freelog002.iso / Logs / Systeme / RapidApp / RapidApp.exe / 0 / RCDATA / TFRMAPROPOS / TFRMAPROPOS.txt < prev   
Text File  |  1999-03-19  |  2KB  |  102 lines

  1. object FrmAPropos: TFrmAPropos
  2.   Left = 258
  3.   Top = 282
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'A propos de Rapid-Application'
  7.   ClientHeight = 183
  8.   ClientWidth = 322
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object iBbtOk: TBitBtn
  22.     Left = 116
  23.     Top = 150
  24.     Width = 90
  25.     Height = 26
  26.     Caption = 'Ok'
  27.     Font.Charset = DEFAULT_CHARSET
  28.     Font.Color = clWindowText
  29.     Font.Height = -11
  30.     Font.Name = 'MS Sans Serif'
  31.     Font.Style = []
  32.     ParentFont = False
  33.     TabOrder = 0
  34.     OnClick = iBbtOkClick
  35.     Kind = bkOK
  36.     Style = bsNew
  37.     Spacing = -1
  38.   end
  39.   object Panel1: TPanel
  40.     Left = 16
  41.     Top = 16
  42.     Width = 290
  43.     Height = 125
  44.     BevelInner = bvRaised
  45.     BevelOuter = bvLowered
  46.     TabOrder = 1
  47.     object iImgActive: TImage
  48.       Left = 24
  49.       Top = 24
  50.       Width = 35
  51.       Height = 35
  52.       Picture.Data = {<image000.ico>}
  53.     end
  54.     object Label1: TLabel
  55.       Left = 87
  56.       Top = 15
  57.       Width = 166
  58.       Height = 24
  59.       Caption = 'Rapid-Application'
  60.       Font.Charset = DEFAULT_CHARSET
  61.       Font.Color = clWindowText
  62.       Font.Height = -19
  63.       Font.Name = 'MS Sans Serif'
  64.       Font.Style = [fsBold]
  65.       ParentFont = False
  66.     end
  67.     object Label2: TLabel
  68.       Left = 96
  69.       Top = 45
  70.       Width = 146
  71.       Height = 13
  72.       Caption = 'Version 1.0 - FREEWARE'
  73.       Font.Charset = DEFAULT_CHARSET
  74.       Font.Color = clWindowText
  75.       Font.Height = -11
  76.       Font.Name = 'MS Sans Serif'
  77.       Font.Style = [fsBold]
  78.       ParentFont = False
  79.     end
  80.     object Label3: TLabel
  81.       Left = 35
  82.       Top = 76
  83.       Width = 220
  84.       Height = 16
  85.       Caption = '(C)opyright Bruno Pin∩┐╜da - Mars 1999'
  86.       Font.Charset = DEFAULT_CHARSET
  87.       Font.Color = clWindowText
  88.       Font.Height = -13
  89.       Font.Name = 'MS Sans Serif'
  90.       Font.Style = []
  91.       ParentFont = False
  92.     end
  93.     object Label4: TLabel
  94.       Left = 85
  95.       Top = 96
  96.       Width = 119
  97.       Height = 13
  98.       Caption = 'bPineda@francemel.com'
  99.     end
  100.   end
  101. end
  102.