📄 technologymaterjalinf.vb
字号:
Public Class technologyMaterjalInf
Inherits System.Windows.Forms.Form
#Region " Windows 窗体设计器生成的代码 "
Public Sub New()
MyBase.New()
'该调用是 Windows 窗体设计器所必需的。
InitializeComponent()
'在 InitializeComponent() 调用之后添加任何初始化
End Sub
'窗体重写 dispose 以清理组件列表。
Protected Overloads Overrides Sub Dispose(ByVal disposing As Boolean)
If disposing Then
If Not (components Is Nothing) Then
components.Dispose()
End If
End If
MyBase.Dispose(disposing)
End Sub
'Windows 窗体设计器所必需的
Private components As System.ComponentModel.IContainer
'注意: 以下过程是 Windows 窗体设计器所必需的
'可以使用 Windows 窗体设计器修改此过程。
'不要使用代码编辑器修改它。
Friend WithEvents RadioButton1 As System.Windows.Forms.RadioButton
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents TextBox1 As System.Windows.Forms.TextBox
Friend WithEvents TextBox2 As System.Windows.Forms.TextBox
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents TextBox3 As System.Windows.Forms.TextBox
Friend WithEvents Label3 As System.Windows.Forms.Label
Friend WithEvents RadioButton2 As System.Windows.Forms.RadioButton
Friend WithEvents ComboBox1 As System.Windows.Forms.ComboBox
Friend WithEvents Label4 As System.Windows.Forms.Label
Friend WithEvents TextBox4 As System.Windows.Forms.TextBox
Friend WithEvents Label5 As System.Windows.Forms.Label
Friend WithEvents TextBox5 As System.Windows.Forms.TextBox
Friend WithEvents Label6 As System.Windows.Forms.Label
Friend WithEvents TextBox6 As System.Windows.Forms.TextBox
Friend WithEvents Label7 As System.Windows.Forms.Label
Friend WithEvents TextBox7 As System.Windows.Forms.TextBox
Friend WithEvents Label8 As System.Windows.Forms.Label
Friend WithEvents Label9 As System.Windows.Forms.Label
Friend WithEvents ComboBox2 As System.Windows.Forms.ComboBox
Friend WithEvents RadioButton3 As System.Windows.Forms.RadioButton
Friend WithEvents TextBox8 As System.Windows.Forms.TextBox
Friend WithEvents Label10 As System.Windows.Forms.Label
Friend WithEvents TextBox9 As System.Windows.Forms.TextBox
Friend WithEvents Label11 As System.Windows.Forms.Label
Friend WithEvents Label12 As System.Windows.Forms.Label
Friend WithEvents ComboBox3 As System.Windows.Forms.ComboBox
Friend WithEvents RadioButton4 As System.Windows.Forms.RadioButton
Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
Friend WithEvents Button6 As System.Windows.Forms.Button
Friend WithEvents Button2 As System.Windows.Forms.Button
Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
Friend WithEvents LinkLabel1 As System.Windows.Forms.LinkLabel
Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
Friend WithEvents Button3 As System.Windows.Forms.Button
Friend WithEvents Button4 As System.Windows.Forms.Button
Friend WithEvents DataGrid1 As System.Windows.Forms.DataGrid
Friend WithEvents Label13 As System.Windows.Forms.Label
<System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
Dim resources As System.Resources.ResourceManager = New System.Resources.ResourceManager(GetType(technologyMaterjalInf))
Me.RadioButton1 = New System.Windows.Forms.RadioButton
Me.Label1 = New System.Windows.Forms.Label
Me.TextBox1 = New System.Windows.Forms.TextBox
Me.TextBox2 = New System.Windows.Forms.TextBox
Me.Label2 = New System.Windows.Forms.Label
Me.TextBox3 = New System.Windows.Forms.TextBox
Me.Label3 = New System.Windows.Forms.Label
Me.RadioButton2 = New System.Windows.Forms.RadioButton
Me.ComboBox1 = New System.Windows.Forms.ComboBox
Me.Label4 = New System.Windows.Forms.Label
Me.TextBox4 = New System.Windows.Forms.TextBox
Me.Label5 = New System.Windows.Forms.Label
Me.TextBox5 = New System.Windows.Forms.TextBox
Me.Label6 = New System.Windows.Forms.Label
Me.TextBox6 = New System.Windows.Forms.TextBox
Me.Label7 = New System.Windows.Forms.Label
Me.TextBox7 = New System.Windows.Forms.TextBox
Me.Label8 = New System.Windows.Forms.Label
Me.Label9 = New System.Windows.Forms.Label
Me.ComboBox2 = New System.Windows.Forms.ComboBox
Me.RadioButton3 = New System.Windows.Forms.RadioButton
Me.TextBox8 = New System.Windows.Forms.TextBox
Me.Label10 = New System.Windows.Forms.Label
Me.TextBox9 = New System.Windows.Forms.TextBox
Me.Label11 = New System.Windows.Forms.Label
Me.Label12 = New System.Windows.Forms.Label
Me.ComboBox3 = New System.Windows.Forms.ComboBox
Me.RadioButton4 = New System.Windows.Forms.RadioButton
Me.GroupBox1 = New System.Windows.Forms.GroupBox
Me.Button6 = New System.Windows.Forms.Button
Me.Button2 = New System.Windows.Forms.Button
Me.GroupBox2 = New System.Windows.Forms.GroupBox
Me.Label13 = New System.Windows.Forms.Label
Me.LinkLabel1 = New System.Windows.Forms.LinkLabel
Me.PictureBox1 = New System.Windows.Forms.PictureBox
Me.Button3 = New System.Windows.Forms.Button
Me.Button4 = New System.Windows.Forms.Button
Me.DataGrid1 = New System.Windows.Forms.DataGrid
Me.GroupBox2.SuspendLayout()
CType(Me.DataGrid1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'RadioButton1
'
Me.RadioButton1.Location = New System.Drawing.Point(56, 32)
Me.RadioButton1.Name = "RadioButton1"
Me.RadioButton1.Size = New System.Drawing.Size(40, 16)
Me.RadioButton1.TabIndex = 0
'
'Label1
'
Me.Label1.Location = New System.Drawing.Point(96, 32)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(56, 24)
Me.Label1.TabIndex = 1
Me.Label1.Text = "费用编号"
'
'TextBox1
'
Me.TextBox1.Location = New System.Drawing.Point(152, 32)
Me.TextBox1.Name = "TextBox1"
Me.TextBox1.Size = New System.Drawing.Size(96, 21)
Me.TextBox1.TabIndex = 2
Me.TextBox1.Text = "TextBox1"
'
'TextBox2
'
Me.TextBox2.Location = New System.Drawing.Point(336, 32)
Me.TextBox2.Name = "TextBox2"
Me.TextBox2.Size = New System.Drawing.Size(120, 21)
Me.TextBox2.TabIndex = 4
Me.TextBox2.Text = "TextBox2"
'
'Label2
'
Me.Label2.Location = New System.Drawing.Point(256, 32)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(80, 24)
Me.Label2.TabIndex = 3
Me.Label2.Text = "费用名称"
'
'TextBox3
'
Me.TextBox3.Location = New System.Drawing.Point(552, 32)
Me.TextBox3.Name = "TextBox3"
Me.TextBox3.Size = New System.Drawing.Size(176, 21)
Me.TextBox3.TabIndex = 6
Me.TextBox3.Text = "TextBox3"
'
'Label3
'
Me.Label3.Location = New System.Drawing.Point(480, 32)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(64, 24)
Me.Label3.TabIndex = 5
Me.Label3.Text = "备 注"
'
'RadioButton2
'
Me.RadioButton2.Location = New System.Drawing.Point(56, 88)
Me.RadioButton2.Name = "RadioButton2"
Me.RadioButton2.Size = New System.Drawing.Size(40, 16)
Me.RadioButton2.TabIndex = 7
'
'ComboBox1
'
Me.ComboBox1.Location = New System.Drawing.Point(152, 88)
Me.ComboBox1.Name = "ComboBox1"
Me.ComboBox1.Size = New System.Drawing.Size(96, 20)
Me.ComboBox1.TabIndex = 8
Me.ComboBox1.Text = "ComboBox1"
'
'Label4
'
Me.Label4.Location = New System.Drawing.Point(96, 88)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(56, 24)
Me.Label4.TabIndex = 9
Me.Label4.Text = "费用名称"
'
'TextBox4
'
Me.TextBox4.Location = New System.Drawing.Point(336, 88)
Me.TextBox4.Name = "TextBox4"
Me.TextBox4.Size = New System.Drawing.Size(120, 21)
Me.TextBox4.TabIndex = 11
Me.TextBox4.Text = "TextBox4"
'
'Label5
'
Me.Label5.Location = New System.Drawing.Point(256, 88)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(80, 24)
Me.Label5.TabIndex = 10
Me.Label5.Text = "CD1+2编号"
'
'TextBox5
'
Me.TextBox5.Location = New System.Drawing.Point(552, 88)
Me.TextBox5.Name = "TextBox5"
Me.TextBox5.Size = New System.Drawing.Size(176, 21)
Me.TextBox5.TabIndex = 13
Me.TextBox5.Text = "TextBox5"
'
'Label6
'
Me.Label6.Location = New System.Drawing.Point(480, 88)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(64, 24)
Me.Label6.TabIndex = 12
Me.Label6.Text = "CD1+2名称"
'
'TextBox6
'
Me.TextBox6.Location = New System.Drawing.Point(552, 144)
Me.TextBox6.Name = "TextBox6"
Me.TextBox6.Size = New System.Drawing.Size(176, 21)
Me.TextBox6.TabIndex = 20
Me.TextBox6.Text = "TextBox6"
'
'Label7
'
Me.Label7.Location = New System.Drawing.Point(480, 144)
Me.Label7.Name = "Label7"
Me.Label7.Size = New System.Drawing.Size(64, 24)
Me.Label7.TabIndex = 19
Me.Label7.Text = "CD3+4名称"
'
'TextBox7
'
Me.TextBox7.Location = New System.Drawing.Point(336, 144)
Me.TextBox7.Name = "TextBox7"
Me.TextBox7.Size = New System.Drawing.Size(120, 21)
Me.TextBox7.TabIndex = 18
Me.TextBox7.Text = "TextBox7"
'
'Label8
'
Me.Label8.Location = New System.Drawing.Point(256, 144)
Me.Label8.Name = "Label8"
Me.Label8.Size = New System.Drawing.Size(80, 24)
Me.Label8.TabIndex = 17
Me.Label8.Text = "CD3+4编号"
'
'Label9
'
Me.Label9.Location = New System.Drawing.Point(88, 144)
Me.Label9.Name = "Label9"
Me.Label9.Size = New System.Drawing.Size(64, 24)
Me.Label9.TabIndex = 16
Me.Label9.Text = "CD1+2名称"
'
'ComboBox2
'
Me.ComboBox2.Location = New System.Drawing.Point(152, 144)
Me.ComboBox2.Name = "ComboBox2"
Me.ComboBox2.Size = New System.Drawing.Size(96, 20)
Me.ComboBox2.TabIndex = 15
Me.ComboBox2.Text = "ComboBox2"
'
'RadioButton3
'
Me.RadioButton3.Location = New System.Drawing.Point(56, 144)
Me.RadioButton3.Name = "RadioButton3"
Me.RadioButton3.Size = New System.Drawing.Size(40, 16)
Me.RadioButton3.TabIndex = 14
'
'TextBox8
'
Me.TextBox8.Location = New System.Drawing.Point(552, 200)
Me.TextBox8.Name = "TextBox8"
Me.TextBox8.Size = New System.Drawing.Size(176, 21)
Me.TextBox8.TabIndex = 27
Me.TextBox8.Text = "TextBox8"
'
'Label10
'
Me.Label10.Location = New System.Drawing.Point(480, 200)
Me.Label10.Name = "Label10"
Me.Label10.Size = New System.Drawing.Size(64, 24)
Me.Label10.TabIndex = 26
Me.Label10.Text = "参 数"
'
'TextBox9
'
Me.TextBox9.Location = New System.Drawing.Point(336, 200)
Me.TextBox9.Name = "TextBox9"
Me.TextBox9.Size = New System.Drawing.Size(120, 21)
Me.TextBox9.TabIndex = 25
Me.TextBox9.Text = "TextBox9"
'
'Label11
'
Me.Label11.Location = New System.Drawing.Point(256, 200)
Me.Label11.Name = "Label11"
Me.Label11.Size = New System.Drawing.Size(80, 24)
Me.Label11.TabIndex = 24
Me.Label11.Text = "型号编号"
'
'Label12
'
Me.Label12.Location = New System.Drawing.Point(88, 200)
Me.Label12.Name = "Label12"
Me.Label12.Size = New System.Drawing.Size(60, 24)
Me.Label12.TabIndex = 23
Me.Label12.Text = "CD3+4名称"
'
'ComboBox3
'
Me.ComboBox3.Location = New System.Drawing.Point(152, 200)
Me.ComboBox3.Name = "ComboBox3"
Me.ComboBox3.Size = New System.Drawing.Size(96, 20)
Me.ComboBox3.TabIndex = 22
Me.ComboBox3.Text = "ComboBox3"
'
'RadioButton4
'
Me.RadioButton4.Location = New System.Drawing.Point(56, 200)
Me.RadioButton4.Name = "RadioButton4"
Me.RadioButton4.Size = New System.Drawing.Size(40, 16)
Me.RadioButton4.TabIndex = 21
'
'GroupBox1
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -