| | |
| | | </assemblyBinding> |
| | | </runtime> |
| | | <appSettings> |
| | | <!--<add key="WebApiUrl" value="http://localhost:5263/" />--> |
| | | <add key="WebApiUrl" value="http://192.168.1.145:81/" /> |
| | | <add key="WebApiUrl" value="http://localhost:5263/" /> |
| | | <!--<add key="WebApiUrl" value="http://192.168.1.145:81/" />--> |
| | | <add key="LogPath" value="logs" /> |
| | | <add key="ProductName" value="G-MES V2.0" /> |
| | | <add key="PageSize" value="50" /> |
| | |
| | | { |
| | | InitializeComponent(); |
| | | this.daaNo = _daaNo; |
| | | this.Text = "请选择【" + this.daaNo + "】的箱码"; |
| | | this.Text = "选择箱码,只显示(已绑产品,且未检验或检验不合格的)"; |
| | | this.gridView1.CustomDrawColumnHeader += (s, e) => { Gs.DevApp.ToolBox.UtilityHelper.CustomDrawColumnHeader(s, e); }; |
| | | this.gridView1.MouseUp += (s, e) => { Gs.DevApp.ToolBox.UtilityHelper.CustomMouseUp(s, e, gcMain, gridView1); }; |
| | | this.colChkInt.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; |