..
This commit is contained in:
13
ArinWarev1/Forms_Input/Frm_Desc.Designer.vb
generated
13
ArinWarev1/Forms_Input/Frm_Desc.Designer.vb
generated
@@ -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
|
||||
|
||||
@@ -123,9 +123,6 @@
|
||||
<metadata name="DS.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>81, 17</value>
|
||||
</metadata>
|
||||
<metadata name="DS.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>81, 17</value>
|
||||
</metadata>
|
||||
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
||||
<data name="PictureBox4.BackgroundImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
|
||||
@@ -508,4 +508,9 @@
|
||||
End If
|
||||
End If
|
||||
End Sub
|
||||
|
||||
Private Sub Button1_Click(sender As System.Object, e As System.EventArgs) Handles Button1.Click
|
||||
Read_CommonCode()
|
||||
Read_ProfileData()
|
||||
End Sub
|
||||
End Class
|
||||
Reference in New Issue
Block a user