yuxilee 2 роки тому
батько
коміт
9fea7d6dd5

BIN
AssemblyUtil.dll


+ 0 - 16
AssemblyUtil.manifest

@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
-	<assemblyIdentity
-		name="AssemblyUtil"
-		version="1.0.0.0"
-		processorArchitecture="x86">
-	</assemblyIdentity>
-	<clrClass
-		clsid="{047D23B7-673D-4C50-93D8-6936472FFD7C}"
-		progid="AssemblyUtil.Util"
-		threadingModel="Both"
-		name="AssemblyUtil.Util"
-		runtimeVersion="v4.0.30319">
-	</clrClass>
-	<file name="AssemblyUtil.dll" hashalg="SHA1"></file>
-</assembly>

BIN
AssemblyUtil.pdb


BIN
AssemblyUtil.tlb


BIN
AssemblyUtil4.dll


BIN
AssemblyUtil4.pdb



BIN
app_cust_fx.pbl


+ 0 - 39
app_fx.exe - 副本.manifest

@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
-<assemblyIdentity
-    version="1.0.0.0"
-    processorArchitecture="x86"
-    name="Sybase.PB"
-    type="win32"
-/>
-<description>PowerBuilder</description>
-<dependency>
-    <dependentAssembly>
-        <assemblyIdentity
-            type="win32"
-            name="Microsoft.Windows.Common-Controls"
-            version="6.0.0.0"
-            processorArchitecture="X86"
-            publicKeyToken="6595b64144ccf1df"
-            language="*"
-        />
-    </dependentAssembly>
-</dependency>
-<dependency>
-    <dependentAssembly>
-        <assemblyIdentity
-            name="SanrossDll"
-            version="1.0.0.0"
-            processorArchitecture="x86"
-        />
-    </dependentAssembly>
-</dependency>
-<ms_asmv3:trustInfo xmlns:ms_asmv3="urn:schemas-microsoft-com:asm.v3">
-<ms_asmv3:security xmlns:ms_asmv3="urn:schemas-microsoft-com:asm.v3">
-    <requestedPrivileges>
-        <requestedExecutionLevel level="asInvoker" uiAccess="false">
-        </requestedExecutionLevel>
-    </requestedPrivileges>
-</ms_asmv3:security>
-</ms_asmv3:trustInfo>
-</assembly>

+ 1 - 2
ws_objects/app_cust.pbl.src/w_login.srw

@@ -41,9 +41,8 @@ end type
 global w_login w_login
 
 type variables
-long ins_rslt
+long ins_rslt///////////
 end variables
-
 on w_login.create
 this.p_2=create p_2
 this.p_1=create p_1

+ 1 - 2
ws_objects/app_cust_fx.pbl.src/w_login_fx.srw

@@ -73,9 +73,8 @@ global w_login_fx w_login_fx
 type variables
 long ins_height_ori = 932
 long ins_height_setting = 1096
-
+///
 end variables
-
 forward prototypes
 public function integer wf_add_setting ()
 end prototypes