www.pudn.com > studen.rar > Form2.Designer.vb
_ Partial Class Form2 Inherits System.Windows.Forms.Form 'Form 重写 Dispose,以清理组件列表。 _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) If disposing AndAlso components IsNot Nothing Then components.Dispose() End If MyBase.Dispose(disposing) End Sub 'Windows 窗体设计器所必需的 Private components As System.ComponentModel.IContainer '注意: 以下过程是 Windows 窗体设计器所必需的 '可以使用 Windows 窗体设计器修改它。 '不要使用代码编辑器修改它。 _ Private Sub InitializeComponent() Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle Me.Label1 = New System.Windows.Forms.Label 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.TextBox4 = New System.Windows.Forms.TextBox Me.Label4 = New System.Windows.Forms.Label Me.TextBox5 = New System.Windows.Forms.TextBox Me.Label5 = New System.Windows.Forms.Label Me.TextBox6 = New System.Windows.Forms.TextBox Me.Label6 = New System.Windows.Forms.Label Me.GroupBox1 = New System.Windows.Forms.GroupBox Me.DataGridView1 = New System.Windows.Forms.DataGridView Me.GroupBox2 = New System.Windows.Forms.GroupBox Me.TextBox8 = New System.Windows.Forms.TextBox Me.Label7 = New System.Windows.Forms.Label Me.Label8 = New System.Windows.Forms.Label Me.TextBox1 = New System.Windows.Forms.TextBox Me.TextBox7 = New System.Windows.Forms.TextBox Me.GroupBox3 = New System.Windows.Forms.GroupBox Me.Label10 = New System.Windows.Forms.Label Me.TextBox9 = New System.Windows.Forms.TextBox Me.PictureBox1 = New System.Windows.Forms.PictureBox Me.GroupBox1.SuspendLayout() CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit() Me.GroupBox2.SuspendLayout() Me.GroupBox3.SuspendLayout() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(115, 11) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(41, 12) Me.Label1.TabIndex = 4 Me.Label1.Text = "籍 贯" ' 'TextBox2 ' Me.TextBox2.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.TextBox2.Cursor = System.Windows.Forms.Cursors.Default Me.TextBox2.Location = New System.Drawing.Point(167, 8) Me.TextBox2.Name = "TextBox2" Me.TextBox2.Size = New System.Drawing.Size(161, 21) Me.TextBox2.TabIndex = 5 ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(108, 38) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(53, 12) Me.Label2.TabIndex = 6 Me.Label2.Text = "身份证号" ' 'TextBox3 ' Me.TextBox3.Location = New System.Drawing.Point(167, 35) Me.TextBox3.Name = "TextBox3" Me.TextBox3.Size = New System.Drawing.Size(159, 21) Me.TextBox3.TabIndex = 7 ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(108, 93) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(53, 12) Me.Label3.TabIndex = 9 Me.Label3.Text = "政治面貌" ' 'TextBox4 ' Me.TextBox4.Location = New System.Drawing.Point(167, 90) Me.TextBox4.Name = "TextBox4" Me.TextBox4.Size = New System.Drawing.Size(39, 21) Me.TextBox4.TabIndex = 10 ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Location = New System.Drawing.Point(114, 66) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(29, 12) Me.Label4.TabIndex = 11 Me.Label4.Text = "宿舍" ' 'TextBox5 ' Me.TextBox5.AcceptsReturn = True Me.TextBox5.Location = New System.Drawing.Point(167, 62) Me.TextBox5.Multiline = True Me.TextBox5.Name = "TextBox5" Me.TextBox5.Size = New System.Drawing.Size(100, 21) Me.TextBox5.TabIndex = 12 ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Location = New System.Drawing.Point(277, 68) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(29, 12) Me.Label5.TabIndex = 13 Me.Label5.Text = "电话" ' 'TextBox6 ' Me.TextBox6.Location = New System.Drawing.Point(312, 63) Me.TextBox6.Name = "TextBox6" Me.TextBox6.Size = New System.Drawing.Size(111, 21) Me.TextBox6.TabIndex = 14 ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.Location = New System.Drawing.Point(27, 136) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(41, 12) Me.Label6.TabIndex = 15 Me.Label6.Text = "Label6" ' 'GroupBox1 ' Me.GroupBox1.Controls.Add(Me.DataGridView1) Me.GroupBox1.Location = New System.Drawing.Point(-2, 166) Me.GroupBox1.Name = "GroupBox1" Me.GroupBox1.Size = New System.Drawing.Size(686, 177) Me.GroupBox1.TabIndex = 16 Me.GroupBox1.TabStop = False Me.GroupBox1.Text = "学生成绩" ' 'DataGridView1 ' DataGridViewCellStyle1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer)) DataGridViewCellStyle1.SelectionBackColor = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer)) DataGridViewCellStyle1.SelectionForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.DataGridView1.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1 Me.DataGridView1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.DataGridView1.BackgroundColor = System.Drawing.SystemColors.ButtonFace Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.DataGridView1.GridColor = System.Drawing.Color.Cornsilk Me.DataGridView1.Location = New System.Drawing.Point(0, 13) Me.DataGridView1.Name = "DataGridView1" Me.DataGridView1.ReadOnly = True Me.DataGridView1.RowTemplate.Height = 23 Me.DataGridView1.Size = New System.Drawing.Size(533, 158) Me.DataGridView1.TabIndex = 0 ' 'GroupBox2 ' Me.GroupBox2.Controls.Add(Me.TextBox8) Me.GroupBox2.Location = New System.Drawing.Point(437, 0) Me.GroupBox2.Name = "GroupBox2" Me.GroupBox2.Size = New System.Drawing.Size(94, 111) Me.GroupBox2.TabIndex = 20 Me.GroupBox2.TabStop = False Me.GroupBox2.Text = " 社会活动" ' 'TextBox8 ' Me.TextBox8.Location = New System.Drawing.Point(0, 11) Me.TextBox8.Multiline = True Me.TextBox8.Name = "TextBox8" Me.TextBox8.Size = New System.Drawing.Size(94, 100) Me.TextBox8.TabIndex = 0 ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.Location = New System.Drawing.Point(333, 9) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(41, 12) Me.Label7.TabIndex = 21 Me.Label7.Text = "年 龄" ' 'Label8 ' Me.Label8.AutoSize = True Me.Label8.Location = New System.Drawing.Point(333, 39) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(41, 12) Me.Label8.TabIndex = 22 Me.Label8.Text = "性 别" ' 'TextBox1 ' Me.TextBox1.Enabled = False Me.TextBox1.Location = New System.Drawing.Point(380, 6) Me.TextBox1.Name = "TextBox1" Me.TextBox1.Size = New System.Drawing.Size(43, 21) Me.TextBox1.TabIndex = 23 ' 'TextBox7 ' Me.TextBox7.Enabled = False Me.TextBox7.Location = New System.Drawing.Point(380, 36) Me.TextBox7.Name = "TextBox7" Me.TextBox7.Size = New System.Drawing.Size(43, 21) Me.TextBox7.TabIndex = 24 ' 'GroupBox3 ' Me.GroupBox3.Controls.Add(Me.PictureBox1) Me.GroupBox3.Controls.Add(Me.Label6) Me.GroupBox3.Location = New System.Drawing.Point(-2, 0) Me.GroupBox3.Name = "GroupBox3" Me.GroupBox3.Size = New System.Drawing.Size(110, 160) Me.GroupBox3.TabIndex = 26 Me.GroupBox3.TabStop = False ' 'Label10 ' Me.Label10.AutoSize = True Me.Label10.Location = New System.Drawing.Point(212, 93) Me.Label10.Name = "Label10" Me.Label10.Size = New System.Drawing.Size(53, 12) Me.Label10.TabIndex = 27 Me.Label10.Text = "考生来源" ' 'TextBox9 ' Me.TextBox9.Location = New System.Drawing.Point(279, 90) Me.TextBox9.Name = "TextBox9" Me.TextBox9.Size = New System.Drawing.Size(144, 21) Me.TextBox9.TabIndex = 28 ' 'PictureBox1 ' Me.PictureBox1.BackColor = System.Drawing.Color.White Me.PictureBox1.Location = New System.Drawing.Point(4, 9) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(100, 124) Me.PictureBox1.TabIndex = 0 Me.PictureBox1.TabStop = False ' 'Form2 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.BackColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer)) Me.CausesValidation = False Me.ClientSize = New System.Drawing.Size(533, 338) Me.Controls.Add(Me.TextBox9) Me.Controls.Add(Me.Label10) Me.Controls.Add(Me.GroupBox3) Me.Controls.Add(Me.TextBox7) Me.Controls.Add(Me.TextBox1) Me.Controls.Add(Me.Label8) Me.Controls.Add(Me.Label7) Me.Controls.Add(Me.GroupBox2) Me.Controls.Add(Me.GroupBox1) Me.Controls.Add(Me.TextBox6) Me.Controls.Add(Me.Label5) Me.Controls.Add(Me.TextBox5) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.TextBox4) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.TextBox3) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.TextBox2) Me.Controls.Add(Me.Label1) Me.Cursor = System.Windows.Forms.Cursors.Default Me.MaximizeBox = False Me.Name = "Form2" Me.Text = "Form2" Me.GroupBox1.ResumeLayout(False) CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit() Me.GroupBox2.ResumeLayout(False) Me.GroupBox2.PerformLayout() Me.GroupBox3.ResumeLayout(False) Me.GroupBox3.PerformLayout() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox Friend WithEvents Label1 As System.Windows.Forms.Label 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 TextBox4 As System.Windows.Forms.TextBox Friend WithEvents Label4 As System.Windows.Forms.Label Friend WithEvents TextBox5 As System.Windows.Forms.TextBox Friend WithEvents Label5 As System.Windows.Forms.Label Friend WithEvents TextBox6 As System.Windows.Forms.TextBox Friend WithEvents Label6 As System.Windows.Forms.Label Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox Friend WithEvents DataGridView1 As System.Windows.Forms.DataGridView Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox Friend WithEvents Label7 As System.Windows.Forms.Label Friend WithEvents Label8 As System.Windows.Forms.Label Friend WithEvents TextBox1 As System.Windows.Forms.TextBox Friend WithEvents TextBox7 As System.Windows.Forms.TextBox Friend WithEvents TextBox8 As System.Windows.Forms.TextBox Friend WithEvents GroupBox3 As System.Windows.Forms.GroupBox Friend WithEvents Label10 As System.Windows.Forms.Label Friend WithEvents TextBox9 As System.Windows.Forms.TextBox End Class