object CreationOrderDlg: TCreationOrderDlg Left = 310 Top = 153 HelpContext = 1638 BorderStyle = bsDialog Caption = 'Creation Order' ClientHeight = 258 ClientWidth = 273 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 8 Width = 257 Height = 207 Shape = bsFrame end object Label1: TLabel Left = 18 Top = 14 Width = 193 Height = 13 Caption = '&Creation order of non-visual components:' FocusControl = CreationList end object CreationList: TListBox Left = 18 Top = 30 Width = 201 Height = 173 ItemHeight = 13 TabOrder = 0 OnDragDrop = CreationListDragDrop OnDragOver = CreationListDragOver OnMouseDown = CreationListMouseDown end object UpButton: TBitBtn Left = 228 Top = 82 Width = 25 Height = 24 TabOrder = 1 OnClick = MoveClick Glyph.Data = { F6000000424DF600000000000000760000002800000010000000100000000100 0400000000008000000000000000000000000000000000000000000000000000 80000080000000808000800000008000800080800000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333 333333333333333333333333338888833333333334444483333333333CCCC483 333333333CCCC483333333333CCCC483333333333CCCC483333333333CCCC488 8333333CCCCCCCCC33333333CCCCCCC3333333333CCCCC333333333333CCC333 33333333333C3333333333333333333333333333333333333333} Spacing = -1 end object DownButton: TBitBtn Left = 228 Top = 114 Width = 25 Height = 24 TabOrder = 2 OnClick = MoveClick Glyph.Data = { F6000000424DF600000000000000760000002800000010000000100000000100 0400000000008000000000000000000000000000000000000000000000000000 80000080000000808000800000008000800080800000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333 333333333333833333333333333488333333333333CC4883333333333CCCC488 33333333CCCCCC488333333CCCCCC444333333333CCCC483333333333CCCC483 333333333CCCC483333333333CCCC483333333333CCCC483333333333CCCC433 3333333333333333333333333333333333333333333333333333} Spacing = 0 end object OKButton: TButton Left = 30 Top = 225 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 3 end object CancelButton: TButton Left = 110 Top = 225 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 4 end object HelpButton: TButton Left = 190 Top = 225 Width = 75 Height = 25 Caption = '&Help' TabOrder = 5 OnClick = HelpButtonClick end end