home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 June / 06_02.iso / software / quicktools / qtsetup.exe / qtools.frm / 0 / RCDATA / TFRMABOUT / TFRMABOUT.txt < prev   
Encoding:
Text File  |  2002-04-21  |  5.0 KB  |  223 lines

  1. inherited frmAbout: TfrmAbout
  2.   Left = 502
  3.   Top = 208
  4.   BorderIcons = []
  5.   ClientHeight = 280
  6.   ClientWidth = 289
  7.   Color = 16774359
  8.   Font.Color = clTeal
  9.   FormStyle = fsStayOnTop
  10.   Position = poDesktopCenter
  11.   OnCloseQuery = FormCloseQuery
  12.   OnKeyDown = FormKeyDown
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object ChImageMailMe: TChImage
  16.     Tag = 3
  17.     Left = 216
  18.     Top = 16
  19.     Width = 48
  20.     Height = 57
  21.     Cursor = crHandPoint
  22.     ParentShowHint = False
  23.     Picture.Data = {<image000.bmp>}
  24.     ShowHint = False
  25.     Transparent = True
  26.     OnMouseDown = ChLabelMyNameMouseDown
  27.     OnMouseEnter = ChImageMailMeMouseEnter
  28.     OnMouseLeave = ChImageMailMeMouseLeave
  29.   end
  30.   object ChImageNewVer: TChImage
  31.     Tag = 4
  32.     Left = 216
  33.     Top = 104
  34.     Width = 48
  35.     Height = 57
  36.     Cursor = crHandPoint
  37.     Picture.Data = {<image001.bmp>}
  38.     Transparent = True
  39.     OnMouseDown = ChLabelMyNameMouseDown
  40.     OnMouseEnter = ChImageMailMeMouseEnter
  41.     OnMouseLeave = ChImageMailMeMouseLeave
  42.   end
  43.   object ChImageClose: TChImage
  44.     Tag = 5
  45.     Left = 216
  46.     Top = 196
  47.     Width = 48
  48.     Height = 57
  49.     Cursor = crHandPoint
  50.     Picture.Data = {<image002.bmp>}
  51.     Transparent = True
  52.     OnMouseDown = ChLabelMyNameMouseDown
  53.     OnMouseEnter = ChImageMailMeMouseEnter
  54.     OnMouseLeave = ChImageMailMeMouseLeave
  55.   end
  56.   object Shape1: TShape
  57.     Left = 16
  58.     Top = 196
  59.     Width = 153
  60.     Height = 72
  61.     Brush.Style = bsClear
  62.     Pen.Color = clTeal
  63.     Shape = stRoundRect
  64.   end
  65.   object Bevel1: TBevel
  66.     Left = 15
  67.     Top = 15
  68.     Width = 154
  69.     Height = 162
  70.   end
  71.   object ChLabelMailMe: TChLabel
  72.     Tag = 3
  73.     Left = 194
  74.     Top = 68
  75.     Width = 93
  76.     Height = 29
  77.     Cursor = crHandPoint
  78.     Hint = 'qtools@incom-service.de'
  79.     Alignment = taCenter
  80.     AutoSize = False
  81.     Font.Charset = DEFAULT_CHARSET
  82.     Font.Color = clTeal
  83.     Font.Height = -11
  84.     Font.Name = 'Tahoma'
  85.     Font.Style = []
  86.     ParentFont = False
  87.     ParentShowHint = False
  88.     ShowHint = False
  89.     Transparent = True
  90.     OnMouseDown = ChLabelMyNameMouseDown
  91.     OnMouseEnter = ChLabelMyNameMouseEnter
  92.     OnMouseLeave = ChLabelMyNameMouseLeave
  93.   end
  94.   object ChLabelClose: TChLabel
  95.     Tag = 5
  96.     Left = 194
  97.     Top = 248
  98.     Width = 93
  99.     Height = 17
  100.     Cursor = crHandPoint
  101.     Alignment = taCenter
  102.     AutoSize = False
  103.     Font.Charset = DEFAULT_CHARSET
  104.     Font.Color = clTeal
  105.     Font.Height = -11
  106.     Font.Name = 'Tahoma'
  107.     Font.Style = []
  108.     ParentFont = False
  109.     Transparent = True
  110.     OnMouseDown = ChLabelMyNameMouseDown
  111.     OnMouseEnter = ChLabelMyNameMouseEnter
  112.     OnMouseLeave = ChLabelMyNameMouseLeave
  113.   end
  114.   object Shape3: TShape
  115.     Left = 184
  116.     Top = 15
  117.     Width = 1
  118.     Height = 253
  119.     Brush.Style = bsClear
  120.     Pen.Color = clTeal
  121.   end
  122.   object ChLabelNewVer: TChLabel
  123.     Tag = 4
  124.     Left = 194
  125.     Top = 156
  126.     Width = 93
  127.     Height = 29
  128.     Cursor = crHandPoint
  129.     Alignment = taCenter
  130.     AutoSize = False
  131.     Font.Charset = DEFAULT_CHARSET
  132.     Font.Color = clTeal
  133.     Font.Height = -11
  134.     Font.Name = 'Tahoma'
  135.     Font.Style = []
  136.     ParentFont = False
  137.     Transparent = True
  138.     OnMouseDown = ChLabelMyNameMouseDown
  139.     OnMouseEnter = ChLabelMyNameMouseEnter
  140.     OnMouseLeave = ChLabelMyNameMouseLeave
  141.   end
  142.   object Image1: TImage
  143.     Left = 16
  144.     Top = 16
  145.     Width = 152
  146.     Height = 160
  147.     AutoSize = True
  148.     Picture.Data = {<image003.jpg>}
  149.   end
  150.   object ChLabelMyName: TChLabel
  151.     Left = 26
  152.     Top = 208
  153.     Width = 76
  154.     Height = 13
  155.     Cursor = crHandPoint
  156.     Hint = 'oleg@incom-service.de'
  157.     Caption = 'Oleg Chensky'
  158.     Font.Charset = DEFAULT_CHARSET
  159.     Font.Color = clTeal
  160.     Font.Height = -11
  161.     Font.Name = 'Tahoma'
  162.     Font.Style = [fsBold]
  163.     ParentFont = False
  164.     ParentShowHint = False
  165.     ShowHint = True
  166.     Transparent = True
  167.     OnMouseDown = ChLabelMyNameMouseDown
  168.     OnMouseEnter = ChLabelMyNameMouseEnter
  169.     OnMouseLeave = ChLabelMyNameMouseLeave
  170.   end
  171.   object Label1: TLabel
  172.     Tag = 10
  173.     Left = 152
  174.     Top = 188
  175.     Width = 6
  176.     Height = 13
  177.     Alignment = taRightJustify
  178.     Caption = '*'
  179.   end
  180.   object ChLabel1: TChLabel
  181.     Left = 26
  182.     Top = 227
  183.     Width = 92
  184.     Height = 13
  185.     Cursor = crHandPoint
  186.     Hint = 'webdesign@incom-service.de'
  187.     Caption = 'Sonja Riensberg'
  188.     Font.Charset = DEFAULT_CHARSET
  189.     Font.Color = clTeal
  190.     Font.Height = -11
  191.     Font.Name = 'Tahoma'
  192.     Font.Style = [fsBold]
  193.     ParentFont = False
  194.     ParentShowHint = False
  195.     ShowHint = True
  196.     Transparent = True
  197.     OnMouseDown = ChLabelMyNameMouseDown
  198.     OnMouseEnter = ChLabelMyNameMouseEnter
  199.     OnMouseLeave = ChLabelMyNameMouseLeave
  200.   end
  201.   object ChLabel2: TChLabel
  202.     Left = 26
  203.     Top = 246
  204.     Width = 100
  205.     Height = 13
  206.     Cursor = crHandPoint
  207.     Hint = 'dmitry@softhome.net'
  208.     Caption = 'Dmitry Maksimov'
  209.     Font.Charset = DEFAULT_CHARSET
  210.     Font.Color = clTeal
  211.     Font.Height = -11
  212.     Font.Name = 'Tahoma'
  213.     Font.Style = [fsBold]
  214.     ParentFont = False
  215.     ParentShowHint = False
  216.     ShowHint = True
  217.     Transparent = True
  218.     OnMouseDown = ChLabelMyNameMouseDown
  219.     OnMouseEnter = ChLabelMyNameMouseEnter
  220.     OnMouseLeave = ChLabelMyNameMouseLeave
  221.   end
  222. end
  223.