public IntegerCollectionForm(CollectionEditor editor) : base(editor)
 {
     this.instruction  = new Label();
     this.textEntry    = new TextBox();
     this.okButton     = new Button();
     this.cancelButton = new Button();
     this.helpButton   = new Button();
     this.editor       = (IntegerCollectionEditor)editor;
     this.InitializeComponent();
 }
 public IntegerCollectionForm(CollectionEditor editor) : base(editor)
 {
     this.instruction = new Label();
     this.textEntry = new TextBox();
     this.okButton = new Button();
     this.cancelButton = new Button();
     this.helpButton = new Button();
     this.editor = (IntegerCollectionEditor) editor;
     this.InitializeComponent();
 }