업체측 샘플 변경
데이터의 공백 자동 변경하게 함
This commit is contained in:
13
ArinWarev1/My Project/Settings.Designer.vb
generated
13
ArinWarev1/My Project/Settings.Designer.vb
generated
@@ -64,6 +64,19 @@ Namespace My
|
||||
Return CType(Me("cs"),String)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Configuration.DefaultSettingValueAttribute("<?xml version=""1.0"" standalone=""yes""?>"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"<DS xmlns=""http://tempuri.org/DS.xsd"">"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" "& _
|
||||
" {data}"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"</DS>")> _
|
||||
Public Property xmlformat() As String
|
||||
Get
|
||||
Return CType(Me("xmlformat"),String)
|
||||
End Get
|
||||
Set
|
||||
Me("xmlformat") = value
|
||||
End Set
|
||||
End Property
|
||||
End Class
|
||||
End Namespace
|
||||
|
||||
|
||||
@@ -10,5 +10,11 @@
|
||||
</SerializableConnectionString></DesignTimeValue>
|
||||
<Value Profile="(Default)">Data Source=ms0501.gabiadb.com;Initial Catalog=eco2;User ID=raytrace;Password=arin</Value>
|
||||
</Setting>
|
||||
<Setting Name="xmlformat" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)"><?xml version="1.0" standalone="yes"?>
|
||||
<DS xmlns="http://tempuri.org/DS.xsd">
|
||||
{data}
|
||||
</DS></Value>
|
||||
</Setting>
|
||||
</Settings>
|
||||
</SettingsFile>
|
||||
Reference in New Issue
Block a user