⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mygraphic.designer.vb

📁 一个lbm的程序
💻 VB
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class MyGraphic
    Inherits System.Windows.Forms.Form

    'Form 重写 Dispose,以清理组件列表。
    <System.Diagnostics.DebuggerNonUserCode()> _
    Protected Overrides Sub Dispose(ByVal disposing As Boolean)
        If disposing AndAlso components IsNot Nothing Then
            components.Dispose()
        End If
        MyBase.Dispose(disposing)
        ss.showon = False
    End Sub

    'Windows 窗体设计器所必需的
    Private components As System.ComponentModel.IContainer

    '注意: 以下过程是 Windows 窗体设计器所必需的
    '可以使用 Windows 窗体设计器修改它。
    '不要使用代码编辑器修改它。
    <System.Diagnostics.DebuggerStepThrough()> _
    Private Sub InitializeComponent()
        Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(MyGraphic))
        Me.TableLayoutPanel1 = New System.Windows.Forms.TableLayoutPanel
        Me.PicBox = New System.Windows.Forms.PictureBox
        Me.GroupBox1 = New System.Windows.Forms.GroupBox
        Me.Label2 = New System.Windows.Forms.Label
        Me.Numeric1 = New System.Windows.Forms.NumericUpDown
        Me.Label1 = New System.Windows.Forms.Label
        Me.Numeric2 = New System.Windows.Forms.NumericUpDown
        Me.CheckBox = New System.Windows.Forms.CheckBox
        Me.llcolor = New System.Windows.Forms.LinkLabel
        Me.ColorDialog1 = New System.Windows.Forms.ColorDialog
        Me.Cbox = New System.Windows.Forms.ComboBox
        Me.TableLayoutPanel1.SuspendLayout()
        CType(Me.PicBox, System.ComponentModel.ISupportInitialize).BeginInit()
        Me.GroupBox1.SuspendLayout()
        CType(Me.Numeric1, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.Numeric2, System.ComponentModel.ISupportInitialize).BeginInit()
        Me.SuspendLayout()
        '
        '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.PicBox, 0, 1)
        Me.TableLayoutPanel1.Controls.Add(Me.GroupBox1, 0, 0)
        Me.TableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill
        Me.TableLayoutPanel1.Location = New System.Drawing.Point(0, 0)
        Me.TableLayoutPanel1.Name = "TableLayoutPanel1"
        Me.TableLayoutPanel1.RowCount = 2
        Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50.0!))
        Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle)
        Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20.0!))
        Me.TableLayoutPanel1.Size = New System.Drawing.Size(458, 366)
        Me.TableLayoutPanel1.TabIndex = 0
        '
        'PicBox
        '
        Me.PicBox.BackColor = System.Drawing.Color.LightGoldenrodYellow
        Me.PicBox.Dock = System.Windows.Forms.DockStyle.Fill
        Me.PicBox.Location = New System.Drawing.Point(3, 53)
        Me.PicBox.Name = "PicBox"
        Me.PicBox.Size = New System.Drawing.Size(452, 330)
        Me.PicBox.TabIndex = 0
        Me.PicBox.TabStop = False
        '
        'GroupBox1
        '
        Me.GroupBox1.BackgroundImage = CType(resources.GetObject("GroupBox1.BackgroundImage"), System.Drawing.Image)
        Me.GroupBox1.Controls.Add(Me.Cbox)
        Me.GroupBox1.Controls.Add(Me.Label2)
        Me.GroupBox1.Controls.Add(Me.Numeric1)
        Me.GroupBox1.Controls.Add(Me.Label1)
        Me.GroupBox1.Controls.Add(Me.Numeric2)
        Me.GroupBox1.Controls.Add(Me.CheckBox)
        Me.GroupBox1.Controls.Add(Me.llcolor)
        Me.GroupBox1.Dock = System.Windows.Forms.DockStyle.Fill
        Me.GroupBox1.Location = New System.Drawing.Point(3, 3)
        Me.GroupBox1.Name = "GroupBox1"
        Me.GroupBox1.Size = New System.Drawing.Size(452, 44)
        Me.GroupBox1.TabIndex = 3
        Me.GroupBox1.TabStop = False
        Me.GroupBox1.Text = "Graphic"
        '
        'Label2
        '
        Me.Label2.AutoSize = True
        Me.Label2.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
        Me.Label2.Location = New System.Drawing.Point(110, 26)
        Me.Label2.Name = "Label2"
        Me.Label2.Size = New System.Drawing.Size(59, 12)
        Me.Label2.TabIndex = 8
        Me.Label2.Text = "Interval:"
        '
        'Numeric1
        '
        Me.Numeric1.Location = New System.Drawing.Point(175, 19)
        Me.Numeric1.Name = "Numeric1"
        Me.Numeric1.Size = New System.Drawing.Size(51, 21)
        Me.Numeric1.TabIndex = 7
        '
        'Label1
        '
        Me.Label1.AutoSize = True
        Me.Label1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
        Me.Label1.Location = New System.Drawing.Point(241, 26)
        Me.Label1.Name = "Label1"
        Me.Label1.Size = New System.Drawing.Size(35, 12)
        Me.Label1.TabIndex = 6
        Me.Label1.Text = "Size:"
        '
        'Numeric2
        '
        Me.Numeric2.Location = New System.Drawing.Point(282, 18)
        Me.Numeric2.Name = "Numeric2"
        Me.Numeric2.Size = New System.Drawing.Size(39, 21)
        Me.Numeric2.TabIndex = 5
        '
        'CheckBox
        '
        Me.CheckBox.AutoSize = True
        Me.CheckBox.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
        Me.CheckBox.Location = New System.Drawing.Point(327, 22)
        Me.CheckBox.Name = "CheckBox"
        Me.CheckBox.Size = New System.Drawing.Size(78, 16)
        Me.CheckBox.TabIndex = 4
        Me.CheckBox.Text = "Animation"
        Me.CheckBox.UseVisualStyleBackColor = False
        '
        'llcolor
        '
        Me.llcolor.AutoSize = True
        Me.llcolor.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
        Me.llcolor.Location = New System.Drawing.Point(411, 26)
        Me.llcolor.Name = "llcolor"
        Me.llcolor.Size = New System.Drawing.Size(35, 12)
        Me.llcolor.TabIndex = 3
        Me.llcolor.TabStop = True
        Me.llcolor.Text = "Color"
        '
        'Cbox
        '
        Me.Cbox.FormattingEnabled = True
        Me.Cbox.Location = New System.Drawing.Point(8, 19)
        Me.Cbox.Name = "Cbox"
        Me.Cbox.Size = New System.Drawing.Size(96, 20)
        Me.Cbox.TabIndex = 9
        Me.Cbox.Text = "What to Draw"
        '
        'MyGraphic
        '
        Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
        Me.BackgroundImage = CType(resources.GetObject("$this.BackgroundImage"), System.Drawing.Image)
        Me.ClientSize = New System.Drawing.Size(458, 366)
        Me.Controls.Add(Me.TableLayoutPanel1)
        Me.Name = "MyGraphic"
        Me.Text = "MyGraphic"
        Me.TableLayoutPanel1.ResumeLayout(False)
        CType(Me.PicBox, System.ComponentModel.ISupportInitialize).EndInit()
        Me.GroupBox1.ResumeLayout(False)
        Me.GroupBox1.PerformLayout()
        CType(Me.Numeric1, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.Numeric2, System.ComponentModel.ISupportInitialize).EndInit()
        Me.ResumeLayout(False)

    End Sub
    Friend WithEvents TableLayoutPanel1 As System.Windows.Forms.TableLayoutPanel
    Friend WithEvents PicBox As System.Windows.Forms.PictureBox
    Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
    Friend WithEvents CheckBox As System.Windows.Forms.CheckBox
    Friend WithEvents llcolor As System.Windows.Forms.LinkLabel
    Friend WithEvents Label1 As System.Windows.Forms.Label
    Friend WithEvents Numeric2 As System.Windows.Forms.NumericUpDown
    Friend WithEvents ColorDialog1 As System.Windows.Forms.ColorDialog
    Friend WithEvents Label2 As System.Windows.Forms.Label
    Friend WithEvents Numeric1 As System.Windows.Forms.NumericUpDown
    Friend WithEvents Cbox As System.Windows.Forms.ComboBox
End Class

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -