|
|
|
@ -71,6 +71,7 @@ namespace ICSharpCode.FiletypeRegisterer
@@ -71,6 +71,7 @@ namespace ICSharpCode.FiletypeRegisterer
|
|
|
|
|
this.fileTypesListBox.Name = "fileTypesListBox"; |
|
|
|
|
this.fileTypesListBox.Size = new System.Drawing.Size(328, 299); |
|
|
|
|
this.fileTypesListBox.TabIndex = 1; |
|
|
|
|
this.fileTypesListBox.MouseClick += new System.Windows.Forms.MouseEventHandler(this.fileTypesListBox_MouseClick); |
|
|
|
|
//
|
|
|
|
|
// RegisterFiletypesPanel
|
|
|
|
|
//
|
|
|
|
@ -79,6 +80,7 @@ namespace ICSharpCode.FiletypeRegisterer
@@ -79,6 +80,7 @@ namespace ICSharpCode.FiletypeRegisterer
|
|
|
|
|
this.Name = "RegisterFiletypesPanel"; |
|
|
|
|
this.Size = new System.Drawing.Size(334, 328); |
|
|
|
|
this.ResumeLayout(false); |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
private System.Windows.Forms.CheckedListBox fileTypesListBox; |
|
|
|
|
private System.Windows.Forms.Label captionLabel; |
|
|
|
|