_ Partial Class frm_ProjectSync 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.OK_Button = New System.Windows.Forms.Button() Me.grd_Project_Sync = New FlexCell.Grid() Me.Cancel_Button = New System.Windows.Forms.Button() Me.LblUserInfo = New System.Windows.Forms.Label() Me.lab_CurrentHotel = New System.Windows.Forms.Label() Me.lab_CurrentHotelGroup = New System.Windows.Forms.Label() Me.SuspendLayout ' 'OK_Button ' Me.OK_Button.Anchor = System.Windows.Forms.AnchorStyles.None Me.OK_Button.Font = New System.Drawing.Font("Microsoft Sans Serif", 12!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134,Byte)) Me.OK_Button.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0,Byte),Integer), CType(CType(192,Byte),Integer), CType(CType(0,Byte),Integer)) Me.OK_Button.Image = Global.BLV_Studio.My.Resources.Resources._01664 Me.OK_Button.Location = New System.Drawing.Point(663, 2) Me.OK_Button.Name = "OK_Button" Me.OK_Button.Size = New System.Drawing.Size(154, 36) Me.OK_Button.TabIndex = 14 Me.OK_Button.Text = "确定" Me.OK_Button.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.OK_Button.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText ' 'grd_Project_Sync ' Me.grd_Project_Sync.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left),System.Windows.Forms.AnchorStyles) Me.grd_Project_Sync.BackColorActiveCellSel = System.Drawing.Color.FromArgb(CType(CType(128,Byte),Integer), CType(CType(128,Byte),Integer), CType(CType(255,Byte),Integer)) Me.grd_Project_Sync.BackColorBkg = System.Drawing.SystemColors.Control Me.grd_Project_Sync.BorderColor = System.Drawing.SystemColors.ScrollBar Me.grd_Project_Sync.BorderStyle = FlexCell.BorderStyleEnum.Light3D Me.grd_Project_Sync.CheckedImage = Nothing Me.grd_Project_Sync.DefaultFont = New System.Drawing.Font("宋体", 9.75!) Me.grd_Project_Sync.Font = New System.Drawing.Font("宋体", 9!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134,Byte)) Me.grd_Project_Sync.GridColor = System.Drawing.SystemColors.ActiveBorder Me.grd_Project_Sync.Location = New System.Drawing.Point(3, 82) Me.grd_Project_Sync.Name = "grd_Project_Sync" Me.grd_Project_Sync.ScrollBars = FlexCell.ScrollBarsEnum.Vertical Me.grd_Project_Sync.Size = New System.Drawing.Size(814, 470) Me.grd_Project_Sync.TabIndex = 17 Me.grd_Project_Sync.UncheckedImage = Nothing ' 'Cancel_Button ' Me.Cancel_Button.Anchor = System.Windows.Forms.AnchorStyles.None Me.Cancel_Button.DialogResult = System.Windows.Forms.DialogResult.Cancel Me.Cancel_Button.Font = New System.Drawing.Font("Microsoft Sans Serif", 12!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134,Byte)) Me.Cancel_Button.ForeColor = System.Drawing.Color.Maroon Me.Cancel_Button.Image = Global.BLV_Studio.My.Resources.Resources._01088 Me.Cancel_Button.Location = New System.Drawing.Point(663, 40) Me.Cancel_Button.Name = "Cancel_Button" Me.Cancel_Button.Size = New System.Drawing.Size(154, 36) Me.Cancel_Button.TabIndex = 15 Me.Cancel_Button.Text = "取消" Me.Cancel_Button.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.Cancel_Button.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText ' 'LblUserInfo ' Me.LblUserInfo.AutoSize = true Me.LblUserInfo.Font = New System.Drawing.Font("Microsoft Sans Serif", 12!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134,Byte)) Me.LblUserInfo.ForeColor = System.Drawing.Color.Black Me.LblUserInfo.Location = New System.Drawing.Point(180, -26) Me.LblUserInfo.Name = "LblUserInfo" Me.LblUserInfo.Size = New System.Drawing.Size(94, 20) Me.LblUserInfo.TabIndex = 16 Me.LblUserInfo.Text = "当前选择:" ' 'lab_CurrentHotel ' Me.lab_CurrentHotel.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134,Byte)) Me.lab_CurrentHotel.ForeColor = System.Drawing.Color.Blue Me.lab_CurrentHotel.Location = New System.Drawing.Point(40, 52) Me.lab_CurrentHotel.Name = "lab_CurrentHotel" Me.lab_CurrentHotel.Size = New System.Drawing.Size(280, 27) Me.lab_CurrentHotel.TabIndex = 18 Me.lab_CurrentHotel.Text = "Label3" Me.lab_CurrentHotel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' 'lab_CurrentHotelGroup ' Me.lab_CurrentHotelGroup.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134,Byte)) Me.lab_CurrentHotelGroup.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192,Byte),Integer), CType(CType(0,Byte),Integer), CType(CType(0,Byte),Integer)) Me.lab_CurrentHotelGroup.Location = New System.Drawing.Point(40, 14) Me.lab_CurrentHotelGroup.Name = "lab_CurrentHotelGroup" Me.lab_CurrentHotelGroup.Size = New System.Drawing.Size(280, 27) Me.lab_CurrentHotelGroup.TabIndex = 19 Me.lab_CurrentHotelGroup.Text = "Label3" Me.lab_CurrentHotelGroup.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' 'frm_ProjectSync ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6!, 12!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(821, 555) Me.Controls.Add(Me.OK_Button) Me.Controls.Add(Me.grd_Project_Sync) Me.Controls.Add(Me.Cancel_Button) Me.Controls.Add(Me.LblUserInfo) Me.Controls.Add(Me.lab_CurrentHotel) Me.Controls.Add(Me.lab_CurrentHotelGroup) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog Me.MaximizeBox = false Me.MinimizeBox = false Me.Name = "frm_ProjectSync" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent Me.Text = "frm_ProjectSync" Me.ResumeLayout(false) Me.PerformLayout End Sub Friend WithEvents OK_Button As Button Friend WithEvents grd_Project_Sync As FlexCell.Grid Friend WithEvents Cancel_Button As Button Friend WithEvents LblUserInfo As Label Friend WithEvents lab_CurrentHotel As Label Friend WithEvents lab_CurrentHotelGroup As Label End Class