object ApplicationFormsPage: TApplicationFormsPage Left = 0 Top = 0 Width = 400 Height = 283 HelpContext = 1780 Caption = 'Forms' OnBroadcast = ApplicationFormsPageBroadcast object Bevel1: TBevel Left = 8 Top = 8 Width = 385 Height = 266 Shape = bsFrame end object Label11: TLabel Left = 22 Top = 25 Width = 49 Height = 13 Caption = '&Main form:' FocusControl = cbMainForm end object Label6: TLabel Left = 22 Top = 54 Width = 86 Height = 13 Caption = '&Auto-create forms:' FocusControl = AutoCreateForms end object Label12: TLabel Left = 231 Top = 54 Width = 74 Height = 13 Caption = 'Available &forms:' FocusControl = AvailableForms end object AddSelected: TSpeedButton Left = 188 Top = 70 Width = 25 Height = 25 Caption = '<' OnClick = AddSelectedClick end object AddAll: TSpeedButton Left = 188 Top = 130 Width = 25 Height = 25 Caption = '<<' OnClick = AddAllClick end object RemoveSelected: TSpeedButton Left = 188 Top = 100 Width = 25 Height = 25 Caption = '>' OnClick = RemoveSelectedClick end object RemoveAll: TSpeedButton Left = 188 Top = 160 Width = 25 Height = 25 Caption = '>>' OnClick = RemoveAllClick end object AvailableForms: TListBox Left = 231 Top = 70 Width = 149 Height = 185 DragMode = dmAutomatic ItemHeight = 13 MultiSelect = True TabOrder = 2 OnDblClick = AvailableFormsDblClick OnDragDrop = AvailableFormsDragDrop OnDragOver = AvailableFormsDragOver end object AutoCreateForms: TListBox Left = 21 Top = 70 Width = 149 Height = 185 DragMode = dmAutomatic ItemHeight = 13 MultiSelect = True TabOrder = 1 OnDblClick = AutoCreateFormsDblClick OnDragDrop = AutoCreateFormsDragDrop OnDragOver = AutoCreateFormsDragOver end object cbMainForm: TComboBox Left = 92 Top = 22 Width = 289 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 0 OnClick = MainFormClick end end