기상파일을 저장된 파일에서 불러오게함 \data\weather*.xml

This commit is contained in:
chi
2020-08-16 21:53:24 +09:00
parent 95f04d3348
commit ee3c2fb678
4 changed files with 127 additions and 63 deletions

View File

@@ -397,7 +397,7 @@ Partial Class Frm_Desc
'LinkLabel3
'
Me.LinkLabel3.AutoSize = True
Me.LinkLabel3.Location = New System.Drawing.Point(413, 551)
Me.LinkLabel3.Location = New System.Drawing.Point(209, 551)
Me.LinkLabel3.Name = "LinkLabel3"
Me.LinkLabel3.Size = New System.Drawing.Size(210, 12)
Me.LinkLabel3.TabIndex = 177
@@ -417,13 +417,15 @@ Partial Class Frm_Desc
'LinkLabel2
'
Me.LinkLabel2.AutoSize = True
Me.LinkLabel2.Location = New System.Drawing.Point(206, 551)
Me.LinkLabel2.LinkColor = System.Drawing.Color.Red
Me.LinkLabel2.Location = New System.Drawing.Point(429, 551)
Me.LinkLabel2.Name = "LinkLabel2"
Me.LinkLabel2.Size = New System.Drawing.Size(197, 12)
Me.LinkLabel2.TabIndex = 177
Me.LinkLabel2.TabStop = True
Me.LinkLabel2.Text = "기상데이터 서버로부터 가져오기"
Me.ToolTip1.SetToolTip(Me.LinkLabel2, "기상관련데이터를 서버로부터 가져옵니다")
Me.LinkLabel2.Visible = False
'
'Label18
'