196 lines
11 KiB
VB.net
196 lines
11 KiB
VB.net
Partial Class QuestionVC
|
|
|
|
<System.Diagnostics.DebuggerNonUserCode()> _
|
|
Public Sub New(ByVal Container As System.ComponentModel.IContainer)
|
|
MyClass.New()
|
|
|
|
'Required for Windows.Forms Class Composition Designer support
|
|
Container.Add(Me)
|
|
|
|
End Sub
|
|
|
|
'Component overrides dispose to clean up the component list.
|
|
<System.Diagnostics.DebuggerNonUserCode()> _
|
|
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
|
|
If disposing AndAlso components IsNot Nothing Then
|
|
components.Dispose()
|
|
End If
|
|
MyBase.Dispose(disposing)
|
|
End Sub
|
|
|
|
'Required by the Component Designer
|
|
Private components As System.ComponentModel.IContainer
|
|
|
|
'NOTE: The following procedure is required by the Component Designer
|
|
'It can be modified using the Component Designer.
|
|
'Do not modify it using the code editor.
|
|
<System.Diagnostics.DebuggerStepThrough()> _
|
|
Private Sub InitializeComponent()
|
|
Me.components = New System.ComponentModel.Container()
|
|
Me.aCreateAnswer = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aCreateReply = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aCreateQuestion = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aViewQuestionInfo = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aCloseQuestion = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components)
|
|
Me.aCreateWorkSheetfromQuestion = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components)
|
|
Me.aSetUserResponsibleQuestion = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components)
|
|
Me.aOpenWorkSheet_Subcontractor_Question = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components)
|
|
Me.aViewQuestionInfo_Subcontractor = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
'
|
|
'aCreateAnswer
|
|
'
|
|
Me.aCreateAnswer.Caption = "Create Answer"
|
|
Me.aCreateAnswer.Category = "Save"
|
|
Me.aCreateAnswer.ConfirmationMessage = Nothing
|
|
Me.aCreateAnswer.Id = "aCreateAnswer"
|
|
Me.aCreateAnswer.ImageName = "contract"
|
|
Me.aCreateAnswer.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
|
|
Me.aCreateAnswer.Shortcut = Nothing
|
|
Me.aCreateAnswer.Tag = Nothing
|
|
Me.aCreateAnswer.TargetObjectsCriteria = "QuestionClosed=0"
|
|
Me.aCreateAnswer.TargetViewId = ""
|
|
Me.aCreateAnswer.ToolTip = Nothing
|
|
Me.aCreateAnswer.TypeOfView = Nothing
|
|
'
|
|
'aCreateReply
|
|
'
|
|
Me.aCreateReply.Caption = "Create reply"
|
|
Me.aCreateReply.Category = "aCreateReply"
|
|
Me.aCreateReply.ConfirmationMessage = Nothing
|
|
Me.aCreateReply.Id = "aCreateReply"
|
|
Me.aCreateReply.ImageName = "message_add"
|
|
Me.aCreateReply.Shortcut = Nothing
|
|
Me.aCreateReply.Tag = Nothing
|
|
Me.aCreateReply.TargetObjectsCriteria = Nothing
|
|
Me.aCreateReply.TargetViewId = ""
|
|
Me.aCreateReply.ToolTip = Nothing
|
|
Me.aCreateReply.TypeOfView = Nothing
|
|
'
|
|
'aCreateQuestion
|
|
'
|
|
Me.aCreateQuestion.Caption = "Create Question"
|
|
Me.aCreateQuestion.Category = "Save"
|
|
Me.aCreateQuestion.ConfirmationMessage = Nothing
|
|
Me.aCreateQuestion.Id = "aCreateQuestion"
|
|
Me.aCreateQuestion.ImageName = "message_edit"
|
|
Me.aCreateQuestion.Shortcut = Nothing
|
|
Me.aCreateQuestion.Tag = Nothing
|
|
Me.aCreateQuestion.TargetObjectsCriteria = Nothing
|
|
Me.aCreateQuestion.TargetObjectType = GetType(Nuvolar.[Module].Question)
|
|
Me.aCreateQuestion.TargetViewId = ""
|
|
Me.aCreateQuestion.ToolTip = Nothing
|
|
Me.aCreateQuestion.TypeOfView = Nothing
|
|
'
|
|
'aViewQuestionInfo
|
|
'
|
|
Me.aViewQuestionInfo.Caption = "aViewQuestionInfo"
|
|
Me.aViewQuestionInfo.Category = "RecordEdit"
|
|
Me.aViewQuestionInfo.ConfirmationMessage = Nothing
|
|
Me.aViewQuestionInfo.Id = "aViewQuestionInfo"
|
|
Me.aViewQuestionInfo.ImageName = "Action_Printing_Preview"
|
|
Me.aViewQuestionInfo.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
|
|
Me.aViewQuestionInfo.Shortcut = Nothing
|
|
Me.aViewQuestionInfo.Tag = Nothing
|
|
Me.aViewQuestionInfo.TargetObjectsCriteria = Nothing
|
|
Me.aViewQuestionInfo.TargetObjectType = GetType(Nuvolar.[Module].Question)
|
|
Me.aViewQuestionInfo.TargetViewId = ""
|
|
Me.aViewQuestionInfo.ToolTip = Nothing
|
|
Me.aViewQuestionInfo.TypeOfView = Nothing
|
|
'
|
|
'aCloseQuestion
|
|
'
|
|
Me.aCloseQuestion.AcceptButtonCaption = Nothing
|
|
Me.aCloseQuestion.CancelButtonCaption = Nothing
|
|
Me.aCloseQuestion.Caption = "Close Question"
|
|
Me.aCloseQuestion.Category = "aCloseQuestion"
|
|
Me.aCloseQuestion.ConfirmationMessage = Nothing
|
|
Me.aCloseQuestion.Id = "aCloseQuestion"
|
|
Me.aCloseQuestion.ImageName = Nothing
|
|
Me.aCloseQuestion.Shortcut = Nothing
|
|
Me.aCloseQuestion.Tag = Nothing
|
|
Me.aCloseQuestion.TargetObjectsCriteria = Nothing
|
|
Me.aCloseQuestion.TargetObjectType = GetType(Nuvolar.[Module].Question)
|
|
Me.aCloseQuestion.TargetViewId = ""
|
|
Me.aCloseQuestion.ToolTip = Nothing
|
|
Me.aCloseQuestion.TypeOfView = Nothing
|
|
'
|
|
'aCreateWorkSheetfromQuestion
|
|
'
|
|
Me.aCreateWorkSheetfromQuestion.AcceptButtonCaption = Nothing
|
|
Me.aCreateWorkSheetfromQuestion.CancelButtonCaption = Nothing
|
|
Me.aCreateWorkSheetfromQuestion.Caption = "aCreateWorkSheetfromQuestion"
|
|
Me.aCreateWorkSheetfromQuestion.ConfirmationMessage = Nothing
|
|
Me.aCreateWorkSheetfromQuestion.Id = "aCreateWorkSheetfromQuestion"
|
|
Me.aCreateWorkSheetfromQuestion.ImageName = Nothing
|
|
Me.aCreateWorkSheetfromQuestion.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
|
|
Me.aCreateWorkSheetfromQuestion.Shortcut = Nothing
|
|
Me.aCreateWorkSheetfromQuestion.Tag = Nothing
|
|
Me.aCreateWorkSheetfromQuestion.TargetObjectsCriteria = Nothing
|
|
Me.aCreateWorkSheetfromQuestion.TargetObjectType = GetType(Nuvolar.[Module].Question)
|
|
Me.aCreateWorkSheetfromQuestion.TargetViewId = Nothing
|
|
Me.aCreateWorkSheetfromQuestion.ToolTip = Nothing
|
|
Me.aCreateWorkSheetfromQuestion.TypeOfView = Nothing
|
|
'
|
|
'aSetUserResponsibleQuestion
|
|
'
|
|
Me.aSetUserResponsibleQuestion.AcceptButtonCaption = Nothing
|
|
Me.aSetUserResponsibleQuestion.CancelButtonCaption = Nothing
|
|
Me.aSetUserResponsibleQuestion.Caption = "aSet User Responsible Question"
|
|
Me.aSetUserResponsibleQuestion.ConfirmationMessage = Nothing
|
|
Me.aSetUserResponsibleQuestion.Id = "aSetUserResponsibleQuestion"
|
|
Me.aSetUserResponsibleQuestion.ImageName = Nothing
|
|
Me.aSetUserResponsibleQuestion.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireMultipleObjects
|
|
Me.aSetUserResponsibleQuestion.Shortcut = Nothing
|
|
Me.aSetUserResponsibleQuestion.Tag = Nothing
|
|
Me.aSetUserResponsibleQuestion.TargetObjectsCriteria = Nothing
|
|
Me.aSetUserResponsibleQuestion.TargetObjectType = GetType(Nuvolar.[Module].Question)
|
|
Me.aSetUserResponsibleQuestion.TargetViewId = Nothing
|
|
Me.aSetUserResponsibleQuestion.ToolTip = Nothing
|
|
Me.aSetUserResponsibleQuestion.TypeOfView = Nothing
|
|
'
|
|
'aOpenWorkSheet_Subcontractor_Question
|
|
'
|
|
Me.aOpenWorkSheet_Subcontractor_Question.AcceptButtonCaption = Nothing
|
|
Me.aOpenWorkSheet_Subcontractor_Question.CancelButtonCaption = Nothing
|
|
Me.aOpenWorkSheet_Subcontractor_Question.Caption = "aOpenWorkSheet_Subcontractor_Question"
|
|
Me.aOpenWorkSheet_Subcontractor_Question.ConfirmationMessage = Nothing
|
|
Me.aOpenWorkSheet_Subcontractor_Question.Id = "aOpenWorkSheet_Subcontractor_Question"
|
|
Me.aOpenWorkSheet_Subcontractor_Question.ImageName = Nothing
|
|
Me.aOpenWorkSheet_Subcontractor_Question.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
|
|
Me.aOpenWorkSheet_Subcontractor_Question.Shortcut = Nothing
|
|
Me.aOpenWorkSheet_Subcontractor_Question.Tag = Nothing
|
|
Me.aOpenWorkSheet_Subcontractor_Question.TargetObjectsCriteria = Nothing
|
|
Me.aOpenWorkSheet_Subcontractor_Question.TargetObjectType = GetType(Nuvolar.[Module].Question)
|
|
Me.aOpenWorkSheet_Subcontractor_Question.TargetViewId = "Question_ListView_Subcontractor"
|
|
Me.aOpenWorkSheet_Subcontractor_Question.ToolTip = Nothing
|
|
Me.aOpenWorkSheet_Subcontractor_Question.TypeOfView = Nothing
|
|
'
|
|
'aViewQuestionInfo_Subcontractor
|
|
'
|
|
Me.aViewQuestionInfo_Subcontractor.Caption = "aViewQuestionInfo_Subcontractor"
|
|
Me.aViewQuestionInfo_Subcontractor.Category = "RecordEdit"
|
|
Me.aViewQuestionInfo_Subcontractor.ConfirmationMessage = Nothing
|
|
Me.aViewQuestionInfo_Subcontractor.Id = "aViewQuestionInfo_Subcontractor"
|
|
Me.aViewQuestionInfo_Subcontractor.ImageName = "Action_Printing_Preview"
|
|
Me.aViewQuestionInfo_Subcontractor.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
|
|
Me.aViewQuestionInfo_Subcontractor.Shortcut = Nothing
|
|
Me.aViewQuestionInfo_Subcontractor.Tag = Nothing
|
|
Me.aViewQuestionInfo_Subcontractor.TargetObjectsCriteria = Nothing
|
|
Me.aViewQuestionInfo_Subcontractor.TargetObjectType = GetType(Nuvolar.[Module].Question)
|
|
Me.aViewQuestionInfo_Subcontractor.TargetViewId = "Question_ListView_Subcontractor"
|
|
Me.aViewQuestionInfo_Subcontractor.ToolTip = Nothing
|
|
Me.aViewQuestionInfo_Subcontractor.TypeOfView = Nothing
|
|
|
|
End Sub
|
|
Protected WithEvents aViewQuestionInfo As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Protected WithEvents aCloseQuestion As DevExpress.ExpressApp.Actions.PopupWindowShowAction
|
|
Protected WithEvents aCreateAnswer As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Protected WithEvents aCreateReply As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Protected WithEvents aCreateQuestion As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Protected WithEvents aCreateWorkSheetfromQuestion As DevExpress.ExpressApp.Actions.PopupWindowShowAction
|
|
Friend WithEvents aSetUserResponsibleQuestion As DevExpress.ExpressApp.Actions.PopupWindowShowAction
|
|
Protected WithEvents aOpenWorkSheet_Subcontractor_Question As DevExpress.ExpressApp.Actions.PopupWindowShowAction
|
|
Protected WithEvents aViewQuestionInfo_Subcontractor As DevExpress.ExpressApp.Actions.SimpleAction
|
|
|
|
End Class
|