初始化

This commit is contained in:
2025-12-11 10:41:49 +08:00
commit 7c07d7a26e
416 changed files with 510872 additions and 0 deletions

595
Form1.Designer.vb generated Normal file
View File

@@ -0,0 +1,595 @@
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
Partial Class Form1
Inherits System.Windows.Forms.Form
'Form 重写 Dispose以清理组件列表。
<System.Diagnostics.DebuggerNonUserCode()>
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 窗体设计器修改它。
'不要使用代码编辑器修改它。
<System.Diagnostics.DebuggerStepThrough()>
Private Sub InitializeComponent()
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.Grid_config = New FlexCell.Grid()
Me.ToolStrip2 = New System.Windows.Forms.ToolStrip()
Me.ToolStripButton1 = New System.Windows.Forms.ToolStripButton()
Me.ToolStripButton3 = New System.Windows.Forms.ToolStripButton()
Me.ToolStripButton2 = New System.Windows.Forms.ToolStripButton()
Me.ToolStripLabel1 = New System.Windows.Forms.ToolStripLabel()
Me.ToolStripButton4 = New System.Windows.Forms.ToolStripButton()
Me.SplitContainer2 = New System.Windows.Forms.SplitContainer()
Me.ChartBar = New Steema.TeeChart.TChart()
Me.ScrollPager1 = New Steema.TeeChart.Tools.ScrollPager()
Me.Grid_Mysqldate = New FlexCell.Grid()
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.MySqlDataAdapter1 = New MySql.Data.MySqlClient.MySqlDataAdapter()
CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SplitContainer1.Panel1.SuspendLayout()
Me.SplitContainer1.Panel2.SuspendLayout()
Me.SplitContainer1.SuspendLayout()
Me.ToolStrip2.SuspendLayout()
CType(Me.SplitContainer2, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SplitContainer2.Panel1.SuspendLayout()
Me.SplitContainer2.Panel2.SuspendLayout()
Me.SplitContainer2.SuspendLayout()
Me.ToolStrip3.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"
'
'SplitContainer1
'
Me.SplitContainer1.Dock = System.Windows.Forms.DockStyle.Fill
Me.SplitContainer1.Location = New System.Drawing.Point(0, 25)
Me.SplitContainer1.Name = "SplitContainer1"
'
'SplitContainer1.Panel1
'
Me.SplitContainer1.Panel1.Controls.Add(Me.Grid_config)
Me.SplitContainer1.Panel1.Controls.Add(Me.ToolStrip2)
'
'SplitContainer1.Panel2
'
Me.SplitContainer1.Panel2.Controls.Add(Me.SplitContainer2)
Me.SplitContainer1.Size = New System.Drawing.Size(1557, 812)
Me.SplitContainer1.SplitterDistance = 368
Me.SplitContainer1.TabIndex = 1
'
'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, 29)
Me.Grid_config.Name = "Grid_config"
Me.Grid_config.Rows = 3
Me.Grid_config.Size = New System.Drawing.Size(368, 783)
Me.Grid_config.TabIndex = 2
Me.Grid_config.UncheckedImage = Nothing
'
'ToolStrip2
'
Me.ToolStrip2.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripButton1, Me.ToolStripButton3, Me.ToolStripButton2, Me.ToolStripLabel1, Me.ToolStripButton4})
Me.ToolStrip2.Location = New System.Drawing.Point(0, 0)
Me.ToolStrip2.Name = "ToolStrip2"
Me.ToolStrip2.Size = New System.Drawing.Size(368, 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(60, 26)
Me.ToolStripButton1.Text = "添加机型"
'
'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(84, 26)
Me.ToolStripButton3.Text = "删除选中机型"
'
'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(60, 26)
Me.ToolStripButton2.Text = "清空机型"
'
'ToolStripLabel1
'
Me.ToolStripLabel1.AutoSize = False
Me.ToolStripLabel1.Name = "ToolStripLabel1"
Me.ToolStripLabel1.Size = New System.Drawing.Size(50, 22)
'
'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 = " 查询 "
'
'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.ChartBar)
'
'SplitContainer2.Panel2
'
Me.SplitContainer2.Panel2.Controls.Add(Me.Grid_Mysqldate)
Me.SplitContainer2.Panel2.Controls.Add(Me.ToolStrip3)
Me.SplitContainer2.Size = New System.Drawing.Size(1185, 812)
Me.SplitContainer2.SplitterDistance = 343
Me.SplitContainer2.TabIndex = 0
'
'ChartBar
'
'
'
'
Me.ChartBar.Aspect.ColorPaletteIndex = 20
Me.ChartBar.Aspect.View3D = False
'
'
'
Me.ChartBar.Axes.Automatic = True
'
'
'
'
'
'
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.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.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.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.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.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.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.Visible = False
Me.ChartBar.Panel.MarginRight = 10.0R
Me.ChartBar.Size = New System.Drawing.Size(1185, 343)
Me.ChartBar.TabIndex = 2
Me.ChartBar.Tools.Add(Me.ScrollPager1)
'
'
'
'
'
'
'
'
'
Me.ChartBar.Walls.Back.Brush.Visible = False
Me.ChartBar.Walls.Back.Transparent = True
Me.ChartBar.Walls.Back.Visible = False
'
'ScrollPager1
'
Me.ScrollPager1.EndValue = 0R
Me.ScrollPager1.StartValue = 0R
'
'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, 25)
Me.Grid_Mysqldate.Name = "Grid_Mysqldate"
Me.Grid_Mysqldate.Rows = 1
Me.Grid_Mysqldate.Size = New System.Drawing.Size(1185, 440)
Me.Grid_Mysqldate.TabIndex = 3
Me.Grid_Mysqldate.UncheckedImage = Nothing
'
'ToolStrip3
'
Me.ToolStrip3.BackColor = System.Drawing.Color.Lavender
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(1185, 25)
Me.ToolStrip3.TabIndex = 2
Me.ToolStrip3.Text = "ToolStrip3"
'
'ToolStripLabel2
'
Me.ToolStripLabel2.ForeColor = System.Drawing.Color.Orange
Me.ToolStripLabel2.Name = "ToolStripLabel2"
Me.ToolStripLabel2.Size = New System.Drawing.Size(26, 22)
Me.ToolStripLabel2.Text = "X1:"
'
'labY1
'
Me.labY1.ForeColor = System.Drawing.Color.Orange
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.Lime
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.ForeColor = System.Drawing.Color.Lime
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.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.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)
'
'MySqlDataAdapter1
'
Me.MySqlDataAdapter1.DeleteCommand = Nothing
Me.MySqlDataAdapter1.InsertCommand = Nothing
Me.MySqlDataAdapter1.SelectCommand = Nothing
Me.MySqlDataAdapter1.UpdateCommand = Nothing
'
'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.SplitContainer1)
Me.Controls.Add(Me.ToolStrip1)
Me.Name = "Form1"
Me.Text = "Form1"
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.ToolStrip2.ResumeLayout(False)
Me.ToolStrip2.PerformLayout()
Me.SplitContainer2.Panel1.ResumeLayout(False)
Me.SplitContainer2.Panel2.ResumeLayout(False)
Me.SplitContainer2.Panel2.PerformLayout()
CType(Me.SplitContainer2, System.ComponentModel.ISupportInitialize).EndInit()
Me.SplitContainer2.ResumeLayout(False)
Me.ToolStrip3.ResumeLayout(False)
Me.ToolStrip3.PerformLayout()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents ToolStrip1 As ToolStrip
Friend WithEvents SplitContainer1 As SplitContainer
Friend WithEvents Grid_config As FlexCell.Grid
Friend WithEvents ToolStrip2 As ToolStrip
Friend WithEvents SplitContainer2 As SplitContainer
Friend WithEvents ToolStripButton1 As ToolStripButton
Friend WithEvents ToolStripButton3 As ToolStripButton
Friend WithEvents ToolStripButton2 As ToolStripButton
Friend WithEvents ToolStripLabel1 As ToolStripLabel
Friend WithEvents ToolStripButton4 As ToolStripButton
Friend WithEvents MySqlDataAdapter1 As MySql.Data.MySqlClient.MySqlDataAdapter
Friend WithEvents ChartBar As Steema.TeeChart.TChart
Friend WithEvents ScrollPager1 As Steema.TeeChart.Tools.ScrollPager
Friend WithEvents Grid_Mysqldate As FlexCell.Grid
Friend WithEvents ToolStrip3 As ToolStrip
Friend WithEvents ToolStripLabel2 As ToolStripLabel
Friend WithEvents labY1 As ToolStripLabel
Friend WithEvents ToolStripLabel5 As ToolStripLabel
Friend WithEvents labY2 As ToolStripLabel
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 ToolStripLabel8 As ToolStripLabel
Friend WithEvents labDate As ToolStripLabel
Friend WithEvents ToolStripLabel13 As ToolStripLabel
Friend WithEvents labval As ToolStripLabel
Friend WithEvents ToolStripButton5 As ToolStripButton
Friend WithEvents ToolStripSeparator2 As ToolStripSeparator
Friend WithEvents ToolStripSeparator3 As ToolStripSeparator
Friend WithEvents ToolStripSeparator4 As ToolStripSeparator
Friend WithEvents ToolStripSeparator6 As ToolStripSeparator
Friend WithEvents ToolStripSeparator7 As ToolStripSeparator
Friend WithEvents ToolStripSeparator8 As ToolStripSeparator
Friend WithEvents ToolStripSeparator5 As ToolStripSeparator
Friend WithEvents ToolStripSeparator9 As ToolStripSeparator
End Class