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

  1. object ComponentNameDlg: TComponentNameDlg
  2.   Left = 329
  3.   Top = 216
  4.   BorderStyle = bsDialog
  5.   Caption = 'Component Template Information'
  6.   ClientHeight = 145
  7.   ClientWidth = 297
  8.   ParentFont = True
  9.   Position = poScreenCenter
  10.   OnCreate = FormCreate
  11.   OnDestroy = FormDestroy
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Bevel1: TBevel
  15.     Left = 8
  16.     Top = 8
  17.     Width = 281
  18.     Height = 101
  19.     Shape = bsFrame
  20.   end
  21.   object Label1: TLabel
  22.     Left = 16
  23.     Top = 23
  24.     Width = 86
  25.     Height = 13
  26.     Caption = '&Component name:'
  27.     FocusControl = ComponentName
  28.   end
  29.   object Label2: TLabel
  30.     Left = 16
  31.     Top = 49
  32.     Width = 63
  33.     Height = 13
  34.     Caption = '&Palette page:'
  35.     FocusControl = PageList
  36.   end
  37.   object Label3: TLabel
  38.     Left = 16
  39.     Top = 80
  40.     Width = 60
  41.     Height = 13
  42.     Caption = 'Palette Icon:'
  43.   end
  44.   object Preview: TPaintBox
  45.     Left = 107
  46.     Top = 72
  47.     Width = 28
  48.     Height = 28
  49.     OnPaint = PreviewPaint
  50.   end
  51.   object ComponentName: TEdit
  52.     Left = 107
  53.     Top = 20
  54.     Width = 170
  55.     Height = 21
  56.     TabOrder = 0
  57.   end
  58.   object PageList: TComboBox
  59.     Left = 107
  60.     Top = 44
  61.     Width = 170
  62.     Height = 21
  63.     ItemHeight = 13
  64.     TabOrder = 1
  65.   end
  66.   object OKButton: TButton
  67.     Left = 54
  68.     Top = 116
  69.     Width = 75
  70.     Height = 25
  71.     Caption = 'OK'
  72.     Default = True
  73.     ModalResult = 1
  74.     TabOrder = 3
  75.     OnClick = OKButtonClick
  76.   end
  77.   object CancelButton: TButton
  78.     Left = 134
  79.     Top = 116
  80.     Width = 75
  81.     Height = 25
  82.     Cancel = True
  83.     Caption = 'Cancel'
  84.     ModalResult = 2
  85.     TabOrder = 4
  86.   end
  87.   object HelpButton: TButton
  88.     Left = 214
  89.     Top = 116
  90.     Width = 75
  91.     Height = 25
  92.     Caption = '&Help'
  93.     TabOrder = 5
  94.     OnClick = HelpButtonClick
  95.   end
  96.   object ChangeButton: TButton
  97.     Left = 144
  98.     Top = 74
  99.     Width = 75
  100.     Height = 25
  101.     Caption = 'Ch&ange...'
  102.     TabOrder = 2
  103.     OnClick = ChangeButtonClick
  104.   end
  105.   object OpenDialog: TOpenDialog
  106.     DefaultExt = 'bmp'
  107.     Filter = 'Bitmap files (*.bmp)|*.bmp|All files (*.*)|*.*'
  108.     Options = [ofHideReadOnly, ofNoChangeDir, ofFileMustExist, ofEnableSizing]
  109.     Title = 'Open'
  110.     Left = 8
  111.     Top = 96
  112.   end
  113. end
  114.