Beispiel #1
0
        public void stopKedu()
        {
            SuiZuanForm sz = new SuiZuanForm();

            sz.timer1.Enabled = false;
            sz.timer2.Enabled = true;
        }
Beispiel #2
0
        public static Boolean Validate(SuiZuanForm mf)
        {
            Boolean res = true;

            DrawDBName = "Sql";
            //    JH = "tt";
            if (DrawDBName.Equals(""))
            {
                MessageBox.Show("请选择绘图数据库");
                res = false;
            }
            else if (string.IsNullOrEmpty(JH))
            {
                MessageBox.Show("请选择绘图井号");
                res = false;
            }
            else if (_jdStrLst.Count < 1)
            {
                MessageBox.Show("请设计绘图井段");
                res = false;
            }

            return(res);
        }
Beispiel #3
0
 public static void initiate()
 {
     DrawPointContainer.list          = null;
     DrawPointContainer.szf           = null;
     DrawPointContainer.fromtablename = null;
 }