source: trunk/Snippets/CropImage/ImageCropBox.Designer.vb @ 109

Last change on this file since 109 was 109, checked in by roman, 12 years ago

ImageCropBox? VB.NET UserControl?

File size: 1.4 KB
Line 
1<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2Partial Class ImageCropBox
3    Inherits System.Windows.Forms.UserControl
4
5    'UserControl overrides dispose to clean up the component list.
6    <System.Diagnostics.DebuggerNonUserCode()> _
7    Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8        Try
9            If disposing AndAlso components IsNot Nothing Then
10                components.Dispose()
11            End If
12        Finally
13            MyBase.Dispose(disposing)
14        End Try
15    End Sub
16
17    'Required by the Windows Form Designer
18    Private components As System.ComponentModel.IContainer
19
20    'NOTE: The following procedure is required by the Windows Form Designer
21    'It can be modified using the Windows Form Designer. 
22    'Do not modify it using the code editor.
23    <System.Diagnostics.DebuggerStepThrough()> _
24    Private Sub InitializeComponent()
25        Me.SuspendLayout()
26        '
27        'ImageCropBox
28        '
29        Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
30        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
31        Me.BackColor = System.Drawing.SystemColors.Control
32        Me.DoubleBuffered = True
33        Me.Name = "ImageCropBox"
34        Me.Size = New System.Drawing.Size(640, 480)
35        Me.ResumeLayout(False)
36
37    End Sub
38
39End Class
Note: See TracBrowser for help on using the repository browser.