home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2001 June / HDC50.iso / Runimage / Delphi50 / Bin / CORIDE50.BPL / 0 / RCDATA / TAPPLICATIONFORMSPAGE / TAPPLICATIONFORMSPAGE.txt
Text File  |  1999-08-11  |  2KB  |  109 lines

  1. object ApplicationFormsPage: TApplicationFormsPage
  2.   Left = 0
  3.   Top = 0
  4.   Width = 400
  5.   Height = 283
  6.   HelpContext = 1780
  7.   Caption = 'Forms'
  8.   OnBroadcast = ApplicationFormsPageBroadcast
  9.   object Bevel1: TBevel
  10.     Left = 8
  11.     Top = 8
  12.     Width = 385
  13.     Height = 266
  14.     Shape = bsFrame
  15.   end
  16.   object Label11: TLabel
  17.     Left = 22
  18.     Top = 25
  19.     Width = 49
  20.     Height = 13
  21.     Caption = '&Main form:'
  22.     FocusControl = cbMainForm
  23.   end
  24.   object Label6: TLabel
  25.     Left = 22
  26.     Top = 54
  27.     Width = 86
  28.     Height = 13
  29.     Caption = '&Auto-create forms:'
  30.     FocusControl = AutoCreateForms
  31.   end
  32.   object Label12: TLabel
  33.     Left = 231
  34.     Top = 54
  35.     Width = 74
  36.     Height = 13
  37.     Caption = 'Available &forms:'
  38.     FocusControl = AvailableForms
  39.   end
  40.   object AddSelected: TSpeedButton
  41.     Left = 188
  42.     Top = 70
  43.     Width = 25
  44.     Height = 25
  45.     Caption = '<'
  46.     OnClick = AddSelectedClick
  47.   end
  48.   object AddAll: TSpeedButton
  49.     Left = 188
  50.     Top = 130
  51.     Width = 25
  52.     Height = 25
  53.     Caption = '<<'
  54.     OnClick = AddAllClick
  55.   end
  56.   object RemoveSelected: TSpeedButton
  57.     Left = 188
  58.     Top = 100
  59.     Width = 25
  60.     Height = 25
  61.     Caption = '>'
  62.     OnClick = RemoveSelectedClick
  63.   end
  64.   object RemoveAll: TSpeedButton
  65.     Left = 188
  66.     Top = 160
  67.     Width = 25
  68.     Height = 25
  69.     Caption = '>>'
  70.     OnClick = RemoveAllClick
  71.   end
  72.   object AvailableForms: TListBox
  73.     Left = 231
  74.     Top = 70
  75.     Width = 149
  76.     Height = 185
  77.     DragMode = dmAutomatic
  78.     ItemHeight = 13
  79.     MultiSelect = True
  80.     TabOrder = 2
  81.     OnDblClick = AvailableFormsDblClick
  82.     OnDragDrop = AvailableFormsDragDrop
  83.     OnDragOver = AvailableFormsDragOver
  84.   end
  85.   object AutoCreateForms: TListBox
  86.     Left = 21
  87.     Top = 70
  88.     Width = 149
  89.     Height = 185
  90.     DragMode = dmAutomatic
  91.     ItemHeight = 13
  92.     MultiSelect = True
  93.     TabOrder = 1
  94.     OnDblClick = AutoCreateFormsDblClick
  95.     OnDragDrop = AutoCreateFormsDragDrop
  96.     OnDragOver = AutoCreateFormsDragOver
  97.   end
  98.   object cbMainForm: TComboBox
  99.     Left = 92
  100.     Top = 22
  101.     Width = 289
  102.     Height = 21
  103.     Style = csDropDownList
  104.     ItemHeight = 13
  105.     TabOrder = 0
  106.     OnClick = MainFormClick
  107.   end
  108. end
  109.