First create solution
This commit is contained in:
@@ -0,0 +1,77 @@
|
||||
namespace Nuvolar.Module.Controllers
|
||||
{
|
||||
partial class NewCustomersFromVC
|
||||
{
|
||||
/// <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.aNewCustomersFrom = new DevExpress.ExpressApp.Actions.PopupWindowShowAction(this.components);
|
||||
this.aGenerateDEMOData = new DevExpress.ExpressApp.Actions.PopupWindowShowAction(this.components);
|
||||
//
|
||||
// aNewCustomersFrom
|
||||
//
|
||||
this.aNewCustomersFrom.AcceptButtonCaption = null;
|
||||
this.aNewCustomersFrom.CancelButtonCaption = null;
|
||||
this.aNewCustomersFrom.Caption = "aNew Customers From";
|
||||
this.aNewCustomersFrom.ConfirmationMessage = null;
|
||||
this.aNewCustomersFrom.Id = "aNewCustomersFrom";
|
||||
this.aNewCustomersFrom.TargetObjectType = typeof(Nuvolar.Module.CustomersFrom);
|
||||
this.aNewCustomersFrom.TargetViewNesting = DevExpress.ExpressApp.Nesting.Root;
|
||||
this.aNewCustomersFrom.TargetViewType = DevExpress.ExpressApp.ViewType.ListView;
|
||||
this.aNewCustomersFrom.ToolTip = null;
|
||||
this.aNewCustomersFrom.TypeOfView = typeof(DevExpress.ExpressApp.ListView);
|
||||
this.aNewCustomersFrom.CustomizePopupWindowParams += new DevExpress.ExpressApp.Actions.CustomizePopupWindowParamsEventHandler(this.aNewCustomersFrom_Customize);
|
||||
this.aNewCustomersFrom.Execute += new DevExpress.ExpressApp.Actions.PopupWindowShowActionExecuteEventHandler(this.aNewCustomersFrom_Execute);
|
||||
//
|
||||
// aGenerateDEMOData
|
||||
//
|
||||
this.aGenerateDEMOData.AcceptButtonCaption = null;
|
||||
this.aGenerateDEMOData.CancelButtonCaption = null;
|
||||
this.aGenerateDEMOData.Caption = "aGenerate DEMOData";
|
||||
this.aGenerateDEMOData.ConfirmationMessage = null;
|
||||
this.aGenerateDEMOData.Id = "aGenerateDEMOData";
|
||||
this.aGenerateDEMOData.TargetObjectType = typeof(Nuvolar.Module.CustomersFrom);
|
||||
this.aGenerateDEMOData.TargetViewNesting = DevExpress.ExpressApp.Nesting.Root;
|
||||
this.aGenerateDEMOData.TargetViewType = DevExpress.ExpressApp.ViewType.ListView;
|
||||
this.aGenerateDEMOData.ToolTip = null;
|
||||
this.aGenerateDEMOData.TypeOfView = typeof(DevExpress.ExpressApp.ListView);
|
||||
this.aGenerateDEMOData.CustomizePopupWindowParams += new DevExpress.ExpressApp.Actions.CustomizePopupWindowParamsEventHandler(this.aGenerateDEMOData_Customize);
|
||||
this.aGenerateDEMOData.Execute += new DevExpress.ExpressApp.Actions.PopupWindowShowActionExecuteEventHandler(this.aGenerateDEMOData_Execute);
|
||||
//
|
||||
// NewCustomersFromVC
|
||||
//
|
||||
this.Actions.Add(this.aNewCustomersFrom);
|
||||
this.Actions.Add(this.aGenerateDEMOData);
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private DevExpress.ExpressApp.Actions.PopupWindowShowAction aNewCustomersFrom;
|
||||
private DevExpress.ExpressApp.Actions.PopupWindowShowAction aGenerateDEMOData;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user