object FormGenerate: TFormGenerate Left = 470 Height = 562 Top = 372 Width = 812 Caption = 'Generate contacts' ClientHeight = 562 ClientWidth = 812 DesignTimePPI = 144 OnClose = FormClose OnCreate = FormCreate OnShow = FormShow LCLVersion = '2.0.12.0' object Label1: TLabel Left = 19 Height = 24 Top = 19 Width = 55 Caption = 'Count:' ParentColor = False ParentFont = False end object SpinEditCount: TSpinEdit Left = 155 Height = 42 Top = 18 Width = 152 MaxValue = 1000000000 MinValue = 1 ParentFont = False TabOrder = 0 Value = 1 end object ButtonGenerate: TButton Left = 19 Height = 37 Top = 173 Width = 113 Caption = 'Generate' OnClick = ButtonGenerateClick ParentFont = False TabOrder = 1 end end