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

📄 form1.designer.vb

📁 probabilistic road map que sirve para encontrar trayectiroasd robotr
💻 VB
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class Form1
    Inherits System.Windows.Forms.Form

    '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()
        Me.PictureBox1 = New System.Windows.Forms.PictureBox
        Me.l1 = New System.Windows.Forms.Label
        Me.l2 = New System.Windows.Forms.Label
        Me.t1 = New System.Windows.Forms.TextBox
        Me.borrar = New System.Windows.Forms.Button
        Me.salida = New System.Windows.Forms.Button
        Me.roadmap = New System.Windows.Forms.Button
        Me.TextBox1 = New System.Windows.Forms.TextBox
        Me.TextBox2 = New System.Windows.Forms.TextBox
        Me.TextBox3 = New System.Windows.Forms.TextBox
        Me.TextBox4 = New System.Windows.Forms.TextBox
        Me.CheckBox1 = New System.Windows.Forms.CheckBox
        Me.Button1 = New System.Windows.Forms.Button
        CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
        Me.SuspendLayout()
        '
        'PictureBox1
        '
        Me.PictureBox1.BackColor = System.Drawing.SystemColors.Window
        Me.PictureBox1.Location = New System.Drawing.Point(354, 12)
        Me.PictureBox1.Name = "PictureBox1"
        Me.PictureBox1.Size = New System.Drawing.Size(400, 400)
        Me.PictureBox1.TabIndex = 0
        Me.PictureBox1.TabStop = False
        '
        'l1
        '
        Me.l1.AutoSize = True
        Me.l1.Location = New System.Drawing.Point(395, 425)
        Me.l1.Name = "l1"
        Me.l1.Size = New System.Drawing.Size(39, 13)
        Me.l1.TabIndex = 1
        Me.l1.Text = "Label1"
        '
        'l2
        '
        Me.l2.AutoSize = True
        Me.l2.Location = New System.Drawing.Point(475, 421)
        Me.l2.Name = "l2"
        Me.l2.Size = New System.Drawing.Size(39, 13)
        Me.l2.TabIndex = 2
        Me.l2.Text = "Label2"
        '
        't1
        '
        Me.t1.Location = New System.Drawing.Point(12, 232)
        Me.t1.Multiline = True
        Me.t1.Name = "t1"
        Me.t1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
        Me.t1.Size = New System.Drawing.Size(240, 126)
        Me.t1.TabIndex = 3
        '
        'borrar
        '
        Me.borrar.Location = New System.Drawing.Point(39, 25)
        Me.borrar.Name = "borrar"
        Me.borrar.Size = New System.Drawing.Size(115, 48)
        Me.borrar.TabIndex = 4
        Me.borrar.Text = "BORRAR"
        Me.borrar.UseVisualStyleBackColor = True
        '
        'salida
        '
        Me.salida.Location = New System.Drawing.Point(44, 93)
        Me.salida.Name = "salida"
        Me.salida.Size = New System.Drawing.Size(109, 48)
        Me.salida.TabIndex = 5
        Me.salida.Text = "SALIR"
        Me.salida.UseVisualStyleBackColor = True
        '
        'roadmap
        '
        Me.roadmap.Location = New System.Drawing.Point(48, 166)
        Me.roadmap.Name = "roadmap"
        Me.roadmap.Size = New System.Drawing.Size(105, 47)
        Me.roadmap.TabIndex = 6
        Me.roadmap.Text = "ROADMAP"
        Me.roadmap.UseVisualStyleBackColor = True
        '
        'TextBox1
        '
        Me.TextBox1.Location = New System.Drawing.Point(61, 425)
        Me.TextBox1.Name = "TextBox1"
        Me.TextBox1.Size = New System.Drawing.Size(69, 20)
        Me.TextBox1.TabIndex = 7
        Me.TextBox1.Text = "16"
        '
        'TextBox2
        '
        Me.TextBox2.Location = New System.Drawing.Point(156, 425)
        Me.TextBox2.Name = "TextBox2"
        Me.TextBox2.Size = New System.Drawing.Size(73, 20)
        Me.TextBox2.TabIndex = 8
        Me.TextBox2.Text = "17"
        '
        'TextBox3
        '
        Me.TextBox3.Location = New System.Drawing.Point(63, 385)
        Me.TextBox3.Name = "TextBox3"
        Me.TextBox3.Size = New System.Drawing.Size(67, 20)
        Me.TextBox3.TabIndex = 9
        Me.TextBox3.Text = "-19"
        '
        'TextBox4
        '
        Me.TextBox4.Location = New System.Drawing.Point(156, 385)
        Me.TextBox4.Name = "TextBox4"
        Me.TextBox4.Size = New System.Drawing.Size(70, 20)
        Me.TextBox4.TabIndex = 10
        Me.TextBox4.Text = "0"
        '
        'CheckBox1
        '
        Me.CheckBox1.AutoSize = True
        Me.CheckBox1.Location = New System.Drawing.Point(213, 110)
        Me.CheckBox1.Name = "CheckBox1"
        Me.CheckBox1.Size = New System.Drawing.Size(81, 17)
        Me.CheckBox1.TabIndex = 11
        Me.CheckBox1.Text = "CheckBox1"
        Me.CheckBox1.UseVisualStyleBackColor = True
        '
        'Button1
        '
        Me.Button1.Location = New System.Drawing.Point(202, 168)
        Me.Button1.Name = "Button1"
        Me.Button1.Size = New System.Drawing.Size(100, 44)
        Me.Button1.TabIndex = 12
        Me.Button1.Text = "UNION PUNTOS"
        Me.Button1.UseVisualStyleBackColor = True
        '
        'Form1
        '
        Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
        Me.ClientSize = New System.Drawing.Size(766, 472)
        Me.Controls.Add(Me.Button1)
        Me.Controls.Add(Me.CheckBox1)
        Me.Controls.Add(Me.TextBox4)
        Me.Controls.Add(Me.TextBox3)
        Me.Controls.Add(Me.TextBox2)
        Me.Controls.Add(Me.TextBox1)
        Me.Controls.Add(Me.roadmap)
        Me.Controls.Add(Me.salida)
        Me.Controls.Add(Me.borrar)
        Me.Controls.Add(Me.t1)
        Me.Controls.Add(Me.l2)
        Me.Controls.Add(Me.l1)
        Me.Controls.Add(Me.PictureBox1)
        Me.Name = "Form1"
        Me.Text = "Form1"
        CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
        Me.ResumeLayout(False)
        Me.PerformLayout()

    End Sub
    Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
    Friend WithEvents l1 As System.Windows.Forms.Label
    Friend WithEvents l2 As System.Windows.Forms.Label
    Friend WithEvents t1 As System.Windows.Forms.TextBox
    Friend WithEvents borrar As System.Windows.Forms.Button
    Friend WithEvents salida As System.Windows.Forms.Button
    Friend WithEvents roadmap As System.Windows.Forms.Button
    Friend WithEvents TextBox1 As System.Windows.Forms.TextBox
    Friend WithEvents TextBox2 As System.Windows.Forms.TextBox
    Friend WithEvents TextBox3 As System.Windows.Forms.TextBox
    Friend WithEvents TextBox4 As System.Windows.Forms.TextBox
    Friend WithEvents CheckBox1 As System.Windows.Forms.CheckBox
    Friend WithEvents Button1 As System.Windows.Forms.Button

End Class

⌨️ 快捷键说明

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