_ Partial Class UpdataDevMode 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(UpdataDevMode)) Me.SplitContainer1 = New System.Windows.Forms.SplitContainer() Me.Grid1 = New FlexCell.Grid() Me.ToolStrip3 = New System.Windows.Forms.ToolStrip() Me.ToolStripSeparator7 = New System.Windows.Forms.ToolStripSeparator() Me.ToolStripButton4 = New System.Windows.Forms.ToolStripButton() Me.ToolStripSeparator8 = New System.Windows.Forms.ToolStripSeparator() Me.ToolStripButton6 = New System.Windows.Forms.ToolStripButton() Me.ToolStripSeparator9 = New System.Windows.Forms.ToolStripSeparator() Me.ToolStrip1 = New System.Windows.Forms.ToolStrip() Me.ToolStripLabel1 = New System.Windows.Forms.ToolStripLabel() Me.ToolStripLabel3 = New System.Windows.Forms.ToolStripLabel() Me.ToolStripSeparator3 = New System.Windows.Forms.ToolStripSeparator() Me.ToolStripComboBox1 = New System.Windows.Forms.ToolStripComboBox() Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator() Me.ToolStripButton1 = New System.Windows.Forms.ToolStripButton() Me.ToolStripSeparator2 = New System.Windows.Forms.ToolStripSeparator() Me.Grid2 = New FlexCell.Grid() Me.ToolStrip2 = New System.Windows.Forms.ToolStrip() Me.ToolStripLabel2 = New System.Windows.Forms.ToolStripLabel() Me.ToolStripLabel4 = New System.Windows.Forms.ToolStripLabel() Me.ToolStripSeparator6 = New System.Windows.Forms.ToolStripSeparator() Me.ToolStripButton5 = New System.Windows.Forms.ToolStripButton() Me.ToolStripSeparator5 = New System.Windows.Forms.ToolStripSeparator() CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SplitContainer1.Panel1.SuspendLayout() Me.SplitContainer1.Panel2.SuspendLayout() Me.SplitContainer1.SuspendLayout() Me.ToolStrip3.SuspendLayout() Me.ToolStrip1.SuspendLayout() Me.ToolStrip2.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.Grid1) Me.SplitContainer1.Panel1.Controls.Add(Me.ToolStrip3) Me.SplitContainer1.Panel1.Controls.Add(Me.ToolStrip1) ' 'SplitContainer1.Panel2 ' Me.SplitContainer1.Panel2.Controls.Add(Me.Grid2) Me.SplitContainer1.Panel2.Controls.Add(Me.ToolStrip2) Me.SplitContainer1.Size = New System.Drawing.Size(853, 536) Me.SplitContainer1.SplitterDistance = 400 Me.SplitContainer1.TabIndex = 0 ' 'Grid1 ' Me.Grid1.ClearBlankArea = True Me.Grid1.DefaultFont = New System.Drawing.Font("宋体", 9.0!) Me.Grid1.DisplayRowNumber = True Me.Grid1.Dock = System.Windows.Forms.DockStyle.Fill Me.Grid1.Location = New System.Drawing.Point(0, 50) Me.Grid1.MouseWheelSpeed = CType(3, Short) Me.Grid1.Name = "Grid1" Me.Grid1.SelectionMode = FlexCell.SelectionModeEnum.ByRow Me.Grid1.Size = New System.Drawing.Size(400, 486) Me.Grid1.TabIndex = 3 ' 'ToolStrip3 ' Me.ToolStrip3.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripSeparator7, Me.ToolStripButton4, Me.ToolStripSeparator8, Me.ToolStripButton6, Me.ToolStripSeparator9}) Me.ToolStrip3.Location = New System.Drawing.Point(0, 25) Me.ToolStrip3.Name = "ToolStrip3" Me.ToolStrip3.RightToLeft = System.Windows.Forms.RightToLeft.Yes Me.ToolStrip3.Size = New System.Drawing.Size(400, 25) Me.ToolStrip3.TabIndex = 1 Me.ToolStrip3.Text = "ToolStrip3" ' 'ToolStripSeparator7 ' Me.ToolStripSeparator7.Name = "ToolStripSeparator7" Me.ToolStripSeparator7.Size = New System.Drawing.Size(6, 25) ' 'ToolStripButton4 ' Me.ToolStripButton4.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text Me.ToolStripButton4.Image = CType(resources.GetObject("ToolStripButton4.Image"), System.Drawing.Image) Me.ToolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta Me.ToolStripButton4.Name = "ToolStripButton4" Me.ToolStripButton4.Size = New System.Drawing.Size(60, 22) Me.ToolStripButton4.Text = "添加文件" ' 'ToolStripSeparator8 ' Me.ToolStripSeparator8.Name = "ToolStripSeparator8" Me.ToolStripSeparator8.Size = New System.Drawing.Size(6, 25) ' 'ToolStripButton6 ' Me.ToolStripButton6.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text Me.ToolStripButton6.Image = CType(resources.GetObject("ToolStripButton6.Image"), System.Drawing.Image) Me.ToolStripButton6.ImageTransparentColor = System.Drawing.Color.Magenta Me.ToolStripButton6.Name = "ToolStripButton6" Me.ToolStripButton6.Size = New System.Drawing.Size(84, 22) Me.ToolStripButton6.Text = "移除选中文件" ' 'ToolStripSeparator9 ' Me.ToolStripSeparator9.Name = "ToolStripSeparator9" Me.ToolStripSeparator9.Size = New System.Drawing.Size(6, 25) ' 'ToolStrip1 ' Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripLabel1, Me.ToolStripLabel3, Me.ToolStripSeparator3, Me.ToolStripComboBox1, Me.ToolStripSeparator1, Me.ToolStripButton1, Me.ToolStripSeparator2}) Me.ToolStrip1.Location = New System.Drawing.Point(0, 0) Me.ToolStrip1.Name = "ToolStrip1" Me.ToolStrip1.Size = New System.Drawing.Size(400, 25) Me.ToolStrip1.TabIndex = 0 Me.ToolStrip1.Text = "ToolStrip1" ' 'ToolStripLabel1 ' Me.ToolStripLabel1.Name = "ToolStripLabel1" Me.ToolStripLabel1.Size = New System.Drawing.Size(92, 22) Me.ToolStripLabel1.Text = "待上传文件列表" ' 'ToolStripLabel3 ' Me.ToolStripLabel3.Name = "ToolStripLabel3" Me.ToolStripLabel3.Size = New System.Drawing.Size(20, 22) Me.ToolStripLabel3.Text = " " ' 'ToolStripSeparator3 ' Me.ToolStripSeparator3.Name = "ToolStripSeparator3" Me.ToolStripSeparator3.Size = New System.Drawing.Size(6, 25) ' 'ToolStripComboBox1 ' Me.ToolStripComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ToolStripComboBox1.Items.AddRange(New Object() {"485Model", "RCUModel", "BaseModel"}) Me.ToolStripComboBox1.Name = "ToolStripComboBox1" Me.ToolStripComboBox1.Size = New System.Drawing.Size(121, 25) ' '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 = "上传文件" ' 'ToolStripSeparator2 ' Me.ToolStripSeparator2.Name = "ToolStripSeparator2" Me.ToolStripSeparator2.Size = New System.Drawing.Size(6, 25) ' 'Grid2 ' Me.Grid2.DefaultFont = New System.Drawing.Font("宋体", 9.0!) Me.Grid2.Dock = System.Windows.Forms.DockStyle.Fill Me.Grid2.Location = New System.Drawing.Point(0, 25) Me.Grid2.MouseWheelSpeed = CType(3, Short) Me.Grid2.Name = "Grid2" Me.Grid2.SelectionMode = FlexCell.SelectionModeEnum.ByRow Me.Grid2.Size = New System.Drawing.Size(449, 511) Me.Grid2.TabIndex = 2 ' 'ToolStrip2 ' Me.ToolStrip2.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripLabel2, Me.ToolStripLabel4, Me.ToolStripSeparator6, Me.ToolStripButton5, Me.ToolStripSeparator5}) Me.ToolStrip2.Location = New System.Drawing.Point(0, 0) Me.ToolStrip2.Name = "ToolStrip2" Me.ToolStrip2.Size = New System.Drawing.Size(449, 25) Me.ToolStrip2.TabIndex = 1 Me.ToolStrip2.Text = "ToolStrip2" ' 'ToolStripLabel2 ' Me.ToolStripLabel2.Name = "ToolStripLabel2" Me.ToolStripLabel2.Size = New System.Drawing.Size(92, 22) Me.ToolStripLabel2.Text = "已上传文件列表" ' 'ToolStripLabel4 ' Me.ToolStripLabel4.Name = "ToolStripLabel4" Me.ToolStripLabel4.Size = New System.Drawing.Size(24, 22) Me.ToolStripLabel4.Text = " " ' 'ToolStripSeparator6 ' Me.ToolStripSeparator6.Name = "ToolStripSeparator6" Me.ToolStripSeparator6.Size = New System.Drawing.Size(6, 25) ' 'ToolStripButton5 ' Me.ToolStripButton5.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text Me.ToolStripButton5.Image = CType(resources.GetObject("ToolStripButton5.Image"), System.Drawing.Image) Me.ToolStripButton5.ImageTransparentColor = System.Drawing.Color.Magenta Me.ToolStripButton5.Name = "ToolStripButton5" Me.ToolStripButton5.Size = New System.Drawing.Size(60, 22) Me.ToolStripButton5.Text = "删除文件" ' 'ToolStripSeparator5 ' Me.ToolStripSeparator5.Name = "ToolStripSeparator5" Me.ToolStripSeparator5.Size = New System.Drawing.Size(6, 25) ' 'UpdataDevMode ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(853, 536) Me.Controls.Add(Me.SplitContainer1) Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "UpdataDevMode" Me.Text = "UpdataDevMode" Me.SplitContainer1.Panel1.ResumeLayout(False) Me.SplitContainer1.Panel1.PerformLayout() Me.SplitContainer1.Panel2.ResumeLayout(False) Me.SplitContainer1.Panel2.PerformLayout() CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).EndInit() Me.SplitContainer1.ResumeLayout(False) Me.ToolStrip3.ResumeLayout(False) Me.ToolStrip3.PerformLayout() Me.ToolStrip1.ResumeLayout(False) Me.ToolStrip1.PerformLayout() Me.ToolStrip2.ResumeLayout(False) Me.ToolStrip2.PerformLayout() Me.ResumeLayout(False) End Sub Friend WithEvents SplitContainer1 As SplitContainer Friend WithEvents ToolStrip1 As ToolStrip Friend WithEvents Grid2 As FlexCell.Grid Friend WithEvents ToolStrip2 As ToolStrip Friend WithEvents ToolStripLabel2 As ToolStripLabel Friend WithEvents ToolStripLabel4 As ToolStripLabel Friend WithEvents ToolStripSeparator6 As ToolStripSeparator Friend WithEvents ToolStripButton5 As ToolStripButton Friend WithEvents ToolStripSeparator5 As ToolStripSeparator Friend WithEvents Grid1 As FlexCell.Grid Friend WithEvents ToolStrip3 As ToolStrip Friend WithEvents ToolStripSeparator7 As ToolStripSeparator Friend WithEvents ToolStripButton4 As ToolStripButton Friend WithEvents ToolStripSeparator8 As ToolStripSeparator Friend WithEvents ToolStripButton6 As ToolStripButton Friend WithEvents ToolStripSeparator9 As ToolStripSeparator Friend WithEvents ToolStripLabel1 As ToolStripLabel Friend WithEvents ToolStripLabel3 As ToolStripLabel Friend WithEvents ToolStripComboBox1 As ToolStripComboBox Friend WithEvents ToolStripSeparator1 As ToolStripSeparator Friend WithEvents ToolStripButton1 As ToolStripButton Friend WithEvents ToolStripSeparator2 As ToolStripSeparator Friend WithEvents ToolStripSeparator3 As ToolStripSeparator End Class