コード例 #1
0
ファイル: HP97p15p17.cs プロジェクト: mockingbirdnest/HP
        public void p15p17()
        {
            // Running a Prerecorded Program
            UIMap.OpenStandardPacCard("Calendar Functions.hp67");
            UIMap.ManTraceNorm2Left();

            UIMap.Zero();
            UIMap.Nine();
            UIMap.Period();
            UIMap.Zero();
            UIMap.Three();
            UIMap.One();
            UIMap.Nine();
            UIMap.SendKeys("{NumPad4}{NumPad4}");
            UIMap.AssertNumeric(" 09.031944     ");

            UIMap.A();
            Thread.Sleep(500);
            UIMap.AssertNumeric(" 2431337.      ");

            UIMap.OneOne();
            UIMap.Period();
            UIMap.Two();
            UIMap.OneOne();
            UIMap.Nine();
            UIMap.Seven();
            UIMap.Five();
            UIMap.AssertNumeric(" 11.211975     ");

            UIMap.B();
            Thread.Sleep(500);
            UIMap.AssertNumeric(" 2442738.      ");

            UIMap.C();
            Thread.Sleep(500);
            UIMap.AssertNumeric(" 11401.        ");
        }