initial commit
This commit is contained in:
		
							
								
								
									
										210
									
								
								ArinWarev1/FORM-BASIC/Frm_Yk.Designer.vb
									
									
									
										generated
									
									
									
										Normal file
									
								
							
							
						
						
									
										210
									
								
								ArinWarev1/FORM-BASIC/Frm_Yk.Designer.vb
									
									
									
										generated
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,210 @@ | ||||
| <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ | ||||
| Partial Class Frm_Yk | ||||
|     Inherits CForm | ||||
|  | ||||
|     'Form은 Dispose를 재정의하여 구성 요소 목록을 정리합니다. | ||||
|     <System.Diagnostics.DebuggerNonUserCode()> _ | ||||
|     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 디자이너를 사용하십시오.   | ||||
|     '코드 편집기에서는 수정하지 마세요. | ||||
|     <System.Diagnostics.DebuggerStepThrough()> _ | ||||
|     Private Sub InitializeComponent() | ||||
|         Me.components = New System.ComponentModel.Container() | ||||
|         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Frm_Yk)) | ||||
|         Me.C1FlexGrid1 = New C1.Win.C1FlexGrid.C1FlexGrid() | ||||
|         Me.DS = New Eco2OD.DS() | ||||
|         Me.bs = New System.Windows.Forms.BindingSource(Me.components) | ||||
|         Me.bn = New System.Windows.Forms.BindingNavigator(Me.components) | ||||
|         Me.BindingNavigatorMoveFirstItem = New System.Windows.Forms.ToolStripButton() | ||||
|         Me.BindingNavigatorMovePreviousItem = New System.Windows.Forms.ToolStripButton() | ||||
|         Me.BindingNavigatorSeparator = New System.Windows.Forms.ToolStripSeparator() | ||||
|         Me.BindingNavigatorPositionItem = New System.Windows.Forms.ToolStripTextBox() | ||||
|         Me.BindingNavigatorCountItem = New System.Windows.Forms.ToolStripLabel() | ||||
|         Me.BindingNavigatorSeparator1 = New System.Windows.Forms.ToolStripSeparator() | ||||
|         Me.BindingNavigatorMoveNextItem = New System.Windows.Forms.ToolStripButton() | ||||
|         Me.BindingNavigatorMoveLastItem = New System.Windows.Forms.ToolStripButton() | ||||
|         Me.BindingNavigatorSeparator2 = New System.Windows.Forms.ToolStripSeparator() | ||||
|         Me.BindingNavigatorAddNewItem = New System.Windows.Forms.ToolStripButton() | ||||
|         Me.BindingNavigatorDeleteItem = New System.Windows.Forms.ToolStripButton() | ||||
|         CType(Me.C1FlexGrid1, System.ComponentModel.ISupportInitialize).BeginInit() | ||||
|         CType(Me.DS, System.ComponentModel.ISupportInitialize).BeginInit() | ||||
|         CType(Me.bs, System.ComponentModel.ISupportInitialize).BeginInit() | ||||
|         CType(Me.bn, System.ComponentModel.ISupportInitialize).BeginInit() | ||||
|         Me.bn.SuspendLayout() | ||||
|         Me.SuspendLayout() | ||||
|         ' | ||||
|         'C1FlexGrid1 | ||||
|         ' | ||||
|         Me.C1FlexGrid1.ColumnInfo = resources.GetString("C1FlexGrid1.ColumnInfo") | ||||
|         Me.C1FlexGrid1.DataSource = Me.bs | ||||
|         Me.C1FlexGrid1.Dock = System.Windows.Forms.DockStyle.Fill | ||||
|         Me.C1FlexGrid1.Location = New System.Drawing.Point(0, 0) | ||||
|         Me.C1FlexGrid1.Name = "C1FlexGrid1" | ||||
|         Me.C1FlexGrid1.Rows.Count = 1 | ||||
|         Me.C1FlexGrid1.Rows.DefaultSize = 20 | ||||
|         Me.C1FlexGrid1.Size = New System.Drawing.Size(752, 530) | ||||
|         Me.C1FlexGrid1.TabIndex = 0 | ||||
|         ' | ||||
|         'DS | ||||
|         ' | ||||
|         Me.DS.DataSetName = "DS" | ||||
|         Me.DS.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema | ||||
|         ' | ||||
|         'bs | ||||
|         ' | ||||
|         Me.bs.DataMember = "tbl_yk" | ||||
|         Me.bs.DataSource = Me.DS | ||||
|         ' | ||||
|         'bn | ||||
|         ' | ||||
|         Me.bn.AddNewItem = Me.BindingNavigatorAddNewItem | ||||
|         Me.bn.BindingSource = Me.bs | ||||
|         Me.bn.CountItem = Me.BindingNavigatorCountItem | ||||
|         Me.bn.DeleteItem = Me.BindingNavigatorDeleteItem | ||||
|         Me.bn.Dock = System.Windows.Forms.DockStyle.Bottom | ||||
|         Me.bn.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BindingNavigatorMoveFirstItem, Me.BindingNavigatorMovePreviousItem, Me.BindingNavigatorSeparator, Me.BindingNavigatorPositionItem, Me.BindingNavigatorCountItem, Me.BindingNavigatorSeparator1, Me.BindingNavigatorMoveNextItem, Me.BindingNavigatorMoveLastItem, Me.BindingNavigatorSeparator2, Me.BindingNavigatorAddNewItem, Me.BindingNavigatorDeleteItem}) | ||||
|         Me.bn.Location = New System.Drawing.Point(0, 530) | ||||
|         Me.bn.MoveFirstItem = Me.BindingNavigatorMoveFirstItem | ||||
|         Me.bn.MoveLastItem = Me.BindingNavigatorMoveLastItem | ||||
|         Me.bn.MoveNextItem = Me.BindingNavigatorMoveNextItem | ||||
|         Me.bn.MovePreviousItem = Me.BindingNavigatorMovePreviousItem | ||||
|         Me.bn.Name = "bn" | ||||
|         Me.bn.PositionItem = Me.BindingNavigatorPositionItem | ||||
|         Me.bn.Size = New System.Drawing.Size(752, 25) | ||||
|         Me.bn.TabIndex = 1 | ||||
|         Me.bn.Text = "BindingNavigator1" | ||||
|         ' | ||||
|         'BindingNavigatorMoveFirstItem | ||||
|         ' | ||||
|         Me.BindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image | ||||
|         Me.BindingNavigatorMoveFirstItem.Image = CType(resources.GetObject("BindingNavigatorMoveFirstItem.Image"), System.Drawing.Image) | ||||
|         Me.BindingNavigatorMoveFirstItem.Name = "BindingNavigatorMoveFirstItem" | ||||
|         Me.BindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = True | ||||
|         Me.BindingNavigatorMoveFirstItem.Size = New System.Drawing.Size(23, 22) | ||||
|         Me.BindingNavigatorMoveFirstItem.Text = "처음으로 이동" | ||||
|         ' | ||||
|         'BindingNavigatorMovePreviousItem | ||||
|         ' | ||||
|         Me.BindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image | ||||
|         Me.BindingNavigatorMovePreviousItem.Image = CType(resources.GetObject("BindingNavigatorMovePreviousItem.Image"), System.Drawing.Image) | ||||
|         Me.BindingNavigatorMovePreviousItem.Name = "BindingNavigatorMovePreviousItem" | ||||
|         Me.BindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = True | ||||
|         Me.BindingNavigatorMovePreviousItem.Size = New System.Drawing.Size(23, 22) | ||||
|         Me.BindingNavigatorMovePreviousItem.Text = "이전으로 이동" | ||||
|         ' | ||||
|         'BindingNavigatorSeparator | ||||
|         ' | ||||
|         Me.BindingNavigatorSeparator.Name = "BindingNavigatorSeparator" | ||||
|         Me.BindingNavigatorSeparator.Size = New System.Drawing.Size(6, 25) | ||||
|         ' | ||||
|         'BindingNavigatorPositionItem | ||||
|         ' | ||||
|         Me.BindingNavigatorPositionItem.AccessibleName = "위치" | ||||
|         Me.BindingNavigatorPositionItem.AutoSize = False | ||||
|         Me.BindingNavigatorPositionItem.Name = "BindingNavigatorPositionItem" | ||||
|         Me.BindingNavigatorPositionItem.Size = New System.Drawing.Size(50, 23) | ||||
|         Me.BindingNavigatorPositionItem.Text = "0" | ||||
|         Me.BindingNavigatorPositionItem.ToolTipText = "현재 위치" | ||||
|         ' | ||||
|         'BindingNavigatorCountItem | ||||
|         ' | ||||
|         Me.BindingNavigatorCountItem.Name = "BindingNavigatorCountItem" | ||||
|         Me.BindingNavigatorCountItem.Size = New System.Drawing.Size(27, 22) | ||||
|         Me.BindingNavigatorCountItem.Text = "/{0}" | ||||
|         Me.BindingNavigatorCountItem.ToolTipText = "전체 항목 수" | ||||
|         ' | ||||
|         'BindingNavigatorSeparator1 | ||||
|         ' | ||||
|         Me.BindingNavigatorSeparator1.Name = "BindingNavigatorSeparator" | ||||
|         Me.BindingNavigatorSeparator1.Size = New System.Drawing.Size(6, 25) | ||||
|         ' | ||||
|         'BindingNavigatorMoveNextItem | ||||
|         ' | ||||
|         Me.BindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image | ||||
|         Me.BindingNavigatorMoveNextItem.Image = CType(resources.GetObject("BindingNavigatorMoveNextItem.Image"), System.Drawing.Image) | ||||
|         Me.BindingNavigatorMoveNextItem.Name = "BindingNavigatorMoveNextItem" | ||||
|         Me.BindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = True | ||||
|         Me.BindingNavigatorMoveNextItem.Size = New System.Drawing.Size(23, 22) | ||||
|         Me.BindingNavigatorMoveNextItem.Text = "다음으로 이동" | ||||
|         ' | ||||
|         'BindingNavigatorMoveLastItem | ||||
|         ' | ||||
|         Me.BindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image | ||||
|         Me.BindingNavigatorMoveLastItem.Image = CType(resources.GetObject("BindingNavigatorMoveLastItem.Image"), System.Drawing.Image) | ||||
|         Me.BindingNavigatorMoveLastItem.Name = "BindingNavigatorMoveLastItem" | ||||
|         Me.BindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = True | ||||
|         Me.BindingNavigatorMoveLastItem.Size = New System.Drawing.Size(23, 22) | ||||
|         Me.BindingNavigatorMoveLastItem.Text = "마지막으로 이동" | ||||
|         ' | ||||
|         'BindingNavigatorSeparator2 | ||||
|         ' | ||||
|         Me.BindingNavigatorSeparator2.Name = "BindingNavigatorSeparator" | ||||
|         Me.BindingNavigatorSeparator2.Size = New System.Drawing.Size(6, 25) | ||||
|         ' | ||||
|         'BindingNavigatorAddNewItem | ||||
|         ' | ||||
|         Me.BindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image | ||||
|         Me.BindingNavigatorAddNewItem.Image = CType(resources.GetObject("BindingNavigatorAddNewItem.Image"), System.Drawing.Image) | ||||
|         Me.BindingNavigatorAddNewItem.Name = "BindingNavigatorAddNewItem" | ||||
|         Me.BindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = True | ||||
|         Me.BindingNavigatorAddNewItem.Size = New System.Drawing.Size(23, 22) | ||||
|         Me.BindingNavigatorAddNewItem.Text = "새로 추가" | ||||
|         ' | ||||
|         'BindingNavigatorDeleteItem | ||||
|         ' | ||||
|         Me.BindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image | ||||
|         Me.BindingNavigatorDeleteItem.Image = CType(resources.GetObject("BindingNavigatorDeleteItem.Image"), System.Drawing.Image) | ||||
|         Me.BindingNavigatorDeleteItem.Name = "BindingNavigatorDeleteItem" | ||||
|         Me.BindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = True | ||||
|         Me.BindingNavigatorDeleteItem.Size = New System.Drawing.Size(23, 22) | ||||
|         Me.BindingNavigatorDeleteItem.Text = "삭제" | ||||
|         ' | ||||
|         'Frm_Yk | ||||
|         ' | ||||
|         Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 12.0!) | ||||
|         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font | ||||
|         Me.ClientSize = New System.Drawing.Size(752, 555) | ||||
|         Me.Controls.Add(Me.C1FlexGrid1) | ||||
|         Me.Controls.Add(Me.bn) | ||||
|         Me.Name = "Frm_Yk" | ||||
|         Me.Text = "Frm_Yk" | ||||
|         CType(Me.C1FlexGrid1, System.ComponentModel.ISupportInitialize).EndInit() | ||||
|         CType(Me.DS, System.ComponentModel.ISupportInitialize).EndInit() | ||||
|         CType(Me.bs, System.ComponentModel.ISupportInitialize).EndInit() | ||||
|         CType(Me.bn, System.ComponentModel.ISupportInitialize).EndInit() | ||||
|         Me.bn.ResumeLayout(False) | ||||
|         Me.bn.PerformLayout() | ||||
|         Me.ResumeLayout(False) | ||||
|         Me.PerformLayout() | ||||
|  | ||||
|     End Sub | ||||
|  | ||||
|     Friend WithEvents C1FlexGrid1 As C1.Win.C1FlexGrid.C1FlexGrid | ||||
|     Friend WithEvents bs As BindingSource | ||||
|     Friend WithEvents DS As DS | ||||
|     Friend WithEvents bn As BindingNavigator | ||||
|     Friend WithEvents BindingNavigatorAddNewItem As ToolStripButton | ||||
|     Friend WithEvents BindingNavigatorCountItem As ToolStripLabel | ||||
|     Friend WithEvents BindingNavigatorDeleteItem As ToolStripButton | ||||
|     Friend WithEvents BindingNavigatorMoveFirstItem As ToolStripButton | ||||
|     Friend WithEvents BindingNavigatorMovePreviousItem As ToolStripButton | ||||
|     Friend WithEvents BindingNavigatorSeparator As ToolStripSeparator | ||||
|     Friend WithEvents BindingNavigatorPositionItem As ToolStripTextBox | ||||
|     Friend WithEvents BindingNavigatorSeparator1 As ToolStripSeparator | ||||
|     Friend WithEvents BindingNavigatorMoveNextItem As ToolStripButton | ||||
|     Friend WithEvents BindingNavigatorMoveLastItem As ToolStripButton | ||||
|     Friend WithEvents BindingNavigatorSeparator2 As ToolStripSeparator | ||||
| End Class | ||||
		Reference in New Issue
	
	Block a user
	 raytrace
					raytrace