home *** CD-ROM | disk | FTP | other *** search
/ GameStar 1999 September / Gamestar_09_1999-09_cd1.bin / programy / wc / INSTALL.BIN / WINCMD32.EXE / 0 / RCDATA / TDLG2FILEACTIONMIN / TDLG2FILEACTIONMIN.txt
Text File  |  1999-07-27  |  2KB  |  83 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 = 23
  43.     Cancel = True
  44.     Caption = '&Cancel'
  45.     Default = True
  46.     TabOrder = 0
  47.     OnClick = CancelButtonClick
  48.   end
  49.   object BackgroundBtn: TButton
  50.     Tag = 4004
  51.     Left = 333
  52.     Top = 116
  53.     Width = 91
  54.     Height = 23
  55.     Caption = 'Background'
  56.     TabOrder = 1
  57.     Visible = False
  58.     OnClick = BackgroundBtnClick
  59.   end
  60.   object SecondPercentBar: TPercentPanel
  61.     Left = 23
  62.     Top = 88
  63.     Width = 401
  64.     Height = 23
  65.     BevelOuter = bvLowered
  66.     TabOrder = 3
  67.     Percent = 0
  68.   end
  69.   object PercentBar: TPercentPanel
  70.     Left = 23
  71.     Top = 60
  72.     Width = 401
  73.     Height = 23
  74.     BevelOuter = bvLowered
  75.     TabOrder = 2
  76.     Percent = 0
  77.   end
  78.   object Translate1: TTranslate
  79.     Left = 8
  80.     Top = 112
  81.   end
  82. end
  83.