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

  1. object CreationOrderDlg: TCreationOrderDlg
  2.   Left = 310
  3.   Top = 153
  4.   HelpContext = 1638
  5.   AutoScroll = False
  6.   BorderIcons = [biSystemMenu]
  7.   Caption = 'Creation Order'
  8.   ClientHeight = 255
  9.   ClientWidth = 273
  10.   Color = clBtnFace
  11.   ParentFont = True
  12.   OldCreateOrder = True
  13.   Position = poScreenCenter
  14.   OnCreate = CreationOrderDlgCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Bevel1: TBevel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 257
  21.     Height = 207
  22.     Anchors = [akLeft, akTop, akRight, akBottom]
  23.     Shape = bsFrame
  24.   end
  25.   object Label1: TLabel
  26.     Left = 18
  27.     Top = 14
  28.     Width = 193
  29.     Height = 13
  30.     Caption = '&Creation order of non-visual components:'
  31.     FocusControl = CreationList
  32.   end
  33.   object CreationList: TListBox
  34.     Left = 18
  35.     Top = 30
  36.     Width = 201
  37.     Height = 173
  38.     Anchors = [akLeft, akTop, akRight, akBottom]
  39.     ItemHeight = 13
  40.     TabOrder = 0
  41.     OnDragDrop = CreationListDragDrop
  42.     OnDragOver = CreationListDragOver
  43.     OnMouseDown = CreationListMouseDown
  44.   end
  45.   object UpButton: TBitBtn
  46.     Left = 228
  47.     Top = 82
  48.     Width = 25
  49.     Height = 24
  50.     Anchors = [akRight]
  51.     TabOrder = 1
  52.     OnClick = MoveClick
  53.     Glyph.Data = {
  54.       F6000000424DF600000000000000760000002800000010000000100000000100
  55.       0400000000008000000000000000000000001000000010000000000000000000
  56.       80000080000000808000800000008000800080800000C0C0C000808080000000
  57.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  58.       333333333333333333333333338888833333333334444483333333333CCCC483
  59.       333333333CCCC483333333333CCCC483333333333CCCC483333333333CCCC488
  60.       8333333CCCCCCCCC33333333CCCCCCC3333333333CCCCC333333333333CCC333
  61.       33333333333C3333333333333333333333333333333333333333}
  62.     Spacing = -1
  63.   end
  64.   object DownButton: TBitBtn
  65.     Left = 228
  66.     Top = 114
  67.     Width = 25
  68.     Height = 24
  69.     Anchors = [akRight]
  70.     TabOrder = 2
  71.     OnClick = MoveClick
  72.     Glyph.Data = {
  73.       F6000000424DF600000000000000760000002800000010000000100000000100
  74.       0400000000008000000000000000000000001000000010000000000000000000
  75.       80000080000000808000800000008000800080800000C0C0C000808080000000
  76.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  77.       333333333333833333333333333488333333333333CC4883333333333CCCC488
  78.       33333333CCCCCC488333333CCCCCC444333333333CCCC483333333333CCCC483
  79.       333333333CCCC483333333333CCCC483333333333CCCC483333333333CCCC433
  80.       3333333333333333333333333333333333333333333333333333}
  81.     Spacing = 0
  82.   end
  83.   object OKButton: TButton
  84.     Left = 30
  85.     Top = 225
  86.     Width = 75
  87.     Height = 25
  88.     Anchors = [akRight, akBottom]
  89.     Caption = 'OK'
  90.     Default = True
  91.     ModalResult = 1
  92.     TabOrder = 3
  93.     OnClick = OKButtonClick
  94.   end
  95.   object CancelButton: TButton
  96.     Left = 110
  97.     Top = 225
  98.     Width = 75
  99.     Height = 25
  100.     Anchors = [akRight, akBottom]
  101.     Cancel = True
  102.     Caption = 'Cancel'
  103.     ModalResult = 2
  104.     TabOrder = 4
  105.   end
  106.   object HelpButton: TButton
  107.     Left = 190
  108.     Top = 225
  109.     Width = 75
  110.     Height = 25
  111.     Anchors = [akRight, akBottom]
  112.     Caption = '&Help'
  113.     TabOrder = 5
  114.     OnClick = HelpButtonClick
  115.   end
  116. end
  117.