object NewProject: TNewProject Left = 239 Top = 224 BorderStyle = bsDialog Caption = 'Create new project...' ClientHeight = 311 ClientWidth = 550 Font.Color = clWindowText Font.Height = -14 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} Position = poScreenCenter Scaled = False PixelsPerInch = 96 TextHeight = 16 object Bevel1: TBevel Left = 10 Top = 10 Width = 527 Height = 263 Shape = bsFrame end object GroupBox1: TGroupBox Left = 25 Top = 185 Width = 184 Height = 72 Caption = 'Type' TabOrder = 1 object RadioButton1: TRadioButton Left = 32 Top = 25 Width = 113 Height = 16 Caption = 'Applet' Checked = True TabOrder = 0 TabStop = True end object RadioButton2: TRadioButton Left = 32 Top = 48 Width = 113 Height = 17 Caption = 'Standalone' TabOrder = 1 OnClick = RadioButton2Click end end object GroupBox2: TGroupBox Left = 217 Top = 25 Width = 304 Height = 160 Caption = 'Import Classes' TabOrder = 2 object CheckBox1: TCheckBox Left = 16 Top = 32 Width = 281 Height = 17 Caption = 'AWT (Abstract Window Toolkit)' State = cbChecked TabOrder = 0 end object CheckBox2: TCheckBox Left = 16 Top = 128 Width = 281 Height = 17 Caption = 'IO (Input and Output classes)' TabOrder = 4 end object CheckBox3: TCheckBox Left = 16 Top = 80 Width = 281 Height = 17 Caption = 'NET (Networking classes - TCP/IP, URL ...)' TabOrder = 2 end object CheckBox4: TCheckBox Left = 16 Top = 105 Width = 281 Height = 16 Caption = 'UTIL (Utility classes - Hashtable, Vector ...)' TabOrder = 3 end object CheckBox5: TCheckBox Left = 16 Top = 57 Width = 281 Height = 16 Caption = 'Applet (Support for embedding)' State = cbChecked TabOrder = 1 end end object GroupBox3: TGroupBox Left = 25 Top = 25 Width = 184 Height = 160 Caption = 'Project' TabOrder = 0 object Label1: TLabel Left = 16 Top = 25 Width = 46 Height = 19 Caption = 'Name' end object Label2: TLabel Left = 16 Top = 89 Width = 66 Height = 19 Caption = 'Directory' end object Edit1: TEdit Left = 25 Top = 41 Width = 120 Height = 24 TabOrder = 0 Text = 'NONAME' OnChange = Edit1Change OnKeyPress = Edit1KeyPress end object Edit2: TEdit Left = 25 Top = 121 Width = 144 Height = 24 CharCase = ecUpperCase TabOrder = 2 end object Button1: TButton Left = 96 Top = 89 Width = 75 Height = 24 Caption = 'Browse' TabOrder = 1 OnClick = Button1Click end end object Button2: TButton Left = 169 Top = 281 Width = 96 Height = 24 Caption = 'OK' TabOrder = 3 OnClick = Button2Click end object Button3: TButton Left = 281 Top = 281 Width = 88 Height = 24 Caption = 'Cancel' TabOrder = 4 OnClick = Button3Click end end