Esempio n. 1
0
        public void Init()
        {
            //this.BackgroundImage = Util.GetBackgroundImage((byte)Util.emBackImage.grpActive);
            msgMng = StMsgDataMng.GetMsgMng();

            #region List Header
            ColumnHeader h0 = new ColumnHeader();
            h0.Text  = "";
            h0.Width = 35;
            lvMsg.Columns.Add(h0);

            ColumnHeader h2 = new ColumnHeader();
            h2.Text  = LangPack.GetMsgNum();
            h2.Width = 80;
            lvMsg.Columns.Add(h2);

            ColumnHeader h1 = new ColumnHeader();
            h1.Text  = LangPack.GetMsgName();
            h1.Width = 160;
            lvMsg.Columns.Add(h1);
            #endregion
        }