home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 January / Gamestar_69_2005-01_dvd.iso / Programy / enpm800retaildemo.exe / Setup / PMagic.cab / PMagicNT.exe / 0 / RCDATA / TDLGMERGE / TDLGMERGE.txt
Text File  |  2002-09-16  |  4KB  |  181 lines

  1. object dlgMerge: TdlgMerge
  2.   Left = 220
  3.   Top = 378
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Merge Adjacent Partitions'
  7.   ClientHeight = 435
  8.   ClientWidth = 497
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnActivate = FormActivate
  18.   OnDestroy = FormDestroy
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object lblIntro: TLabel
  22.     Left = 27
  23.     Top = 13
  24.     Width = 434
  25.     Height = 44
  26.     AutoSize = False
  27.     Caption = 
  28.       'You can merge the selected partition  E: MYDATA (FAT) with eithe' +
  29.       'r of its adjacent partitions:'
  30.     WordWrap = True
  31.   end
  32.   object btnOK: TButton
  33.     Left = 116
  34.     Top = 401
  35.     Width = 75
  36.     Height = 25
  37.     Caption = '&OK'
  38.     Default = True
  39.     TabOrder = 3
  40.     OnClick = btnOKClick
  41.   end
  42.   object btnCancel: TButton
  43.     Left = 212
  44.     Top = 401
  45.     Width = 75
  46.     Height = 25
  47.     Cancel = True
  48.     Caption = '&Cancel'
  49.     TabOrder = 4
  50.     OnClick = btnCancelClick
  51.   end
  52.   object btnHelp: TButton
  53.     Left = 308
  54.     Top = 401
  55.     Width = 75
  56.     Height = 25
  57.     Caption = '&Help'
  58.     TabOrder = 5
  59.     OnClick = btnHelpClick
  60.   end
  61.   object gbxPartitions: TGroupBox
  62.     Left = 27
  63.     Top = 66
  64.     Width = 438
  65.     Height = 114
  66.     Caption = 'Merge options'
  67.     TabOrder = 0
  68.     OnEnter = gbxPartitionsEnter
  69.     object rbtnOpt1: TRadioButton
  70.       Left = 16
  71.       Top = 19
  72.       Width = 417
  73.       Height = 17
  74.       Caption = '%1     becomes a folder of     %2'
  75.       Checked = True
  76.       TabOrder = 0
  77.       TabStop = True
  78.       OnClick = rbtnOpt1Click
  79.     end
  80.     object rbtnOpt2: TRadioButton
  81.       Left = 16
  82.       Top = 42
  83.       Width = 417
  84.       Height = 17
  85.       Caption = '%1     becomes a folder of     %2'
  86.       TabOrder = 1
  87.       OnClick = rbtnOpt1Click
  88.     end
  89.     object rbtnOpt3: TRadioButton
  90.       Left = 16
  91.       Top = 66
  92.       Width = 417
  93.       Height = 17
  94.       Caption = '%1     becomes a folder of     %2'
  95.       TabOrder = 2
  96.       OnClick = rbtnOpt1Click
  97.     end
  98.     object rbtnOpt4: TRadioButton
  99.       Left = 16
  100.       Top = 90
  101.       Width = 417
  102.       Height = 17
  103.       Caption = '%1     becomes a folder of     %2'
  104.       TabOrder = 3
  105.       OnClick = rbtnOpt1Click
  106.     end
  107.   end
  108.   object gbxDest: TGroupBox
  109.     Left = 27
  110.     Top = 204
  111.     Width = 438
  112.     Height = 102
  113.     Caption = 'Merge Folder'
  114.     TabOrder = 1
  115.     object lblDirName: TIntlLabel
  116.       Left = 16
  117.       Top = 69
  118.       Width = 163
  119.       Height = 13
  120.       Caption = 'Folder &Name:'
  121.       FocusControl = edtFolderName
  122.     end
  123.     object lblInfo: TIntlLabel
  124.       Left = 15
  125.       Top = 17
  126.       Width = 410
  127.       Height = 38
  128.       AutoSize = False
  129.       Caption = '???'
  130.       WordWrap = True
  131.     end
  132.     object edtFolderName: TEdit
  133.       Left = 91
  134.       Top = 66
  135.       Width = 155
  136.       Height = 21
  137.       MaxLength = 8
  138.       TabOrder = 0
  139.       OnKeyPress = edtFolderNameKeyPress
  140.     end
  141.   end
  142.   object gbxFSType: TGroupBox
  143.     Left = 27
  144.     Top = 324
  145.     Width = 438
  146.     Height = 47
  147.     Caption = 'File System Type'
  148.     TabOrder = 2
  149.     OnEnter = gbxFSTypeEnter
  150.     object rbtnFAT: TRadioButton
  151.       Left = 31
  152.       Top = 20
  153.       Width = 52
  154.       Height = 17
  155.       Caption = '&FAT'
  156.       Checked = True
  157.       TabOrder = 0
  158.       TabStop = True
  159.       OnClick = rbtnFATClick
  160.     end
  161.     object rbtnFAT32: TRadioButton
  162.       Left = 123
  163.       Top = 20
  164.       Width = 68
  165.       Height = 17
  166.       Caption = 'FAT&32'
  167.       TabOrder = 1
  168.       OnClick = rbtnFAT32Click
  169.     end
  170.     object rbtnNTFS: TRadioButton
  171.       Left = 216
  172.       Top = 20
  173.       Width = 68
  174.       Height = 17
  175.       Caption = 'NTFS'
  176.       TabOrder = 2
  177.       OnClick = rbtnNTFSClick
  178.     end
  179.   end
  180. end
  181.