_ Partial Class AddMember_frm Inherits System.Windows.Forms.Form 'Form 重写 Dispose,以清理组件列表。 _ 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 窗体设计器修改它。 '不要使用代码编辑器修改它。 _ Private Sub InitializeComponent() Me.ComboBox1 = New System.Windows.Forms.ComboBox() Me.Label1 = New System.Windows.Forms.Label() Me.Label3 = New System.Windows.Forms.Label() Me.ComboBox3 = New System.Windows.Forms.ComboBox() Me.Label4 = New System.Windows.Forms.Label() Me.ComboBox4 = New System.Windows.Forms.ComboBox() Me.Button1 = New System.Windows.Forms.Button() Me.SuspendLayout ' 'ComboBox1 ' Me.ComboBox1.Font = New System.Drawing.Font("宋体", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134,Byte)) Me.ComboBox1.FormattingEnabled = true Me.ComboBox1.Location = New System.Drawing.Point(142, 29) Me.ComboBox1.Name = "ComboBox1" Me.ComboBox1.Size = New System.Drawing.Size(216, 24) Me.ComboBox1.TabIndex = 0 ' 'Label1 ' Me.Label1.BackColor = System.Drawing.SystemColors.ControlLight Me.Label1.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134,Byte)) Me.Label1.Location = New System.Drawing.Point(10, 27) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(131, 26) Me.Label1.TabIndex = 1 Me.Label1.Text = "添加到团队的成员:" Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'Label3 ' Me.Label3.BackColor = System.Drawing.SystemColors.ControlLight Me.Label3.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134,Byte)) Me.Label3.Location = New System.Drawing.Point(10, 101) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(131, 26) Me.Label3.TabIndex = 5 Me.Label3.Text = "添加到项目团队:" Me.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'ComboBox3 ' Me.ComboBox3.Font = New System.Drawing.Font("宋体", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134,Byte)) Me.ComboBox3.FormattingEnabled = true Me.ComboBox3.Location = New System.Drawing.Point(142, 103) Me.ComboBox3.Name = "ComboBox3" Me.ComboBox3.Size = New System.Drawing.Size(216, 24) Me.ComboBox3.TabIndex = 4 ' 'Label4 ' Me.Label4.BackColor = System.Drawing.SystemColors.ControlLight Me.Label4.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134,Byte)) Me.Label4.Location = New System.Drawing.Point(10, 64) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(131, 26) Me.Label4.TabIndex = 7 Me.Label4.Text = "成员权限:" Me.Label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'ComboBox4 ' Me.ComboBox4.Font = New System.Drawing.Font("宋体", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134,Byte)) Me.ComboBox4.FormattingEnabled = true Me.ComboBox4.Location = New System.Drawing.Point(142, 66) Me.ComboBox4.Name = "ComboBox4" Me.ComboBox4.Size = New System.Drawing.Size(216, 24) Me.ComboBox4.TabIndex = 6 ' 'Button1 ' Me.Button1.Location = New System.Drawing.Point(239, 154) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(119, 41) Me.Button1.TabIndex = 8 Me.Button1.Text = "确认添加" Me.Button1.UseVisualStyleBackColor = true ' 'AddMember_frm ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6!, 12!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(363, 217) Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.ComboBox4) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.ComboBox3) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.ComboBox1) Me.MaximizeBox = false Me.MinimizeBox = false Me.Name = "AddMember_frm" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent Me.Text = "添加成员" Me.ResumeLayout(false) End Sub Friend WithEvents ComboBox1 As ComboBox Friend WithEvents Label1 As Label Friend WithEvents Label3 As Label Friend WithEvents ComboBox3 As ComboBox Friend WithEvents Label4 As Label Friend WithEvents ComboBox4 As ComboBox Friend WithEvents Button1 As Button End Class