object Form2: TForm2 Left = 312 Top = 175 BorderIcons = [] BorderStyle = bsDialog Caption = 'MBM' ClientHeight = 157 ClientWidth = 295 Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] OldCreateOrder = False Position = poScreenCenter Scaled = False OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 14 object Image1: TImage Left = 8 Top = 8 Width = 41 Height = 41 end object Label2: TLabel Left = 8 Top = 64 Width = 32 Height = 14 Caption = 'Label2' end object SpeedButton1: TSpeedButton Left = 216 Top = 128 Width = 65 Height = 22 Caption = 'Next' Layout = blGlyphBottom OnClick = SpeedButton1Click end object Label1: TLabel Left = 56 Top = 24 Width = 51 Height = 19 Caption = 'Label1' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -16 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object Label4: TLabel Left = 54 Top = 22 Width = 51 Height = 19 Caption = 'Label1' Font.Charset = ANSI_CHARSET Font.Color = clWhite Font.Height = -16 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False Transparent = True end object ComboBox1: TComboBox Left = 72 Top = 88 Width = 145 Height = 22 Style = csDropDownList ItemHeight = 14 TabOrder = 0 end end