ECO2_OD_20180901_0005_New

This commit is contained in:
raytrace
2023-05-20 22:27:10 +09:00
parent 7dfbe09f8e
commit e25bde7292
17 changed files with 8912 additions and 4937 deletions

View File

@@ -110,6 +110,18 @@ Partial Class Frm_Weather
Dim Label10 As System.Windows.Forms.Label
Dim Label11 As System.Windows.Forms.Label
Dim Label12 As System.Windows.Forms.Label
Dim Label16 As System.Windows.Forms.Label
Dim Label17 As System.Windows.Forms.Label
Dim Label18 As System.Windows.Forms.Label
Dim Label19 As System.Windows.Forms.Label
Dim Label20 As System.Windows.Forms.Label
Dim Label21 As System.Windows.Forms.Label
Dim Label22 As System.Windows.Forms.Label
Dim Label23 As System.Windows.Forms.Label
Dim Label24 As System.Windows.Forms.Label
Dim Label65 As System.Windows.Forms.Label
Dim Label66 As System.Windows.Forms.Label
Dim Label67 As System.Windows.Forms.Label
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Frm_Weather))
Me.DataGridViewTextBoxColumn2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.DataGridViewTextBoxColumn3 = New System.Windows.Forms.DataGridViewTextBoxColumn()
@@ -308,6 +320,12 @@ Partial Class Frm_Weather
Me.Label15 = New System.Windows.Forms.Label()
Me.Label14 = New System.Windows.Forms.Label()
Me.Label13 = New System.Windows.Forms.Label()
Me.TabPage4 = New System.Windows.Forms.TabPage()
Me.Panel5 = New System.Windows.Forms.Panel()
Me.TableLayoutPanel3 = New System.Windows.Forms.TableLayoutPanel()
Me.Label68 = New System.Windows.Forms.Label()
Me.TabPage5 = New System.Windows.Forms.TabPage()
Me.TabPage6 = New System.Windows.Forms.TabPage()
Me.dv = New CEnergy.arindv()
Me.Column1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.건물위치DataGridViewTextBoxColumn = New System.Windows.Forms.DataGridViewTextBoxColumn()
@@ -317,10 +335,27 @@ Partial Class Frm_Weather
Me.ToolStripButton51 = New System.Windows.Forms.ToolStripButton()
Me.ToolStripSeparator28 = New System.Windows.Forms.ToolStripSeparator()
Me.ToolStripButton7 = New System.Windows.Forms.ToolStripButton()
Me.StatusStrip1 = New System.Windows.Forms.StatusStrip()
Me.lb_msg = New System.Windows.Forms.ToolStripStatusLabel()
Me.ToolStripButton8 = New System.Windows.Forms.ToolStripButton()
Me.ToolStripButton13 = New System.Windows.Forms.ToolStripButton()
Me.StatusStrip1 = New System.Windows.Forms.StatusStrip()
Me.lb_msg = New System.Windows.Forms.ToolStripStatusLabel()
Me.bsw_wind = New System.Windows.Forms.BindingSource(Me.components)
Me.bsw_river = New System.Windows.Forms.BindingSource(Me.components)
Me.bsw_water = New System.Windows.Forms.BindingSource(Me.components)
Me.MyTb1 = New Eco2OD.MyTb()
Me.MyTb2 = New Eco2OD.MyTb()
Me.MyTb3 = New Eco2OD.MyTb()
Me.MyTb4 = New Eco2OD.MyTb()
Me.MyTb5 = New Eco2OD.MyTb()
Me.MyTb6 = New Eco2OD.MyTb()
Me.MyTb7 = New Eco2OD.MyTb()
Me.MyTb8 = New Eco2OD.MyTb()
Me.MyTb9 = New Eco2OD.MyTb()
Me.MyTb10 = New Eco2OD.MyTb()
Me.MyTb11 = New Eco2OD.MyTb()
Me.MyTb12 = New Eco2OD.MyTb()
Me.MyTb13 = New Eco2OD.MyTb()
Me.MyTb14 = New Eco2OD.MyTb()
Label64 = New System.Windows.Forms.Label()
Label77 = New System.Windows.Forms.Label()
Label78 = New System.Windows.Forms.Label()
@@ -408,6 +443,18 @@ Partial Class Frm_Weather
Label10 = New System.Windows.Forms.Label()
Label11 = New System.Windows.Forms.Label()
Label12 = New System.Windows.Forms.Label()
Label16 = New System.Windows.Forms.Label()
Label17 = New System.Windows.Forms.Label()
Label18 = New System.Windows.Forms.Label()
Label19 = New System.Windows.Forms.Label()
Label20 = New System.Windows.Forms.Label()
Label21 = New System.Windows.Forms.Label()
Label22 = New System.Windows.Forms.Label()
Label23 = New System.Windows.Forms.Label()
Label24 = New System.Windows.Forms.Label()
Label65 = New System.Windows.Forms.Label()
Label66 = New System.Windows.Forms.Label()
Label67 = New System.Windows.Forms.Label()
Me.TabControl3.SuspendLayout()
Me.TabPage1.SuspendLayout()
Me.GroupBox2.SuspendLayout()
@@ -456,10 +503,16 @@ Partial Class Frm_Weather
CType(Me.bsWGDep2, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.dvArea1, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.bsWGDep1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.TabPage4.SuspendLayout()
Me.Panel5.SuspendLayout()
Me.TableLayoutPanel3.SuspendLayout()
CType(Me.dv, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.bn_all, System.ComponentModel.ISupportInitialize).BeginInit()
Me.bn_all.SuspendLayout()
Me.StatusStrip1.SuspendLayout()
CType(Me.bsw_wind, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.bsw_river, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.bsw_water, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'Label64
@@ -1355,6 +1408,138 @@ Partial Class Frm_Weather
Label12.TabIndex = 10
Label12.Text = "02월"
'
'Label16
'
Label16.Anchor = System.Windows.Forms.AnchorStyles.None
Label16.AutoSize = True
Label16.ForeColor = System.Drawing.SystemColors.ControlDarkDark
Label16.Location = New System.Drawing.Point(217, 148)
Label16.Name = "Label16"
Label16.Size = New System.Drawing.Size(75, 12)
Label16.TabIndex = 30
Label16.Text = "풍속(12월):"
'
'Label17
'
Label17.Anchor = System.Windows.Forms.AnchorStyles.None
Label17.AutoSize = True
Label17.ForeColor = System.Drawing.SystemColors.ControlDarkDark
Label17.Location = New System.Drawing.Point(217, 120)
Label17.Name = "Label17"
Label17.Size = New System.Drawing.Size(75, 12)
Label17.TabIndex = 28
Label17.Text = "풍속(11월):"
'
'Label18
'
Label18.Anchor = System.Windows.Forms.AnchorStyles.None
Label18.AutoSize = True
Label18.ForeColor = System.Drawing.SystemColors.ControlDarkDark
Label18.Location = New System.Drawing.Point(217, 92)
Label18.Name = "Label18"
Label18.Size = New System.Drawing.Size(75, 12)
Label18.TabIndex = 26
Label18.Text = "풍속(10월):"
'
'Label19
'
Label19.Anchor = System.Windows.Forms.AnchorStyles.None
Label19.AutoSize = True
Label19.ForeColor = System.Drawing.SystemColors.ControlDarkDark
Label19.Location = New System.Drawing.Point(221, 64)
Label19.Name = "Label19"
Label19.Size = New System.Drawing.Size(68, 12)
Label19.TabIndex = 24
Label19.Text = "풍속(9월):"
'
'Label20
'
Label20.Anchor = System.Windows.Forms.AnchorStyles.None
Label20.AutoSize = True
Label20.ForeColor = System.Drawing.SystemColors.ControlDarkDark
Label20.Location = New System.Drawing.Point(18, 148)
Label20.Name = "Label20"
Label20.Size = New System.Drawing.Size(68, 12)
Label20.TabIndex = 18
Label20.Text = "풍속(6월):"
'
'Label21
'
Label21.Anchor = System.Windows.Forms.AnchorStyles.None
Label21.AutoSize = True
Label21.ForeColor = System.Drawing.SystemColors.ControlDarkDark
Label21.Location = New System.Drawing.Point(221, 36)
Label21.Name = "Label21"
Label21.Size = New System.Drawing.Size(68, 12)
Label21.TabIndex = 22
Label21.Text = "풍속(8월):"
'
'Label22
'
Label22.Anchor = System.Windows.Forms.AnchorStyles.None
Label22.AutoSize = True
Label22.ForeColor = System.Drawing.SystemColors.ControlDarkDark
Label22.Location = New System.Drawing.Point(18, 120)
Label22.Name = "Label22"
Label22.Size = New System.Drawing.Size(68, 12)
Label22.TabIndex = 16
Label22.Text = "풍속(5월):"
'
'Label23
'
Label23.Anchor = System.Windows.Forms.AnchorStyles.None
Label23.AutoSize = True
Label23.ForeColor = System.Drawing.SystemColors.ControlDarkDark
Label23.Location = New System.Drawing.Point(221, 8)
Label23.Name = "Label23"
Label23.Size = New System.Drawing.Size(68, 12)
Label23.TabIndex = 20
Label23.Text = "풍속(7월):"
'
'Label24
'
Label24.Anchor = System.Windows.Forms.AnchorStyles.None
Label24.AutoSize = True
Label24.ForeColor = System.Drawing.SystemColors.ControlDarkDark
Label24.Location = New System.Drawing.Point(18, 92)
Label24.Name = "Label24"
Label24.Size = New System.Drawing.Size(68, 12)
Label24.TabIndex = 14
Label24.Text = "풍속(4월):"
'
'Label65
'
Label65.Anchor = System.Windows.Forms.AnchorStyles.None
Label65.AutoSize = True
Label65.ForeColor = System.Drawing.SystemColors.ControlDarkDark
Label65.Location = New System.Drawing.Point(18, 8)
Label65.Name = "Label65"
Label65.Size = New System.Drawing.Size(68, 12)
Label65.TabIndex = 8
Label65.Text = "풍속(1월):"
'
'Label66
'
Label66.Anchor = System.Windows.Forms.AnchorStyles.None
Label66.AutoSize = True
Label66.ForeColor = System.Drawing.SystemColors.ControlDarkDark
Label66.Location = New System.Drawing.Point(18, 64)
Label66.Name = "Label66"
Label66.Size = New System.Drawing.Size(68, 12)
Label66.TabIndex = 12
Label66.Text = "풍속(3월):"
'
'Label67
'
Label67.Anchor = System.Windows.Forms.AnchorStyles.None
Label67.AutoSize = True
Label67.ForeColor = System.Drawing.SystemColors.ControlDarkDark
Label67.Location = New System.Drawing.Point(18, 36)
Label67.Name = "Label67"
Label67.Size = New System.Drawing.Size(68, 12)
Label67.TabIndex = 10
Label67.Text = "풍속(2월):"
'
'DataGridViewTextBoxColumn2
'
Me.DataGridViewTextBoxColumn2.DataPropertyName = "code"
@@ -1412,6 +1597,9 @@ Partial Class Frm_Weather
Me.TabControl3.Controls.Add(Me.TabPage10)
Me.TabControl3.Controls.Add(Me.TabPage2)
Me.TabControl3.Controls.Add(Me.TabPage3)
Me.TabControl3.Controls.Add(Me.TabPage4)
Me.TabControl3.Controls.Add(Me.TabPage5)
Me.TabControl3.Controls.Add(Me.TabPage6)
Me.TabControl3.Dock = System.Windows.Forms.DockStyle.Fill
Me.TabControl3.Location = New System.Drawing.Point(190, 0)
Me.TabControl3.Name = "TabControl3"
@@ -1458,7 +1646,7 @@ Partial Class Frm_Weather
Me.TableLayoutPanel7.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 102.0!))
Me.TableLayoutPanel7.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 102.0!))
Me.TableLayoutPanel7.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 96.0!))
Me.TableLayoutPanel7.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 158.0!))
Me.TableLayoutPanel7.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 160.0!))
Me.TableLayoutPanel7.Controls.Add(Me.tb_w12, 3, 5)
Me.TableLayoutPanel7.Controls.Add(Label64, 2, 5)
Me.TableLayoutPanel7.Controls.Add(Label77, 2, 4)
@@ -1492,7 +1680,7 @@ Partial Class Frm_Weather
Me.TableLayoutPanel7.RowStyles.Add(New System.Windows.Forms.RowStyle())
Me.TableLayoutPanel7.RowStyles.Add(New System.Windows.Forms.RowStyle())
Me.TableLayoutPanel7.RowStyles.Add(New System.Windows.Forms.RowStyle())
Me.TableLayoutPanel7.Size = New System.Drawing.Size(463, 169)
Me.TableLayoutPanel7.Size = New System.Drawing.Size(465, 169)
Me.TableLayoutPanel7.TabIndex = 122
'
'tb_w12
@@ -3713,6 +3901,102 @@ Partial Class Frm_Weather
Me.Label13.TabIndex = 0
Me.Label13.Text = "Depth #1"
'
'TabPage4
'
Me.TabPage4.Controls.Add(Me.MyTb14)
Me.TabPage4.Controls.Add(Me.MyTb13)
Me.TabPage4.Controls.Add(Me.Panel5)
Me.TabPage4.Location = New System.Drawing.Point(4, 22)
Me.TabPage4.Name = "TabPage4"
Me.TabPage4.Size = New System.Drawing.Size(946, 563)
Me.TabPage4.TabIndex = 7
Me.TabPage4.Text = "풍속"
Me.TabPage4.UseVisualStyleBackColor = True
'
'Panel5
'
Me.Panel5.BackColor = System.Drawing.Color.FromArgb(CType(CType(243, Byte), Integer), CType(CType(244, Byte), Integer), CType(CType(246, Byte), Integer))
Me.Panel5.Controls.Add(Me.TableLayoutPanel3)
Me.Panel5.Controls.Add(Me.Label68)
Me.Panel5.Location = New System.Drawing.Point(184, 169)
Me.Panel5.Name = "Panel5"
Me.Panel5.Size = New System.Drawing.Size(578, 225)
Me.Panel5.TabIndex = 125
'
'TableLayoutPanel3
'
Me.TableLayoutPanel3.AutoSize = True
Me.TableLayoutPanel3.BackColor = System.Drawing.Color.FromArgb(CType(CType(243, Byte), Integer), CType(CType(244, Byte), Integer), CType(CType(252, Byte), Integer))
Me.TableLayoutPanel3.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.[Single]
Me.TableLayoutPanel3.ColumnCount = 4
Me.TableLayoutPanel3.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 102.0!))
Me.TableLayoutPanel3.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 102.0!))
Me.TableLayoutPanel3.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 96.0!))
Me.TableLayoutPanel3.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 163.0!))
Me.TableLayoutPanel3.Controls.Add(Label16, 2, 5)
Me.TableLayoutPanel3.Controls.Add(Label17, 2, 4)
Me.TableLayoutPanel3.Controls.Add(Label18, 2, 3)
Me.TableLayoutPanel3.Controls.Add(Label19, 2, 2)
Me.TableLayoutPanel3.Controls.Add(Label20, 0, 5)
Me.TableLayoutPanel3.Controls.Add(Label21, 2, 1)
Me.TableLayoutPanel3.Controls.Add(Label22, 0, 4)
Me.TableLayoutPanel3.Controls.Add(Label23, 2, 0)
Me.TableLayoutPanel3.Controls.Add(Label24, 0, 3)
Me.TableLayoutPanel3.Controls.Add(Label65, 0, 0)
Me.TableLayoutPanel3.Controls.Add(Label66, 0, 2)
Me.TableLayoutPanel3.Controls.Add(Label67, 0, 1)
Me.TableLayoutPanel3.Controls.Add(Me.MyTb1, 1, 0)
Me.TableLayoutPanel3.Controls.Add(Me.MyTb2, 1, 1)
Me.TableLayoutPanel3.Controls.Add(Me.MyTb3, 1, 2)
Me.TableLayoutPanel3.Controls.Add(Me.MyTb4, 1, 3)
Me.TableLayoutPanel3.Controls.Add(Me.MyTb5, 1, 4)
Me.TableLayoutPanel3.Controls.Add(Me.MyTb6, 1, 5)
Me.TableLayoutPanel3.Controls.Add(Me.MyTb7, 3, 0)
Me.TableLayoutPanel3.Controls.Add(Me.MyTb8, 3, 1)
Me.TableLayoutPanel3.Controls.Add(Me.MyTb9, 3, 2)
Me.TableLayoutPanel3.Controls.Add(Me.MyTb10, 3, 3)
Me.TableLayoutPanel3.Controls.Add(Me.MyTb11, 3, 4)
Me.TableLayoutPanel3.Controls.Add(Me.MyTb12, 3, 5)
Me.TableLayoutPanel3.Location = New System.Drawing.Point(11, 19)
Me.TableLayoutPanel3.Name = "TableLayoutPanel3"
Me.TableLayoutPanel3.RowCount = 5
Me.TableLayoutPanel3.RowStyles.Add(New System.Windows.Forms.RowStyle())
Me.TableLayoutPanel3.RowStyles.Add(New System.Windows.Forms.RowStyle())
Me.TableLayoutPanel3.RowStyles.Add(New System.Windows.Forms.RowStyle())
Me.TableLayoutPanel3.RowStyles.Add(New System.Windows.Forms.RowStyle())
Me.TableLayoutPanel3.RowStyles.Add(New System.Windows.Forms.RowStyle())
Me.TableLayoutPanel3.RowStyles.Add(New System.Windows.Forms.RowStyle())
Me.TableLayoutPanel3.Size = New System.Drawing.Size(468, 169)
Me.TableLayoutPanel3.TabIndex = 122
'
'Label68
'
Me.Label68.AutoSize = True
Me.Label68.ForeColor = System.Drawing.Color.DarkBlue
Me.Label68.Location = New System.Drawing.Point(9, 2)
Me.Label68.Name = "Label68"
Me.Label68.Size = New System.Drawing.Size(76, 12)
Me.Label68.TabIndex = 121
Me.Label68.Text = "[온도 입력]"
'
'TabPage5
'
Me.TabPage5.Location = New System.Drawing.Point(4, 22)
Me.TabPage5.Name = "TabPage5"
Me.TabPage5.Size = New System.Drawing.Size(946, 563)
Me.TabPage5.TabIndex = 8
Me.TabPage5.Text = "하천수온도"
Me.TabPage5.UseVisualStyleBackColor = True
'
'TabPage6
'
Me.TabPage6.Location = New System.Drawing.Point(4, 22)
Me.TabPage6.Name = "TabPage6"
Me.TabPage6.Size = New System.Drawing.Size(946, 563)
Me.TabPage6.TabIndex = 9
Me.TabPage6.Text = "광역원수"
Me.TabPage6.UseVisualStyleBackColor = True
'
'dv
'
Me.dv.A_DelCurrentCell = True
@@ -3810,21 +4094,6 @@ Partial Class Frm_Weather
Me.ToolStripButton7.Size = New System.Drawing.Size(188, 36)
Me.ToolStripButton7.Text = "Excel Import"
'
'StatusStrip1
'
Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.lb_msg})
Me.StatusStrip1.Location = New System.Drawing.Point(0, 589)
Me.StatusStrip1.Name = "StatusStrip1"
Me.StatusStrip1.Size = New System.Drawing.Size(1144, 22)
Me.StatusStrip1.TabIndex = 12
Me.StatusStrip1.Text = "StatusStrip1"
'
'lb_msg
'
Me.lb_msg.Name = "lb_msg"
Me.lb_msg.Size = New System.Drawing.Size(59, 17)
Me.lb_msg.Text = "<메세지>"
'
'ToolStripButton8
'
Me.ToolStripButton8.Image = CType(resources.GetObject("ToolStripButton8.Image"), System.Drawing.Image)
@@ -3841,6 +4110,176 @@ Partial Class Frm_Weather
Me.ToolStripButton13.Size = New System.Drawing.Size(188, 36)
Me.ToolStripButton13.Text = "Data Import"
'
'StatusStrip1
'
Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.lb_msg})
Me.StatusStrip1.Location = New System.Drawing.Point(0, 589)
Me.StatusStrip1.Name = "StatusStrip1"
Me.StatusStrip1.Size = New System.Drawing.Size(1144, 22)
Me.StatusStrip1.TabIndex = 12
Me.StatusStrip1.Text = "StatusStrip1"
'
'lb_msg
'
Me.lb_msg.Name = "lb_msg"
Me.lb_msg.Size = New System.Drawing.Size(59, 17)
Me.lb_msg.Text = "<메세지>"
'
'bsw_wind
'
Me.bsw_wind.DataMember = "weather_wind"
Me.bsw_wind.DataSource = Me.DS
'
'bsw_river
'
Me.bsw_river.DataMember = "weather_river"
Me.bsw_river.DataSource = Me.DS
'
'bsw_water
'
Me.bsw_water.DataMember = "weather_water"
Me.bsw_water.DataSource = Me.DS
'
'MyTb1
'
Me.MyTb1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_wind, "m01", True))
Me.MyTb1.Location = New System.Drawing.Point(107, 4)
Me.MyTb1.Name = "MyTb1"
Me.MyTb1.NectControl = Nothing
Me.MyTb1.Size = New System.Drawing.Size(96, 21)
Me.MyTb1.TabIndex = 31
Me.MyTb1.TextFormat = Eco2OD.MyTb.ETFormat.Normal
'
'MyTb2
'
Me.MyTb2.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_wind, "m02", True))
Me.MyTb2.Location = New System.Drawing.Point(107, 32)
Me.MyTb2.Name = "MyTb2"
Me.MyTb2.NectControl = Nothing
Me.MyTb2.Size = New System.Drawing.Size(96, 21)
Me.MyTb2.TabIndex = 31
Me.MyTb2.TextFormat = Eco2OD.MyTb.ETFormat.Normal
'
'MyTb3
'
Me.MyTb3.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_wind, "m03", True))
Me.MyTb3.Location = New System.Drawing.Point(107, 60)
Me.MyTb3.Name = "MyTb3"
Me.MyTb3.NectControl = Nothing
Me.MyTb3.Size = New System.Drawing.Size(96, 21)
Me.MyTb3.TabIndex = 31
Me.MyTb3.TextFormat = Eco2OD.MyTb.ETFormat.Normal
'
'MyTb4
'
Me.MyTb4.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_wind, "m04", True))
Me.MyTb4.Location = New System.Drawing.Point(107, 88)
Me.MyTb4.Name = "MyTb4"
Me.MyTb4.NectControl = Nothing
Me.MyTb4.Size = New System.Drawing.Size(96, 21)
Me.MyTb4.TabIndex = 31
Me.MyTb4.TextFormat = Eco2OD.MyTb.ETFormat.Normal
'
'MyTb5
'
Me.MyTb5.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_wind, "m05", True))
Me.MyTb5.Location = New System.Drawing.Point(107, 116)
Me.MyTb5.Name = "MyTb5"
Me.MyTb5.NectControl = Nothing
Me.MyTb5.Size = New System.Drawing.Size(96, 21)
Me.MyTb5.TabIndex = 31
Me.MyTb5.TextFormat = Eco2OD.MyTb.ETFormat.Normal
'
'MyTb6
'
Me.MyTb6.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_wind, "m06", True))
Me.MyTb6.Location = New System.Drawing.Point(107, 144)
Me.MyTb6.Name = "MyTb6"
Me.MyTb6.NectControl = Nothing
Me.MyTb6.Size = New System.Drawing.Size(96, 21)
Me.MyTb6.TabIndex = 31
Me.MyTb6.TextFormat = Eco2OD.MyTb.ETFormat.Normal
'
'MyTb7
'
Me.MyTb7.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_wind, "m07", True))
Me.MyTb7.Location = New System.Drawing.Point(307, 4)
Me.MyTb7.Name = "MyTb7"
Me.MyTb7.NectControl = Nothing
Me.MyTb7.Size = New System.Drawing.Size(96, 21)
Me.MyTb7.TabIndex = 31
Me.MyTb7.TextFormat = Eco2OD.MyTb.ETFormat.Normal
'
'MyTb8
'
Me.MyTb8.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_wind, "m08", True))
Me.MyTb8.Location = New System.Drawing.Point(307, 32)
Me.MyTb8.Name = "MyTb8"
Me.MyTb8.NectControl = Nothing
Me.MyTb8.Size = New System.Drawing.Size(96, 21)
Me.MyTb8.TabIndex = 31
Me.MyTb8.TextFormat = Eco2OD.MyTb.ETFormat.Normal
'
'MyTb9
'
Me.MyTb9.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_wind, "m09", True))
Me.MyTb9.Location = New System.Drawing.Point(307, 60)
Me.MyTb9.Name = "MyTb9"
Me.MyTb9.NectControl = Nothing
Me.MyTb9.Size = New System.Drawing.Size(96, 21)
Me.MyTb9.TabIndex = 31
Me.MyTb9.TextFormat = Eco2OD.MyTb.ETFormat.Normal
'
'MyTb10
'
Me.MyTb10.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_wind, "m10", True))
Me.MyTb10.Location = New System.Drawing.Point(307, 88)
Me.MyTb10.Name = "MyTb10"
Me.MyTb10.NectControl = Nothing
Me.MyTb10.Size = New System.Drawing.Size(96, 21)
Me.MyTb10.TabIndex = 31
Me.MyTb10.TextFormat = Eco2OD.MyTb.ETFormat.Normal
'
'MyTb11
'
Me.MyTb11.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_wind, "m11", True))
Me.MyTb11.Location = New System.Drawing.Point(307, 116)
Me.MyTb11.Name = "MyTb11"
Me.MyTb11.NectControl = Nothing
Me.MyTb11.Size = New System.Drawing.Size(96, 21)
Me.MyTb11.TabIndex = 31
Me.MyTb11.TextFormat = Eco2OD.MyTb.ETFormat.Normal
'
'MyTb12
'
Me.MyTb12.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_wind, "m12", True))
Me.MyTb12.Location = New System.Drawing.Point(307, 144)
Me.MyTb12.Name = "MyTb12"
Me.MyTb12.NectControl = Nothing
Me.MyTb12.Size = New System.Drawing.Size(96, 21)
Me.MyTb12.TabIndex = 31
Me.MyTb12.TextFormat = Eco2OD.MyTb.ETFormat.Normal
'
'MyTb13
'
Me.MyTb13.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_wind, "pcode", True))
Me.MyTb13.Location = New System.Drawing.Point(184, 400)
Me.MyTb13.Name = "MyTb13"
Me.MyTb13.NectControl = Nothing
Me.MyTb13.Size = New System.Drawing.Size(96, 21)
Me.MyTb13.TabIndex = 126
Me.MyTb13.TextFormat = Eco2OD.MyTb.ETFormat.Normal
'
'MyTb14
'
Me.MyTb14.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_wind, "code", True))
Me.MyTb14.Location = New System.Drawing.Point(185, 427)
Me.MyTb14.Name = "MyTb14"
Me.MyTb14.NectControl = Nothing
Me.MyTb14.Size = New System.Drawing.Size(96, 21)
Me.MyTb14.TabIndex = 126
Me.MyTb14.TextFormat = Eco2OD.MyTb.ETFormat.Normal
'
'Frm_Weather
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(8.0!, 12.0!)
@@ -3920,12 +4359,21 @@ Partial Class Frm_Weather
CType(Me.bsWGDep2, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.dvArea1, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.bsWGDep1, System.ComponentModel.ISupportInitialize).EndInit()
Me.TabPage4.ResumeLayout(False)
Me.TabPage4.PerformLayout()
Me.Panel5.ResumeLayout(False)
Me.Panel5.PerformLayout()
Me.TableLayoutPanel3.ResumeLayout(False)
Me.TableLayoutPanel3.PerformLayout()
CType(Me.dv, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.bn_all, System.ComponentModel.ISupportInitialize).EndInit()
Me.bn_all.ResumeLayout(False)
Me.bn_all.PerformLayout()
Me.StatusStrip1.ResumeLayout(False)
Me.StatusStrip1.PerformLayout()
CType(Me.bsw_wind, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.bsw_river, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.bsw_water, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
@@ -4140,4 +4588,27 @@ Partial Class Frm_Weather
Friend WithEvents area3 As System.Windows.Forms.DataGridViewComboBoxColumn
Friend WithEvents ToolStripButton8 As ToolStripButton
Friend WithEvents ToolStripButton13 As ToolStripButton
Friend WithEvents TabPage4 As System.Windows.Forms.TabPage
Friend WithEvents Panel5 As System.Windows.Forms.Panel
Friend WithEvents TableLayoutPanel3 As System.Windows.Forms.TableLayoutPanel
Friend WithEvents Label68 As System.Windows.Forms.Label
Friend WithEvents TabPage5 As System.Windows.Forms.TabPage
Friend WithEvents TabPage6 As System.Windows.Forms.TabPage
Friend WithEvents bsw_wind As System.Windows.Forms.BindingSource
Friend WithEvents bsw_river As System.Windows.Forms.BindingSource
Friend WithEvents bsw_water As System.Windows.Forms.BindingSource
Friend WithEvents MyTb14 As Eco2OD.MyTb
Friend WithEvents MyTb13 As Eco2OD.MyTb
Friend WithEvents MyTb1 As Eco2OD.MyTb
Friend WithEvents MyTb2 As Eco2OD.MyTb
Friend WithEvents MyTb3 As Eco2OD.MyTb
Friend WithEvents MyTb4 As Eco2OD.MyTb
Friend WithEvents MyTb5 As Eco2OD.MyTb
Friend WithEvents MyTb6 As Eco2OD.MyTb
Friend WithEvents MyTb7 As Eco2OD.MyTb
Friend WithEvents MyTb8 As Eco2OD.MyTb
Friend WithEvents MyTb9 As Eco2OD.MyTb
Friend WithEvents MyTb10 As Eco2OD.MyTb
Friend WithEvents MyTb11 As Eco2OD.MyTb
Friend WithEvents MyTb12 As Eco2OD.MyTb
End Class