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

  1. object BulkDescriptionDlg: TBulkDescriptionDlg
  2.   Left = 664
  3.   Top = 721
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Archive Description'
  7.   ClientHeight = 163
  8.   ClientWidth = 460
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   PixelsPerInch = 96
  12.   Position = poScreenCenter
  13.   OnShow = FormShow
  14.   TextHeight = 13
  15.   object Panel1: TPanel
  16.     Left = 0
  17.     Top = 18
  18.     Width = 460
  19.     Height = 145
  20.     HelpContext = 1021
  21.     Align = alClient
  22.     BevelOuter = bvNone
  23.     BorderWidth = 6
  24.     TabOrder = 0
  25.     object Panel2: TPanel
  26.       Left = 6
  27.       Top = 98
  28.       Width = 448
  29.       Height = 41
  30.       HelpContext = 1021
  31.       Align = alBottom
  32.       BevelOuter = bvNone
  33.       TabOrder = 0
  34.       object OkButton: TBitBtn
  35.         Left = 1
  36.         Top = 14
  37.         Width = 75
  38.         Height = 25
  39.         Hint = 'Accept description for this file'
  40.         HelpContext = 1021
  41.         Caption = '&OK'
  42.         Default = True
  43.         ModalResult = 1
  44.         ParentShowHint = False
  45.         ShowHint = False
  46.         TabOrder = 0
  47.       end
  48.       object AllButton: TBitBtn
  49.         Left = 93
  50.         Top = 14
  51.         Width = 75
  52.         Height = 25
  53.         Hint = 'Use description for remaining files'
  54.         HelpContext = 1021
  55.         Caption = 'Apply to &All'
  56.         ModalResult = 6
  57.         ParentShowHint = False
  58.         ShowHint = False
  59.         TabOrder = 1
  60.       end
  61.       object CancelButton: TBitBtn
  62.         Left = 276
  63.         Top = 14
  64.         Width = 75
  65.         Height = 25
  66.         Hint = 'Stop archiving files'
  67.         HelpContext = 1021
  68.         Cancel = True
  69.         Caption = 'Cancel'
  70.         ModalResult = 2
  71.         ParentShowHint = False
  72.         ShowHint = False
  73.         TabOrder = 3
  74.       end
  75.       object HelpButton: TBitBtn
  76.         Left = 365
  77.         Top = 14
  78.         Width = 75
  79.         Height = 25
  80.         Hint = 'Get explanation of dialog'
  81.         HelpContext = 1021
  82.         Caption = '&Help'
  83.         ParentShowHint = False
  84.         ShowHint = False
  85.         TabOrder = 4
  86.         OnClick = HelpButtonClick
  87.       end
  88.       object SkipButton: TBitBtn
  89.         Left = 184
  90.         Top = 14
  91.         Width = 75
  92.         Height = 25
  93.         Hint = 'Skip this file'
  94.         HelpContext = 1021
  95.         Caption = '&Skip'
  96.         ModalResult = 7
  97.         ParentShowHint = False
  98.         ShowHint = False
  99.         TabOrder = 2
  100.       end
  101.     end
  102.     object Panel3: TPanel
  103.       Left = 6
  104.       Top = 6
  105.       Width = 448
  106.       Height = 92
  107.       Align = alClient
  108.       BevelInner = bvLowered
  109.       BevelOuter = bvNone
  110.       TabOrder = 1
  111.       object Description: TRichEdit
  112.         Left = 1
  113.         Top = 1
  114.         Width = 446
  115.         Height = 90
  116.         Hint = 'Enter description of this file.'
  117.         HelpContext = 1021
  118.         Align = alClient
  119.         PlainText = True
  120.         ScrollBars = ssVertical
  121.         TabOrder = 0
  122.       end
  123.     end
  124.   end
  125.   object Panel4: TPanel
  126.     Left = 0
  127.     Top = 0
  128.     Width = 460
  129.     Height = 18
  130.     HelpContext = 1021
  131.     Align = alTop
  132.     BevelOuter = bvNone
  133.     TabOrder = 1
  134.     object Label1: TLabel
  135.       Left = 10
  136.       Top = 4
  137.       Width = 84
  138.       Height = 13
  139.       Caption = 'Description of file:'
  140.     end
  141.   end
  142. end
  143.