Files
Nuvolar/Nuvolar.Module.CSharp/Controllers/StoragePDACollectionHeader_VC.Designer.cs
2017-03-08 11:21:27 +01:00

52 lines
1.8 KiB
C#

using System;
using DevExpress.ExpressApp.Actions;
namespace Nuvolar.Module.Controllers
{
partial class StoragePDACollectionHeader_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()
{
//
// aStoragePDARow_Divide
//
this.aStoragePDARow_Divide.CustomizePopupWindowParams += new DevExpress.ExpressApp.Actions.CustomizePopupWindowParamsEventHandler(this.aStoragePDARow_Divide_CustomizePopupWindowParams);
this.aStoragePDARow_Divide.Execute += new DevExpress.ExpressApp.Actions.PopupWindowShowActionExecuteEventHandler(this.aStoragePDARow_Divide_Execute);
//
// aStoragePDARow_Merge
//
this.aStoragePDARow_Merge.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireMultipleObjects;
this.aStoragePDARow_Merge.Execute += new DevExpress.ExpressApp.Actions.SimpleActionExecuteEventHandler(this.aStoragePDARow_Merge_Execute);
}
#endregion
}
}