home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 July / CHIP_CD_2005-07.iso / software / rapid / rapid_install.exe / rapid.exe / 0 / RCDATA / TABOUTFORM / TABOUTFORM.txt < prev   
Text File  |  2005-05-02  |  4KB  |  163 lines

  1. object AboutForm: TAboutForm
  2.   Left = 706
  3.   Top = 420
  4.   BorderStyle = bsNone
  5.   Caption = 'About'
  6.   ClientHeight = 272
  7.   ClientWidth = 427
  8.   Color = 15918813
  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.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object boxForm: TShape
  20.     Left = 0
  21.     Top = 0
  22.     Width = 427
  23.     Height = 272
  24.     Brush.Color = 15918813
  25.     Pen.Color = clGrayText
  26.   end
  27.   object lblBuild: TLabel
  28.     Left = 113
  29.     Top = 32
  30.     Width = 34
  31.     Height = 13
  32.     Caption = 'version'
  33.     Font.Charset = DEFAULT_CHARSET
  34.     Font.Color = clWindowText
  35.     Font.Height = -11
  36.     Font.Name = 'MS Sans Serif'
  37.     Font.Style = []
  38.     ParentFont = False
  39.   end
  40.   object lblAppName: TLabel
  41.     Left = 113
  42.     Top = 16
  43.     Width = 64
  44.     Height = 13
  45.     Caption = '@appname'
  46.     Font.Charset = DEFAULT_CHARSET
  47.     Font.Color = clWindowText
  48.     Font.Height = -11
  49.     Font.Name = 'MS Sans Serif'
  50.     Font.Style = [fsBold]
  51.     ParentFont = False
  52.   end
  53.   object imgLogo: TImage
  54.     Left = 1
  55.     Top = 1
  56.     Width = 94
  57.     Height = 270
  58.     AutoSize = True
  59.     Picture.Data = {<image000.bmp>}
  60.   end
  61.   object boxCopyright: TShape
  62.     Left = 104
  63.     Top = 56
  64.     Width = 313
  65.     Height = 177
  66.     Pen.Color = clGrayText
  67.   end
  68.   object lblCopyright: TLabel
  69.     Left = 112
  70.     Top = 64
  71.     Width = 113
  72.     Height = 13
  73.     Caption = 'Copyright '#169' 2003-2005,'
  74.     Color = clWhite
  75.     ParentColor = False
  76.   end
  77.   object lblURL: TLabel
  78.     Left = 112
  79.     Top = 104
  80.     Width = 136
  81.     Height = 13
  82.     Caption = 'http://www.rapidfd.com'
  83.     Color = clWhite
  84.     Font.Charset = DEFAULT_CHARSET
  85.     Font.Color = clMenuHighlight
  86.     Font.Height = -11
  87.     Font.Name = 'MS Sans Serif'
  88.     Font.Style = [fsBold]
  89.     ParentColor = False
  90.     ParentFont = False
  91.     OnClick = lblURLClick
  92.     OnMouseEnter = lblMouseEnter
  93.     OnMouseLeave = lblMouseLeave
  94.   end
  95.   object lblMail: TLabel
  96.     Left = 112
  97.     Top = 120
  98.     Width = 121
  99.     Height = 13
  100.     Caption = 'support@rapidfd.com'
  101.     Color = clWhite
  102.     Font.Charset = DEFAULT_CHARSET
  103.     Font.Color = clMenuHighlight
  104.     Font.Height = -11
  105.     Font.Name = 'MS Sans Serif'
  106.     Font.Style = [fsBold]
  107.     ParentColor = False
  108.     ParentFont = False
  109.     OnClick = lblMailClick
  110.     OnMouseEnter = lblMouseEnter
  111.     OnMouseLeave = lblMouseLeave
  112.   end
  113.   object lblAck: TLabel
  114.     Left = 112
  115.     Top = 144
  116.     Width = 73
  117.     Height = 13
  118.     Caption = 'Special thanks:'
  119.     Color = clWhite
  120.     ParentColor = False
  121.   end
  122.   object lblAuthors: TLabel
  123.     Left = 112
  124.     Top = 80
  125.     Width = 167
  126.     Height = 13
  127.     Caption = 'Scherbakov Sergey && Danilov Oleg'
  128.     Color = clWhite
  129.     ParentColor = False
  130.   end
  131.   object btnOK: TBitBtn
  132.     Left = 105
  133.     Top = 240
  134.     Width = 75
  135.     Height = 25
  136.     Cancel = True
  137.     Caption = 'OK'
  138.     Default = True
  139.     ModalResult = 1
  140.     TabOrder = 0
  141.     OnClick = btnOKClick
  142.   end
  143.   object Acks: TMemo
  144.     Left = 120
  145.     Top = 160
  146.     Width = 289
  147.     Height = 65
  148.     BorderStyle = bsNone
  149.     Lines.Strings = (
  150.       'Andrei Kourkine (German translation)'
  151.       'Anton "effrit" Sumin (icons, logo)'
  152.       'Lv Darong (Chinese translation)'
  153.       'Marco D'#39'Amato (Italian translation)'
  154.       'Mikhail "Yurich" Entaltsev (QA, German translation)'
  155.       'Olivier Touzot "QnnO" (LogFile manager)'
  156.       'Taewon Yun (Korean translation)'
  157.       'Troels Jakobsen (CoolTrayIcon)')
  158.     ReadOnly = True
  159.     ScrollBars = ssVertical
  160.     TabOrder = 1
  161.   end
  162. end
  163.