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 / MultiCopy.de / 0 / RCDATA / TPROPFORM / TPROPFORM.txt
Text File  |  2003-02-05  |  2KB  |  106 lines

  1. object PropForm: TPropForm
  2.   Left = 722
  3.   Top = 222
  4.   HelpContext = 10022
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Eigenschaften von'
  8.   ClientHeight = 392
  9.   ClientWidth = 359
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   KeyPreview = True
  17.   OldCreateOrder = True
  18.   Position = poScreenCenter
  19.   OnCreate = FormCreate
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object btnOK: TButton
  23.     Left = 115
  24.     Top = 364
  25.     Width = 75
  26.     Height = 23
  27.     Caption = 'OK'
  28.     Default = True
  29.     ModalResult = 1
  30.     TabOrder = 1
  31.   end
  32.   object btnCancel: TButton
  33.     Left = 197
  34.     Top = 364
  35.     Width = 75
  36.     Height = 23
  37.     Cancel = True
  38.     Caption = 'Abbruch'
  39.     ModalResult = 2
  40.     TabOrder = 2
  41.   end
  42.   object btnHelp: TButton
  43.     Left = 279
  44.     Top = 364
  45.     Width = 75
  46.     Height = 23
  47.     Caption = 'Hilfe'
  48.     TabOrder = 3
  49.     OnClick = btnHelpClick
  50.   end
  51.   object pcProperties: TPageControl
  52.     Left = 4
  53.     Top = 8
  54.     Width = 349
  55.     Height = 351
  56.     ActivePage = tsGeneral
  57.     TabOrder = 0
  58.     object tsGeneral: TTabSheet
  59.       Caption = 'Allgemein'
  60.       object Bevel2: TBevel
  61.         Left = 13
  62.         Top = 55
  63.         Width = 318
  64.         Height = 2
  65.         Shape = bsTopLine
  66.       end
  67.       object imgObjIcon: TImage
  68.         Tag = 15
  69.         Left = 16
  70.         Top = 8
  71.         Width = 32
  72.         Height = 32
  73.       end
  74.       object Label2: TLabel
  75.         Left = 16
  76.         Top = 73
  77.         Width = 50
  78.         Height = 13
  79.         AutoSize = False
  80.         Caption = 'Typ:'
  81.       end
  82.       object lblType: TLabel
  83.         Left = 75
  84.         Top = 73
  85.         Width = 258
  86.         Height = 13
  87.         AutoSize = False
  88.         Caption = '(Unbekannt)'
  89.       end
  90.       object edObjName: TEdit
  91.         Left = 72
  92.         Top = 14
  93.         Width = 258
  94.         Height = 21
  95.         TabStop = False
  96.         AutoSelect = False
  97.         AutoSize = False
  98.         ParentColor = True
  99.         ReadOnly = True
  100.         TabOrder = 0
  101.         Text = '(Objekt Name)'
  102.       end
  103.     end
  104.   end
  105. end
  106.