home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 December / Chip_2001-12_cd1.bin / zkuste / delphi / kolekce / d345 / JWTOOL.ZIP / jwtool / Jwautabt.dfm / Jwautabt.txt
Encoding:
Text File  |  2001-07-27  |  3.2 KB  |  160 lines

  1. object frmAutoAbout: TfrmAutoAbout
  2.   Left = 200
  3.   Top = 108
  4.   Width = 345
  5.   Height = 292
  6.   AutoSize = True
  7.   BorderIcons = []
  8.   Caption = 'About...'
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -16
  13.   Font.Name = 'Arial'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 18
  19.   object Bevel1: TBevel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 337
  23.     Height = 217
  24.   end
  25.   object imgIcon: TImage
  26.     Left = 12
  27.     Top = 12
  28.     Width = 105
  29.     Height = 105
  30.     Center = True
  31.     Stretch = True
  32.   end
  33.   object lbProgName: TLabel
  34.     Left = 120
  35.     Top = 18
  36.     Width = 205
  37.     Height = 43
  38.     Alignment = taCenter
  39.     AutoSize = False
  40.     Caption = 'JwTool AutoAbout VCL Component'
  41.     WordWrap = True
  42.   end
  43.   object lbVersion: TLabel
  44.     Left = 222
  45.     Top = 72
  46.     Width = 103
  47.     Height = 18
  48.     AutoSize = False
  49.     Caption = '1.00.00'
  50.   end
  51.   object Label4: TLabel
  52.     Left = 120
  53.     Top = 72
  54.     Width = 97
  55.     Height = 18
  56.     Alignment = taRightJustify
  57.     AutoSize = False
  58.     Caption = 'Version:'
  59.     Font.Charset = DEFAULT_CHARSET
  60.     Font.Color = clWindowText
  61.     Font.Height = -17
  62.     Font.Name = 'Arial'
  63.     Font.Style = [fsBold]
  64.     ParentFont = False
  65.   end
  66.   object lbLastEdited: TLabel
  67.     Left = 221
  68.     Top = 96
  69.     Width = 104
  70.     Height = 18
  71.     AutoSize = False
  72.     Caption = '14APR99'
  73.   end
  74.   object Label5: TLabel
  75.     Left = 120
  76.     Top = 96
  77.     Width = 97
  78.     Height = 18
  79.     Alignment = taRightJustify
  80.     AutoSize = False
  81.     Caption = 'Last Edited:'
  82.     Font.Charset = DEFAULT_CHARSET
  83.     Font.Color = clWindowText
  84.     Font.Height = -17
  85.     Font.Name = 'Arial'
  86.     Font.Style = [fsBold]
  87.     ParentFont = False
  88.   end
  89.   object lbControlCode: TLabel
  90.     Left = 95
  91.     Top = 192
  92.     Width = 230
  93.     Height = 18
  94.     AutoSize = False
  95.     Caption = '0000-0000-0000'
  96.     Font.Charset = DEFAULT_CHARSET
  97.     Font.Color = clWindowText
  98.     Font.Height = -12
  99.     Font.Name = 'Arial'
  100.     Font.Style = []
  101.     ParentFont = False
  102.   end
  103.   object Label7: TLabel
  104.     Left = 12
  105.     Top = 192
  106.     Width = 79
  107.     Height = 18
  108.     Alignment = taRightJustify
  109.     AutoSize = False
  110.     Caption = 'Control Code:'
  111.     Font.Charset = DEFAULT_CHARSET
  112.     Font.Color = clBlack
  113.     Font.Height = -12
  114.     Font.Name = 'Arial'
  115.     Font.Style = [fsBold]
  116.     ParentFont = False
  117.   end
  118.   object Bevel2: TBevel
  119.     Left = 114
  120.     Top = 222
  121.     Width = 103
  122.     Height = 43
  123.   end
  124.   object memComments: TMemo
  125.     Left = 12
  126.     Top = 126
  127.     Width = 313
  128.     Height = 61
  129.     TabStop = False
  130.     BorderStyle = bsNone
  131.     Color = clBtnFace
  132.     Ctl3D = False
  133.     Font.Charset = DEFAULT_CHARSET
  134.     Font.Color = clWindowText
  135.     Font.Height = -13
  136.     Font.Name = 'Arial'
  137.     Font.Style = []
  138.     Lines.Strings = (
  139.       'Sometimes with the rush to finish a project you '
  140.       'forget to maintain a valid version control system. '
  141.       'This component will allow you to drop a simple'
  142.       'component on your app and call the EXECUTE'
  143.       'function.  Very quick and easy.')
  144.     ParentCtl3D = False
  145.     ParentFont = False
  146.     ReadOnly = True
  147.     ScrollBars = ssVertical
  148.     TabOrder = 0
  149.   end
  150.   object btOkay: TBitBtn
  151.     Left = 120
  152.     Top = 228
  153.     Width = 91
  154.     Height = 31
  155.     TabOrder = 1
  156.     OnClick = btOkayClick
  157.     Kind = bkOK
  158.   end
  159. end
  160.