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

📄 frmmain.designer.vb

📁 OPC-Client sdk for vb/vb.net/c#
💻 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 WithEvents lstProcess As System.Windows.Forms.ListBox
	Public WithEvents _lvListView_ColumnHeader_1 As System.Windows.Forms.ColumnHeader
	Public WithEvents _lvListView_ColumnHeader_2 As System.Windows.Forms.ColumnHeader
	Public WithEvents _lvListView_ColumnHeader_3 As System.Windows.Forms.ColumnHeader
	Public WithEvents _lvListView_ColumnHeader_4 As System.Windows.Forms.ColumnHeader
	Public WithEvents _lvListView_ColumnHeader_5 As System.Windows.Forms.ColumnHeader
	Public WithEvents lvListView As System.Windows.Forms.ListView
	Public WithEvents _sbStatusBar_Panel1 As System.Windows.Forms.ToolStripStatusLabel
	Public WithEvents _sbStatusBar_Panel2 As System.Windows.Forms.ToolStripStatusLabel
	Public WithEvents _sbStatusBar_Panel3 As System.Windows.Forms.ToolStripStatusLabel
	Public WithEvents sbStatusBar As System.Windows.Forms.StatusStrip
	Public dlgCommonDialogOpen As System.Windows.Forms.OpenFileDialog
	Public dlgCommonDialogSave As System.Windows.Forms.SaveFileDialog
	Public WithEvents menuOpen As System.Windows.Forms.ToolStripMenuItem
	Public WithEvents menuSaveAs As System.Windows.Forms.ToolStripMenuItem
	Public WithEvents menuSetup As System.Windows.Forms.ToolStripMenuItem
	Public WithEvents mnuExit As System.Windows.Forms.ToolStripMenuItem
	Public WithEvents mnuFile As System.Windows.Forms.ToolStripMenuItem
	Public WithEvents mnuConnect As System.Windows.Forms.ToolStripMenuItem
	Public WithEvents mnuDisconnect As System.Windows.Forms.ToolStripMenuItem
	Public WithEvents mnuServerStatus As System.Windows.Forms.ToolStripMenuItem
	Public WithEvents mnuSplit2 As System.Windows.Forms.ToolStripSeparator
	Public WithEvents mnuGroupStatus As System.Windows.Forms.ToolStripMenuItem
	Public WithEvents mnuGroupRefresh As System.Windows.Forms.ToolStripMenuItem
	Public WithEvents mnuSplit As System.Windows.Forms.ToolStripSeparator
	Public WithEvents mnuAddItem As System.Windows.Forms.ToolStripMenuItem
	Public WithEvents mnuRemoveItem As System.Windows.Forms.ToolStripMenuItem
	Public WithEvents mnuReadItem As System.Windows.Forms.ToolStripMenuItem
	Public WithEvents mnuWriteItem As System.Windows.Forms.ToolStripMenuItem
	Public WithEvents mnuItemStatus As System.Windows.Forms.ToolStripMenuItem
	Public WithEvents mnuOpc As System.Windows.Forms.ToolStripMenuItem
	Public WithEvents mnuHelpAbout 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
        Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
        Me.lstProcess = New System.Windows.Forms.ListBox
        Me.lvListView = New System.Windows.Forms.ListView
        Me._lvListView_ColumnHeader_1 = New System.Windows.Forms.ColumnHeader
        Me._lvListView_ColumnHeader_2 = New System.Windows.Forms.ColumnHeader
        Me._lvListView_ColumnHeader_3 = New System.Windows.Forms.ColumnHeader
        Me._lvListView_ColumnHeader_4 = New System.Windows.Forms.ColumnHeader
        Me._lvListView_ColumnHeader_5 = New System.Windows.Forms.ColumnHeader
        Me.sbStatusBar = New System.Windows.Forms.StatusStrip
        Me._sbStatusBar_Panel1 = New System.Windows.Forms.ToolStripStatusLabel
        Me._sbStatusBar_Panel2 = New System.Windows.Forms.ToolStripStatusLabel
        Me._sbStatusBar_Panel3 = New System.Windows.Forms.ToolStripStatusLabel
        Me.dlgCommonDialogOpen = New System.Windows.Forms.OpenFileDialog
        Me.dlgCommonDialogSave = New System.Windows.Forms.SaveFileDialog
        Me.MainMenu1 = New System.Windows.Forms.MenuStrip
        Me.mnuFile = New System.Windows.Forms.ToolStripMenuItem
        Me.menuOpen = New System.Windows.Forms.ToolStripMenuItem
        Me.menuSaveAs = New System.Windows.Forms.ToolStripMenuItem
        Me.menuSetup = New System.Windows.Forms.ToolStripMenuItem
        Me.mnuExit = New System.Windows.Forms.ToolStripMenuItem
        Me.mnuOpc = New System.Windows.Forms.ToolStripMenuItem
        Me.mnuConnect = New System.Windows.Forms.ToolStripMenuItem
        Me.mnuDisconnect = New System.Windows.Forms.ToolStripMenuItem
        Me.mnuServerStatus = New System.Windows.Forms.ToolStripMenuItem
        Me.mnuSplit2 = New System.Windows.Forms.ToolStripSeparator
        Me.mnuGroupStatus = New System.Windows.Forms.ToolStripMenuItem
        Me.mnuGroupRefresh = New System.Windows.Forms.ToolStripMenuItem
        Me.mnuSplit = New System.Windows.Forms.ToolStripSeparator
        Me.mnuAddItem = New System.Windows.Forms.ToolStripMenuItem
        Me.mnuRemoveItem = New System.Windows.Forms.ToolStripMenuItem
        Me.mnuReadItem = New System.Windows.Forms.ToolStripMenuItem
        Me.mnuWriteItem = New System.Windows.Forms.ToolStripMenuItem
        Me.mnuItemStatus = New System.Windows.Forms.ToolStripMenuItem
        Me.mnuHelp = New System.Windows.Forms.ToolStripMenuItem
        Me.mnuHelpAbout = New System.Windows.Forms.ToolStripMenuItem
        Me.sbStatusBar.SuspendLayout()
        Me.MainMenu1.SuspendLayout()
        Me.SuspendLayout()
        '
        'lstProcess
        '
        Me.lstProcess.BackColor = System.Drawing.SystemColors.Window
        Me.lstProcess.Cursor = System.Windows.Forms.Cursors.Default
        Me.lstProcess.Dock = System.Windows.Forms.DockStyle.Bottom
        Me.lstProcess.ForeColor = System.Drawing.SystemColors.WindowText
        Me.lstProcess.ItemHeight = 12
        Me.lstProcess.Location = New System.Drawing.Point(0, 357)
        Me.lstProcess.Name = "lstProcess"
        Me.lstProcess.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.lstProcess.Size = New System.Drawing.Size(661, 124)
        Me.lstProcess.TabIndex = 2
        '
        'lvListView
        '
        Me.lvListView.Activation = System.Windows.Forms.ItemActivation.OneClick
        Me.lvListView.BackColor = System.Drawing.SystemColors.Window
        Me.lvListView.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me._lvListView_ColumnHeader_1, Me._lvListView_ColumnHeader_2, Me._lvListView_ColumnHeader_3, Me._lvListView_ColumnHeader_4, Me._lvListView_ColumnHeader_5})
        Me.lvListView.Dock = System.Windows.Forms.DockStyle.Top
        Me.lvListView.ForeColor = System.Drawing.SystemColors.WindowText
        Me.lvListView.FullRowSelect = True
        Me.lvListView.HotTracking = True
        Me.lvListView.HoverSelection = True
        Me.lvListView.Location = New System.Drawing.Point(0, 24)
        Me.lvListView.Name = "lvListView"
        Me.lvListView.Size = New System.Drawing.Size(661, 330)
        Me.lvListView.TabIndex = 1
        Me.lvListView.UseCompatibleStateImageBehavior = False
        Me.lvListView.View = System.Windows.Forms.View.Details
        '
        '_lvListView_ColumnHeader_1
        '
        Me._lvListView_ColumnHeader_1.Text = "Name"
        Me._lvListView_ColumnHeader_1.Width = 259
        '
        '_lvListView_ColumnHeader_2
        '
        Me._lvListView_ColumnHeader_2.Text = "Value"
        Me._lvListView_ColumnHeader_2.Width = 224
        '
        '_lvListView_ColumnHeader_3
        '
        Me._lvListView_ColumnHeader_3.Text = "Quality"
        Me._lvListView_ColumnHeader_3.Width = 224
        '
        '_lvListView_ColumnHeader_4
        '
        Me._lvListView_ColumnHeader_4.Text = "TimeStamp"
        Me._lvListView_ColumnHeader_4.Width = 224
        '
        '_lvListView_ColumnHeader_5
        '
        Me._lvListView_ColumnHeader_5.Width = 170
        '
        'sbStatusBar
        '
        Me.sbStatusBar.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me._sbStatusBar_Panel1, Me._sbStatusBar_Panel2, Me._sbStatusBar_Panel3})
        Me.sbStatusBar.Location = New System.Drawing.Point(0, 481)
        Me.sbStatusBar.Name = "sbStatusBar"
        Me.sbStatusBar.Size = New System.Drawing.Size(661, 22)
        Me.sbStatusBar.TabIndex = 0
        '
        '_sbStatusBar_Panel1
        '
        Me._sbStatusBar_Panel1.AutoSize = False
        Me._sbStatusBar_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._sbStatusBar_Panel1.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenOuter
        Me._sbStatusBar_Panel1.Margin = New System.Windows.Forms.Padding(0)
        Me._sbStatusBar_Panel1.Name = "_sbStatusBar_Panel1"
        Me._sbStatusBar_Panel1.Size = New System.Drawing.Size(454, 22)
        Me._sbStatusBar_Panel1.Spring = True
        Me._sbStatusBar_Panel1.Text = "Status"
        Me._sbStatusBar_Panel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
        '
        '_sbStatusBar_Panel2
        '
        Me._sbStatusBar_Panel2.AutoSize = False
        Me._sbStatusBar_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._sbStatusBar_Panel2.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenOuter
        Me._sbStatusBar_Panel2.Margin = New System.Windows.Forms.Padding(0)
        Me._sbStatusBar_Panel2.Name = "_sbStatusBar_Panel2"

⌨️ 快捷键说明

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