initial commit
This commit is contained in:
152
ArinNewFpv5/lov.Designer.vb
generated
Normal file
152
ArinNewFpv5/lov.Designer.vb
generated
Normal file
@@ -0,0 +1,152 @@
|
||||
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||||
Partial Class lov
|
||||
Inherits System.Windows.Forms.Form
|
||||
|
||||
'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(lov))
|
||||
Me.ToolStripButton1 = New System.Windows.Forms.ToolStripButton()
|
||||
Me.TableLayoutPanel1 = New System.Windows.Forms.TableLayoutPanel()
|
||||
Me.tb_searchtext = New System.Windows.Forms.TextBox()
|
||||
Me.datagridview1 = New FarPoint.Win.Spread.FpSpread()
|
||||
Me.datagridview1_Sheet1 = New FarPoint.Win.Spread.SheetView()
|
||||
Me.ToolStrip1 = New System.Windows.Forms.ToolStrip()
|
||||
Me.ToolStripButton2 = New System.Windows.Forms.ToolStripButton()
|
||||
Me.BindingSource1 = New System.Windows.Forms.BindingSource(Me.components)
|
||||
Me.TableLayoutPanel1.SuspendLayout()
|
||||
CType(Me.datagridview1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.datagridview1_Sheet1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.ToolStrip1.SuspendLayout()
|
||||
CType(Me.BindingSource1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.SuspendLayout()
|
||||
'
|
||||
'ToolStripButton1
|
||||
'
|
||||
Me.ToolStripButton1.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right
|
||||
Me.ToolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
Me.ToolStripButton1.Image = CType(resources.GetObject("ToolStripButton1.Image"), System.Drawing.Image)
|
||||
Me.ToolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta
|
||||
Me.ToolStripButton1.Name = "ToolStripButton1"
|
||||
Me.ToolStripButton1.Size = New System.Drawing.Size(36, 37)
|
||||
Me.ToolStripButton1.Text = "ToolStripButton1"
|
||||
'
|
||||
'TableLayoutPanel1
|
||||
'
|
||||
Me.TableLayoutPanel1.ColumnCount = 1
|
||||
Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 521.0!))
|
||||
Me.TableLayoutPanel1.Controls.Add(Me.tb_searchtext, 0, 0)
|
||||
Me.TableLayoutPanel1.Controls.Add(Me.datagridview1, 0, 1)
|
||||
Me.TableLayoutPanel1.Controls.Add(Me.ToolStrip1, 0, 2)
|
||||
Me.TableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.TableLayoutPanel1.Location = New System.Drawing.Point(0, 0)
|
||||
Me.TableLayoutPanel1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
||||
Me.TableLayoutPanel1.Name = "TableLayoutPanel1"
|
||||
Me.TableLayoutPanel1.RowCount = 3
|
||||
Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40.0!))
|
||||
Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100.0!))
|
||||
Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40.0!))
|
||||
Me.TableLayoutPanel1.Size = New System.Drawing.Size(521, 499)
|
||||
Me.TableLayoutPanel1.TabIndex = 4
|
||||
'
|
||||
'tb_searchtext
|
||||
'
|
||||
Me.tb_searchtext.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
|
||||
Me.tb_searchtext.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.tb_searchtext.Font = New System.Drawing.Font("맑은 고딕", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
||||
Me.tb_searchtext.Location = New System.Drawing.Point(3, 4)
|
||||
Me.tb_searchtext.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
||||
Me.tb_searchtext.Name = "tb_searchtext"
|
||||
Me.tb_searchtext.Size = New System.Drawing.Size(515, 35)
|
||||
Me.tb_searchtext.TabIndex = 3
|
||||
Me.tb_searchtext.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
||||
'
|
||||
'datagridview1
|
||||
'
|
||||
Me.datagridview1.AccessibleDescription = "datagridview1, Sheet1, Row 0, Column 0, "
|
||||
Me.datagridview1.BackColor = System.Drawing.SystemColors.Control
|
||||
Me.datagridview1.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.datagridview1.Location = New System.Drawing.Point(3, 43)
|
||||
Me.datagridview1.Name = "datagridview1"
|
||||
Me.datagridview1.RightToLeft = System.Windows.Forms.RightToLeft.No
|
||||
Me.datagridview1.Sheets.AddRange(New FarPoint.Win.Spread.SheetView() {Me.datagridview1_Sheet1})
|
||||
Me.datagridview1.Size = New System.Drawing.Size(515, 413)
|
||||
Me.datagridview1.TabIndex = 4
|
||||
'
|
||||
'datagridview1_Sheet1
|
||||
'
|
||||
Me.datagridview1_Sheet1.Reset()
|
||||
Me.datagridview1_Sheet1.SheetName = "Sheet1"
|
||||
'Formulas and custom names must be loaded with R1C1 reference style
|
||||
Me.datagridview1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1
|
||||
Me.datagridview1_Sheet1.ColumnHeader.Rows.Get(0).Height = 30.0!
|
||||
Me.datagridview1_Sheet1.RowHeader.Columns.Default.Resizable = False
|
||||
Me.datagridview1_Sheet1.SelectionUnit = FarPoint.Win.Spread.Model.SelectionUnit.Row
|
||||
Me.datagridview1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1
|
||||
'
|
||||
'ToolStrip1
|
||||
'
|
||||
Me.ToolStrip1.AutoSize = False
|
||||
Me.ToolStrip1.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.ToolStrip1.ImageScalingSize = New System.Drawing.Size(32, 32)
|
||||
Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripButton1, Me.ToolStripButton2})
|
||||
Me.ToolStrip1.Location = New System.Drawing.Point(0, 459)
|
||||
Me.ToolStrip1.Name = "ToolStrip1"
|
||||
Me.ToolStrip1.Size = New System.Drawing.Size(521, 40)
|
||||
Me.ToolStrip1.TabIndex = 5
|
||||
Me.ToolStrip1.Text = "ToolStrip1"
|
||||
'
|
||||
'ToolStripButton2
|
||||
'
|
||||
Me.ToolStripButton2.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right
|
||||
Me.ToolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
Me.ToolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta
|
||||
Me.ToolStripButton2.Name = "ToolStripButton2"
|
||||
Me.ToolStripButton2.Size = New System.Drawing.Size(23, 37)
|
||||
Me.ToolStripButton2.Text = "ToolStripButton2"
|
||||
'
|
||||
'lov
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 12.0!)
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||
Me.ClientSize = New System.Drawing.Size(521, 499)
|
||||
Me.Controls.Add(Me.TableLayoutPanel1)
|
||||
Me.Name = "lov"
|
||||
Me.Text = "lov"
|
||||
Me.TableLayoutPanel1.ResumeLayout(False)
|
||||
Me.TableLayoutPanel1.PerformLayout()
|
||||
CType(Me.datagridview1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.datagridview1_Sheet1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.ToolStrip1.ResumeLayout(False)
|
||||
Me.ToolStrip1.PerformLayout()
|
||||
CType(Me.BindingSource1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.ResumeLayout(False)
|
||||
|
||||
End Sub
|
||||
Friend WithEvents ToolStripButton1 As System.Windows.Forms.ToolStripButton
|
||||
Friend WithEvents TableLayoutPanel1 As System.Windows.Forms.TableLayoutPanel
|
||||
Friend WithEvents tb_searchtext As System.Windows.Forms.TextBox
|
||||
Friend WithEvents datagridview1 As FarPoint.Win.Spread.FpSpread
|
||||
Friend WithEvents datagridview1_Sheet1 As FarPoint.Win.Spread.SheetView
|
||||
Friend WithEvents ToolStrip1 As System.Windows.Forms.ToolStrip
|
||||
Friend WithEvents ToolStripButton2 As System.Windows.Forms.ToolStripButton
|
||||
Friend WithEvents BindingSource1 As System.Windows.Forms.BindingSource
|
||||
End Class
|
||||
Reference in New Issue
Block a user