home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 March / PCWorld_2007-03_cd.bin / komunikace / raketu / r-install.exe / Raketu.exe / 0 / RCDATA / TDLGMOVEWAVIGO / TDLGMOVEWAVIGO.txt
Encoding:
Text File  |  2007-01-31  |  1.3 KB  |  73 lines

  1. object DlgMoveWavigo: TDlgMoveWavigo
  2.   Left = 192
  3.   Top = 114
  4.   Width = 212
  5.   Height = 162
  6.   Caption = 'Utilities'
  7.   Color = clBtnFace
  8.   Constraints.MaxHeight = 162
  9.   Constraints.MaxWidth = 212
  10.   Constraints.MinHeight = 162
  11.   Constraints.MinWidth = 212
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   OldCreateOrder = False
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object DriveSel: TDriveComboBox
  22.     Left = 16
  23.     Top = 32
  24.     Width = 161
  25.     Height = 19
  26.     TabOrder = 0
  27.   end
  28.   object TDriveSel: TStaticText
  29.     Left = 8
  30.     Top = 8
  31.     Width = 159
  32.     Height = 17
  33.     Caption = 'Select Drive to Move Wavigo to:'
  34.     TabOrder = 3
  35.   end
  36.   object BMoveOK: TButton
  37.     Left = 16
  38.     Top = 64
  39.     Width = 75
  40.     Height = 25
  41.     Caption = 'BMoveOK'
  42.     TabOrder = 1
  43.     OnClick = BMoveOKClick
  44.   end
  45.   object BMoveCancel: TButton
  46.     Left = 104
  47.     Top = 64
  48.     Width = 75
  49.     Height = 25
  50.     Caption = 'BMoveCancel'
  51.     TabOrder = 2
  52.     OnClick = BMoveCancelClick
  53.   end
  54.   object MType: TStaticText
  55.     Left = 176
  56.     Top = 0
  57.     Width = 28
  58.     Height = 17
  59.     Caption = 'Type'
  60.     TabOrder = 4
  61.     Visible = False
  62.   end
  63.   object ProgBar: TProgressBar
  64.     Left = 24
  65.     Top = 96
  66.     Width = 150
  67.     Height = 17
  68.     Min = 0
  69.     Max = 100
  70.     TabOrder = 5
  71.   end
  72. end
  73.