home *** CD-ROM | disk | FTP | other *** search
- object FormKeywordHistory: TFormKeywordHistory
- Left = 539
- Top = 307
- Width = 208
- Height = 337
- BorderIcons = [biSystemMenu]
- Caption = 'Keyword Selection'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 0
- Top = 277
- Width = 200
- Height = 33
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 0
- object BtnOk: TButton
- Left = 16
- Top = 5
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- TabOrder = 0
- OnClick = BtnOkClick
- end
- object BtnCancel: TButton
- Left = 112
- Top = 5
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- TabOrder = 1
- OnClick = BtnCancelClick
- end
- end
- object Panel2: TPanel
- Left = 0
- Top = 0
- Width = 200
- Height = 277
- Align = alClient
- BevelOuter = bvNone
- TabOrder = 1
- DesignSize = (
- 200
- 277)
- object Bevel1: TBevel
- Left = 0
- Top = 273
- Width = 200
- Height = 4
- Align = alBottom
- Shape = bsBottomLine
- end
- object SpeedButton1: TSpeedButton
- Left = 8
- Top = 2
- Width = 81
- Height = 22
- Caption = 'Unselect All'
- OnClick = SpeedButton1Click
- end
- object lbHistory: TCheckListBox
- Left = 6
- Top = 26
- Width = 188
- Height = 245
- Anchors = [akLeft, akTop, akRight, akBottom]
- ItemHeight = 13
- Sorted = True
- TabOrder = 0
- end
- end
- end
-