inherited AddChainForm: TAddChainForm HorzScrollBar.Range = 0 VertScrollBar.Range = 0 AutoScroll = False Caption = 'Add Chain' ClientHeight = 263 ClientWidth = 255 OldCreateOrder = True PixelsPerInch = 96 TextHeight = 13 inherited ButtonOk: TButton Left = 93 Top = 233 Anchors = [akRight, akBottom] TabOrder = 2 end inherited ButtonCancel: TButton Left = 173 Top = 233 Anchors = [akRight, akBottom] TabOrder = 3 end object List: TListBox Left = 8 Top = 21 Width = 239 Height = 203 Anchors = [akLeft, akTop, akRight, akBottom] ItemHeight = 13 TabOrder = 1 end object HelpLabel: TStaticText Left = 8 Top = 4 Width = 75 Height = 17 Caption = 'Select a chain:' TabOrder = 0 end end