..
This commit is contained in:
127
ArinWarev1/Forms_Basic/fSelectWeatherGroup.Designer.vb
generated
Normal file
127
ArinWarev1/Forms_Basic/fSelectWeatherGroup.Designer.vb
generated
Normal file
@@ -0,0 +1,127 @@
|
||||
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||||
Partial Class fSelectWeatherGroup
|
||||
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(fSelectWeatherGroup))
|
||||
Me.Label1 = New System.Windows.Forms.Label()
|
||||
Me.cmbArea1 = New System.Windows.Forms.ComboBox()
|
||||
Me.btOK = New System.Windows.Forms.Button()
|
||||
Me.cmbArea2 = New System.Windows.Forms.ComboBox()
|
||||
Me.bsArea2 = New System.Windows.Forms.BindingSource(Me.components)
|
||||
Me.bsArea1 = New System.Windows.Forms.BindingSource(Me.components)
|
||||
Me.DS = New Eco2Ar.DS()
|
||||
CType(Me.bsArea2, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.bsArea1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.DS, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.SuspendLayout()
|
||||
'
|
||||
'Label1
|
||||
'
|
||||
Me.Label1.AutoSize = True
|
||||
Me.Label1.Font = New System.Drawing.Font("맑은 고딕", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
||||
Me.Label1.Location = New System.Drawing.Point(14, 22)
|
||||
Me.Label1.Name = "Label1"
|
||||
Me.Label1.Size = New System.Drawing.Size(188, 30)
|
||||
Me.Label1.TabIndex = 0
|
||||
Me.Label1.Text = "지역을 선택하세요" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
|
||||
'
|
||||
'cmbArea1
|
||||
'
|
||||
Me.cmbArea1.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend
|
||||
Me.cmbArea1.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
|
||||
Me.cmbArea1.Font = New System.Drawing.Font("맑은 고딕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
||||
Me.cmbArea1.FormattingEnabled = True
|
||||
Me.cmbArea1.Location = New System.Drawing.Point(19, 73)
|
||||
Me.cmbArea1.Name = "cmbArea1"
|
||||
Me.cmbArea1.Size = New System.Drawing.Size(291, 40)
|
||||
Me.cmbArea1.TabIndex = 1
|
||||
'
|
||||
'btOK
|
||||
'
|
||||
Me.btOK.Font = New System.Drawing.Font("맑은 고딕", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
||||
Me.btOK.Location = New System.Drawing.Point(22, 468)
|
||||
Me.btOK.Name = "btOK"
|
||||
Me.btOK.Size = New System.Drawing.Size(588, 50)
|
||||
Me.btOK.TabIndex = 2
|
||||
Me.btOK.Text = "확 인"
|
||||
Me.btOK.UseVisualStyleBackColor = True
|
||||
'
|
||||
'cmbArea2
|
||||
'
|
||||
Me.cmbArea2.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend
|
||||
Me.cmbArea2.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
|
||||
Me.cmbArea2.Font = New System.Drawing.Font("맑은 고딕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
||||
Me.cmbArea2.FormattingEnabled = True
|
||||
Me.cmbArea2.Location = New System.Drawing.Point(316, 73)
|
||||
Me.cmbArea2.Name = "cmbArea2"
|
||||
Me.cmbArea2.Size = New System.Drawing.Size(291, 40)
|
||||
Me.cmbArea2.TabIndex = 4
|
||||
'
|
||||
'bsArea2
|
||||
'
|
||||
Me.bsArea2.DataMember = "weather_group"
|
||||
Me.bsArea2.DataSource = Me.DS
|
||||
'
|
||||
'bsArea1
|
||||
'
|
||||
Me.bsArea1.DataMember = "weather_group"
|
||||
Me.bsArea1.DataSource = Me.DS
|
||||
'
|
||||
'DS
|
||||
'
|
||||
Me.DS.DataSetName = "DS"
|
||||
Me.DS.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
|
||||
'
|
||||
'fSelectWeatherGroup
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 15.0!)
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||
Me.ClientSize = New System.Drawing.Size(622, 542)
|
||||
Me.Controls.Add(Me.cmbArea2)
|
||||
Me.Controls.Add(Me.btOK)
|
||||
Me.Controls.Add(Me.cmbArea1)
|
||||
Me.Controls.Add(Me.Label1)
|
||||
Me.Font = New System.Drawing.Font("맑은 고딕", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
||||
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
||||
Me.MaximizeBox = False
|
||||
Me.MinimizeBox = False
|
||||
Me.Name = "fSelectWeatherGroup"
|
||||
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
||||
Me.Text = "적용 지역 선택"
|
||||
CType(Me.bsArea2, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.bsArea1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.DS, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.ResumeLayout(False)
|
||||
Me.PerformLayout()
|
||||
|
||||
End Sub
|
||||
|
||||
Friend WithEvents Label1 As Label
|
||||
Friend WithEvents cmbArea1 As ComboBox
|
||||
Friend WithEvents btOK As Button
|
||||
Friend WithEvents cmbArea2 As ComboBox
|
||||
Friend WithEvents bsArea2 As BindingSource
|
||||
Friend WithEvents bsArea1 As BindingSource
|
||||
Public WithEvents DS As DS
|
||||
End Class
|
||||
Reference in New Issue
Block a user