weather_group 내보내기 기능

This commit is contained in:
tindevil
2020-08-16 00:44:55 +09:00
parent 50bb66aa4f
commit ea26c7356d
9 changed files with 5252 additions and 4702 deletions

View File

@@ -293,6 +293,12 @@ Partial Class Frm_Weather
Me.AreaDataGridViewTextBoxColumn2 = New System.Windows.Forms.DataGridViewButtonColumn()
Me.bsWGDep3 = New System.Windows.Forms.BindingSource(Me.components)
Me.dvArea2 = New CEnergy.arindv()
Me.CodeDataGridViewTextBoxColumn1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.area2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.NameDataGridViewTextBoxColumn1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.AreaDataGridViewTextBoxColumn1 = New System.Windows.Forms.DataGridViewButtonColumn()
Me.dvc_area2 = New System.Windows.Forms.DataGridViewComboBoxColumn()
Me.area3 = New System.Windows.Forms.DataGridViewComboBoxColumn()
Me.bsWGDep2 = New System.Windows.Forms.BindingSource(Me.components)
Me.dvArea1 = New CEnergy.arindv()
Me.CodeDataGridViewTextBoxColumn = New System.Windows.Forms.DataGridViewTextBoxColumn()
@@ -313,12 +319,8 @@ Partial Class Frm_Weather
Me.ToolStripButton7 = New System.Windows.Forms.ToolStripButton()
Me.StatusStrip1 = New System.Windows.Forms.StatusStrip()
Me.lb_msg = New System.Windows.Forms.ToolStripStatusLabel()
Me.CodeDataGridViewTextBoxColumn1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.area2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.NameDataGridViewTextBoxColumn1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.AreaDataGridViewTextBoxColumn1 = New System.Windows.Forms.DataGridViewButtonColumn()
Me.dvc_area2 = New System.Windows.Forms.DataGridViewComboBoxColumn()
Me.area3 = New System.Windows.Forms.DataGridViewComboBoxColumn()
Me.ToolStripButton8 = New System.Windows.Forms.ToolStripButton()
Me.ToolStripButton13 = New System.Windows.Forms.ToolStripButton()
Label64 = New System.Windows.Forms.Label()
Label77 = New System.Windows.Forms.Label()
Label78 = New System.Windows.Forms.Label()
@@ -1456,7 +1458,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, 156.0!))
Me.TableLayoutPanel7.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 158.0!))
Me.TableLayoutPanel7.Controls.Add(Me.tb_w12, 3, 5)
Me.TableLayoutPanel7.Controls.Add(Label64, 2, 5)
Me.TableLayoutPanel7.Controls.Add(Label77, 2, 4)
@@ -1490,7 +1492,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(461, 169)
Me.TableLayoutPanel7.Size = New System.Drawing.Size(463, 169)
Me.TableLayoutPanel7.TabIndex = 122
'
'tb_w12
@@ -3576,6 +3578,52 @@ Partial Class Frm_Weather
Me.dvArea2.TabIndex = 5
Me.dvArea2.Tag = "2"
'
'CodeDataGridViewTextBoxColumn1
'
Me.CodeDataGridViewTextBoxColumn1.DataPropertyName = "code"
Me.CodeDataGridViewTextBoxColumn1.HeaderText = "code"
Me.CodeDataGridViewTextBoxColumn1.Name = "CodeDataGridViewTextBoxColumn1"
Me.CodeDataGridViewTextBoxColumn1.Width = 62
'
'area2
'
Me.area2.DataPropertyName = "area2"
Me.area2.HeaderText = "area2"
Me.area2.Name = "area2"
Me.area2.Width = 66
'
'NameDataGridViewTextBoxColumn1
'
Me.NameDataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill
Me.NameDataGridViewTextBoxColumn1.DataPropertyName = "name"
Me.NameDataGridViewTextBoxColumn1.HeaderText = "name"
Me.NameDataGridViewTextBoxColumn1.Name = "NameDataGridViewTextBoxColumn1"
'
'AreaDataGridViewTextBoxColumn1
'
Me.AreaDataGridViewTextBoxColumn1.DataPropertyName = "area"
Me.AreaDataGridViewTextBoxColumn1.HeaderText = "area"
Me.AreaDataGridViewTextBoxColumn1.Name = "AreaDataGridViewTextBoxColumn1"
Me.AreaDataGridViewTextBoxColumn1.Resizable = System.Windows.Forms.DataGridViewTriState.[True]
Me.AreaDataGridViewTextBoxColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic
Me.AreaDataGridViewTextBoxColumn1.Width = 59
'
'dvc_area2
'
Me.dvc_area2.DataPropertyName = "area2"
Me.dvc_area2.HeaderText = "area2"
Me.dvc_area2.Items.AddRange(New Object() {"중부1", "중부2", "남부", "제주"})
Me.dvc_area2.Name = "dvc_area2"
Me.dvc_area2.Width = 47
'
'area3
'
Me.area3.DataPropertyName = "area3"
Me.area3.HeaderText = "친환경"
Me.area3.Items.AddRange(New Object() {"중부1", "중부2", "남부", "제주"})
Me.area3.Name = "area3"
Me.area3.Width = 45
'
'bsWGDep2
'
Me.bsWGDep2.DataMember = "weather_group"
@@ -3681,13 +3729,13 @@ Partial Class Frm_Weather
Me.dv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing
Me.dv.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Column1, Me.건물위치DataGridViewTextBoxColumn})
Me.dv.DataSource = Me.bs
Me.dv.Location = New System.Drawing.Point(3, 174)
Me.dv.Location = New System.Drawing.Point(3, 252)
Me.dv.Margin = New System.Windows.Forms.Padding(0)
Me.dv.MultiSelect = False
Me.dv.Name = "dv"
Me.dv.RowHeadersVisible = False
Me.dv.RowTemplate.Height = 23
Me.dv.Size = New System.Drawing.Size(182, 407)
Me.dv.Size = New System.Drawing.Size(182, 329)
Me.dv.TabIndex = 3
'
'Column1
@@ -3713,7 +3761,7 @@ Partial Class Frm_Weather
Me.bn_all.Dock = System.Windows.Forms.DockStyle.Left
Me.bn_all.Font = New System.Drawing.Font("돋움", 8.999999!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
Me.bn_all.ImageScalingSize = New System.Drawing.Size(32, 32)
Me.bn_all.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripButton48, Me.ToolStripButton49, Me.ToolStripButton51, Me.ToolStripSeparator28, Me.ToolStripButton7})
Me.bn_all.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripButton48, Me.ToolStripButton49, Me.ToolStripButton51, Me.ToolStripSeparator28, Me.ToolStripButton7, Me.ToolStripButton8, Me.ToolStripButton13})
Me.bn_all.Location = New System.Drawing.Point(0, 0)
Me.bn_all.MoveFirstItem = Nothing
Me.bn_all.MoveLastItem = Nothing
@@ -3777,51 +3825,21 @@ Partial Class Frm_Weather
Me.lb_msg.Size = New System.Drawing.Size(59, 17)
Me.lb_msg.Text = "<메세지>"
'
'CodeDataGridViewTextBoxColumn1
'ToolStripButton8
'
Me.CodeDataGridViewTextBoxColumn1.DataPropertyName = "code"
Me.CodeDataGridViewTextBoxColumn1.HeaderText = "code"
Me.CodeDataGridViewTextBoxColumn1.Name = "CodeDataGridViewTextBoxColumn1"
Me.CodeDataGridViewTextBoxColumn1.Width = 62
Me.ToolStripButton8.Image = CType(resources.GetObject("ToolStripButton8.Image"), System.Drawing.Image)
Me.ToolStripButton8.ImageTransparentColor = System.Drawing.Color.Magenta
Me.ToolStripButton8.Name = "ToolStripButton8"
Me.ToolStripButton8.Size = New System.Drawing.Size(188, 36)
Me.ToolStripButton8.Text = "Data Export"
'
'area2
'ToolStripButton13
'
Me.area2.DataPropertyName = "area2"
Me.area2.HeaderText = "area2"
Me.area2.Name = "area2"
Me.area2.Width = 66
'
'NameDataGridViewTextBoxColumn1
'
Me.NameDataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill
Me.NameDataGridViewTextBoxColumn1.DataPropertyName = "name"
Me.NameDataGridViewTextBoxColumn1.HeaderText = "name"
Me.NameDataGridViewTextBoxColumn1.Name = "NameDataGridViewTextBoxColumn1"
'
'AreaDataGridViewTextBoxColumn1
'
Me.AreaDataGridViewTextBoxColumn1.DataPropertyName = "area"
Me.AreaDataGridViewTextBoxColumn1.HeaderText = "area"
Me.AreaDataGridViewTextBoxColumn1.Name = "AreaDataGridViewTextBoxColumn1"
Me.AreaDataGridViewTextBoxColumn1.Resizable = System.Windows.Forms.DataGridViewTriState.[True]
Me.AreaDataGridViewTextBoxColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic
Me.AreaDataGridViewTextBoxColumn1.Width = 59
'
'dvc_area2
'
Me.dvc_area2.DataPropertyName = "area2"
Me.dvc_area2.HeaderText = "area2"
Me.dvc_area2.Items.AddRange(New Object() {"중부1", "중부2", "남부", "제주"})
Me.dvc_area2.Name = "dvc_area2"
Me.dvc_area2.Width = 47
'
'area3
'
Me.area3.DataPropertyName = "area3"
Me.area3.HeaderText = "친환경"
Me.area3.Items.AddRange(New Object() {"중부1", "중부2", "남부", "제주"})
Me.area3.Name = "area3"
Me.area3.Width = 45
Me.ToolStripButton13.Image = CType(resources.GetObject("ToolStripButton13.Image"), System.Drawing.Image)
Me.ToolStripButton13.ImageTransparentColor = System.Drawing.Color.Magenta
Me.ToolStripButton13.Name = "ToolStripButton13"
Me.ToolStripButton13.Size = New System.Drawing.Size(188, 36)
Me.ToolStripButton13.Text = "Data Import"
'
'Frm_Weather
'
@@ -4120,4 +4138,6 @@ Partial Class Frm_Weather
Friend WithEvents AreaDataGridViewTextBoxColumn1 As System.Windows.Forms.DataGridViewButtonColumn
Friend WithEvents dvc_area2 As System.Windows.Forms.DataGridViewComboBoxColumn
Friend WithEvents area3 As System.Windows.Forms.DataGridViewComboBoxColumn
Friend WithEvents ToolStripButton8 As ToolStripButton
Friend WithEvents ToolStripButton13 As ToolStripButton
End Class