📄 form2.vb
字号:
'
Me.CheckBox11.Location = New System.Drawing.Point(240, 56)
Me.CheckBox11.Name = "CheckBox11"
Me.CheckBox11.Size = New System.Drawing.Size(24, 24)
Me.CheckBox11.TabIndex = 22
'
'CheckBox12
'
Me.CheckBox12.Checked = True
Me.CheckBox12.CheckState = System.Windows.Forms.CheckState.Checked
Me.CheckBox12.Location = New System.Drawing.Point(240, 24)
Me.CheckBox12.Name = "CheckBox12"
Me.CheckBox12.Size = New System.Drawing.Size(24, 24)
Me.CheckBox12.TabIndex = 21
'
'TextBox30
'
Me.TextBox30.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.Ds21, "论文.作者"))
Me.TextBox30.Location = New System.Drawing.Point(120, 88)
Me.TextBox30.Name = "TextBox30"
Me.TextBox30.TabIndex = 20
Me.TextBox30.Text = ""
'
'TextBox31
'
Me.TextBox31.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.Ds21, "论文.论文题目"))
Me.TextBox31.Location = New System.Drawing.Point(120, 56)
Me.TextBox31.Name = "TextBox31"
Me.TextBox31.TabIndex = 19
Me.TextBox31.Text = ""
'
'TextBox32
'
Me.TextBox32.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.Ds21, "论文.论文编号"))
Me.TextBox32.Location = New System.Drawing.Point(120, 24)
Me.TextBox32.Name = "TextBox32"
Me.TextBox32.TabIndex = 18
Me.TextBox32.Text = ""
'
'Label33
'
Me.Label33.Location = New System.Drawing.Point(24, 96)
Me.Label33.Name = "Label33"
Me.Label33.Size = New System.Drawing.Size(80, 24)
Me.Label33.TabIndex = 16
Me.Label33.Text = "作者:"
'
'Label34
'
Me.Label34.Location = New System.Drawing.Point(24, 64)
Me.Label34.Name = "Label34"
Me.Label34.Size = New System.Drawing.Size(80, 24)
Me.Label34.TabIndex = 15
Me.Label34.Text = "论文名称:"
'
'Label35
'
Me.Label35.Location = New System.Drawing.Point(24, 32)
Me.Label35.Name = "Label35"
Me.Label35.Size = New System.Drawing.Size(80, 24)
Me.Label35.TabIndex = 14
Me.Label35.Text = "论文编号:"
'
'Button18
'
Me.Button18.Location = New System.Drawing.Point(24, 160)
Me.Button18.Name = "Button18"
Me.Button18.TabIndex = 17
Me.Button18.Text = "查询"
'
'TabPage4
'
Me.TabPage4.Controls.Add(Me.GroupBox9)
Me.TabPage4.Controls.Add(Me.GroupBox10)
Me.TabPage4.Controls.Add(Me.GroupBox13)
Me.TabPage4.Location = New System.Drawing.Point(4, 21)
Me.TabPage4.Name = "TabPage4"
Me.TabPage4.Size = New System.Drawing.Size(768, 223)
Me.TabPage4.TabIndex = 3
Me.TabPage4.Text = "学术著作管理"
'
'GroupBox9
'
Me.GroupBox9.Controls.Add(Me.TextBox28)
Me.GroupBox9.Location = New System.Drawing.Point(544, 15)
Me.GroupBox9.Name = "GroupBox9"
Me.GroupBox9.Size = New System.Drawing.Size(216, 192)
Me.GroupBox9.TabIndex = 6
Me.GroupBox9.TabStop = False
Me.GroupBox9.Text = "描述"
'
'TextBox28
'
Me.TextBox28.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.Ds31, "学术著作.描述"))
Me.TextBox28.Location = New System.Drawing.Point(16, 32)
Me.TextBox28.Multiline = True
Me.TextBox28.Name = "TextBox28"
Me.TextBox28.Size = New System.Drawing.Size(184, 152)
Me.TextBox28.TabIndex = 33
Me.TextBox28.Text = "TextBox28"
'
'Ds31
'
Me.Ds31.DataSetName = "ds3"
Me.Ds31.Locale = New System.Globalization.CultureInfo("zh-CN")
'
'GroupBox10
'
Me.GroupBox10.Controls.Add(Me.Label5)
Me.GroupBox10.Controls.Add(Me.TextBox16)
Me.GroupBox10.Controls.Add(Me.Button30)
Me.GroupBox10.Controls.Add(Me.Button23)
Me.GroupBox10.Controls.Add(Me.TextBox24)
Me.GroupBox10.Controls.Add(Me.Label27)
Me.GroupBox10.Controls.Add(Me.CheckBox15)
Me.GroupBox10.Controls.Add(Me.CheckBox16)
Me.GroupBox10.Controls.Add(Me.TextBox25)
Me.GroupBox10.Controls.Add(Me.TextBox26)
Me.GroupBox10.Controls.Add(Me.TextBox27)
Me.GroupBox10.Controls.Add(Me.Label28)
Me.GroupBox10.Controls.Add(Me.Label29)
Me.GroupBox10.Controls.Add(Me.Label30)
Me.GroupBox10.Location = New System.Drawing.Point(136, 15)
Me.GroupBox10.Name = "GroupBox10"
Me.GroupBox10.Size = New System.Drawing.Size(392, 192)
Me.GroupBox10.TabIndex = 5
Me.GroupBox10.TabStop = False
Me.GroupBox10.Text = "查询"
'
'Label5
'
Me.Label5.Location = New System.Drawing.Point(256, 96)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(80, 24)
Me.Label5.TabIndex = 30
Me.Label5.Text = "出版日期:"
'
'TextBox16
'
Me.TextBox16.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.Ds31, "学术著作.出版日期"))
Me.TextBox16.Location = New System.Drawing.Point(256, 120)
Me.TextBox16.Name = "TextBox16"
Me.TextBox16.TabIndex = 29
Me.TextBox16.Text = ""
'
'Button30
'
Me.Button30.Location = New System.Drawing.Point(96, 160)
Me.Button30.Name = "Button30"
Me.Button30.TabIndex = 28
Me.Button30.Text = "查询"
'
'Button23
'
Me.Button23.Location = New System.Drawing.Point(224, 160)
Me.Button23.Name = "Button23"
Me.Button23.TabIndex = 27
Me.Button23.Text = "删除"
'
'TextBox24
'
Me.TextBox24.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.Ds31, "学术著作.出版社"))
Me.TextBox24.Location = New System.Drawing.Point(88, 125)
Me.TextBox24.Name = "TextBox24"
Me.TextBox24.TabIndex = 25
Me.TextBox24.Text = ""
'
'Label27
'
Me.Label27.Location = New System.Drawing.Point(16, 125)
Me.Label27.Name = "Label27"
Me.Label27.Size = New System.Drawing.Size(80, 24)
Me.Label27.TabIndex = 24
Me.Label27.Text = "出版社:"
'
'CheckBox15
'
Me.CheckBox15.Location = New System.Drawing.Point(200, 80)
Me.CheckBox15.Name = "CheckBox15"
Me.CheckBox15.Size = New System.Drawing.Size(24, 24)
Me.CheckBox15.TabIndex = 22
'
'CheckBox16
'
Me.CheckBox16.Checked = True
Me.CheckBox16.CheckState = System.Windows.Forms.CheckState.Checked
Me.CheckBox16.Location = New System.Drawing.Point(200, 32)
Me.CheckBox16.Name = "CheckBox16"
Me.CheckBox16.Size = New System.Drawing.Size(24, 24)
Me.CheckBox16.TabIndex = 21
'
'TextBox25
'
Me.TextBox25.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.Ds31, "学术著作.作者"))
Me.TextBox25.Location = New System.Drawing.Point(88, 80)
Me.TextBox25.Name = "TextBox25"
Me.TextBox25.TabIndex = 20
Me.TextBox25.Text = ""
'
'TextBox26
'
Me.TextBox26.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.Ds31, "学术著作.题目"))
Me.TextBox26.Location = New System.Drawing.Point(256, 48)
Me.TextBox26.Name = "TextBox26"
Me.TextBox26.TabIndex = 19
Me.TextBox26.Text = ""
'
'TextBox27
'
Me.TextBox27.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.Ds31, "学术著作.著作编号"))
Me.TextBox27.Location = New System.Drawing.Point(88, 32)
Me.TextBox27.Name = "TextBox27"
Me.TextBox27.TabIndex = 18
Me.TextBox27.Text = ""
'
'Label28
'
Me.Label28.Location = New System.Drawing.Point(16, 80)
Me.Label28.Name = "Label28"
Me.Label28.Size = New System.Drawing.Size(80, 24)
Me.Label28.TabIndex = 16
Me.Label28.Text = "作者:"
'
'Label29
'
Me.Label29.Location = New System.Drawing.Point(256, 16)
Me.Label29.Name = "Label29"
Me.Label29.Size = New System.Drawing.Size(80, 24)
Me.Label29.TabIndex = 15
Me.Label29.Text = "题 目:"
'
'Label30
'
Me.Label30.Location = New System.Drawing.Point(16, 40)
Me.Label30.Name = "Label30"
Me.Label30.Size = New System.Drawing.Size(80, 24)
Me.Label30.TabIndex = 14
Me.Label30.Text = "著作编号:"
'
'GroupBox13
'
Me.GroupBox13.Controls.Add(Me.Button29)
Me.GroupBox13.Controls.Add(Me.Button25)
Me.GroupBox13.Controls.Add(Me.Button24)
Me.GroupBox13.Controls.Add(Me.Button13)
Me.GroupBox13.Location = New System.Drawing.Point(16, 16)
Me.GroupBox13.Name = "GroupBox13"
Me.GroupBox13.Size = New System.Drawing.Size(104, 184)
Me.GroupBox13.TabIndex = 34
Me.GroupBox13.TabStop = False
Me.GroupBox13.Text = "操作"
'
'Button29
'
Me.Button29.Location = New System.Drawing.Point(8, 24)
Me.Button29.Name = "Button29"
Me.Button29.TabIndex = 33
Me.Button29.Text = "刷新"
'
'Button25
'
Me.Button25.Location = New System.Drawing.Point(8, 64)
Me.Button25.Name = "Button25"
Me.Button25.TabIndex = 0
Me.Button25.Text = "登记"
'
'Button24
'
Me.Button24.Location = New System.Drawing.Point(8, 104)
Me.Button24.Name = "Button24"
Me.Button24.TabIndex = 17
Me.Button24.Text = "查询"
'
'Button13
'
Me.Button13.Location = New System.Drawing.Point(8, 136)
Me.Button13.Name = "Button13"
Me.Button13.TabIndex = 28
Me.Button13.Text = "更新"
'
'TabPage5
'
Me.TabPage5.Controls.Add(Me.GroupBox14)
Me.TabPage5.Controls.Add(Me.GroupBox15)
Me.TabPage5.Location = New System.Drawing.Point(4, 21)
Me.TabPage5.Name = "TabPage5"
Me.TabPage5.Size = New System.Drawing.Size(768, 223)
Me.TabPage5.TabIndex = 4
Me.TabPage5.Text = "其他管理"
'
'GroupBox14
'
Me.GroupBox14.Controls.Add(Me.Button9)
Me.GroupBox14.Controls.Add(Me.Button8)
Me.GroupBox14.Controls.Add(Me.Button7)
Me.GroupBox14.Controls.Add(Me.Button6)
Me.GroupBox14.Cont
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -