home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 April (Special) / Chip-Special_2003-04_Vypalujeme-cd-i-dvd.bin / soft / instantcopy / InstantCopy.msi / Cabs.w1.cab / CDWizard.EXE / 0 / RCDATA / TPROPFRAME / TPROPFRAME.txt
Encoding:
Text File  |  2002-12-06  |  1.8 KB  |  95 lines

  1. object PropFrame: TPropFrame
  2.   Left = 0
  3.   Top = 0
  4.   Width = 360
  5.   Height = 399
  6.   HelpContext = 10022
  7.   TabOrder = 0
  8.   object btnOK: TButton
  9.     Left = 115
  10.     Top = 364
  11.     Width = 75
  12.     Height = 23
  13.     Caption = 'OK'
  14.     Default = True
  15.     ModalResult = 1
  16.     TabOrder = 1
  17.   end
  18.   object btnCancel: TButton
  19.     Left = 197
  20.     Top = 364
  21.     Width = 75
  22.     Height = 23
  23.     Cancel = True
  24.     Caption = 'Cancel'
  25.     ModalResult = 2
  26.     TabOrder = 2
  27.   end
  28.   object btnHelp: TButton
  29.     Left = 279
  30.     Top = 364
  31.     Width = 75
  32.     Height = 23
  33.     Caption = 'Help'
  34.     TabOrder = 3
  35.     OnClick = btnHelpClick
  36.   end
  37.   object pcProperties: TPageControl
  38.     Left = 4
  39.     Top = 8
  40.     Width = 349
  41.     Height = 351
  42.     ActivePage = tsGeneral
  43.     TabOrder = 0
  44.     object tsGeneral: TTabSheet
  45.       Caption = 'General'
  46.       object Bevel2: TBevel
  47.         Left = 13
  48.         Top = 55
  49.         Width = 318
  50.         Height = 2
  51.         Shape = bsTopLine
  52.       end
  53.       object imgObjIcon: TImage
  54.         Tag = 15
  55.         Left = 16
  56.         Top = 8
  57.         Width = 32
  58.         Height = 32
  59.       end
  60.       object Label2: TLabel
  61.         Left = 16
  62.         Top = 73
  63.         Width = 50
  64.         Height = 13
  65.         AutoSize = False
  66.         Caption = 'Type:'
  67.       end
  68.       object lblType: TLabel
  69.         Left = 75
  70.         Top = 73
  71.         Width = 258
  72.         Height = 13
  73.         AutoSize = False
  74.         Caption = '(Unknown)'
  75.       end
  76.       object edObjName: TEdit
  77.         Left = 72
  78.         Top = 16
  79.         Width = 258
  80.         Height = 16
  81.         TabStop = False
  82.         AutoSelect = False
  83.         AutoSize = False
  84.         BorderStyle = bsNone
  85.         Ctl3D = False
  86.         ParentColor = True
  87.         ParentCtl3D = False
  88.         ReadOnly = True
  89.         TabOrder = 0
  90.         Text = '(Object Name)'
  91.       end
  92.     end
  93.   end
  94. end
  95.