Form1.Designer.vb
上传用户:ysf151
上传日期:2022-07-25
资源大小:14k
文件大小:2k
源码类别:

绘图程序

开发平台:

Visual Basic

  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class Form1
  3.     Inherits System.Windows.Forms.Form
  4.     'Form 重写 Dispose,以清理组件列表。
  5.     <System.Diagnostics.DebuggerNonUserCode()> _
  6.     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  7.         Try
  8.             If disposing AndAlso components IsNot Nothing Then
  9.                 components.Dispose()
  10.             End If
  11.         Finally
  12.             MyBase.Dispose(disposing)
  13.         End Try
  14.     End Sub
  15.     'Windows 窗体设计器所必需的
  16.     Private components As System.ComponentModel.IContainer
  17.     '注意: 以下过程是 Windows 窗体设计器所必需的
  18.     '可以使用 Windows 窗体设计器修改它。
  19.     '不要使用代码编辑器修改它。
  20.     <System.Diagnostics.DebuggerStepThrough()> _
  21.     Private Sub InitializeComponent()
  22.         Me.Button1 = New System.Windows.Forms.Button
  23.         Me.PictureBox1 = New System.Windows.Forms.PictureBox
  24.         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
  25.         Me.SuspendLayout()
  26.         '
  27.         'Button1
  28.         '
  29.         Me.Button1.Location = New System.Drawing.Point(12, 12)
  30.         Me.Button1.Name = "Button1"
  31.         Me.Button1.Size = New System.Drawing.Size(75, 23)
  32.         Me.Button1.TabIndex = 0
  33.         Me.Button1.Text = "Start"
  34.         Me.Button1.UseVisualStyleBackColor = True
  35.         '
  36.         'PictureBox1
  37.         '
  38.         Me.PictureBox1.Location = New System.Drawing.Point(12, 41)
  39.         Me.PictureBox1.Name = "PictureBox1"
  40.         Me.PictureBox1.Size = New System.Drawing.Size(346, 193)
  41.         Me.PictureBox1.TabIndex = 1
  42.         Me.PictureBox1.TabStop = False
  43.         '
  44.         'Form1
  45.         '
  46.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
  47.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  48.         Me.ClientSize = New System.Drawing.Size(370, 246)
  49.         Me.Controls.Add(Me.PictureBox1)
  50.         Me.Controls.Add(Me.Button1)
  51.         Me.Name = "Form1"
  52.         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  53.         Me.Text = "Form1"
  54.         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
  55.         Me.ResumeLayout(False)
  56.     End Sub
  57.     Friend WithEvents Button1 As System.Windows.Forms.Button
  58.     Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
  59. End Class