public void cmdCancelTest()
        {
            PointImageSelect target   = new PointImageSelect(); // TODO: Initialize to an appropriate value
            Button           expected = null;                   // TODO: Initialize to an appropriate value
            Button           actual;

            target.cmdCancel = expected;
            actual           = target.cmdCancel;
            Assert.AreEqual(expected, actual);
            Assert.Inconclusive("Verify the correctness of this test method.");
        }
        public void flp1Test()
        {
            PointImageSelect target   = new PointImageSelect(); // TODO: Initialize to an appropriate value
            FlowLayoutPanel  expected = null;                   // TODO: Initialize to an appropriate value
            FlowLayoutPanel  actual;

            target.flp1 = expected;
            actual      = target.flp1;
            Assert.AreEqual(expected, actual);
            Assert.Inconclusive("Verify the correctness of this test method.");
        }
        public void chbHidePointTest()
        {
            PointImageSelect target   = new PointImageSelect(); // TODO: Initialize to an appropriate value
            CheckBox         expected = null;                   // TODO: Initialize to an appropriate value
            CheckBox         actual;

            target.chbHidePoint = expected;
            actual = target.chbHidePoint;
            Assert.AreEqual(expected, actual);
            Assert.Inconclusive("Verify the correctness of this test method.");
        }
        public void PointImageSelectConstructorTest()
        {
            PointImageSelect target = new PointImageSelect();

            Assert.Inconclusive("TODO: Implement code to verify target");
        }