B70340 3 gadus atpakaļ
revīzija
ab348dd8a3
34 mainītis faili ar 2035 papildinājumiem un 0 dzēšanām
  1. Binārs
      .vs/HX-PGS-UPDATE/v16/.suo
  2. 25
    0
      HX-PGS-UPDATE.sln
  3. 6
    0
      HX-PGS-UPDATE/App.config
  4. 87
    0
      HX-PGS-UPDATE/HX-PGS-UPDATE.Designer.vb
  5. 1253
    0
      HX-PGS-UPDATE/HX-PGS-UPDATE.resx
  6. 69
    0
      HX-PGS-UPDATE/HX-PGS-UPDATE.vb
  7. 131
    0
      HX-PGS-UPDATE/HX-PGS-UPDATE.vbproj
  8. 38
    0
      HX-PGS-UPDATE/My Project/Application.Designer.vb
  9. 10
    0
      HX-PGS-UPDATE/My Project/Application.myapp
  10. 35
    0
      HX-PGS-UPDATE/My Project/AssemblyInfo.vb
  11. 62
    0
      HX-PGS-UPDATE/My Project/Resources.Designer.vb
  12. 117
    0
      HX-PGS-UPDATE/My Project/Resources.resx
  13. 73
    0
      HX-PGS-UPDATE/My Project/Settings.Designer.vb
  14. 7
    0
      HX-PGS-UPDATE/My Project/Settings.settings
  15. 20
    0
      HX-PGS-UPDATE/SQL_Module.vb
  16. Binārs
      HX-PGS-UPDATE/bin/Debug/HX-PGS-ERP-SYS.exe
  17. Binārs
      HX-PGS-UPDATE/bin/Debug/HX-PGS-UPDATE.exe
  18. 6
    0
      HX-PGS-UPDATE/bin/Debug/HX-PGS-UPDATE.exe.config
  19. Binārs
      HX-PGS-UPDATE/bin/Debug/HX-PGS-UPDATE.pdb
  20. 26
    0
      HX-PGS-UPDATE/bin/Debug/HX-PGS-UPDATE.xml
  21. Binārs
      HX-PGS-UPDATE/favicon-20190809022345261.ico
  22. Binārs
      HX-PGS-UPDATE/obj/Debug/DesignTimeResolveAssemblyReferences.cache
  23. Binārs
      HX-PGS-UPDATE/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
  24. Binārs
      HX-PGS-UPDATE/obj/Debug/HX-PGS-UPDATE.exe
  25. Binārs
      HX-PGS-UPDATE/obj/Debug/HX-PGS-UPDATE.pdb
  26. 1
    0
      HX-PGS-UPDATE/obj/Debug/HX-PGS-UPDATE.vbproj.CoreCompileInputs.cache
  27. 24
    0
      HX-PGS-UPDATE/obj/Debug/HX-PGS-UPDATE.vbproj.FileListAbsolute.txt
  28. Binārs
      HX-PGS-UPDATE/obj/Debug/HX-PGS-UPDATE.vbproj.GenerateResource.cache
  29. Binārs
      HX-PGS-UPDATE/obj/Debug/HX-PGS-UPDATE.vbprojAssemblyReference.cache
  30. 26
    0
      HX-PGS-UPDATE/obj/Debug/HX-PGS-UPDATE.xml
  31. Binārs
      HX-PGS-UPDATE/obj/Debug/HX_PGS_UPDATE.HX_PGS_UPDATE.resources
  32. Binārs
      HX-PGS-UPDATE/obj/Debug/HX_PGS_UPDATE.Resources.resources
  33. Binārs
      HX-PGS-UPDATE/obj/Debug/TempPE/My Project.Resources.Designer.vb.dll
  34. 19
    0
      HX-PGS-UPDATE/全域變數.vb

Binārs
.vs/HX-PGS-UPDATE/v16/.suo Parādīt failu


+ 25
- 0
HX-PGS-UPDATE.sln Parādīt failu

@@ -0,0 +1,25 @@
1
+
2
+Microsoft Visual Studio Solution File, Format Version 12.00
3
+# Visual Studio Version 16
4
+VisualStudioVersion = 16.0.30011.22
5
+MinimumVisualStudioVersion = 10.0.40219.1
6
+Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "HX-PGS-UPDATE", "HX-PGS-UPDATE\HX-PGS-UPDATE.vbproj", "{67A41B24-1696-47DA-A0A0-90F632615569}"
7
+EndProject
8
+Global
9
+	GlobalSection(SolutionConfigurationPlatforms) = preSolution
10
+		Debug|Any CPU = Debug|Any CPU
11
+		Release|Any CPU = Release|Any CPU
12
+	EndGlobalSection
13
+	GlobalSection(ProjectConfigurationPlatforms) = postSolution
14
+		{67A41B24-1696-47DA-A0A0-90F632615569}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15
+		{67A41B24-1696-47DA-A0A0-90F632615569}.Debug|Any CPU.Build.0 = Debug|Any CPU
16
+		{67A41B24-1696-47DA-A0A0-90F632615569}.Release|Any CPU.ActiveCfg = Release|Any CPU
17
+		{67A41B24-1696-47DA-A0A0-90F632615569}.Release|Any CPU.Build.0 = Release|Any CPU
18
+	EndGlobalSection
19
+	GlobalSection(SolutionProperties) = preSolution
20
+		HideSolutionNode = FALSE
21
+	EndGlobalSection
22
+	GlobalSection(ExtensibilityGlobals) = postSolution
23
+		SolutionGuid = {CE1B5988-9FC3-46F9-82C3-8156E719294B}
24
+	EndGlobalSection
25
+EndGlobal

+ 6
- 0
HX-PGS-UPDATE/App.config Parādīt failu

@@ -0,0 +1,6 @@
1
+<?xml version="1.0" encoding="utf-8" ?>
2
+<configuration>
3
+    <startup>
4
+        <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
5
+    </startup>
6
+</configuration>

+ 87
- 0
HX-PGS-UPDATE/HX-PGS-UPDATE.Designer.vb Parādīt failu

@@ -0,0 +1,87 @@
1
+<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
2
+Partial Class HX_PGS_UPDATE
3
+    Inherits System.Windows.Forms.Form
4
+
5
+    'Form 覆寫 Dispose 以清除元件清單。
6
+    <System.Diagnostics.DebuggerNonUserCode()>
7
+    Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8
+        Try
9
+            If disposing AndAlso components IsNot Nothing Then
10
+                components.Dispose()
11
+            End If
12
+        Finally
13
+            MyBase.Dispose(disposing)
14
+        End Try
15
+    End Sub
16
+
17
+    '為 Windows Form 設計工具的必要項
18
+    Private components As System.ComponentModel.IContainer
19
+
20
+    '注意: 以下為 Windows Form 設計工具所需的程序
21
+    '可以使用 Windows Form 設計工具進行修改。
22
+    '請勿使用程式碼編輯器進行修改。
23
+    <System.Diagnostics.DebuggerStepThrough()>
24
+    Private Sub InitializeComponent()
25
+        Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(HX_PGS_UPDATE))
26
+        Me.ftp清單_dgv = New System.Windows.Forms.DataGridView()
27
+        Me.伺服器區域_cb = New System.Windows.Forms.ComboBox()
28
+        Me.ProgressBar1 = New System.Windows.Forms.ProgressBar()
29
+        CType(Me.ftp清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
30
+        Me.SuspendLayout()
31
+        '
32
+        'ftp清單_dgv
33
+        '
34
+        Me.ftp清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
35
+        Me.ftp清單_dgv.Location = New System.Drawing.Point(447, 226)
36
+        Me.ftp清單_dgv.Name = "ftp清單_dgv"
37
+        Me.ftp清單_dgv.RowHeadersWidth = 5
38
+        Me.ftp清單_dgv.RowTemplate.Height = 24
39
+        Me.ftp清單_dgv.Size = New System.Drawing.Size(126, 72)
40
+        Me.ftp清單_dgv.TabIndex = 627
41
+        Me.ftp清單_dgv.Visible = False
42
+        '
43
+        '伺服器區域_cb
44
+        '
45
+        Me.伺服器區域_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
46
+        Me.伺服器區域_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
47
+        Me.伺服器區域_cb.ForeColor = System.Drawing.Color.Blue
48
+        Me.伺服器區域_cb.FormattingEnabled = True
49
+        Me.伺服器區域_cb.Items.AddRange(New Object() {"台灣開發", "印尼外網", "公司內網"})
50
+        Me.伺服器區域_cb.Location = New System.Drawing.Point(447, 196)
51
+        Me.伺服器區域_cb.Name = "伺服器區域_cb"
52
+        Me.伺服器區域_cb.Size = New System.Drawing.Size(102, 24)
53
+        Me.伺服器區域_cb.TabIndex = 631
54
+        '
55
+        'ProgressBar1
56
+        '
57
+        Me.ProgressBar1.Location = New System.Drawing.Point(0, 0)
58
+        Me.ProgressBar1.Maximum = 10000
59
+        Me.ProgressBar1.Name = "ProgressBar1"
60
+        Me.ProgressBar1.Size = New System.Drawing.Size(296, 23)
61
+        Me.ProgressBar1.TabIndex = 637
62
+        '
63
+        'HX_PGS_UPDATE
64
+        '
65
+        Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
66
+        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
67
+        Me.ClientSize = New System.Drawing.Size(296, 23)
68
+        Me.ControlBox = False
69
+        Me.Controls.Add(Me.ProgressBar1)
70
+        Me.Controls.Add(Me.伺服器區域_cb)
71
+        Me.Controls.Add(Me.ftp清單_dgv)
72
+        Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
73
+        Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
74
+        Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
75
+        Me.MaximizeBox = False
76
+        Me.MinimizeBox = False
77
+        Me.Name = "HX_PGS_UPDATE"
78
+        Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
79
+        Me.Text = "HX-PGS-SYS-UPDATE........"
80
+        CType(Me.ftp清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
81
+        Me.ResumeLayout(False)
82
+
83
+    End Sub
84
+    Friend WithEvents ftp清單_dgv As DataGridView
85
+    Friend WithEvents 伺服器區域_cb As ComboBox
86
+    Friend WithEvents ProgressBar1 As ProgressBar
87
+End Class

+ 1253
- 0
HX-PGS-UPDATE/HX-PGS-UPDATE.resx
Failā izmaiņas netiks attēlotas, jo tās ir par lielu
Parādīt failu


+ 69
- 0
HX-PGS-UPDATE/HX-PGS-UPDATE.vb Parādīt failu

@@ -0,0 +1,69 @@
1
+Imports System.IO
2
+Imports System.Net
3
+Imports System.Net.NetworkInformation
4
+
5
+Public Class HX_PGS_UPDATE
6
+    ReadOnly ds2 As New DataSet
7
+    ReadOnly computerProperties As IPGlobalProperties = IPGlobalProperties.GetIPGlobalProperties()
8
+    ReadOnly IPEndPoint() As EndPoint = computerProperties.GetActiveTcpListeners()
9
+    Dim myIPEndPoint As IPEndPoint
10
+    Dim 內網線路 As Boolean : ReadOnly 開發線路 As Boolean
11
+    Private Sub Set_清單1()
12
+        ftp清單_dgv.DataSource = Nothing : ds2.Clear()
13
+        ftp清單_dgv.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.EnableResizing
14
+        ftp清單_dgv.ColumnHeadersHeight = 25
15
+        ftp清單_dgv.AllowUserToAddRows = False
16
+        SQL_FTP資料夾路徑分配()
17
+        da.Fill(ds2) : ftp清單_dgv.DataSource = ds2.Tables(0) : conn.Close()
18
+    End Sub
19
+    Private Sub IP比對()
20
+        '-----------------------IP比對----------------------------------------------------------------------------------------------------------------------------------------------------
21
+        For Each myIPEndPoint In IPEndPoint
22
+            If Strings.Left(myIPEndPoint.Address.ToString, 8) = "172.1.1." Then
23
+                伺服器區域_cb.Text = "公司內網" : 內網線路 = True
24
+                Exit For
25
+            End If
26
+        Next
27
+        If 內網線路 = False And 開發線路 = False Then
28
+            伺服器區域_cb.Text = "印尼外網"
29
+        End If
30
+    End Sub
31
+    Private Sub HX_PGS_UPDATE_Load(sender As Object, e As EventArgs) Handles MyBase.Load
32
+        IP比對() : 資料數 = 11
33
+        MyModule1.進度條() : If Strings.Left(伺服器區域_cb.Text, 2) = "印尼" Or Strings.Left(伺服器區域_cb.Text, 2) = "公司" Then : SQL_連線字串_正式() : Else : SQL_連線字串_測試() : End If
34
+        MyModule1.進度條() : SQL_FTP伺服器登入位置()
35
+        MyModule1.進度條() : If dr.Read() Then : Target = dr("FTP地址") : FTP帳號 = dr("FTP帳號") : FTP密碼 = dr("FTP密碼") : FTP物理位置 = dr("FTP物理位置") : End If : conn.Close()
36
+        MyModule1.進度條() : Set_清單1()
37
+        MyModule1.進度條() : Dim HH As String = ""
38
+        For i As Integer = 0 To ftp清單_dgv.Rows.Count - 1
39
+            If i < 10 Then : HH = "0" & i : ElseIf i >= 10 Then : HH = i : End If
40
+            If ftp清單_dgv("指定", i).Value.ToString = "AA" & HH Then : AA(i) = ftp清單_dgv("資料夾名稱", i).Value.ToString : End If
41
+        Next
42
+        MyModule1.進度條() : Target1 = Target & AA(0) & "/"
43
+    End Sub
44
+    Private Sub HX_PGS_UPDATE_Shown(sender As Object, e As EventArgs) Handles MyBase.Shown
45
+        MyModule1.進度條() : Delay(30000)
46
+        MyModule1.進度條() : Dim Str As String = Application.StartupPath
47
+        MyModule1.進度條() : If File.Exists(Str + "\HX-PGS-ERP-SYS.exe") Then : File.Delete(Str + "\HX-PGS-ERP-SYS.exe") : End If
48
+        MyModule1.進度條() : My.Computer.Network.DownloadFile(Target & AA(0) & "/" & "HX-PGS-ERP-SYS.exe", Str + "\HX-PGS-ERP-SYS.exe")
49
+        MyModule1.進度條() : Shell(Str + "\HX-PGS-ERP-SYS.exe", vbNormalFocus)
50
+        Me.Close()
51
+    End Sub
52
+    Private Sub 伺服器區域_cb_SelectedIndexChanged(sender As Object, e As EventArgs) Handles 伺服器區域_cb.SelectedIndexChanged
53
+        '-----------------------確認登入伺服器位置-----------------------------------------------------------------------------------------------------------------------------------------
54
+        If 伺服器區域_cb.Text = "印尼外網" Then
55
+            登入人IP = "103.231.201.230,2433"
56
+        ElseIf 伺服器區域_cb.Text = "公司內網" Then
57
+            登入人IP = "172.1.1.10,2433"
58
+        ElseIf 伺服器區域_cb.Text = "台灣開發" Then
59
+            登入人IP = "106.1.50.79"
60
+        End If
61
+    End Sub
62
+    Public Sub Delay(ByRef Interval As Double)  'Interval单位为毫秒
63
+        Dim time As DateTime = DateTime.Now
64
+        Dim Span As Double = Interval * 1234
65
+        While ((DateTime.Now.Ticks - time.Ticks) < Span)
66
+            Application.DoEvents()
67
+        End While
68
+    End Sub
69
+End Class

+ 131
- 0
HX-PGS-UPDATE/HX-PGS-UPDATE.vbproj Parādīt failu

@@ -0,0 +1,131 @@
1
+<?xml version="1.0" encoding="utf-8"?>
2
+<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
+  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4
+  <PropertyGroup>
5
+    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6
+    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7
+    <ProjectGuid>{67A41B24-1696-47DA-A0A0-90F632615569}</ProjectGuid>
8
+    <OutputType>WinExe</OutputType>
9
+    <StartupObject>HX_PGS_UPDATE.My.MyApplication</StartupObject>
10
+    <RootNamespace>HX_PGS_UPDATE</RootNamespace>
11
+    <AssemblyName>HX-PGS-UPDATE</AssemblyName>
12
+    <FileAlignment>512</FileAlignment>
13
+    <MyType>WindowsForms</MyType>
14
+    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
15
+    <Deterministic>true</Deterministic>
16
+  </PropertyGroup>
17
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18
+    <PlatformTarget>AnyCPU</PlatformTarget>
19
+    <DebugSymbols>true</DebugSymbols>
20
+    <DebugType>full</DebugType>
21
+    <DefineDebug>true</DefineDebug>
22
+    <DefineTrace>true</DefineTrace>
23
+    <OutputPath>bin\Debug\</OutputPath>
24
+    <DocumentationFile>HX-PGS-UPDATE.xml</DocumentationFile>
25
+    <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
26
+  </PropertyGroup>
27
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28
+    <PlatformTarget>AnyCPU</PlatformTarget>
29
+    <DebugType>pdbonly</DebugType>
30
+    <DefineDebug>false</DefineDebug>
31
+    <DefineTrace>true</DefineTrace>
32
+    <Optimize>true</Optimize>
33
+    <OutputPath>bin\Release\</OutputPath>
34
+    <DocumentationFile>HX-PGS-UPDATE.xml</DocumentationFile>
35
+    <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
36
+  </PropertyGroup>
37
+  <PropertyGroup>
38
+    <OptionExplicit>On</OptionExplicit>
39
+  </PropertyGroup>
40
+  <PropertyGroup>
41
+    <OptionCompare>Binary</OptionCompare>
42
+  </PropertyGroup>
43
+  <PropertyGroup>
44
+    <OptionStrict>Off</OptionStrict>
45
+  </PropertyGroup>
46
+  <PropertyGroup>
47
+    <OptionInfer>On</OptionInfer>
48
+  </PropertyGroup>
49
+  <PropertyGroup>
50
+    <ApplicationIcon>favicon-20190809022345261.ico</ApplicationIcon>
51
+  </PropertyGroup>
52
+  <ItemGroup>
53
+    <Reference Include="System" />
54
+    <Reference Include="System.Data" />
55
+    <Reference Include="System.Deployment" />
56
+    <Reference Include="System.Drawing" />
57
+    <Reference Include="System.Windows.Forms" />
58
+    <Reference Include="System.Xml" />
59
+    <Reference Include="System.Core" />
60
+    <Reference Include="System.Xml.Linq" />
61
+    <Reference Include="System.Data.DataSetExtensions" />
62
+    <Reference Include="System.Net.Http" />
63
+  </ItemGroup>
64
+  <ItemGroup>
65
+    <Import Include="Microsoft.VisualBasic" />
66
+    <Import Include="System" />
67
+    <Import Include="System.Collections" />
68
+    <Import Include="System.Collections.Generic" />
69
+    <Import Include="System.Data" />
70
+    <Import Include="System.Drawing" />
71
+    <Import Include="System.Diagnostics" />
72
+    <Import Include="System.Windows.Forms" />
73
+    <Import Include="System.Linq" />
74
+    <Import Include="System.Xml.Linq" />
75
+    <Import Include="System.Threading.Tasks" />
76
+  </ItemGroup>
77
+  <ItemGroup>
78
+    <Compile Include="HX-PGS-UPDATE.vb">
79
+      <SubType>Form</SubType>
80
+    </Compile>
81
+    <Compile Include="HX-PGS-UPDATE.Designer.vb">
82
+      <DependentUpon>HX-PGS-UPDATE.vb</DependentUpon>
83
+      <SubType>Form</SubType>
84
+    </Compile>
85
+    <Compile Include="My Project\AssemblyInfo.vb" />
86
+    <Compile Include="My Project\Application.Designer.vb">
87
+      <AutoGen>True</AutoGen>
88
+      <DependentUpon>Application.myapp</DependentUpon>
89
+      <DesignTime>True</DesignTime>
90
+    </Compile>
91
+    <Compile Include="My Project\Resources.Designer.vb">
92
+      <AutoGen>True</AutoGen>
93
+      <DesignTime>True</DesignTime>
94
+      <DependentUpon>Resources.resx</DependentUpon>
95
+    </Compile>
96
+    <Compile Include="My Project\Settings.Designer.vb">
97
+      <AutoGen>True</AutoGen>
98
+      <DependentUpon>Settings.settings</DependentUpon>
99
+      <DesignTimeSharedInput>True</DesignTimeSharedInput>
100
+    </Compile>
101
+    <Compile Include="SQL_Module.vb" />
102
+    <Compile Include="全域變數.vb" />
103
+  </ItemGroup>
104
+  <ItemGroup>
105
+    <EmbeddedResource Include="HX-PGS-UPDATE.resx">
106
+      <DependentUpon>HX-PGS-UPDATE.vb</DependentUpon>
107
+    </EmbeddedResource>
108
+    <EmbeddedResource Include="My Project\Resources.resx">
109
+      <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
110
+      <LastGenOutput>Resources.Designer.vb</LastGenOutput>
111
+      <CustomToolNamespace>My.Resources</CustomToolNamespace>
112
+      <SubType>Designer</SubType>
113
+    </EmbeddedResource>
114
+  </ItemGroup>
115
+  <ItemGroup>
116
+    <None Include="My Project\Application.myapp">
117
+      <Generator>MyApplicationCodeGenerator</Generator>
118
+      <LastGenOutput>Application.Designer.vb</LastGenOutput>
119
+    </None>
120
+    <None Include="My Project\Settings.settings">
121
+      <Generator>SettingsSingleFileGenerator</Generator>
122
+      <CustomToolNamespace>My</CustomToolNamespace>
123
+      <LastGenOutput>Settings.Designer.vb</LastGenOutput>
124
+    </None>
125
+    <None Include="App.config" />
126
+  </ItemGroup>
127
+  <ItemGroup>
128
+    <Content Include="favicon-20190809022345261.ico" />
129
+  </ItemGroup>
130
+  <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
131
+</Project>

+ 38
- 0
HX-PGS-UPDATE/My Project/Application.Designer.vb Parādīt failu

@@ -0,0 +1,38 @@
1
+'------------------------------------------------------------------------------
2
+' <auto-generated>
3
+'     這段程式碼是由工具產生的。
4
+'     執行階段版本:4.0.30319.42000
5
+'
6
+'     對這個檔案所做的變更可能會造成錯誤的行為,而且如果重新產生程式碼,
7
+'     變更將會遺失。
8
+' </auto-generated>
9
+'------------------------------------------------------------------------------
10
+
11
+Option Strict On
12
+Option Explicit On
13
+
14
+
15
+Namespace My
16
+    
17
+    '注意:這是自動產生的檔案,請勿直接修改它。若要進行變更,
18
+    ' 或者您在這個檔案發生建置錯誤,請到專案設計工具
19
+    ' (移至專案屬性或者在 [方案總管] 中按兩下 [My Project] 節點),
20
+    ' 然後在 [應用程式] 索引標籤上進行變更。
21
+    '
22
+    Partial Friend Class MyApplication
23
+        
24
+        <Global.System.Diagnostics.DebuggerStepThroughAttribute()>  _
25
+        Public Sub New()
26
+            MyBase.New(Global.Microsoft.VisualBasic.ApplicationServices.AuthenticationMode.Windows)
27
+            Me.IsSingleInstance = false
28
+            Me.EnableVisualStyles = true
29
+            Me.SaveMySettingsOnExit = true
30
+            Me.ShutDownStyle = Global.Microsoft.VisualBasic.ApplicationServices.ShutdownMode.AfterMainFormCloses
31
+        End Sub
32
+        
33
+        <Global.System.Diagnostics.DebuggerStepThroughAttribute()>  _
34
+        Protected Overrides Sub OnCreateMainForm()
35
+            Me.MainForm = Global.HX_PGS_UPDATE.HX_PGS_UPDATE
36
+        End Sub
37
+    End Class
38
+End Namespace

+ 10
- 0
HX-PGS-UPDATE/My Project/Application.myapp Parādīt failu

@@ -0,0 +1,10 @@
1
+<?xml version="1.0" encoding="utf-8"?>
2
+<MyApplicationData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
3
+  <MySubMain>true</MySubMain>
4
+  <MainForm>HX_PGS_UPDATE</MainForm>
5
+  <SingleInstance>false</SingleInstance>
6
+  <ShutdownMode>0</ShutdownMode>
7
+  <EnableVisualStyles>true</EnableVisualStyles>
8
+  <AuthenticationMode>0</AuthenticationMode>
9
+  <SaveMySettingsOnExit>true</SaveMySettingsOnExit>
10
+</MyApplicationData>

+ 35
- 0
HX-PGS-UPDATE/My Project/AssemblyInfo.vb Parādīt failu

@@ -0,0 +1,35 @@
1
+Imports System
2
+Imports System.Reflection
3
+Imports System.Runtime.InteropServices
4
+
5
+' 組件的一般資訊是由下列的屬性集控制。
6
+' 變更這些屬性的值即可修改組件的相關
7
+' 資訊。
8
+
9
+' 檢閱組件屬性的值
10
+
11
+<Assembly: AssemblyTitle("HX-PGS-UPDATE")>
12
+<Assembly: AssemblyDescription("")>
13
+<Assembly: AssemblyCompany("")>
14
+<Assembly: AssemblyProduct("HX-PGS-UPDATE")>
15
+<Assembly: AssemblyCopyright("Copyright ©  2021")>
16
+<Assembly: AssemblyTrademark("")>
17
+
18
+<Assembly: ComVisible(False)>
19
+
20
+'下列 GUID 為專案公開 (Expose) 至 COM 時所要使用的 typelib ID
21
+<Assembly: Guid("0af33328-3a0f-4174-8e75-53785d60cd98")>
22
+
23
+' 組件的版本資訊由下列四個值所組成: 
24
+'
25
+'      主要版本
26
+'      次要版本
27
+'      組建編號
28
+'      修訂編號
29
+'
30
+' 您可以指定所有的值,也可以使用 '*' 將組建和修訂編號
31
+' 設為預設,如下所示:
32
+' <Assembly: AssemblyVersion("1.0.*")>
33
+
34
+<Assembly: AssemblyVersion("1.0.0.0")>
35
+<Assembly: AssemblyFileVersion("1.0.0.0")>

+ 62
- 0
HX-PGS-UPDATE/My Project/Resources.Designer.vb Parādīt failu

@@ -0,0 +1,62 @@
1
+'------------------------------------------------------------------------------
2
+' <auto-generated>
3
+'     This code was generated by a tool.
4
+'     Runtime Version:4.0.30319.42000
5
+'
6
+'     Changes to this file may cause incorrect behavior and will be lost if
7
+'     the code is regenerated.
8
+' </auto-generated>
9
+'------------------------------------------------------------------------------
10
+
11
+Option Strict On
12
+Option Explicit On
13
+
14
+
15
+Namespace My.Resources
16
+
17
+    'This class was auto-generated by the StronglyTypedResourceBuilder
18
+    'class via a tool like ResGen or Visual Studio.
19
+    'To add or remove a member, edit your .ResX file then rerun ResGen
20
+    'with the /str option, or rebuild your VS project.
21
+    '''<summary>
22
+    '''  A strongly-typed resource class, for looking up localized strings, etc.
23
+    '''</summary>
24
+    <Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0"), _
25
+     Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
26
+     Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
27
+     Global.Microsoft.VisualBasic.HideModuleNameAttribute()> _
28
+    Friend Module Resources
29
+
30
+        Private resourceMan As Global.System.Resources.ResourceManager
31
+
32
+        Private resourceCulture As Global.System.Globalization.CultureInfo
33
+
34
+        '''<summary>
35
+        '''  Returns the cached ResourceManager instance used by this class.
36
+        '''</summary>
37
+        <Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
38
+        Friend ReadOnly Property ResourceManager() As Global.System.Resources.ResourceManager
39
+            Get
40
+                If Object.ReferenceEquals(resourceMan, Nothing) Then
41
+                    Dim temp As Global.System.Resources.ResourceManager = New Global.System.Resources.ResourceManager("HX_PGS_UPDATE.Resources", GetType(Resources).Assembly)
42
+                    resourceMan = temp
43
+                End If
44
+                Return resourceMan
45
+            End Get
46
+        End Property
47
+
48
+        '''<summary>
49
+        '''  Overrides the current thread's CurrentUICulture property for all
50
+        '''  resource lookups using this strongly typed resource class.
51
+        '''</summary>
52
+        <Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
53
+        Friend Property Culture() As Global.System.Globalization.CultureInfo
54
+            Get
55
+                Return resourceCulture
56
+            End Get
57
+            Set(ByVal value As Global.System.Globalization.CultureInfo)
58
+                resourceCulture = value
59
+            End Set
60
+        End Property
61
+    End Module
62
+End Namespace

+ 117
- 0
HX-PGS-UPDATE/My Project/Resources.resx Parādīt failu

@@ -0,0 +1,117 @@
1
+<?xml version="1.0" encoding="utf-8"?>
2
+<root>
3
+  <!-- 
4
+    Microsoft ResX Schema 
5
+    
6
+    Version 2.0
7
+    
8
+    The primary goals of this format is to allow a simple XML format 
9
+    that is mostly human readable. The generation and parsing of the 
10
+    various data types are done through the TypeConverter classes 
11
+    associated with the data types.
12
+    
13
+    Example:
14
+    
15
+    ... ado.net/XML headers & schema ...
16
+    <resheader name="resmimetype">text/microsoft-resx</resheader>
17
+    <resheader name="version">2.0</resheader>
18
+    <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
19
+    <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
20
+    <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
21
+    <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
22
+    <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
23
+        <value>[base64 mime encoded serialized .NET Framework object]</value>
24
+    </data>
25
+    <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
26
+        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
27
+        <comment>This is a comment</comment>
28
+    </data>
29
+                
30
+    There are any number of "resheader" rows that contain simple 
31
+    name/value pairs.
32
+    
33
+    Each data row contains a name, and value. The row also contains a 
34
+    type or mimetype. Type corresponds to a .NET class that support 
35
+    text/value conversion through the TypeConverter architecture. 
36
+    Classes that don't support this are serialized and stored with the 
37
+    mimetype set.
38
+    
39
+    The mimetype is used for serialized objects, and tells the 
40
+    ResXResourceReader how to depersist the object. This is currently not 
41
+    extensible. For a given mimetype the value must be set accordingly:
42
+    
43
+    Note - application/x-microsoft.net.object.binary.base64 is the format 
44
+    that the ResXResourceWriter will generate, however the reader can 
45
+    read any of the formats listed below.
46
+    
47
+    mimetype: application/x-microsoft.net.object.binary.base64
48
+    value   : The object must be serialized with 
49
+            : System.Serialization.Formatters.Binary.BinaryFormatter
50
+            : and then encoded with base64 encoding.
51
+    
52
+    mimetype: application/x-microsoft.net.object.soap.base64
53
+    value   : The object must be serialized with 
54
+            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter
55
+            : and then encoded with base64 encoding.
56
+
57
+    mimetype: application/x-microsoft.net.object.bytearray.base64
58
+    value   : The object must be serialized into a byte array 
59
+            : using a System.ComponentModel.TypeConverter
60
+            : and then encoded with base64 encoding.
61
+    -->
62
+  <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
63
+    <xsd:element name="root" msdata:IsDataSet="true">
64
+      <xsd:complexType>
65
+        <xsd:choice maxOccurs="unbounded">
66
+          <xsd:element name="metadata">
67
+            <xsd:complexType>
68
+              <xsd:sequence>
69
+                <xsd:element name="value" type="xsd:string" minOccurs="0" />
70
+              </xsd:sequence>
71
+              <xsd:attribute name="name" type="xsd:string" />
72
+              <xsd:attribute name="type" type="xsd:string" />
73
+              <xsd:attribute name="mimetype" type="xsd:string" />
74
+            </xsd:complexType>
75
+          </xsd:element>
76
+          <xsd:element name="assembly">
77
+            <xsd:complexType>
78
+              <xsd:attribute name="alias" type="xsd:string" />
79
+              <xsd:attribute name="name" type="xsd:string" />
80
+            </xsd:complexType>
81
+          </xsd:element>
82
+          <xsd:element name="data">
83
+            <xsd:complexType>
84
+              <xsd:sequence>
85
+                <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
86
+                <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
87
+              </xsd:sequence>
88
+              <xsd:attribute name="name" type="xsd:string" msdata:Ordinal="1" />
89
+              <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
90
+              <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
91
+            </xsd:complexType>
92
+          </xsd:element>
93
+          <xsd:element name="resheader">
94
+            <xsd:complexType>
95
+              <xsd:sequence>
96
+                <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
97
+              </xsd:sequence>
98
+              <xsd:attribute name="name" type="xsd:string" use="required" />
99
+            </xsd:complexType>
100
+          </xsd:element>
101
+        </xsd:choice>
102
+      </xsd:complexType>
103
+    </xsd:element>
104
+  </xsd:schema>
105
+  <resheader name="resmimetype">
106
+    <value>text/microsoft-resx</value>
107
+  </resheader>
108
+  <resheader name="version">
109
+    <value>2.0</value>
110
+  </resheader>
111
+  <resheader name="reader">
112
+    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
113
+  </resheader>
114
+  <resheader name="writer">
115
+    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
116
+  </resheader>
117
+</root>

+ 73
- 0
HX-PGS-UPDATE/My Project/Settings.Designer.vb Parādīt failu

@@ -0,0 +1,73 @@
1
+'------------------------------------------------------------------------------
2
+' <auto-generated>
3
+'     This code was generated by a tool.
4
+'     Runtime Version:4.0.30319.42000
5
+'
6
+'     Changes to this file may cause incorrect behavior and will be lost if
7
+'     the code is regenerated.
8
+' </auto-generated>
9
+'------------------------------------------------------------------------------
10
+
11
+Option Strict On
12
+Option Explicit On
13
+
14
+
15
+Namespace My
16
+
17
+    <Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
18
+     Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0"), _
19
+     Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
20
+    Partial Friend NotInheritable Class MySettings
21
+        Inherits Global.System.Configuration.ApplicationSettingsBase
22
+
23
+        Private Shared defaultInstance As MySettings = CType(Global.System.Configuration.ApplicationSettingsBase.Synchronized(New MySettings), MySettings)
24
+
25
+#Region "My.Settings Auto-Save Functionality"
26
+#If _MyType = "WindowsForms" Then
27
+        Private Shared addedHandler As Boolean
28
+
29
+        Private Shared addedHandlerLockObject As New Object
30
+
31
+        <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
32
+        Private Shared Sub AutoSaveSettings(ByVal sender As Global.System.Object, ByVal e As Global.System.EventArgs)
33
+            If My.Application.SaveMySettingsOnExit Then
34
+                My.Settings.Save()
35
+            End If
36
+        End Sub
37
+#End If
38
+#End Region
39
+
40
+        Public Shared ReadOnly Property [Default]() As MySettings
41
+            Get
42
+
43
+#If _MyType = "WindowsForms" Then
44
+                   If Not addedHandler Then
45
+                        SyncLock addedHandlerLockObject
46
+                            If Not addedHandler Then
47
+                                AddHandler My.Application.Shutdown, AddressOf AutoSaveSettings
48
+                                addedHandler = True
49
+                            End If
50
+                        End SyncLock
51
+                    End If
52
+#End If
53
+                Return defaultInstance
54
+            End Get
55
+        End Property
56
+    End Class
57
+End Namespace
58
+
59
+Namespace My
60
+
61
+    <Global.Microsoft.VisualBasic.HideModuleNameAttribute(), _
62
+     Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
63
+     Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute()> _
64
+    Friend Module MySettingsProperty
65
+
66
+        <Global.System.ComponentModel.Design.HelpKeywordAttribute("My.Settings")> _
67
+        Friend ReadOnly Property Settings() As Global.HX_PGS_UPDATE.My.MySettings
68
+            Get
69
+                Return Global.HX_PGS_UPDATE.My.MySettings.Default
70
+            End Get
71
+        End Property
72
+    End Module
73
+End Namespace

+ 7
- 0
HX-PGS-UPDATE/My Project/Settings.settings Parādīt failu

@@ -0,0 +1,7 @@
1
+<?xml version='1.0' encoding='utf-8'?>
2
+<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" UseMySettingsClassName="true">
3
+  <Profiles>
4
+    <Profile Name="(Default)" />
5
+  </Profiles>
6
+  <Settings />
7
+</SettingsFile>

+ 20
- 0
HX-PGS-UPDATE/SQL_Module.vb Parādīt failu

@@ -0,0 +1,20 @@
1
+Imports System.Data.SqlClient
2
+Module SQL_Module
3
+    Public ConString As String : Public AccessConString As String : Public SQL1 As String : Public SQL2 As String : Public conn As New SqlConnection : Public cmd As New SqlCommand
4
+    Public dr As SqlDataReader : Public da As New SqlDataAdapter
5
+    Friend Sub ConnOpen()
6
+        conn.Close() : If conn.State = ConnectionState.Closed Then : conn.ConnectionString = ConString : conn.Open() : End If
7
+    End Sub
8
+    Friend Sub CmdSet_For_DGV()
9
+        cmd.Connection = conn : cmd.CommandText = SQL1 : da.SelectCommand = cmd
10
+    End Sub
11
+    Friend Sub CmdSet_For_dr()
12
+        cmd.CommandText = SQL1 : cmd.Connection = conn : dr = cmd.ExecuteReader
13
+    End Sub
14
+    Friend Sub SQL_FTP資料夾路徑分配()
15
+        ConnOpen() : SQL1 = "SELECT 資料夾名稱, 指定頁面, 備註, 指定 FROM FTP資料夾管理 ORDER BY 指定" : CmdSet_For_DGV()
16
+    End Sub
17
+    Friend Sub SQL_FTP伺服器登入位置()
18
+        ConnOpen() : SQL1 = "SELECT  FTP地址, FTP帳號, FTP密碼, FTP物理位置 FROM FTP資料庫管理 WHERE 地區 LIKE N'" & HX_PGS_UPDATE.伺服器區域_cb.Text & "'" : CmdSet_For_dr()
19
+    End Sub
20
+End Module

Binārs
HX-PGS-UPDATE/bin/Debug/HX-PGS-ERP-SYS.exe Parādīt failu


Binārs
HX-PGS-UPDATE/bin/Debug/HX-PGS-UPDATE.exe Parādīt failu


+ 6
- 0
HX-PGS-UPDATE/bin/Debug/HX-PGS-UPDATE.exe.config Parādīt failu

@@ -0,0 +1,6 @@
1
+<?xml version="1.0" encoding="utf-8" ?>
2
+<configuration>
3
+    <startup>
4
+        <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
5
+    </startup>
6
+</configuration>

Binārs
HX-PGS-UPDATE/bin/Debug/HX-PGS-UPDATE.pdb Parādīt failu


+ 26
- 0
HX-PGS-UPDATE/bin/Debug/HX-PGS-UPDATE.xml Parādīt failu

@@ -0,0 +1,26 @@
1
+<?xml version="1.0"?>
2
+<doc>
3
+<assembly>
4
+<name>
5
+HX-PGS-UPDATE
6
+</name>
7
+</assembly>
8
+<members>
9
+<member name="T:HX_PGS_UPDATE.My.Resources.Resources">
10
+<summary>
11
+  A strongly-typed resource class, for looking up localized strings, etc.
12
+</summary>
13
+</member>
14
+<member name="P:HX_PGS_UPDATE.My.Resources.Resources.ResourceManager">
15
+<summary>
16
+  Returns the cached ResourceManager instance used by this class.
17
+</summary>
18
+</member>
19
+<member name="P:HX_PGS_UPDATE.My.Resources.Resources.Culture">
20
+<summary>
21
+  Overrides the current thread's CurrentUICulture property for all
22
+  resource lookups using this strongly typed resource class.
23
+</summary>
24
+</member>
25
+</members>
26
+</doc>

Binārs
HX-PGS-UPDATE/favicon-20190809022345261.ico Parādīt failu


Binārs
HX-PGS-UPDATE/obj/Debug/DesignTimeResolveAssemblyReferences.cache Parādīt failu


Binārs
HX-PGS-UPDATE/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache Parādīt failu


Binārs
HX-PGS-UPDATE/obj/Debug/HX-PGS-UPDATE.exe Parādīt failu


Binārs
HX-PGS-UPDATE/obj/Debug/HX-PGS-UPDATE.pdb Parādīt failu


+ 1
- 0
HX-PGS-UPDATE/obj/Debug/HX-PGS-UPDATE.vbproj.CoreCompileInputs.cache Parādīt failu

@@ -0,0 +1 @@
1
+e34111aaccc7d7a42506bd4be0dbbbca18079ee8

+ 24
- 0
HX-PGS-UPDATE/obj/Debug/HX-PGS-UPDATE.vbproj.FileListAbsolute.txt Parādīt failu

@@ -0,0 +1,24 @@
1
+D:\工巧明\HX-PGS-UPDATE\HX-PGS-UPDATE\bin\Debug\HX-PGS-UPDATE.exe.config
2
+D:\工巧明\HX-PGS-UPDATE\HX-PGS-UPDATE\bin\Debug\HX-PGS-UPDATE.exe
3
+D:\工巧明\HX-PGS-UPDATE\HX-PGS-UPDATE\bin\Debug\HX-PGS-UPDATE.pdb
4
+D:\工巧明\HX-PGS-UPDATE\HX-PGS-UPDATE\bin\Debug\HX-PGS-UPDATE.xml
5
+D:\工巧明\HX-PGS-UPDATE\HX-PGS-UPDATE\obj\Debug\HX-PGS-UPDATE.vbprojAssemblyReference.cache
6
+D:\工巧明\HX-PGS-UPDATE\HX-PGS-UPDATE\obj\Debug\HX_PGS_UPDATE.Resources.resources
7
+D:\工巧明\HX-PGS-UPDATE\HX-PGS-UPDATE\obj\Debug\HX-PGS-UPDATE.vbproj.GenerateResource.cache
8
+D:\工巧明\HX-PGS-UPDATE\HX-PGS-UPDATE\obj\Debug\HX-PGS-UPDATE.vbproj.CoreCompileInputs.cache
9
+D:\工巧明\HX-PGS-UPDATE\HX-PGS-UPDATE\obj\Debug\HX-PGS-UPDATE.exe
10
+D:\工巧明\HX-PGS-UPDATE\HX-PGS-UPDATE\obj\Debug\HX-PGS-UPDATE.xml
11
+D:\工巧明\HX-PGS-UPDATE\HX-PGS-UPDATE\obj\Debug\HX-PGS-UPDATE.pdb
12
+D:\工巧明\HX-PGS-UPDATE\HX-PGS-UPDATE\obj\Debug\HX_PGS_UPDATE.HX_PGS_UPDATE.resources
13
+D:\工巧明\HX-PGS\HX-PGS-UPDATE\HX-PGS-UPDATE\bin\Debug\HX-PGS-UPDATE.exe.config
14
+D:\工巧明\HX-PGS\HX-PGS-UPDATE\HX-PGS-UPDATE\bin\Debug\HX-PGS-UPDATE.exe
15
+D:\工巧明\HX-PGS\HX-PGS-UPDATE\HX-PGS-UPDATE\bin\Debug\HX-PGS-UPDATE.pdb
16
+D:\工巧明\HX-PGS\HX-PGS-UPDATE\HX-PGS-UPDATE\bin\Debug\HX-PGS-UPDATE.xml
17
+D:\工巧明\HX-PGS\HX-PGS-UPDATE\HX-PGS-UPDATE\obj\Debug\HX-PGS-UPDATE.vbprojAssemblyReference.cache
18
+D:\工巧明\HX-PGS\HX-PGS-UPDATE\HX-PGS-UPDATE\obj\Debug\HX_PGS_UPDATE.HX_PGS_UPDATE.resources
19
+D:\工巧明\HX-PGS\HX-PGS-UPDATE\HX-PGS-UPDATE\obj\Debug\HX_PGS_UPDATE.Resources.resources
20
+D:\工巧明\HX-PGS\HX-PGS-UPDATE\HX-PGS-UPDATE\obj\Debug\HX-PGS-UPDATE.vbproj.GenerateResource.cache
21
+D:\工巧明\HX-PGS\HX-PGS-UPDATE\HX-PGS-UPDATE\obj\Debug\HX-PGS-UPDATE.vbproj.CoreCompileInputs.cache
22
+D:\工巧明\HX-PGS\HX-PGS-UPDATE\HX-PGS-UPDATE\obj\Debug\HX-PGS-UPDATE.exe
23
+D:\工巧明\HX-PGS\HX-PGS-UPDATE\HX-PGS-UPDATE\obj\Debug\HX-PGS-UPDATE.xml
24
+D:\工巧明\HX-PGS\HX-PGS-UPDATE\HX-PGS-UPDATE\obj\Debug\HX-PGS-UPDATE.pdb

Binārs
HX-PGS-UPDATE/obj/Debug/HX-PGS-UPDATE.vbproj.GenerateResource.cache Parādīt failu


Binārs
HX-PGS-UPDATE/obj/Debug/HX-PGS-UPDATE.vbprojAssemblyReference.cache Parādīt failu


+ 26
- 0
HX-PGS-UPDATE/obj/Debug/HX-PGS-UPDATE.xml Parādīt failu

@@ -0,0 +1,26 @@
1
+<?xml version="1.0"?>
2
+<doc>
3
+<assembly>
4
+<name>
5
+HX-PGS-UPDATE
6
+</name>
7
+</assembly>
8
+<members>
9
+<member name="T:HX_PGS_UPDATE.My.Resources.Resources">
10
+<summary>
11
+  A strongly-typed resource class, for looking up localized strings, etc.
12
+</summary>
13
+</member>
14
+<member name="P:HX_PGS_UPDATE.My.Resources.Resources.ResourceManager">
15
+<summary>
16
+  Returns the cached ResourceManager instance used by this class.
17
+</summary>
18
+</member>
19
+<member name="P:HX_PGS_UPDATE.My.Resources.Resources.Culture">
20
+<summary>
21
+  Overrides the current thread's CurrentUICulture property for all
22
+  resource lookups using this strongly typed resource class.
23
+</summary>
24
+</member>
25
+</members>
26
+</doc>

Binārs
HX-PGS-UPDATE/obj/Debug/HX_PGS_UPDATE.HX_PGS_UPDATE.resources Parādīt failu


Binārs
HX-PGS-UPDATE/obj/Debug/HX_PGS_UPDATE.Resources.resources Parādīt failu


Binārs
HX-PGS-UPDATE/obj/Debug/TempPE/My Project.Resources.Designer.vb.dll Parādīt failu


+ 19
- 0
HX-PGS-UPDATE/全域變數.vb Parādīt failu

@@ -0,0 +1,19 @@
1
+Module 全域變數
2
+    Public 登入人IP As String : Public AA(99) As String
3
+    Public Target As String : Public Target1 As String : Public Target2 As String : Public FTP帳號 As String : Public FTP密碼 As String : Public FTP物理位置 As String
4
+    Friend Sub SQL_連線字串_測試()
5
+        ConString = "Data Source=" & 登入人IP & ";Initial Catalog=HX-GPS-ERP-SYS;Persist Security Info=True;User ID=b70340;Password=Lee0911274990;Max pool size = 200;Connection Timeout=0"
6
+    End Sub
7
+    Friend Sub SQL_連線字串_正式()
8
+        ConString = "Data Source=" & 登入人IP & ";Initial Catalog=HX-GPS-ERP-SYS;Persist Security Info=True;User ID=b70340;Password=Lee0911274990;Max pool size = 200;Connection Timeout=0"
9
+    End Sub
10
+    Public 平均數 As Integer : Public 最終數 As Integer = 0 : Public 資料數 As Integer = 0
11
+    Public Class MyModule1
12
+        Friend Shared Sub 進度條()
13
+            平均數 = 10000 / 資料數
14
+            最終數 += 平均數
15
+            If 最終數 > 10000 Then : 最終數 = 10000 : End If
16
+            HX_PGS_UPDATE.ProgressBar1.Value = 最終數
17
+        End Sub
18
+    End Class
19
+End Module

Notiek ielāde…
Atcelt
Saglabāt