#资源数据录入、编辑面板相关控制参数 # 同一行内,最多加载的属性个数,一行为一组,即一组内最多加载的属性个数 RMData.MaxAttrInLine=2 # 是否启用属性长度过长时,用TextArea显示,true:启用 false:不启用,默认值true RMData.TextArea.Enable=true # 启用了TextArea后,此TextArea的PreferredSize、MinimumSize、MaximumSize的Width、Height RMData.TextArea.PreferredSize.Width=100 RMData.TextArea.PreferredSize.Height=50 RMData.TextArea.MinimumSize.Width=100 RMData.TextArea.MinimumSize.Height=30 RMData.TextArea.MaximumSize.Width=100 RMData.TextArea.MaximumSize.Height=80 # 当String类型的属性值的长度大于此值时,该属性就需要用TextArea显示,并占用整行,默认值100 RMData.MaxStringLength=500 #控制取集团码段的分类 410.code.codeApply.classifyGroupCode=1010-19 #PDM集成配置,以下只能配置代码项,如果配置的分类不是代码项,在集成中不会显示;之间以#分割 410.PDM.LibCodeName=\u5de5\u827a\u6587\u4ef6#Part #code服务地址 410.code.url=http://dev.vci-tech.com:37000/ubcs-code/codeApplySwingController #410.code.url=http://127.0.0.1:37000/ubcs-code/codeApplySwingController #获取用户tocken 410.code.token.url=http://dev.vci-tech.com:37000/ubcs-auth/oauth/token #410.code.token.url=http://127.0.0.1:37000/ubcs-auth/oauth/token #固定账号信息 410.code.token.username=admin 410.code.token.password=admin 410.code.token.tenantId=000000 410.code.token.authorization=Basic c3dvcmQ6c3dvcmRfc2VjcmV0 410.code.token.contentType=application/x-www-form-urlencoded