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

📄 frmwel.designer.vb

📁 Online Telephone Directory in Visual Basic
💻 VB
📖 第 1 页 / 共 2 页
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> Partial Class Form1
#Region "Windows Form Designer generated code "
	<System.Diagnostics.DebuggerNonUserCode()> Public Sub New()
		MyBase.New()
		'This call is required by the Windows Form Designer.
		InitializeComponent()
	End Sub
	'Form overrides dispose to clean up the component list.
	<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
	'Required by the Windows Form Designer
	Private components As System.ComponentModel.IContainer
	Public ToolTip1 As System.Windows.Forms.ToolTip
	Public WithEvents Timer1 As System.Windows.Forms.Timer
	Public WithEvents Image3 As System.Windows.Forms.PictureBox
	Public WithEvents Image2 As System.Windows.Forms.PictureBox
	Public WithEvents Image1 As System.Windows.Forms.PictureBox
	Public WithEvents Frame1 As System.Windows.Forms.Panel
	Public WithEvents WebBrowser1 As System.Windows.Forms.WebBrowser
	Public WithEvents _Shape1_6 As System.Windows.Forms.Label
	Public WithEvents _Label2_8 As System.Windows.Forms.Label
	Public WithEvents Label10 As System.Windows.Forms.Label
	Public WithEvents _Label2_6 As System.Windows.Forms.Label
	Public WithEvents _Label2_7 As System.Windows.Forms.Label
	Public WithEvents _Shape1_7 As System.Windows.Forms.Label
	Public WithEvents _Shape1_8 As System.Windows.Forms.Label
	Public WithEvents _Label2_4 As System.Windows.Forms.Label
	Public WithEvents _Label2_5 As System.Windows.Forms.Label
	Public WithEvents _Shape1_4 As System.Windows.Forms.Label
	Public WithEvents _Shape1_5 As System.Windows.Forms.Label
	Public WithEvents _Label2_2 As System.Windows.Forms.Label
	Public WithEvents _Label2_3 As System.Windows.Forms.Label
	Public WithEvents _Shape1_2 As System.Windows.Forms.Label
	Public WithEvents _Shape1_3 As System.Windows.Forms.Label
	Public WithEvents _Shape1_1 As System.Windows.Forms.Label
	Public WithEvents _Shape1_0 As System.Windows.Forms.Label
	Public WithEvents _Label2_1 As System.Windows.Forms.Label
	Public WithEvents _Label2_0 As System.Windows.Forms.Label
	Public WithEvents Line1 As System.Windows.Forms.Label
	Public WithEvents Label1 As System.Windows.Forms.Label
	Public WithEvents Shape9 As System.Windows.Forms.Label
	Public WithEvents Label2 As Microsoft.VisualBasic.Compatibility.VB6.LabelArray
	Public WithEvents Shape1 As Microsoft.VisualBasic.Compatibility.VB6.LabelArray
	'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()
		Dim resources As System.Resources.ResourceManager = New System.Resources.ResourceManager(GetType(Form1))
		Me.components = New System.ComponentModel.Container()
		Me.ToolTip1 = New System.Windows.Forms.ToolTip(components)
		Me.Timer1 = New System.Windows.Forms.Timer(components)
		Me.Frame1 = New System.Windows.Forms.Panel
		Me.Image3 = New System.Windows.Forms.PictureBox
		Me.Image2 = New System.Windows.Forms.PictureBox
		Me.Image1 = New System.Windows.Forms.PictureBox
		Me.WebBrowser1 = New System.Windows.Forms.WebBrowser
		Me._Shape1_6 = New System.Windows.Forms.Label
		Me._Label2_8 = New System.Windows.Forms.Label
		Me.Label10 = New System.Windows.Forms.Label
		Me._Label2_6 = New System.Windows.Forms.Label
		Me._Label2_7 = New System.Windows.Forms.Label
		Me._Shape1_7 = New System.Windows.Forms.Label
		Me._Shape1_8 = New System.Windows.Forms.Label
		Me._Label2_4 = New System.Windows.Forms.Label
		Me._Label2_5 = New System.Windows.Forms.Label
		Me._Shape1_4 = New System.Windows.Forms.Label
		Me._Shape1_5 = New System.Windows.Forms.Label
		Me._Label2_2 = New System.Windows.Forms.Label
		Me._Label2_3 = New System.Windows.Forms.Label
		Me._Shape1_2 = New System.Windows.Forms.Label
		Me._Shape1_3 = New System.Windows.Forms.Label
		Me._Shape1_1 = New System.Windows.Forms.Label
		Me._Shape1_0 = New System.Windows.Forms.Label
		Me._Label2_1 = New System.Windows.Forms.Label
		Me._Label2_0 = New System.Windows.Forms.Label
		Me.Line1 = New System.Windows.Forms.Label
		Me.Label1 = New System.Windows.Forms.Label
		Me.Shape9 = New System.Windows.Forms.Label
		Me.Label2 = New Microsoft.VisualBasic.Compatibility.VB6.LabelArray(components)
		Me.Shape1 = New Microsoft.VisualBasic.Compatibility.VB6.LabelArray(components)
		Me.Frame1.SuspendLayout()
		Me.SuspendLayout()
		Me.ToolTip1.Active = True
		CType(Me.Label2, System.ComponentModel.ISupportInitialize).BeginInit()
		CType(Me.Shape1, System.ComponentModel.ISupportInitialize).BeginInit()
		Me.BackColor = System.Drawing.Color.Black
		Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
		Me.Text = "Form1"
		Me.ClientSize = New System.Drawing.Size(937, 677)
		Me.Location = New System.Drawing.Point(8, 53)
		Me.ShowInTaskbar = False
		Me.StartPosition = System.Windows.Forms.FormStartPosition.WindowsDefaultLocation
		Me.WindowState = System.Windows.Forms.FormWindowState.Maximized
		Me.Font = New System.Drawing.Font("Arial", 8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
		Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
		Me.ControlBox = True
		Me.Enabled = True
		Me.KeyPreview = False
		Me.MaximizeBox = True
		Me.MinimizeBox = True
		Me.Cursor = System.Windows.Forms.Cursors.Default
		Me.RightToLeft = System.Windows.Forms.RightToLeft.No
		Me.HelpButton = False
		Me.Name = "Form1"
		Me.Timer1.Interval = 200
		Me.Timer1.Enabled = True
		Me.Frame1.BackColor = System.Drawing.Color.White
		Me.Frame1.BorderStyle = System.Windows.Forms.BorderStyle.None
		Me.Frame1.Size = New System.Drawing.Size(337, 785)
		Me.Frame1.Location = New System.Drawing.Point(680, 0)
		Me.Frame1.TabIndex = 0
		Me.Frame1.Font = New System.Drawing.Font("Arial", 8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
		Me.Frame1.Enabled = True
		Me.Frame1.ForeColor = System.Drawing.SystemColors.ControlText
		Me.Frame1.Cursor = System.Windows.Forms.Cursors.Default
		Me.Frame1.RightToLeft = System.Windows.Forms.RightToLeft.No
		Me.Frame1.Visible = True
		Me.Frame1.Name = "Frame1"
		Me.Image3.Size = New System.Drawing.Size(350, 444)
		Me.Image3.Location = New System.Drawing.Point(0, 152)
		Me.Image3.Image = CType(resources.GetObject("Image3.Image"), System.Drawing.Image)
		Me.Image3.Enabled = True
		Me.Image3.Cursor = System.Windows.Forms.Cursors.Default
		Me.Image3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Normal
		Me.Image3.Visible = True
		Me.Image3.BorderStyle = System.Windows.Forms.BorderStyle.None
		Me.Image3.Name = "Image3"
		Me.Image2.Size = New System.Drawing.Size(265, 94)
		Me.Image2.Location = New System.Drawing.Point(40, 608)
		Me.Image2.Image = CType(resources.GetObject("Image2.Image"), System.Drawing.Image)
		Me.Image2.Enabled = True
		Me.Image2.Cursor = System.Windows.Forms.Cursors.Default
		Me.Image2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Normal
		Me.Image2.Visible = True
		Me.Image2.BorderStyle = System.Windows.Forms.BorderStyle.None
		Me.Image2.Name = "Image2"
		Me.Image1.Size = New System.Drawing.Size(168, 140)
		Me.Image1.Location = New System.Drawing.Point(96, 8)
		Me.Image1.Image = CType(resources.GetObject("Image1.Image"), System.Drawing.Image)
		Me.Image1.Enabled = True
		Me.Image1.Cursor = System.Windows.Forms.Cursors.Default
		Me.Image1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Normal
		Me.Image1.Visible = True
		Me.Image1.BorderStyle = System.Windows.Forms.BorderStyle.None
		Me.Image1.Name = "Image1"
		Me.WebBrowser1.Size = New System.Drawing.Size(705, 321)
		Me.WebBrowser1.Location = New System.Drawing.Point(0, 464)
		Me.WebBrowser1.TabIndex = 10
		Me.WebBrowser1.AllowWebBrowserDrop = True
		Me.WebBrowser1.Name = "WebBrowser1"
		Me._Shape1_6.BackColor = System.Drawing.Color.Red
		Me._Shape1_6.Size = New System.Drawing.Size(25, 17)
		Me._Shape1_6.Location = New System.Drawing.Point(16, 328)
		Me._Shape1_6.Visible = True
		Me._Shape1_6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
		Me._Shape1_6.ForeColor = System.Drawing.Color.Black
		Me._Shape1_6.Text = "_Shape1_6"
		Me._Shape1_6.Name = "_Shape1_6"
		Me._Label2_8.Text = "View all Subscribers Details"
		Me._Label2_8.Font = New System.Drawing.Font("Times New Roman", 12!, System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
		Me._Label2_8.ForeColor = System.Drawing.Color.White
		Me._Label2_8.Size = New System.Drawing.Size(187, 19)
		Me._Label2_8.Location = New System.Drawing.Point(48, 328)
		Me._Label2_8.TabIndex = 12
		Me._Label2_8.TextAlign = System.Drawing.ContentAlignment.TopLeft
		Me._Label2_8.BackColor = System.Drawing.Color.Transparent
		Me._Label2_8.Enabled = True
		Me._Label2_8.RightToLeft = System.Windows.Forms.RightToLeft.No
		Me._Label2_8.UseMnemonic = True
		Me._Label2_8.Visible = True
		Me._Label2_8.AutoSize = True
		Me._Label2_8.BorderStyle = System.Windows.Forms.BorderStyle.None
		Me._Label2_8.Name = "_Label2_8"
		Me.Label10.Text = "Administrator"
		Me.Label10.Font = New System.Drawing.Font("Times New Roman", 15.75!, System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
		Me.Label10.ForeColor = System.Drawing.Color.FromARGB(192, 0, 0)
		Me.Label10.Size = New System.Drawing.Size(124, 24)
		Me.Label10.Location = New System.Drawing.Point(480, 360)
		Me.Label10.TabIndex = 11
		Me.Label10.TextAlign = System.Drawing.ContentAlignment.TopLeft
		Me.Label10.BackColor = System.Drawing.Color.Transparent
		Me.Label10.Enabled = True
		Me.Label10.RightToLeft = System.Windows.Forms.RightToLeft.No
		Me.Label10.UseMnemonic = True
		Me.Label10.Visible = True
		Me.Label10.AutoSize = True
		Me.Label10.BorderStyle = System.Windows.Forms.BorderStyle.None
		Me.Label10.Name = "Label10"
		Me._Label2_6.Text = "The History of Telephone"
		Me._Label2_6.Font = New System.Drawing.Font("Times New Roman", 12!, System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
		Me._Label2_6.ForeColor = System.Drawing.Color.White
		Me._Label2_6.Size = New System.Drawing.Size(171, 19)
		Me._Label2_6.Location = New System.Drawing.Point(48, 368)
		Me._Label2_6.TabIndex = 9
		Me._Label2_6.TextAlign = System.Drawing.ContentAlignment.TopLeft
		Me._Label2_6.BackColor = System.Drawing.Color.Transparent
		Me._Label2_6.Enabled = True
		Me._Label2_6.RightToLeft = System.Windows.Forms.RightToLeft.No
		Me._Label2_6.UseMnemonic = True
		Me._Label2_6.Visible = True
		Me._Label2_6.AutoSize = True
		Me._Label2_6.BorderStyle = System.Windows.Forms.BorderStyle.None
		Me._Label2_6.Name = "_Label2_6"
		Me._Label2_7.Text = "Exit"
		Me._Label2_7.Font = New System.Drawing.Font("Times New Roman", 12!, System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
		Me._Label2_7.ForeColor = System.Drawing.Color.White
		Me._Label2_7.Size = New System.Drawing.Size(27, 19)
		Me._Label2_7.Location = New System.Drawing.Point(48, 408)
		Me._Label2_7.TabIndex = 8
		Me._Label2_7.TextAlign = System.Drawing.ContentAlignment.TopLeft
		Me._Label2_7.BackColor = System.Drawing.Color.Transparent
		Me._Label2_7.Enabled = True
		Me._Label2_7.RightToLeft = System.Windows.Forms.RightToLeft.No
		Me._Label2_7.UseMnemonic = True
		Me._Label2_7.Visible = True
		Me._Label2_7.AutoSize = True
		Me._Label2_7.BorderStyle = System.Windows.Forms.BorderStyle.None
		Me._Label2_7.Name = "_Label2_7"
		Me._Shape1_7.BackColor = System.Drawing.Color.Red
		Me._Shape1_7.Size = New System.Drawing.Size(25, 17)
		Me._Shape1_7.Location = New System.Drawing.Point(16, 368)
		Me._Shape1_7.Visible = True
		Me._Shape1_7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
		Me._Shape1_7.ForeColor = System.Drawing.Color.Black

⌨️ 快捷键说明

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