home *** CD-ROM | disk | FTP | other *** search
- object frmComment: TfrmComment
- Left = 277
- Top = 234
- Width = 408
- Height = 298
- BorderIcons = [biSystemMenu, biMaximize]
- Caption = 'File Comment'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnDeactivate = FormDeactivate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 0
- Top = 224
- Width = 400
- Height = 47
- Align = alBottom
- BevelInner = bvRaised
- BevelOuter = bvLowered
- TabOrder = 1
- object btnClose: TButton
- Left = 10
- Top = 11
- Width = 90
- Height = 25
- Cancel = True
- Caption = 'C&lose'
- ModalResult = 2
- TabOrder = 0
- OnClick = btnCloseClick
- end
- object btnClear: TButton
- Left = 202
- Top = 11
- Width = 90
- Height = 25
- Caption = '&Clear'
- Enabled = False
- TabOrder = 2
- OnClick = btnClearClick
- end
- object btnSave: TButton
- Left = 106
- Top = 11
- Width = 90
- Height = 25
- Caption = '&Save'
- Enabled = False
- TabOrder = 1
- OnClick = btnSaveClick
- end
- end
- object memComment: TMemo
- Left = 0
- Top = 0
- Width = 400
- Height = 224
- Align = alClient
- ScrollBars = ssBoth
- TabOrder = 0
- OnChange = memCommentChange
- end
- object FormCenter1: TFormCenter
- Center = True
- Left = 16
- Top = 8
- end
- end
-