Ejemplo n.º 1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.ExpressApp.Actions.ChoiceActionItem choiceActionItem10 = new DevExpress.ExpressApp.Actions.ChoiceActionItem();
     DevExpress.ExpressApp.Actions.ChoiceActionItem choiceActionItem11 = new DevExpress.ExpressApp.Actions.ChoiceActionItem();
     DevExpress.ExpressApp.Actions.ChoiceActionItem choiceActionItem12 = new DevExpress.ExpressApp.Actions.ChoiceActionItem();
     this.scaFilter         = new DevExpress.ExpressApp.Actions.SingleChoiceAction(this.components);
     this.saListGetCaseInfo = new DevExpress.ExpressApp.Actions.SimpleAction(this.components);
     //
     // scaFilter
     //
     this.scaFilter.Caption             = "筛选";
     this.scaFilter.Category            = "FullTextSearch";
     this.scaFilter.ConfirmationMessage = null;
     this.scaFilter.Id            = "scaFilter";
     choiceActionItem10.Caption   = "仅查询未开账单的数据";
     choiceActionItem10.Data      = "1";
     choiceActionItem10.ImageName = null;
     choiceActionItem10.Shortcut  = null;
     choiceActionItem10.ToolTip   = null;
     choiceActionItem11.Caption   = "仅查询未生成草单的数据";
     choiceActionItem11.Data      = "2";
     choiceActionItem11.ImageName = null;
     choiceActionItem11.Shortcut  = null;
     choiceActionItem11.ToolTip   = null;
     choiceActionItem12.Caption   = "所有数据";
     choiceActionItem12.Data      = "0";
     choiceActionItem12.ImageName = null;
     choiceActionItem12.Shortcut  = null;
     choiceActionItem12.ToolTip   = null;
     this.scaFilter.Items.Add(choiceActionItem10);
     this.scaFilter.Items.Add(choiceActionItem11);
     this.scaFilter.Items.Add(choiceActionItem12);
     this.scaFilter.ToolTip = null;
     //
     // saGetCaseInfo
     //
     this.saListGetCaseInfo.Caption             = "填充案件相关信息";
     this.saListGetCaseInfo.Category            = "OpenObject";
     this.saListGetCaseInfo.ConfirmationMessage = null;
     this.saListGetCaseInfo.Id        = "saListGetCaseInfo";
     this.saListGetCaseInfo.ImageName = "ActionGroup_EasyTestRecorder";
     this.saListGetCaseInfo.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireMultipleObjects;
     this.saListGetCaseInfo.Shortcut = "CtrlQ";
     this.saListGetCaseInfo.TargetObjectsCriteria = "";
     this.saListGetCaseInfo.TargetObjectType      = typeof(InternalInvoice);
     this.saListGetCaseInfo.TargetViewType        = DevExpress.ExpressApp.ViewType.ListView;
     this.saListGetCaseInfo.ToolTip    = null;
     this.saListGetCaseInfo.TypeOfView = typeof(DevExpress.ExpressApp.ListView);
     this.saListGetCaseInfo.Execute   += new DevExpress.ExpressApp.Actions.SimpleActionExecuteEventHandler(this.saGetCaseInfo_Execute);
     //
     // VCListInternalInvoice
     //
     this.Actions.Add(this.scaFilter);
     this.Actions.Add(this.saListGetCaseInfo);
     this.TargetObjectType = typeof(InternalInvoice);
     this.TargetViewId     = "InternalInvoice_ListView";
     this.TargetViewType   = DevExpress.ExpressApp.ViewType.ListView;
     this.TypeOfView       = typeof(DevExpress.ExpressApp.ListView);
 }
Ejemplo n.º 2
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            DevExpress.ExpressApp.Actions.ChoiceActionItem choiceActionItem1 = new DevExpress.ExpressApp.Actions.ChoiceActionItem();
            DevExpress.ExpressApp.Actions.ChoiceActionItem choiceActionItem2 = new DevExpress.ExpressApp.Actions.ChoiceActionItem();
            this.FlowToNext = new DevExpress.ExpressApp.Actions.SingleChoiceAction(this.components);
            // 
            // FlowToNext
            // 
            this.FlowToNext.Caption = "下推";
            this.FlowToNext.ConfirmationMessage = null;
            this.FlowToNext.Id = "FlowToNext";
            choiceActionItem1.Caption = "Entry 1";
            choiceActionItem1.ImageName = null;
            choiceActionItem1.Shortcut = null;
            choiceActionItem1.ToolTip = null;
            choiceActionItem2.Caption = "Entry 2";
            choiceActionItem2.ImageName = null;
            choiceActionItem2.Shortcut = null;
            choiceActionItem2.ToolTip = null;
            this.FlowToNext.Items.Add(choiceActionItem1);
            this.FlowToNext.Items.Add(choiceActionItem2);
            this.FlowToNext.ItemType = DevExpress.ExpressApp.Actions.SingleChoiceActionItemType.ItemIsOperation;
            this.FlowToNext.ToolTip = null;
            // 
            // FlowViewController
            // 
            this.Actions.Add(this.FlowToNext);

        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.ExpressApp.Actions.ChoiceActionItem choiceActionItem1 = new DevExpress.ExpressApp.Actions.ChoiceActionItem();
     this.UpdateImageName   = new DevExpress.ExpressApp.Actions.SimpleAction(this.components);
     this.CreateDefaultFlow = new DevExpress.ExpressApp.Actions.SingleChoiceAction(this.components);
     //
     // UpdateImageName
     //
     this.UpdateImageName.Caption             = "更新图标";
     this.UpdateImageName.ConfirmationMessage = null;
     this.UpdateImageName.Id       = "UpdateImageName";
     this.UpdateImageName.ToolTip  = null;
     this.UpdateImageName.Execute += new DevExpress.ExpressApp.Actions.SimpleActionExecuteEventHandler(this.UpdateImageName_Execute);
     //
     // CreateDefaultFlow
     //
     this.CreateDefaultFlow.Caption             = "生成默认流程";
     this.CreateDefaultFlow.ConfirmationMessage = null;
     this.CreateDefaultFlow.Id   = "CreateDefaultFlow";
     choiceActionItem1.Caption   = "默认流程";
     choiceActionItem1.Data      = "DefaultFlow";
     choiceActionItem1.ImageName = null;
     choiceActionItem1.Shortcut  = null;
     choiceActionItem1.ToolTip   = null;
     this.CreateDefaultFlow.Items.Add(choiceActionItem1);
     this.CreateDefaultFlow.ItemType = DevExpress.ExpressApp.Actions.SingleChoiceActionItemType.ItemIsOperation;
     this.CreateDefaultFlow.ToolTip  = null;
     this.CreateDefaultFlow.Execute += new DevExpress.ExpressApp.Actions.SingleChoiceActionExecuteEventHandler(this.CreateDefaultFlow_Execute);
     //
     // UpdateImageNameViewController
     //
     this.Actions.Add(this.UpdateImageName);
     this.Actions.Add(this.CreateDefaultFlow);
 }
Ejemplo n.º 4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.ExpressApp.Actions.ChoiceActionItem choiceActionItem1 = new DevExpress.ExpressApp.Actions.ChoiceActionItem();
     DevExpress.ExpressApp.Actions.ChoiceActionItem choiceActionItem2 = new DevExpress.ExpressApp.Actions.ChoiceActionItem();
     this.FlowToNext = new DevExpress.ExpressApp.Actions.SingleChoiceAction(this.components);
     //
     // FlowToNext
     //
     this.FlowToNext.Caption             = "下推";
     this.FlowToNext.ConfirmationMessage = null;
     this.FlowToNext.Id          = "FlowToNext";
     choiceActionItem1.Caption   = "Entry 1";
     choiceActionItem1.ImageName = null;
     choiceActionItem1.Shortcut  = null;
     choiceActionItem1.ToolTip   = null;
     choiceActionItem2.Caption   = "Entry 2";
     choiceActionItem2.ImageName = null;
     choiceActionItem2.Shortcut  = null;
     choiceActionItem2.ToolTip   = null;
     this.FlowToNext.Items.Add(choiceActionItem1);
     this.FlowToNext.Items.Add(choiceActionItem2);
     this.FlowToNext.ItemType = DevExpress.ExpressApp.Actions.SingleChoiceActionItemType.ItemIsOperation;
     this.FlowToNext.ToolTip  = null;
     //
     // FlowViewController
     //
     this.Actions.Add(this.FlowToNext);
 }
 protected override void SynchItemWithSecurity(DevExpress.ExpressApp.Actions.ChoiceActionItem item)
 {
     if (!SecuritySystem.IsGranted(new NavigationItemPermissionRequest(item.Id)))
     {
         item.Active[SecurityVisibleKey] = false;
     }
     else
     {
         base.SynchItemWithSecurity(item);
     }
 }
Ejemplo n.º 6
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.ExpressApp.Actions.ChoiceActionItem choiceActionItem9  = new DevExpress.ExpressApp.Actions.ChoiceActionItem();
     DevExpress.ExpressApp.Actions.ChoiceActionItem choiceActionItem10 = new DevExpress.ExpressApp.Actions.ChoiceActionItem();
     this.scaFilter = new DevExpress.ExpressApp.Actions.SingleChoiceAction(this.components);
     this.saBack    = new DevExpress.ExpressApp.Actions.SimpleAction(this.components);
     //
     // scaFilter
     //
     this.scaFilter.Caption             = "筛选";
     this.scaFilter.Category            = "FullTextSearch";
     this.scaFilter.ConfirmationMessage = null;
     this.scaFilter.Id            = "StudentInfo.scaFilter";
     choiceActionItem9.Caption    = "今天的咨询";
     choiceActionItem9.Data       = "T";
     choiceActionItem9.Id         = "Entry 1";
     choiceActionItem9.ImageName  = null;
     choiceActionItem9.Shortcut   = null;
     choiceActionItem9.ToolTip    = null;
     choiceActionItem10.Caption   = "所有咨询";
     choiceActionItem10.Data      = "A";
     choiceActionItem10.Id        = "Entry 2";
     choiceActionItem10.ImageName = null;
     choiceActionItem10.Shortcut  = null;
     choiceActionItem10.ToolTip   = null;
     this.scaFilter.Items.Add(choiceActionItem9);
     this.scaFilter.Items.Add(choiceActionItem10);
     this.scaFilter.ToolTip = null;
     //
     // saBack
     //
     this.saBack.Caption             = "退回";
     this.saBack.Category            = "RecordEdit";
     this.saBack.ConfirmationMessage = "是否确认退回学生资料?";
     this.saBack.Id       = "saBack";
     this.saBack.ToolTip  = null;
     this.saBack.Execute += new DevExpress.ExpressApp.Actions.SimpleActionExecuteEventHandler(this.saBack_Execute);
     //
     // VCStudentInfoList
     //
     this.Actions.Add(this.scaFilter);
     this.Actions.Add(this.saBack);
     this.TargetObjectType  = typeof(Wendy.Module.BusinessObjects.StudentInfo);
     this.TargetViewNesting = DevExpress.ExpressApp.Nesting.Root;
     this.TargetViewType    = DevExpress.ExpressApp.ViewType.ListView;
     this.TypeOfView        = typeof(DevExpress.ExpressApp.ListView);
 }
Ejemplo n.º 7
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.ExpressApp.Actions.ChoiceActionItem choiceActionItem1 = new DevExpress.ExpressApp.Actions.ChoiceActionItem();
     DevExpress.ExpressApp.Actions.ChoiceActionItem choiceActionItem2 = new DevExpress.ExpressApp.Actions.ChoiceActionItem();
     DevExpress.ExpressApp.Actions.ChoiceActionItem choiceActionItem3 = new DevExpress.ExpressApp.Actions.ChoiceActionItem();
     this.singleChoiceAction1 = new DevExpress.ExpressApp.Actions.SingleChoiceAction(this.components);
     //
     // singleChoiceAction1
     //
     this.singleChoiceAction1.Caption             = "CheckChoiceActionForPivotGrid";
     this.singleChoiceAction1.Category            = "FullTextSearch";
     this.singleChoiceAction1.ConfirmationMessage = null;
     this.singleChoiceAction1.DefaultItemMode     = DevExpress.ExpressApp.Actions.DefaultItemMode.LastExecutedItem;
     this.singleChoiceAction1.Id        = "5e42e0d9-e102-4be1-92ec-868157ebb14e";
     this.singleChoiceAction1.ImageMode = DevExpress.ExpressApp.Actions.ImageMode.UseItemImage;
     this.singleChoiceAction1.ImageName = "kappfinder_16x16.png";
     choiceActionItem1.Caption          = "Entry 1";
     choiceActionItem1.ImageName        = null;
     choiceActionItem1.Shortcut         = null;
     choiceActionItem2.Caption          = "Entry 2";
     choiceActionItem2.ImageName        = null;
     choiceActionItem2.Shortcut         = null;
     choiceActionItem3.Caption          = "Entry 3";
     choiceActionItem3.ImageName        = null;
     choiceActionItem3.Shortcut         = null;
     this.singleChoiceAction1.Items.Add(choiceActionItem1);
     this.singleChoiceAction1.Items.Add(choiceActionItem2);
     this.singleChoiceAction1.Items.Add(choiceActionItem3);
     this.singleChoiceAction1.ItemType              = DevExpress.ExpressApp.Actions.SingleChoiceActionItemType.ItemIsOperation;
     this.singleChoiceAction1.PaintStyle            = DevExpress.ExpressApp.Templates.ActionItemPaintStyle.Image;
     this.singleChoiceAction1.Shortcut              = null;
     this.singleChoiceAction1.Tag                   = null;
     this.singleChoiceAction1.TargetObjectsCriteria = null;
     this.singleChoiceAction1.TargetViewId          = null;
     this.singleChoiceAction1.TargetViewNesting     = DevExpress.ExpressApp.Nesting.Root;
     this.singleChoiceAction1.TargetViewType        = DevExpress.ExpressApp.ViewType.ListView;
     this.singleChoiceAction1.ToolTip               = "Поиск";
     this.singleChoiceAction1.TypeOfView            = typeof(DevExpress.ExpressApp.ListView);
     this.singleChoiceAction1.Execute              += new DevExpress.ExpressApp.Actions.SingleChoiceActionExecuteEventHandler(this.singleChoiceAction1_Execute);
     //
     // CheckChoiceActionForPivotGridController
     //
     this.TargetViewNesting = DevExpress.ExpressApp.Nesting.Root;
     this.TargetViewType    = DevExpress.ExpressApp.ViewType.ListView;
     this.TypeOfView        = typeof(DevExpress.ExpressApp.ListView);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.ExpressApp.Actions.ChoiceActionItem choiceActionItem1 = new DevExpress.ExpressApp.Actions.ChoiceActionItem();
     DevExpress.ExpressApp.Actions.ChoiceActionItem choiceActionItem2 = new DevExpress.ExpressApp.Actions.ChoiceActionItem();
     DevExpress.ExpressApp.Actions.ChoiceActionItem choiceActionItem3 = new DevExpress.ExpressApp.Actions.ChoiceActionItem();
     DevExpress.ExpressApp.Actions.ChoiceActionItem choiceActionItem4 = new DevExpress.ExpressApp.Actions.ChoiceActionItem();
     this.ModelSetup = new DevExpress.ExpressApp.Actions.SingleChoiceAction(this.components);
     //
     // ModelSetup
     //
     this.ModelSetup.Caption             = "设置";
     this.ModelSetup.Category            = "View";
     this.ModelSetup.ConfirmationMessage = null;
     this.ModelSetup.Id          = "ModelSetup";
     choiceActionItem1.Caption   = "视图设置";
     choiceActionItem1.Data      = "ViewSetup";
     choiceActionItem1.ImageName = null;
     choiceActionItem1.Shortcut  = null;
     choiceActionItem1.ToolTip   = null;
     choiceActionItem2.Caption   = "业务设置";
     choiceActionItem2.Data      = "BusinessObjectSetup";
     choiceActionItem2.ImageName = null;
     choiceActionItem2.Shortcut  = null;
     choiceActionItem2.ToolTip   = null;
     choiceActionItem3.Caption   = "业务视图";
     choiceActionItem3.Data      = "BusinessView";
     choiceActionItem3.ImageName = null;
     choiceActionItem3.Shortcut  = null;
     choiceActionItem3.ToolTip   = null;
     choiceActionItem4.Caption   = "关联视图";
     choiceActionItem4.Data      = "RelationView";
     choiceActionItem4.ImageName = null;
     choiceActionItem4.Shortcut  = null;
     choiceActionItem4.ToolTip   = null;
     this.ModelSetup.Items.Add(choiceActionItem1);
     this.ModelSetup.Items.Add(choiceActionItem2);
     this.ModelSetup.Items.Add(choiceActionItem3);
     this.ModelSetup.Items.Add(choiceActionItem4);
     this.ModelSetup.ItemType = DevExpress.ExpressApp.Actions.SingleChoiceActionItemType.ItemIsOperation;
     this.ModelSetup.ToolTip  = null;
     this.ModelSetup.Execute += new DevExpress.ExpressApp.Actions.SingleChoiceActionExecuteEventHandler(this.ModelSetup_Execute);
     //
     // ViewDesignerViewController
     //
     this.Actions.Add(this.ModelSetup);
 }
Ejemplo n.º 9
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.ExpressApp.Actions.ChoiceActionItem choiceActionItem1 = new DevExpress.ExpressApp.Actions.ChoiceActionItem();
     DevExpress.ExpressApp.Actions.ChoiceActionItem choiceActionItem2 = new DevExpress.ExpressApp.Actions.ChoiceActionItem();
     DevExpress.ExpressApp.Actions.ChoiceActionItem choiceActionItem3 = new DevExpress.ExpressApp.Actions.ChoiceActionItem();
     this.singleChoiceAction1 = new DevExpress.ExpressApp.Actions.SingleChoiceAction(this.components);
     //
     // singleChoiceAction1
     //
     this.singleChoiceAction1.Caption             = "single Choice Action 1";
     this.singleChoiceAction1.Category            = "ObjectsCreation";
     this.singleChoiceAction1.ConfirmationMessage = null;
     this.singleChoiceAction1.Id = "singleChoiceAction1";
     choiceActionItem1.Caption   = "Entry 1";
     choiceActionItem1.Id        = "Entry 1";
     choiceActionItem1.ImageName = null;
     choiceActionItem1.Shortcut  = null;
     choiceActionItem1.ToolTip   = null;
     choiceActionItem2.Caption   = "Entry 2";
     choiceActionItem2.Id        = "Entry 2";
     choiceActionItem2.ImageName = null;
     choiceActionItem2.Shortcut  = null;
     choiceActionItem2.ToolTip   = null;
     choiceActionItem3.Caption   = "Entry 3";
     choiceActionItem3.Id        = "Entry 3";
     choiceActionItem3.ImageName = null;
     choiceActionItem3.Shortcut  = null;
     choiceActionItem3.ToolTip   = null;
     this.singleChoiceAction1.Items.Add(choiceActionItem1);
     this.singleChoiceAction1.Items.Add(choiceActionItem2);
     this.singleChoiceAction1.Items.Add(choiceActionItem3);
     this.singleChoiceAction1.ItemType         = DevExpress.ExpressApp.Actions.SingleChoiceActionItemType.ItemIsOperation;
     this.singleChoiceAction1.PaintStyle       = DevExpress.ExpressApp.Templates.ActionItemPaintStyle.CaptionAndImage;
     this.singleChoiceAction1.TargetObjectType = typeof(Northwind.Module.BusinessObjects.Northwind.Customers);
     this.singleChoiceAction1.TargetViewType   = DevExpress.ExpressApp.ViewType.DetailView;
     this.singleChoiceAction1.ToolTip          = null;
     this.singleChoiceAction1.TypeOfView       = typeof(DevExpress.ExpressApp.DetailView);
     this.singleChoiceAction1.Execute         += new DevExpress.ExpressApp.Actions.SingleChoiceActionExecuteEventHandler(this.singleChoiceAction1_Execute);
     //
     // SomeViewController
     //
     this.Actions.Add(this.singleChoiceAction1);
 }
Ejemplo n.º 10
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.ExpressApp.Actions.ChoiceActionItem choiceActionItem1 = new DevExpress.ExpressApp.Actions.ChoiceActionItem();
     DevExpress.ExpressApp.Actions.ChoiceActionItem choiceActionItem2 = new DevExpress.ExpressApp.Actions.ChoiceActionItem();
     this.scaFilter = new DevExpress.ExpressApp.Actions.SingleChoiceAction(this.components);
     //
     // scaFilter
     //
     this.scaFilter.Caption             = "筛选";
     this.scaFilter.Category            = "FullTextSearch";
     this.scaFilter.ConfirmationMessage = null;
     this.scaFilter.Id           = "ConsultRecord.scaFilter";
     choiceActionItem1.Caption   = "今天的咨询";
     choiceActionItem1.Data      = "T";
     choiceActionItem1.Id        = "Entry 1";
     choiceActionItem1.ImageName = null;
     choiceActionItem1.Shortcut  = null;
     choiceActionItem1.ToolTip   = null;
     choiceActionItem2.Caption   = "所有咨询";
     choiceActionItem2.Data      = "A";
     choiceActionItem2.Id        = "Entry 2";
     choiceActionItem2.ImageName = null;
     choiceActionItem2.Shortcut  = null;
     choiceActionItem2.ToolTip   = null;
     this.scaFilter.Items.Add(choiceActionItem1);
     this.scaFilter.Items.Add(choiceActionItem2);
     this.scaFilter.TargetViewNesting = DevExpress.ExpressApp.Nesting.Root;
     this.scaFilter.TargetViewType    = DevExpress.ExpressApp.ViewType.ListView;
     this.scaFilter.ToolTip           = null;
     this.scaFilter.TypeOfView        = typeof(DevExpress.ExpressApp.ListView);
     //
     // VCConsultRecordList
     //
     this.Actions.Add(this.scaFilter);
     this.TargetObjectType  = typeof(Wendy.Module.BusinessObjects.ConsultRecord);
     this.TargetViewNesting = DevExpress.ExpressApp.Nesting.Root;
     this.TargetViewType    = DevExpress.ExpressApp.ViewType.ListView;
     this.TypeOfView        = typeof(DevExpress.ExpressApp.ListView);
 }
Ejemplo n.º 11
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.ExpressApp.Actions.ChoiceActionItem choiceActionItem1 = new DevExpress.ExpressApp.Actions.ChoiceActionItem();
     DevExpress.ExpressApp.Actions.ChoiceActionItem choiceActionItem2 = new DevExpress.ExpressApp.Actions.ChoiceActionItem();
     this.scaPaymentFilter = new DevExpress.ExpressApp.Actions.SingleChoiceAction(this.components);
     //
     // scaPaymentFilter
     //
     this.scaPaymentFilter.Caption             = "筛选";
     this.scaPaymentFilter.Category            = "FullTextSearch";
     this.scaPaymentFilter.ConfirmationMessage = null;
     this.scaPaymentFilter.Id    = "4251bd4e-f93c-4304-a9b0-caf1c2fab897";
     choiceActionItem1.Caption   = "仅查询未缴数据";
     choiceActionItem1.Data      = "1";
     choiceActionItem1.ImageName = null;
     choiceActionItem1.Shortcut  = null;
     choiceActionItem1.ToolTip   = null;
     choiceActionItem2.Caption   = "所有数据";
     choiceActionItem2.Data      = "2";
     choiceActionItem2.ImageName = null;
     choiceActionItem2.Shortcut  = null;
     choiceActionItem2.ToolTip   = null;
     this.scaPaymentFilter.Items.Add(choiceActionItem1);
     this.scaPaymentFilter.Items.Add(choiceActionItem2);
     this.scaPaymentFilter.TargetObjectType = typeof(EastIPSystem.Module.BusinessObjects.PatentPayment);
     this.scaPaymentFilter.TargetViewType   = DevExpress.ExpressApp.ViewType.ListView;
     this.scaPaymentFilter.ToolTip          = null;
     this.scaPaymentFilter.TypeOfView       = typeof(DevExpress.ExpressApp.ListView);
     //
     // VCPatentPaymentList
     //
     this.Actions.Add(this.scaPaymentFilter);
     this.TargetObjectType = typeof(EastIPSystem.Module.BusinessObjects.PatentPayment);
     this.TargetViewType   = DevExpress.ExpressApp.ViewType.ListView;
     this.TypeOfView       = typeof(DevExpress.ExpressApp.ListView);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.ExpressApp.Actions.ChoiceActionItem choiceActionItem1 = new DevExpress.ExpressApp.Actions.ChoiceActionItem();
     DevExpress.ExpressApp.Actions.ChoiceActionItem choiceActionItem2 = new DevExpress.ExpressApp.Actions.ChoiceActionItem();
     this.scaFilter = new DevExpress.ExpressApp.Actions.SingleChoiceAction(this.components);
     //
     // scaFilter
     //
     this.scaFilter.Caption             = "筛选";
     this.scaFilter.Category            = "FullTextSearch";
     this.scaFilter.ConfirmationMessage = null;
     this.scaFilter.Id           = "baa8a9d8-1ce7-44e0-bfea-d918cd46e55d";
     choiceActionItem1.Caption   = "仅查询未完成的案件";
     choiceActionItem1.Data      = "1";
     choiceActionItem1.ImageName = null;
     choiceActionItem1.Shortcut  = null;
     choiceActionItem1.ToolTip   = null;
     choiceActionItem2.Caption   = "所有数据";
     choiceActionItem2.Data      = "2";
     choiceActionItem2.ImageName = null;
     choiceActionItem2.Shortcut  = null;
     choiceActionItem2.ToolTip   = null;
     this.scaFilter.Items.Add(choiceActionItem1);
     this.scaFilter.Items.Add(choiceActionItem2);
     this.scaFilter.TargetObjectType = typeof(EastIPSystem.Module.BusinessObjects.PatentBase);
     this.scaFilter.TargetViewType   = DevExpress.ExpressApp.ViewType.ListView;
     this.scaFilter.ToolTip          = null;
     this.scaFilter.TypeOfView       = typeof(DevExpress.ExpressApp.ListView);
     //
     // VCPatentBaseList
     //
     this.Actions.Add(this.scaFilter);
     this.TargetObjectType = typeof(EastIPSystem.Module.BusinessObjects.PatentBase);
     this.TargetViewType   = DevExpress.ExpressApp.ViewType.ListView;
     this.TypeOfView       = typeof(DevExpress.ExpressApp.ListView);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.ExpressApp.Actions.ChoiceActionItem choiceActionItem1 = new DevExpress.ExpressApp.Actions.ChoiceActionItem();
     DevExpress.ExpressApp.Actions.ChoiceActionItem choiceActionItem2 = new DevExpress.ExpressApp.Actions.ChoiceActionItem();
     DevExpress.ExpressApp.Actions.ChoiceActionItem choiceActionItem3 = new DevExpress.ExpressApp.Actions.ChoiceActionItem();
     DevExpress.ExpressApp.Actions.ChoiceActionItem choiceActionItem4 = new DevExpress.ExpressApp.Actions.ChoiceActionItem();
     DevExpress.ExpressApp.Actions.ChoiceActionItem choiceActionItem5 = new DevExpress.ExpressApp.Actions.ChoiceActionItem();
     DevExpress.ExpressApp.Actions.ChoiceActionItem choiceActionItem6 = new DevExpress.ExpressApp.Actions.ChoiceActionItem();
     this.addHoSoDuThau = new DevExpress.ExpressApp.Actions.PopupWindowShowAction(this.components);
     this.changeStatus  = new DevExpress.ExpressApp.Actions.SingleChoiceAction(this.components);
     //
     // addHoSoDuThau
     //
     this.addHoSoDuThau.AcceptButtonCaption = "Thêm";
     this.addHoSoDuThau.CancelButtonCaption = "Hủy";
     this.addHoSoDuThau.Caption             = "Nộp HS Dự thầu";
     this.addHoSoDuThau.Category            = "Edit";
     this.addHoSoDuThau.ConfirmationMessage = null;
     this.addHoSoDuThau.Id                          = "addHoSoDuThau";
     this.addHoSoDuThau.TargetViewType              = DevExpress.ExpressApp.ViewType.DetailView;
     this.addHoSoDuThau.ToolTip                     = null;
     this.addHoSoDuThau.TypeOfView                  = typeof(DevExpress.ExpressApp.DetailView);
     this.addHoSoDuThau.CustomizePopupWindowParams += new DevExpress.ExpressApp.Actions.CustomizePopupWindowParamsEventHandler(this.addHoSoDuThau_CustomizePopupWindowParams);
     this.addHoSoDuThau.Execute                    += new DevExpress.ExpressApp.Actions.PopupWindowShowActionExecuteEventHandler(this.addHoSoDuThau_Execute);
     //
     // changeStatus
     //
     this.changeStatus.Caption             = "Cập nhật trạng thái";
     this.changeStatus.Category            = "Edit";
     this.changeStatus.ConfirmationMessage = null;
     this.changeStatus.Id        = "changeStatus";
     choiceActionItem1.Caption   = "Đang chuẩn bị";
     choiceActionItem1.Data      = "0";
     choiceActionItem1.ImageName = null;
     choiceActionItem1.Shortcut  = null;
     choiceActionItem1.ToolTip   = null;
     choiceActionItem2.Caption   = "Mời thầu";
     choiceActionItem2.Data      = "1";
     choiceActionItem2.ImageName = null;
     choiceActionItem2.Shortcut  = null;
     choiceActionItem2.ToolTip   = null;
     choiceActionItem3.Caption   = "Dự thầu";
     choiceActionItem3.Data      = "2";
     choiceActionItem3.ImageName = null;
     choiceActionItem3.Shortcut  = null;
     choiceActionItem3.ToolTip   = null;
     choiceActionItem4.Caption   = "Mở thầu";
     choiceActionItem4.Data      = "3";
     choiceActionItem4.ImageName = null;
     choiceActionItem4.Shortcut  = null;
     choiceActionItem4.ToolTip   = null;
     choiceActionItem5.Caption   = "Chấm thầu";
     choiceActionItem5.Data      = "4";
     choiceActionItem5.ImageName = null;
     choiceActionItem5.Shortcut  = null;
     choiceActionItem5.ToolTip   = null;
     choiceActionItem6.Caption   = "Ký hợp đồng";
     choiceActionItem6.Data      = "5";
     choiceActionItem6.ImageName = null;
     choiceActionItem6.Shortcut  = null;
     choiceActionItem6.ToolTip   = null;
     this.changeStatus.Items.Add(choiceActionItem1);
     this.changeStatus.Items.Add(choiceActionItem2);
     this.changeStatus.Items.Add(choiceActionItem3);
     this.changeStatus.Items.Add(choiceActionItem4);
     this.changeStatus.Items.Add(choiceActionItem5);
     this.changeStatus.Items.Add(choiceActionItem6);
     this.changeStatus.ItemType       = DevExpress.ExpressApp.Actions.SingleChoiceActionItemType.ItemIsOperation;
     this.changeStatus.TargetViewType = DevExpress.ExpressApp.ViewType.DetailView;
     this.changeStatus.ToolTip        = null;
     this.changeStatus.TypeOfView     = typeof(DevExpress.ExpressApp.DetailView);
     this.changeStatus.Execute       += new DevExpress.ExpressApp.Actions.SingleChoiceActionExecuteEventHandler(this.changeStatus_Execute);
     //
     // GoiThauViewController
     //
     this.Actions.Add(this.addHoSoDuThau);
     this.Actions.Add(this.changeStatus);
     this.TargetObjectType = typeof(Vnb_IPM_2017.Module.BusinessObjects.GoiThau);
 }
Ejemplo n.º 14
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.ExpressApp.Actions.ChoiceActionItem choiceActionItem1  = new DevExpress.ExpressApp.Actions.ChoiceActionItem();
     DevExpress.ExpressApp.Actions.ChoiceActionItem choiceActionItem2  = new DevExpress.ExpressApp.Actions.ChoiceActionItem();
     DevExpress.ExpressApp.Actions.ChoiceActionItem choiceActionItem3  = new DevExpress.ExpressApp.Actions.ChoiceActionItem();
     DevExpress.ExpressApp.Actions.ChoiceActionItem choiceActionItem4  = new DevExpress.ExpressApp.Actions.ChoiceActionItem();
     DevExpress.ExpressApp.Actions.ChoiceActionItem choiceActionItem5  = new DevExpress.ExpressApp.Actions.ChoiceActionItem();
     DevExpress.ExpressApp.Actions.ChoiceActionItem choiceActionItem6  = new DevExpress.ExpressApp.Actions.ChoiceActionItem();
     DevExpress.ExpressApp.Actions.ChoiceActionItem choiceActionItem7  = new DevExpress.ExpressApp.Actions.ChoiceActionItem();
     DevExpress.ExpressApp.Actions.ChoiceActionItem choiceActionItem8  = new DevExpress.ExpressApp.Actions.ChoiceActionItem();
     DevExpress.ExpressApp.Actions.ChoiceActionItem choiceActionItem9  = new DevExpress.ExpressApp.Actions.ChoiceActionItem();
     DevExpress.ExpressApp.Actions.ChoiceActionItem choiceActionItem10 = new DevExpress.ExpressApp.Actions.ChoiceActionItem();
     DevExpress.ExpressApp.Actions.ChoiceActionItem choiceActionItem11 = new DevExpress.ExpressApp.Actions.ChoiceActionItem();
     DevExpress.ExpressApp.Actions.ChoiceActionItem choiceActionItem12 = new DevExpress.ExpressApp.Actions.ChoiceActionItem();
     this.simpleActionCncilr             = new DevExpress.ExpressApp.Actions.SimpleAction(this.components);
     this.simpleActionGetXml             = new DevExpress.ExpressApp.Actions.SimpleAction(this.components);
     this.simpleActionRprtCntbl          = new DevExpress.ExpressApp.Actions.SimpleAction(this.components);
     this.popupWindowShowActionGetXml    = new DevExpress.ExpressApp.Actions.PopupWindowShowAction(this.components);
     this.popupWindowShowActionDscrgMsva = new DevExpress.ExpressApp.Actions.PopupWindowShowAction(this.components);
     this.singleChoiceActionPolz         = new DevExpress.ExpressApp.Actions.SingleChoiceAction(this.components);
     //
     // simpleActionCncilr
     //
     this.simpleActionCncilr.Caption             = "Conciliar Documentos";
     this.simpleActionCncilr.Category            = "Options";
     this.simpleActionCncilr.ConfirmationMessage = "Está seguro de Conciliar?";
     this.simpleActionCncilr.Id       = "b80efa59-e226-4707-9470-ebdfdf29e21a";
     this.simpleActionCncilr.ToolTip  = null;
     this.simpleActionCncilr.Execute += new DevExpress.ExpressApp.Actions.SimpleActionExecuteEventHandler(this.simpleActionCncilr_Execute);
     //
     // simpleActionGetXml
     //
     this.simpleActionGetXml.Caption             = "Obtener del XML";
     this.simpleActionGetXml.Category            = "Tools";
     this.simpleActionGetXml.ConfirmationMessage = "Está seguro de Obtener del XML ?";
     this.simpleActionGetXml.Id       = "GetXml";
     this.simpleActionGetXml.ToolTip  = "Lee los Xml y obtiene Clientes, Productos y Facturas";
     this.simpleActionGetXml.Execute += new DevExpress.ExpressApp.Actions.SimpleActionExecuteEventHandler(this.simpleActionGetXml_Execute);
     //
     // simpleActionRprtCntbl
     //
     this.simpleActionRprtCntbl.Caption             = "Reporte Contable";
     this.simpleActionRprtCntbl.Category            = "Tools";
     this.simpleActionRprtCntbl.ConfirmationMessage = "Está seguro de Crear el Reporte ?";
     this.simpleActionRprtCntbl.Id       = "RprtCntbl";
     this.simpleActionRprtCntbl.ToolTip  = "Genera la hoja para la Declaración";
     this.simpleActionRprtCntbl.Execute += new DevExpress.ExpressApp.Actions.SimpleActionExecuteEventHandler(this.simpleActionRprtCntbl_Execute);
     //
     // popupWindowShowActionGetXml
     //
     this.popupWindowShowActionGetXml.AcceptButtonCaption = "Cargar";
     this.popupWindowShowActionGetXml.CancelButtonCaption = "Cancelar";
     this.popupWindowShowActionGetXml.Caption             = "Cargar Facturas de XML";
     this.popupWindowShowActionGetXml.ConfirmationMessage = null;
     this.popupWindowShowActionGetXml.Id      = "61fe98b5-e613-4bc6-8c1a-0f34cbb01dad";
     this.popupWindowShowActionGetXml.ToolTip = "Lee los Xml y obtiene Clientes, Productos y Facturas";
     this.popupWindowShowActionGetXml.CustomizePopupWindowParams += new DevExpress.ExpressApp.Actions.CustomizePopupWindowParamsEventHandler(this.popupWindowShowActionGetXml_CustomizePopupWindowParams);
     this.popupWindowShowActionGetXml.Execute += new DevExpress.ExpressApp.Actions.PopupWindowShowActionExecuteEventHandler(this.popupWindowShowActionGetXml_Execute);
     //
     // popupWindowShowActionDscrgMsva
     //
     this.popupWindowShowActionDscrgMsva.AcceptButtonCaption = "Descargar";
     this.popupWindowShowActionDscrgMsva.CancelButtonCaption = "Cancelar";
     this.popupWindowShowActionDscrgMsva.Caption             = "Descarga Masiva";
     this.popupWindowShowActionDscrgMsva.ConfirmationMessage = null;
     this.popupWindowShowActionDscrgMsva.Id      = "8889800e-c855-45ce-9392-cd3a4d20f86aa";
     this.popupWindowShowActionDscrgMsva.ToolTip = null;
     this.popupWindowShowActionDscrgMsva.CustomizePopupWindowParams += new DevExpress.ExpressApp.Actions.CustomizePopupWindowParamsEventHandler(this.popupWindowShowActionDscrgMsv_CustomizePopupWindowParams);
     this.popupWindowShowActionDscrgMsva.Execute += new DevExpress.ExpressApp.Actions.PopupWindowShowActionExecuteEventHandler(this.popupWindowShowActionDscrgMsv_Execute);
     //
     // singleChoiceActionPolz
     //
     this.singleChoiceActionPolz.ActionMeaning       = DevExpress.ExpressApp.Actions.ActionMeaning.Accept;
     this.singleChoiceActionPolz.Caption             = "Crear Póliza";
     this.singleChoiceActionPolz.Category            = "Tools";
     this.singleChoiceActionPolz.ConfirmationMessage = "Está seguro de generar la Póliza";
     this.singleChoiceActionPolz.Id = "8d342eda-0fed-44e8-b389-530f615ee539";
     choiceActionItem1.Caption      = "Enero";
     choiceActionItem1.Data         = "1";
     choiceActionItem1.Id           = "Enero";
     choiceActionItem1.ImageName    = null;
     choiceActionItem1.Shortcut     = null;
     choiceActionItem1.ToolTip      = null;
     choiceActionItem2.Caption      = "Febrero";
     choiceActionItem2.Data         = "2";
     choiceActionItem2.Id           = "Febrero";
     choiceActionItem2.ImageName    = null;
     choiceActionItem2.Shortcut     = null;
     choiceActionItem2.ToolTip      = null;
     choiceActionItem3.Caption      = "Marzo";
     choiceActionItem3.Data         = "3";
     choiceActionItem3.Id           = "Marzo";
     choiceActionItem3.ImageName    = null;
     choiceActionItem3.Shortcut     = null;
     choiceActionItem3.ToolTip      = null;
     choiceActionItem4.Caption      = "Abril";
     choiceActionItem4.Data         = "4";
     choiceActionItem4.Id           = "Abril";
     choiceActionItem4.ImageName    = null;
     choiceActionItem4.Shortcut     = null;
     choiceActionItem4.ToolTip      = null;
     choiceActionItem5.Caption      = "Mayo";
     choiceActionItem5.Data         = "5";
     choiceActionItem5.Id           = "Mayo";
     choiceActionItem5.ImageName    = null;
     choiceActionItem5.Shortcut     = null;
     choiceActionItem5.ToolTip      = null;
     choiceActionItem6.Caption      = "Junio";
     choiceActionItem6.Data         = "6";
     choiceActionItem6.Id           = "Junio";
     choiceActionItem6.ImageName    = null;
     choiceActionItem6.Shortcut     = null;
     choiceActionItem6.ToolTip      = null;
     choiceActionItem7.Caption      = "Julio";
     choiceActionItem7.Data         = "7";
     choiceActionItem7.Id           = "Julio";
     choiceActionItem7.ImageName    = null;
     choiceActionItem7.Shortcut     = null;
     choiceActionItem7.ToolTip      = null;
     choiceActionItem8.Caption      = "Agosto";
     choiceActionItem8.Data         = "8";
     choiceActionItem8.Id           = "Agosto";
     choiceActionItem8.ImageName    = null;
     choiceActionItem8.Shortcut     = null;
     choiceActionItem8.ToolTip      = null;
     choiceActionItem9.Caption      = "Septiembre";
     choiceActionItem9.Data         = "9";
     choiceActionItem9.Id           = "Septiembre";
     choiceActionItem9.ImageName    = null;
     choiceActionItem9.Shortcut     = null;
     choiceActionItem9.ToolTip      = null;
     choiceActionItem10.Caption     = "Octubre";
     choiceActionItem10.Data        = "10";
     choiceActionItem10.Id          = "Octubre";
     choiceActionItem10.ImageName   = null;
     choiceActionItem10.Shortcut    = null;
     choiceActionItem10.ToolTip     = null;
     choiceActionItem11.Caption     = "Noviembre";
     choiceActionItem11.Data        = "11";
     choiceActionItem11.Id          = "Noviembre";
     choiceActionItem11.ImageName   = null;
     choiceActionItem11.Shortcut    = null;
     choiceActionItem11.ToolTip     = null;
     choiceActionItem12.Caption     = "Diciembre";
     choiceActionItem12.Data        = "12";
     choiceActionItem12.Id          = "Diciembre";
     choiceActionItem12.ImageName   = null;
     choiceActionItem12.Shortcut    = null;
     choiceActionItem12.ToolTip     = null;
     this.singleChoiceActionPolz.Items.Add(choiceActionItem1);
     this.singleChoiceActionPolz.Items.Add(choiceActionItem2);
     this.singleChoiceActionPolz.Items.Add(choiceActionItem3);
     this.singleChoiceActionPolz.Items.Add(choiceActionItem4);
     this.singleChoiceActionPolz.Items.Add(choiceActionItem5);
     this.singleChoiceActionPolz.Items.Add(choiceActionItem6);
     this.singleChoiceActionPolz.Items.Add(choiceActionItem7);
     this.singleChoiceActionPolz.Items.Add(choiceActionItem8);
     this.singleChoiceActionPolz.Items.Add(choiceActionItem9);
     this.singleChoiceActionPolz.Items.Add(choiceActionItem10);
     this.singleChoiceActionPolz.Items.Add(choiceActionItem11);
     this.singleChoiceActionPolz.Items.Add(choiceActionItem12);
     this.singleChoiceActionPolz.PaintStyle       = DevExpress.ExpressApp.Templates.ActionItemPaintStyle.Caption;
     this.singleChoiceActionPolz.ShowItemsOnClick = true;
     this.singleChoiceActionPolz.TargetObjectType = typeof(Cap.Ventas.BusinessObjects.DocumentoSalida);
     this.singleChoiceActionPolz.TargetViewType   = DevExpress.ExpressApp.ViewType.ListView;
     this.singleChoiceActionPolz.ToolTip          = null;
     this.singleChoiceActionPolz.TypeOfView       = typeof(DevExpress.ExpressApp.ListView);
     this.singleChoiceActionPolz.Execute         += new DevExpress.ExpressApp.Actions.SingleChoiceActionExecuteEventHandler(this.singleChoiceActionPolz_Execute);
     //
     // VCFacturaList
     //
     this.Actions.Add(this.simpleActionCncilr);
     this.Actions.Add(this.simpleActionGetXml);
     this.Actions.Add(this.singleChoiceActionPolz);
     this.Actions.Add(this.simpleActionRprtCntbl);
     this.Actions.Add(this.popupWindowShowActionGetXml);
     this.Actions.Add(this.popupWindowShowActionDscrgMsva);
 }
Ejemplo n.º 15
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.ExpressApp.Actions.ChoiceActionItem choiceActionItem1  = new DevExpress.ExpressApp.Actions.ChoiceActionItem();
     DevExpress.ExpressApp.Actions.ChoiceActionItem choiceActionItem2  = new DevExpress.ExpressApp.Actions.ChoiceActionItem();
     DevExpress.ExpressApp.Actions.ChoiceActionItem choiceActionItem3  = new DevExpress.ExpressApp.Actions.ChoiceActionItem();
     DevExpress.ExpressApp.Actions.ChoiceActionItem choiceActionItem4  = new DevExpress.ExpressApp.Actions.ChoiceActionItem();
     DevExpress.ExpressApp.Actions.ChoiceActionItem choiceActionItem5  = new DevExpress.ExpressApp.Actions.ChoiceActionItem();
     DevExpress.ExpressApp.Actions.ChoiceActionItem choiceActionItem6  = new DevExpress.ExpressApp.Actions.ChoiceActionItem();
     DevExpress.ExpressApp.Actions.ChoiceActionItem choiceActionItem7  = new DevExpress.ExpressApp.Actions.ChoiceActionItem();
     DevExpress.ExpressApp.Actions.ChoiceActionItem choiceActionItem8  = new DevExpress.ExpressApp.Actions.ChoiceActionItem();
     DevExpress.ExpressApp.Actions.ChoiceActionItem choiceActionItem9  = new DevExpress.ExpressApp.Actions.ChoiceActionItem();
     DevExpress.ExpressApp.Actions.ChoiceActionItem choiceActionItem10 = new DevExpress.ExpressApp.Actions.ChoiceActionItem();
     DevExpress.ExpressApp.Actions.ChoiceActionItem choiceActionItem11 = new DevExpress.ExpressApp.Actions.ChoiceActionItem();
     DevExpress.ExpressApp.Actions.ChoiceActionItem choiceActionItem12 = new DevExpress.ExpressApp.Actions.ChoiceActionItem();
     DevExpress.ExpressApp.Actions.ChoiceActionItem choiceActionItem13 = new DevExpress.ExpressApp.Actions.ChoiceActionItem();
     DevExpress.ExpressApp.Actions.ChoiceActionItem choiceActionItem14 = new DevExpress.ExpressApp.Actions.ChoiceActionItem();
     this.SingleChoiceFilterPeriodo  = new DevExpress.ExpressApp.Actions.SingleChoiceAction(this.components);
     this.SingleChoiceFilterSituacao = new DevExpress.ExpressApp.Actions.SingleChoiceAction(this.components);
     //
     // SingleChoiceFilterPeriodo
     //
     this.SingleChoiceFilterPeriodo.Caption             = "Período";
     this.SingleChoiceFilterPeriodo.Category            = "Filters";
     this.SingleChoiceFilterPeriodo.ConfirmationMessage = null;
     this.SingleChoiceFilterPeriodo.Id        = "FilterPeriodo";
     this.SingleChoiceFilterPeriodo.ImageName = null;
     choiceActionItem1.Caption    = "15 últimos dias";
     choiceActionItem1.Data       = "u15";
     choiceActionItem1.ImageName  = null;
     choiceActionItem1.Shortcut   = null;
     choiceActionItem2.Caption    = "30 últimos dias";
     choiceActionItem2.Data       = "u30";
     choiceActionItem2.ImageName  = null;
     choiceActionItem2.Shortcut   = null;
     choiceActionItem3.Caption    = "45 últimos dias";
     choiceActionItem3.Data       = "u45";
     choiceActionItem3.ImageName  = null;
     choiceActionItem3.Shortcut   = null;
     choiceActionItem4.Caption    = "Mês atual";
     choiceActionItem4.Data       = "ma";
     choiceActionItem4.ImageName  = null;
     choiceActionItem4.Shortcut   = null;
     choiceActionItem5.Caption    = "Mês anterior";
     choiceActionItem5.Data       = "am";
     choiceActionItem5.ImageName  = null;
     choiceActionItem5.Shortcut   = null;
     choiceActionItem6.Caption    = "Próximos 15 dias";
     choiceActionItem6.Data       = "p15";
     choiceActionItem6.ImageName  = null;
     choiceActionItem6.Shortcut   = null;
     choiceActionItem7.Caption    = "Próximos 30 dias";
     choiceActionItem7.Data       = "p30";
     choiceActionItem7.ImageName  = null;
     choiceActionItem7.Shortcut   = null;
     choiceActionItem8.Caption    = "Próximo mês";
     choiceActionItem8.Data       = "pm";
     choiceActionItem8.ImageName  = null;
     choiceActionItem8.Shortcut   = null;
     choiceActionItem9.BeginGroup = true;
     choiceActionItem9.Caption    = "Todos";
     choiceActionItem9.ImageName  = null;
     choiceActionItem9.Shortcut   = null;
     this.SingleChoiceFilterPeriodo.Items.Add(choiceActionItem1);
     this.SingleChoiceFilterPeriodo.Items.Add(choiceActionItem2);
     this.SingleChoiceFilterPeriodo.Items.Add(choiceActionItem3);
     this.SingleChoiceFilterPeriodo.Items.Add(choiceActionItem4);
     this.SingleChoiceFilterPeriodo.Items.Add(choiceActionItem5);
     this.SingleChoiceFilterPeriodo.Items.Add(choiceActionItem6);
     this.SingleChoiceFilterPeriodo.Items.Add(choiceActionItem7);
     this.SingleChoiceFilterPeriodo.Items.Add(choiceActionItem8);
     this.SingleChoiceFilterPeriodo.Items.Add(choiceActionItem9);
     this.SingleChoiceFilterPeriodo.Shortcut = null;
     this.SingleChoiceFilterPeriodo.Tag      = null;
     this.SingleChoiceFilterPeriodo.TargetObjectsCriteria = null;
     this.SingleChoiceFilterPeriodo.TargetViewId          = null;
     this.SingleChoiceFilterPeriodo.TargetViewType        = DevExpress.ExpressApp.ViewType.ListView;
     this.SingleChoiceFilterPeriodo.ToolTip    = null;
     this.SingleChoiceFilterPeriodo.TypeOfView = typeof(DevExpress.ExpressApp.ListView);
     this.SingleChoiceFilterPeriodo.Execute   += new DevExpress.ExpressApp.Actions.SingleChoiceActionExecuteEventHandler(this.SingleChoiceFilterPeriodo_Execute);
     //
     // SingleChoiceFilterSituacao
     //
     this.SingleChoiceFilterSituacao.Caption             = "Situação";
     this.SingleChoiceFilterSituacao.Category            = "Filters";
     this.SingleChoiceFilterSituacao.ConfirmationMessage = null;
     this.SingleChoiceFilterSituacao.Id        = "FilterSituacao";
     this.SingleChoiceFilterSituacao.ImageName = null;
     choiceActionItem10.Caption    = "Em Atraso";
     choiceActionItem10.Data       = "EmAtraso";
     choiceActionItem10.ImageName  = null;
     choiceActionItem10.Shortcut   = null;
     choiceActionItem11.Caption    = "Pendentes";
     choiceActionItem11.Data       = "Pendente";
     choiceActionItem11.ImageName  = null;
     choiceActionItem11.Shortcut   = null;
     choiceActionItem12.Caption    = "Planejado";
     choiceActionItem12.Data       = "Planejado";
     choiceActionItem12.ImageName  = null;
     choiceActionItem12.Shortcut   = null;
     choiceActionItem13.BeginGroup = true;
     choiceActionItem13.Caption    = "Realizado";
     choiceActionItem13.Data       = "Realizado";
     choiceActionItem13.ImageName  = null;
     choiceActionItem13.Shortcut   = null;
     choiceActionItem14.BeginGroup = true;
     choiceActionItem14.Caption    = "Todos";
     choiceActionItem14.ImageName  = null;
     choiceActionItem14.Shortcut   = null;
     this.SingleChoiceFilterSituacao.Items.Add(choiceActionItem10);
     this.SingleChoiceFilterSituacao.Items.Add(choiceActionItem11);
     this.SingleChoiceFilterSituacao.Items.Add(choiceActionItem12);
     this.SingleChoiceFilterSituacao.Items.Add(choiceActionItem13);
     this.SingleChoiceFilterSituacao.Items.Add(choiceActionItem14);
     this.SingleChoiceFilterSituacao.Shortcut = null;
     this.SingleChoiceFilterSituacao.Tag      = null;
     this.SingleChoiceFilterSituacao.TargetObjectsCriteria = null;
     this.SingleChoiceFilterSituacao.TargetViewId          = null;
     this.SingleChoiceFilterSituacao.TargetViewType        = DevExpress.ExpressApp.ViewType.ListView;
     this.SingleChoiceFilterSituacao.ToolTip    = null;
     this.SingleChoiceFilterSituacao.TypeOfView = typeof(DevExpress.ExpressApp.ListView);
     this.SingleChoiceFilterSituacao.Execute   += new DevExpress.ExpressApp.Actions.SingleChoiceActionExecuteEventHandler(this.SingleChoiceFilterSituacao_Execute);
     //
     // ControleFeriasViewController
     //
     this.TargetObjectType = typeof(WexProject.BLL.Models.Rh.FeriasPlanejamento);
     this.TargetViewType   = DevExpress.ExpressApp.ViewType.ListView;
     this.TypeOfView       = typeof(DevExpress.ExpressApp.ListView);
 }