This commit is contained in:
raytrace
2020-09-15 22:20:54 +09:00
parent 3396da5a60
commit 2d3217926a
17 changed files with 359 additions and 1183 deletions

View File

@@ -140,6 +140,7 @@ Partial Class Frm_Desc
Me.Label47 = New System.Windows.Forms.Label()
Me.bsArea2 = New System.Windows.Forms.BindingSource(Me.components)
Me.bsArea1 = New System.Windows.Forms.BindingSource(Me.components)
Me.Button1 = New System.Windows.Forms.Button()
Me.TableLayoutPanel3.SuspendLayout()
Me.TableLayoutPanel4.SuspendLayout()
CType(Me.bs, System.ComponentModel.ISupportInitialize).BeginInit()
@@ -1380,6 +1381,16 @@ Partial Class Frm_Desc
Me.bsArea1.DataMember = "weather_group"
Me.bsArea1.DataSource = Me.DS
'
'Button1
'
Me.Button1.Location = New System.Drawing.Point(677, 552)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(62, 21)
Me.Button1.TabIndex = 181
Me.Button1.Text = "Button1"
Me.Button1.UseVisualStyleBackColor = True
Me.Button1.Visible = False
'
'Frm_Desc
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(8.0!, 12.0!)
@@ -1388,6 +1399,7 @@ Partial Class Frm_Desc
Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
Me.ClientSize = New System.Drawing.Size(818, 574)
Me.ControlBox = False
Me.Controls.Add(Me.Button1)
Me.Controls.Add(Me.Label22)
Me.Controls.Add(Me.Label3)
Me.Controls.Add(Me.Label2)
@@ -1590,4 +1602,5 @@ Partial Class Frm_Desc
Friend WithEvents bsArea2 As BindingSource
Friend WithEvents bsArea1 As BindingSource
Friend WithEvents btArea As Button
Friend WithEvents Button1 As System.Windows.Forms.Button
End Class