home *** CD-ROM | disk | FTP | other *** search
- object frmAutoAbout: TfrmAutoAbout
- Left = 200
- Top = 108
- Width = 345
- Height = 292
- AutoSize = True
- BorderIcons = []
- Caption = 'About...'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -16
- Font.Name = 'Arial'
- Font.Style = []
- OldCreateOrder = True
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 18
- object Bevel1: TBevel
- Left = 0
- Top = 0
- Width = 337
- Height = 217
- end
- object imgIcon: TImage
- Left = 12
- Top = 12
- Width = 105
- Height = 105
- Center = True
- Stretch = True
- end
- object lbProgName: TLabel
- Left = 120
- Top = 18
- Width = 205
- Height = 43
- Alignment = taCenter
- AutoSize = False
- Caption = 'JwTool AutoAbout VCL Component'
- WordWrap = True
- end
- object lbVersion: TLabel
- Left = 222
- Top = 72
- Width = 103
- Height = 18
- AutoSize = False
- Caption = '1.00.00'
- end
- object Label4: TLabel
- Left = 120
- Top = 72
- Width = 97
- Height = 18
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Version:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -17
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object lbLastEdited: TLabel
- Left = 221
- Top = 96
- Width = 104
- Height = 18
- AutoSize = False
- Caption = '14APR99'
- end
- object Label5: TLabel
- Left = 120
- Top = 96
- Width = 97
- Height = 18
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Last Edited:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -17
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object lbControlCode: TLabel
- Left = 95
- Top = 192
- Width = 230
- Height = 18
- AutoSize = False
- Caption = '0000-0000-0000'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object Label7: TLabel
- Left = 12
- Top = 192
- Width = 79
- Height = 18
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Control Code:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Bevel2: TBevel
- Left = 114
- Top = 222
- Width = 103
- Height = 43
- end
- object memComments: TMemo
- Left = 12
- Top = 126
- Width = 313
- Height = 61
- TabStop = False
- BorderStyle = bsNone
- Color = clBtnFace
- Ctl3D = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = []
- Lines.Strings = (
- 'Sometimes with the rush to finish a project you '
- 'forget to maintain a valid version control system. '
- 'This component will allow you to drop a simple'
- 'component on your app and call the EXECUTE'
- 'function. Very quick and easy.')
- ParentCtl3D = False
- ParentFont = False
- ReadOnly = True
- ScrollBars = ssVertical
- TabOrder = 0
- end
- object btOkay: TBitBtn
- Left = 120
- Top = 228
- Width = 91
- Height = 31
- TabOrder = 1
- OnClick = btOkayClick
- Kind = bkOK
- end
- end
-