Partial Class Form1 Inherits System.Windows.Forms.Form 'Form 重写 Dispose,以清理组件列表。 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 窗体设计器修改它。 '不要使用代码编辑器修改它。 Private Sub InitializeComponent() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Form1)) Me.SplitContainer1 = New System.Windows.Forms.SplitContainer() Me.GroupBox2 = New System.Windows.Forms.GroupBox() Me.Button10 = New System.Windows.Forms.Button() Me.Button11 = New System.Windows.Forms.Button() Me.Button12 = New System.Windows.Forms.Button() Me.GroupBox1 = New System.Windows.Forms.GroupBox() Me.Button6 = New System.Windows.Forms.Button() Me.Button7 = New System.Windows.Forms.Button() Me.Button8 = New System.Windows.Forms.Button() Me.GroupBox3 = New System.Windows.Forms.GroupBox() Me.Button3 = New System.Windows.Forms.Button() Me.Button2 = New System.Windows.Forms.Button() Me.Button1 = New System.Windows.Forms.Button() Me.ToolStrip1 = New System.Windows.Forms.ToolStrip() Me.ToolStripLabel1 = New System.Windows.Forms.ToolStripLabel() Me.ToolStripLabel2 = New System.Windows.Forms.ToolStripLabel() Me.ToolStripSeparator2 = New System.Windows.Forms.ToolStripSeparator() Me.ToolStripButton2 = New System.Windows.Forms.ToolStripButton() Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator() Me.ToolStripButton1 = New System.Windows.Forms.ToolStripButton() Me.ToolStripSeparator3 = New System.Windows.Forms.ToolStripSeparator() Me.GroupBox4 = New System.Windows.Forms.GroupBox() Me.Grid1 = New FlexCell.Grid() Me.Label1 = New System.Windows.Forms.Label() Me.TextBox1 = New System.Windows.Forms.TextBox() Me.TextBox2 = New System.Windows.Forms.TextBox() Me.Label2 = New System.Windows.Forms.Label() Me.GroupBox5 = New System.Windows.Forms.GroupBox() Me.Button14 = New System.Windows.Forms.Button() Me.Button15 = New System.Windows.Forms.Button() Me.Button16 = New System.Windows.Forms.Button() Me.Button9 = New System.Windows.Forms.Button() Me.Button5 = New System.Windows.Forms.Button() Me.Button4 = New System.Windows.Forms.Button() CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SplitContainer1.Panel1.SuspendLayout() Me.SplitContainer1.Panel2.SuspendLayout() Me.SplitContainer1.SuspendLayout() Me.GroupBox2.SuspendLayout() Me.GroupBox1.SuspendLayout() Me.GroupBox3.SuspendLayout() Me.ToolStrip1.SuspendLayout() Me.GroupBox4.SuspendLayout() Me.GroupBox5.SuspendLayout() Me.SuspendLayout() ' 'SplitContainer1 ' Me.SplitContainer1.Dock = System.Windows.Forms.DockStyle.Fill Me.SplitContainer1.Location = New System.Drawing.Point(0, 0) Me.SplitContainer1.Name = "SplitContainer1" ' 'SplitContainer1.Panel1 ' Me.SplitContainer1.Panel1.Controls.Add(Me.GroupBox5) Me.SplitContainer1.Panel1.Controls.Add(Me.GroupBox2) Me.SplitContainer1.Panel1.Controls.Add(Me.GroupBox1) Me.SplitContainer1.Panel1.Controls.Add(Me.GroupBox3) Me.SplitContainer1.Panel1.Font = New System.Drawing.Font("宋体", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) ' 'SplitContainer1.Panel2 ' Me.SplitContainer1.Panel2.Controls.Add(Me.Grid1) Me.SplitContainer1.Panel2.Controls.Add(Me.GroupBox4) Me.SplitContainer1.Panel2.Controls.Add(Me.ToolStrip1) Me.SplitContainer1.Size = New System.Drawing.Size(1339, 795) Me.SplitContainer1.SplitterDistance = 422 Me.SplitContainer1.TabIndex = 0 ' 'GroupBox2 ' Me.GroupBox2.Controls.Add(Me.Button9) Me.GroupBox2.Controls.Add(Me.Button10) Me.GroupBox2.Controls.Add(Me.Button11) Me.GroupBox2.Controls.Add(Me.Button12) Me.GroupBox2.Dock = System.Windows.Forms.DockStyle.Top Me.GroupBox2.Font = New System.Drawing.Font("宋体", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.GroupBox2.Location = New System.Drawing.Point(0, 137) Me.GroupBox2.Name = "GroupBox2" Me.GroupBox2.Size = New System.Drawing.Size(422, 73) Me.GroupBox2.TabIndex = 5 Me.GroupBox2.TabStop = False Me.GroupBox2.Text = "固件" ' 'Button10 ' Me.Button10.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.Button10.Location = New System.Drawing.Point(147, 28) Me.Button10.Name = "Button10" Me.Button10.Size = New System.Drawing.Size(86, 31) Me.Button10.TabIndex = 12 Me.Button10.Text = "预览主机列表" Me.Button10.TextAlign = System.Drawing.ContentAlignment.MiddleLeft Me.Button10.UseVisualStyleBackColor = True ' 'Button11 ' Me.Button11.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.Button11.Location = New System.Drawing.Point(239, 28) Me.Button11.Name = "Button11" Me.Button11.Size = New System.Drawing.Size(86, 31) Me.Button11.TabIndex = 11 Me.Button11.Text = "删除主机模型" Me.Button11.TextAlign = System.Drawing.ContentAlignment.MiddleLeft Me.Button11.UseVisualStyleBackColor = True ' 'Button12 ' Me.Button12.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.Button12.Location = New System.Drawing.Point(331, 28) Me.Button12.Name = "Button12" Me.Button12.Size = New System.Drawing.Size(86, 31) Me.Button12.TabIndex = 10 Me.Button12.Text = "选择设备模型" Me.Button12.TextAlign = System.Drawing.ContentAlignment.MiddleLeft Me.Button12.UseVisualStyleBackColor = True ' 'GroupBox1 ' Me.GroupBox1.Controls.Add(Me.Button5) Me.GroupBox1.Controls.Add(Me.Button6) Me.GroupBox1.Controls.Add(Me.Button7) Me.GroupBox1.Controls.Add(Me.Button8) Me.GroupBox1.Dock = System.Windows.Forms.DockStyle.Top Me.GroupBox1.Font = New System.Drawing.Font("宋体", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.GroupBox1.Location = New System.Drawing.Point(0, 69) Me.GroupBox1.Name = "GroupBox1" Me.GroupBox1.Size = New System.Drawing.Size(422, 68) Me.GroupBox1.TabIndex = 4 Me.GroupBox1.TabStop = False Me.GroupBox1.Text = "设备" ' 'Button6 ' Me.Button6.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.Button6.Location = New System.Drawing.Point(147, 28) Me.Button6.Name = "Button6" Me.Button6.Size = New System.Drawing.Size(86, 31) Me.Button6.TabIndex = 8 Me.Button6.Text = "预览主机列表" Me.Button6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft Me.Button6.UseVisualStyleBackColor = True ' 'Button7 ' Me.Button7.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.Button7.Location = New System.Drawing.Point(239, 28) Me.Button7.Name = "Button7" Me.Button7.Size = New System.Drawing.Size(86, 31) Me.Button7.TabIndex = 7 Me.Button7.Text = "删除主机模型" Me.Button7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft Me.Button7.UseVisualStyleBackColor = True ' 'Button8 ' Me.Button8.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.Button8.Location = New System.Drawing.Point(331, 28) Me.Button8.Name = "Button8" Me.Button8.Size = New System.Drawing.Size(86, 31) Me.Button8.TabIndex = 6 Me.Button8.Text = "选择设备模型" Me.Button8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft Me.Button8.UseVisualStyleBackColor = True ' 'GroupBox3 ' Me.GroupBox3.Controls.Add(Me.Button4) Me.GroupBox3.Controls.Add(Me.Button3) Me.GroupBox3.Controls.Add(Me.Button2) Me.GroupBox3.Controls.Add(Me.Button1) Me.GroupBox3.Dock = System.Windows.Forms.DockStyle.Top Me.GroupBox3.Font = New System.Drawing.Font("宋体", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.GroupBox3.Location = New System.Drawing.Point(0, 0) Me.GroupBox3.Name = "GroupBox3" Me.GroupBox3.Size = New System.Drawing.Size(422, 69) Me.GroupBox3.TabIndex = 2 Me.GroupBox3.TabStop = False Me.GroupBox3.Text = "主机" ' 'Button3 ' Me.Button3.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.Button3.Location = New System.Drawing.Point(147, 28) Me.Button3.Name = "Button3" Me.Button3.Size = New System.Drawing.Size(86, 31) Me.Button3.TabIndex = 3 Me.Button3.Text = "预览主机列表" Me.Button3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft Me.Button3.UseVisualStyleBackColor = True ' 'Button2 ' Me.Button2.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.Button2.Location = New System.Drawing.Point(239, 28) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(86, 31) Me.Button2.TabIndex = 2 Me.Button2.Text = "删除主机模型" Me.Button2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft Me.Button2.UseVisualStyleBackColor = True ' 'Button1 ' Me.Button1.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.Button1.Location = New System.Drawing.Point(331, 28) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(86, 31) Me.Button1.TabIndex = 1 Me.Button1.Text = "选择主机模型" Me.Button1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft Me.Button1.UseVisualStyleBackColor = True ' 'ToolStrip1 ' Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripLabel1, Me.ToolStripLabel2, Me.ToolStripSeparator2, Me.ToolStripButton2, Me.ToolStripSeparator1, Me.ToolStripButton1, Me.ToolStripSeparator3}) Me.ToolStrip1.Location = New System.Drawing.Point(0, 0) Me.ToolStrip1.Name = "ToolStrip1" Me.ToolStrip1.Size = New System.Drawing.Size(913, 25) Me.ToolStrip1.TabIndex = 0 Me.ToolStrip1.Text = "ToolStrip1" ' 'ToolStripLabel1 ' Me.ToolStripLabel1.Name = "ToolStripLabel1" Me.ToolStripLabel1.Size = New System.Drawing.Size(59, 22) Me.ToolStripLabel1.Text = "文件名称:" ' 'ToolStripLabel2 ' Me.ToolStripLabel2.AutoSize = False Me.ToolStripLabel2.Name = "ToolStripLabel2" Me.ToolStripLabel2.Size = New System.Drawing.Size(500, 22) ' 'ToolStripSeparator2 ' Me.ToolStripSeparator2.Name = "ToolStripSeparator2" Me.ToolStripSeparator2.Size = New System.Drawing.Size(6, 25) ' 'ToolStripButton2 ' Me.ToolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text Me.ToolStripButton2.Image = CType(resources.GetObject("ToolStripButton2.Image"), System.Drawing.Image) Me.ToolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta Me.ToolStripButton2.Name = "ToolStripButton2" Me.ToolStripButton2.Size = New System.Drawing.Size(60, 22) Me.ToolStripButton2.Text = "删除文件" ' 'ToolStripSeparator1 ' Me.ToolStripSeparator1.Name = "ToolStripSeparator1" Me.ToolStripSeparator1.Size = New System.Drawing.Size(6, 25) ' 'ToolStripButton1 ' Me.ToolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text Me.ToolStripButton1.Image = CType(resources.GetObject("ToolStripButton1.Image"), System.Drawing.Image) Me.ToolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta Me.ToolStripButton1.Name = "ToolStripButton1" Me.ToolStripButton1.Size = New System.Drawing.Size(60, 22) Me.ToolStripButton1.Text = "上传文件" ' 'ToolStripSeparator3 ' Me.ToolStripSeparator3.Name = "ToolStripSeparator3" Me.ToolStripSeparator3.Size = New System.Drawing.Size(6, 25) ' 'GroupBox4 ' Me.GroupBox4.Controls.Add(Me.TextBox2) Me.GroupBox4.Controls.Add(Me.Label2) Me.GroupBox4.Controls.Add(Me.TextBox1) Me.GroupBox4.Controls.Add(Me.Label1) Me.GroupBox4.Dock = System.Windows.Forms.DockStyle.Top Me.GroupBox4.Location = New System.Drawing.Point(0, 25) Me.GroupBox4.Name = "GroupBox4" Me.GroupBox4.Size = New System.Drawing.Size(913, 73) Me.GroupBox4.TabIndex = 6 Me.GroupBox4.TabStop = False Me.GroupBox4.Text = "上传信息" ' 'Grid1 ' Me.Grid1.DefaultFont = New System.Drawing.Font("宋体", 9.0!) Me.Grid1.Dock = System.Windows.Forms.DockStyle.Fill Me.Grid1.Location = New System.Drawing.Point(0, 98) Me.Grid1.MouseWheelSpeed = CType(3, Short) Me.Grid1.Name = "Grid1" Me.Grid1.Size = New System.Drawing.Size(913, 697) Me.Grid1.TabIndex = 7 ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(6, 22) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(53, 12) Me.Label1.TabIndex = 0 Me.Label1.Text = "上传用户" ' 'TextBox1 ' Me.TextBox1.Location = New System.Drawing.Point(8, 44) Me.TextBox1.Name = "TextBox1" Me.TextBox1.Size = New System.Drawing.Size(116, 21) Me.TextBox1.TabIndex = 1 ' 'TextBox2 ' Me.TextBox2.Location = New System.Drawing.Point(191, 19) Me.TextBox2.Multiline = True Me.TextBox2.Name = "TextBox2" Me.TextBox2.Size = New System.Drawing.Size(714, 48) Me.TextBox2.TabIndex = 3 ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(132, 22) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(53, 12) Me.Label2.TabIndex = 2 Me.Label2.Text = "上传备注" ' 'GroupBox5 ' Me.GroupBox5.Controls.Add(Me.Button14) Me.GroupBox5.Controls.Add(Me.Button15) Me.GroupBox5.Controls.Add(Me.Button16) Me.GroupBox5.Dock = System.Windows.Forms.DockStyle.Top Me.GroupBox5.Font = New System.Drawing.Font("宋体", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.GroupBox5.Location = New System.Drawing.Point(0, 210) Me.GroupBox5.Name = "GroupBox5" Me.GroupBox5.Size = New System.Drawing.Size(422, 68) Me.GroupBox5.TabIndex = 6 Me.GroupBox5.TabStop = False Me.GroupBox5.Text = "基类" ' 'Button14 ' Me.Button14.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.Button14.Location = New System.Drawing.Point(147, 28) Me.Button14.Name = "Button14" Me.Button14.Size = New System.Drawing.Size(86, 31) Me.Button14.TabIndex = 8 Me.Button14.Text = "预览主机列表" Me.Button14.TextAlign = System.Drawing.ContentAlignment.MiddleLeft Me.Button14.UseVisualStyleBackColor = True ' 'Button15 ' Me.Button15.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.Button15.Location = New System.Drawing.Point(239, 28) Me.Button15.Name = "Button15" Me.Button15.Size = New System.Drawing.Size(86, 31) Me.Button15.TabIndex = 7 Me.Button15.Text = "删除主机模型" Me.Button15.TextAlign = System.Drawing.ContentAlignment.MiddleLeft Me.Button15.UseVisualStyleBackColor = True ' 'Button16 ' Me.Button16.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.Button16.Location = New System.Drawing.Point(331, 28) Me.Button16.Name = "Button16" Me.Button16.Size = New System.Drawing.Size(86, 31) Me.Button16.TabIndex = 6 Me.Button16.Text = "选择设备模型" Me.Button16.TextAlign = System.Drawing.ContentAlignment.MiddleLeft Me.Button16.UseVisualStyleBackColor = True ' 'Button9 ' Me.Button9.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.Button9.Location = New System.Drawing.Point(12, 28) Me.Button9.Name = "Button9" Me.Button9.Size = New System.Drawing.Size(129, 31) Me.Button9.TabIndex = 13 Me.Button9.Text = "预览设备与固件列表" Me.Button9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft Me.Button9.UseVisualStyleBackColor = True ' 'Button5 ' Me.Button5.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.Button5.Location = New System.Drawing.Point(12, 28) Me.Button5.Name = "Button5" Me.Button5.Size = New System.Drawing.Size(129, 31) Me.Button5.TabIndex = 9 Me.Button5.Text = "预览设备与固件列表" Me.Button5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft Me.Button5.UseVisualStyleBackColor = True ' 'Button4 ' Me.Button4.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.Button4.Location = New System.Drawing.Point(12, 28) Me.Button4.Name = "Button4" Me.Button4.Size = New System.Drawing.Size(129, 31) Me.Button4.TabIndex = 4 Me.Button4.Text = "预览设备与固件列表" Me.Button4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft Me.Button4.UseVisualStyleBackColor = True ' 'Form1 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1339, 795) Me.Controls.Add(Me.SplitContainer1) Me.Name = "Form1" Me.Text = "设备与固件" Me.SplitContainer1.Panel1.ResumeLayout(False) Me.SplitContainer1.Panel2.ResumeLayout(False) Me.SplitContainer1.Panel2.PerformLayout() CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).EndInit() Me.SplitContainer1.ResumeLayout(False) Me.GroupBox2.ResumeLayout(False) Me.GroupBox1.ResumeLayout(False) Me.GroupBox3.ResumeLayout(False) Me.ToolStrip1.ResumeLayout(False) Me.ToolStrip1.PerformLayout() Me.GroupBox4.ResumeLayout(False) Me.GroupBox4.PerformLayout() Me.GroupBox5.ResumeLayout(False) Me.ResumeLayout(False) End Sub Friend WithEvents SplitContainer1 As SplitContainer Friend WithEvents GroupBox3 As GroupBox Friend WithEvents GroupBox2 As GroupBox Friend WithEvents GroupBox1 As GroupBox Friend WithEvents Button1 As Button Friend WithEvents Button3 As Button Friend WithEvents Button2 As Button Friend WithEvents Button6 As Button Friend WithEvents Button7 As Button Friend WithEvents Button8 As Button Friend WithEvents Button10 As Button Friend WithEvents Button11 As Button Friend WithEvents Button12 As Button Friend WithEvents ToolStrip1 As ToolStrip Friend WithEvents ToolStripLabel1 As ToolStripLabel Friend WithEvents ToolStripLabel2 As ToolStripLabel Friend WithEvents ToolStripSeparator2 As ToolStripSeparator Friend WithEvents ToolStripButton2 As ToolStripButton Friend WithEvents ToolStripSeparator1 As ToolStripSeparator Friend WithEvents ToolStripButton1 As ToolStripButton Friend WithEvents ToolStripSeparator3 As ToolStripSeparator Friend WithEvents Grid1 As FlexCell.Grid Friend WithEvents GroupBox4 As GroupBox Friend WithEvents TextBox2 As TextBox Friend WithEvents Label2 As Label Friend WithEvents TextBox1 As TextBox Friend WithEvents Label1 As Label Friend WithEvents GroupBox5 As GroupBox Friend WithEvents Button14 As Button Friend WithEvents Button15 As Button Friend WithEvents Button16 As Button Friend WithEvents Button9 As Button Friend WithEvents Button5 As Button Friend WithEvents Button4 As Button End Class