_ Partial Class CreateProject 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.Label1 = New System.Windows.Forms.Label() Me.Holte_cbo = New System.Windows.Forms.ComboBox() Me.Label2 = New System.Windows.Forms.Label() Me.Title_txt = New System.Windows.Forms.TextBox() Me.StartTime_tim = New System.Windows.Forms.DateTimePicker() Me.Label3 = New System.Windows.Forms.Label() Me.Label5 = New System.Windows.Forms.Label() Me.StopTime_tim = New System.Windows.Forms.DateTimePicker() Me.level_cbo = New System.Windows.Forms.ComboBox() Me.Label6 = New System.Windows.Forms.Label() Me.layer_cbo = New System.Windows.Forms.ComboBox() Me.Label7 = New System.Windows.Forms.Label() Me.Panel8 = New System.Windows.Forms.Panel() Me.UserControl11 = New BLV_Studio.UserControl1() Me.Button1 = New System.Windows.Forms.Button() Me.Room_cbo = New System.Windows.Forms.ComboBox() Me.Label8 = New System.Windows.Forms.Label() Me.RoomID_cbo = New System.Windows.Forms.ComboBox() Me.Label9 = New System.Windows.Forms.Label() Me.Label10 = New System.Windows.Forms.Label() Me.department_cbo = New System.Windows.Forms.ComboBox() Me.Label11 = New System.Windows.Forms.Label() Me.ManageUser_cbo = New System.Windows.Forms.ComboBox() Me.Panel8.SuspendLayout Me.SuspendLayout ' 'Label1 ' Me.Label1.Location = New System.Drawing.Point(5, 85) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(86, 23) Me.Label1.TabIndex = 0 Me.Label1.Text = "所属项目:" Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'Holte_cbo ' Me.Holte_cbo.Font = New System.Drawing.Font("宋体", 12!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134,Byte)) Me.Holte_cbo.FormattingEnabled = true Me.Holte_cbo.Location = New System.Drawing.Point(97, 85) Me.Holte_cbo.Name = "Holte_cbo" Me.Holte_cbo.Size = New System.Drawing.Size(145, 24) Me.Holte_cbo.TabIndex = 1 ' 'Label2 ' Me.Label2.Location = New System.Drawing.Point(5, 23) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(86, 23) Me.Label2.TabIndex = 2 Me.Label2.Text = "请输入标题:" Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'Title_txt ' Me.Title_txt.Location = New System.Drawing.Point(97, 25) Me.Title_txt.Multiline = true Me.Title_txt.Name = "Title_txt" Me.Title_txt.Size = New System.Drawing.Size(602, 46) Me.Title_txt.TabIndex = 3 ' 'StartTime_tim ' Me.StartTime_tim.CalendarFont = New System.Drawing.Font("宋体", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134,Byte)) Me.StartTime_tim.Checked = false Me.StartTime_tim.CustomFormat = "" Me.StartTime_tim.Location = New System.Drawing.Point(97, 157) Me.StartTime_tim.Name = "StartTime_tim" Me.StartTime_tim.Size = New System.Drawing.Size(200, 21) Me.StartTime_tim.TabIndex = 4 ' 'Label3 ' Me.Label3.Location = New System.Drawing.Point(5, 157) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(86, 23) Me.Label3.TabIndex = 5 Me.Label3.Text = "开始时间:" Me.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'Label5 ' Me.Label5.Location = New System.Drawing.Point(303, 157) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(86, 23) Me.Label5.TabIndex = 9 Me.Label5.Text = "截止时间:" Me.Label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'StopTime_tim ' Me.StopTime_tim.CalendarFont = New System.Drawing.Font("宋体", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134,Byte)) Me.StopTime_tim.Location = New System.Drawing.Point(395, 157) Me.StopTime_tim.Name = "StopTime_tim" Me.StopTime_tim.Size = New System.Drawing.Size(200, 21) Me.StopTime_tim.TabIndex = 8 ' 'level_cbo ' Me.level_cbo.Font = New System.Drawing.Font("宋体", 12!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134,Byte)) Me.level_cbo.FormattingEnabled = true Me.level_cbo.Location = New System.Drawing.Point(97, 190) Me.level_cbo.Name = "level_cbo" Me.level_cbo.Size = New System.Drawing.Size(145, 24) Me.level_cbo.TabIndex = 11 ' 'Label6 ' Me.Label6.Location = New System.Drawing.Point(5, 193) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(86, 23) Me.Label6.TabIndex = 10 Me.Label6.Text = "优先级:" Me.Label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'layer_cbo ' Me.layer_cbo.Font = New System.Drawing.Font("宋体", 12!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134,Byte)) Me.layer_cbo.FormattingEnabled = true Me.layer_cbo.Items.AddRange(New Object() {"提交事务", "开始处理", "处理完成", "正在验证", "验证通过", "验证不通过", "增加评论"}) Me.layer_cbo.Location = New System.Drawing.Point(395, 190) Me.layer_cbo.Name = "layer_cbo" Me.layer_cbo.Size = New System.Drawing.Size(145, 24) Me.layer_cbo.TabIndex = 13 ' 'Label7 ' Me.Label7.Location = New System.Drawing.Point(303, 193) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(86, 23) Me.Label7.TabIndex = 12 Me.Label7.Text = "事件类型:" Me.Label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'Panel8 ' Me.Panel8.Controls.Add(Me.UserControl11) Me.Panel8.Dock = System.Windows.Forms.DockStyle.Bottom Me.Panel8.Location = New System.Drawing.Point(0, 260) Me.Panel8.Name = "Panel8" Me.Panel8.Size = New System.Drawing.Size(720, 490) Me.Panel8.TabIndex = 83 ' 'UserControl11 ' Me.UserControl11.Dock = System.Windows.Forms.DockStyle.Fill Me.UserControl11.Location = New System.Drawing.Point(0, 0) Me.UserControl11.Name = "UserControl11" Me.UserControl11.Size = New System.Drawing.Size(720, 490) Me.UserControl11.TabIndex = 0 ' 'Button1 ' Me.Button1.Location = New System.Drawing.Point(605, 219) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(94, 46) Me.Button1.TabIndex = 84 Me.Button1.Text = "确认" Me.Button1.UseVisualStyleBackColor = True ' 'Room_cbo ' Me.Room_cbo.Font = New System.Drawing.Font("宋体", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.Room_cbo.FormattingEnabled = True Me.Room_cbo.Location = New System.Drawing.Point(395, 85) Me.Room_cbo.Name = "Room_cbo" Me.Room_cbo.Size = New System.Drawing.Size(304, 24) Me.Room_cbo.TabIndex = 86 ' 'Label8 ' Me.Label8.Location = New System.Drawing.Point(303, 85) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(86, 23) Me.Label8.TabIndex = 85 Me.Label8.Text = "相关户型:" Me.Label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'RoomID_cbo ' Me.RoomID_cbo.Font = New System.Drawing.Font("宋体", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.RoomID_cbo.FormattingEnabled = True Me.RoomID_cbo.Location = New System.Drawing.Point(97, 123) Me.RoomID_cbo.Name = "RoomID_cbo" Me.RoomID_cbo.Size = New System.Drawing.Size(145, 24) Me.RoomID_cbo.TabIndex = 88 ' 'Label9 ' Me.Label9.Location = New System.Drawing.Point(5, 123) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(86, 23) Me.Label9.TabIndex = 87 Me.Label9.Text = "相关房间ID:" Me.Label9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'Label10 ' Me.Label10.Location = New System.Drawing.Point(303, 229) Me.Label10.Name = "Label10" Me.Label10.Size = New System.Drawing.Size(86, 23) Me.Label10.TabIndex = 91 Me.Label10.Text = "处理人:" Me.Label10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'department_cbo ' Me.department_cbo.Font = New System.Drawing.Font("宋体", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.department_cbo.FormattingEnabled = True Me.department_cbo.Location = New System.Drawing.Point(97, 227) Me.department_cbo.Name = "department_cbo" Me.department_cbo.Size = New System.Drawing.Size(145, 24) Me.department_cbo.TabIndex = 90 ' 'Label11 ' Me.Label11.Location = New System.Drawing.Point(5, 229) Me.Label11.Name = "Label11" Me.Label11.Size = New System.Drawing.Size(86, 23) Me.Label11.TabIndex = 89 Me.Label11.Text = "处理部门:" Me.Label11.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'ManageUser_cbo ' Me.ManageUser_cbo.Font = New System.Drawing.Font("宋体", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.ManageUser_cbo.FormattingEnabled = True Me.ManageUser_cbo.Location = New System.Drawing.Point(395, 226) Me.ManageUser_cbo.Name = "ManageUser_cbo" Me.ManageUser_cbo.Size = New System.Drawing.Size(145, 24) Me.ManageUser_cbo.TabIndex = 92 ' 'CreateProject ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(720, 750) Me.Controls.Add(Me.ManageUser_cbo) Me.Controls.Add(Me.Label10) Me.Controls.Add(Me.department_cbo) Me.Controls.Add(Me.Label11) Me.Controls.Add(Me.RoomID_cbo) Me.Controls.Add(Me.Label9) Me.Controls.Add(Me.Room_cbo) Me.Controls.Add(Me.Label8) Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.Panel8) Me.Controls.Add(Me.layer_cbo) Me.Controls.Add(Me.Label7) Me.Controls.Add(Me.level_cbo) Me.Controls.Add(Me.Label6) Me.Controls.Add(Me.Label5) Me.Controls.Add(Me.StopTime_tim) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.StartTime_tim) Me.Controls.Add(Me.Title_txt) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.Holte_cbo) Me.Controls.Add(Me.Label1) Me.Name = "CreateProject" Me.Text = "创建项目" Me.Panel8.ResumeLayout(false) Me.ResumeLayout(false) Me.PerformLayout End Sub Friend WithEvents Label1 As Label Friend WithEvents Holte_cbo As ComboBox Friend WithEvents Label2 As Label Friend WithEvents Title_txt As TextBox Friend WithEvents StartTime_tim As DateTimePicker Friend WithEvents Label3 As Label Friend WithEvents Label5 As Label Friend WithEvents StopTime_tim As DateTimePicker Friend WithEvents level_cbo As ComboBox Friend WithEvents Label6 As Label Friend WithEvents layer_cbo As ComboBox Friend WithEvents Label7 As Label Friend WithEvents Panel8 As Panel Friend WithEvents Button1 As Button Friend WithEvents UserControl11 As UserControl1 Friend WithEvents Room_cbo As ComboBox Friend WithEvents Label8 As Label Friend WithEvents RoomID_cbo As ComboBox Friend WithEvents Label9 As Label Friend WithEvents Label10 As Label Friend WithEvents department_cbo As ComboBox Friend WithEvents Label11 As Label Friend WithEvents ManageUser_cbo As ComboBox End Class