_ Partial Class impctl Inherits System.Windows.Forms.UserControl 'UserControl은 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 Me.TextBox3 = New System.Windows.Forms.TextBox Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components) Me.TextBox2 = New System.Windows.Forms.TextBox Me.Label1 = New System.Windows.Forms.Label Me.TableLayoutPanel1 = New System.Windows.Forms.TableLayoutPanel Me.ComboBox1 = New System.Windows.Forms.ComboBox Me.TableLayoutPanel1.SuspendLayout() Me.SuspendLayout() ' 'TextBox3 ' Me.TextBox3.BackColor = System.Drawing.Color.LightSlateGray Me.TextBox3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.TextBox3.Dock = System.Windows.Forms.DockStyle.Fill Me.TextBox3.Location = New System.Drawing.Point(0, 111) Me.TextBox3.Margin = New System.Windows.Forms.Padding(0) Me.TextBox3.Name = "TextBox3" Me.TextBox3.Size = New System.Drawing.Size(74, 21) Me.TextBox3.TabIndex = 17 Me.TextBox3.TabStop = False Me.TextBox3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'TextBox2 ' Me.TextBox2.BackColor = System.Drawing.Color.LightSlateGray Me.TextBox2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.TextBox2.Dock = System.Windows.Forms.DockStyle.Fill Me.TextBox2.Location = New System.Drawing.Point(0, 89) Me.TextBox2.Margin = New System.Windows.Forms.Padding(0) Me.TextBox2.Name = "TextBox2" Me.TextBox2.Size = New System.Drawing.Size(74, 21) Me.TextBox2.TabIndex = 15 Me.TextBox2.TabStop = False Me.TextBox2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label1 ' Me.Label1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.Label1.BackColor = System.Drawing.Color.White Me.Label1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.Label1.Font = New System.Drawing.Font("맑은 고딕", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.Label1.Location = New System.Drawing.Point(0, 0) Me.Label1.Margin = New System.Windows.Forms.Padding(0) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(74, 67) Me.Label1.TabIndex = 14 Me.Label1.Text = "제목줄" Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'TableLayoutPanel1 ' Me.TableLayoutPanel1.ColumnCount = 1 Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100.0!)) Me.TableLayoutPanel1.Controls.Add(Me.Label1, 0, 0) Me.TableLayoutPanel1.Controls.Add(Me.TextBox3, 0, 3) Me.TableLayoutPanel1.Controls.Add(Me.TextBox2, 0, 2) Me.TableLayoutPanel1.Controls.Add(Me.ComboBox1, 0, 1) 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(0) Me.TableLayoutPanel1.Name = "TableLayoutPanel1" Me.TableLayoutPanel1.RowCount = 4 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, 22.0!)) Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 22.0!)) Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 22.0!)) Me.TableLayoutPanel1.Size = New System.Drawing.Size(74, 133) Me.TableLayoutPanel1.TabIndex = 18 ' 'ComboBox1 ' Me.ComboBox1.Dock = System.Windows.Forms.DockStyle.Fill Me.ComboBox1.FormattingEnabled = True Me.ComboBox1.Items.AddRange(New Object() {"#열번호", "?", "*", "파일명", "확장자"}) Me.ComboBox1.Location = New System.Drawing.Point(0, 67) Me.ComboBox1.Margin = New System.Windows.Forms.Padding(0) Me.ComboBox1.Name = "ComboBox1" Me.ComboBox1.Size = New System.Drawing.Size(74, 20) Me.ComboBox1.TabIndex = 18 ' 'impctl ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 12.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.Controls.Add(Me.TableLayoutPanel1) Me.Name = "impctl" Me.Size = New System.Drawing.Size(74, 133) Me.TableLayoutPanel1.ResumeLayout(False) Me.TableLayoutPanel1.PerformLayout() Me.ResumeLayout(False) End Sub Friend WithEvents TextBox3 As System.Windows.Forms.TextBox Friend WithEvents ToolTip1 As System.Windows.Forms.ToolTip Friend WithEvents TextBox2 As System.Windows.Forms.TextBox Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents TableLayoutPanel1 As System.Windows.Forms.TableLayoutPanel Friend WithEvents ComboBox1 As System.Windows.Forms.ComboBox End Class