_ Partial Class FrmHotelList 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() Me.Panel3 = New System.Windows.Forms.Panel() Me.Button2 = New System.Windows.Forms.Button() Me.TextBox1 = New System.Windows.Forms.TextBox() Me.Button1 = New System.Windows.Forms.Button() Me.Button5 = New System.Windows.Forms.Button() Me.Grid5 = New FlexCell.Grid() Me.TreeView1 = New System.Windows.Forms.TreeView() Me.LblUserInfo = New System.Windows.Forms.Label() Me.Panel3.SuspendLayout() Me.SuspendLayout() ' 'Panel3 ' Me.Panel3.Controls.Add(Me.Button2) Me.Panel3.Controls.Add(Me.TextBox1) Me.Panel3.Controls.Add(Me.Button1) Me.Panel3.Controls.Add(Me.Button5) Me.Panel3.Controls.Add(Me.Grid5) Me.Panel3.Controls.Add(Me.TreeView1) Me.Panel3.Controls.Add(Me.LblUserInfo) Me.Panel3.Dock = System.Windows.Forms.DockStyle.Fill Me.Panel3.Location = New System.Drawing.Point(0, 0) Me.Panel3.Name = "Panel3" Me.Panel3.Size = New System.Drawing.Size(718, 476) Me.Panel3.TabIndex = 1 ' 'Button2 ' Me.Button2.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.Button2.ForeColor = System.Drawing.SystemColors.ControlText Me.Button2.Location = New System.Drawing.Point(556, 18) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(76, 26) Me.Button2.TabIndex = 12 Me.Button2.Text = "搜索" Me.Button2.UseVisualStyleBackColor = True ' 'TextBox1 ' Me.TextBox1.Location = New System.Drawing.Point(316, 20) Me.TextBox1.Name = "TextBox1" Me.TextBox1.Size = New System.Drawing.Size(219, 21) Me.TextBox1.TabIndex = 11 ' 'Button1 ' Me.Button1.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.Button1.ForeColor = System.Drawing.SystemColors.ControlText Me.Button1.Location = New System.Drawing.Point(556, 111) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(76, 40) Me.Button1.TabIndex = 8 Me.Button1.Text = "退出" Me.Button1.UseVisualStyleBackColor = True ' 'Button5 ' Me.Button5.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.Button5.ForeColor = System.Drawing.Color.Green Me.Button5.Location = New System.Drawing.Point(556, 50) Me.Button5.Name = "Button5" Me.Button5.Size = New System.Drawing.Size(76, 40) Me.Button5.TabIndex = 5 Me.Button5.Text = "选中" Me.Button5.UseVisualStyleBackColor = True ' 'Grid5 ' Me.Grid5.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.Grid5.BackColorActiveCellSel = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(255, Byte), Integer)) Me.Grid5.BackColorBkg = System.Drawing.SystemColors.Control Me.Grid5.BorderColor = System.Drawing.SystemColors.ScrollBar Me.Grid5.BorderStyle = FlexCell.BorderStyleEnum.Light3D Me.Grid5.CheckedImage = Nothing Me.Grid5.DefaultFont = New System.Drawing.Font("宋体", 12.0!) Me.Grid5.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.Grid5.GridColor = System.Drawing.SystemColors.ActiveBorder Me.Grid5.Location = New System.Drawing.Point(280, 50) Me.Grid5.Name = "Grid5" Me.Grid5.ScrollBars = FlexCell.ScrollBarsEnum.Vertical Me.Grid5.Size = New System.Drawing.Size(255, 414) Me.Grid5.TabIndex = 7 Me.Grid5.UncheckedImage = Nothing ' 'TreeView1 ' Me.TreeView1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.TreeView1.Font = New System.Drawing.Font("宋体", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.TreeView1.ForeColor = System.Drawing.Color.DarkCyan Me.TreeView1.LineColor = System.Drawing.Color.Gray Me.TreeView1.Location = New System.Drawing.Point(97, 50) Me.TreeView1.Name = "TreeView1" Me.TreeView1.Size = New System.Drawing.Size(184, 414) Me.TreeView1.TabIndex = 6 ' 'LblUserInfo ' Me.LblUserInfo.AutoSize = True Me.LblUserInfo.Font = New System.Drawing.Font("宋体", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.LblUserInfo.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer)) Me.LblUserInfo.Location = New System.Drawing.Point(55, 22) Me.LblUserInfo.Name = "LblUserInfo" Me.LblUserInfo.Size = New System.Drawing.Size(89, 19) Me.LblUserInfo.TabIndex = 0 Me.LblUserInfo.Text = "欢迎您!" ' 'FrmHotelList ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(718, 476) Me.Controls.Add(Me.Panel3) Me.Name = "FrmHotelList" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "酒店列表" Me.Panel3.ResumeLayout(False) Me.Panel3.PerformLayout() Me.ResumeLayout(False) End Sub Friend WithEvents Panel3 As Panel Friend WithEvents Button5 As Button Friend WithEvents Grid5 As FlexCell.Grid Friend WithEvents TreeView1 As TreeView Friend WithEvents LblUserInfo As Label Friend WithEvents Button1 As Button Friend WithEvents Button2 As Button Friend WithEvents TextBox1 As TextBox End Class