home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Shareware / Utilitare / fileant / fileant.exe / $SYSDIR / PTxSCP.ocx / 0 / RCDATA / TPTFRMABOUT / TPTFRMABOUT.txt < prev   
Text File  |  2003-12-16  |  4KB  |  196 lines

  1. object PTFrmAbout: TPTFrmAbout
  2.   Left = 18
  3.   Top = 158
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'About'
  7.   ClientHeight = 301
  8.   ClientWidth = 247
  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.   ShowHint = True
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object CopyrightTxt: TLabel
  22.     Left = 8
  23.     Top = 195
  24.     Width = 211
  25.     Height = 26
  26.     Caption = 'Copyright '#169' %sPlasmatech Software Design.'#13#10'All rights reserved.'
  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.   end
  34.   object ProductTxt: TLabel
  35.     Left = 8
  36.     Top = 159
  37.     Width = 16
  38.     Height = 13
  39.     Caption = '%s'
  40.     Font.Charset = DEFAULT_CHARSET
  41.     Font.Color = clWindowText
  42.     Font.Height = -11
  43.     Font.Name = 'MS Sans Serif'
  44.     Font.Style = [fsBold]
  45.     ParentFont = False
  46.   end
  47.   object VersionTxt: TLabel
  48.     Left = 8
  49.     Top = 175
  50.     Width = 51
  51.     Height = 13
  52.     Hint = 'Build %d'
  53.     Caption = 'Version %s'
  54.   end
  55.   object Bevel1: TBevel
  56.     Left = -1
  57.     Top = 149
  58.     Width = 253
  59.     Height = 2
  60.   end
  61.   object Label1: TLabel
  62.     Left = 8
  63.     Top = 251
  64.     Width = 108
  65.     Height = 13
  66.     Cursor = crHandPoint
  67.     Caption = 'http://plasmatech.com'
  68.     Font.Charset = DEFAULT_CHARSET
  69.     Font.Color = clBlue
  70.     Font.Height = -11
  71.     Font.Name = 'MS Sans Serif'
  72.     Font.Style = [fsUnderline]
  73.     ParentFont = False
  74.     OnClick = Label1Click
  75.   end
  76.   object txtVersion: TLabel
  77.     Left = 183
  78.     Top = 176
  79.     Width = 57
  80.     Height = 12
  81.     Alignment = taRightJustify
  82.     Caption = '(Version Info)'
  83.     Font.Charset = DEFAULT_CHARSET
  84.     Font.Color = clWindowText
  85.     Font.Height = -9
  86.     Font.Name = 'Arial'
  87.     Font.Style = []
  88.     ParentFont = False
  89.   end
  90.   object DebugGroup: TPTGroup
  91.     Left = 24
  92.     Top = 8
  93.     Width = 193
  94.     Height = 121
  95.     Visible = False
  96.     TabOrder = 3
  97.     object AllocMemCountTxt: TLabel
  98.       Left = 8
  99.       Top = 8
  100.       Width = 103
  101.       Height = 13
  102.       Caption = 'AllocMemCount: %.0n'
  103.     end
  104.     object AllocMemSizeTxt: TLabel
  105.       Left = 8
  106.       Top = 24
  107.       Width = 95
  108.       Height = 13
  109.       Caption = 'AllocMemSize: %.0n'
  110.     end
  111.     object DiffAllocMemCountTxt: TLabel
  112.       Left = 8
  113.       Top = 48
  114.       Width = 119
  115.       Height = 13
  116.       Caption = 'DiffAllocMemCount: %.0n'
  117.     end
  118.     object DiffAllocMemSizeTxt: TLabel
  119.       Left = 8
  120.       Top = 64
  121.       Width = 111
  122.       Height = 13
  123.       Caption = 'DiffAllocMemSize: %.0n'
  124.     end
  125.     object Button1: TButton
  126.       Left = 8
  127.       Top = 88
  128.       Width = 75
  129.       Height = 23
  130.       Caption = '&Set Diff'
  131.       TabOrder = 0
  132.       OnClick = Button1Click
  133.     end
  134.     object Button2: TButton
  135.       Left = 104
  136.       Top = 88
  137.       Width = 75
  138.       Height = 23
  139.       Caption = '&Refresh'
  140.       TabOrder = 1
  141.       OnClick = Button2Click
  142.     end
  143.   end
  144.   object CloseBtn: TButton
  145.     Left = 162
  146.     Top = 247
  147.     Width = 75
  148.     Height = 23
  149.     Cancel = True
  150.     Caption = 'Close'
  151.     Default = True
  152.     ModalResult = 1
  153.     TabOrder = 0
  154.   end
  155.   object Panel1: TPanel
  156.     Left = 21
  157.     Top = 6
  158.     Width = 204
  159.     Height = 137
  160.     AutoSize = True
  161.     BevelOuter = bvNone
  162.     BorderStyle = bsSingle
  163.     Ctl3D = True
  164.     ParentCtl3D = False
  165.     TabOrder = 1
  166.     object Image1: TImage
  167.       Left = 0
  168.       Top = 0
  169.       Width = 200
  170.       Height = 133
  171.       AutoSize = True
  172.       Center = True
  173.       Picture.Data = {<image000.bmp>}
  174.       Stretch = True
  175.       OnClick = Image1Click
  176.     end
  177.   end
  178.   object Panel2: TPanel
  179.     Left = 4
  180.     Top = 276
  181.     Width = 238
  182.     Height = 18
  183.     BevelOuter = bvNone
  184.     BorderStyle = bsSingle
  185.     Caption = 'Thank you for purchasing'
  186.     Color = clGreen
  187.     Font.Charset = DEFAULT_CHARSET
  188.     Font.Color = clWhite
  189.     Font.Height = -11
  190.     Font.Name = 'MS Sans Serif'
  191.     Font.Style = [fsBold]
  192.     ParentFont = False
  193.     TabOrder = 2
  194.   end
  195. end
  196.