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

📄 form1.designer.vb

📁 这个是电子地图的 原程序 很好的,不错啊 侃侃 ,很有帮助
💻 VB
📖 第 1 页 / 共 2 页
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> Partial Class frmMain
#Region "Windows 窗体设计器生成的代码 "
	<System.Diagnostics.DebuggerNonUserCode()> Public Sub New()
		MyBase.New()
		'此调用是 Windows 窗体设计器所必需的。
		InitializeComponent()
	End Sub
	'窗体重写释放,以清理组件列表。
	<System.Diagnostics.DebuggerNonUserCode()> Protected Overloads Overrides Sub Dispose(ByVal Disposing As Boolean)
		If Disposing Then
			If Not components Is Nothing Then
				components.Dispose()
			End If
		End If
		MyBase.Dispose(Disposing)
	End Sub
	'Windows 窗体设计器所必需的
	Private components As System.ComponentModel.IContainer
	Public ToolTip1 As System.Windows.Forms.ToolTip
	Public CommonDialog1Open As System.Windows.Forms.OpenFileDialog
	Public CommonDialog1Save As System.Windows.Forms.SaveFileDialog
	Public CommonDialog1Font As System.Windows.Forms.FontDialog
	Public CommonDialog1Color As System.Windows.Forms.ColorDialog
	Public CommonDialog1Print As System.Windows.Forms.PrintDialog
	Public WithEvents _StatusBar1_Panel1 As System.Windows.Forms.ToolStripStatusLabel
	Public WithEvents _StatusBar1_Panel2 As System.Windows.Forms.ToolStripStatusLabel
	Public WithEvents _StatusBar1_Panel3 As System.Windows.Forms.ToolStripStatusLabel
	Public WithEvents _StatusBar1_Panel4 As System.Windows.Forms.ToolStripStatusLabel
	Public WithEvents StatusBar1 As System.Windows.Forms.StatusStrip
    Public WithEvents picturebox1 As System.Windows.Forms.PictureBox
    Public WithEvents Toolbar1 As System.Windows.Forms.ToolStrip
    Public WithEvents new_Renamed As System.Windows.Forms.ToolStripMenuItem
    Public WithEvents open As System.Windows.Forms.ToolStripMenuItem
    Public WithEvents shut As System.Windows.Forms.ToolStripMenuItem
    Public WithEvents line1 As System.Windows.Forms.ToolStripSeparator
    Public WithEvents save As System.Windows.Forms.ToolStripMenuItem
    Public WithEvents saveas As System.Windows.Forms.ToolStripMenuItem
    Public WithEvents mnuS As System.Windows.Forms.ToolStripSeparator
    Public WithEvents quit As System.Windows.Forms.ToolStripMenuItem
    Public WithEvents file As System.Windows.Forms.ToolStripMenuItem
    Public WithEvents copy As System.Windows.Forms.ToolStripMenuItem
    Public WithEvents paste As System.Windows.Forms.ToolStripMenuItem
    Public WithEvents cut As System.Windows.Forms.ToolStripMenuItem
    Public WithEvents edit As System.Windows.Forms.ToolStripMenuItem
    Public WithEvents about As System.Windows.Forms.ToolStripMenuItem
    Public WithEvents mnuHelp As System.Windows.Forms.ToolStripMenuItem
    Public WithEvents MainMenu1 As System.Windows.Forms.MenuStrip
    '注意: 以下过程是 Windows 窗体设计器所必需的
    '可以使用 Windows 窗体设计器来修改它。
    '不要使用代码编辑器修改它。
    <System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
        Me.components = New System.ComponentModel.Container
        Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmMain))
        Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
        Me.CommonDialog1Open = New System.Windows.Forms.OpenFileDialog
        Me.CommonDialog1Save = New System.Windows.Forms.SaveFileDialog
        Me.CommonDialog1Font = New System.Windows.Forms.FontDialog
        Me.CommonDialog1Color = New System.Windows.Forms.ColorDialog
        Me.CommonDialog1Print = New System.Windows.Forms.PrintDialog
        Me.StatusBar1 = New System.Windows.Forms.StatusStrip
        Me._StatusBar1_Panel1 = New System.Windows.Forms.ToolStripStatusLabel
        Me._StatusBar1_Panel2 = New System.Windows.Forms.ToolStripStatusLabel
        Me._StatusBar1_Panel3 = New System.Windows.Forms.ToolStripStatusLabel
        Me._StatusBar1_Panel4 = New System.Windows.Forms.ToolStripStatusLabel
        Me.picturebox1 = New System.Windows.Forms.PictureBox
        Me.Toolbar1 = New System.Windows.Forms.ToolStrip
        Me.MainMenu1 = New System.Windows.Forms.MenuStrip
        Me.file = New System.Windows.Forms.ToolStripMenuItem
        Me.new_Renamed = New System.Windows.Forms.ToolStripMenuItem
        Me.open = New System.Windows.Forms.ToolStripMenuItem
        Me.shut = New System.Windows.Forms.ToolStripMenuItem
        Me.line1 = New System.Windows.Forms.ToolStripSeparator
        Me.save = New System.Windows.Forms.ToolStripMenuItem
        Me.saveas = New System.Windows.Forms.ToolStripMenuItem
        Me.mnuS = New System.Windows.Forms.ToolStripSeparator
        Me.quit = New System.Windows.Forms.ToolStripMenuItem
        Me.edit = New System.Windows.Forms.ToolStripMenuItem
        Me.copy = New System.Windows.Forms.ToolStripMenuItem
        Me.paste = New System.Windows.Forms.ToolStripMenuItem
        Me.cut = New System.Windows.Forms.ToolStripMenuItem
        Me.mnuHelp = New System.Windows.Forms.ToolStripMenuItem
        Me.about = New System.Windows.Forms.ToolStripMenuItem
        Me.StatusBar1.SuspendLayout()
        CType(Me.picturebox1, System.ComponentModel.ISupportInitialize).BeginInit()
        Me.MainMenu1.SuspendLayout()
        Me.SuspendLayout()
        '
        'StatusBar1
        '
        Me.StatusBar1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me._StatusBar1_Panel1, Me._StatusBar1_Panel2, Me._StatusBar1_Panel3, Me._StatusBar1_Panel4})
        Me.StatusBar1.Location = New System.Drawing.Point(0, 430)
        Me.StatusBar1.Name = "StatusBar1"
        Me.StatusBar1.Size = New System.Drawing.Size(605, 25)
        Me.StatusBar1.TabIndex = 1
        '
        '_StatusBar1_Panel1
        '
        Me._StatusBar1_Panel1.AutoSize = False
        Me._StatusBar1_Panel1.BorderSides = CType((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left Or System.Windows.Forms.ToolStripStatusLabelBorderSides.Top) _
                    Or System.Windows.Forms.ToolStripStatusLabelBorderSides.Right) _
                    Or System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom), System.Windows.Forms.ToolStripStatusLabelBorderSides)
        Me._StatusBar1_Panel1.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenOuter
        Me._StatusBar1_Panel1.Margin = New System.Windows.Forms.Padding(0)
        Me._StatusBar1_Panel1.Name = "_StatusBar1_Panel1"
        Me._StatusBar1_Panel1.Size = New System.Drawing.Size(199, 25)
        Me._StatusBar1_Panel1.Spring = True
        Me._StatusBar1_Panel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
        '
        '_StatusBar1_Panel2
        '
        Me._StatusBar1_Panel2.AutoSize = False
        Me._StatusBar1_Panel2.BorderSides = CType((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left Or System.Windows.Forms.ToolStripStatusLabelBorderSides.Top) _
                    Or System.Windows.Forms.ToolStripStatusLabelBorderSides.Right) _
                    Or System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom), System.Windows.Forms.ToolStripStatusLabelBorderSides)
        Me._StatusBar1_Panel2.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenOuter
        Me._StatusBar1_Panel2.Margin = New System.Windows.Forms.Padding(0)
        Me._StatusBar1_Panel2.Name = "_StatusBar1_Panel2"
        Me._StatusBar1_Panel2.Size = New System.Drawing.Size(199, 25)
        Me._StatusBar1_Panel2.Spring = True
        Me._StatusBar1_Panel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
        '
        '_StatusBar1_Panel3
        '
        Me._StatusBar1_Panel3.AutoSize = False
        Me._StatusBar1_Panel3.BorderSides = CType((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left Or System.Windows.Forms.ToolStripStatusLabelBorderSides.Top) _
                    Or System.Windows.Forms.ToolStripStatusLabelBorderSides.Right) _
                    Or System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom), System.Windows.Forms.ToolStripStatusLabelBorderSides)
        Me._StatusBar1_Panel3.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenOuter
        Me._StatusBar1_Panel3.Margin = New System.Windows.Forms.Padding(0)
        Me._StatusBar1_Panel3.Name = "_StatusBar1_Panel3"
        Me._StatusBar1_Panel3.Size = New System.Drawing.Size(96, 25)
        Me._StatusBar1_Panel3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
        '
        '_StatusBar1_Panel4
        '
        Me._StatusBar1_Panel4.AutoSize = False
        Me._StatusBar1_Panel4.BorderSides = CType((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left Or System.Windows.Forms.ToolStripStatusLabelBorderSides.Top) _
                    Or System.Windows.Forms.ToolStripStatusLabelBorderSides.Right) _
                    Or System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom), System.Windows.Forms.ToolStripStatusLabelBorderSides)
        Me._StatusBar1_Panel4.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenOuter
        Me._StatusBar1_Panel4.Margin = New System.Windows.Forms.Padding(0)
        Me._StatusBar1_Panel4.Name = "_StatusBar1_Panel4"
        Me._StatusBar1_Panel4.Size = New System.Drawing.Size(96, 25)
        Me._StatusBar1_Panel4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
        '
        'picturebox1
        '
        Me.picturebox1.BackColor = System.Drawing.Color.White
        Me.picturebox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
        Me.picturebox1.Cursor = System.Windows.Forms.Cursors.Default

⌨️ 快捷键说明

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