@ -52,6 +52,7 @@ namespace ICSharpCode.SharpDevelop.Project.Dialogs
@@ -52,6 +52,7 @@ namespace ICSharpCode.SharpDevelop.Project.Dialogs
this . nameTextBox = new System . Windows . Forms . TextBox ( ) ;
this . label3 = new System . Windows . Forms . Label ( ) ;
this . descriptionLabel = new System . Windows . Forms . Label ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . splitContainer1 ) ) . BeginInit ( ) ;
this . splitContainer1 . Panel1 . SuspendLayout ( ) ;
this . splitContainer1 . Panel2 . SuspendLayout ( ) ;
this . splitContainer1 . SuspendLayout ( ) ;
@ -76,8 +77,8 @@ namespace ICSharpCode.SharpDevelop.Project.Dialogs
@@ -76,8 +77,8 @@ namespace ICSharpCode.SharpDevelop.Project.Dialogs
this . splitContainer1 . Panel2 . Controls . Add ( this . smallIconsRadioButton ) ;
this . splitContainer1 . Panel2 . Controls . Add ( this . targetFrameworkComboBox ) ;
this . splitContainer1 . Panel2 . Controls . Add ( this . label2 ) ;
this . splitContainer1 . Size = new System . Drawing . Size ( 5 7 6 , 2 5 8 ) ;
this . splitContainer1 . SplitterDistance = 1 9 0 ;
this . splitContainer1 . Size = new System . Drawing . Size ( 5 8 7 , 2 5 8 ) ;
this . splitContainer1 . SplitterDistance = 1 9 3 ;
this . splitContainer1 . TabIndex = 0 ;
//
// categoryTreeView
@ -88,7 +89,7 @@ namespace ICSharpCode.SharpDevelop.Project.Dialogs
@@ -88,7 +89,7 @@ namespace ICSharpCode.SharpDevelop.Project.Dialogs
this . categoryTreeView . HideSelection = false ;
this . categoryTreeView . Location = new System . Drawing . Point ( 3 , 2 6 ) ;
this . categoryTreeView . Name = "categoryTreeView" ;
this . categoryTreeView . Size = new System . Drawing . Size ( 1 8 3 , 2 3 2 ) ;
this . categoryTreeView . Size = new System . Drawing . Size ( 1 8 6 , 2 3 2 ) ;
this . categoryTreeView . TabIndex = 1 ;
//
// label1
@ -97,7 +98,7 @@ namespace ICSharpCode.SharpDevelop.Project.Dialogs
@@ -97,7 +98,7 @@ namespace ICSharpCode.SharpDevelop.Project.Dialogs
| System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . label1 . Location = new System . Drawing . Point ( 3 , 0 ) ;
this . label1 . Name = "label1" ;
this . label1 . Size = new System . Drawing . Size ( 1 8 3 , 2 3 ) ;
this . label1 . Size = new System . Drawing . Size ( 1 8 6 , 2 3 ) ;
this . label1 . TabIndex = 0 ;
this . label1 . Text = "${res:Dialog.NewProject.ProjectTypeLabelText}" ;
this . label1 . TextAlign = System . Drawing . ContentAlignment . BottomLeft ;
@ -110,7 +111,7 @@ namespace ICSharpCode.SharpDevelop.Project.Dialogs
@@ -110,7 +111,7 @@ namespace ICSharpCode.SharpDevelop.Project.Dialogs
this . templateListView . HideSelection = false ;
this . templateListView . Location = new System . Drawing . Point ( 3 , 2 6 ) ;
this . templateListView . Name = "templateListView" ;
this . templateListView . Size = new System . Drawing . Size ( 3 6 8 , 2 3 2 ) ;
this . templateListView . Size = new System . Drawing . Size ( 3 7 6 , 2 3 2 ) ;
this . templateListView . TabIndex = 4 ;
this . templateListView . UseCompatibleStateImageBehavior = false ;
//
@ -118,7 +119,7 @@ namespace ICSharpCode.SharpDevelop.Project.Dialogs
@@ -118,7 +119,7 @@ namespace ICSharpCode.SharpDevelop.Project.Dialogs
//
this . largeIconsRadioButton . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Top | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . largeIconsRadioButton . Appearance = System . Windows . Forms . Appearance . Button ;
this . largeIconsRadioButton . Location = new System . Drawing . Point ( 3 4 9 , 4 ) ;
this . largeIconsRadioButton . Location = new System . Drawing . Point ( 3 5 7 , 4 ) ;
this . largeIconsRadioButton . Name = "largeIconsRadioButton" ;
this . largeIconsRadioButton . Size = new System . Drawing . Size ( 2 2 , 2 2 ) ;
this . largeIconsRadioButton . TabIndex = 2 ;
@ -127,7 +128,7 @@ namespace ICSharpCode.SharpDevelop.Project.Dialogs
@@ -127,7 +128,7 @@ namespace ICSharpCode.SharpDevelop.Project.Dialogs
//
this . smallIconsRadioButton . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Top | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . smallIconsRadioButton . Appearance = System . Windows . Forms . Appearance . Button ;
this . smallIconsRadioButton . Location = new System . Drawing . Point ( 3 2 5 , 4 ) ;
this . smallIconsRadioButton . Location = new System . Drawing . Point ( 3 3 3 , 4 ) ;
this . smallIconsRadioButton . Name = "smallIconsRadioButton" ;
this . smallIconsRadioButton . Size = new System . Drawing . Size ( 2 2 , 2 2 ) ;
this . smallIconsRadioButton . TabIndex = 1 ;
@ -136,9 +137,9 @@ namespace ICSharpCode.SharpDevelop.Project.Dialogs
@@ -136,9 +137,9 @@ namespace ICSharpCode.SharpDevelop.Project.Dialogs
//
this . targetFrameworkComboBox . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Top | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . targetFrameworkComboBox . DropDownStyle = System . Windows . Forms . ComboBoxStyle . DropDownList ;
this . targetFrameworkComboBox . Location = new System . Drawing . Point ( 1 5 8 , 3 ) ;
this . targetFrameworkComboBox . Location = new System . Drawing . Point ( 1 3 5 , 3 ) ;
this . targetFrameworkComboBox . Name = "targetFrameworkComboBox" ;
this . targetFrameworkComboBox . Size = new System . Drawing . Size ( 1 6 1 , 2 1 ) ;
this . targetFrameworkComboBox . Size = new System . Drawing . Size ( 1 9 2 , 2 1 ) ;
this . targetFrameworkComboBox . TabIndex = 0 ;
this . targetFrameworkComboBox . SelectedIndexChanged + = new System . EventHandler ( this . TargetFrameworkComboBoxSelectedIndexChanged ) ;
//
@ -148,7 +149,7 @@ namespace ICSharpCode.SharpDevelop.Project.Dialogs
@@ -148,7 +149,7 @@ namespace ICSharpCode.SharpDevelop.Project.Dialogs
| System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . label2 . Location = new System . Drawing . Point ( 3 , 0 ) ;
this . label2 . Name = "label2" ;
this . label2 . Size = new System . Drawing . Size ( 1 4 9 , 2 3 ) ;
this . label2 . Size = new System . Drawing . Size ( 1 2 6 , 2 3 ) ;
this . label2 . TabIndex = 3 ;
this . label2 . Text = "${res:Dialog.NewProject.TemplateLabelText}" ;
this . label2 . TextAlign = System . Drawing . ContentAlignment . BottomLeft ;
@ -170,14 +171,14 @@ namespace ICSharpCode.SharpDevelop.Project.Dialogs
@@ -170,14 +171,14 @@ namespace ICSharpCode.SharpDevelop.Project.Dialogs
this . bottomPanel . Dock = System . Windows . Forms . DockStyle . Bottom ;
this . bottomPanel . Location = new System . Drawing . Point ( 0 , 2 5 8 ) ;
this . bottomPanel . Name = "bottomPanel" ;
this . bottomPanel . Size = new System . Drawing . Size ( 5 7 6 , 1 6 7 ) ;
this . bottomPanel . Size = new System . Drawing . Size ( 5 8 7 , 1 6 7 ) ;
this . bottomPanel . TabIndex = 1 ;
//
// cancelButton
//
this . cancelButton . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Bottom | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . cancelButton . DialogResult = System . Windows . Forms . DialogResult . Cancel ;
this . cancelButton . Location = new System . Drawing . Point ( 4 8 4 , 1 3 2 ) ;
this . cancelButton . Location = new System . Drawing . Point ( 4 9 5 , 1 3 2 ) ;
this . cancelButton . Name = "cancelButton" ;
this . cancelButton . Size = new System . Drawing . Size ( 7 5 , 2 3 ) ;
this . cancelButton . TabIndex = 1 1 ;
@ -187,7 +188,7 @@ namespace ICSharpCode.SharpDevelop.Project.Dialogs
@@ -187,7 +188,7 @@ namespace ICSharpCode.SharpDevelop.Project.Dialogs
//
this . openButton . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Bottom | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . openButton . Enabled = false ;
this . openButton . Location = new System . Drawing . Point ( 4 0 4 , 1 3 2 ) ;
this . openButton . Location = new System . Drawing . Point ( 4 1 5 , 1 3 2 ) ;
this . openButton . Name = "openButton" ;
this . openButton . Size = new System . Drawing . Size ( 7 5 , 2 3 ) ;
this . openButton . TabIndex = 1 0 ;
@ -199,14 +200,14 @@ namespace ICSharpCode.SharpDevelop.Project.Dialogs
@@ -199,14 +200,14 @@ namespace ICSharpCode.SharpDevelop.Project.Dialogs
| System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . createInLabel . Location = new System . Drawing . Point ( 9 , 1 1 3 ) ;
this . createInLabel . Name = "createInLabel" ;
this . createInLabel . Size = new System . Drawing . Size ( 5 5 0 , 2 1 ) ;
this . createInLabel . Size = new System . Drawing . Size ( 5 6 1 , 2 1 ) ;
this . createInLabel . TabIndex = 9 ;
this . createInLabel . Text = "label6" ;
//
// createDirectoryForSolutionCheckBox
//
this . createDirectoryForSolutionCheckBox . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Top | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . createDirectoryForSolutionCheckBox . Location = new System . Drawing . Point ( 3 3 7 , 8 8 ) ;
this . createDirectoryForSolutionCheckBox . Location = new System . Drawing . Point ( 3 4 8 , 8 8 ) ;
this . createDirectoryForSolutionCheckBox . Name = "createDirectoryForSolutionCheckBox" ;
this . createDirectoryForSolutionCheckBox . Size = new System . Drawing . Size ( 2 2 2 , 2 4 ) ;
this . createDirectoryForSolutionCheckBox . TabIndex = 8 ;
@ -216,7 +217,7 @@ namespace ICSharpCode.SharpDevelop.Project.Dialogs
@@ -216,7 +217,7 @@ namespace ICSharpCode.SharpDevelop.Project.Dialogs
// browseButton
//
this . browseButton . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Top | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . browseButton . Location = new System . Drawing . Point ( 5 2 7 , 6 2 ) ;
this . browseButton . Location = new System . Drawing . Point ( 5 3 8 , 6 2 ) ;
this . browseButton . Name = "browseButton" ;
this . browseButton . Size = new System . Drawing . Size ( 3 2 , 2 1 ) ;
this . browseButton . TabIndex = 5 ;
@ -228,7 +229,7 @@ namespace ICSharpCode.SharpDevelop.Project.Dialogs
@@ -228,7 +229,7 @@ namespace ICSharpCode.SharpDevelop.Project.Dialogs
| System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . solutionNameTextBox . Location = new System . Drawing . Point ( 1 3 7 , 9 0 ) ;
this . solutionNameTextBox . Name = "solutionNameTextBox" ;
this . solutionNameTextBox . Size = new System . Drawing . Size ( 1 9 4 , 2 0 ) ;
this . solutionNameTextBox . Size = new System . Drawing . Size ( 2 0 5 , 2 0 ) ;
this . solutionNameTextBox . TabIndex = 7 ;
//
// locationTextBox
@ -237,7 +238,7 @@ namespace ICSharpCode.SharpDevelop.Project.Dialogs
@@ -237,7 +238,7 @@ namespace ICSharpCode.SharpDevelop.Project.Dialogs
| System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . locationTextBox . Location = new System . Drawing . Point ( 1 3 7 , 6 2 ) ;
this . locationTextBox . Name = "locationTextBox" ;
this . locationTextBox . Size = new System . Drawing . Size ( 3 8 4 , 2 0 ) ;
this . locationTextBox . Size = new System . Drawing . Size ( 3 9 5 , 2 0 ) ;
this . locationTextBox . TabIndex = 4 ;
//
// solutionNameLabel
@ -264,7 +265,7 @@ namespace ICSharpCode.SharpDevelop.Project.Dialogs
@@ -264,7 +265,7 @@ namespace ICSharpCode.SharpDevelop.Project.Dialogs
| System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . nameTextBox . Location = new System . Drawing . Point ( 1 3 7 , 3 8 ) ;
this . nameTextBox . Name = "nameTextBox" ;
this . nameTextBox . Size = new System . Drawing . Size ( 3 8 4 , 2 0 ) ;
this . nameTextBox . Size = new System . Drawing . Size ( 3 9 5 , 2 0 ) ;
this . nameTextBox . TabIndex = 2 ;
this . nameTextBox . TextChanged + = new System . EventHandler ( this . NameTextBoxTextChanged ) ;
//
@ -284,7 +285,7 @@ namespace ICSharpCode.SharpDevelop.Project.Dialogs
@@ -284,7 +285,7 @@ namespace ICSharpCode.SharpDevelop.Project.Dialogs
this . descriptionLabel . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
this . descriptionLabel . Location = new System . Drawing . Point ( 3 , 3 ) ;
this . descriptionLabel . Name = "descriptionLabel" ;
this . descriptionLabel . Size = new System . Drawing . Size ( 5 6 1 , 2 3 ) ;
this . descriptionLabel . Size = new System . Drawing . Size ( 5 7 2 , 2 3 ) ;
this . descriptionLabel . TabIndex = 0 ;
this . descriptionLabel . Text = "label3" ;
//
@ -294,7 +295,7 @@ namespace ICSharpCode.SharpDevelop.Project.Dialogs
@@ -294,7 +295,7 @@ namespace ICSharpCode.SharpDevelop.Project.Dialogs
this . AutoScaleDimensions = new System . Drawing . SizeF ( 6F , 1 3F ) ;
this . AutoScaleMode = System . Windows . Forms . AutoScaleMode . Font ;
this . CancelButton = this . cancelButton ;
this . ClientSize = new System . Drawing . Size ( 5 7 1 , 4 2 5 ) ;
this . ClientSize = new System . Drawing . Size ( 5 8 7 , 4 2 5 ) ;
this . Controls . Add ( this . splitContainer1 ) ;
this . Controls . Add ( this . bottomPanel ) ;
this . MaximizeBox = false ;
@ -306,6 +307,7 @@ namespace ICSharpCode.SharpDevelop.Project.Dialogs
@@ -306,6 +307,7 @@ namespace ICSharpCode.SharpDevelop.Project.Dialogs
this . Text = "${res:Dialog.NewProject.DialogName}" ;
this . splitContainer1 . Panel1 . ResumeLayout ( false ) ;
this . splitContainer1 . Panel2 . ResumeLayout ( false ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . splitContainer1 ) ) . EndInit ( ) ;
this . splitContainer1 . ResumeLayout ( false ) ;
this . bottomPanel . ResumeLayout ( false ) ;
this . bottomPanel . PerformLayout ( ) ;