Partial Class Form1 Inherits System.Windows.Forms.Form 'Form 重写 Dispose,以清理组件列表。 Protected Overrides Sub Dispose(ByVal disposing As Boolean) Try If disposing AndAlso components IsNot Nothing Then components.Dispose() End If Finally MyBase.Dispose(disposing) End Try End Sub 'Windows 窗体设计器所必需的 Private components As System.ComponentModel.IContainer '注意: 以下过程是 Windows 窗体设计器所必需的 '可以使用 Windows 窗体设计器修改它。 '不要使用代码编辑器修改它。 Private Sub InitializeComponent() Dim TreeNode1 As System.Windows.Forms.TreeNode = New System.Windows.Forms.TreeNode("时间-描述") Dim TreeNode2 As System.Windows.Forms.TreeNode = New System.Windows.Forms.TreeNode("文件", New System.Windows.Forms.TreeNode() {TreeNode1}) Dim TreeNode3 As System.Windows.Forms.TreeNode = New System.Windows.Forms.TreeNode("节点2") Dim TreeNode4 As System.Windows.Forms.TreeNode = New System.Windows.Forms.TreeNode("节点3") Dim TreeNode5 As System.Windows.Forms.TreeNode = New System.Windows.Forms.TreeNode("节点4") Dim TreeNode6 As System.Windows.Forms.TreeNode = New System.Windows.Forms.TreeNode("节点5") Dim TreeNode7 As System.Windows.Forms.TreeNode = New System.Windows.Forms.TreeNode("节点6") Dim TreeNode8 As System.Windows.Forms.TreeNode = New System.Windows.Forms.TreeNode("节点7") Dim TreeNode9 As System.Windows.Forms.TreeNode = New System.Windows.Forms.TreeNode("MAC", New System.Windows.Forms.TreeNode() {TreeNode2, TreeNode3, TreeNode4, TreeNode5, TreeNode6, TreeNode7, TreeNode8}) Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Form1)) Me.ToolStrip1 = New System.Windows.Forms.ToolStrip() Me.SplitContainer1 = New System.Windows.Forms.SplitContainer() Me.SplitContainer7 = New System.Windows.Forms.SplitContainer() Me.Grid_config = New FlexCell.Grid() Me.TreeView1 = New System.Windows.Forms.TreeView() Me.SplitContainer4 = New System.Windows.Forms.SplitContainer() Me.ProgressBar2 = New System.Windows.Forms.ProgressBar() Me.Label2 = New System.Windows.Forms.Label() Me.SplitContainer3 = New System.Windows.Forms.SplitContainer() Me.SplitContainer5 = New System.Windows.Forms.SplitContainer() Me.Label1 = New System.Windows.Forms.Label() Me.Button1 = New System.Windows.Forms.Button() Me.SplitContainer6 = New System.Windows.Forms.SplitContainer() Me.cbo_HotelList = New System.Windows.Forms.ComboBox() Me.Label3 = New System.Windows.Forms.Label() Me.ComboBox2 = New System.Windows.Forms.ComboBox() Me.Label4 = New System.Windows.Forms.Label() Me.ToolStrip2 = New System.Windows.Forms.ToolStrip() Me.ToolStripButton1 = New System.Windows.Forms.ToolStripButton() Me.ToolStripButton7 = New System.Windows.Forms.ToolStripButton() Me.ToolStripButton3 = New System.Windows.Forms.ToolStripButton() Me.ToolStripButton2 = New System.Windows.Forms.ToolStripButton() Me.ToolStripSeparator11 = New System.Windows.Forms.ToolStripSeparator() Me.ToolStripButton6 = New System.Windows.Forms.ToolStripButton() Me.ToolStripSeparator10 = New System.Windows.Forms.ToolStripSeparator() Me.ToolStripButton4 = New System.Windows.Forms.ToolStripButton() Me.ToolStripSeparator12 = New System.Windows.Forms.ToolStripSeparator() Me.ToolStripButton8 = New System.Windows.Forms.ToolStripButton() Me.SplitContainer2 = New System.Windows.Forms.SplitContainer() Me.SplitContainer8 = New System.Windows.Forms.SplitContainer() Me.ChartBar = New Steema.TeeChart.TChart() Me.TChart1 = New Steema.TeeChart.TChart() Me.FastLine1 = New Steema.TeeChart.Styles.FastLine() Me.ToolStrip3 = New System.Windows.Forms.ToolStrip() Me.ToolStripLabel2 = New System.Windows.Forms.ToolStripLabel() Me.labY1 = New System.Windows.Forms.ToolStripLabel() Me.ToolStripSeparator4 = New System.Windows.Forms.ToolStripSeparator() Me.ToolStripLabel5 = New System.Windows.Forms.ToolStripLabel() Me.labY2 = New System.Windows.Forms.ToolStripLabel() Me.ToolStripSeparator3 = New System.Windows.Forms.ToolStripSeparator() Me.ToolStripLabel6 = New System.Windows.Forms.ToolStripLabel() Me.lab1_2 = New System.Windows.Forms.ToolStripLabel() Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator() Me.ToolStripLabel9 = New System.Windows.Forms.ToolStripLabel() Me.labdevanme = New System.Windows.Forms.ToolStripLabel() Me.ToolStripSeparator6 = New System.Windows.Forms.ToolStripSeparator() Me.ToolStripLabel8 = New System.Windows.Forms.ToolStripLabel() Me.labDate = New System.Windows.Forms.ToolStripLabel() Me.ToolStripSeparator7 = New System.Windows.Forms.ToolStripSeparator() Me.ToolStripLabel13 = New System.Windows.Forms.ToolStripLabel() Me.labval = New System.Windows.Forms.ToolStripLabel() Me.ToolStripSeparator8 = New System.Windows.Forms.ToolStripSeparator() Me.ToolStripSeparator2 = New System.Windows.Forms.ToolStripSeparator() Me.ToolStripButton5 = New System.Windows.Forms.ToolStripButton() Me.ToolStripSeparator5 = New System.Windows.Forms.ToolStripSeparator() Me.ToolStripSeparator9 = New System.Windows.Forms.ToolStripSeparator() Me.Grid_Mysqldate = New FlexCell.Grid() Me.MySqlDataAdapter1 = New MySql.Data.MySqlClient.MySqlDataAdapter() Me.TabControl1 = New System.Windows.Forms.TabControl() Me.TabPage1 = New System.Windows.Forms.TabPage() 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() CType(Me.SplitContainer4, System.ComponentModel.ISupportInitialize).BeginInit() Me.SplitContainer4.Panel1.SuspendLayout() Me.SplitContainer4.Panel2.SuspendLayout() Me.SplitContainer4.SuspendLayout() CType(Me.SplitContainer3, System.ComponentModel.ISupportInitialize).BeginInit() Me.SplitContainer3.Panel1.SuspendLayout() Me.SplitContainer3.Panel2.SuspendLayout() Me.SplitContainer3.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.ToolStrip2.SuspendLayout() CType(Me.SplitContainer2, System.ComponentModel.ISupportInitialize).BeginInit() Me.SplitContainer2.Panel1.SuspendLayout() Me.SplitContainer2.Panel2.SuspendLayout() Me.SplitContainer2.SuspendLayout() CType(Me.SplitContainer8, System.ComponentModel.ISupportInitialize).BeginInit() Me.SplitContainer8.Panel1.SuspendLayout() Me.SplitContainer8.Panel2.SuspendLayout() Me.SplitContainer8.SuspendLayout() Me.ToolStrip3.SuspendLayout() Me.TabControl1.SuspendLayout() Me.TabPage1.SuspendLayout() Me.SuspendLayout() ' 'ToolStrip1 ' Me.ToolStrip1.Location = New System.Drawing.Point(0, 0) Me.ToolStrip1.Name = "ToolStrip1" Me.ToolStrip1.Size = New System.Drawing.Size(1557, 25) Me.ToolStrip1.TabIndex = 0 Me.ToolStrip1.Text = "ToolStrip1" Me.ToolStrip1.Visible = False ' 'SplitContainer1 ' Me.SplitContainer1.Dock = System.Windows.Forms.DockStyle.Fill Me.SplitContainer1.Location = New System.Drawing.Point(3, 3) Me.SplitContainer1.Name = "SplitContainer1" ' 'SplitContainer1.Panel1 ' Me.SplitContainer1.Panel1.Controls.Add(Me.SplitContainer7) Me.SplitContainer1.Panel1.Controls.Add(Me.SplitContainer4) Me.SplitContainer1.Panel1.Controls.Add(Me.SplitContainer3) Me.SplitContainer1.Panel1.Controls.Add(Me.ToolStrip2) ' 'SplitContainer1.Panel2 ' Me.SplitContainer1.Panel2.Controls.Add(Me.SplitContainer2) Me.SplitContainer1.Size = New System.Drawing.Size(1543, 805) Me.SplitContainer1.SplitterDistance = 397 Me.SplitContainer1.TabIndex = 1 ' 'SplitContainer7 ' Me.SplitContainer7.Dock = System.Windows.Forms.DockStyle.Fill Me.SplitContainer7.Location = New System.Drawing.Point(0, 146) Me.SplitContainer7.Name = "SplitContainer7" Me.SplitContainer7.Orientation = System.Windows.Forms.Orientation.Horizontal ' 'SplitContainer7.Panel1 ' Me.SplitContainer7.Panel1.Controls.Add(Me.Grid_config) ' 'SplitContainer7.Panel2 ' Me.SplitContainer7.Panel2.Controls.Add(Me.TreeView1) Me.SplitContainer7.Size = New System.Drawing.Size(397, 659) Me.SplitContainer7.SplitterDistance = 229 Me.SplitContainer7.TabIndex = 8 ' 'Grid_config ' Me.Grid_config.CheckedImage = Nothing Me.Grid_config.DefaultFont = New System.Drawing.Font("宋体", 9.0!) Me.Grid_config.Dock = System.Windows.Forms.DockStyle.Fill Me.Grid_config.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.Grid_config.GridColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer)) Me.Grid_config.Location = New System.Drawing.Point(0, 0) Me.Grid_config.Name = "Grid_config" Me.Grid_config.Rows = 3 Me.Grid_config.Size = New System.Drawing.Size(397, 229) Me.Grid_config.TabIndex = 7 Me.Grid_config.UncheckedImage = Nothing ' 'TreeView1 ' Me.TreeView1.Dock = System.Windows.Forms.DockStyle.Fill Me.TreeView1.Location = New System.Drawing.Point(0, 0) Me.TreeView1.Name = "TreeView1" TreeNode1.Name = "节点9" TreeNode1.Text = "时间-描述" TreeNode2.Name = "节点1" TreeNode2.Text = "文件" TreeNode3.Name = "节点2" TreeNode3.Text = "节点2" TreeNode4.Name = "节点3" TreeNode4.Text = "节点3" TreeNode5.Name = "节点4" TreeNode5.Text = "节点4" TreeNode6.Name = "节点5" TreeNode6.Text = "节点5" TreeNode7.Name = "节点6" TreeNode7.Text = "节点6" TreeNode8.Name = "节点7" TreeNode8.Text = "节点7" TreeNode9.Name = "节点0" TreeNode9.Text = "MAC" Me.TreeView1.Nodes.AddRange(New System.Windows.Forms.TreeNode() {TreeNode9}) Me.TreeView1.Size = New System.Drawing.Size(397, 426) Me.TreeView1.TabIndex = 0 ' 'SplitContainer4 ' Me.SplitContainer4.Dock = System.Windows.Forms.DockStyle.Top Me.SplitContainer4.Location = New System.Drawing.Point(0, 116) Me.SplitContainer4.Name = "SplitContainer4" ' 'SplitContainer4.Panel1 ' Me.SplitContainer4.Panel1.Controls.Add(Me.ProgressBar2) ' 'SplitContainer4.Panel2 ' Me.SplitContainer4.Panel2.Controls.Add(Me.Label2) Me.SplitContainer4.Size = New System.Drawing.Size(397, 30) Me.SplitContainer4.SplitterDistance = 300 Me.SplitContainer4.SplitterWidth = 1 Me.SplitContainer4.TabIndex = 5 ' 'ProgressBar2 ' Me.ProgressBar2.Dock = System.Windows.Forms.DockStyle.Fill Me.ProgressBar2.Location = New System.Drawing.Point(0, 0) Me.ProgressBar2.Name = "ProgressBar2" Me.ProgressBar2.Size = New System.Drawing.Size(300, 30) Me.ProgressBar2.TabIndex = 0 ' 'Label2 ' Me.Label2.BackColor = System.Drawing.Color.Azure Me.Label2.Dock = System.Windows.Forms.DockStyle.Fill Me.Label2.Location = New System.Drawing.Point(0, 0) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(96, 30) Me.Label2.TabIndex = 5 Me.Label2.Text = "解析进度" Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' 'SplitContainer3 ' Me.SplitContainer3.Dock = System.Windows.Forms.DockStyle.Top Me.SplitContainer3.Location = New System.Drawing.Point(0, 29) Me.SplitContainer3.Name = "SplitContainer3" Me.SplitContainer3.Orientation = System.Windows.Forms.Orientation.Horizontal ' 'SplitContainer3.Panel1 ' Me.SplitContainer3.Panel1.Controls.Add(Me.SplitContainer5) ' 'SplitContainer3.Panel2 ' Me.SplitContainer3.Panel2.Controls.Add(Me.SplitContainer6) Me.SplitContainer3.Size = New System.Drawing.Size(397, 87) Me.SplitContainer3.SplitterDistance = 35 Me.SplitContainer3.SplitterWidth = 1 Me.SplitContainer3.TabIndex = 4 ' '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.Label1) ' 'SplitContainer5.Panel2 ' Me.SplitContainer5.Panel2.Controls.Add(Me.Button1) Me.SplitContainer5.Size = New System.Drawing.Size(397, 35) Me.SplitContainer5.SplitterDistance = 287 Me.SplitContainer5.TabIndex = 0 ' 'Label1 ' Me.Label1.BackColor = System.Drawing.Color.Azure Me.Label1.Dock = System.Windows.Forms.DockStyle.Fill Me.Label1.Location = New System.Drawing.Point(0, 0) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(287, 35) Me.Label1.TabIndex = 6 Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' 'Button1 ' Me.Button1.Dock = System.Windows.Forms.DockStyle.Fill Me.Button1.Location = New System.Drawing.Point(0, 0) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(106, 35) Me.Button1.TabIndex = 5 Me.Button1.Text = "日志目录" Me.Button1.UseVisualStyleBackColor = True ' '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.Controls.Add(Me.cbo_HotelList) Me.SplitContainer6.Panel1.Controls.Add(Me.Label3) ' 'SplitContainer6.Panel2 ' Me.SplitContainer6.Panel2.Controls.Add(Me.ComboBox2) Me.SplitContainer6.Panel2.Controls.Add(Me.Label4) Me.SplitContainer6.Size = New System.Drawing.Size(397, 51) Me.SplitContainer6.SplitterDistance = 25 Me.SplitContainer6.SplitterWidth = 1 Me.SplitContainer6.TabIndex = 0 ' 'cbo_HotelList ' Me.cbo_HotelList.Dock = System.Windows.Forms.DockStyle.Fill Me.cbo_HotelList.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cbo_HotelList.Font = New System.Drawing.Font("宋体", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.cbo_HotelList.FormattingEnabled = True Me.cbo_HotelList.Location = New System.Drawing.Point(51, 0) Me.cbo_HotelList.Name = "cbo_HotelList" Me.cbo_HotelList.Size = New System.Drawing.Size(346, 24) Me.cbo_HotelList.TabIndex = 2 ' 'Label3 ' Me.Label3.BackColor = System.Drawing.Color.Gainsboro Me.Label3.Dock = System.Windows.Forms.DockStyle.Left Me.Label3.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.Label3.Location = New System.Drawing.Point(0, 0) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(51, 25) Me.Label3.TabIndex = 0 Me.Label3.Text = "酒店:" Me.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'ComboBox2 ' Me.ComboBox2.Dock = System.Windows.Forms.DockStyle.Fill Me.ComboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox2.Font = New System.Drawing.Font("宋体", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.ComboBox2.FormattingEnabled = True Me.ComboBox2.Location = New System.Drawing.Point(51, 0) Me.ComboBox2.Name = "ComboBox2" Me.ComboBox2.Size = New System.Drawing.Size(346, 24) Me.ComboBox2.TabIndex = 3 ' 'Label4 ' Me.Label4.BackColor = System.Drawing.Color.Gainsboro Me.Label4.Dock = System.Windows.Forms.DockStyle.Left Me.Label4.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.Label4.Location = New System.Drawing.Point(0, 0) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(51, 25) Me.Label4.TabIndex = 2 Me.Label4.Text = "房间:" Me.Label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'ToolStrip2 ' Me.ToolStrip2.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripButton1, Me.ToolStripButton7, Me.ToolStripButton3, Me.ToolStripButton2, Me.ToolStripSeparator11, Me.ToolStripButton6, Me.ToolStripSeparator10, Me.ToolStripButton4, Me.ToolStripSeparator12, Me.ToolStripButton8}) Me.ToolStrip2.Location = New System.Drawing.Point(0, 0) Me.ToolStrip2.Name = "ToolStrip2" Me.ToolStrip2.Size = New System.Drawing.Size(397, 29) Me.ToolStrip2.TabIndex = 1 Me.ToolStrip2.Text = "ToolStrip2" ' '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(23, 26) ' 'ToolStripButton7 ' Me.ToolStripButton7.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text 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(23, 26) ' 'ToolStripButton3 ' Me.ToolStripButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text 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(23, 26) ' 'ToolStripButton2 ' Me.ToolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text Me.ToolStripButton2.Image = CType(resources.GetObject("ToolStripButton2.Image"), System.Drawing.Image) Me.ToolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta Me.ToolStripButton2.Name = "ToolStripButton2" Me.ToolStripButton2.Size = New System.Drawing.Size(23, 26) ' 'ToolStripSeparator11 ' Me.ToolStripSeparator11.Name = "ToolStripSeparator11" Me.ToolStripSeparator11.Size = New System.Drawing.Size(6, 29) ' 'ToolStripButton6 ' Me.ToolStripButton6.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text Me.ToolStripButton6.Font = New System.Drawing.Font("Microsoft YaHei UI", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) 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(78, 26) Me.ToolStripButton6.Text = "解析日志" ' 'ToolStripSeparator10 ' Me.ToolStripSeparator10.Name = "ToolStripSeparator10" Me.ToolStripSeparator10.Size = New System.Drawing.Size(6, 29) ' 'ToolStripButton4 ' Me.ToolStripButton4.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text Me.ToolStripButton4.Font = New System.Drawing.Font("Microsoft YaHei UI", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) 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(56, 26) Me.ToolStripButton4.Text = " 查询 " ' 'ToolStripSeparator12 ' Me.ToolStripSeparator12.Name = "ToolStripSeparator12" Me.ToolStripSeparator12.Size = New System.Drawing.Size(6, 29) ' 'ToolStripButton8 ' Me.ToolStripButton8.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text Me.ToolStripButton8.Font = New System.Drawing.Font("Microsoft YaHei UI", 10.5!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) 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(125, 26) Me.ToolStripButton8.Text = "强制重新解析日志" ' 'SplitContainer2 ' Me.SplitContainer2.Dock = System.Windows.Forms.DockStyle.Fill Me.SplitContainer2.Location = New System.Drawing.Point(0, 0) Me.SplitContainer2.Name = "SplitContainer2" Me.SplitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal ' 'SplitContainer2.Panel1 ' Me.SplitContainer2.Panel1.Controls.Add(Me.SplitContainer8) Me.SplitContainer2.Panel1.Controls.Add(Me.ToolStrip3) ' 'SplitContainer2.Panel2 ' Me.SplitContainer2.Panel2.Controls.Add(Me.Grid_Mysqldate) Me.SplitContainer2.Panel2Collapsed = True Me.SplitContainer2.Size = New System.Drawing.Size(1142, 805) Me.SplitContainer2.SplitterDistance = 353 Me.SplitContainer2.TabIndex = 0 ' 'SplitContainer8 ' Me.SplitContainer8.Dock = System.Windows.Forms.DockStyle.Fill Me.SplitContainer8.Location = New System.Drawing.Point(0, 25) Me.SplitContainer8.Name = "SplitContainer8" Me.SplitContainer8.Orientation = System.Windows.Forms.Orientation.Horizontal ' 'SplitContainer8.Panel1 ' Me.SplitContainer8.Panel1.Controls.Add(Me.ChartBar) ' 'SplitContainer8.Panel2 ' Me.SplitContainer8.Panel2.Controls.Add(Me.TChart1) Me.SplitContainer8.Panel2Collapsed = True Me.SplitContainer8.Size = New System.Drawing.Size(1142, 780) Me.SplitContainer8.SplitterDistance = 390 Me.SplitContainer8.TabIndex = 9 ' 'ChartBar ' ' ' ' Me.ChartBar.Aspect.ColorPaletteIndex = 20 Me.ChartBar.Aspect.View3D = False ' ' ' Me.ChartBar.Axes.Automatic = False ' ' ' Me.ChartBar.Axes.Bottom.Automatic = False Me.ChartBar.Axes.Bottom.AutomaticMaximum = False Me.ChartBar.Axes.Bottom.AutomaticMinimum = False ' ' ' Me.ChartBar.Axes.Bottom.Grid.DrawEvery = 2 ' ' ' ' ' ' ' ' ' Me.ChartBar.Axes.Bottom.Labels.Font.Brush.Color = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer)) Me.ChartBar.Axes.Bottom.Labels.Font.Size = 9 Me.ChartBar.Axes.Bottom.Labels.Font.SizeFloat = 9.0! Me.ChartBar.Axes.Bottom.Maximum = 0R Me.ChartBar.Axes.Bottom.Minimum = 0R ' ' ' Me.ChartBar.Axes.Bottom.Title.Caption = "0" ' ' ' ' ' ' Me.ChartBar.Axes.Bottom.Title.Font.Brush.Color = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) Me.ChartBar.Axes.Bottom.Title.Font.Size = 11 Me.ChartBar.Axes.Bottom.Title.Font.SizeFloat = 11.0! Me.ChartBar.Axes.Bottom.Title.Lines = New String() {"0"} ' ' ' Me.ChartBar.Axes.Depth.Automatic = False Me.ChartBar.Axes.Depth.AutomaticMaximum = False Me.ChartBar.Axes.Depth.AutomaticMinimum = False Me.ChartBar.Axes.Depth.Maximum = 0R Me.ChartBar.Axes.Depth.Minimum = 0R ' ' ' Me.ChartBar.Axes.DepthTop.Automatic = False Me.ChartBar.Axes.DepthTop.AutomaticMaximum = False Me.ChartBar.Axes.DepthTop.AutomaticMinimum = False Me.ChartBar.Axes.DepthTop.Maximum = 0R Me.ChartBar.Axes.DepthTop.Minimum = 0R ' ' ' Me.ChartBar.Axes.Left.Automatic = False Me.ChartBar.Axes.Left.AutomaticMaximum = False Me.ChartBar.Axes.Left.AutomaticMinimum = False ' ' ' Me.ChartBar.Axes.Left.Grid.DrawEvery = 2 ' ' ' ' ' ' ' ' ' Me.ChartBar.Axes.Left.Labels.Font.Brush.Color = System.Drawing.Color.Gray Me.ChartBar.Axes.Left.Labels.Font.Size = 9 Me.ChartBar.Axes.Left.Labels.Font.SizeFloat = 9.0! Me.ChartBar.Axes.Left.Maximum = 866.0R Me.ChartBar.Axes.Left.Minimum = 0R ' ' ' ' ' ' ' ' ' Me.ChartBar.Axes.Left.Title.Font.Brush.Color = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) Me.ChartBar.Axes.Left.Title.Font.Size = 11 Me.ChartBar.Axes.Left.Title.Font.SizeFloat = 11.0! ' ' ' Me.ChartBar.Axes.Right.Automatic = False Me.ChartBar.Axes.Right.AutomaticMaximum = False Me.ChartBar.Axes.Right.AutomaticMinimum = False ' ' ' ' ' ' ' ' ' Me.ChartBar.Axes.Right.Labels.Font.Brush.Color = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) Me.ChartBar.Axes.Right.Labels.Font.Size = 9 Me.ChartBar.Axes.Right.Labels.Font.SizeFloat = 9.0! Me.ChartBar.Axes.Right.Maximum = 0R Me.ChartBar.Axes.Right.Minimum = 0R ' ' ' Me.ChartBar.Axes.Top.Automatic = False Me.ChartBar.Axes.Top.AutomaticMaximum = False Me.ChartBar.Axes.Top.AutomaticMinimum = False ' ' ' ' ' ' ' ' ' Me.ChartBar.Axes.Top.Labels.Font.Brush.Color = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) Me.ChartBar.Axes.Top.Labels.Font.Size = 9 Me.ChartBar.Axes.Top.Labels.Font.SizeFloat = 9.0! Me.ChartBar.Axes.Top.Maximum = 0R Me.ChartBar.Axes.Top.Minimum = 0R Me.ChartBar.BackColor = System.Drawing.Color.Transparent Me.ChartBar.CurrentTheme = Steema.TeeChart.ThemeType.Lookout Me.ChartBar.Cursor = System.Windows.Forms.Cursors.Default Me.ChartBar.Dock = System.Windows.Forms.DockStyle.Fill ' ' ' ' ' ' ' ' ' Me.ChartBar.Header.Font.Brush.Color = System.Drawing.Color.Gray Me.ChartBar.Header.Font.Size = 12 Me.ChartBar.Header.Font.SizeFloat = 12.0! ' ' ' ' ' ' ' ' ' Me.ChartBar.Legend.Font.Brush.Color = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) Me.ChartBar.Legend.Font.Size = 9 Me.ChartBar.Legend.Font.SizeFloat = 9.0! ' ' ' Me.ChartBar.Legend.Shadow.Visible = False Me.ChartBar.Legend.Transparent = True Me.ChartBar.Location = New System.Drawing.Point(0, 0) Me.ChartBar.Name = "ChartBar" ' ' ' ' ' ' Me.ChartBar.Panel.Brush.Color = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer)) ' ' ' Me.ChartBar.Panel.Brush.Gradient.Sigma = True Me.ChartBar.Panel.Brush.Gradient.SigmaFocus = 0! Me.ChartBar.Panel.Brush.Gradient.SigmaScale = 0! Me.ChartBar.Panel.Brush.Gradient.Visible = False Me.ChartBar.Panel.MarginRight = 10.0R ' ' ' ' ' ' Me.ChartBar.Panel.Shadow.Brush.Color = System.Drawing.Color.FromArgb(CType(CType(102, Byte), Integer), CType(CType(101, Byte), Integer), CType(CType(101, Byte), Integer)) Me.ChartBar.Panel.Shadow.SmoothBlur = -4 ' ' ' Me.ChartBar.Printer.Landscape = True Me.ChartBar.Size = New System.Drawing.Size(1142, 780) Me.ChartBar.TabIndex = 8 ' ' ' ' ' ' ' ' ' Me.ChartBar.Walls.Back.Brush.Visible = False Me.ChartBar.Walls.Back.Transparent = True Me.ChartBar.Walls.Back.Visible = False ' 'TChart1 ' ' ' ' Me.TChart1.Aspect.ColorPaletteIndex = 20 Me.TChart1.Aspect.View3D = False ' ' ' Me.TChart1.Axes.Automatic = True ' ' ' ' ' ' Me.TChart1.Axes.Bottom.Grid.DrawEvery = 2 ' ' ' ' ' ' ' ' ' Me.TChart1.Axes.Bottom.Labels.Font.Brush.Color = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer)) Me.TChart1.Axes.Bottom.Labels.Font.Size = 9 Me.TChart1.Axes.Bottom.Labels.Font.SizeFloat = 9.0! ' ' ' Me.TChart1.Axes.Bottom.Title.Caption = "0" ' ' ' ' ' ' Me.TChart1.Axes.Bottom.Title.Font.Brush.Color = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) Me.TChart1.Axes.Bottom.Title.Font.Size = 11 Me.TChart1.Axes.Bottom.Title.Font.SizeFloat = 11.0! Me.TChart1.Axes.Bottom.Title.Lines = New String() {"0"} ' ' ' ' ' ' Me.TChart1.Axes.Left.Grid.DrawEvery = 2 ' ' ' ' ' ' ' ' ' Me.TChart1.Axes.Left.Labels.Font.Brush.Color = System.Drawing.Color.Gray Me.TChart1.Axes.Left.Labels.Font.Size = 9 Me.TChart1.Axes.Left.Labels.Font.SizeFloat = 9.0! ' ' ' ' ' ' ' ' ' Me.TChart1.Axes.Left.Title.Font.Brush.Color = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) Me.TChart1.Axes.Left.Title.Font.Size = 11 Me.TChart1.Axes.Left.Title.Font.SizeFloat = 11.0! ' ' ' ' ' ' ' ' ' ' ' ' Me.TChart1.Axes.Right.Labels.Font.Brush.Color = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) Me.TChart1.Axes.Right.Labels.Font.Size = 9 Me.TChart1.Axes.Right.Labels.Font.SizeFloat = 9.0! ' ' ' ' ' ' ' ' ' ' ' ' Me.TChart1.Axes.Top.Labels.Font.Brush.Color = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) Me.TChart1.Axes.Top.Labels.Font.Size = 9 Me.TChart1.Axes.Top.Labels.Font.SizeFloat = 9.0! Me.TChart1.BackColor = System.Drawing.Color.Transparent Me.TChart1.CurrentTheme = Steema.TeeChart.ThemeType.Lookout Me.TChart1.Cursor = System.Windows.Forms.Cursors.Default Me.TChart1.Dock = System.Windows.Forms.DockStyle.Fill ' ' ' ' ' ' ' ' ' Me.TChart1.Header.Font.Brush.Color = System.Drawing.Color.Gray Me.TChart1.Header.Font.Size = 12 Me.TChart1.Header.Font.SizeFloat = 12.0! ' ' ' ' ' ' ' ' ' Me.TChart1.Legend.Font.Brush.Color = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) Me.TChart1.Legend.Font.Size = 9 Me.TChart1.Legend.Font.SizeFloat = 9.0! ' ' ' Me.TChart1.Legend.Shadow.Visible = False Me.TChart1.Legend.Transparent = True Me.TChart1.Location = New System.Drawing.Point(0, 0) Me.TChart1.Name = "TChart1" ' ' ' ' ' ' Me.TChart1.Panel.Brush.Color = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer)) ' ' ' Me.TChart1.Panel.Brush.Gradient.Visible = False Me.TChart1.Panel.MarginRight = 10.0R ' ' ' Me.TChart1.Printer.Landscape = True Me.TChart1.Series.Add(Me.FastLine1) Me.TChart1.Size = New System.Drawing.Size(150, 46) Me.TChart1.TabIndex = 9 ' ' ' ' ' ' ' ' ' Me.TChart1.Walls.Back.Brush.Visible = False Me.TChart1.Walls.Back.Transparent = True Me.TChart1.Walls.Back.Visible = False ' 'FastLine1 ' Me.FastLine1.Color = System.Drawing.Color.FromArgb(CType(CType(119, Byte), Integer), CType(CType(153, Byte), Integer), CType(CType(214, Byte), Integer)) Me.FastLine1.ColorEach = False ' ' ' Me.FastLine1.LinePen.Color = System.Drawing.Color.FromArgb(CType(CType(119, Byte), Integer), CType(CType(153, Byte), Integer), CType(CType(214, Byte), Integer)) ' ' ' ' ' ' Me.FastLine1.Marks.Arrow.Color = System.Drawing.Color.Empty Me.FastLine1.Marks.Arrow.Visible = False Me.FastLine1.Marks.ArrowLength = 0 ' ' ' Me.FastLine1.Marks.Brush.Color = System.Drawing.Color.FromArgb(CType(CType(119, Byte), Integer), CType(CType(153, Byte), Integer), CType(CType(214, Byte), Integer)) ' ' ' Me.FastLine1.Marks.Brush.Gradient.Direction = System.Drawing.Drawing2D.LinearGradientMode.Horizontal Me.FastLine1.Marks.Brush.Gradient.EndColor = System.Drawing.Color.Empty Me.FastLine1.Marks.Brush.Gradient.MiddleColor = System.Drawing.Color.Empty Me.FastLine1.Marks.Brush.Gradient.SigmaFocus = 0! Me.FastLine1.Marks.Brush.Gradient.SigmaScale = 0! Me.FastLine1.Marks.Brush.Gradient.StartColor = System.Drawing.Color.Empty Me.FastLine1.Marks.FollowSeriesColor = True ' ' ' ' ' ' Me.FastLine1.Marks.Font.Brush.Color = System.Drawing.Color.White Me.FastLine1.Marks.Font.Name = Nothing Me.FastLine1.Marks.Font.Size = 10 Me.FastLine1.Marks.Font.SizeFloat = 10.0! ' ' ' Me.FastLine1.Marks.Pen.Color = System.Drawing.Color.FromArgb(CType(CType(119, Byte), Integer), CType(CType(153, Byte), Integer), CType(CType(214, Byte), Integer)) ' ' ' Me.FastLine1.Marks.Shadow.Visible = False ' ' ' Me.FastLine1.Marks.TailParams.Align = Steema.TeeChart.Styles.TailAlignment.[Auto] Me.FastLine1.Marks.TailParams.CustomPointPos = CType(resources.GetObject("resource.CustomPointPos"), System.Drawing.PointF) Me.FastLine1.Marks.TailParams.Margin = 0! Me.FastLine1.Marks.TailParams.PointerHeight = 5.0R Me.FastLine1.Marks.TailParams.PointerWidth = 8.0R Me.FastLine1.OriginalCursor = System.Windows.Forms.Cursors.Default Me.FastLine1.Title = "fastLine1" Me.FastLine1.TreatNulls = Steema.TeeChart.Styles.TreatNullsStyle.Ignore Me.FastLine1.UseExtendedNumRange = False ' ' ' Me.FastLine1.XValues.DataMember = "X" Me.FastLine1.XValues.Order = Steema.TeeChart.Styles.ValueListOrder.Ascending ' ' ' Me.FastLine1.YValues.DataMember = "Y" ' 'ToolStrip3 ' Me.ToolStrip3.BackColor = System.Drawing.Color.Lavender Me.ToolStrip3.Font = New System.Drawing.Font("Microsoft YaHei UI", 9.0!, System.Drawing.FontStyle.Bold) Me.ToolStrip3.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripLabel2, Me.labY1, Me.ToolStripSeparator4, Me.ToolStripLabel5, Me.labY2, Me.ToolStripSeparator3, Me.ToolStripLabel6, Me.lab1_2, Me.ToolStripSeparator1, Me.ToolStripLabel9, Me.labdevanme, Me.ToolStripSeparator6, Me.ToolStripLabel8, Me.labDate, Me.ToolStripSeparator7, Me.ToolStripLabel13, Me.labval, Me.ToolStripSeparator8, Me.ToolStripSeparator2, Me.ToolStripButton5, Me.ToolStripSeparator5, Me.ToolStripSeparator9}) Me.ToolStrip3.Location = New System.Drawing.Point(0, 0) Me.ToolStrip3.Name = "ToolStrip3" Me.ToolStrip3.Size = New System.Drawing.Size(1142, 25) Me.ToolStrip3.TabIndex = 3 Me.ToolStrip3.Text = "ToolStrip3" ' 'ToolStripLabel2 ' Me.ToolStripLabel2.Font = New System.Drawing.Font("Microsoft YaHei UI", 9.0!, System.Drawing.FontStyle.Bold) Me.ToolStripLabel2.ForeColor = System.Drawing.Color.OrangeRed Me.ToolStripLabel2.Name = "ToolStripLabel2" Me.ToolStripLabel2.Size = New System.Drawing.Size(26, 22) Me.ToolStripLabel2.Text = "X1:" ' 'labY1 ' Me.labY1.Font = New System.Drawing.Font("Microsoft YaHei UI", 9.0!, System.Drawing.FontStyle.Bold) Me.labY1.ForeColor = System.Drawing.Color.OrangeRed Me.labY1.Name = "labY1" Me.labY1.Size = New System.Drawing.Size(15, 22) Me.labY1.Tag = "0" Me.labY1.Text = "0" ' 'ToolStripSeparator4 ' Me.ToolStripSeparator4.Name = "ToolStripSeparator4" Me.ToolStripSeparator4.Size = New System.Drawing.Size(6, 25) ' 'ToolStripLabel5 ' Me.ToolStripLabel5.BackColor = System.Drawing.Color.Lime Me.ToolStripLabel5.ForeColor = System.Drawing.Color.Green Me.ToolStripLabel5.Name = "ToolStripLabel5" Me.ToolStripLabel5.Size = New System.Drawing.Size(26, 22) Me.ToolStripLabel5.Text = "X2:" Me.ToolStripLabel5.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'labY2 ' Me.labY2.BackColor = System.Drawing.Color.Lime Me.labY2.Font = New System.Drawing.Font("Microsoft YaHei UI", 9.0!, System.Drawing.FontStyle.Bold) Me.labY2.ForeColor = System.Drawing.Color.Green Me.labY2.Name = "labY2" Me.labY2.Size = New System.Drawing.Size(15, 22) Me.labY2.Tag = "0" Me.labY2.Text = "0" ' 'ToolStripSeparator3 ' Me.ToolStripSeparator3.Name = "ToolStripSeparator3" Me.ToolStripSeparator3.Size = New System.Drawing.Size(6, 25) ' 'ToolStripLabel6 ' Me.ToolStripLabel6.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer)) Me.ToolStripLabel6.Font = New System.Drawing.Font("Microsoft YaHei UI", 9.0!, System.Drawing.FontStyle.Bold) Me.ToolStripLabel6.ForeColor = System.Drawing.Color.Navy Me.ToolStripLabel6.Name = "ToolStripLabel6" Me.ToolStripLabel6.Size = New System.Drawing.Size(46, 22) Me.ToolStripLabel6.Text = "X2-X1:" ' 'lab1_2 ' Me.lab1_2.Font = New System.Drawing.Font("Microsoft YaHei UI", 9.0!, System.Drawing.FontStyle.Bold) Me.lab1_2.Name = "lab1_2" Me.lab1_2.Size = New System.Drawing.Size(15, 22) Me.lab1_2.Text = "0" ' 'ToolStripSeparator1 ' Me.ToolStripSeparator1.Name = "ToolStripSeparator1" Me.ToolStripSeparator1.Size = New System.Drawing.Size(6, 25) ' 'ToolStripLabel9 ' Me.ToolStripLabel9.Name = "ToolStripLabel9" Me.ToolStripLabel9.Size = New System.Drawing.Size(44, 22) Me.ToolStripLabel9.Text = "机型:" ' 'labdevanme ' Me.labdevanme.Name = "labdevanme" Me.labdevanme.Size = New System.Drawing.Size(23, 22) Me.labdevanme.Text = "---" ' 'ToolStripSeparator6 ' Me.ToolStripSeparator6.Name = "ToolStripSeparator6" Me.ToolStripSeparator6.Size = New System.Drawing.Size(6, 25) ' 'ToolStripLabel8 ' Me.ToolStripLabel8.Name = "ToolStripLabel8" Me.ToolStripLabel8.Size = New System.Drawing.Size(44, 22) Me.ToolStripLabel8.Text = "日期:" ' 'labDate ' Me.labDate.Name = "labDate" Me.labDate.Size = New System.Drawing.Size(23, 22) Me.labDate.Text = "---" ' 'ToolStripSeparator7 ' Me.ToolStripSeparator7.Name = "ToolStripSeparator7" Me.ToolStripSeparator7.Size = New System.Drawing.Size(6, 25) ' 'ToolStripLabel13 ' Me.ToolStripLabel13.Name = "ToolStripLabel13" Me.ToolStripLabel13.Size = New System.Drawing.Size(44, 22) Me.ToolStripLabel13.Text = "数值:" ' 'labval ' Me.labval.Name = "labval" Me.labval.Size = New System.Drawing.Size(23, 22) Me.labval.Text = "---" ' 'ToolStripSeparator8 ' Me.ToolStripSeparator8.Name = "ToolStripSeparator8" Me.ToolStripSeparator8.Size = New System.Drawing.Size(6, 25) ' 'ToolStripSeparator2 ' Me.ToolStripSeparator2.Name = "ToolStripSeparator2" Me.ToolStripSeparator2.Size = New System.Drawing.Size(6, 25) ' 'ToolStripButton5 ' Me.ToolStripButton5.BackColor = System.Drawing.SystemColors.ActiveBorder Me.ToolStripButton5.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text Me.ToolStripButton5.Image = CType(resources.GetObject("ToolStripButton5.Image"), System.Drawing.Image) Me.ToolStripButton5.ImageTransparentColor = System.Drawing.Color.Magenta Me.ToolStripButton5.Name = "ToolStripButton5" Me.ToolStripButton5.Size = New System.Drawing.Size(132, 22) Me.ToolStripButton5.Text = "快速定位选中时间节点" Me.ToolStripButton5.Visible = False ' 'ToolStripSeparator5 ' Me.ToolStripSeparator5.Name = "ToolStripSeparator5" Me.ToolStripSeparator5.Size = New System.Drawing.Size(6, 25) ' 'ToolStripSeparator9 ' Me.ToolStripSeparator9.Name = "ToolStripSeparator9" Me.ToolStripSeparator9.Size = New System.Drawing.Size(6, 25) ' 'Grid_Mysqldate ' Me.Grid_Mysqldate.CheckedImage = Nothing Me.Grid_Mysqldate.Cols = 30 Me.Grid_Mysqldate.DefaultFont = New System.Drawing.Font("宋体", 9.0!) Me.Grid_Mysqldate.Dock = System.Windows.Forms.DockStyle.Fill Me.Grid_Mysqldate.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.Grid_Mysqldate.GridColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer)) Me.Grid_Mysqldate.Location = New System.Drawing.Point(0, 0) Me.Grid_Mysqldate.Name = "Grid_Mysqldate" Me.Grid_Mysqldate.Rows = 1 Me.Grid_Mysqldate.Size = New System.Drawing.Size(150, 46) Me.Grid_Mysqldate.TabIndex = 3 Me.Grid_Mysqldate.UncheckedImage = Nothing ' 'MySqlDataAdapter1 ' Me.MySqlDataAdapter1.DeleteCommand = Nothing Me.MySqlDataAdapter1.InsertCommand = Nothing Me.MySqlDataAdapter1.SelectCommand = Nothing Me.MySqlDataAdapter1.UpdateCommand = Nothing ' 'TabControl1 ' Me.TabControl1.Controls.Add(Me.TabPage1) Me.TabControl1.Dock = System.Windows.Forms.DockStyle.Fill Me.TabControl1.Location = New System.Drawing.Point(0, 0) Me.TabControl1.Name = "TabControl1" Me.TabControl1.SelectedIndex = 0 Me.TabControl1.Size = New System.Drawing.Size(1557, 837) Me.TabControl1.TabIndex = 5 ' 'TabPage1 ' Me.TabPage1.Controls.Add(Me.SplitContainer1) 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(1549, 811) Me.TabPage1.TabIndex = 0 Me.TabPage1.Text = "日志解析" Me.TabPage1.UseVisualStyleBackColor = True ' 'Form1 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1557, 837) Me.Controls.Add(Me.TabControl1) Me.Controls.Add(Me.ToolStrip1) Me.Name = "Form1" Me.Text = "deviceparsingdatalog" Me.SplitContainer1.Panel1.ResumeLayout(False) Me.SplitContainer1.Panel1.PerformLayout() 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.SplitContainer4.Panel1.ResumeLayout(False) Me.SplitContainer4.Panel2.ResumeLayout(False) CType(Me.SplitContainer4, System.ComponentModel.ISupportInitialize).EndInit() Me.SplitContainer4.ResumeLayout(False) Me.SplitContainer3.Panel1.ResumeLayout(False) Me.SplitContainer3.Panel2.ResumeLayout(False) CType(Me.SplitContainer3, System.ComponentModel.ISupportInitialize).EndInit() Me.SplitContainer3.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.Panel2.ResumeLayout(False) CType(Me.SplitContainer6, System.ComponentModel.ISupportInitialize).EndInit() Me.SplitContainer6.ResumeLayout(False) Me.ToolStrip2.ResumeLayout(False) Me.ToolStrip2.PerformLayout() Me.SplitContainer2.Panel1.ResumeLayout(False) Me.SplitContainer2.Panel1.PerformLayout() Me.SplitContainer2.Panel2.ResumeLayout(False) CType(Me.SplitContainer2, System.ComponentModel.ISupportInitialize).EndInit() Me.SplitContainer2.ResumeLayout(False) Me.SplitContainer8.Panel1.ResumeLayout(False) Me.SplitContainer8.Panel2.ResumeLayout(False) CType(Me.SplitContainer8, System.ComponentModel.ISupportInitialize).EndInit() Me.SplitContainer8.ResumeLayout(False) Me.ToolStrip3.ResumeLayout(False) Me.ToolStrip3.PerformLayout() Me.TabControl1.ResumeLayout(False) Me.TabPage1.ResumeLayout(False) Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents ToolStrip1 As ToolStrip Friend WithEvents SplitContainer1 As SplitContainer Friend WithEvents SplitContainer2 As SplitContainer Friend WithEvents MySqlDataAdapter1 As MySql.Data.MySqlClient.MySqlDataAdapter Friend WithEvents Grid_Mysqldate As FlexCell.Grid Friend WithEvents ToolStrip3 As ToolStrip Friend WithEvents ToolStripSeparator4 As ToolStripSeparator Friend WithEvents ToolStripLabel5 As ToolStripLabel Friend WithEvents labY2 As ToolStripLabel Friend WithEvents ToolStripSeparator3 As ToolStripSeparator Friend WithEvents ToolStripLabel6 As ToolStripLabel Friend WithEvents lab1_2 As ToolStripLabel Friend WithEvents ToolStripSeparator1 As ToolStripSeparator Friend WithEvents ToolStripLabel9 As ToolStripLabel Friend WithEvents labdevanme As ToolStripLabel Friend WithEvents ToolStripSeparator6 As ToolStripSeparator Friend WithEvents ToolStripLabel8 As ToolStripLabel Friend WithEvents labDate As ToolStripLabel Friend WithEvents ToolStripSeparator7 As ToolStripSeparator Friend WithEvents ToolStripLabel13 As ToolStripLabel Friend WithEvents labval As ToolStripLabel Friend WithEvents ToolStripSeparator8 As ToolStripSeparator Friend WithEvents ToolStripSeparator2 As ToolStripSeparator Friend WithEvents ToolStripButton5 As ToolStripButton Friend WithEvents ToolStripSeparator5 As ToolStripSeparator Friend WithEvents ToolStripSeparator9 As ToolStripSeparator Friend WithEvents TabControl1 As TabControl Friend WithEvents TabPage1 As TabPage Friend WithEvents SplitContainer3 As SplitContainer Friend WithEvents SplitContainer4 As SplitContainer Friend WithEvents ChartBar As Steema.TeeChart.TChart Friend WithEvents ToolStripLabel2 As ToolStripLabel Friend WithEvents labY1 As ToolStripLabel Friend WithEvents ProgressBar2 As ProgressBar Friend WithEvents Label2 As Label Friend WithEvents Label1 As Label Friend WithEvents Button1 As Button Friend WithEvents ToolStrip2 As ToolStrip Friend WithEvents ToolStripButton1 As ToolStripButton Friend WithEvents ToolStripButton7 As ToolStripButton Friend WithEvents ToolStripButton3 As ToolStripButton Friend WithEvents ToolStripButton2 As ToolStripButton Friend WithEvents ToolStripSeparator11 As ToolStripSeparator Friend WithEvents ToolStripButton6 As ToolStripButton Friend WithEvents ToolStripSeparator10 As ToolStripSeparator Friend WithEvents ToolStripButton4 As ToolStripButton Friend WithEvents ToolStripSeparator12 As ToolStripSeparator Friend WithEvents SplitContainer5 As SplitContainer Friend WithEvents ComboBox2 As ComboBox Friend WithEvents Label4 As Label Friend WithEvents Label3 As Label Friend WithEvents Grid_config As FlexCell.Grid Friend WithEvents SplitContainer6 As SplitContainer Friend WithEvents cbo_HotelList As ComboBox Friend WithEvents SplitContainer7 As SplitContainer Friend WithEvents TreeView1 As TreeView Friend WithEvents SplitContainer8 As SplitContainer Friend WithEvents TChart1 As Steema.TeeChart.TChart Friend WithEvents FastLine1 As Steema.TeeChart.Styles.FastLine Friend WithEvents ToolStripButton8 As ToolStripButton End Class