You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
62 lines
2.6 KiB
62 lines
2.6 KiB
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ |
|
Partial Class PreviewWindow |
|
Inherits MetroFramework.Forms.MetroForm |
|
|
|
'Form overrides dispose to clean up the component list. |
|
<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 |
|
|
|
'Required by the Windows Form Designer |
|
Private components As System.ComponentModel.IContainer |
|
|
|
'NOTE: The following procedure is required by the Windows Form Designer |
|
'It can be modified using the Windows Form Designer. |
|
'Do not modify it using the code editor. |
|
<System.Diagnostics.DebuggerStepThrough()> _ |
|
Private Sub InitializeComponent() |
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(PreviewWindow)) |
|
Me.PictureBox1 = New System.Windows.Forms.PictureBox() |
|
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() |
|
Me.SuspendLayout() |
|
' |
|
'PictureBox1 |
|
' |
|
Me.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom |
|
Me.PictureBox1.Dock = System.Windows.Forms.DockStyle.Fill |
|
Me.PictureBox1.Location = New System.Drawing.Point(20, 60) |
|
Me.PictureBox1.Name = "PictureBox1" |
|
Me.PictureBox1.Size = New System.Drawing.Size(249, 125) |
|
Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom |
|
Me.PictureBox1.TabIndex = 0 |
|
Me.PictureBox1.TabStop = False |
|
' |
|
'PreviewWindow |
|
' |
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) |
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font |
|
Me.ClientSize = New System.Drawing.Size(289, 205) |
|
Me.Controls.Add(Me.PictureBox1) |
|
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog |
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) |
|
Me.KeyPreview = True |
|
Me.MaximizeBox = False |
|
Me.MinimizeBox = False |
|
Me.Name = "PreviewWindow" |
|
Me.ShowInTaskbar = False |
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.Manual |
|
Me.Text = "Preview" |
|
Me.TopMost = True |
|
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() |
|
Me.ResumeLayout(False) |
|
|
|
End Sub |
|
Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox |
|
End Class
|
|
|