Beispiel #1
0
        public FormTop()
        {
            InitializeComponent();

            InitializeForm();

            TopMenu = this;
        }
Beispiel #2
0
        private void CreateForms()
        {
            m_FormTop = new FormTop();

            m_FormSubBottom = new FormSubBottom();

            m_FormMain       = new FormMain();
            m_FormMainBottom = new FormMainBottom();

            m_FormFullAuto    = new FormFullAuto();
            m_FormFullAuto_1  = new FormFullAuto_1();
            m_FormFullAuto_2  = new FormFullAuto_2();
            m_FormFullAuto_3  = new FormFullAuto_3();
            m_FormEmptyBottom = new FormEmptyBottom();

            m_FormManualOP   = new FormManualOP();
            m_FormManualOP_1 = new FormManualOP_1();
            m_FormManualOP_2 = new FormManualOP_2();
            m_FormManualOP_3 = new FormManualOP_3();

            m_FormDeviceData       = new FormDeviceData();
            m_FormDeviceData_1     = new FormDeviceData_1();
            m_FormDeviceData_2     = new FormDeviceData_2();
            m_FormDeviceData_3     = new FormDeviceData_3();
            m_FormDeviceDataBottom = new FormDeviceDataBottom();

            m_FormEngineerMaint = new FormEngineerMaint();
            m_AxisOperation     = new FormAxisOperation();
            m_IOCheck           = new FormIOCheck();
            m_AxisParameter     = new FormAxisParameter();

            m_FormOperatorMaint   = new FormOperatorMaint();
            m_FormOperatorMaint_1 = new FormOperatorMaint_1();
            m_FormOperatorMaint_2 = new FormOperatorMaint_2();
            m_FormOperatorMaint_3 = new FormOperatorMaint_3();

            m_FormMachineMaint   = new FormMachineMaint();
            m_FormMachineMaint_1 = new FormMachineMaint_1();
            m_FormMachineMaint_2 = new FormMachineMaint_2();
            m_FormMachineMaint_3 = new FormMachineMaint_3();

            m_FormLaserMaint   = new FormLaserMaint();
            m_FormLaserMaint_1 = new FormLaserMaint_1();
            m_FormLaserMaint_2 = new FormLaserMaint_2();
            m_FormLaserMaint_3 = new FormLaserMaint_3();
        }