home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April / Chip_1997-04_cd.bin / prezent / cb / data.z / BCB.EXE / RCDATA / TCREATIONORDERDLG / TCREATIONORDERDLG.txt
Text File  |  1997-01-16  |  3KB  |  109 lines

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