object NumList: TNumList Left = 226 Top = 157 BorderIcons = [] BorderStyle = bsSingle Caption = 'Numbered List' ClientHeight = 232 ClientWidth = 363 Color = clSilver Font.Color = clWindowText Font.Height = -18 Font.Name = 'System' Font.Style = [] Position = poScreenCenter OnCloseQuery = FormCloseQuery PixelsPerInch = 120 TextHeight = 20 object Label1: TLabel Left = 48 Top = 133 Width = 139 Height = 20 Caption = 'Starting Number: ' Font.Color = clBlue Font.Height = -17 Font.Name = 'System' Font.Style = [fsBold] ParentFont = False end object GroupBox1: TGroupBox Left = 8 Top = 8 Width = 345 Height = 105 Caption = 'Number Type' Color = clSilver Font.Color = clBlue Font.Height = -17 Font.Name = 'System' Font.Style = [fsBold] ParentColor = False ParentFont = False TabOrder = 0 object RadioButton2: TRadioButton Left = 38 Top = 49 Width = 123 Height = 17 Caption = 'A..B..C..D..E..' Color = clSilver Font.Color = clMaroon Font.Height = -17 Font.Name = 'System' Font.Style = [fsBold] ParentColor = False ParentFont = False TabOrder = 1 end object RadioButton3: TRadioButton Left = 38 Top = 73 Width = 123 Height = 17 Caption = 'I..II..III..IV..V..' Color = clSilver Font.Color = clMaroon Font.Height = -17 Font.Name = 'System' Font.Style = [fsBold] ParentColor = False ParentFont = False TabOrder = 2 end object RadioButton4: TRadioButton Left = 198 Top = 49 Width = 112 Height = 17 Caption = 'a..b..c..d..e..' Color = clSilver Font.Color = clMaroon Font.Height = -17 Font.Name = 'System' Font.Style = [fsBold] ParentColor = False ParentFont = False TabOrder = 3 end object RadioButton5: TRadioButton Left = 198 Top = 73 Width = 131 Height = 21 Caption = 'i..ii..iii..iv..v..' Color = clSilver Font.Color = clMaroon Font.Height = -17 Font.Name = 'System' Font.Style = [fsBold] ParentColor = False ParentFont = False TabOrder = 4 end object RadioButton1: TRadioButton Left = 38 Top = 25 Width = 112 Height = 18 Caption = '1..2..3..4..5..' Checked = True Color = clSilver Font.Color = clMaroon Font.Height = -17 Font.Name = 'System' Font.Style = [fsBold] ParentColor = False ParentFont = False TabOrder = 0 TabStop = True end end object BitBtn1: TBitBtn Left = 64 Top = 186 Width = 89 Height = 33 TabOrder = 2 OnClick = BitBtn1Click Kind = bkOK end object BitBtn2: TBitBtn Left = 208 Top = 186 Width = 90 Height = 33 TabOrder = 3 OnClick = BitBtn2Click Kind = bkCancel end object SpinEdit1: TSpinEdit Left = 193 Top = 128 Width = 64 Height = 31 Color = clSilver Font.Color = clMaroon Font.Height = -17 Font.Name = 'System' Font.Style = [fsBold] MaxLength = 2 MaxValue = 999 MinValue = 1 ParentFont = False TabOrder = 1 Value = 1 end end