home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 July & August / PCWorld_2006-07-08_cd.bin / komunikace / wavago / W-install-cz.exe / Wavago.exe / 0 / RCDATA / TDLGMOVEWAVIGO / TDLGMOVEWAVIGO.txt < prev   
Text File  |  2006-04-12  |  1KB  |  74 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.   Icon.Data = {<image000.ico>}
  18.   OldCreateOrder = False
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object DriveSel: TDriveComboBox
  23.     Left = 16
  24.     Top = 32
  25.     Width = 161
  26.     Height = 19
  27.     TabOrder = 0
  28.   end
  29.   object TDriveSel: TStaticText
  30.     Left = 8
  31.     Top = 8
  32.     Width = 159
  33.     Height = 17
  34.     Caption = 'Select Drive to Move Wavigo to:'
  35.     TabOrder = 3
  36.   end
  37.   object BMoveOK: TButton
  38.     Left = 16
  39.     Top = 64
  40.     Width = 75
  41.     Height = 25
  42.     Caption = 'BMoveOK'
  43.     TabOrder = 1
  44.     OnClick = BMoveOKClick
  45.   end
  46.   object BMoveCancel: TButton
  47.     Left = 104
  48.     Top = 64
  49.     Width = 75
  50.     Height = 25
  51.     Caption = 'BMoveCancel'
  52.     TabOrder = 2
  53.     OnClick = BMoveCancelClick
  54.   end
  55.   object MType: TStaticText
  56.     Left = 176
  57.     Top = 0
  58.     Width = 28
  59.     Height = 17
  60.     Caption = 'Type'
  61.     TabOrder = 4
  62.     Visible = False
  63.   end
  64.   object ProgBar: TProgressBar
  65.     Left = 24
  66.     Top = 96
  67.     Width = 150
  68.     Height = 17
  69.     Min = 0
  70.     Max = 100
  71.     TabOrder = 5
  72.   end
  73. end
  74.