object CreateTreeDlg: TCreateTreeDlg Left = 621 Top = 199 BorderStyle = bsDialog Caption = 'Create Tree' ClientHeight = 99 ClientWidth = 246 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnActivate = FormActivate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 69 Top = 25 Width = 110 Height = 13 Caption = 'Number of generations:' end object Image1: TImage Left = 24 Top = 16 Width = 32 Height = 32 AutoSize = True Picture.Data = {} end object Edit1: TEdit Left = 185 Top = 22 Width = 24 Height = 21 MaxLength = 2 TabOrder = 0 Text = '2' end object UpDown1: TUpDown Left = 209 Top = 22 Width = 12 Height = 21 Associate = Edit1 Min = 0 Position = 2 TabOrder = 1 Wrap = False end object Button1: TButton Left = 56 Top = 64 Width = 65 Height = 25 Caption = 'OK' Default = True TabOrder = 2 OnClick = Button1Click end object Button2: TButton Left = 128 Top = 64 Width = 65 Height = 25 Cancel = True Caption = 'Cancel' TabOrder = 3 OnClick = Button2Click end end