_ Partial Class PRv_picture Inherits System.Windows.Forms.Form '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() Me.components = New System.ComponentModel.Container Me.PictureBox1 = New System.Windows.Forms.PictureBox Me.BindingNavigator1 = New System.Windows.Forms.BindingNavigator(Me.components) Me.bt_close = New System.Windows.Forms.ToolStripButton CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.BindingNavigator1, System.ComponentModel.ISupportInitialize).BeginInit() Me.BindingNavigator1.SuspendLayout() Me.SuspendLayout() ' 'PictureBox1 ' Me.PictureBox1.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.PictureBox1.Location = New System.Drawing.Point(0, 0) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(577, 564) Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage Me.PictureBox1.TabIndex = 0 Me.PictureBox1.TabStop = False ' 'BindingNavigator1 ' Me.BindingNavigator1.AddNewItem = Nothing Me.BindingNavigator1.CountItem = Nothing Me.BindingNavigator1.DeleteItem = Nothing Me.BindingNavigator1.Dock = System.Windows.Forms.DockStyle.Bottom Me.BindingNavigator1.Font = New System.Drawing.Font("굴림", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.BindingNavigator1.ImageScalingSize = New System.Drawing.Size(32, 32) Me.BindingNavigator1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.bt_close}) Me.BindingNavigator1.Location = New System.Drawing.Point(0, 567) Me.BindingNavigator1.MoveFirstItem = Nothing Me.BindingNavigator1.MoveLastItem = Nothing Me.BindingNavigator1.MoveNextItem = Nothing Me.BindingNavigator1.MovePreviousItem = Nothing Me.BindingNavigator1.Name = "BindingNavigator1" Me.BindingNavigator1.PositionItem = Nothing Me.BindingNavigator1.Size = New System.Drawing.Size(577, 39) Me.BindingNavigator1.TabIndex = 23 Me.BindingNavigator1.Text = "BindingNavigator1" ' 'bt_close ' Me.bt_close.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right Me.bt_close.BackColor = System.Drawing.Color.Transparent Me.bt_close.Checked = True Me.bt_close.CheckState = System.Windows.Forms.CheckState.Checked Me.bt_close.Font = New System.Drawing.Font("굴림", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.bt_close.Image = Global.EpoleNet.My.Resources.Resources.stop_32 Me.bt_close.ImageTransparentColor = System.Drawing.Color.Magenta Me.bt_close.Name = "bt_close" Me.bt_close.Size = New System.Drawing.Size(88, 36) Me.bt_close.Text = "닫기(&X)" Me.bt_close.ToolTipText = "현재 창을 닫습니다" ' 'PRv_picture ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 12.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(577, 606) Me.Controls.Add(Me.BindingNavigator1) Me.Controls.Add(Me.PictureBox1) Me.Name = "PRv_picture" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "사진미리보기" CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.BindingNavigator1, System.ComponentModel.ISupportInitialize).EndInit() Me.BindingNavigator1.ResumeLayout(False) Me.BindingNavigator1.PerformLayout() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox Friend WithEvents BindingNavigator1 As System.Windows.Forms.BindingNavigator Friend WithEvents bt_close As System.Windows.Forms.ToolStripButton End Class