inherited frmCreateSize: TfrmCreateSize Left = 455 Top = 213 Caption = 'frmCreateSize' OldCreateOrder = True OnShow = FormShow PixelsPerInch = 96 TextHeight = 14 object lblWelcome: TIntlLabel Left = 16 Top = 14 Width = 489 Height = 36 AutoSize = False Caption = 'The recommended settings displayed below are based on your curre' + 'nt operating system and new partition location. Be sure you unde' + 'rstand the issues by clicking '#39'Tips'#39' before making changes.' Transparent = True WordWrap = True end object lblMaxSizePrompt: TIntlLabel Left = 312 Top = 67 Width = 197 Height = 14 Caption = 'Maximum size:' end object lblMinSizePrompt: TIntlLabel Left = 312 Top = 85 Width = 191 Height = 14 Caption = 'Minimum size:' end object lblMaxSize: TIntlLabel Left = 408 Top = 67 Width = 33 Height = 14 Alignment = taRightJustify Caption = '8243.7' end object lblMinSize: TIntlLabel Left = 426 Top = 85 Width = 15 Height = 14 Alignment = taRightJustify Caption = '7.8' end object IntlLabel3: TIntlLabel Left = 444 Top = 67 Width = 15 Height = 14 Caption = 'MB' Transparent = True end object IntlLabel5: TIntlLabel Left = 444 Top = 85 Width = 15 Height = 14 Caption = 'MB' Transparent = True end object lblDriveLetter: TIntlLabel Left = 20 Top = 209 Width = 104 Height = 14 Caption = 'Drive Letter:' FocusControl = cbxDriveLetter end object IntlLabel7: TIntlLabel Left = 20 Top = 144 Width = 164 Height = 14 Caption = 'Create as:' FocusControl = cbxPriLog end object IntlLabel2: TIntlLabel Left = 20 Top = 178 Width = 131 Height = 14 Caption = 'File system type:' FocusControl = cbxFSType end object IntlLabel1: TIntlLabel Left = 20 Top = 114 Width = 64 Height = 14 Caption = 'Label:' FocusControl = edtLabel end object IntlLabel6: TIntlLabel Left = 20 Top = 73 Width = 53 Height = 14 Caption = 'Size:' FocusControl = edtSize end object lblMB: TIntlLabel Left = 222 Top = 75 Width = 124 Height = 14 Caption = 'MB' end object edtLabel: TEdit Left = 119 Top = 109 Width = 131 Height = 21 AutoSize = False MaxLength = 11 TabOrder = 1 end object cbxFSType: TComboBoxInt Left = 119 Top = 175 Width = 158 Height = 22 Style = csDropDownList ItemHeight = 14 TabOrder = 3 OnChange = cbxFSTypeOnChange end object cbxPriLog: TComboBoxInt Left = 119 Top = 141 Width = 158 Height = 22 Style = csDropDownList ItemHeight = 14 TabOrder = 2 OnChange = cbxPriLogOnChange end object cbxDriveLetter: TComboBoxInt Left = 120 Top = 206 Width = 89 Height = 22 Style = csDropDownList ItemHeight = 14 TabOrder = 4 end object edtHidSize: TEdit Left = 162 Top = 71 Width = 41 Height = 22 TabOrder = 5 Text = '0' Visible = False end object edtSize: TEdit Left = 119 Top = 71 Width = 84 Height = 22 TabOrder = 0 Text = '0' OnExit = edtSizeExit OnKeyDown = edtSizeKeyDown OnKeyPress = edtSizeKeyPress OnKeyUp = edtSizeKeyUp end object spnSize: TUpDown Left = 203 Top = 71 Width = 16 Height = 22 Associate = edtHidSize Min = -32000 Max = 32000 Position = 0 TabOrder = 6 Wrap = False OnClick = spnSizeClick end end