_ Partial Class Frm_5_New Inherits CForm 'Form은 Dispose를 재정의하여 구성 요소 목록을 정리합니다. _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) Try If disposing AndAlso components IsNot Nothing Then components.Dispose() End If Finally MyBase.Dispose(disposing) End Try End Sub 'Windows Form 디자이너에 필요합니다. Private components As System.ComponentModel.IContainer '참고: 다음 프로시저는 Windows Form 디자이너에 필요합니다. '수정하려면 Windows Form 디자이너를 사용하십시오. '코드 편집기를 사용하여 수정하지 마십시오. _ Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Frm_5_New)) Me.TableLayoutPanel1 = New System.Windows.Forms.TableLayoutPanel() Me.NTb1 = New Eco2OD.MyTb() Me.NTb2 = New Eco2OD.MyTb() Me.DataSet1 = New Eco2OD.DS() Me.bs_energy = New System.Windows.Forms.BindingSource(Me.components) Me.bs_ground = New System.Windows.Forms.BindingSource(Me.components) Me.bs_light = New System.Windows.Forms.BindingSource(Me.components) Me.cmGrid = New System.Windows.Forms.ContextMenuStrip(Me.components) Me.열너비저장ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.ToolStripMenuItem1 = New System.Windows.Forms.ToolStripSeparator() Me.열너비자동조정ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.열너비초기화ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.bs_열병합 = New System.Windows.Forms.BindingSource(Me.components) Me.C1DockingTab1 = New C1.Win.C1Command.C1DockingTab() Me.C1DockingTabPage1 = New C1.Win.C1Command.C1DockingTabPage() Me.fxLight = New C1.Win.C1FlexGrid.C1FlexGrid() Me.C1DockingTabPage2 = New C1.Win.C1Command.C1DockingTabPage() Me.fxEnergy = New C1.Win.C1FlexGrid.C1FlexGrid() Me.C1DockingTabPage3 = New C1.Win.C1Command.C1DockingTabPage() Me.fxGround = New C1.Win.C1FlexGrid.C1FlexGrid() Me.C1DockingTabPage4 = New C1.Win.C1Command.C1DockingTabPage() Me.fxybh = New C1.Win.C1FlexGrid.C1FlexGrid() Me.C1StatusBar1 = New C1.Win.C1Ribbon.C1StatusBar() Me.btAdd = New C1.Win.C1Ribbon.RibbonButton() Me.btDel = New C1.Win.C1Ribbon.RibbonButton() Me.RibbonButton1 = New C1.Win.C1Ribbon.RibbonButton() Me.NTb3 = New Eco2OD.MyTb() Me.TableLayoutPanel1.SuspendLayout() CType(Me.DataSet1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.bs_energy, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.bs_ground, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.bs_light, System.ComponentModel.ISupportInitialize).BeginInit() Me.cmGrid.SuspendLayout() CType(Me.bs_열병합, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.C1DockingTab1, System.ComponentModel.ISupportInitialize).BeginInit() Me.C1DockingTab1.SuspendLayout() Me.C1DockingTabPage1.SuspendLayout() CType(Me.fxLight, System.ComponentModel.ISupportInitialize).BeginInit() Me.C1DockingTabPage2.SuspendLayout() CType(Me.fxEnergy, System.ComponentModel.ISupportInitialize).BeginInit() Me.C1DockingTabPage3.SuspendLayout() CType(Me.fxGround, System.ComponentModel.ISupportInitialize).BeginInit() Me.C1DockingTabPage4.SuspendLayout() CType(Me.fxybh, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.C1StatusBar1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'TableLayoutPanel1 ' Me.TableLayoutPanel1.AutoScroll = True Me.TableLayoutPanel1.ColumnCount = 2 Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 126.0!)) Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0!)) Me.TableLayoutPanel1.Controls.Add(Me.NTb1, 1, 12) Me.TableLayoutPanel1.Controls.Add(Me.NTb2, 1, 11) Me.TableLayoutPanel1.Location = New System.Drawing.Point(0, 0) Me.TableLayoutPanel1.Name = "TableLayoutPanel1" Me.TableLayoutPanel1.RowCount = 13 Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20.0!)) Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20.0!)) Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20.0!)) Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20.0!)) Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20.0!)) Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20.0!)) Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20.0!)) Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20.0!)) Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20.0!)) Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20.0!)) Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20.0!)) Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20.0!)) Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20.0!)) Me.TableLayoutPanel1.Size = New System.Drawing.Size(200, 100) Me.TableLayoutPanel1.TabIndex = 0 ' 'NTb1 ' Me.NTb1.Location = New System.Drawing.Point(129, 243) Me.NTb1.Name = "NTb1" Me.NTb1.NectControl = Nothing Me.NTb1.Size = New System.Drawing.Size(68, 21) Me.NTb1.TabIndex = 63 Me.NTb1.TextFormat = Eco2OD.MyTb.ETFormat.Normal ' 'NTb2 ' Me.NTb2.Location = New System.Drawing.Point(129, 223) Me.NTb2.Name = "NTb2" Me.NTb2.NectControl = Nothing Me.NTb2.Size = New System.Drawing.Size(68, 21) Me.NTb2.TabIndex = 61 Me.NTb2.TextFormat = Eco2OD.MyTb.ETFormat.Normal ' 'DataSet1 ' Me.DataSet1.DataSetName = "DS" Me.DataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema ' 'bs_energy ' Me.bs_energy.DataMember = "tbl_new_energy" Me.bs_energy.DataSource = Me.DataSet1 Me.bs_energy.Filter = "code <> '0'" ' 'bs_ground ' Me.bs_ground.DataMember = "tbl_new_ground" Me.bs_ground.DataSource = Me.DataSet1 Me.bs_ground.Filter = "code <> '0'" ' 'bs_light ' Me.bs_light.DataMember = "tbl_new_light" Me.bs_light.DataSource = Me.DataSet1 Me.bs_light.Filter = "code <> '0'" ' 'cmGrid ' Me.cmGrid.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.열너비저장ToolStripMenuItem, Me.ToolStripMenuItem1, Me.열너비자동조정ToolStripMenuItem, Me.열너비초기화ToolStripMenuItem}) Me.cmGrid.Name = "ContextMenuStrip1" Me.cmGrid.Size = New System.Drawing.Size(167, 76) ' '열너비저장ToolStripMenuItem ' Me.열너비저장ToolStripMenuItem.Name = "열너비저장ToolStripMenuItem" Me.열너비저장ToolStripMenuItem.Size = New System.Drawing.Size(166, 22) Me.열너비저장ToolStripMenuItem.Text = "열 너비 저장" ' 'ToolStripMenuItem1 ' Me.ToolStripMenuItem1.Name = "ToolStripMenuItem1" Me.ToolStripMenuItem1.Size = New System.Drawing.Size(163, 6) ' '열너비자동조정ToolStripMenuItem ' Me.열너비자동조정ToolStripMenuItem.Name = "열너비자동조정ToolStripMenuItem" Me.열너비자동조정ToolStripMenuItem.Size = New System.Drawing.Size(166, 22) Me.열너비자동조정ToolStripMenuItem.Text = "열 너비 자동조정" ' '열너비초기화ToolStripMenuItem ' Me.열너비초기화ToolStripMenuItem.Name = "열너비초기화ToolStripMenuItem" Me.열너비초기화ToolStripMenuItem.Size = New System.Drawing.Size(166, 22) Me.열너비초기화ToolStripMenuItem.Text = "열 너비 초기화" ' 'bs_열병합 ' Me.bs_열병합.DataMember = "tbl_new_열병합" Me.bs_열병합.DataSource = Me.DataSet1 Me.bs_열병합.Filter = "code <> '0'" ' 'C1DockingTab1 ' Me.C1DockingTab1.Controls.Add(Me.C1DockingTabPage1) Me.C1DockingTab1.Controls.Add(Me.C1DockingTabPage2) Me.C1DockingTab1.Controls.Add(Me.C1DockingTabPage3) Me.C1DockingTab1.Controls.Add(Me.C1DockingTabPage4) Me.C1DockingTab1.Dock = System.Windows.Forms.DockStyle.Fill Me.C1DockingTab1.Location = New System.Drawing.Point(0, 0) Me.C1DockingTab1.Name = "C1DockingTab1" Me.C1DockingTab1.Size = New System.Drawing.Size(817, 598) Me.C1DockingTab1.TabIndex = 231 Me.C1DockingTab1.TabsSpacing = 5 Me.C1DockingTab1.TabStyle = C1.Win.C1Command.TabStyleEnum.Office2010 Me.C1DockingTab1.VisualStyleBase = C1.Win.C1Command.VisualStyle.Office2010Silver ' 'C1DockingTabPage1 ' Me.C1DockingTabPage1.Controls.Add(Me.fxLight) Me.C1DockingTabPage1.Location = New System.Drawing.Point(1, 29) Me.C1DockingTabPage1.Name = "C1DockingTabPage1" Me.C1DockingTabPage1.Size = New System.Drawing.Size(815, 568) Me.C1DockingTabPage1.TabBackColorSelected = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.C1DockingTabPage1.TabIndex = 0 Me.C1DockingTabPage1.Text = "태양광" ' 'fxLight ' Me.fxLight.AutoGenerateColumns = False Me.fxLight.ColumnInfo = resources.GetString("fxLight.ColumnInfo") Me.fxLight.ContextMenuStrip = Me.cmGrid Me.fxLight.DataSource = Me.bs_light Me.fxLight.Dock = System.Windows.Forms.DockStyle.Fill Me.fxLight.KeyActionTab = C1.Win.C1FlexGrid.KeyActionEnum.MoveAcross Me.fxLight.Location = New System.Drawing.Point(0, 0) Me.fxLight.Margin = New System.Windows.Forms.Padding(0) Me.fxLight.Name = "fxLight" Me.fxLight.Rows.Count = 1 Me.fxLight.Rows.DefaultSize = 24 Me.fxLight.ShowErrors = True Me.fxLight.Size = New System.Drawing.Size(815, 568) Me.fxLight.StyleInfo = resources.GetString("fxLight.StyleInfo") Me.fxLight.TabIndex = 151 Me.fxLight.VisualStyle = C1.Win.C1FlexGrid.VisualStyle.Office2007Silver ' 'C1DockingTabPage2 ' Me.C1DockingTabPage2.Controls.Add(Me.fxEnergy) Me.C1DockingTabPage2.Location = New System.Drawing.Point(1, 29) Me.C1DockingTabPage2.Name = "C1DockingTabPage2" Me.C1DockingTabPage2.Size = New System.Drawing.Size(815, 568) Me.C1DockingTabPage2.TabBackColorSelected = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.C1DockingTabPage2.TabIndex = 1 Me.C1DockingTabPage2.Text = "태양열" ' 'fxEnergy ' Me.fxEnergy.AutoGenerateColumns = False Me.fxEnergy.ColumnInfo = resources.GetString("fxEnergy.ColumnInfo") Me.fxEnergy.ContextMenuStrip = Me.cmGrid Me.fxEnergy.DataSource = Me.bs_energy Me.fxEnergy.Dock = System.Windows.Forms.DockStyle.Fill Me.fxEnergy.KeyActionTab = C1.Win.C1FlexGrid.KeyActionEnum.MoveAcross Me.fxEnergy.Location = New System.Drawing.Point(0, 0) Me.fxEnergy.Margin = New System.Windows.Forms.Padding(0) Me.fxEnergy.Name = "fxEnergy" Me.fxEnergy.Rows.Count = 1 Me.fxEnergy.Rows.DefaultSize = 24 Me.fxEnergy.ShowErrors = True Me.fxEnergy.Size = New System.Drawing.Size(815, 568) Me.fxEnergy.StyleInfo = resources.GetString("fxEnergy.StyleInfo") Me.fxEnergy.TabIndex = 152 Me.fxEnergy.VisualStyle = C1.Win.C1FlexGrid.VisualStyle.Office2007Silver ' 'C1DockingTabPage3 ' Me.C1DockingTabPage3.Controls.Add(Me.fxGround) Me.C1DockingTabPage3.Location = New System.Drawing.Point(1, 29) Me.C1DockingTabPage3.Name = "C1DockingTabPage3" Me.C1DockingTabPage3.Size = New System.Drawing.Size(815, 568) Me.C1DockingTabPage3.TabBackColorSelected = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.C1DockingTabPage3.TabIndex = 2 Me.C1DockingTabPage3.Text = "지열" ' 'fxGround ' Me.fxGround.AutoGenerateColumns = False Me.fxGround.ColumnInfo = resources.GetString("fxGround.ColumnInfo") Me.fxGround.ContextMenuStrip = Me.cmGrid Me.fxGround.DataSource = Me.bs_ground Me.fxGround.Dock = System.Windows.Forms.DockStyle.Fill Me.fxGround.KeyActionTab = C1.Win.C1FlexGrid.KeyActionEnum.MoveAcross Me.fxGround.Location = New System.Drawing.Point(0, 0) Me.fxGround.Margin = New System.Windows.Forms.Padding(0) Me.fxGround.Name = "fxGround" Me.fxGround.Rows.Count = 1 Me.fxGround.Rows.DefaultSize = 24 Me.fxGround.ShowErrors = True Me.fxGround.Size = New System.Drawing.Size(815, 568) Me.fxGround.StyleInfo = resources.GetString("fxGround.StyleInfo") Me.fxGround.TabIndex = 153 Me.fxGround.VisualStyle = C1.Win.C1FlexGrid.VisualStyle.Office2007Silver ' 'C1DockingTabPage4 ' Me.C1DockingTabPage4.Controls.Add(Me.fxybh) Me.C1DockingTabPage4.Location = New System.Drawing.Point(1, 29) Me.C1DockingTabPage4.Name = "C1DockingTabPage4" Me.C1DockingTabPage4.Size = New System.Drawing.Size(815, 568) Me.C1DockingTabPage4.TabBackColorSelected = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.C1DockingTabPage4.TabIndex = 3 Me.C1DockingTabPage4.Text = "열병합발전" ' 'fxybh ' Me.fxybh.AutoGenerateColumns = False Me.fxybh.ColumnInfo = resources.GetString("fxybh.ColumnInfo") Me.fxybh.DataSource = Me.bs_열병합 Me.fxybh.Dock = System.Windows.Forms.DockStyle.Fill Me.fxybh.Location = New System.Drawing.Point(0, 0) Me.fxybh.Name = "fxybh" Me.fxybh.Rows.Count = 1 Me.fxybh.Rows.DefaultSize = 24 Me.fxybh.Size = New System.Drawing.Size(815, 568) Me.fxybh.TabIndex = 0 ' 'C1StatusBar1 ' Me.C1StatusBar1.AutoSizeElement = C1.Framework.AutoSizeElement.Width Me.C1StatusBar1.LeftPaneItems.Add(Me.btAdd) Me.C1StatusBar1.LeftPaneItems.Add(Me.btDel) Me.C1StatusBar1.Location = New System.Drawing.Point(0, 598) Me.C1StatusBar1.Name = "C1StatusBar1" Me.C1StatusBar1.RightPaneItems.Add(Me.RibbonButton1) Me.C1StatusBar1.Size = New System.Drawing.Size(817, 23) ' 'btAdd ' Me.btAdd.Name = "btAdd" Me.btAdd.SmallImage = CType(resources.GetObject("btAdd.SmallImage"), System.Drawing.Image) Me.btAdd.Text = "추가(&A)" ' 'btDel ' Me.btDel.Name = "btDel" Me.btDel.SmallImage = CType(resources.GetObject("btDel.SmallImage"), System.Drawing.Image) Me.btDel.Text = "삭제(&D)" ' 'RibbonButton1 ' Me.RibbonButton1.LargeImage = CType(resources.GetObject("RibbonButton1.LargeImage"), System.Drawing.Image) Me.RibbonButton1.Name = "RibbonButton1" Me.RibbonButton1.SmallImage = CType(resources.GetObject("RibbonButton1.SmallImage"), System.Drawing.Image) Me.RibbonButton1.Text = "적용(&S)" ' 'NTb3 ' Me.NTb3.Location = New System.Drawing.Point(129, 263) Me.NTb3.Name = "NTb3" Me.NTb3.NectControl = Nothing Me.NTb3.Size = New System.Drawing.Size(97, 21) Me.NTb3.TabIndex = 59 Me.NTb3.TextFormat = Eco2OD.MyTb.ETFormat.Normal ' 'Frm_5_New ' Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None Me.BackgroundColor = System.Drawing.SystemColors.Control Me.ClientSize = New System.Drawing.Size(817, 621) Me.Controls.Add(Me.C1DockingTab1) Me.Controls.Add(Me.C1StatusBar1) Me.Font = New System.Drawing.Font("맑은 고딕", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Margin = New System.Windows.Forms.Padding(3, 2, 3, 2) Me.Name = "Frm_5_New" Me.ShowInTaskbar = False Me.Tag = "4" Me.Text = "신재생에너지설비부문" Me.TableLayoutPanel1.ResumeLayout(False) Me.TableLayoutPanel1.PerformLayout() CType(Me.DataSet1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.bs_energy, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.bs_ground, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.bs_light, System.ComponentModel.ISupportInitialize).EndInit() Me.cmGrid.ResumeLayout(False) CType(Me.bs_열병합, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.C1DockingTab1, System.ComponentModel.ISupportInitialize).EndInit() Me.C1DockingTab1.ResumeLayout(False) Me.C1DockingTabPage1.ResumeLayout(False) CType(Me.fxLight, System.ComponentModel.ISupportInitialize).EndInit() Me.C1DockingTabPage2.ResumeLayout(False) CType(Me.fxEnergy, System.ComponentModel.ISupportInitialize).EndInit() Me.C1DockingTabPage3.ResumeLayout(False) CType(Me.fxGround, System.ComponentModel.ISupportInitialize).EndInit() Me.C1DockingTabPage4.ResumeLayout(False) CType(Me.fxybh, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.C1StatusBar1, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Public WithEvents DataSet1 As Eco2OD.DS Friend WithEvents TableLayoutPanel1 As System.Windows.Forms.TableLayoutPanel Friend WithEvents NTb1 As MyTb Friend WithEvents NTb2 As MyTb Friend WithEvents NTb3 As MyTb Friend WithEvents bs_ground As System.Windows.Forms.BindingSource Friend WithEvents bs_energy As System.Windows.Forms.BindingSource Friend WithEvents bs_light As System.Windows.Forms.BindingSource Friend WithEvents 태양열종류DataGridViewTextBoxColumn As System.Windows.Forms.DataGridViewTextBoxColumn Friend WithEvents fxLight As C1.Win.C1FlexGrid.C1FlexGrid Friend WithEvents fxEnergy As C1.Win.C1FlexGrid.C1FlexGrid Friend WithEvents fxGround As C1.Win.C1FlexGrid.C1FlexGrid Friend WithEvents C1StatusBar1 As C1.Win.C1Ribbon.C1StatusBar Friend WithEvents RibbonButton1 As C1.Win.C1Ribbon.RibbonButton Friend WithEvents C1DockingTab1 As C1.Win.C1Command.C1DockingTab Friend WithEvents C1DockingTabPage1 As C1.Win.C1Command.C1DockingTabPage Friend WithEvents C1DockingTabPage2 As C1.Win.C1Command.C1DockingTabPage Friend WithEvents C1DockingTabPage3 As C1.Win.C1Command.C1DockingTabPage Friend WithEvents btAdd As C1.Win.C1Ribbon.RibbonButton Friend WithEvents btDel As C1.Win.C1Ribbon.RibbonButton Friend WithEvents cmGrid As ContextMenuStrip Friend WithEvents 열너비저장ToolStripMenuItem As ToolStripMenuItem Friend WithEvents ToolStripMenuItem1 As ToolStripSeparator Friend WithEvents 열너비자동조정ToolStripMenuItem As ToolStripMenuItem Friend WithEvents 열너비초기화ToolStripMenuItem As ToolStripMenuItem Friend WithEvents C1DockingTabPage4 As C1.Win.C1Command.C1DockingTabPage Friend WithEvents fxybh As C1.Win.C1FlexGrid.C1FlexGrid Friend WithEvents bs_열병합 As System.Windows.Forms.BindingSource End Class