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

📄 form1.designer.vb

📁 Microsoft Mobile Development Handbook的代码,有C#,VB,C++的
💻 VB
字号:
Imports Microsoft.VisualBasic
Imports System
Namespace Localisation
  Public Partial Class Form1
	''' <summary>
	''' Required designer variable.
	''' </summary>
	Private components As System.ComponentModel.IContainer = Nothing
	Private mainMenu1 As System.Windows.Forms.MainMenu

	''' <summary>
	''' Clean up any resources being used.
	''' </summary>
	''' <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
	Protected Overrides Sub Dispose(ByVal disposing As Boolean)
	  If disposing AndAlso (Not components Is Nothing) Then
		components.Dispose()
	  End If
	  MyBase.Dispose(disposing)
	End Sub

	#Region "Windows Form Designer generated code"

	''' <summary>
	''' Required method for Designer support - do not modify
	''' the contents of this method with the code editor.
	''' </summary>
	Private Sub InitializeComponent()
	  Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Form1))
	  Me.mainMenu1 = New System.Windows.Forms.MainMenu()
	  Me.button1 = New System.Windows.Forms.Button()
	  Me.label1 = New System.Windows.Forms.Label()
	  Me.textBox1 = New System.Windows.Forms.TextBox()
	  Me.inputPanel1 = New Microsoft.WindowsCE.Forms.InputPanel()
	  Me.SuspendLayout()
	  ' 
	  ' button1
	  ' 
	  resources.ApplyResources(Me.button1, "button1")
	  Me.button1.Name = "button1"
'	  Me.button1.Click += New System.EventHandler(Me.button1_Click);
	  ' 
	  ' label1
	  ' 
	  resources.ApplyResources(Me.label1, "label1")
	  Me.label1.Name = "label1"
	  ' 
	  ' textBox1
	  ' 
	  resources.ApplyResources(Me.textBox1, "textBox1")
	  Me.textBox1.Name = "textBox1"
	  ' 
	  ' Form1
	  ' 
	  Me.AutoScaleDimensions = New System.Drawing.SizeF(96F, 96F)
	  Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi
	  resources.ApplyResources(Me, "$this")
	  Me.Controls.Add(Me.textBox1)
	  Me.Controls.Add(Me.label1)
	  Me.Controls.Add(Me.button1)
	  Me.Menu = Me.mainMenu1
	  Me.Name = "Form1"
	  Me.ResumeLayout(False)

	End Sub

	#End Region

	Private WithEvents button1 As System.Windows.Forms.Button
	Private label1 As System.Windows.Forms.Label
	Private textBox1 As System.Windows.Forms.TextBox
	Private inputPanel1 As Microsoft.WindowsCE.Forms.InputPanel
  End Class
End Namespace

⌨️ 快捷键说明

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