Partial Class FrmMain 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.components = New System.ComponentModel.Container() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FrmMain)) Dim TreeNode1 As System.Windows.Forms.TreeNode = New System.Windows.Forms.TreeNode("节点2") Dim TreeNode2 As System.Windows.Forms.TreeNode = New System.Windows.Forms.TreeNode("节点3") Dim TreeNode3 As System.Windows.Forms.TreeNode = New System.Windows.Forms.TreeNode("节点4") Dim TreeNode4 As System.Windows.Forms.TreeNode = New System.Windows.Forms.TreeNode("节点1", New System.Windows.Forms.TreeNode() {TreeNode1, TreeNode2, TreeNode3}) Dim TreeNode5 As System.Windows.Forms.TreeNode = New System.Windows.Forms.TreeNode("节点5") Dim TreeNode6 As System.Windows.Forms.TreeNode = New System.Windows.Forms.TreeNode("节点6") Dim TreeNode7 As System.Windows.Forms.TreeNode = New System.Windows.Forms.TreeNode("节点7") Dim TreeNode8 As System.Windows.Forms.TreeNode = New System.Windows.Forms.TreeNode("节点0", New System.Windows.Forms.TreeNode() {TreeNode5, TreeNode6, TreeNode7}) Dim TreeNode9 As System.Windows.Forms.TreeNode = New System.Windows.Forms.TreeNode("节点8") Dim TreeNode10 As System.Windows.Forms.TreeNode = New System.Windows.Forms.TreeNode("节点9") Dim TreeNode11 As System.Windows.Forms.TreeNode = New System.Windows.Forms.TreeNode("节点10") Dim TreeNode12 As System.Windows.Forms.TreeNode = New System.Windows.Forms.TreeNode("节点1", New System.Windows.Forms.TreeNode() {TreeNode9, TreeNode10, TreeNode11}) Dim TreeNode13 As System.Windows.Forms.TreeNode = New System.Windows.Forms.TreeNode("酒店-房型", New System.Windows.Forms.TreeNode() {TreeNode4, TreeNode8, TreeNode12}) Me.MsMain = New System.Windows.Forms.MenuStrip() Me.账户ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.TsmiChangeUser = New System.Windows.Forms.ToolStripMenuItem() Me.切换项目ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.ToolStripSeparator2 = New System.Windows.Forms.ToolStripSeparator() Me.TsmiQuit = New System.Windows.Forms.ToolStripMenuItem() Me.ToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem() Me.关于ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.StatusStrip1 = New System.Windows.Forms.StatusStrip() Me.FtpIcon_lab = New System.Windows.Forms.ToolStripStatusLabel() Me.ToolStripStatusLabel1 = New System.Windows.Forms.ToolStripStatusLabel() Me.ToolStripStatusLabel2 = New System.Windows.Forms.ToolStripStatusLabel() Me.CompileSchedule = New System.Windows.Forms.ToolStripProgressBar() Me.ImgLstMain = New System.Windows.Forms.ImageList(Me.components) Me.CmsEvent = New System.Windows.Forms.ContextMenuStrip(Me.components) Me.TsmiAppDev = New System.Windows.Forms.ToolStripMenuItem() Me.TsmiAddMode = New System.Windows.Forms.ToolStripMenuItem() Me.TsmiAddCondition = New System.Windows.Forms.ToolStripMenuItem() Me.TsmiAddAction = New System.Windows.Forms.ToolStripMenuItem() Me.TsmiRemoveNode = New System.Windows.Forms.ToolStripMenuItem() Me.ToolStripSeparator11 = New System.Windows.Forms.ToolStripSeparator() Me.更新RCU模型ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.更新外设模型ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.更新基类ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.更新条件ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.ToolStripSeparator15 = New System.Windows.Forms.ToolStripSeparator() Me.导出节点ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.导入节点ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.CmsTree = New System.Windows.Forms.ContextMenuStrip(Me.components) Me.CmsTabevent = New System.Windows.Forms.ContextMenuStrip(Me.components) Me.ToolStripMenuItem16 = New System.Windows.Forms.ToolStripMenuItem() Me.ToolStripMenuItem17 = New System.Windows.Forms.ToolStripMenuItem() Me.lab_EditingFileNale = New System.Windows.Forms.Label() Me.CustomInstaller1 = New MySql.Data.MySqlClient.CustomInstaller() Me.TvNodeRightMenu = New System.Windows.Forms.ContextMenuStrip(Me.components) Me.ToolStripMenuItem3 = New System.Windows.Forms.ToolStripMenuItem() Me.ToolStripMenuItem4 = New System.Windows.Forms.ToolStripMenuItem() Me.ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.FileSystemWatcher1 = New System.IO.FileSystemWatcher() Me.BackgroundWorker1 = New System.ComponentModel.BackgroundWorker() Me.CustomInstaller2 = New MySql.Data.MySqlClient.CustomInstaller() Me.PictureBox1 = New System.Windows.Forms.PictureBox() Me.Label2 = New System.Windows.Forms.Label() Me.Button1 = New System.Windows.Forms.Button() Me.TabControl3 = New System.Windows.Forms.TabControl() Me.TabPage5 = New System.Windows.Forms.TabPage() Me.lab_RoomType = New System.Windows.Forms.Label() Me.Label1 = New System.Windows.Forms.Label() Me.lab_HotelGroup_And_Hotel = New System.Windows.Forms.Label() Me.Label3 = New System.Windows.Forms.Label() Me.SplitContainer1 = New System.Windows.Forms.SplitContainer() Me.SplitContainer7 = New System.Windows.Forms.SplitContainer() Me.TabProject = New System.Windows.Forms.TabControl() Me.TabPage1 = New System.Windows.Forms.TabPage() Me.TvwMain = New BLV_Studio.TreeViewEx() Me.TabPage2 = New System.Windows.Forms.TabPage() Me.tv_ResourceTree = New BLV_Studio.TreeViewEx() Me.TabPage3 = New System.Windows.Forms.TabPage() Me.Grid_ErrList = New FlexCell.Grid() Me.TabPage4 = New System.Windows.Forms.TabPage() Me.RtxOutput = New System.Windows.Forms.RichTextBox() Me.RtxColTip = New System.Windows.Forms.RichTextBox() Me.TabControl1 = New System.Windows.Forms.TabControl() Me.Table_Compile = New System.Windows.Forms.TabPage() Me.Table_action = New FlexCell.Grid() Me.toopMax = New System.Windows.Forms.ToolStrip() Me.ToolStripSeparator18 = New System.Windows.Forms.ToolStripSeparator() Me.ToolStripButton7 = New System.Windows.Forms.ToolStripButton() Me.T_OpenfileXML = New System.Windows.Forms.ToolStripButton() Me.ToolStripButton6 = New System.Windows.Forms.ToolStripButton() Me.ToolStripButton8 = New System.Windows.Forms.ToolStripButton() Me.ToolStripSeparator19 = New System.Windows.Forms.ToolStripSeparator() Me.ToolStripButton10 = New System.Windows.Forms.ToolStripButton() Me.ToolStripButton11 = New System.Windows.Forms.ToolStripButton() Me.ToolStripButton13 = New System.Windows.Forms.ToolStripButton() Me.ToolStripButton12 = New System.Windows.Forms.ToolStripButton() Me.ToolStripSeparator20 = New System.Windows.Forms.ToolStripSeparator() Me.ToolStripButton16 = New System.Windows.Forms.ToolStripButton() Me.ToolStripButton14 = New System.Windows.Forms.ToolStripButton() Me.ToolStripButton15 = New System.Windows.Forms.ToolStripButton() Me.ToolStripButton19 = New System.Windows.Forms.ToolStripButton() Me.ToolStripSeparator22 = New System.Windows.Forms.ToolStripSeparator() Me.Tablet_DeleteRow = New System.Windows.Forms.ToolStripButton() Me.ToolStripButton3 = New System.Windows.Forms.ToolStripButton() Me.ToolStripButton9 = New System.Windows.Forms.ToolStripButton() Me.tab_Actions = New System.Windows.Forms.TabPage() Me.GrdEvent = New FlexCell.Grid() Me.ToolStrip4 = New System.Windows.Forms.ToolStrip() Me.ToolStripTextBox1 = New System.Windows.Forms.ToolStripTextBox() Me.ToolStripSplitButton1 = New System.Windows.Forms.ToolStripSplitButton() Me.ToolStripMenuItem7 = New System.Windows.Forms.ToolStripMenuItem() Me.ToolStripMenuItem8 = New System.Windows.Forms.ToolStripMenuItem() Me.ToolStripMenuItem9 = New System.Windows.Forms.ToolStripMenuItem() Me.ToolStripButton1 = New System.Windows.Forms.ToolStripButton() Me.ToolStripSeparator16 = New System.Windows.Forms.ToolStripSeparator() Me.CB_roomName = New System.Windows.Forms.ToolStripComboBox() Me.Toopbt_Devlist = New System.Windows.Forms.ToolStripButton() Me.Panel1 = New System.Windows.Forms.Panel() Me.ProgressBar1 = New System.Windows.Forms.ProgressBar() Me.ToolStrip3 = New System.Windows.Forms.ToolStrip() Me.tsb_Undo = New System.Windows.Forms.ToolStripButton() Me.tsb_Redo = New System.Windows.Forms.ToolStripButton() Me.ToolStripSeparator14 = New System.Windows.Forms.ToolStripSeparator() Me.tsb_InsertRows = New System.Windows.Forms.ToolStripButton() Me.tsb_DeleteRows = New System.Windows.Forms.ToolStripButton() Me.tsb_MoveUp = New System.Windows.Forms.ToolStripButton() Me.tsb_MoveDown = New System.Windows.Forms.ToolStripButton() Me.ToolStripSeparator8 = New System.Windows.Forms.ToolStripSeparator() Me.tsb_CellCopy = New System.Windows.Forms.ToolStripButton() Me.tsb_CellPaste = New System.Windows.Forms.ToolStripButton() Me.tsb_CellCut = New System.Windows.Forms.ToolStripButton() Me.ToolStripSeparator9 = New System.Windows.Forms.ToolStripSeparator() Me.tsb_RowsDisable = New System.Windows.Forms.ToolStripButton() Me.tsb_RowsEnable = New System.Windows.Forms.ToolStripButton() Me.ToolStripSeparator10 = New System.Windows.Forms.ToolStripSeparator() Me.tsb_CellNav_Prev = New System.Windows.Forms.ToolStripButton() Me.tsb_CellNav_Next = New System.Windows.Forms.ToolStripButton() Me.ToolStripSeparator5 = New System.Windows.Forms.ToolStripSeparator() Me.tsb_IsDisableItemShow = New System.Windows.Forms.ToolStripButton() Me.tbn_ExpandAll = New System.Windows.Forms.ToolStripButton() Me.tsb_DefaultView = New System.Windows.Forms.ToolStripButton() Me.tsb_ShowObject = New System.Windows.Forms.ToolStripButton() Me.tsb_ActionGroup = New System.Windows.Forms.ToolStripButton() Me.tsb_HideCondictions = New System.Windows.Forms.ToolStripButton() Me.tsb_HideAttributesRows = New System.Windows.Forms.ToolStripButton() Me.ToolStripSeparator12 = New System.Windows.Forms.ToolStripSeparator() Me.tsb_UpdateAllResourceList = New System.Windows.Forms.ToolStripButton() Me.ToolStripButton2 = New System.Windows.Forms.ToolStripButton() Me.ToolStrip2 = New System.Windows.Forms.ToolStrip() Me.tsb_ReleaseToProjcet = New System.Windows.Forms.ToolStripButton() Me.ToolStripSeparator7 = New System.Windows.Forms.ToolStripSeparator() Me.tsb_RuleCheck = New System.Windows.Forms.ToolStripButton() Me.tsb_Compile = New System.Windows.Forms.ToolStripButton() Me.tsb_DownLoad = New System.Windows.Forms.ToolStripButton() Me.ToolStripSeparator4 = New System.Windows.Forms.ToolStripSeparator() Me.TsBtnNewFile = New System.Windows.Forms.ToolStripButton() Me.TsBtnLoad = New System.Windows.Forms.ToolStripButton() Me.tsb_SaveFile = New System.Windows.Forms.ToolStripButton() Me.TsBtnSaveAs = New System.Windows.Forms.ToolStripButton() Me.tsb_OpenFileFolder = New System.Windows.Forms.ToolStripButton() Me.ToolStripSeparator6 = New System.Windows.Forms.ToolStripSeparator() Me.TsBtnAddModel = New System.Windows.Forms.ToolStripButton() Me.TsBtnAddActions = New System.Windows.Forms.ToolStripButton() Me.TsBtnAddDev = New System.Windows.Forms.ToolStripButton() Me.TsBtnAddCondition = New System.Windows.Forms.ToolStripButton() Me.TsBtnAddAction = New System.Windows.Forms.ToolStripButton() Me.tsb_ExportToExcel = New System.Windows.Forms.ToolStripButton() Me.ToolStripSeparator13 = New System.Windows.Forms.ToolStripSeparator() Me.UploadFirmware_btn = New System.Windows.Forms.ToolStripButton() Me.ToolStripSeparator17 = New System.Windows.Forms.ToolStripSeparator() Me.ToolStrip5 = New System.Windows.Forms.ToolStrip() Me.tab_Pojermanag = New System.Windows.Forms.TabPage() Me.TabControl2 = New System.Windows.Forms.TabControl() Me.TabPage8 = New System.Windows.Forms.TabPage() Me.SplitContainer5 = New System.Windows.Forms.SplitContainer() Me.SplitContainer6 = New System.Windows.Forms.SplitContainer() Me.Button10 = New System.Windows.Forms.Button() Me.Button9 = New System.Windows.Forms.Button() Me.Button8 = New System.Windows.Forms.Button() Me.CreateProject_btn = New System.Windows.Forms.Button() Me.mapping_txt = New System.Windows.Forms.TextBox() Me.Button5 = New System.Windows.Forms.Button() Me.EventITable_tbl = New FlexCell.Grid() Me.ComboBox1 = New System.Windows.Forms.ComboBox() Me.Circulation_btn = New System.Windows.Forms.Button() Me.ManageUser_cbo = New System.Windows.Forms.ComboBox() Me.department_cbo = New System.Windows.Forms.ComboBox() Me.Label36 = New System.Windows.Forms.Label() Me.Label35 = New System.Windows.Forms.Label() Me.Label33 = New System.Windows.Forms.Label() Me.Label32 = New System.Windows.Forms.Label() Me.Panel8 = New System.Windows.Forms.Panel() Me.UserControl11 = New BLV_Studio.UserControl1() Me.ricLabel_Grb = New System.Windows.Forms.Panel() Me.dellabel_btn = New System.Windows.Forms.Button() Me.Addlabel_btn = New System.Windows.Forms.Button() Me.Label29 = New System.Windows.Forms.Label() Me.Label27 = New System.Windows.Forms.Label() Me.Label23 = New System.Windows.Forms.Label() Me.Label21 = New System.Windows.Forms.Label() Me.Label19 = New System.Windows.Forms.Label() Me.Label18 = New System.Windows.Forms.Label() Me.ProjectTitle_lab = New System.Windows.Forms.Label() Me.PojerStart_lab = New System.Windows.Forms.Label() Me.StopTime_lab = New System.Windows.Forms.Label() Me.StartTime_lab = New System.Windows.Forms.Label() Me.handler_lab = New System.Windows.Forms.Label() Me.Label4 = New System.Windows.Forms.Label() Me.Label5 = New System.Windows.Forms.Label() Me.Label26 = New System.Windows.Forms.Label() Me.Label25 = New System.Windows.Forms.Label() Me.TeamManage_tbn = New System.Windows.Forms.TabPage() Me.SplitContainer2 = New System.Windows.Forms.SplitContainer() Me.SplitContainer3 = New System.Windows.Forms.SplitContainer() Me.Label31 = New System.Windows.Forms.Label() Me.Label34 = New System.Windows.Forms.Label() Me.Label15 = New System.Windows.Forms.Label() Me.Label14 = New System.Windows.Forms.Label() Me.PUserHolte_lab = New System.Windows.Forms.Label() Me.PUserVar_lab = New System.Windows.Forms.Label() Me.Label11 = New System.Windows.Forms.Label() Me.Label10 = New System.Windows.Forms.Label() Me.Label8 = New System.Windows.Forms.Label() Me.SplitContainer4 = New System.Windows.Forms.SplitContainer() Me.Panel2 = New System.Windows.Forms.Panel() Me.Panel5 = New System.Windows.Forms.Panel() Me.PUserNum_lab = New System.Windows.Forms.Label() Me.Panel6 = New System.Windows.Forms.Panel() Me.PUserPojerNum_lab = New System.Windows.Forms.Label() Me.Panel4 = New System.Windows.Forms.Panel() Me.PUserSection_lab = New System.Windows.Forms.Label() Me.Panel3 = New System.Windows.Forms.Panel() Me.Label30 = New System.Windows.Forms.Label() Me.PUserLimits_lab = New System.Windows.Forms.Label() Me.PUserName_lab = New System.Windows.Forms.Label() Me.Button4 = New System.Windows.Forms.Button() Me.Button3 = New System.Windows.Forms.Button() Me.Button2 = New System.Windows.Forms.Button() Me.AddMember_btn = New System.Windows.Forms.Button() Me.Grid2 = New FlexCell.Grid() Me.ToolStrip1 = New System.Windows.Forms.ToolStrip() Me.tsb_SetTreeViewVisableOrNot = New System.Windows.Forms.ToolStripButton() Me.ToolStripSeparator3 = New System.Windows.Forms.ToolStripSeparator() Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator() Me.TsBtnChangeProject = New System.Windows.Forms.ToolStripButton() Me.tsb_SyncConfigFiles = New System.Windows.Forms.ToolStripButton() Me.ToolStripButton4 = New System.Windows.Forms.ToolStripButton() Me.ToolStripButton17 = New System.Windows.Forms.ToolStripButton() Me.MsMain.SuspendLayout() Me.StatusStrip1.SuspendLayout() Me.CmsEvent.SuspendLayout() Me.CmsTabevent.SuspendLayout() Me.TvNodeRightMenu.SuspendLayout() CType(Me.FileSystemWatcher1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() Me.TabControl3.SuspendLayout() Me.TabPage5.SuspendLayout() CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SplitContainer1.Panel1.SuspendLayout() Me.SplitContainer1.Panel2.SuspendLayout() Me.SplitContainer1.SuspendLayout() CType(Me.SplitContainer7, System.ComponentModel.ISupportInitialize).BeginInit() Me.SplitContainer7.Panel1.SuspendLayout() Me.SplitContainer7.Panel2.SuspendLayout() Me.SplitContainer7.SuspendLayout() Me.TabProject.SuspendLayout() Me.TabPage1.SuspendLayout() Me.TabPage2.SuspendLayout() Me.TabPage3.SuspendLayout() Me.TabPage4.SuspendLayout() Me.TabControl1.SuspendLayout() Me.Table_Compile.SuspendLayout() Me.toopMax.SuspendLayout() Me.tab_Actions.SuspendLayout() Me.ToolStrip4.SuspendLayout() Me.Panel1.SuspendLayout() Me.ToolStrip3.SuspendLayout() Me.ToolStrip2.SuspendLayout() Me.tab_Pojermanag.SuspendLayout() Me.TabControl2.SuspendLayout() Me.TabPage8.SuspendLayout() CType(Me.SplitContainer5, System.ComponentModel.ISupportInitialize).BeginInit() Me.SplitContainer5.Panel1.SuspendLayout() Me.SplitContainer5.Panel2.SuspendLayout() Me.SplitContainer5.SuspendLayout() CType(Me.SplitContainer6, System.ComponentModel.ISupportInitialize).BeginInit() Me.SplitContainer6.Panel1.SuspendLayout() Me.SplitContainer6.Panel2.SuspendLayout() Me.SplitContainer6.SuspendLayout() Me.Panel8.SuspendLayout() Me.ricLabel_Grb.SuspendLayout() Me.TeamManage_tbn.SuspendLayout() CType(Me.SplitContainer2, System.ComponentModel.ISupportInitialize).BeginInit() Me.SplitContainer2.Panel1.SuspendLayout() Me.SplitContainer2.Panel2.SuspendLayout() Me.SplitContainer2.SuspendLayout() CType(Me.SplitContainer3, System.ComponentModel.ISupportInitialize).BeginInit() Me.SplitContainer3.Panel1.SuspendLayout() Me.SplitContainer3.Panel2.SuspendLayout() Me.SplitContainer3.SuspendLayout() CType(Me.SplitContainer4, System.ComponentModel.ISupportInitialize).BeginInit() Me.SplitContainer4.Panel1.SuspendLayout() Me.SplitContainer4.Panel2.SuspendLayout() Me.SplitContainer4.SuspendLayout() Me.Panel2.SuspendLayout() Me.Panel5.SuspendLayout() Me.Panel6.SuspendLayout() Me.Panel4.SuspendLayout() Me.Panel3.SuspendLayout() Me.ToolStrip1.SuspendLayout() Me.SuspendLayout() ' 'MsMain ' Me.MsMain.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.账户ToolStripMenuItem, Me.ToolStripMenuItem1}) Me.MsMain.Location = New System.Drawing.Point(0, 0) Me.MsMain.Name = "MsMain" Me.MsMain.Size = New System.Drawing.Size(1264, 25) Me.MsMain.TabIndex = 0 Me.MsMain.Text = "MenuStrip1" ' '账户ToolStripMenuItem ' Me.账户ToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.TsmiChangeUser, Me.切换项目ToolStripMenuItem, Me.ToolStripSeparator2, Me.TsmiQuit}) Me.账户ToolStripMenuItem.Name = "账户ToolStripMenuItem" Me.账户ToolStripMenuItem.Size = New System.Drawing.Size(105, 21) Me.账户ToolStripMenuItem.Text = "Switch user(&M)" ' 'TsmiChangeUser ' Me.TsmiChangeUser.Image = CType(resources.GetObject("TsmiChangeUser.Image"), System.Drawing.Image) Me.TsmiChangeUser.Name = "TsmiChangeUser" Me.TsmiChangeUser.Size = New System.Drawing.Size(190, 22) Me.TsmiChangeUser.Text = "Switch user account" ' '切换项目ToolStripMenuItem ' Me.切换项目ToolStripMenuItem.Image = CType(resources.GetObject("切换项目ToolStripMenuItem.Image"), System.Drawing.Image) Me.切换项目ToolStripMenuItem.Name = "切换项目ToolStripMenuItem" Me.切换项目ToolStripMenuItem.Size = New System.Drawing.Size(190, 22) Me.切换项目ToolStripMenuItem.Text = "Switch item" Me.切换项目ToolStripMenuItem.Visible = False ' 'ToolStripSeparator2 ' Me.ToolStripSeparator2.Name = "ToolStripSeparator2" Me.ToolStripSeparator2.Size = New System.Drawing.Size(187, 6) ' 'TsmiQuit ' Me.TsmiQuit.Image = CType(resources.GetObject("TsmiQuit.Image"), System.Drawing.Image) Me.TsmiQuit.Name = "TsmiQuit" Me.TsmiQuit.Size = New System.Drawing.Size(190, 22) Me.TsmiQuit.Text = "Quit" ' 'ToolStripMenuItem1 ' Me.ToolStripMenuItem1.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.关于ToolStripMenuItem}) Me.ToolStripMenuItem1.Name = "ToolStripMenuItem1" Me.ToolStripMenuItem1.Size = New System.Drawing.Size(61, 21) Me.ToolStripMenuItem1.Text = "帮助(&H)" Me.ToolStripMenuItem1.Visible = False ' '关于ToolStripMenuItem ' Me.关于ToolStripMenuItem.Name = "关于ToolStripMenuItem" Me.关于ToolStripMenuItem.Size = New System.Drawing.Size(109, 22) Me.关于ToolStripMenuItem.Text = "关于..." ' 'StatusStrip1 ' Me.StatusStrip1.BackColor = System.Drawing.SystemColors.ButtonHighlight Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.FtpIcon_lab, Me.ToolStripStatusLabel1, Me.ToolStripStatusLabel2, Me.CompileSchedule}) Me.StatusStrip1.Location = New System.Drawing.Point(0, 915) Me.StatusStrip1.Name = "StatusStrip1" Me.StatusStrip1.Size = New System.Drawing.Size(1264, 26) Me.StatusStrip1.TabIndex = 2 Me.StatusStrip1.Text = "StatusStrip1" ' 'FtpIcon_lab ' Me.FtpIcon_lab.AutoSize = False Me.FtpIcon_lab.BackColor = System.Drawing.SystemColors.Control Me.FtpIcon_lab.Image = CType(resources.GetObject("FtpIcon_lab.Image"), System.Drawing.Image) Me.FtpIcon_lab.ImageAlign = System.Drawing.ContentAlignment.MiddleRight Me.FtpIcon_lab.Name = "FtpIcon_lab" Me.FtpIcon_lab.Overflow = System.Windows.Forms.ToolStripItemOverflow.Never Me.FtpIcon_lab.Size = New System.Drawing.Size(75, 21) Me.FtpIcon_lab.Text = "FtpStatus:" Me.FtpIcon_lab.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay ' 'ToolStripStatusLabel1 ' Me.ToolStripStatusLabel1.BackColor = System.Drawing.SystemColors.ButtonFace Me.ToolStripStatusLabel1.BorderSides = CType((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left Or System.Windows.Forms.ToolStripStatusLabelBorderSides.Top) _ Or System.Windows.Forms.ToolStripStatusLabelBorderSides.Right) _ Or System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom), System.Windows.Forms.ToolStripStatusLabelBorderSides) Me.ToolStripStatusLabel1.ForeColor = System.Drawing.SystemColors.ActiveCaptionText Me.ToolStripStatusLabel1.Name = "ToolStripStatusLabel1" Me.ToolStripStatusLabel1.RightToLeftAutoMirrorImage = True Me.ToolStripStatusLabel1.Size = New System.Drawing.Size(56, 21) Me.ToolStripStatusLabel1.Text = "Refresh" ' 'ToolStripStatusLabel2 ' Me.ToolStripStatusLabel2.Name = "ToolStripStatusLabel2" Me.ToolStripStatusLabel2.Size = New System.Drawing.Size(159, 21) Me.ToolStripStatusLabel2.Text = "File compilation progress:" ' 'CompileSchedule ' Me.CompileSchedule.AutoToolTip = True Me.CompileSchedule.BackColor = System.Drawing.SystemColors.ButtonFace Me.CompileSchedule.ForeColor = System.Drawing.Color.MediumSpringGreen Me.CompileSchedule.Name = "CompileSchedule" Me.CompileSchedule.Overflow = System.Windows.Forms.ToolStripItemOverflow.Never Me.CompileSchedule.Size = New System.Drawing.Size(100, 20) Me.CompileSchedule.Value = 100 ' 'ImgLstMain ' Me.ImgLstMain.ImageStream = CType(resources.GetObject("ImgLstMain.ImageStream"), System.Windows.Forms.ImageListStreamer) Me.ImgLstMain.TransparentColor = System.Drawing.Color.Transparent Me.ImgLstMain.Images.SetKeyName(0, "rs485") Me.ImgLstMain.Images.SetKeyName(1, "rs485_gray") Me.ImgLstMain.Images.SetKeyName(2, "blv_icon") Me.ImgLstMain.Images.SetKeyName(3, "blvprj") Me.ImgLstMain.Images.SetKeyName(4, "DI") Me.ImgLstMain.Images.SetKeyName(5, "DI_gray") Me.ImgLstMain.Images.SetKeyName(6, "DIO") Me.ImgLstMain.Images.SetKeyName(7, "DIO_gray") Me.ImgLstMain.Images.SetKeyName(8, "DOUT") Me.ImgLstMain.Images.SetKeyName(9, "DOUT_gray.") Me.ImgLstMain.Images.SetKeyName(10, "LAN") Me.ImgLstMain.Images.SetKeyName(11, "LAN_gray") Me.ImgLstMain.Images.SetKeyName(12, "MUSIC") Me.ImgLstMain.Images.SetKeyName(13, "MUSIC_gray") Me.ImgLstMain.Images.SetKeyName(14, "OTHERS") Me.ImgLstMain.Images.SetKeyName(15, "PB") Me.ImgLstMain.Images.SetKeyName(16, "PB_gray") Me.ImgLstMain.Images.SetKeyName(17, "PWM") Me.ImgLstMain.Images.SetKeyName(18, "PWM_gray") Me.ImgLstMain.Images.SetKeyName(19, "RCU") Me.ImgLstMain.Images.SetKeyName(20, "RELAY") Me.ImgLstMain.Images.SetKeyName(21, "RELAY_gray") Me.ImgLstMain.Images.SetKeyName(22, "Others_gray") Me.ImgLstMain.Images.SetKeyName(23, "01957.ico") Me.ImgLstMain.Images.SetKeyName(24, "03716.ico") Me.ImgLstMain.Images.SetKeyName(25, "04167.ico") Me.ImgLstMain.Images.SetKeyName(26, "05959.ico") Me.ImgLstMain.Images.SetKeyName(27, "06361.ico") Me.ImgLstMain.Images.SetKeyName(28, "06674.ico") Me.ImgLstMain.Images.SetKeyName(29, "07387.ico") Me.ImgLstMain.Images.SetKeyName(30, "09664.ico") Me.ImgLstMain.Images.SetKeyName(31, "09665.ico") Me.ImgLstMain.Images.SetKeyName(32, "09770.ico") Me.ImgLstMain.Images.SetKeyName(33, "10021.ico") Me.ImgLstMain.Images.SetKeyName(34, "03716-gary.ico") Me.ImgLstMain.Images.SetKeyName(35, "01087.ico") Me.ImgLstMain.Images.SetKeyName(36, "01088.ico") Me.ImgLstMain.Images.SetKeyName(37, "场景.ico") Me.ImgLstMain.Images.SetKeyName(38, "动作组.ico") Me.ImgLstMain.Images.SetKeyName(39, "设备组.ico") Me.ImgLstMain.Images.SetKeyName(40, "小宝.ico") Me.ImgLstMain.Images.SetKeyName(41, "00102.ico") Me.ImgLstMain.Images.SetKeyName(42, "00103.ico") Me.ImgLstMain.Images.SetKeyName(43, "05434.ico") Me.ImgLstMain.Images.SetKeyName(44, "09407.ico") Me.ImgLstMain.Images.SetKeyName(45, "Error.ico") Me.ImgLstMain.Images.SetKeyName(46, "OK.ico") Me.ImgLstMain.Images.SetKeyName(47, "Syncerror.png") Me.ImgLstMain.Images.SetKeyName(48, "Syncing.png") Me.ImgLstMain.Images.SetKeyName(49, "SyncTrue.png") Me.ImgLstMain.Images.SetKeyName(50, "Warning.ico") Me.ImgLstMain.Images.SetKeyName(51, "1181_1.jpg") Me.ImgLstMain.Images.SetKeyName(52, "1181_2.jpg") Me.ImgLstMain.Images.SetKeyName(53, "1181_3.jpg") Me.ImgLstMain.Images.SetKeyName(54, "1181_4.jpg") Me.ImgLstMain.Images.SetKeyName(55, "1181_5.jpg") Me.ImgLstMain.Images.SetKeyName(56, "1181_6.jpg") Me.ImgLstMain.Images.SetKeyName(57, "1181_7.jpg") Me.ImgLstMain.Images.SetKeyName(58, "1181_8.jpg") Me.ImgLstMain.Images.SetKeyName(59, "1181_9.jpg") Me.ImgLstMain.Images.SetKeyName(60, "1181_10.jpg") Me.ImgLstMain.Images.SetKeyName(61, "1181_11.jpg") Me.ImgLstMain.Images.SetKeyName(62, "1181_12.jpg") Me.ImgLstMain.Images.SetKeyName(63, "format_Bold_16xLG.png") Me.ImgLstMain.Images.SetKeyName(64, "format_Italics_16xLG.png") Me.ImgLstMain.Images.SetKeyName(65, "VSO_FontColorPicker_withBar_16x.png") ' 'CmsEvent ' Me.CmsEvent.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.TsmiAppDev, Me.TsmiAddMode, Me.TsmiAddCondition, Me.TsmiAddAction, Me.TsmiRemoveNode, Me.ToolStripSeparator11, Me.更新RCU模型ToolStripMenuItem, Me.更新外设模型ToolStripMenuItem, Me.更新基类ToolStripMenuItem, Me.更新条件ToolStripMenuItem, Me.ToolStripSeparator15, Me.导出节点ToolStripMenuItem, Me.导入节点ToolStripMenuItem}) Me.CmsEvent.Name = "CmsEvent" Me.CmsEvent.Size = New System.Drawing.Size(150, 258) ' 'TsmiAppDev ' Me.TsmiAppDev.Name = "TsmiAppDev" Me.TsmiAppDev.Size = New System.Drawing.Size(149, 22) Me.TsmiAppDev.Text = "添加设备" ' 'TsmiAddMode ' Me.TsmiAddMode.Name = "TsmiAddMode" Me.TsmiAddMode.Size = New System.Drawing.Size(149, 22) Me.TsmiAddMode.Text = "添加模式" ' 'TsmiAddCondition ' Me.TsmiAddCondition.Name = "TsmiAddCondition" Me.TsmiAddCondition.Size = New System.Drawing.Size(149, 22) Me.TsmiAddCondition.Text = "添加条件" ' 'TsmiAddAction ' Me.TsmiAddAction.Name = "TsmiAddAction" Me.TsmiAddAction.Size = New System.Drawing.Size(149, 22) Me.TsmiAddAction.Text = "添加动作" ' 'TsmiRemoveNode ' Me.TsmiRemoveNode.Name = "TsmiRemoveNode" Me.TsmiRemoveNode.Size = New System.Drawing.Size(149, 22) Me.TsmiRemoveNode.Text = "移除节点" ' 'ToolStripSeparator11 ' Me.ToolStripSeparator11.Name = "ToolStripSeparator11" Me.ToolStripSeparator11.Size = New System.Drawing.Size(146, 6) ' '更新RCU模型ToolStripMenuItem ' Me.更新RCU模型ToolStripMenuItem.Name = "更新RCU模型ToolStripMenuItem" Me.更新RCU模型ToolStripMenuItem.Size = New System.Drawing.Size(149, 22) Me.更新RCU模型ToolStripMenuItem.Text = "更新RCU模型" ' '更新外设模型ToolStripMenuItem ' Me.更新外设模型ToolStripMenuItem.Name = "更新外设模型ToolStripMenuItem" Me.更新外设模型ToolStripMenuItem.Size = New System.Drawing.Size(149, 22) Me.更新外设模型ToolStripMenuItem.Text = "更新外设模型" ' '更新基类ToolStripMenuItem ' Me.更新基类ToolStripMenuItem.Name = "更新基类ToolStripMenuItem" Me.更新基类ToolStripMenuItem.Size = New System.Drawing.Size(149, 22) Me.更新基类ToolStripMenuItem.Text = "更新类型基类" ' '更新条件ToolStripMenuItem ' Me.更新条件ToolStripMenuItem.Name = "更新条件ToolStripMenuItem" Me.更新条件ToolStripMenuItem.Size = New System.Drawing.Size(149, 22) Me.更新条件ToolStripMenuItem.Text = "更新事件条件" ' 'ToolStripSeparator15 ' Me.ToolStripSeparator15.Name = "ToolStripSeparator15" Me.ToolStripSeparator15.Size = New System.Drawing.Size(146, 6) ' '导出节点ToolStripMenuItem ' Me.导出节点ToolStripMenuItem.Name = "导出节点ToolStripMenuItem" Me.导出节点ToolStripMenuItem.Size = New System.Drawing.Size(149, 22) Me.导出节点ToolStripMenuItem.Text = "导出节点" ' '导入节点ToolStripMenuItem ' Me.导入节点ToolStripMenuItem.Name = "导入节点ToolStripMenuItem" Me.导入节点ToolStripMenuItem.Size = New System.Drawing.Size(149, 22) Me.导入节点ToolStripMenuItem.Text = "导入节点" ' 'CmsTree ' Me.CmsTree.Name = "CmsTree" Me.CmsTree.Size = New System.Drawing.Size(61, 4) ' 'CmsTabevent ' Me.CmsTabevent.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripMenuItem16, Me.ToolStripMenuItem17}) Me.CmsTabevent.Name = "CmsEvent" Me.CmsTabevent.Size = New System.Drawing.Size(183, 48) ' 'ToolStripMenuItem16 ' Me.ToolStripMenuItem16.Name = "ToolStripMenuItem16" Me.ToolStripMenuItem16.Size = New System.Drawing.Size(182, 22) Me.ToolStripMenuItem16.Text = "Copy scene action" ' 'ToolStripMenuItem17 ' Me.ToolStripMenuItem17.Name = "ToolStripMenuItem17" Me.ToolStripMenuItem17.Size = New System.Drawing.Size(182, 22) Me.ToolStripMenuItem17.Text = "Glue scene action" ' 'lab_EditingFileNale ' Me.lab_EditingFileNale.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.lab_EditingFileNale.AutoEllipsis = True Me.lab_EditingFileNale.Font = New System.Drawing.Font("宋体", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.lab_EditingFileNale.ForeColor = System.Drawing.Color.Blue Me.lab_EditingFileNale.Location = New System.Drawing.Point(374, 2) Me.lab_EditingFileNale.Name = "lab_EditingFileNale" Me.lab_EditingFileNale.Size = New System.Drawing.Size(330, 25) Me.lab_EditingFileNale.TabIndex = 13 Me.lab_EditingFileNale.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.lab_EditingFileNale.Visible = False ' 'TvNodeRightMenu ' Me.TvNodeRightMenu.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripMenuItem3, Me.ToolStripMenuItem4, Me.ToolStripMenuItem}) Me.TvNodeRightMenu.Name = "TvNodeRightMenu" Me.TvNodeRightMenu.Size = New System.Drawing.Size(213, 70) ' 'ToolStripMenuItem3 ' Me.ToolStripMenuItem3.Name = "ToolStripMenuItem3" Me.ToolStripMenuItem3.Size = New System.Drawing.Size(212, 22) Me.ToolStripMenuItem3.Text = "Synchronous download" ' 'ToolStripMenuItem4 ' Me.ToolStripMenuItem4.Name = "ToolStripMenuItem4" Me.ToolStripMenuItem4.Size = New System.Drawing.Size(212, 22) Me.ToolStripMenuItem4.Text = "Open file" ' 'ToolStripMenuItem ' Me.ToolStripMenuItem.Name = "ToolStripMenuItem" Me.ToolStripMenuItem.Size = New System.Drawing.Size(212, 22) Me.ToolStripMenuItem.Text = "Version history" ' 'FileSystemWatcher1 ' Me.FileSystemWatcher1.EnableRaisingEvents = True Me.FileSystemWatcher1.SynchronizingObject = Me ' 'PictureBox1 ' Me.PictureBox1.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.PictureBox1.Image = CType(resources.GetObject("PictureBox1.Image"), System.Drawing.Image) Me.PictureBox1.Location = New System.Drawing.Point(1020, 0) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(244, 42) Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox1.TabIndex = 12 Me.PictureBox1.TabStop = False Me.PictureBox1.Visible = False ' 'Label2 ' Me.Label2.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.Label2.Font = New System.Drawing.Font("Calibri", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label2.ForeColor = System.Drawing.Color.Blue Me.Label2.Image = CType(resources.GetObject("Label2.Image"), System.Drawing.Image) Me.Label2.Location = New System.Drawing.Point(703, 28) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(32, 24) Me.Label2.TabIndex = 10 Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' 'Button1 ' Me.Button1.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.Button1.BackColor = System.Drawing.Color.SkyBlue Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup Me.Button1.Location = New System.Drawing.Point(609, 4) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(76, 45) Me.Button1.TabIndex = 4 Me.Button1.Text = "Switch Item" Me.Button1.UseVisualStyleBackColor = False ' 'TabControl3 ' Me.TabControl3.Controls.Add(Me.TabPage5) Me.TabControl3.Dock = System.Windows.Forms.DockStyle.Fill Me.TabControl3.Location = New System.Drawing.Point(0, 25) Me.TabControl3.Name = "TabControl3" Me.TabControl3.SelectedIndex = 0 Me.TabControl3.Size = New System.Drawing.Size(1264, 890) Me.TabControl3.TabIndex = 14 ' 'TabPage5 ' Me.TabPage5.Controls.Add(Me.Label2) Me.TabPage5.Controls.Add(Me.lab_RoomType) Me.TabPage5.Controls.Add(Me.Label1) Me.TabPage5.Controls.Add(Me.lab_HotelGroup_And_Hotel) Me.TabPage5.Controls.Add(Me.Label3) Me.TabPage5.Controls.Add(Me.Button1) Me.TabPage5.Controls.Add(Me.SplitContainer1) Me.TabPage5.Controls.Add(Me.ToolStrip1) Me.TabPage5.Location = New System.Drawing.Point(4, 22) Me.TabPage5.Name = "TabPage5" Me.TabPage5.Padding = New System.Windows.Forms.Padding(3) Me.TabPage5.Size = New System.Drawing.Size(1256, 864) Me.TabPage5.TabIndex = 0 Me.TabPage5.Text = "Edit and modify" Me.TabPage5.UseVisualStyleBackColor = True ' 'lab_RoomType ' Me.lab_RoomType.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.lab_RoomType.AutoEllipsis = True Me.lab_RoomType.Font = New System.Drawing.Font("宋体", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.lab_RoomType.ForeColor = System.Drawing.Color.Blue Me.lab_RoomType.Location = New System.Drawing.Point(729, 29) Me.lab_RoomType.Name = "lab_RoomType" Me.lab_RoomType.Size = New System.Drawing.Size(519, 24) Me.lab_RoomType.TabIndex = 8 Me.lab_RoomType.Text = "酒店名称" Me.lab_RoomType.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' 'Label1 ' Me.Label1.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.Label1.BackColor = System.Drawing.SystemColors.ActiveCaption Me.Label1.Font = New System.Drawing.Font("Calibri", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label1.ForeColor = System.Drawing.Color.Blue Me.Label1.Location = New System.Drawing.Point(697, 2) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(5, 51) Me.Label1.TabIndex = 16 Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'lab_HotelGroup_And_Hotel ' Me.lab_HotelGroup_And_Hotel.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.lab_HotelGroup_And_Hotel.Font = New System.Drawing.Font("宋体", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.lab_HotelGroup_And_Hotel.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer)) Me.lab_HotelGroup_And_Hotel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.lab_HotelGroup_And_Hotel.Location = New System.Drawing.Point(729, 4) Me.lab_HotelGroup_And_Hotel.Name = "lab_HotelGroup_And_Hotel" Me.lab_HotelGroup_And_Hotel.Size = New System.Drawing.Size(519, 24) Me.lab_HotelGroup_And_Hotel.TabIndex = 15 Me.lab_HotelGroup_And_Hotel.Text = "酒店组" Me.lab_HotelGroup_And_Hotel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' 'Label3 ' Me.Label3.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.Label3.Font = New System.Drawing.Font("Calibri", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label3.ForeColor = System.Drawing.Color.Blue Me.Label3.Image = CType(resources.GetObject("Label3.Image"), System.Drawing.Image) Me.Label3.Location = New System.Drawing.Point(703, 4) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(32, 24) Me.Label3.TabIndex = 12 Me.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' 'SplitContainer1 ' Me.SplitContainer1.Dock = System.Windows.Forms.DockStyle.Fill Me.SplitContainer1.Location = New System.Drawing.Point(3, 53) Me.SplitContainer1.Name = "SplitContainer1" ' 'SplitContainer1.Panel1 ' Me.SplitContainer1.Panel1.Controls.Add(Me.SplitContainer7) ' 'SplitContainer1.Panel2 ' Me.SplitContainer1.Panel2.Controls.Add(Me.TabControl1) Me.SplitContainer1.Size = New System.Drawing.Size(1250, 808) Me.SplitContainer1.SplitterDistance = 245 Me.SplitContainer1.TabIndex = 3 ' 'SplitContainer7 ' Me.SplitContainer7.Dock = System.Windows.Forms.DockStyle.Fill Me.SplitContainer7.Location = New System.Drawing.Point(0, 0) Me.SplitContainer7.Name = "SplitContainer7" Me.SplitContainer7.Orientation = System.Windows.Forms.Orientation.Horizontal ' 'SplitContainer7.Panel1 ' Me.SplitContainer7.Panel1.Controls.Add(Me.TabProject) ' 'SplitContainer7.Panel2 ' Me.SplitContainer7.Panel2.Controls.Add(Me.RtxColTip) Me.SplitContainer7.Size = New System.Drawing.Size(245, 808) Me.SplitContainer7.SplitterDistance = 648 Me.SplitContainer7.TabIndex = 2 ' 'TabProject ' Me.TabProject.Controls.Add(Me.TabPage1) Me.TabProject.Controls.Add(Me.TabPage2) Me.TabProject.Controls.Add(Me.TabPage3) Me.TabProject.Controls.Add(Me.TabPage4) Me.TabProject.Dock = System.Windows.Forms.DockStyle.Fill Me.TabProject.Location = New System.Drawing.Point(0, 0) Me.TabProject.Name = "TabProject" Me.TabProject.SelectedIndex = 0 Me.TabProject.Size = New System.Drawing.Size(245, 648) Me.TabProject.TabIndex = 0 ' 'TabPage1 ' Me.TabPage1.Controls.Add(Me.TvwMain) Me.TabPage1.Location = New System.Drawing.Point(4, 22) Me.TabPage1.Name = "TabPage1" Me.TabPage1.Padding = New System.Windows.Forms.Padding(3) Me.TabPage1.Size = New System.Drawing.Size(237, 622) Me.TabPage1.TabIndex = 0 Me.TabPage1.Text = "Item" Me.TabPage1.UseVisualStyleBackColor = True ' 'TvwMain ' Me.TvwMain.CheckBoxes = True Me.TvwMain.Dock = System.Windows.Forms.DockStyle.Fill Me.TvwMain.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.TvwMain.ImageKey = "OTHERS" Me.TvwMain.ImageList = Me.ImgLstMain Me.TvwMain.ItemHeight = 60 Me.TvwMain.Location = New System.Drawing.Point(3, 3) Me.TvwMain.Name = "TvwMain" Me.TvwMain.SelectedImageIndex = 32 Me.TvwMain.Size = New System.Drawing.Size(231, 616) Me.TvwMain.TabIndex = 0 ' 'TabPage2 ' Me.TabPage2.Controls.Add(Me.tv_ResourceTree) Me.TabPage2.Location = New System.Drawing.Point(4, 22) Me.TabPage2.Name = "TabPage2" Me.TabPage2.Padding = New System.Windows.Forms.Padding(3) Me.TabPage2.Size = New System.Drawing.Size(237, 622) Me.TabPage2.TabIndex = 1 Me.TabPage2.Text = "资源管理器" Me.TabPage2.UseVisualStyleBackColor = True ' 'tv_ResourceTree ' Me.tv_ResourceTree.Dock = System.Windows.Forms.DockStyle.Fill Me.tv_ResourceTree.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.tv_ResourceTree.ImageIndex = 35 Me.tv_ResourceTree.ImageList = Me.ImgLstMain Me.tv_ResourceTree.ItemHeight = 60 Me.tv_ResourceTree.Location = New System.Drawing.Point(3, 3) Me.tv_ResourceTree.Name = "tv_ResourceTree" TreeNode1.Name = "节点2" TreeNode1.Text = "节点2" TreeNode2.Name = "节点3" TreeNode2.Text = "节点3" TreeNode3.Name = "节点4" TreeNode3.Text = "节点4" TreeNode4.Name = "动作" TreeNode4.Text = "节点1" TreeNode5.Name = "节点5" TreeNode5.Text = "节点5" TreeNode6.Name = "节点6" TreeNode6.Text = "节点6" TreeNode7.Name = "节点7" TreeNode7.Text = "节点7" TreeNode8.Name = "节点0" TreeNode8.Text = "节点0" TreeNode9.Name = "节点8" TreeNode9.Text = "节点8" TreeNode10.Name = "节点9" TreeNode10.Text = "节点9" TreeNode11.Name = "节点10" TreeNode11.Text = "节点10" TreeNode12.Name = "节点1" TreeNode12.Text = "节点1" TreeNode13.Name = "节点0" TreeNode13.Text = "酒店-房型" Me.tv_ResourceTree.Nodes.AddRange(New System.Windows.Forms.TreeNode() {TreeNode13}) Me.tv_ResourceTree.SelectedImageIndex = 42 Me.tv_ResourceTree.Size = New System.Drawing.Size(231, 616) Me.tv_ResourceTree.TabIndex = 1 ' 'TabPage3 ' Me.TabPage3.Controls.Add(Me.Grid_ErrList) Me.TabPage3.Location = New System.Drawing.Point(4, 22) Me.TabPage3.Name = "TabPage3" Me.TabPage3.Size = New System.Drawing.Size(237, 622) Me.TabPage3.TabIndex = 2 Me.TabPage3.Text = "错误列表" Me.TabPage3.UseVisualStyleBackColor = True ' 'Grid_ErrList ' Me.Grid_ErrList.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.Grid_ErrList.BorderStyle = FlexCell.BorderStyleEnum.None Me.Grid_ErrList.CheckedImage = Nothing Me.Grid_ErrList.Cols = 30 Me.Grid_ErrList.CommentWindowWidth = CType(20, Short) Me.Grid_ErrList.ContextMenuStrip = Me.CmsEvent Me.Grid_ErrList.DefaultFont = New System.Drawing.Font("宋体", 9.75!) Me.Grid_ErrList.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.Grid_ErrList.GridColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer)) Me.Grid_ErrList.Location = New System.Drawing.Point(-2, 0) Me.Grid_ErrList.Name = "Grid_ErrList" Me.Grid_ErrList.Rows = 1 Me.Grid_ErrList.Size = New System.Drawing.Size(348, 699) Me.Grid_ErrList.TabIndex = 3 Me.Grid_ErrList.UncheckedImage = Nothing ' 'TabPage4 ' Me.TabPage4.Controls.Add(Me.RtxOutput) Me.TabPage4.Location = New System.Drawing.Point(4, 22) Me.TabPage4.Name = "TabPage4" Me.TabPage4.Size = New System.Drawing.Size(237, 622) Me.TabPage4.TabIndex = 3 Me.TabPage4.Text = "输出" Me.TabPage4.UseVisualStyleBackColor = True ' 'RtxOutput ' Me.RtxOutput.Dock = System.Windows.Forms.DockStyle.Fill Me.RtxOutput.Location = New System.Drawing.Point(0, 0) Me.RtxOutput.Name = "RtxOutput" Me.RtxOutput.Size = New System.Drawing.Size(237, 622) Me.RtxOutput.TabIndex = 0 Me.RtxOutput.Text = "" ' 'RtxColTip ' Me.RtxColTip.BorderStyle = System.Windows.Forms.BorderStyle.None Me.RtxColTip.Dock = System.Windows.Forms.DockStyle.Fill Me.RtxColTip.Enabled = False Me.RtxColTip.Location = New System.Drawing.Point(0, 0) Me.RtxColTip.Name = "RtxColTip" Me.RtxColTip.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None Me.RtxColTip.Size = New System.Drawing.Size(245, 156) Me.RtxColTip.TabIndex = 3 Me.RtxColTip.Text = "" ' 'TabControl1 ' Me.TabControl1.Controls.Add(Me.Table_Compile) Me.TabControl1.Controls.Add(Me.tab_Actions) Me.TabControl1.Controls.Add(Me.tab_Pojermanag) Me.TabControl1.Dock = System.Windows.Forms.DockStyle.Fill Me.TabControl1.ImageList = Me.ImgLstMain Me.TabControl1.Location = New System.Drawing.Point(0, 0) Me.TabControl1.Name = "TabControl1" Me.TabControl1.SelectedIndex = 0 Me.TabControl1.Size = New System.Drawing.Size(1001, 808) Me.TabControl1.TabIndex = 1 ' 'Table_Compile ' Me.Table_Compile.Controls.Add(Me.Table_action) Me.Table_Compile.Controls.Add(Me.toopMax) Me.Table_Compile.Location = New System.Drawing.Point(4, 23) Me.Table_Compile.Name = "Table_Compile" Me.Table_Compile.Size = New System.Drawing.Size(993, 781) Me.Table_Compile.TabIndex = 7 Me.Table_Compile.Text = "Poi action Settings" Me.Table_Compile.UseVisualStyleBackColor = True ' 'Table_action ' Me.Table_action.CheckedImage = Nothing Me.Table_action.ContextMenuStrip = Me.CmsTabevent Me.Table_action.DefaultFont = New System.Drawing.Font("宋体", 9.0!) Me.Table_action.DefaultRowHeight = CType(25, Short) Me.Table_action.Dock = System.Windows.Forms.DockStyle.Fill Me.Table_action.ExtendLastCol = True Me.Table_action.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.Table_action.GridColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer)) Me.Table_action.Location = New System.Drawing.Point(0, 40) Me.Table_action.Name = "Table_action" Me.Table_action.Size = New System.Drawing.Size(993, 741) Me.Table_action.TabIndex = 3 Me.Table_action.UncheckedImage = Nothing ' 'toopMax ' Me.toopMax.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripSeparator18, Me.ToolStripButton7, Me.T_OpenfileXML, Me.ToolStripButton6, Me.ToolStripButton8, Me.ToolStripSeparator19, Me.ToolStripButton10, Me.ToolStripButton11, Me.ToolStripButton13, Me.ToolStripButton12, Me.ToolStripSeparator20, Me.ToolStripButton16, Me.ToolStripButton14, Me.ToolStripButton15, Me.ToolStripButton19, Me.ToolStripSeparator22, Me.Tablet_DeleteRow, Me.ToolStripButton3, Me.ToolStripButton9}) Me.toopMax.Location = New System.Drawing.Point(0, 0) Me.toopMax.Name = "toopMax" Me.toopMax.Size = New System.Drawing.Size(993, 40) Me.toopMax.TabIndex = 2 Me.toopMax.Text = "添加条件" ' 'ToolStripSeparator18 ' Me.ToolStripSeparator18.Name = "ToolStripSeparator18" Me.ToolStripSeparator18.Size = New System.Drawing.Size(6, 40) ' 'ToolStripButton7 ' Me.ToolStripButton7.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.ToolStripButton7.Image = CType(resources.GetObject("ToolStripButton7.Image"), System.Drawing.Image) Me.ToolStripButton7.ImageTransparentColor = System.Drawing.Color.Magenta Me.ToolStripButton7.Name = "ToolStripButton7" Me.ToolStripButton7.Size = New System.Drawing.Size(60, 37) Me.ToolStripButton7.Text = "Compile" Me.ToolStripButton7.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText Me.ToolStripButton7.ToolTipText = "编译生成二进制文件" ' 'T_OpenfileXML ' Me.T_OpenfileXML.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.T_OpenfileXML.ForeColor = System.Drawing.Color.Black Me.T_OpenfileXML.Image = CType(resources.GetObject("T_OpenfileXML.Image"), System.Drawing.Image) Me.T_OpenfileXML.ImageTransparentColor = System.Drawing.Color.Magenta Me.T_OpenfileXML.Name = "T_OpenfileXML" Me.T_OpenfileXML.Size = New System.Drawing.Size(69, 37) Me.T_OpenfileXML.Text = "New Config" Me.T_OpenfileXML.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText Me.T_OpenfileXML.ToolTipText = "建立一个新文件" ' 'ToolStripButton6 ' Me.ToolStripButton6.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.ToolStripButton6.Enabled = False 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(36, 37) Me.ToolStripButton6.Text = "检查" Me.ToolStripButton6.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText Me.ToolStripButton6.ToolTipText = "自动运行全文检查,确保没有规则错误" Me.ToolStripButton6.Visible = False ' 'ToolStripButton8 ' Me.ToolStripButton8.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(192, Byte), Integer)) Me.ToolStripButton8.Enabled = False Me.ToolStripButton8.Image = CType(resources.GetObject("ToolStripButton8.Image"), System.Drawing.Image) Me.ToolStripButton8.ImageTransparentColor = System.Drawing.Color.Magenta Me.ToolStripButton8.Name = "ToolStripButton8" Me.ToolStripButton8.Size = New System.Drawing.Size(36, 37) Me.ToolStripButton8.Text = "下载" Me.ToolStripButton8.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText Me.ToolStripButton8.ToolTipText = "将配置文件下载到连接的RCU主机" Me.ToolStripButton8.Visible = False ' 'ToolStripSeparator19 ' Me.ToolStripSeparator19.Name = "ToolStripSeparator19" Me.ToolStripSeparator19.Size = New System.Drawing.Size(6, 40) ' 'ToolStripButton10 ' Me.ToolStripButton10.Image = CType(resources.GetObject("ToolStripButton10.Image"), System.Drawing.Image) Me.ToolStripButton10.ImageTransparentColor = System.Drawing.Color.Magenta Me.ToolStripButton10.Name = "ToolStripButton10" Me.ToolStripButton10.Size = New System.Drawing.Size(44, 37) Me.ToolStripButton10.Text = "Open" Me.ToolStripButton10.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText Me.ToolStripButton10.ToolTipText = "从文件打开,未关联至项目视图中选定的房型" ' 'ToolStripButton11 ' Me.ToolStripButton11.Image = CType(resources.GetObject("ToolStripButton11.Image"), System.Drawing.Image) Me.ToolStripButton11.ImageTransparentColor = System.Drawing.Color.Magenta Me.ToolStripButton11.Name = "ToolStripButton11" Me.ToolStripButton11.Size = New System.Drawing.Size(81, 37) Me.ToolStripButton11.Text = "Save Config" Me.ToolStripButton11.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText Me.ToolStripButton11.ToolTipText = "保存到本地文件,未关联至项目视图中选定的房型" ' 'ToolStripButton13 ' Me.ToolStripButton13.Image = CType(resources.GetObject("ToolStripButton13.Image"), System.Drawing.Image) Me.ToolStripButton13.ImageTransparentColor = System.Drawing.Color.Magenta Me.ToolStripButton13.Name = "ToolStripButton13" Me.ToolStripButton13.Size = New System.Drawing.Size(84, 37) Me.ToolStripButton13.Text = "Export Form" Me.ToolStripButton13.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText ' 'ToolStripButton12 ' Me.ToolStripButton12.Image = CType(resources.GetObject("ToolStripButton12.Image"), System.Drawing.Image) Me.ToolStripButton12.ImageTransparentColor = System.Drawing.Color.Magenta Me.ToolStripButton12.Name = "ToolStripButton12" Me.ToolStripButton12.Size = New System.Drawing.Size(56, 37) Me.ToolStripButton12.Text = "Save as" Me.ToolStripButton12.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText Me.ToolStripButton12.ToolTipText = "另存为其他文件名" ' 'ToolStripSeparator20 ' Me.ToolStripSeparator20.Name = "ToolStripSeparator20" Me.ToolStripSeparator20.Size = New System.Drawing.Size(6, 40) ' 'ToolStripButton16 ' Me.ToolStripButton16.ForeColor = System.Drawing.Color.Blue Me.ToolStripButton16.Image = CType(resources.GetObject("ToolStripButton16.Image"), System.Drawing.Image) Me.ToolStripButton16.ImageTransparentColor = System.Drawing.Color.Magenta Me.ToolStripButton16.Name = "ToolStripButton16" Me.ToolStripButton16.Size = New System.Drawing.Size(77, 37) Me.ToolStripButton16.Text = "Add device" Me.ToolStripButton16.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.ToolStripButton16.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText ' 'ToolStripButton14 ' Me.ToolStripButton14.ForeColor = System.Drawing.Color.Blue Me.ToolStripButton14.Image = CType(resources.GetObject("ToolStripButton14.Image"), System.Drawing.Image) Me.ToolStripButton14.ImageTransparentColor = System.Drawing.Color.Magenta Me.ToolStripButton14.Name = "ToolStripButton14" Me.ToolStripButton14.Size = New System.Drawing.Size(73, 37) Me.ToolStripButton14.Text = "Add scene" Me.ToolStripButton14.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText ' 'ToolStripButton15 ' Me.ToolStripButton15.Enabled = False Me.ToolStripButton15.ForeColor = System.Drawing.Color.Blue Me.ToolStripButton15.Image = CType(resources.GetObject("ToolStripButton15.Image"), System.Drawing.Image) Me.ToolStripButton15.ImageTransparentColor = System.Drawing.Color.Magenta Me.ToolStripButton15.Name = "ToolStripButton15" Me.ToolStripButton15.Size = New System.Drawing.Size(72, 37) Me.ToolStripButton15.Text = "添加动作组" Me.ToolStripButton15.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText Me.ToolStripButton15.Visible = False ' 'ToolStripButton19 ' Me.ToolStripButton19.Enabled = False Me.ToolStripButton19.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.ToolStripButton19.ForeColor = System.Drawing.Color.Black Me.ToolStripButton19.Image = CType(resources.GetObject("ToolStripButton19.Image"), System.Drawing.Image) Me.ToolStripButton19.ImageTransparentColor = System.Drawing.Color.Magenta Me.ToolStripButton19.Name = "ToolStripButton19" Me.ToolStripButton19.Size = New System.Drawing.Size(33, 37) Me.ToolStripButton19.Text = "导出" Me.ToolStripButton19.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText Me.ToolStripButton19.ToolTipText = "将文件导出到Excel表格" Me.ToolStripButton19.Visible = False ' 'ToolStripSeparator22 ' Me.ToolStripSeparator22.Name = "ToolStripSeparator22" Me.ToolStripSeparator22.Size = New System.Drawing.Size(6, 40) ' 'Tablet_DeleteRow ' Me.Tablet_DeleteRow.Image = CType(resources.GetObject("Tablet_DeleteRow.Image"), System.Drawing.Image) Me.Tablet_DeleteRow.ImageTransparentColor = System.Drawing.Color.Magenta Me.Tablet_DeleteRow.Name = "Tablet_DeleteRow" Me.Tablet_DeleteRow.Size = New System.Drawing.Size(127, 37) Me.Tablet_DeleteRow.Text = "Delete selected row" Me.Tablet_DeleteRow.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText ' 'ToolStripButton3 ' Me.ToolStripButton3.BackColor = System.Drawing.SystemColors.Info Me.ToolStripButton3.Image = CType(resources.GetObject("ToolStripButton3.Image"), System.Drawing.Image) Me.ToolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta Me.ToolStripButton3.Name = "ToolStripButton3" Me.ToolStripButton3.Size = New System.Drawing.Size(36, 37) Me.ToolStripButton3.Text = "展开" Me.ToolStripButton3.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText Me.ToolStripButton3.ToolTipText = "展开全部节点" Me.ToolStripButton3.Visible = False ' 'ToolStripButton9 ' Me.ToolStripButton9.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.ToolStripButton9.Image = CType(resources.GetObject("ToolStripButton9.Image"), System.Drawing.Image) Me.ToolStripButton9.ImageTransparentColor = System.Drawing.Color.Magenta Me.ToolStripButton9.Name = "ToolStripButton9" Me.ToolStripButton9.Size = New System.Drawing.Size(114, 37) Me.ToolStripButton9.Text = "Publish to project" Me.ToolStripButton9.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText Me.ToolStripButton9.ToolTipText = "将数据发布至项目视图中选定的房型" ' 'tab_Actions ' Me.tab_Actions.Controls.Add(Me.GrdEvent) Me.tab_Actions.Controls.Add(Me.ToolStrip4) Me.tab_Actions.Controls.Add(Me.Panel1) Me.tab_Actions.Controls.Add(Me.ToolStrip3) Me.tab_Actions.Controls.Add(Me.ToolStrip2) Me.tab_Actions.Controls.Add(Me.ToolStrip5) Me.tab_Actions.Location = New System.Drawing.Point(4, 23) Me.tab_Actions.Name = "tab_Actions" Me.tab_Actions.Padding = New System.Windows.Forms.Padding(3) Me.tab_Actions.Size = New System.Drawing.Size(993, 781) Me.tab_Actions.TabIndex = 1 Me.tab_Actions.Text = "动作设置" Me.tab_Actions.UseVisualStyleBackColor = True ' 'GrdEvent ' Me.GrdEvent.BorderStyle = FlexCell.BorderStyleEnum.None Me.GrdEvent.CheckedImage = Nothing Me.GrdEvent.Cols = 30 Me.GrdEvent.CommentWindowWidth = CType(20, Short) Me.GrdEvent.ContextMenuStrip = Me.CmsEvent Me.GrdEvent.DefaultFont = New System.Drawing.Font("宋体", 9.0!) Me.GrdEvent.Dock = System.Windows.Forms.DockStyle.Fill Me.GrdEvent.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.GrdEvent.GridColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer)) Me.GrdEvent.Location = New System.Drawing.Point(3, 108) Me.GrdEvent.Name = "GrdEvent" Me.GrdEvent.Rows = 1 Me.GrdEvent.Size = New System.Drawing.Size(987, 670) Me.GrdEvent.TabIndex = 7 Me.GrdEvent.UncheckedImage = Nothing ' 'ToolStrip4 ' Me.ToolStrip4.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripTextBox1, Me.ToolStripSplitButton1, Me.ToolStripButton1, Me.ToolStripSeparator16, Me.CB_roomName, Me.Toopbt_Devlist}) Me.ToolStrip4.Location = New System.Drawing.Point(3, 83) Me.ToolStrip4.Name = "ToolStrip4" Me.ToolStrip4.Size = New System.Drawing.Size(987, 25) Me.ToolStrip4.TabIndex = 5 Me.ToolStrip4.Text = "ToolStrip4" ' 'ToolStripTextBox1 ' Me.ToolStripTextBox1.BackColor = System.Drawing.SystemColors.ButtonHighlight Me.ToolStripTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.ToolStripTextBox1.Font = New System.Drawing.Font("Microsoft YaHei UI", 9.0!) Me.ToolStripTextBox1.Name = "ToolStripTextBox1" Me.ToolStripTextBox1.ReadOnly = True Me.ToolStripTextBox1.Size = New System.Drawing.Size(100, 25) Me.ToolStripTextBox1.Text = "0 不判断" ' 'ToolStripSplitButton1 ' Me.ToolStripSplitButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text Me.ToolStripSplitButton1.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripMenuItem7, Me.ToolStripMenuItem8, Me.ToolStripMenuItem9}) Me.ToolStripSplitButton1.Image = CType(resources.GetObject("ToolStripSplitButton1.Image"), System.Drawing.Image) Me.ToolStripSplitButton1.ImageTransparentColor = System.Drawing.Color.Magenta Me.ToolStripSplitButton1.Name = "ToolStripSplitButton1" Me.ToolStripSplitButton1.Size = New System.Drawing.Size(16, 22) ' 'ToolStripMenuItem7 ' Me.ToolStripMenuItem7.Name = "ToolStripMenuItem7" Me.ToolStripMenuItem7.Size = New System.Drawing.Size(123, 22) Me.ToolStripMenuItem7.Text = "2 正常" ' 'ToolStripMenuItem8 ' Me.ToolStripMenuItem8.Name = "ToolStripMenuItem8" Me.ToolStripMenuItem8.Size = New System.Drawing.Size(123, 22) Me.ToolStripMenuItem8.Text = "1 锁定" ' 'ToolStripMenuItem9 ' Me.ToolStripMenuItem9.Name = "ToolStripMenuItem9" Me.ToolStripMenuItem9.Size = New System.Drawing.Size(123, 22) Me.ToolStripMenuItem9.Text = "0 不判断" ' '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 = "一键锁定" ' 'ToolStripSeparator16 ' Me.ToolStripSeparator16.Name = "ToolStripSeparator16" Me.ToolStripSeparator16.Size = New System.Drawing.Size(6, 25) ' 'CB_roomName ' Me.CB_roomName.Name = "CB_roomName" Me.CB_roomName.Size = New System.Drawing.Size(121, 25) ' 'Toopbt_Devlist ' Me.Toopbt_Devlist.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text Me.Toopbt_Devlist.Image = CType(resources.GetObject("Toopbt_Devlist.Image"), System.Drawing.Image) Me.Toopbt_Devlist.ImageTransparentColor = System.Drawing.Color.Magenta Me.Toopbt_Devlist.Name = "Toopbt_Devlist" Me.Toopbt_Devlist.Size = New System.Drawing.Size(108, 22) Me.Toopbt_Devlist.Text = "发布房间设备列表" ' 'Panel1 ' Me.Panel1.Controls.Add(Me.ProgressBar1) Me.Panel1.Location = New System.Drawing.Point(62, 537) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(295, 44) Me.Panel1.TabIndex = 4 Me.Panel1.Visible = False ' 'ProgressBar1 ' Me.ProgressBar1.Dock = System.Windows.Forms.DockStyle.Fill Me.ProgressBar1.ForeColor = System.Drawing.Color.Chartreuse Me.ProgressBar1.Location = New System.Drawing.Point(0, 0) Me.ProgressBar1.Name = "ProgressBar1" Me.ProgressBar1.Size = New System.Drawing.Size(295, 44) Me.ProgressBar1.TabIndex = 0 ' 'ToolStrip3 ' Me.ToolStrip3.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tsb_Undo, Me.tsb_Redo, Me.ToolStripSeparator14, Me.tsb_InsertRows, Me.tsb_DeleteRows, Me.tsb_MoveUp, Me.tsb_MoveDown, Me.ToolStripSeparator8, Me.tsb_CellCopy, Me.tsb_CellPaste, Me.tsb_CellCut, Me.ToolStripSeparator9, Me.tsb_RowsDisable, Me.tsb_RowsEnable, Me.ToolStripSeparator10, Me.tsb_CellNav_Prev, Me.tsb_CellNav_Next, Me.ToolStripSeparator5, Me.tsb_IsDisableItemShow, Me.tbn_ExpandAll, Me.tsb_DefaultView, Me.tsb_ShowObject, Me.tsb_ActionGroup, Me.tsb_HideCondictions, Me.tsb_HideAttributesRows, Me.ToolStripSeparator12, Me.tsb_UpdateAllResourceList, Me.ToolStripButton2}) Me.ToolStrip3.Location = New System.Drawing.Point(3, 43) Me.ToolStrip3.Name = "ToolStrip3" Me.ToolStrip3.Size = New System.Drawing.Size(987, 40) Me.ToolStrip3.TabIndex = 3 Me.ToolStrip3.Text = "添加条件" ' 'tsb_Undo ' Me.tsb_Undo.Image = CType(resources.GetObject("tsb_Undo.Image"), System.Drawing.Image) Me.tsb_Undo.ImageTransparentColor = System.Drawing.Color.Magenta Me.tsb_Undo.Name = "tsb_Undo" Me.tsb_Undo.Size = New System.Drawing.Size(36, 37) Me.tsb_Undo.Text = "撤销" Me.tsb_Undo.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText ' 'tsb_Redo ' Me.tsb_Redo.Image = CType(resources.GetObject("tsb_Redo.Image"), System.Drawing.Image) Me.tsb_Redo.ImageTransparentColor = System.Drawing.Color.Magenta Me.tsb_Redo.Name = "tsb_Redo" Me.tsb_Redo.Size = New System.Drawing.Size(36, 37) Me.tsb_Redo.Text = "恢复" Me.tsb_Redo.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText ' 'ToolStripSeparator14 ' Me.ToolStripSeparator14.Name = "ToolStripSeparator14" Me.ToolStripSeparator14.Size = New System.Drawing.Size(6, 40) ' 'tsb_InsertRows ' Me.tsb_InsertRows.Image = CType(resources.GetObject("tsb_InsertRows.Image"), System.Drawing.Image) Me.tsb_InsertRows.ImageTransparentColor = System.Drawing.Color.Magenta Me.tsb_InsertRows.Name = "tsb_InsertRows" Me.tsb_InsertRows.Size = New System.Drawing.Size(48, 37) Me.tsb_InsertRows.Text = "插入行" Me.tsb_InsertRows.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText ' 'tsb_DeleteRows ' Me.tsb_DeleteRows.Image = CType(resources.GetObject("tsb_DeleteRows.Image"), System.Drawing.Image) Me.tsb_DeleteRows.ImageTransparentColor = System.Drawing.Color.Magenta Me.tsb_DeleteRows.Name = "tsb_DeleteRows" Me.tsb_DeleteRows.Size = New System.Drawing.Size(48, 37) Me.tsb_DeleteRows.Text = "删除行" Me.tsb_DeleteRows.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText ' 'tsb_MoveUp ' Me.tsb_MoveUp.Image = CType(resources.GetObject("tsb_MoveUp.Image"), System.Drawing.Image) Me.tsb_MoveUp.ImageTransparentColor = System.Drawing.Color.Magenta Me.tsb_MoveUp.Name = "tsb_MoveUp" Me.tsb_MoveUp.Size = New System.Drawing.Size(36, 37) Me.tsb_MoveUp.Text = "上移" Me.tsb_MoveUp.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText Me.tsb_MoveUp.ToolTipText = "选定行上移" ' 'tsb_MoveDown ' Me.tsb_MoveDown.Image = CType(resources.GetObject("tsb_MoveDown.Image"), System.Drawing.Image) Me.tsb_MoveDown.ImageTransparentColor = System.Drawing.Color.Magenta Me.tsb_MoveDown.Name = "tsb_MoveDown" Me.tsb_MoveDown.Size = New System.Drawing.Size(36, 37) Me.tsb_MoveDown.Text = "下移" Me.tsb_MoveDown.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText Me.tsb_MoveDown.ToolTipText = "选定行向下移动" ' 'ToolStripSeparator8 ' Me.ToolStripSeparator8.Name = "ToolStripSeparator8" Me.ToolStripSeparator8.Size = New System.Drawing.Size(6, 40) ' 'tsb_CellCopy ' Me.tsb_CellCopy.Image = CType(resources.GetObject("tsb_CellCopy.Image"), System.Drawing.Image) Me.tsb_CellCopy.ImageTransparentColor = System.Drawing.Color.Magenta Me.tsb_CellCopy.Name = "tsb_CellCopy" Me.tsb_CellCopy.Size = New System.Drawing.Size(36, 37) Me.tsb_CellCopy.Text = "复制" Me.tsb_CellCopy.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText Me.tsb_CellCopy.ToolTipText = "复制选定单元格" ' 'tsb_CellPaste ' Me.tsb_CellPaste.Image = CType(resources.GetObject("tsb_CellPaste.Image"), System.Drawing.Image) Me.tsb_CellPaste.ImageTransparentColor = System.Drawing.Color.Magenta Me.tsb_CellPaste.Name = "tsb_CellPaste" Me.tsb_CellPaste.Size = New System.Drawing.Size(36, 37) Me.tsb_CellPaste.Text = "粘贴" Me.tsb_CellPaste.TextDirection = System.Windows.Forms.ToolStripTextDirection.Horizontal Me.tsb_CellPaste.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText Me.tsb_CellPaste.ToolTipText = "粘贴选定单元格" ' 'tsb_CellCut ' Me.tsb_CellCut.Image = CType(resources.GetObject("tsb_CellCut.Image"), System.Drawing.Image) Me.tsb_CellCut.ImageTransparentColor = System.Drawing.Color.Magenta Me.tsb_CellCut.Name = "tsb_CellCut" Me.tsb_CellCut.Size = New System.Drawing.Size(36, 37) Me.tsb_CellCut.Text = "剪切" Me.tsb_CellCut.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText Me.tsb_CellCut.ToolTipText = "剪切选定单元格" ' 'ToolStripSeparator9 ' Me.ToolStripSeparator9.Name = "ToolStripSeparator9" Me.ToolStripSeparator9.Size = New System.Drawing.Size(6, 40) ' 'tsb_RowsDisable ' Me.tsb_RowsDisable.Image = CType(resources.GetObject("tsb_RowsDisable.Image"), System.Drawing.Image) Me.tsb_RowsDisable.ImageTransparentColor = System.Drawing.Color.Magenta Me.tsb_RowsDisable.Name = "tsb_RowsDisable" Me.tsb_RowsDisable.Size = New System.Drawing.Size(36, 37) Me.tsb_RowsDisable.Text = "禁用" Me.tsb_RowsDisable.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText Me.tsb_RowsDisable.ToolTipText = "禁用选定行,编译时跳过禁用的行" ' 'tsb_RowsEnable ' Me.tsb_RowsEnable.Image = CType(resources.GetObject("tsb_RowsEnable.Image"), System.Drawing.Image) Me.tsb_RowsEnable.ImageTransparentColor = System.Drawing.Color.Magenta Me.tsb_RowsEnable.Name = "tsb_RowsEnable" Me.tsb_RowsEnable.Size = New System.Drawing.Size(36, 37) Me.tsb_RowsEnable.Text = "启用" Me.tsb_RowsEnable.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText Me.tsb_RowsEnable.ToolTipText = "启用选定行" ' 'ToolStripSeparator10 ' Me.ToolStripSeparator10.Name = "ToolStripSeparator10" Me.ToolStripSeparator10.Size = New System.Drawing.Size(6, 40) ' 'tsb_CellNav_Prev ' Me.tsb_CellNav_Prev.Image = CType(resources.GetObject("tsb_CellNav_Prev.Image"), System.Drawing.Image) Me.tsb_CellNav_Prev.ImageTransparentColor = System.Drawing.Color.Magenta Me.tsb_CellNav_Prev.Name = "tsb_CellNav_Prev" Me.tsb_CellNav_Prev.Size = New System.Drawing.Size(36, 37) Me.tsb_CellNav_Prev.Text = "向前" Me.tsb_CellNav_Prev.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText Me.tsb_CellNav_Prev.ToolTipText = "向前导航" ' 'tsb_CellNav_Next ' Me.tsb_CellNav_Next.Image = CType(resources.GetObject("tsb_CellNav_Next.Image"), System.Drawing.Image) Me.tsb_CellNav_Next.ImageTransparentColor = System.Drawing.Color.Magenta Me.tsb_CellNav_Next.Name = "tsb_CellNav_Next" Me.tsb_CellNav_Next.Size = New System.Drawing.Size(36, 37) Me.tsb_CellNav_Next.Text = "向后" Me.tsb_CellNav_Next.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText Me.tsb_CellNav_Next.ToolTipText = "向后导航" ' 'ToolStripSeparator5 ' Me.ToolStripSeparator5.Name = "ToolStripSeparator5" Me.ToolStripSeparator5.Size = New System.Drawing.Size(6, 40) ' 'tsb_IsDisableItemShow ' Me.tsb_IsDisableItemShow.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer)) Me.tsb_IsDisableItemShow.Image = CType(resources.GetObject("tsb_IsDisableItemShow.Image"), System.Drawing.Image) Me.tsb_IsDisableItemShow.ImageTransparentColor = System.Drawing.Color.Magenta Me.tsb_IsDisableItemShow.Name = "tsb_IsDisableItemShow" Me.tsb_IsDisableItemShow.Size = New System.Drawing.Size(60, 37) Me.tsb_IsDisableItemShow.Text = "显示禁用" Me.tsb_IsDisableItemShow.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText ' 'tbn_ExpandAll ' Me.tbn_ExpandAll.BackColor = System.Drawing.SystemColors.Info Me.tbn_ExpandAll.Image = CType(resources.GetObject("tbn_ExpandAll.Image"), System.Drawing.Image) Me.tbn_ExpandAll.ImageTransparentColor = System.Drawing.Color.Magenta Me.tbn_ExpandAll.Name = "tbn_ExpandAll" Me.tbn_ExpandAll.Size = New System.Drawing.Size(36, 37) Me.tbn_ExpandAll.Text = "展开" Me.tbn_ExpandAll.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText Me.tbn_ExpandAll.ToolTipText = "展开全部节点" ' 'tsb_DefaultView ' Me.tsb_DefaultView.BackColor = System.Drawing.SystemColors.Info Me.tsb_DefaultView.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.tsb_DefaultView.ForeColor = System.Drawing.Color.Blue Me.tsb_DefaultView.Image = CType(resources.GetObject("tsb_DefaultView.Image"), System.Drawing.Image) Me.tsb_DefaultView.ImageTransparentColor = System.Drawing.Color.Magenta Me.tsb_DefaultView.Name = "tsb_DefaultView" Me.tsb_DefaultView.Size = New System.Drawing.Size(35, 37) Me.tsb_DefaultView.Text = "默认" Me.tsb_DefaultView.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText Me.tsb_DefaultView.ToolTipText = "恢复默认视图模式" ' 'tsb_ShowObject ' Me.tsb_ShowObject.BackColor = System.Drawing.SystemColors.Info Me.tsb_ShowObject.Image = CType(resources.GetObject("tsb_ShowObject.Image"), System.Drawing.Image) Me.tsb_ShowObject.ImageTransparentColor = System.Drawing.Color.Magenta Me.tsb_ShowObject.Name = "tsb_ShowObject" Me.tsb_ShowObject.Size = New System.Drawing.Size(36, 37) Me.tsb_ShowObject.Text = "对象" Me.tsb_ShowObject.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText Me.tsb_ShowObject.ToolTipText = "仅显示对象" ' 'tsb_ActionGroup ' Me.tsb_ActionGroup.BackColor = System.Drawing.SystemColors.Info Me.tsb_ActionGroup.Image = CType(resources.GetObject("tsb_ActionGroup.Image"), System.Drawing.Image) Me.tsb_ActionGroup.ImageTransparentColor = System.Drawing.Color.Magenta Me.tsb_ActionGroup.Name = "tsb_ActionGroup" Me.tsb_ActionGroup.Size = New System.Drawing.Size(48, 37) Me.tsb_ActionGroup.Text = "动作组" Me.tsb_ActionGroup.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText Me.tsb_ActionGroup.ToolTipText = "仅显示动作组" ' 'tsb_HideCondictions ' Me.tsb_HideCondictions.BackColor = System.Drawing.SystemColors.GradientInactiveCaption Me.tsb_HideCondictions.Image = CType(resources.GetObject("tsb_HideCondictions.Image"), System.Drawing.Image) Me.tsb_HideCondictions.ImageTransparentColor = System.Drawing.Color.Magenta Me.tsb_HideCondictions.Name = "tsb_HideCondictions" Me.tsb_HideCondictions.Size = New System.Drawing.Size(36, 37) Me.tsb_HideCondictions.Text = "条件" Me.tsb_HideCondictions.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText Me.tsb_HideCondictions.ToolTipText = "隐藏条件节点" ' 'tsb_HideAttributesRows ' Me.tsb_HideAttributesRows.BackColor = System.Drawing.SystemColors.GradientInactiveCaption Me.tsb_HideAttributesRows.Image = CType(resources.GetObject("tsb_HideAttributesRows.Image"), System.Drawing.Image) Me.tsb_HideAttributesRows.ImageTransparentColor = System.Drawing.Color.Magenta Me.tsb_HideAttributesRows.Name = "tsb_HideAttributesRows" Me.tsb_HideAttributesRows.Size = New System.Drawing.Size(36, 37) Me.tsb_HideAttributesRows.Text = "属性" Me.tsb_HideAttributesRows.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText Me.tsb_HideAttributesRows.ToolTipText = "隐藏属性节点" ' 'ToolStripSeparator12 ' Me.ToolStripSeparator12.Name = "ToolStripSeparator12" Me.ToolStripSeparator12.Size = New System.Drawing.Size(6, 40) ' 'tsb_UpdateAllResourceList ' Me.tsb_UpdateAllResourceList.Image = CType(resources.GetObject("tsb_UpdateAllResourceList.Image"), System.Drawing.Image) Me.tsb_UpdateAllResourceList.ImageTransparentColor = System.Drawing.Color.Magenta Me.tsb_UpdateAllResourceList.Name = "tsb_UpdateAllResourceList" Me.tsb_UpdateAllResourceList.Size = New System.Drawing.Size(36, 37) Me.tsb_UpdateAllResourceList.Text = "资源" Me.tsb_UpdateAllResourceList.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText Me.tsb_UpdateAllResourceList.ToolTipText = "刷新资源管理器" ' 'ToolStripButton2 ' 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(36, 37) Me.ToolStripButton2.Text = "版本" Me.ToolStripButton2.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText ' 'ToolStrip2 ' Me.ToolStrip2.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tsb_ReleaseToProjcet, Me.ToolStripSeparator7, Me.tsb_RuleCheck, Me.tsb_Compile, Me.tsb_DownLoad, Me.ToolStripSeparator4, Me.TsBtnNewFile, Me.TsBtnLoad, Me.tsb_SaveFile, Me.TsBtnSaveAs, Me.tsb_OpenFileFolder, Me.ToolStripSeparator6, Me.TsBtnAddModel, Me.TsBtnAddActions, Me.TsBtnAddDev, Me.TsBtnAddCondition, Me.TsBtnAddAction, Me.tsb_ExportToExcel, Me.ToolStripSeparator13, Me.UploadFirmware_btn, Me.ToolStripSeparator17}) Me.ToolStrip2.Location = New System.Drawing.Point(3, 3) Me.ToolStrip2.Name = "ToolStrip2" Me.ToolStrip2.Size = New System.Drawing.Size(987, 40) Me.ToolStrip2.TabIndex = 1 Me.ToolStrip2.Text = "添加条件" ' 'tsb_ReleaseToProjcet ' Me.tsb_ReleaseToProjcet.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.tsb_ReleaseToProjcet.Image = CType(resources.GetObject("tsb_ReleaseToProjcet.Image"), System.Drawing.Image) Me.tsb_ReleaseToProjcet.ImageTransparentColor = System.Drawing.Color.Magenta Me.tsb_ReleaseToProjcet.Name = "tsb_ReleaseToProjcet" Me.tsb_ReleaseToProjcet.Size = New System.Drawing.Size(72, 37) Me.tsb_ReleaseToProjcet.Text = "发布到项目" Me.tsb_ReleaseToProjcet.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText Me.tsb_ReleaseToProjcet.ToolTipText = "将数据发布至项目视图中选定的房型" ' 'ToolStripSeparator7 ' Me.ToolStripSeparator7.Name = "ToolStripSeparator7" Me.ToolStripSeparator7.Size = New System.Drawing.Size(6, 40) ' 'tsb_RuleCheck ' Me.tsb_RuleCheck.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.tsb_RuleCheck.Image = CType(resources.GetObject("tsb_RuleCheck.Image"), System.Drawing.Image) Me.tsb_RuleCheck.ImageTransparentColor = System.Drawing.Color.Magenta Me.tsb_RuleCheck.Name = "tsb_RuleCheck" Me.tsb_RuleCheck.Size = New System.Drawing.Size(36, 37) Me.tsb_RuleCheck.Text = "检查" Me.tsb_RuleCheck.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText Me.tsb_RuleCheck.ToolTipText = "自动运行全文检查,确保没有规则错误" ' 'tsb_Compile ' Me.tsb_Compile.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.tsb_Compile.Image = CType(resources.GetObject("tsb_Compile.Image"), System.Drawing.Image) Me.tsb_Compile.ImageTransparentColor = System.Drawing.Color.Magenta Me.tsb_Compile.Name = "tsb_Compile" Me.tsb_Compile.Size = New System.Drawing.Size(36, 37) Me.tsb_Compile.Text = "编译" Me.tsb_Compile.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText Me.tsb_Compile.ToolTipText = "编译生成二进制文件" ' 'tsb_DownLoad ' Me.tsb_DownLoad.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(192, Byte), Integer)) Me.tsb_DownLoad.Image = CType(resources.GetObject("tsb_DownLoad.Image"), System.Drawing.Image) Me.tsb_DownLoad.ImageTransparentColor = System.Drawing.Color.Magenta Me.tsb_DownLoad.Name = "tsb_DownLoad" Me.tsb_DownLoad.Size = New System.Drawing.Size(36, 37) Me.tsb_DownLoad.Text = "下载" Me.tsb_DownLoad.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText Me.tsb_DownLoad.ToolTipText = "将配置文件下载到连接的RCU主机" ' 'ToolStripSeparator4 ' Me.ToolStripSeparator4.Name = "ToolStripSeparator4" Me.ToolStripSeparator4.Size = New System.Drawing.Size(6, 40) ' 'TsBtnNewFile ' Me.TsBtnNewFile.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.TsBtnNewFile.ForeColor = System.Drawing.Color.Black Me.TsBtnNewFile.Image = CType(resources.GetObject("TsBtnNewFile.Image"), System.Drawing.Image) Me.TsBtnNewFile.ImageTransparentColor = System.Drawing.Color.Magenta Me.TsBtnNewFile.Name = "TsBtnNewFile" Me.TsBtnNewFile.Size = New System.Drawing.Size(33, 37) Me.TsBtnNewFile.Text = "新建" Me.TsBtnNewFile.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText Me.TsBtnNewFile.ToolTipText = "建立一个新文件" ' 'TsBtnLoad ' Me.TsBtnLoad.Image = CType(resources.GetObject("TsBtnLoad.Image"), System.Drawing.Image) Me.TsBtnLoad.ImageTransparentColor = System.Drawing.Color.Magenta Me.TsBtnLoad.Name = "TsBtnLoad" Me.TsBtnLoad.Size = New System.Drawing.Size(36, 37) Me.TsBtnLoad.Text = "打开" Me.TsBtnLoad.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText Me.TsBtnLoad.ToolTipText = "从文件打开,未关联至项目视图中选定的房型" ' 'tsb_SaveFile ' Me.tsb_SaveFile.Image = CType(resources.GetObject("tsb_SaveFile.Image"), System.Drawing.Image) Me.tsb_SaveFile.ImageTransparentColor = System.Drawing.Color.Magenta Me.tsb_SaveFile.Name = "tsb_SaveFile" Me.tsb_SaveFile.Size = New System.Drawing.Size(36, 37) Me.tsb_SaveFile.Text = "保存" Me.tsb_SaveFile.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText Me.tsb_SaveFile.ToolTipText = "保存到本地文件,未关联至项目视图中选定的房型" ' 'TsBtnSaveAs ' Me.TsBtnSaveAs.Image = CType(resources.GetObject("TsBtnSaveAs.Image"), System.Drawing.Image) Me.TsBtnSaveAs.ImageTransparentColor = System.Drawing.Color.Magenta Me.TsBtnSaveAs.Name = "TsBtnSaveAs" Me.TsBtnSaveAs.Size = New System.Drawing.Size(48, 37) Me.TsBtnSaveAs.Text = "另存为" Me.TsBtnSaveAs.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText Me.TsBtnSaveAs.ToolTipText = "另存为其他文件名" ' 'tsb_OpenFileFolder ' Me.tsb_OpenFileFolder.Image = CType(resources.GetObject("tsb_OpenFileFolder.Image"), System.Drawing.Image) Me.tsb_OpenFileFolder.ImageTransparentColor = System.Drawing.Color.Magenta Me.tsb_OpenFileFolder.Name = "tsb_OpenFileFolder" Me.tsb_OpenFileFolder.Size = New System.Drawing.Size(36, 37) Me.tsb_OpenFileFolder.Text = "目录" Me.tsb_OpenFileFolder.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText Me.tsb_OpenFileFolder.ToolTipText = "打开配置文件所在的目录" ' 'ToolStripSeparator6 ' Me.ToolStripSeparator6.Name = "ToolStripSeparator6" Me.ToolStripSeparator6.Size = New System.Drawing.Size(6, 40) ' 'TsBtnAddModel ' Me.TsBtnAddModel.ForeColor = System.Drawing.Color.Blue Me.TsBtnAddModel.Image = CType(resources.GetObject("TsBtnAddModel.Image"), System.Drawing.Image) Me.TsBtnAddModel.ImageTransparentColor = System.Drawing.Color.Magenta Me.TsBtnAddModel.Name = "TsBtnAddModel" Me.TsBtnAddModel.Size = New System.Drawing.Size(60, 37) Me.TsBtnAddModel.Text = "添加场景" Me.TsBtnAddModel.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText ' 'TsBtnAddActions ' Me.TsBtnAddActions.ForeColor = System.Drawing.Color.Blue Me.TsBtnAddActions.Image = CType(resources.GetObject("TsBtnAddActions.Image"), System.Drawing.Image) Me.TsBtnAddActions.ImageTransparentColor = System.Drawing.Color.Magenta Me.TsBtnAddActions.Name = "TsBtnAddActions" Me.TsBtnAddActions.Size = New System.Drawing.Size(72, 37) Me.TsBtnAddActions.Text = "添加动作组" Me.TsBtnAddActions.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText ' 'TsBtnAddDev ' Me.TsBtnAddDev.ForeColor = System.Drawing.Color.Blue Me.TsBtnAddDev.Image = CType(resources.GetObject("TsBtnAddDev.Image"), System.Drawing.Image) Me.TsBtnAddDev.ImageTransparentColor = System.Drawing.Color.Magenta Me.TsBtnAddDev.Name = "TsBtnAddDev" Me.TsBtnAddDev.Size = New System.Drawing.Size(60, 37) Me.TsBtnAddDev.Text = "添加设备" Me.TsBtnAddDev.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.TsBtnAddDev.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText ' 'TsBtnAddCondition ' Me.TsBtnAddCondition.ForeColor = System.Drawing.Color.Blue Me.TsBtnAddCondition.Image = CType(resources.GetObject("TsBtnAddCondition.Image"), System.Drawing.Image) Me.TsBtnAddCondition.ImageTransparentColor = System.Drawing.Color.Magenta Me.TsBtnAddCondition.Name = "TsBtnAddCondition" Me.TsBtnAddCondition.Size = New System.Drawing.Size(60, 37) Me.TsBtnAddCondition.Text = "添加条件" Me.TsBtnAddCondition.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText ' 'TsBtnAddAction ' Me.TsBtnAddAction.ForeColor = System.Drawing.Color.Blue Me.TsBtnAddAction.Image = CType(resources.GetObject("TsBtnAddAction.Image"), System.Drawing.Image) Me.TsBtnAddAction.ImageTransparentColor = System.Drawing.Color.Magenta Me.TsBtnAddAction.Name = "TsBtnAddAction" Me.TsBtnAddAction.Size = New System.Drawing.Size(60, 37) Me.TsBtnAddAction.Text = "添加动作" Me.TsBtnAddAction.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText ' 'tsb_ExportToExcel ' Me.tsb_ExportToExcel.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.tsb_ExportToExcel.ForeColor = System.Drawing.Color.Black Me.tsb_ExportToExcel.Image = CType(resources.GetObject("tsb_ExportToExcel.Image"), System.Drawing.Image) Me.tsb_ExportToExcel.ImageTransparentColor = System.Drawing.Color.Magenta Me.tsb_ExportToExcel.Name = "tsb_ExportToExcel" Me.tsb_ExportToExcel.Size = New System.Drawing.Size(33, 37) Me.tsb_ExportToExcel.Text = "导出" Me.tsb_ExportToExcel.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText Me.tsb_ExportToExcel.ToolTipText = "将文件导出到Excel表格" ' 'ToolStripSeparator13 ' Me.ToolStripSeparator13.Name = "ToolStripSeparator13" Me.ToolStripSeparator13.Size = New System.Drawing.Size(6, 40) ' 'UploadFirmware_btn ' Me.UploadFirmware_btn.ForeColor = System.Drawing.Color.Blue Me.UploadFirmware_btn.Image = CType(resources.GetObject("UploadFirmware_btn.Image"), System.Drawing.Image) Me.UploadFirmware_btn.ImageTransparentColor = System.Drawing.Color.Magenta Me.UploadFirmware_btn.Name = "UploadFirmware_btn" Me.UploadFirmware_btn.Size = New System.Drawing.Size(60, 37) Me.UploadFirmware_btn.Text = "上传固件" Me.UploadFirmware_btn.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText ' 'ToolStripSeparator17 ' Me.ToolStripSeparator17.Name = "ToolStripSeparator17" Me.ToolStripSeparator17.Size = New System.Drawing.Size(6, 40) ' 'ToolStrip5 ' Me.ToolStrip5.Location = New System.Drawing.Point(3, 3) Me.ToolStrip5.Name = "ToolStrip5" Me.ToolStrip5.Size = New System.Drawing.Size(998, 25) Me.ToolStrip5.TabIndex = 6 Me.ToolStrip5.Text = "添加条件" Me.ToolStrip5.Visible = False ' 'tab_Pojermanag ' Me.tab_Pojermanag.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None Me.tab_Pojermanag.Controls.Add(Me.TabControl2) Me.tab_Pojermanag.ImeMode = System.Windows.Forms.ImeMode.Disable Me.tab_Pojermanag.Location = New System.Drawing.Point(4, 23) Me.tab_Pojermanag.Name = "tab_Pojermanag" Me.tab_Pojermanag.Padding = New System.Windows.Forms.Padding(3) Me.tab_Pojermanag.Size = New System.Drawing.Size(993, 781) Me.tab_Pojermanag.TabIndex = 5 ' 'TabControl2 ' Me.TabControl2.Controls.Add(Me.TabPage8) Me.TabControl2.Controls.Add(Me.TeamManage_tbn) Me.TabControl2.Dock = System.Windows.Forms.DockStyle.Fill Me.TabControl2.ImageList = Me.ImgLstMain Me.TabControl2.Location = New System.Drawing.Point(3, 3) Me.TabControl2.Name = "TabControl2" Me.TabControl2.SelectedIndex = 0 Me.TabControl2.Size = New System.Drawing.Size(987, 775) Me.TabControl2.TabIndex = 0 Me.TabControl2.Visible = False ' 'TabPage8 ' Me.TabPage8.Controls.Add(Me.SplitContainer5) Me.TabPage8.ImageKey = "Warning.ico" Me.TabPage8.Location = New System.Drawing.Point(4, 23) Me.TabPage8.Name = "TabPage8" Me.TabPage8.Size = New System.Drawing.Size(979, 748) Me.TabPage8.TabIndex = 2 Me.TabPage8.Text = "项目管理" Me.TabPage8.UseVisualStyleBackColor = True ' 'SplitContainer5 ' Me.SplitContainer5.Dock = System.Windows.Forms.DockStyle.Fill Me.SplitContainer5.Location = New System.Drawing.Point(0, 0) Me.SplitContainer5.Name = "SplitContainer5" ' 'SplitContainer5.Panel1 ' Me.SplitContainer5.Panel1.Controls.Add(Me.SplitContainer6) ' 'SplitContainer5.Panel2 ' Me.SplitContainer5.Panel2.Controls.Add(Me.ComboBox1) Me.SplitContainer5.Panel2.Controls.Add(Me.Circulation_btn) Me.SplitContainer5.Panel2.Controls.Add(Me.ManageUser_cbo) Me.SplitContainer5.Panel2.Controls.Add(Me.department_cbo) Me.SplitContainer5.Panel2.Controls.Add(Me.Label36) Me.SplitContainer5.Panel2.Controls.Add(Me.Label35) Me.SplitContainer5.Panel2.Controls.Add(Me.Label33) Me.SplitContainer5.Panel2.Controls.Add(Me.Label32) Me.SplitContainer5.Panel2.Controls.Add(Me.Panel8) Me.SplitContainer5.Panel2.Controls.Add(Me.ricLabel_Grb) Me.SplitContainer5.Panel2.Controls.Add(Me.Label29) Me.SplitContainer5.Panel2.Controls.Add(Me.Label27) Me.SplitContainer5.Panel2.Controls.Add(Me.Label23) Me.SplitContainer5.Panel2.Controls.Add(Me.Label21) Me.SplitContainer5.Panel2.Controls.Add(Me.Label19) Me.SplitContainer5.Panel2.Controls.Add(Me.Label18) Me.SplitContainer5.Panel2.Controls.Add(Me.ProjectTitle_lab) Me.SplitContainer5.Panel2.Controls.Add(Me.PojerStart_lab) Me.SplitContainer5.Panel2.Controls.Add(Me.StopTime_lab) Me.SplitContainer5.Panel2.Controls.Add(Me.StartTime_lab) Me.SplitContainer5.Panel2.Controls.Add(Me.handler_lab) Me.SplitContainer5.Panel2.Controls.Add(Me.Label4) Me.SplitContainer5.Panel2.Controls.Add(Me.Label5) Me.SplitContainer5.Panel2.Controls.Add(Me.Label26) Me.SplitContainer5.Panel2.Controls.Add(Me.Label25) Me.SplitContainer5.Panel2.Font = New System.Drawing.Font("宋体", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.SplitContainer5.Size = New System.Drawing.Size(979, 748) Me.SplitContainer5.SplitterDistance = 367 Me.SplitContainer5.TabIndex = 0 ' 'SplitContainer6 ' Me.SplitContainer6.Dock = System.Windows.Forms.DockStyle.Fill Me.SplitContainer6.Location = New System.Drawing.Point(0, 0) Me.SplitContainer6.Name = "SplitContainer6" Me.SplitContainer6.Orientation = System.Windows.Forms.Orientation.Horizontal ' 'SplitContainer6.Panel1 ' Me.SplitContainer6.Panel1.BackColor = System.Drawing.Color.LightBlue Me.SplitContainer6.Panel1.Controls.Add(Me.Button10) Me.SplitContainer6.Panel1.Controls.Add(Me.Button9) Me.SplitContainer6.Panel1.Controls.Add(Me.Button8) Me.SplitContainer6.Panel1.Controls.Add(Me.CreateProject_btn) Me.SplitContainer6.Panel1.Controls.Add(Me.mapping_txt) Me.SplitContainer6.Panel1.Controls.Add(Me.Button5) ' 'SplitContainer6.Panel2 ' Me.SplitContainer6.Panel2.Controls.Add(Me.EventITable_tbl) Me.SplitContainer6.Size = New System.Drawing.Size(367, 748) Me.SplitContainer6.SplitterDistance = 153 Me.SplitContainer6.TabIndex = 0 ' 'Button10 ' Me.Button10.Location = New System.Drawing.Point(6, 48) Me.Button10.Name = "Button10" Me.Button10.Size = New System.Drawing.Size(148, 40) Me.Button10.TabIndex = 3 Me.Button10.Text = "刷新项目列表" Me.Button10.UseVisualStyleBackColor = True ' 'Button9 ' Me.Button9.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.Button9.ImageKey = "Warning.ico" Me.Button9.ImageList = Me.ImgLstMain Me.Button9.Location = New System.Drawing.Point(160, 48) Me.Button9.Name = "Button9" Me.Button9.Size = New System.Drawing.Size(148, 40) Me.Button9.TabIndex = 3 Me.Button9.Text = "快速定位消息" Me.Button9.UseVisualStyleBackColor = True ' 'Button8 ' Me.Button8.Location = New System.Drawing.Point(160, 6) Me.Button8.Name = "Button8" Me.Button8.Size = New System.Drawing.Size(148, 40) Me.Button8.TabIndex = 3 Me.Button8.Text = "一键删除已完成项目" Me.Button8.UseVisualStyleBackColor = True ' 'CreateProject_btn ' Me.CreateProject_btn.Location = New System.Drawing.Point(6, 6) Me.CreateProject_btn.Name = "CreateProject_btn" Me.CreateProject_btn.Size = New System.Drawing.Size(148, 40) Me.CreateProject_btn.TabIndex = 2 Me.CreateProject_btn.Text = "新建" Me.CreateProject_btn.UseVisualStyleBackColor = True ' 'mapping_txt ' Me.mapping_txt.Location = New System.Drawing.Point(6, 90) Me.mapping_txt.Multiline = True Me.mapping_txt.Name = "mapping_txt" Me.mapping_txt.Size = New System.Drawing.Size(246, 29) Me.mapping_txt.TabIndex = 1 ' 'Button5 ' Me.Button5.Location = New System.Drawing.Point(249, 90) Me.Button5.Name = "Button5" Me.Button5.Size = New System.Drawing.Size(59, 29) Me.Button5.TabIndex = 0 Me.Button5.Text = "搜索" Me.Button5.UseVisualStyleBackColor = True ' 'EventITable_tbl ' Me.EventITable_tbl.BackColor1 = System.Drawing.Color.WhiteSmoke Me.EventITable_tbl.BorderStyle = FlexCell.BorderStyleEnum.None Me.EventITable_tbl.CheckedImage = Nothing Me.EventITable_tbl.Cols = 8 Me.EventITable_tbl.CommentWindowWidth = CType(20, Short) Me.EventITable_tbl.ContextMenuStrip = Me.CmsEvent Me.EventITable_tbl.DefaultFont = New System.Drawing.Font("宋体", 9.0!) Me.EventITable_tbl.Dock = System.Windows.Forms.DockStyle.Fill Me.EventITable_tbl.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.EventITable_tbl.GridColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer)) Me.EventITable_tbl.Location = New System.Drawing.Point(0, 0) Me.EventITable_tbl.Name = "EventITable_tbl" Me.EventITable_tbl.Rows = 10 Me.EventITable_tbl.Size = New System.Drawing.Size(367, 591) Me.EventITable_tbl.TabIndex = 3 Me.EventITable_tbl.UncheckedImage = Nothing ' 'ComboBox1 ' Me.ComboBox1.BackColor = System.Drawing.Color.FloralWhite Me.ComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox1.FormattingEnabled = True Me.ComboBox1.Items.AddRange(New Object() {"提交事务", "开始处理", "处理完成", "正在验证", "验证通过", "验证不通过", "增加评论"}) Me.ComboBox1.Location = New System.Drawing.Point(166, 106) Me.ComboBox1.Name = "ComboBox1" Me.ComboBox1.Size = New System.Drawing.Size(74, 24) Me.ComboBox1.TabIndex = 91 ' 'Circulation_btn ' Me.Circulation_btn.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.Circulation_btn.Location = New System.Drawing.Point(505, 103) Me.Circulation_btn.Name = "Circulation_btn" Me.Circulation_btn.Size = New System.Drawing.Size(66, 27) Me.Circulation_btn.TabIndex = 90 Me.Circulation_btn.Text = "流转" Me.Circulation_btn.UseVisualStyleBackColor = True ' 'ManageUser_cbo ' Me.ManageUser_cbo.BackColor = System.Drawing.Color.FloralWhite Me.ManageUser_cbo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ManageUser_cbo.FormattingEnabled = True Me.ManageUser_cbo.Location = New System.Drawing.Point(420, 105) Me.ManageUser_cbo.Name = "ManageUser_cbo" Me.ManageUser_cbo.Size = New System.Drawing.Size(79, 24) Me.ManageUser_cbo.TabIndex = 88 ' 'department_cbo ' Me.department_cbo.BackColor = System.Drawing.Color.FloralWhite Me.department_cbo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.department_cbo.FormattingEnabled = True Me.department_cbo.Location = New System.Drawing.Point(282, 105) Me.department_cbo.Name = "department_cbo" Me.department_cbo.Size = New System.Drawing.Size(79, 24) Me.department_cbo.TabIndex = 86 ' 'Label36 ' Me.Label36.ImageIndex = 0 Me.Label36.ImageList = Me.ImgLstMain Me.Label36.Location = New System.Drawing.Point(423, 58) Me.Label36.Name = "Label36" Me.Label36.Size = New System.Drawing.Size(40, 43) Me.Label36.TabIndex = 85 ' 'Label35 ' Me.Label35.ImageIndex = 0 Me.Label35.ImageList = Me.ImgLstMain Me.Label35.Location = New System.Drawing.Point(279, 58) Me.Label35.Name = "Label35" Me.Label35.Size = New System.Drawing.Size(40, 43) Me.Label35.TabIndex = 84 ' 'Label33 ' Me.Label33.ImageIndex = 0 Me.Label33.ImageList = Me.ImgLstMain Me.Label33.Location = New System.Drawing.Point(141, 58) Me.Label33.Name = "Label33" Me.Label33.Size = New System.Drawing.Size(40, 43) Me.Label33.TabIndex = 83 ' 'Label32 ' Me.Label32.ImageIndex = 0 Me.Label32.ImageList = Me.ImgLstMain Me.Label32.Location = New System.Drawing.Point(5, 58) Me.Label32.Name = "Label32" Me.Label32.Size = New System.Drawing.Size(40, 43) Me.Label32.TabIndex = 66 ' 'Panel8 ' Me.Panel8.Controls.Add(Me.UserControl11) Me.Panel8.Dock = System.Windows.Forms.DockStyle.Bottom Me.Panel8.Location = New System.Drawing.Point(0, 126) Me.Panel8.Name = "Panel8" Me.Panel8.Size = New System.Drawing.Size(608, 622) Me.Panel8.TabIndex = 82 ' 'UserControl11 ' Me.UserControl11.Dock = System.Windows.Forms.DockStyle.Fill Me.UserControl11.Location = New System.Drawing.Point(0, 0) Me.UserControl11.Margin = New System.Windows.Forms.Padding(4) Me.UserControl11.Name = "UserControl11" Me.UserControl11.Size = New System.Drawing.Size(608, 622) Me.UserControl11.TabIndex = 0 ' 'ricLabel_Grb ' Me.ricLabel_Grb.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.ricLabel_Grb.AutoScroll = True Me.ricLabel_Grb.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ricLabel_Grb.BackColor = System.Drawing.Color.WhiteSmoke Me.ricLabel_Grb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.ricLabel_Grb.Controls.Add(Me.dellabel_btn) Me.ricLabel_Grb.Controls.Add(Me.Addlabel_btn) Me.ricLabel_Grb.Location = New System.Drawing.Point(7, 150) Me.ricLabel_Grb.Name = "ricLabel_Grb" Me.ricLabel_Grb.Size = New System.Drawing.Size(596, 0) Me.ricLabel_Grb.TabIndex = 81 ' 'dellabel_btn ' Me.dellabel_btn.BackColor = System.Drawing.Color.WhiteSmoke Me.dellabel_btn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None Me.dellabel_btn.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.dellabel_btn.ForeColor = System.Drawing.Color.SandyBrown Me.dellabel_btn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.dellabel_btn.ImageIndex = 36 Me.dellabel_btn.ImageList = Me.ImgLstMain Me.dellabel_btn.Location = New System.Drawing.Point(89, 3) Me.dellabel_btn.Name = "dellabel_btn" Me.dellabel_btn.Size = New System.Drawing.Size(80, 29) Me.dellabel_btn.TabIndex = 5 Me.dellabel_btn.Text = "删除标签" Me.dellabel_btn.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.dellabel_btn.UseVisualStyleBackColor = False ' 'Addlabel_btn ' Me.Addlabel_btn.BackColor = System.Drawing.Color.WhiteSmoke Me.Addlabel_btn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None Me.Addlabel_btn.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.Addlabel_btn.ForeColor = System.Drawing.Color.SandyBrown Me.Addlabel_btn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.Addlabel_btn.ImageIndex = 22 Me.Addlabel_btn.ImageList = Me.ImgLstMain Me.Addlabel_btn.Location = New System.Drawing.Point(3, 3) Me.Addlabel_btn.Name = "Addlabel_btn" Me.Addlabel_btn.Size = New System.Drawing.Size(80, 29) Me.Addlabel_btn.TabIndex = 4 Me.Addlabel_btn.Text = "添加标签" Me.Addlabel_btn.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.Addlabel_btn.UseVisualStyleBackColor = False ' 'Label29 ' Me.Label29.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.Label29.ForeColor = System.Drawing.Color.DodgerBlue Me.Label29.Location = New System.Drawing.Point(5, 131) Me.Label29.Name = "Label29" Me.Label29.Size = New System.Drawing.Size(40, 19) Me.Label29.TabIndex = 80 Me.Label29.Text = "标签:" Me.Label29.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'Label27 ' Me.Label27.BackColor = System.Drawing.Color.Khaki Me.Label27.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.Label27.ForeColor = System.Drawing.SystemColors.ControlLightLight Me.Label27.Location = New System.Drawing.Point(48, 105) Me.Label27.Name = "Label27" Me.Label27.Size = New System.Drawing.Size(53, 24) Me.Label27.TabIndex = 78 Me.Label27.Text = "优先级" Me.Label27.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'Label23 ' Me.Label23.Font = New System.Drawing.Font("宋体", 6.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.Label23.ForeColor = System.Drawing.Color.DarkBlue Me.Label23.Location = New System.Drawing.Point(469, 84) Me.Label23.Name = "Label23" Me.Label23.Size = New System.Drawing.Size(60, 13) Me.Label23.TabIndex = 75 Me.Label23.Text = "截止时间" Me.Label23.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' 'Label21 ' Me.Label21.Font = New System.Drawing.Font("宋体", 6.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.Label21.ForeColor = System.Drawing.Color.DarkBlue Me.Label21.Location = New System.Drawing.Point(325, 84) Me.Label21.Name = "Label21" Me.Label21.Size = New System.Drawing.Size(60, 13) Me.Label21.TabIndex = 72 Me.Label21.Text = "开始时间" Me.Label21.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' 'Label19 ' Me.Label19.Font = New System.Drawing.Font("宋体", 6.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.Label19.ForeColor = System.Drawing.Color.DarkBlue Me.Label19.Location = New System.Drawing.Point(180, 84) Me.Label19.Name = "Label19" Me.Label19.Size = New System.Drawing.Size(60, 13) Me.Label19.TabIndex = 69 Me.Label19.Text = "处理人" Me.Label19.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' 'Label18 ' Me.Label18.Font = New System.Drawing.Font("宋体", 6.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.Label18.ForeColor = System.Drawing.Color.DarkBlue Me.Label18.Location = New System.Drawing.Point(44, 84) Me.Label18.Name = "Label18" Me.Label18.Size = New System.Drawing.Size(60, 13) Me.Label18.TabIndex = 66 Me.Label18.Text = "当前状态" Me.Label18.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' 'ProjectTitle_lab ' Me.ProjectTitle_lab.BackColor = System.Drawing.Color.LightSkyBlue Me.ProjectTitle_lab.Dock = System.Windows.Forms.DockStyle.Top Me.ProjectTitle_lab.Location = New System.Drawing.Point(0, 0) Me.ProjectTitle_lab.Name = "ProjectTitle_lab" Me.ProjectTitle_lab.Size = New System.Drawing.Size(608, 54) Me.ProjectTitle_lab.TabIndex = 0 Me.ProjectTitle_lab.Text = "标题:BLV_Studio V4.2 增加配置管理功能" Me.ProjectTitle_lab.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' 'PojerStart_lab ' Me.PojerStart_lab.ForeColor = System.Drawing.Color.CornflowerBlue Me.PojerStart_lab.Location = New System.Drawing.Point(44, 58) Me.PojerStart_lab.Name = "PojerStart_lab" Me.PojerStart_lab.Size = New System.Drawing.Size(91, 24) Me.PojerStart_lab.TabIndex = 65 Me.PojerStart_lab.Text = "进行中" Me.PojerStart_lab.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' 'StopTime_lab ' Me.StopTime_lab.ForeColor = System.Drawing.Color.CornflowerBlue Me.StopTime_lab.Location = New System.Drawing.Point(467, 61) Me.StopTime_lab.Name = "StopTime_lab" Me.StopTime_lab.Size = New System.Drawing.Size(79, 24) Me.StopTime_lab.TabIndex = 74 Me.StopTime_lab.Text = "9月30日" Me.StopTime_lab.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' 'StartTime_lab ' Me.StartTime_lab.ForeColor = System.Drawing.Color.CornflowerBlue Me.StartTime_lab.Location = New System.Drawing.Point(325, 61) Me.StartTime_lab.Name = "StartTime_lab" Me.StartTime_lab.Size = New System.Drawing.Size(92, 24) Me.StartTime_lab.TabIndex = 71 Me.StartTime_lab.Text = "6月22日" Me.StartTime_lab.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' 'handler_lab ' Me.handler_lab.ForeColor = System.Drawing.Color.CornflowerBlue Me.handler_lab.Location = New System.Drawing.Point(180, 58) Me.handler_lab.Name = "handler_lab" Me.handler_lab.Size = New System.Drawing.Size(79, 24) Me.handler_lab.TabIndex = 68 Me.handler_lab.Text = "高腾飞" Me.handler_lab.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' 'Label4 ' Me.Label4.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.Label4.ForeColor = System.Drawing.Color.DodgerBlue Me.Label4.Location = New System.Drawing.Point(245, 103) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(41, 29) Me.Label4.TabIndex = 87 Me.Label4.Text = "部门:" Me.Label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'Label5 ' Me.Label5.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.Label5.ForeColor = System.Drawing.Color.DodgerBlue Me.Label5.Location = New System.Drawing.Point(361, 103) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(57, 29) Me.Label5.TabIndex = 89 Me.Label5.Text = "处理人:" Me.Label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'Label26 ' Me.Label26.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.Label26.ForeColor = System.Drawing.Color.DodgerBlue Me.Label26.Location = New System.Drawing.Point(106, 102) Me.Label26.Name = "Label26" Me.Label26.Size = New System.Drawing.Size(63, 31) Me.Label26.TabIndex = 77 Me.Label26.Text = "任务类别:" Me.Label26.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'Label25 ' Me.Label25.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.Label25.ForeColor = System.Drawing.Color.DodgerBlue Me.Label25.Location = New System.Drawing.Point(5, 102) Me.Label25.Name = "Label25" Me.Label25.Size = New System.Drawing.Size(48, 31) Me.Label25.TabIndex = 76 Me.Label25.Text = "优先级:" Me.Label25.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'TeamManage_tbn ' Me.TeamManage_tbn.BackColor = System.Drawing.Color.White Me.TeamManage_tbn.Controls.Add(Me.SplitContainer2) Me.TeamManage_tbn.Location = New System.Drawing.Point(4, 23) Me.TeamManage_tbn.Name = "TeamManage_tbn" Me.TeamManage_tbn.Padding = New System.Windows.Forms.Padding(3) Me.TeamManage_tbn.Size = New System.Drawing.Size(979, 748) Me.TeamManage_tbn.TabIndex = 0 Me.TeamManage_tbn.Text = "用户信息" ' 'SplitContainer2 ' Me.SplitContainer2.Dock = System.Windows.Forms.DockStyle.Fill Me.SplitContainer2.Location = New System.Drawing.Point(3, 3) Me.SplitContainer2.Name = "SplitContainer2" Me.SplitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal ' 'SplitContainer2.Panel1 ' Me.SplitContainer2.Panel1.Controls.Add(Me.SplitContainer3) ' 'SplitContainer2.Panel2 ' Me.SplitContainer2.Panel2.BackColor = System.Drawing.Color.Gainsboro Me.SplitContainer2.Panel2.Controls.Add(Me.Grid2) Me.SplitContainer2.Size = New System.Drawing.Size(973, 742) Me.SplitContainer2.SplitterDistance = 241 Me.SplitContainer2.TabIndex = 7 ' 'SplitContainer3 ' Me.SplitContainer3.Dock = System.Windows.Forms.DockStyle.Fill Me.SplitContainer3.Location = New System.Drawing.Point(0, 0) Me.SplitContainer3.Name = "SplitContainer3" ' 'SplitContainer3.Panel1 ' Me.SplitContainer3.Panel1.BackColor = System.Drawing.Color.Gainsboro Me.SplitContainer3.Panel1.Controls.Add(Me.Label31) Me.SplitContainer3.Panel1.Controls.Add(Me.Label34) Me.SplitContainer3.Panel1.Controls.Add(Me.Label15) Me.SplitContainer3.Panel1.Controls.Add(Me.Label14) Me.SplitContainer3.Panel1.Controls.Add(Me.PUserHolte_lab) Me.SplitContainer3.Panel1.Controls.Add(Me.PUserVar_lab) Me.SplitContainer3.Panel1.Controls.Add(Me.Label11) Me.SplitContainer3.Panel1.Controls.Add(Me.Label10) Me.SplitContainer3.Panel1.Controls.Add(Me.Label8) Me.SplitContainer3.Panel1.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) ' 'SplitContainer3.Panel2 ' Me.SplitContainer3.Panel2.Controls.Add(Me.SplitContainer4) Me.SplitContainer3.Size = New System.Drawing.Size(973, 241) Me.SplitContainer3.SplitterDistance = 313 Me.SplitContainer3.TabIndex = 7 ' 'Label31 ' Me.Label31.ImageIndex = 4 Me.Label31.ImageList = Me.ImgLstMain Me.Label31.Location = New System.Drawing.Point(49, 34) Me.Label31.Name = "Label31" Me.Label31.Size = New System.Drawing.Size(198, 144) Me.Label31.TabIndex = 66 ' 'Label34 ' Me.Label34.ForeColor = System.Drawing.Color.DarkGray Me.Label34.Location = New System.Drawing.Point(146, 242) Me.Label34.Name = "Label34" Me.Label34.Size = New System.Drawing.Size(11, 67) Me.Label34.TabIndex = 62 Me.Label34.Text = "|||||" ' 'Label15 ' Me.Label15.AutoSize = True Me.Label15.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.Label15.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer)) Me.Label15.Location = New System.Drawing.Point(194, 324) Me.Label15.Name = "Label15" Me.Label15.Size = New System.Drawing.Size(63, 14) Me.Label15.TabIndex = 7 Me.Label15.Text = "默认酒店" ' 'Label14 ' Me.Label14.AutoSize = True Me.Label14.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.Label14.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer)) Me.Label14.Location = New System.Drawing.Point(48, 324) Me.Label14.Name = "Label14" Me.Label14.Size = New System.Drawing.Size(63, 14) Me.Label14.TabIndex = 6 Me.Label14.Text = "v1.0.0.0" ' 'PUserHolte_lab ' Me.PUserHolte_lab.AutoSize = True Me.PUserHolte_lab.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.PUserHolte_lab.ForeColor = System.Drawing.SystemColors.MenuHighlight Me.PUserHolte_lab.Location = New System.Drawing.Point(196, 248) Me.PUserHolte_lab.Name = "PUserHolte_lab" Me.PUserHolte_lab.Size = New System.Drawing.Size(63, 14) Me.PUserHolte_lab.TabIndex = 5 Me.PUserHolte_lab.Text = "当前酒店" ' 'PUserVar_lab ' Me.PUserVar_lab.AutoSize = True Me.PUserVar_lab.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.PUserVar_lab.ForeColor = System.Drawing.SystemColors.MenuHighlight Me.PUserVar_lab.Location = New System.Drawing.Point(50, 248) Me.PUserVar_lab.Name = "PUserVar_lab" Me.PUserVar_lab.Size = New System.Drawing.Size(63, 14) Me.PUserVar_lab.TabIndex = 4 Me.PUserVar_lab.Text = "当前版本" ' 'Label11 ' Me.Label11.AutoSize = True Me.Label11.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.Label11.ForeColor = System.Drawing.Color.MediumBlue Me.Label11.Location = New System.Drawing.Point(75, 218) Me.Label11.Name = "Label11" Me.Label11.Size = New System.Drawing.Size(154, 14) Me.Label11.TabIndex = 3 Me.Label11.Text = "boonlive.pingcode.com" ' 'Label10 ' Me.Label10.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.Label10.AutoSize = True Me.Label10.Font = New System.Drawing.Font("宋体", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.Label10.ForeColor = System.Drawing.SystemColors.MenuHighlight Me.Label10.Location = New System.Drawing.Point(13, 191) Me.Label10.Name = "Label10" Me.Label10.Size = New System.Drawing.Size(275, 19) Me.Label10.TabIndex = 2 Me.Label10.Text = "深圳市宝来威智能科技有限公司" ' 'Label8 ' Me.Label8.AutoSize = True Me.Label8.Font = New System.Drawing.Font("楷体", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.Label8.ForeColor = System.Drawing.Color.Black Me.Label8.Location = New System.Drawing.Point(18, 11) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(72, 16) Me.Label8.TabIndex = 0 Me.Label8.Text = "团队信息" ' 'SplitContainer4 ' Me.SplitContainer4.Dock = System.Windows.Forms.DockStyle.Fill Me.SplitContainer4.Location = New System.Drawing.Point(0, 0) Me.SplitContainer4.Name = "SplitContainer4" ' 'SplitContainer4.Panel1 ' Me.SplitContainer4.Panel1.BackColor = System.Drawing.SystemColors.ButtonFace Me.SplitContainer4.Panel1.Controls.Add(Me.Panel2) ' 'SplitContainer4.Panel2 ' Me.SplitContainer4.Panel2.BackColor = System.Drawing.Color.Gainsboro Me.SplitContainer4.Panel2.Controls.Add(Me.Button4) Me.SplitContainer4.Panel2.Controls.Add(Me.Button3) Me.SplitContainer4.Panel2.Controls.Add(Me.Button2) Me.SplitContainer4.Panel2.Controls.Add(Me.AddMember_btn) Me.SplitContainer4.Size = New System.Drawing.Size(656, 241) Me.SplitContainer4.SplitterDistance = 329 Me.SplitContainer4.TabIndex = 0 ' 'Panel2 ' Me.Panel2.Controls.Add(Me.Panel5) Me.Panel2.Controls.Add(Me.Panel6) Me.Panel2.Controls.Add(Me.Panel4) Me.Panel2.Controls.Add(Me.Panel3) Me.Panel2.Dock = System.Windows.Forms.DockStyle.Fill Me.Panel2.Location = New System.Drawing.Point(0, 0) Me.Panel2.Name = "Panel2" Me.Panel2.Size = New System.Drawing.Size(329, 241) Me.Panel2.TabIndex = 0 ' 'Panel5 ' Me.Panel5.BackColor = System.Drawing.SystemColors.ControlLight Me.Panel5.Controls.Add(Me.PUserNum_lab) Me.Panel5.Location = New System.Drawing.Point(3, 207) Me.Panel5.Name = "Panel5" Me.Panel5.Size = New System.Drawing.Size(308, 67) Me.Panel5.TabIndex = 3 ' 'PUserNum_lab ' Me.PUserNum_lab.AutoSize = True Me.PUserNum_lab.BackColor = System.Drawing.SystemColors.ControlLight Me.PUserNum_lab.Font = New System.Drawing.Font("楷体", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.PUserNum_lab.ForeColor = System.Drawing.Color.DodgerBlue Me.PUserNum_lab.Location = New System.Drawing.Point(57, 29) Me.PUserNum_lab.Name = "PUserNum_lab" Me.PUserNum_lab.Size = New System.Drawing.Size(127, 16) Me.PUserNum_lab.TabIndex = 66 Me.PUserNum_lab.Text = "团队成员数量:" ' 'Panel6 ' Me.Panel6.BackColor = System.Drawing.SystemColors.ControlLight Me.Panel6.Controls.Add(Me.PUserPojerNum_lab) Me.Panel6.Location = New System.Drawing.Point(3, 140) Me.Panel6.Name = "Panel6" Me.Panel6.Size = New System.Drawing.Size(308, 67) Me.Panel6.TabIndex = 2 ' 'PUserPojerNum_lab ' Me.PUserPojerNum_lab.AutoSize = True Me.PUserPojerNum_lab.BackColor = System.Drawing.SystemColors.ControlLight Me.PUserPojerNum_lab.Font = New System.Drawing.Font("楷体", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.PUserPojerNum_lab.ForeColor = System.Drawing.Color.DodgerBlue Me.PUserPojerNum_lab.Location = New System.Drawing.Point(57, 22) Me.PUserPojerNum_lab.Name = "PUserPojerNum_lab" Me.PUserPojerNum_lab.Size = New System.Drawing.Size(127, 16) Me.PUserPojerNum_lab.TabIndex = 65 Me.PUserPojerNum_lab.Text = "用户项目数量:" ' 'Panel4 ' Me.Panel4.BackColor = System.Drawing.SystemColors.ControlLight Me.Panel4.Controls.Add(Me.PUserSection_lab) Me.Panel4.Location = New System.Drawing.Point(3, 73) Me.Panel4.Name = "Panel4" Me.Panel4.Size = New System.Drawing.Size(308, 67) Me.Panel4.TabIndex = 1 ' 'PUserSection_lab ' Me.PUserSection_lab.AutoSize = True Me.PUserSection_lab.BackColor = System.Drawing.SystemColors.ControlLight Me.PUserSection_lab.Font = New System.Drawing.Font("楷体", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.PUserSection_lab.ForeColor = System.Drawing.Color.DodgerBlue Me.PUserSection_lab.Location = New System.Drawing.Point(57, 20) Me.PUserSection_lab.Name = "PUserSection_lab" Me.PUserSection_lab.Size = New System.Drawing.Size(93, 16) Me.PUserSection_lab.TabIndex = 66 Me.PUserSection_lab.Text = "所属部门:" ' 'Panel3 ' Me.Panel3.BackColor = System.Drawing.SystemColors.ControlLight Me.Panel3.Controls.Add(Me.Label30) Me.Panel3.Controls.Add(Me.PUserLimits_lab) Me.Panel3.Controls.Add(Me.PUserName_lab) Me.Panel3.Location = New System.Drawing.Point(3, 6) Me.Panel3.Name = "Panel3" Me.Panel3.Size = New System.Drawing.Size(308, 67) Me.Panel3.TabIndex = 0 ' 'Label30 ' Me.Label30.ImageIndex = 0 Me.Label30.ImageList = Me.ImgLstMain Me.Label30.Location = New System.Drawing.Point(5, 9) Me.Label30.Name = "Label30" Me.Label30.Size = New System.Drawing.Size(40, 46) Me.Label30.TabIndex = 65 ' 'PUserLimits_lab ' Me.PUserLimits_lab.AutoSize = True Me.PUserLimits_lab.BackColor = System.Drawing.SystemColors.ControlLight Me.PUserLimits_lab.Font = New System.Drawing.Font("楷体", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.PUserLimits_lab.ForeColor = System.Drawing.Color.DodgerBlue Me.PUserLimits_lab.Location = New System.Drawing.Point(173, 28) Me.PUserLimits_lab.Name = "PUserLimits_lab" Me.PUserLimits_lab.Size = New System.Drawing.Size(93, 16) Me.PUserLimits_lab.TabIndex = 64 Me.PUserLimits_lab.Text = "用户权限:" ' 'PUserName_lab ' Me.PUserName_lab.AutoSize = True Me.PUserName_lab.BackColor = System.Drawing.SystemColors.ControlLight Me.PUserName_lab.Font = New System.Drawing.Font("楷体", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.PUserName_lab.ForeColor = System.Drawing.Color.DodgerBlue Me.PUserName_lab.Location = New System.Drawing.Point(62, 28) Me.PUserName_lab.Name = "PUserName_lab" Me.PUserName_lab.Size = New System.Drawing.Size(76, 16) Me.PUserName_lab.TabIndex = 63 Me.PUserName_lab.Text = "用户名:" ' 'Button4 ' Me.Button4.BackColor = System.Drawing.SystemColors.InactiveCaption Me.Button4.ForeColor = System.Drawing.Color.MediumBlue Me.Button4.Location = New System.Drawing.Point(50, 209) Me.Button4.Name = "Button4" Me.Button4.Size = New System.Drawing.Size(194, 56) Me.Button4.TabIndex = 3 Me.Button4.Text = "刷新表格" Me.Button4.UseVisualStyleBackColor = False ' 'Button3 ' Me.Button3.BackColor = System.Drawing.SystemColors.InactiveCaption Me.Button3.ForeColor = System.Drawing.Color.MediumBlue Me.Button3.Location = New System.Drawing.Point(50, 147) Me.Button3.Name = "Button3" Me.Button3.Size = New System.Drawing.Size(194, 56) Me.Button3.TabIndex = 2 Me.Button3.Text = "团队成员权限管理" Me.Button3.UseVisualStyleBackColor = False ' 'Button2 ' Me.Button2.BackColor = System.Drawing.SystemColors.InactiveCaption Me.Button2.ForeColor = System.Drawing.Color.MediumBlue Me.Button2.Location = New System.Drawing.Point(50, 85) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(194, 56) Me.Button2.TabIndex = 1 Me.Button2.Text = "删除团队成员" Me.Button2.UseVisualStyleBackColor = False ' 'AddMember_btn ' Me.AddMember_btn.BackColor = System.Drawing.SystemColors.InactiveCaption Me.AddMember_btn.ForeColor = System.Drawing.Color.MediumBlue Me.AddMember_btn.Location = New System.Drawing.Point(50, 23) Me.AddMember_btn.Name = "AddMember_btn" Me.AddMember_btn.Size = New System.Drawing.Size(194, 56) Me.AddMember_btn.TabIndex = 0 Me.AddMember_btn.Text = "添加团队成员" Me.AddMember_btn.UseVisualStyleBackColor = False ' 'Grid2 ' Me.Grid2.BackColor1 = System.Drawing.Color.WhiteSmoke Me.Grid2.BorderStyle = FlexCell.BorderStyleEnum.None Me.Grid2.CheckedImage = Nothing Me.Grid2.Cols = 14 Me.Grid2.CommentWindowWidth = CType(20, Short) Me.Grid2.ContextMenuStrip = Me.CmsEvent Me.Grid2.DefaultFont = New System.Drawing.Font("宋体", 9.0!) Me.Grid2.Dock = System.Windows.Forms.DockStyle.Fill Me.Grid2.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.Grid2.GridColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer)) Me.Grid2.Location = New System.Drawing.Point(0, 0) Me.Grid2.Name = "Grid2" Me.Grid2.Rows = 10 Me.Grid2.Size = New System.Drawing.Size(973, 497) Me.Grid2.TabIndex = 4 Me.Grid2.UncheckedImage = Nothing ' 'ToolStrip1 ' Me.ToolStrip1.AutoSize = False Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tsb_SetTreeViewVisableOrNot, Me.ToolStripSeparator3, Me.ToolStripSeparator1, Me.TsBtnChangeProject, Me.tsb_SyncConfigFiles, Me.ToolStripButton4, Me.ToolStripButton17}) Me.ToolStrip1.Location = New System.Drawing.Point(3, 3) Me.ToolStrip1.Name = "ToolStrip1" Me.ToolStrip1.Size = New System.Drawing.Size(1250, 50) Me.ToolStrip1.TabIndex = 2 Me.ToolStrip1.Text = "ToolStrip1" ' 'tsb_SetTreeViewVisableOrNot ' Me.tsb_SetTreeViewVisableOrNot.Image = CType(resources.GetObject("tsb_SetTreeViewVisableOrNot.Image"), System.Drawing.Image) Me.tsb_SetTreeViewVisableOrNot.ImageTransparentColor = System.Drawing.Color.Magenta Me.tsb_SetTreeViewVisableOrNot.Name = "tsb_SetTreeViewVisableOrNot" Me.tsb_SetTreeViewVisableOrNot.Size = New System.Drawing.Size(81, 47) Me.tsb_SetTreeViewVisableOrNot.Text = "Project view" Me.tsb_SetTreeViewVisableOrNot.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText ' 'ToolStripSeparator3 ' Me.ToolStripSeparator3.Name = "ToolStripSeparator3" Me.ToolStripSeparator3.Size = New System.Drawing.Size(6, 50) ' 'ToolStripSeparator1 ' Me.ToolStripSeparator1.Name = "ToolStripSeparator1" Me.ToolStripSeparator1.Size = New System.Drawing.Size(6, 50) Me.ToolStripSeparator1.Visible = False ' 'TsBtnChangeProject ' Me.TsBtnChangeProject.Image = CType(resources.GetObject("TsBtnChangeProject.Image"), System.Drawing.Image) Me.TsBtnChangeProject.ImageTransparentColor = System.Drawing.Color.Magenta Me.TsBtnChangeProject.Name = "TsBtnChangeProject" Me.TsBtnChangeProject.Size = New System.Drawing.Size(60, 47) Me.TsBtnChangeProject.Text = "打开项目" Me.TsBtnChangeProject.TextAlign = System.Drawing.ContentAlignment.BottomCenter Me.TsBtnChangeProject.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText Me.TsBtnChangeProject.Visible = False ' 'tsb_SyncConfigFiles ' Me.tsb_SyncConfigFiles.Image = CType(resources.GetObject("tsb_SyncConfigFiles.Image"), System.Drawing.Image) Me.tsb_SyncConfigFiles.ImageTransparentColor = System.Drawing.Color.Magenta Me.tsb_SyncConfigFiles.Name = "tsb_SyncConfigFiles" Me.tsb_SyncConfigFiles.Size = New System.Drawing.Size(60, 47) Me.tsb_SyncConfigFiles.Text = "同步项目" Me.tsb_SyncConfigFiles.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText Me.tsb_SyncConfigFiles.ToolTipText = "从服务器下载配置文件到本地" Me.tsb_SyncConfigFiles.Visible = False ' 'ToolStripButton4 ' Me.ToolStripButton4.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) 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(72, 47) Me.ToolStripButton4.Text = "发布到项目" Me.ToolStripButton4.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText Me.ToolStripButton4.ToolTipText = "将数据发布至项目视图中选定的房型" Me.ToolStripButton4.Visible = False ' 'ToolStripButton17 ' Me.ToolStripButton17.ForeColor = System.Drawing.Color.Blue Me.ToolStripButton17.Image = CType(resources.GetObject("ToolStripButton17.Image"), System.Drawing.Image) Me.ToolStripButton17.ImageTransparentColor = System.Drawing.Color.Magenta Me.ToolStripButton17.Name = "ToolStripButton17" Me.ToolStripButton17.Size = New System.Drawing.Size(60, 47) Me.ToolStripButton17.Text = "上传固件" Me.ToolStripButton17.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText Me.ToolStripButton17.Visible = False ' 'FrmMain ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1264, 941) Me.Controls.Add(Me.PictureBox1) Me.Controls.Add(Me.TabControl3) Me.Controls.Add(Me.lab_EditingFileNale) Me.Controls.Add(Me.StatusStrip1) Me.Controls.Add(Me.MsMain) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.MainMenuStrip = Me.MsMain Me.Name = "FrmMain" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "Form1" Me.MsMain.ResumeLayout(False) Me.MsMain.PerformLayout() Me.StatusStrip1.ResumeLayout(False) Me.StatusStrip1.PerformLayout() Me.CmsEvent.ResumeLayout(False) Me.CmsTabevent.ResumeLayout(False) Me.TvNodeRightMenu.ResumeLayout(False) CType(Me.FileSystemWatcher1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() Me.TabControl3.ResumeLayout(False) Me.TabPage5.ResumeLayout(False) Me.SplitContainer1.Panel1.ResumeLayout(False) Me.SplitContainer1.Panel2.ResumeLayout(False) CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).EndInit() Me.SplitContainer1.ResumeLayout(False) Me.SplitContainer7.Panel1.ResumeLayout(False) Me.SplitContainer7.Panel2.ResumeLayout(False) CType(Me.SplitContainer7, System.ComponentModel.ISupportInitialize).EndInit() Me.SplitContainer7.ResumeLayout(False) Me.TabProject.ResumeLayout(False) Me.TabPage1.ResumeLayout(False) Me.TabPage2.ResumeLayout(False) Me.TabPage3.ResumeLayout(False) Me.TabPage4.ResumeLayout(False) Me.TabControl1.ResumeLayout(False) Me.Table_Compile.ResumeLayout(False) Me.Table_Compile.PerformLayout() Me.toopMax.ResumeLayout(False) Me.toopMax.PerformLayout() Me.tab_Actions.ResumeLayout(False) Me.tab_Actions.PerformLayout() Me.ToolStrip4.ResumeLayout(False) Me.ToolStrip4.PerformLayout() Me.Panel1.ResumeLayout(False) Me.ToolStrip3.ResumeLayout(False) Me.ToolStrip3.PerformLayout() Me.ToolStrip2.ResumeLayout(False) Me.ToolStrip2.PerformLayout() Me.tab_Pojermanag.ResumeLayout(False) Me.TabControl2.ResumeLayout(False) Me.TabPage8.ResumeLayout(False) Me.SplitContainer5.Panel1.ResumeLayout(False) Me.SplitContainer5.Panel2.ResumeLayout(False) CType(Me.SplitContainer5, System.ComponentModel.ISupportInitialize).EndInit() Me.SplitContainer5.ResumeLayout(False) Me.SplitContainer6.Panel1.ResumeLayout(False) Me.SplitContainer6.Panel1.PerformLayout() Me.SplitContainer6.Panel2.ResumeLayout(False) CType(Me.SplitContainer6, System.ComponentModel.ISupportInitialize).EndInit() Me.SplitContainer6.ResumeLayout(False) Me.Panel8.ResumeLayout(False) Me.ricLabel_Grb.ResumeLayout(False) Me.TeamManage_tbn.ResumeLayout(False) Me.SplitContainer2.Panel1.ResumeLayout(False) Me.SplitContainer2.Panel2.ResumeLayout(False) CType(Me.SplitContainer2, System.ComponentModel.ISupportInitialize).EndInit() Me.SplitContainer2.ResumeLayout(False) Me.SplitContainer3.Panel1.ResumeLayout(False) Me.SplitContainer3.Panel1.PerformLayout() Me.SplitContainer3.Panel2.ResumeLayout(False) CType(Me.SplitContainer3, System.ComponentModel.ISupportInitialize).EndInit() Me.SplitContainer3.ResumeLayout(False) Me.SplitContainer4.Panel1.ResumeLayout(False) Me.SplitContainer4.Panel2.ResumeLayout(False) CType(Me.SplitContainer4, System.ComponentModel.ISupportInitialize).EndInit() Me.SplitContainer4.ResumeLayout(False) Me.Panel2.ResumeLayout(False) Me.Panel5.ResumeLayout(False) Me.Panel5.PerformLayout() Me.Panel6.ResumeLayout(False) Me.Panel6.PerformLayout() Me.Panel4.ResumeLayout(False) Me.Panel4.PerformLayout() Me.Panel3.ResumeLayout(False) Me.Panel3.PerformLayout() Me.ToolStrip1.ResumeLayout(False) Me.ToolStrip1.PerformLayout() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents MsMain As MenuStrip Friend WithEvents StatusStrip1 As StatusStrip Friend WithEvents ToolStripMenuItem1 As ToolStripMenuItem Friend WithEvents 账户ToolStripMenuItem As ToolStripMenuItem Friend WithEvents TsmiChangeUser As ToolStripMenuItem Friend WithEvents TsmiQuit As ToolStripMenuItem Friend WithEvents ImgLstMain As ImageList Friend WithEvents CmsEvent As ContextMenuStrip Friend WithEvents TsmiAppDev As ToolStripMenuItem Friend WithEvents TsmiAddCondition As ToolStripMenuItem Friend WithEvents TsmiAddAction As ToolStripMenuItem Friend WithEvents TsmiRemoveNode As ToolStripMenuItem Friend WithEvents CmsTree As ContextMenuStrip Friend WithEvents TsmiAddMode As ToolStripMenuItem Friend WithEvents 关于ToolStripMenuItem As ToolStripMenuItem Friend WithEvents 切换项目ToolStripMenuItem As ToolStripMenuItem Friend WithEvents ToolStripSeparator2 As ToolStripSeparator Friend WithEvents Label2 As Label Friend WithEvents PictureBox1 As PictureBox Friend WithEvents ToolStripSeparator11 As ToolStripSeparator Friend WithEvents 更新基类ToolStripMenuItem As ToolStripMenuItem Friend WithEvents 更新条件ToolStripMenuItem As ToolStripMenuItem Friend WithEvents 更新RCU模型ToolStripMenuItem As ToolStripMenuItem Friend WithEvents 更新外设模型ToolStripMenuItem As ToolStripMenuItem Friend WithEvents lab_EditingFileNale As Label Friend WithEvents ToolStripSeparator15 As ToolStripSeparator Friend WithEvents 导出节点ToolStripMenuItem As ToolStripMenuItem Friend WithEvents 导入节点ToolStripMenuItem As ToolStripMenuItem Friend WithEvents FtpIcon_lab As ToolStripStatusLabel Friend WithEvents CustomInstaller1 As MySql.Data.MySqlClient.CustomInstaller Friend WithEvents ToolStripStatusLabel1 As ToolStripStatusLabel Friend WithEvents TvNodeRightMenu As ContextMenuStrip Friend WithEvents ToolStripMenuItem3 As ToolStripMenuItem Friend WithEvents ToolStripMenuItem4 As ToolStripMenuItem Friend WithEvents ToolStripMenuItem As ToolStripMenuItem Friend WithEvents ToolStripStatusLabel2 As ToolStripStatusLabel Friend WithEvents CompileSchedule As ToolStripProgressBar Friend WithEvents FileSystemWatcher1 As IO.FileSystemWatcher Friend WithEvents BackgroundWorker1 As System.ComponentModel.BackgroundWorker Friend WithEvents CustomInstaller2 As MySql.Data.MySqlClient.CustomInstaller Friend WithEvents CmsTabevent As ContextMenuStrip Friend WithEvents ToolStripMenuItem16 As ToolStripMenuItem Friend WithEvents ToolStripMenuItem17 As ToolStripMenuItem Friend WithEvents Button1 As Button Friend WithEvents TabControl3 As TabControl Friend WithEvents TabPage5 As TabPage Friend WithEvents SplitContainer1 As SplitContainer Friend WithEvents TabControl1 As TabControl Friend WithEvents Table_Compile As TabPage Friend WithEvents Table_action As FlexCell.Grid Friend WithEvents toopMax As ToolStrip Friend WithEvents ToolStripSeparator18 As ToolStripSeparator Friend WithEvents ToolStripButton6 As ToolStripButton Friend WithEvents ToolStripButton7 As ToolStripButton Friend WithEvents ToolStripButton8 As ToolStripButton Friend WithEvents ToolStripSeparator19 As ToolStripSeparator Friend WithEvents T_OpenfileXML As ToolStripButton Friend WithEvents ToolStripButton10 As ToolStripButton Friend WithEvents ToolStripButton11 As ToolStripButton Friend WithEvents ToolStripButton13 As ToolStripButton Friend WithEvents ToolStripButton12 As ToolStripButton Friend WithEvents ToolStripSeparator20 As ToolStripSeparator Friend WithEvents ToolStripButton14 As ToolStripButton Friend WithEvents ToolStripButton15 As ToolStripButton Friend WithEvents ToolStripButton16 As ToolStripButton Friend WithEvents ToolStripButton19 As ToolStripButton Friend WithEvents ToolStripSeparator22 As ToolStripSeparator Friend WithEvents Tablet_DeleteRow As ToolStripButton Friend WithEvents ToolStripButton3 As ToolStripButton Friend WithEvents ToolStripButton9 As ToolStripButton Friend WithEvents tab_Actions As TabPage Friend WithEvents GrdEvent As FlexCell.Grid Friend WithEvents ToolStrip4 As ToolStrip Friend WithEvents ToolStripTextBox1 As ToolStripTextBox Friend WithEvents ToolStripSplitButton1 As ToolStripSplitButton Friend WithEvents ToolStripMenuItem7 As ToolStripMenuItem Friend WithEvents ToolStripMenuItem8 As ToolStripMenuItem Friend WithEvents ToolStripMenuItem9 As ToolStripMenuItem Friend WithEvents ToolStripButton1 As ToolStripButton Friend WithEvents ToolStripSeparator16 As ToolStripSeparator Friend WithEvents CB_roomName As ToolStripComboBox Friend WithEvents Toopbt_Devlist As ToolStripButton Friend WithEvents ProgressBar1 As ProgressBar Friend WithEvents ToolStrip3 As ToolStrip Friend WithEvents tsb_Undo As ToolStripButton Friend WithEvents tsb_Redo As ToolStripButton Friend WithEvents ToolStripSeparator14 As ToolStripSeparator Friend WithEvents tsb_InsertRows As ToolStripButton Friend WithEvents tsb_DeleteRows As ToolStripButton Friend WithEvents tsb_MoveUp As ToolStripButton Friend WithEvents tsb_MoveDown As ToolStripButton Friend WithEvents ToolStripSeparator8 As ToolStripSeparator Friend WithEvents tsb_CellCopy As ToolStripButton Friend WithEvents tsb_CellPaste As ToolStripButton Friend WithEvents tsb_CellCut As ToolStripButton Friend WithEvents ToolStripSeparator9 As ToolStripSeparator Friend WithEvents tsb_RowsDisable As ToolStripButton Friend WithEvents tsb_RowsEnable As ToolStripButton Friend WithEvents ToolStripSeparator10 As ToolStripSeparator Friend WithEvents tsb_CellNav_Prev As ToolStripButton Friend WithEvents tsb_CellNav_Next As ToolStripButton Friend WithEvents ToolStripSeparator5 As ToolStripSeparator Friend WithEvents tsb_IsDisableItemShow As ToolStripButton Friend WithEvents tbn_ExpandAll As ToolStripButton Friend WithEvents tsb_DefaultView As ToolStripButton Friend WithEvents tsb_ShowObject As ToolStripButton Friend WithEvents tsb_ActionGroup As ToolStripButton Friend WithEvents tsb_HideCondictions As ToolStripButton Friend WithEvents tsb_HideAttributesRows As ToolStripButton Friend WithEvents ToolStripSeparator12 As ToolStripSeparator Friend WithEvents tsb_UpdateAllResourceList As ToolStripButton Friend WithEvents ToolStripButton2 As ToolStripButton Friend WithEvents ToolStrip2 As ToolStrip Friend WithEvents tsb_ReleaseToProjcet As ToolStripButton Friend WithEvents ToolStripSeparator7 As ToolStripSeparator Friend WithEvents tsb_RuleCheck As ToolStripButton Friend WithEvents tsb_Compile As ToolStripButton Friend WithEvents tsb_DownLoad As ToolStripButton Friend WithEvents ToolStripSeparator4 As ToolStripSeparator Friend WithEvents TsBtnNewFile As ToolStripButton Friend WithEvents TsBtnLoad As ToolStripButton Friend WithEvents tsb_SaveFile As ToolStripButton Friend WithEvents TsBtnSaveAs As ToolStripButton Friend WithEvents tsb_OpenFileFolder As ToolStripButton Friend WithEvents ToolStripSeparator6 As ToolStripSeparator Friend WithEvents TsBtnAddModel As ToolStripButton Friend WithEvents TsBtnAddActions As ToolStripButton Friend WithEvents TsBtnAddDev As ToolStripButton Friend WithEvents TsBtnAddCondition As ToolStripButton Friend WithEvents TsBtnAddAction As ToolStripButton Friend WithEvents tsb_ExportToExcel As ToolStripButton Friend WithEvents ToolStripSeparator13 As ToolStripSeparator Friend WithEvents UploadFirmware_btn As ToolStripButton Friend WithEvents ToolStripSeparator17 As ToolStripSeparator Friend WithEvents ToolStrip5 As ToolStrip Friend WithEvents tab_Pojermanag As TabPage Friend WithEvents TabControl2 As TabControl Friend WithEvents TabPage8 As TabPage Friend WithEvents SplitContainer5 As SplitContainer Friend WithEvents SplitContainer6 As SplitContainer Friend WithEvents Button10 As Button Friend WithEvents Button9 As Button Friend WithEvents Button8 As Button Friend WithEvents CreateProject_btn As Button Friend WithEvents mapping_txt As TextBox Friend WithEvents Button5 As Button Friend WithEvents EventITable_tbl As FlexCell.Grid Friend WithEvents ComboBox1 As ComboBox Friend WithEvents Circulation_btn As Button Friend WithEvents ManageUser_cbo As ComboBox Friend WithEvents department_cbo As ComboBox Friend WithEvents Label36 As Label Friend WithEvents Label35 As Label Friend WithEvents Label33 As Label Friend WithEvents Label32 As Label Friend WithEvents Panel8 As Panel Friend WithEvents UserControl11 As UserControl1 Friend WithEvents ricLabel_Grb As Panel Friend WithEvents dellabel_btn As Button Friend WithEvents Addlabel_btn As Button Friend WithEvents Label29 As Label Friend WithEvents Label27 As Label Friend WithEvents Label23 As Label Friend WithEvents Label21 As Label Friend WithEvents Label19 As Label Friend WithEvents Label18 As Label Friend WithEvents ProjectTitle_lab As Label Friend WithEvents PojerStart_lab As Label Friend WithEvents StopTime_lab As Label Friend WithEvents StartTime_lab As Label Friend WithEvents handler_lab As Label Friend WithEvents Label4 As Label Friend WithEvents Label5 As Label Friend WithEvents Label26 As Label Friend WithEvents Label25 As Label Friend WithEvents TeamManage_tbn As TabPage Friend WithEvents SplitContainer2 As SplitContainer Friend WithEvents SplitContainer3 As SplitContainer Friend WithEvents Label31 As Label Friend WithEvents Label34 As Label Friend WithEvents Label15 As Label Friend WithEvents Label14 As Label Friend WithEvents PUserHolte_lab As Label Friend WithEvents PUserVar_lab As Label Friend WithEvents Label11 As Label Friend WithEvents Label10 As Label Friend WithEvents Label8 As Label Friend WithEvents SplitContainer4 As SplitContainer Friend WithEvents Panel5 As Panel Friend WithEvents PUserNum_lab As Label Friend WithEvents Panel6 As Panel Friend WithEvents PUserPojerNum_lab As Label Friend WithEvents Panel4 As Panel Friend WithEvents PUserSection_lab As Label Friend WithEvents Panel3 As Panel Friend WithEvents Label30 As Label Friend WithEvents PUserLimits_lab As Label Friend WithEvents PUserName_lab As Label Friend WithEvents Button4 As Button Friend WithEvents Button3 As Button Friend WithEvents Button2 As Button Friend WithEvents AddMember_btn As Button Friend WithEvents Grid2 As FlexCell.Grid Friend WithEvents ToolStrip1 As ToolStrip Friend WithEvents tsb_SetTreeViewVisableOrNot As ToolStripButton Friend WithEvents ToolStripSeparator3 As ToolStripSeparator Friend WithEvents ToolStripSeparator1 As ToolStripSeparator Friend WithEvents TsBtnChangeProject As ToolStripButton Friend WithEvents tsb_SyncConfigFiles As ToolStripButton Friend WithEvents ToolStripButton4 As ToolStripButton Friend WithEvents lab_HotelGroup_And_Hotel As Label Friend WithEvents Label3 As Label Friend WithEvents Label1 As Label Friend WithEvents SplitContainer7 As SplitContainer Friend WithEvents TabProject As TabControl Friend WithEvents TabPage1 As TabPage Friend WithEvents TabPage2 As TabPage Friend WithEvents tv_ResourceTree As TreeViewEx Friend WithEvents TabPage3 As TabPage Friend WithEvents Grid_ErrList As FlexCell.Grid Friend WithEvents TabPage4 As TabPage Friend WithEvents RtxOutput As RichTextBox Friend WithEvents RtxColTip As RichTextBox Friend WithEvents Panel1 As Panel Friend WithEvents Panel2 As Panel Friend WithEvents lab_RoomType As Label Friend WithEvents ToolStripButton17 As ToolStripButton Friend WithEvents TvwMain As TreeViewEx End Class