示例#1
0
        /// <summary>
        /// 初始化界面列表
        /// </summary>
        public void InitUiList()
        {
            //头版类型取得
            GetHBType();

            //通道名字取得
            GetChannelName();
            try
            {
                //波形名字预读命令
                EpsonLCD.PrepareReadWaveName();
            }
            catch
            {
                MessageBox.Show(ResString.GetResString("Wave_ReadWaveNameFailed"), "", MessageBoxButtons.OK, MessageBoxIcon.Error);
                return;
            }
            FileLog("Prepare Read Wave Name");
        }