_ Partial Class Frm_Intro 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() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Frm_Intro)) Me.BtOK = New C1.Win.C1Input.C1Button() Me.Label1 = New System.Windows.Forms.Label() Me.RadioButton2 = New System.Windows.Forms.RadioButton() Me.RadioButton1 = New System.Windows.Forms.RadioButton() CType(Me.BtOK, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'BtOK ' Me.BtOK.Location = New System.Drawing.Point(22, 100) Me.BtOK.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.BtOK.Name = "BtOK" Me.BtOK.Size = New System.Drawing.Size(288, 41) Me.BtOK.TabIndex = 24 Me.BtOK.Text = "확인(&O)" Me.BtOK.UseVisualStyleBackColor = True ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.ForeColor = System.Drawing.Color.Black Me.Label1.Location = New System.Drawing.Point(22, 155) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(272, 20) Me.Label1.TabIndex = 25 Me.Label1.Text = "이 버전은 검토를 위한 베타버전입니다." ' 'RadioButton2 ' Me.RadioButton2.AutoSize = True Me.RadioButton2.Font = New System.Drawing.Font("맑은 고딕", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.RadioButton2.ForeColor = System.Drawing.Color.RoyalBlue Me.RadioButton2.Location = New System.Drawing.Point(22, 19) Me.RadioButton2.Margin = New System.Windows.Forms.Padding(3, 6, 3, 6) Me.RadioButton2.Name = "RadioButton2" Me.RadioButton2.Size = New System.Drawing.Size(216, 25) Me.RadioButton2.TabIndex = 18 Me.RadioButton2.Text = "에너지 절약형 친환경주택" Me.RadioButton2.UseVisualStyleBackColor = True ' 'RadioButton1 ' Me.RadioButton1.AutoSize = True Me.RadioButton1.Checked = True Me.RadioButton1.Font = New System.Drawing.Font("맑은 고딕", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.RadioButton1.ForeColor = System.Drawing.Color.RoyalBlue Me.RadioButton1.Location = New System.Drawing.Point(22, 56) Me.RadioButton1.Margin = New System.Windows.Forms.Padding(3, 6, 3, 6) Me.RadioButton1.Name = "RadioButton1" Me.RadioButton1.Size = New System.Drawing.Size(222, 25) Me.RadioButton1.TabIndex = 17 Me.RadioButton1.TabStop = True Me.RadioButton1.Text = "건축물 에너지 소비 총량제" Me.RadioButton1.UseVisualStyleBackColor = True ' 'Frm_Intro ' Me.AcceptButton = Me.BtOK Me.AutoScaleDimensions = New System.Drawing.SizeF(9.0!, 20.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.BackgroundColor = System.Drawing.Color.White Me.ClientSize = New System.Drawing.Size(328, 150) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.BtOK) Me.Controls.Add(Me.RadioButton2) Me.Controls.Add(Me.RadioButton1) Me.Font = New System.Drawing.Font("맑은 고딕", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.KeyPreview = True Me.Margin = New System.Windows.Forms.Padding(3, 6, 3, 6) Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "Frm_Intro" Me.ShowIcon = False Me.ShowInTaskbar = False Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "프로그램 선택" Me.TransparencyKey = System.Drawing.SystemColors.AppWorkspace CType(Me.BtOK, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents RadioButton2 As System.Windows.Forms.RadioButton Friend WithEvents RadioButton1 As System.Windows.Forms.RadioButton Friend WithEvents BtOK As C1.Win.C1Input.C1Button Friend WithEvents Label1 As System.Windows.Forms.Label End Class