object RequirementForm: TRequirementForm Left = 217 Top = 144 BorderIcons = [] BorderStyle = bsSingle Caption = 'Add Requirement' ClientHeight = 236 ClientWidth = 291 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Position = poScreenCenter ShowHint = True OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 19 Top = 11 Width = 101 Height = 13 Alignment = taRightJustify Caption = 'Requirement Presets:' end object Bevel1: TBevel Left = 8 Top = 36 Width = 273 Height = 2 end object Bevel2: TBevel Left = 8 Top = 196 Width = 273 Height = 2 end object Label2: TLabel Left = 64 Top = 50 Width = 40 Height = 13 Alignment = taRightJustify Caption = 'Product:' end object Label3: TLabel Left = 66 Top = 74 Width = 38 Height = 13 Alignment = taRightJustify Caption = 'Version:' end object Label4: TLabel Left = 52 Top = 98 Width = 52 Height = 13 Alignment = taRightJustify Caption = 'Developer:' end object Label5: TLabel Left = 39 Top = 122 Width = 65 Height = 13 Alignment = taRightJustify Caption = 'Product URL:' end object Label6: TLabel Left = 41 Top = 146 Width = 63 Height = 13 Alignment = taRightJustify Caption = 'Version URL:' end object Label7: TLabel Left = 27 Top = 170 Width = 77 Height = 13 Alignment = taRightJustify Caption = 'Developer URL:' end object SaveBtn: TSpeedButton Left = 16 Top = 214 Width = 81 Height = 17 Hint = 'Save information to preset list' Caption = '&Save preset' Flat = True OnClick = SaveBtnClick end object DeleteBtn: TSpeedButton Left = 104 Top = 214 Width = 81 Height = 17 Hint = 'Delete selected preset from list' Caption = 'Delete preset' Flat = True Visible = False OnClick = DeleteBtnClick end object CBox: TComboBox Left = 128 Top = 8 Width = 153 Height = 21 ItemHeight = 13 TabOrder = 0 OnChange = CBoxChange OnClick = CBoxClick end object PEdit: TEdit Left = 112 Top = 46 Width = 169 Height = 21 TabOrder = 1 end object DEdit: TEdit Left = 112 Top = 94 Width = 169 Height = 21 TabOrder = 3 end object PURLEdit: TEdit Left = 112 Top = 118 Width = 169 Height = 21 TabOrder = 4 end object DURLEdit: TEdit Left = 112 Top = 166 Width = 169 Height = 21 TabOrder = 6 end object VEdit: TMaskEdit Left = 112 Top = 70 Width = 169 Height = 21 EditMask = '99999;1; ' MaxLength = 5 TabOrder = 2 Text = ' ' end object CancelBtn: TButton Left = 112 Top = 206 Width = 75 Height = 25 Cancel = True Caption = '&Cancel' TabOrder = 7 OnClick = CancelBtnClick end object VURLEdit: TEdit Left = 112 Top = 142 Width = 169 Height = 21 TabOrder = 5 end object OkBtn: TButton Left = 200 Top = 206 Width = 75 Height = 25 Caption = '&OK' Default = True TabOrder = 8 OnClick = OkBtnClick end end