| | |
| | | }; |
| | | string _webApiUrl = ConfigurationManager.AppSettings["WebApiUrl"]; |
| | | string _autoUpdate = (ConfigurationManager.AppSettings["IsAutoUpdater"]); |
| | | string _version = ConfigurationManager.AppSettings["Version"]; |
| | | string _version = ConfigurationManager.AppSettings["Version"]+"(最新版本)"; |
| | | toolVersion.Text = "当前版本:" + _version + ",服务Api:" + _webApiUrl; |
| | | string _strFont = Gs.DevApp.Properties.Settings.Default.fontSizeName; |
| | | toolFont.Text = (",字体:" + _strFont); |
| | |
| | | toolStripMenuItemAdd.Visible = false; |
| | | toolStripMenuItemEdt.Visible = false; |
| | | toolStripMenuItemDel.Visible = false; |
| | | toolStripMenuItemRoot.Visible = true;//2025/07//11改为不增加主项目了 |
| | | toolStripMenuItemRoot.Visible = false;//2025/07//11改为不增加主项目了 |
| | | cms1.Show(tlMenu, e.Location); |
| | | } |
| | | } |