Files
Nuvolar/Nuvolar.Module.CSharp/BusinessObjects/Financial/Partner Connection/PCIEdit_VC.Designer.cs
T

88 lines
4.0 KiB
C#

namespace Nuvolar.Module.BusinessObjects.Financial
{
partial class PCIEdit_VC
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Component Designer generated code
/// <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();
this.aPCIEdit = new DevExpress.ExpressApp.Actions.SimpleAction(this.components);
this.aToTable_PCIEdit = new DevExpress.ExpressApp.Actions.SimpleAction(this.components);
this.aToTableD_PCIEdit = new DevExpress.ExpressApp.Actions.SimpleAction(this.components);
//
// aPCIEdit
//
this.aPCIEdit.Caption = "aPCIEdit";
this.aPCIEdit.ConfirmationMessage = null;
this.aPCIEdit.Id = "aPCIEdit";
this.aPCIEdit.TargetObjectType = typeof(Nuvolar.Module.PCIGroup);
this.aPCIEdit.TargetViewNesting = DevExpress.ExpressApp.Nesting.Root;
this.aPCIEdit.TargetViewType = DevExpress.ExpressApp.ViewType.ListView;
this.aPCIEdit.ToolTip = null;
this.aPCIEdit.TypeOfView = typeof(DevExpress.ExpressApp.ListView);
this.aPCIEdit.Execute += new DevExpress.ExpressApp.Actions.SimpleActionExecuteEventHandler(this.aPCIEdit_Execute);
//
// aToTable_PCIEdit
//
this.aToTable_PCIEdit.Caption = "aToTable_PCIEdit";
this.aToTable_PCIEdit.Category = "aToTable_PCIEdit";
this.aToTable_PCIEdit.ConfirmationMessage = null;
this.aToTable_PCIEdit.Id = "aToTable_PCIEdit";
this.aToTable_PCIEdit.TargetObjectType = typeof(Nuvolar.Module.BusinessObjects.Financial.PCIEdit);
this.aToTable_PCIEdit.TargetViewNesting = DevExpress.ExpressApp.Nesting.Root;
this.aToTable_PCIEdit.TargetViewType = DevExpress.ExpressApp.ViewType.DetailView;
this.aToTable_PCIEdit.ToolTip = null;
this.aToTable_PCIEdit.TypeOfView = typeof(DevExpress.ExpressApp.DetailView);
this.aToTable_PCIEdit.Execute += new DevExpress.ExpressApp.Actions.SimpleActionExecuteEventHandler(this.aToTable_PCIEdit_Execute);
//
// aToTableD_PCIEdit
//
this.aToTableD_PCIEdit.Caption = "aToTableD_PCIEdit";
this.aToTableD_PCIEdit.Category = "aToTableD_PCIEdit";
this.aToTableD_PCIEdit.ConfirmationMessage = null;
this.aToTableD_PCIEdit.Id = "aToTableD_PCIEdit";
this.aToTableD_PCIEdit.TargetObjectType = typeof(Nuvolar.Module.BusinessObjects.Financial.PCIEdit);
this.aToTableD_PCIEdit.TargetViewNesting = DevExpress.ExpressApp.Nesting.Root;
this.aToTableD_PCIEdit.TargetViewType = DevExpress.ExpressApp.ViewType.DetailView;
this.aToTableD_PCIEdit.ToolTip = null;
this.aToTableD_PCIEdit.TypeOfView = typeof(DevExpress.ExpressApp.DetailView);
//
// PCIEdit_VC
//
this.Actions.Add(this.aPCIEdit);
this.Actions.Add(this.aToTable_PCIEdit);
this.Actions.Add(this.aToTableD_PCIEdit);
}
#endregion
private DevExpress.ExpressApp.Actions.SimpleAction aPCIEdit;
private DevExpress.ExpressApp.Actions.SimpleAction aToTable_PCIEdit;
private DevExpress.ExpressApp.Actions.SimpleAction aToTableD_PCIEdit;
}
}