guest 일때 서버 업데이트 기능 제거
New1 파일 최신버젼응로 업데이트(기초데이터)
This commit is contained in:
@@ -280,6 +280,7 @@ Partial Class Frm_V20091231_Weather
|
||||
Me.ToolStripButton5 = New System.Windows.Forms.ToolStripButton()
|
||||
Me.ToolStripButton6 = New System.Windows.Forms.ToolStripButton()
|
||||
Me.dv = New CEnergy.arindv()
|
||||
Me.건물위치DataGridViewTextBoxColumn = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||
Me.StatusStrip1 = New System.Windows.Forms.StatusStrip()
|
||||
Me.lb_msg = New System.Windows.Forms.ToolStripStatusLabel()
|
||||
Me.DataGridViewTextBoxColumn2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||
@@ -289,7 +290,7 @@ Partial Class Frm_V20091231_Weather
|
||||
Me.DataGridViewTextBoxColumn6 = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||
Me.DataGridViewTextBoxColumn7 = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||
Me.DataGridViewTextBoxColumn8 = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||
Me.건물위치DataGridViewTextBoxColumn = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||
Me.Button2 = New System.Windows.Forms.Button()
|
||||
Label39 = New System.Windows.Forms.Label()
|
||||
Label247 = New System.Windows.Forms.Label()
|
||||
Label248 = New System.Windows.Forms.Label()
|
||||
@@ -1383,6 +1384,7 @@ Partial Class Frm_V20091231_Weather
|
||||
'
|
||||
'TabPage1
|
||||
'
|
||||
Me.TabPage1.Controls.Add(Me.Button2)
|
||||
Me.TabPage1.Controls.Add(Me.GroupBox2)
|
||||
Me.TabPage1.Controls.Add(Me.GroupBox1)
|
||||
Me.TabPage1.Location = New System.Drawing.Point(4, 22)
|
||||
@@ -1420,7 +1422,7 @@ Partial Class Frm_V20091231_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, 138.0!))
|
||||
Me.TableLayoutPanel7.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 139.0!))
|
||||
Me.TableLayoutPanel7.Controls.Add(Me.tb_w12, 3, 5)
|
||||
Me.TableLayoutPanel7.Controls.Add(Label64, 2, 5)
|
||||
Me.TableLayoutPanel7.Controls.Add(Label77, 2, 4)
|
||||
@@ -1454,7 +1456,7 @@ Partial Class Frm_V20091231_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(443, 169)
|
||||
Me.TableLayoutPanel7.Size = New System.Drawing.Size(444, 169)
|
||||
Me.TableLayoutPanel7.TabIndex = 122
|
||||
'
|
||||
'tb_w12
|
||||
@@ -3403,6 +3405,14 @@ Partial Class Frm_V20091231_Weather
|
||||
Me.dv.Size = New System.Drawing.Size(182, 398)
|
||||
Me.dv.TabIndex = 3
|
||||
'
|
||||
'건물위치DataGridViewTextBoxColumn
|
||||
'
|
||||
Me.건물위치DataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill
|
||||
Me.건물위치DataGridViewTextBoxColumn.DataPropertyName = "건물위치"
|
||||
Me.건물위치DataGridViewTextBoxColumn.HeaderText = "건물위치"
|
||||
Me.건물위치DataGridViewTextBoxColumn.Name = "건물위치DataGridViewTextBoxColumn"
|
||||
Me.건물위치DataGridViewTextBoxColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable
|
||||
'
|
||||
'StatusStrip1
|
||||
'
|
||||
Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.lb_msg})
|
||||
@@ -3467,13 +3477,14 @@ Partial Class Frm_V20091231_Weather
|
||||
Me.DataGridViewTextBoxColumn8.Name = "DataGridViewTextBoxColumn8"
|
||||
Me.DataGridViewTextBoxColumn8.Width = 58
|
||||
'
|
||||
'건물위치DataGridViewTextBoxColumn
|
||||
'Button2
|
||||
'
|
||||
Me.건물위치DataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill
|
||||
Me.건물위치DataGridViewTextBoxColumn.DataPropertyName = "건물위치"
|
||||
Me.건물위치DataGridViewTextBoxColumn.HeaderText = "건물위치"
|
||||
Me.건물위치DataGridViewTextBoxColumn.Name = "건물위치DataGridViewTextBoxColumn"
|
||||
Me.건물위치DataGridViewTextBoxColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable
|
||||
Me.Button2.Location = New System.Drawing.Point(446, 414)
|
||||
Me.Button2.Name = "Button2"
|
||||
Me.Button2.Size = New System.Drawing.Size(135, 52)
|
||||
Me.Button2.TabIndex = 127
|
||||
Me.Button2.Text = "save"
|
||||
Me.Button2.UseVisualStyleBackColor = True
|
||||
'
|
||||
'Frm_V20091231_Weather
|
||||
'
|
||||
@@ -3735,4 +3746,5 @@ End Sub
|
||||
Friend WithEvents DataGridViewTextBoxColumn11 As System.Windows.Forms.DataGridViewTextBoxColumn
|
||||
Friend WithEvents Button1 As System.Windows.Forms.Button
|
||||
Friend WithEvents 건물위치DataGridViewTextBoxColumn As System.Windows.Forms.DataGridViewTextBoxColumn
|
||||
Friend WithEvents Button2 As System.Windows.Forms.Button
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user