home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / Sharewar / WCMD3532 / INSTALL.BIN / WINCMD32.EXE / 0 / RCDATA / TDLG2FILEACTIONMIN / TDLG2FILEACTIONMIN.txt
Text File  |  1998-03-18  |  1KB  |  72 lines

  1. object DLG2FILEACTIONMIN: TDLG2FILEACTIONMIN
  2.   Left = 225
  3.   Top = 266
  4.   Width = 455
  5.   Height = 169
  6.   HorzScrollBar.Visible = False
  7.   VertScrollBar.Visible = False
  8.   Caption = 'Action'
  9.   Font.Color = clBtnText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   KeyPreview = True
  14.   OnCloseQuery = FormCloseQuery
  15.   OnCreate = FormCreate
  16.   OnKeyDown = FormKeyDown
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Action: TLabel
  20.     Left = 4
  21.     Top = 6
  22.     Width = 441
  23.     Height = 16
  24.     Alignment = taCenter
  25.     AutoSize = False
  26.     ShowAccelChar = False
  27.   end
  28.   object TextField: TLabel
  29.     Left = 4
  30.     Top = 25
  31.     Width = 500
  32.     Height = 30
  33.     AutoSize = False
  34.     ShowAccelChar = False
  35.     WordWrap = True
  36.   end
  37.   object CancelButton: TButton
  38.     Tag = 4002
  39.     Left = 174
  40.     Top = 116
  41.     Width = 100
  42.     Height = 25
  43.     Cancel = True
  44.     Caption = '&Cancel'
  45.     Default = True
  46.     TabOrder = 0
  47.     OnClick = CancelButtonClick
  48.   end
  49.   object SecondPercentBar: TPercentPanel
  50.     Left = 23
  51.     Top = 88
  52.     Width = 401
  53.     Height = 23
  54.     BevelOuter = bvLowered
  55.     TabOrder = 2
  56.     Percent = 0
  57.   end
  58.   object PercentBar: TPercentPanel
  59.     Left = 23
  60.     Top = 60
  61.     Width = 401
  62.     Height = 23
  63.     BevelOuter = bvLowered
  64.     TabOrder = 1
  65.     Percent = 0
  66.   end
  67.   object Translate1: TTranslate
  68.     Left = 8
  69.     Top = 112
  70.   end
  71. end
  72.