初始化提交
仓库转移到Gitea,初始化提交,可能丢失以前的git版本日志
This commit is contained in:
143
AUTS_Studio/FrmMain.Designer.vb
generated
Normal file
143
AUTS_Studio/FrmMain.Designer.vb
generated
Normal file
@@ -0,0 +1,143 @@
|
||||
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
||||
Partial Class FrmMain
|
||||
Inherits System.Windows.Forms.Form
|
||||
|
||||
'Form 重写 Dispose,以清理组件列表。
|
||||
<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
|
||||
|
||||
'Windows 窗体设计器所必需的
|
||||
Private components As System.ComponentModel.IContainer
|
||||
|
||||
'注意: 以下过程是 Windows 窗体设计器所必需的
|
||||
'可以使用 Windows 窗体设计器修改它。
|
||||
'不要使用代码编辑器修改它。
|
||||
<System.Diagnostics.DebuggerStepThrough()>
|
||||
Private Sub InitializeComponent()
|
||||
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FrmMain))
|
||||
Me.MnsMain = New System.Windows.Forms.MenuStrip()
|
||||
Me.MsiUser = New System.Windows.Forms.ToolStripMenuItem()
|
||||
Me.注销ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
||||
Me.退出QToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
||||
Me.MsiProject = New System.Windows.Forms.ToolStripMenuItem()
|
||||
Me.MsiHelp = New System.Windows.Forms.ToolStripMenuItem()
|
||||
Me.MsiAbout = New System.Windows.Forms.ToolStripMenuItem()
|
||||
Me.StuMain = New System.Windows.Forms.StatusStrip()
|
||||
Me.TsrMain = New System.Windows.Forms.ToolStrip()
|
||||
Me.TabMain = New System.Windows.Forms.TabControl()
|
||||
Me.MnsMain.SuspendLayout
|
||||
Me.SuspendLayout
|
||||
'
|
||||
'MnsMain
|
||||
'
|
||||
Me.MnsMain.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.MsiUser, Me.MsiProject, Me.MsiHelp, Me.MsiAbout})
|
||||
Me.MnsMain.Location = New System.Drawing.Point(0, 0)
|
||||
Me.MnsMain.Name = "MnsMain"
|
||||
Me.MnsMain.Size = New System.Drawing.Size(1008, 25)
|
||||
Me.MnsMain.TabIndex = 0
|
||||
Me.MnsMain.Text = "MenuStrip1"
|
||||
'
|
||||
'MsiUser
|
||||
'
|
||||
Me.MsiUser.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.注销ToolStripMenuItem, Me.退出QToolStripMenuItem})
|
||||
Me.MsiUser.Name = "MsiUser"
|
||||
Me.MsiUser.Size = New System.Drawing.Size(61, 21)
|
||||
Me.MsiUser.Text = "用户(&U)"
|
||||
'
|
||||
'注销ToolStripMenuItem
|
||||
'
|
||||
Me.注销ToolStripMenuItem.Name = "注销ToolStripMenuItem"
|
||||
Me.注销ToolStripMenuItem.Size = New System.Drawing.Size(118, 22)
|
||||
Me.注销ToolStripMenuItem.Text = "注销(&C)"
|
||||
'
|
||||
'退出QToolStripMenuItem
|
||||
'
|
||||
Me.退出QToolStripMenuItem.Name = "退出QToolStripMenuItem"
|
||||
Me.退出QToolStripMenuItem.Size = New System.Drawing.Size(118, 22)
|
||||
Me.退出QToolStripMenuItem.Text = "退出(&Q)"
|
||||
'
|
||||
'MsiProject
|
||||
'
|
||||
Me.MsiProject.Name = "MsiProject"
|
||||
Me.MsiProject.Size = New System.Drawing.Size(59, 21)
|
||||
Me.MsiProject.Text = "项目(&P)"
|
||||
'
|
||||
'MsiHelp
|
||||
'
|
||||
Me.MsiHelp.Name = "MsiHelp"
|
||||
Me.MsiHelp.Size = New System.Drawing.Size(61, 21)
|
||||
Me.MsiHelp.Text = "帮助(&H)"
|
||||
'
|
||||
'MsiAbout
|
||||
'
|
||||
Me.MsiAbout.Name = "MsiAbout"
|
||||
Me.MsiAbout.Size = New System.Drawing.Size(60, 21)
|
||||
Me.MsiAbout.Text = "关于(&A)"
|
||||
'
|
||||
'StuMain
|
||||
'
|
||||
Me.StuMain.Location = New System.Drawing.Point(0, 707)
|
||||
Me.StuMain.Name = "StuMain"
|
||||
Me.StuMain.Size = New System.Drawing.Size(1008, 22)
|
||||
Me.StuMain.TabIndex = 1
|
||||
Me.StuMain.Text = "StatusStrip1"
|
||||
'
|
||||
'TsrMain
|
||||
'
|
||||
Me.TsrMain.Location = New System.Drawing.Point(0, 25)
|
||||
Me.TsrMain.Name = "TsrMain"
|
||||
Me.TsrMain.Size = New System.Drawing.Size(1008, 25)
|
||||
Me.TsrMain.TabIndex = 2
|
||||
Me.TsrMain.Text = "ToolStrip1"
|
||||
'
|
||||
'TabMain
|
||||
'
|
||||
Me.TabMain.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.TabMain.Location = New System.Drawing.Point(0, 50)
|
||||
Me.TabMain.Name = "TabMain"
|
||||
Me.TabMain.SelectedIndex = 0
|
||||
Me.TabMain.Size = New System.Drawing.Size(1008, 657)
|
||||
Me.TabMain.TabIndex = 3
|
||||
'
|
||||
'FrmMain
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(7!, 15!)
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||
Me.BackColor = System.Drawing.Color.White
|
||||
Me.ClientSize = New System.Drawing.Size(1008, 729)
|
||||
Me.Controls.Add(Me.TabMain)
|
||||
Me.Controls.Add(Me.TsrMain)
|
||||
Me.Controls.Add(Me.StuMain)
|
||||
Me.Controls.Add(Me.MnsMain)
|
||||
Me.Font = New System.Drawing.Font("Microsoft Sans Serif", 9!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134,Byte))
|
||||
Me.Icon = CType(resources.GetObject("$this.Icon"),System.Drawing.Icon)
|
||||
Me.MainMenuStrip = Me.MnsMain
|
||||
Me.Name = "FrmMain"
|
||||
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
||||
Me.Text = "Form1"
|
||||
Me.MnsMain.ResumeLayout(false)
|
||||
Me.MnsMain.PerformLayout
|
||||
Me.ResumeLayout(false)
|
||||
Me.PerformLayout
|
||||
|
||||
End Sub
|
||||
|
||||
Friend WithEvents MnsMain As MenuStrip
|
||||
Friend WithEvents MsiUser As ToolStripMenuItem
|
||||
Friend WithEvents 注销ToolStripMenuItem As ToolStripMenuItem
|
||||
Friend WithEvents 退出QToolStripMenuItem As ToolStripMenuItem
|
||||
Friend WithEvents MsiProject As ToolStripMenuItem
|
||||
Friend WithEvents MsiHelp As ToolStripMenuItem
|
||||
Friend WithEvents MsiAbout As ToolStripMenuItem
|
||||
Friend WithEvents StuMain As StatusStrip
|
||||
Friend WithEvents TsrMain As ToolStrip
|
||||
Friend WithEvents TabMain As TabControl
|
||||
End Class
|
||||
Reference in New Issue
Block a user