📄 form1.designer.vb
字号:
Me.清除数据ToolStripMenuItem1.Name = "清除数据ToolStripMenuItem1"
Me.清除数据ToolStripMenuItem1.Size = New System.Drawing.Size(118, 22)
Me.清除数据ToolStripMenuItem1.Text = "清除数据"
'
'导入数据ToolStripMenuItem1
'
Me.导入数据ToolStripMenuItem1.Name = "导入数据ToolStripMenuItem1"
Me.导入数据ToolStripMenuItem1.Size = New System.Drawing.Size(118, 22)
Me.导入数据ToolStripMenuItem1.Text = "导入数据"
'
'Button1
'
Me.Button1.Location = New System.Drawing.Point(140, 594)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(75, 23)
Me.Button1.TabIndex = 5
Me.Button1.Text = "开始插值"
Me.Button1.UseVisualStyleBackColor = True
'
'ComboBox1
'
Me.ComboBox1.FormattingEnabled = True
Me.ComboBox1.Items.AddRange(New Object() {"直线插值", "多项式插值", "三次样条插值"})
Me.ComboBox1.Location = New System.Drawing.Point(23, 596)
Me.ComboBox1.Name = "ComboBox1"
Me.ComboBox1.Size = New System.Drawing.Size(95, 20)
Me.ComboBox1.TabIndex = 6
'
'StatusStrip1
'
Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripStatusLabel1, Me.ToolStripStatusLabel2, Me.ToolStripStatusLabel3})
Me.StatusStrip1.Location = New System.Drawing.Point(0, 619)
Me.StatusStrip1.Name = "StatusStrip1"
Me.StatusStrip1.Size = New System.Drawing.Size(1014, 22)
Me.StatusStrip1.TabIndex = 7
Me.StatusStrip1.Text = "StatusStrip1"
'
'ToolStripStatusLabel1
'
Me.ToolStripStatusLabel1.Name = "ToolStripStatusLabel1"
Me.ToolStripStatusLabel1.Size = New System.Drawing.Size(131, 17)
Me.ToolStripStatusLabel1.Text = "ToolStripStatusLabel1"
'
'ToolStripStatusLabel2
'
Me.ToolStripStatusLabel2.Name = "ToolStripStatusLabel2"
Me.ToolStripStatusLabel2.Size = New System.Drawing.Size(131, 17)
Me.ToolStripStatusLabel2.Text = "ToolStripStatusLabel2"
'
'ToolStripStatusLabel3
'
Me.ToolStripStatusLabel3.Name = "ToolStripStatusLabel3"
Me.ToolStripStatusLabel3.Size = New System.Drawing.Size(95, 17)
Me.ToolStripStatusLabel3.Text = " QQ:95356671"
'
'Timer1
'
Me.Timer1.Enabled = True
Me.Timer1.Interval = 1000
'
'OpenFileDialog1
'
Me.OpenFileDialog1.Filter = "文本文件|*.txt"
'
'PictureBox1
'
Me.PictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
Me.PictureBox1.Cursor = System.Windows.Forms.Cursors.Arrow
Me.PictureBox1.Location = New System.Drawing.Point(221, 12)
Me.PictureBox1.Name = "PictureBox1"
Me.PictureBox1.Size = New System.Drawing.Size(781, 604)
Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage
Me.PictureBox1.TabIndex = 8
Me.PictureBox1.TabStop = False
'
'DataGridView3
'
Me.DataGridView3.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
Me.DataGridView3.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.多项式参数})
Me.DataGridView3.Location = New System.Drawing.Point(221, 12)
Me.DataGridView3.Name = "DataGridView3"
Me.DataGridView3.RowHeadersWidth = 20
Me.DataGridView3.RowTemplate.Height = 23
Me.DataGridView3.Size = New System.Drawing.Size(142, 177)
Me.DataGridView3.TabIndex = 9
Me.DataGridView3.Visible = False
'
'多项式参数
'
Me.多项式参数.HeaderText = "多项式参数"
Me.多项式参数.Name = "多项式参数"
Me.多项式参数.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable
'
'Form1
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(1014, 641)
Me.Controls.Add(Me.DataGridView3)
Me.Controls.Add(Me.PictureBox1)
Me.Controls.Add(Me.StatusStrip1)
Me.Controls.Add(Me.ComboBox1)
Me.Controls.Add(Me.Button1)
Me.Controls.Add(Me.DataGridView2)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.Label1)
Me.Controls.Add(Me.DataGridView1)
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.KeyPreview = True
Me.MaximizeBox = False
Me.Name = "Form1"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "插值与拟合"
CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
Me.ContextMenuStrip1.ResumeLayout(False)
CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).EndInit()
Me.ContextMenuStrip2.ResumeLayout(False)
Me.StatusStrip1.ResumeLayout(False)
Me.StatusStrip1.PerformLayout()
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.DataGridView3, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents DataGridView1 As System.Windows.Forms.DataGridView
Friend WithEvents Column1 As System.Windows.Forms.DataGridViewTextBoxColumn
Friend WithEvents Column2 As System.Windows.Forms.DataGridViewTextBoxColumn
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents DataGridView2 As System.Windows.Forms.DataGridView
Friend WithEvents DataGridViewTextBoxColumn1 As System.Windows.Forms.DataGridViewTextBoxColumn
Friend WithEvents DataGridViewTextBoxColumn2 As System.Windows.Forms.DataGridViewTextBoxColumn
Friend WithEvents Button1 As System.Windows.Forms.Button
Friend WithEvents ComboBox1 As System.Windows.Forms.ComboBox
Friend WithEvents ContextMenuStrip1 As System.Windows.Forms.ContextMenuStrip
Friend WithEvents 清除数据ToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents 导入数据ToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents StatusStrip1 As System.Windows.Forms.StatusStrip
Friend WithEvents ToolStripStatusLabel1 As System.Windows.Forms.ToolStripStatusLabel
Friend WithEvents ToolStripStatusLabel2 As System.Windows.Forms.ToolStripStatusLabel
Friend WithEvents ToolStripStatusLabel3 As System.Windows.Forms.ToolStripStatusLabel
Friend WithEvents Timer1 As System.Windows.Forms.Timer
Friend WithEvents OpenFileDialog1 As System.Windows.Forms.OpenFileDialog
Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
Friend WithEvents ContextMenuStrip2 As System.Windows.Forms.ContextMenuStrip
Friend WithEvents 清除数据ToolStripMenuItem1 As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents DataGridView3 As System.Windows.Forms.DataGridView
Friend WithEvents 多项式参数 As System.Windows.Forms.DataGridViewTextBoxColumn
Friend WithEvents 导入数据ToolStripMenuItem1 As System.Windows.Forms.ToolStripMenuItem
End Class
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -