object dlgMerge: TdlgMerge Left = 220 Top = 378 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Merge Adjacent Partitions' ClientHeight = 435 ClientWidth = 497 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnActivate = FormActivate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object lblIntro: TLabel Left = 27 Top = 13 Width = 434 Height = 44 AutoSize = False Caption = 'You can merge the selected partition E: MYDATA (FAT) with eithe' + 'r of its adjacent partitions:' WordWrap = True end object btnOK: TButton Left = 116 Top = 401 Width = 75 Height = 25 Caption = '&OK' Default = True TabOrder = 3 OnClick = btnOKClick end object btnCancel: TButton Left = 212 Top = 401 Width = 75 Height = 25 Cancel = True Caption = '&Cancel' TabOrder = 4 OnClick = btnCancelClick end object btnHelp: TButton Left = 308 Top = 401 Width = 75 Height = 25 Caption = '&Help' TabOrder = 5 OnClick = btnHelpClick end object gbxPartitions: TGroupBox Left = 27 Top = 66 Width = 438 Height = 114 Caption = 'Merge options' TabOrder = 0 OnEnter = gbxPartitionsEnter object rbtnOpt1: TRadioButton Left = 16 Top = 19 Width = 417 Height = 17 Caption = '%1 becomes a folder of %2' Checked = True TabOrder = 0 TabStop = True OnClick = rbtnOpt1Click end object rbtnOpt2: TRadioButton Left = 16 Top = 42 Width = 417 Height = 17 Caption = '%1 becomes a folder of %2' TabOrder = 1 OnClick = rbtnOpt1Click end object rbtnOpt3: TRadioButton Left = 16 Top = 66 Width = 417 Height = 17 Caption = '%1 becomes a folder of %2' TabOrder = 2 OnClick = rbtnOpt1Click end object rbtnOpt4: TRadioButton Left = 16 Top = 90 Width = 417 Height = 17 Caption = '%1 becomes a folder of %2' TabOrder = 3 OnClick = rbtnOpt1Click end end object gbxDest: TGroupBox Left = 27 Top = 204 Width = 438 Height = 102 Caption = 'Merge Folder' TabOrder = 1 object lblDirName: TIntlLabel Left = 16 Top = 69 Width = 163 Height = 13 Caption = 'Folder &Name:' FocusControl = edtFolderName end object lblInfo: TIntlLabel Left = 15 Top = 17 Width = 410 Height = 38 AutoSize = False Caption = '???' WordWrap = True end object edtFolderName: TEdit Left = 91 Top = 66 Width = 155 Height = 21 MaxLength = 8 TabOrder = 0 OnKeyPress = edtFolderNameKeyPress end end object gbxFSType: TGroupBox Left = 27 Top = 324 Width = 438 Height = 47 Caption = 'File System Type' TabOrder = 2 OnEnter = gbxFSTypeEnter object rbtnFAT: TRadioButton Left = 31 Top = 20 Width = 52 Height = 17 Caption = '&FAT' Checked = True TabOrder = 0 TabStop = True OnClick = rbtnFATClick end object rbtnFAT32: TRadioButton Left = 123 Top = 20 Width = 68 Height = 17 Caption = 'FAT&32' TabOrder = 1 OnClick = rbtnFAT32Click end object rbtnNTFS: TRadioButton Left = 216 Top = 20 Width = 68 Height = 17 Caption = 'NTFS' TabOrder = 2 OnClick = rbtnNTFSClick end end end