396 lines
22 KiB
C#
396 lines
22 KiB
C#
|
|
namespace Lskj.PubUserTomodule
|
|
{
|
|
partial class FrmShortcutSettings
|
|
{
|
|
/// <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 Windows Form 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.splitMain = new DevExpress.XtraEditors.SplitContainerControl();
|
|
this.pl_left = new DevExpress.XtraEditors.PanelControl();
|
|
this.pl_gridandtree_container = new DevExpress.XtraEditors.PanelControl();
|
|
this.treeLeft = new DevExpress.XtraTreeList.TreeList();
|
|
this.gridLeft = new Lskj.Control.GridControlEx();
|
|
this.pl_left_top = new DevExpress.XtraEditors.PanelControl();
|
|
this.PrimaryDirectory = new DevExpress.XtraEditors.ComboBoxEdit();
|
|
this.splitMain_Right = new DevExpress.XtraEditors.SplitContainerControl();
|
|
this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
|
|
this.AllQuickControlEx = new Lskj.Control.GridControlEx();
|
|
this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
|
|
this.SettingReport = new DevExpress.XtraEditors.SimpleButton();
|
|
this.SettingOperation = new DevExpress.XtraEditors.SimpleButton();
|
|
this.panelControl4 = new DevExpress.XtraEditors.PanelControl();
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
this.QuickReportFormControlEx = new Lskj.Control.GridControlEx();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.QuickOperationControlEx = new Lskj.Control.GridControlEx();
|
|
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
|
|
this.SetRemovePermissions = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnCancel = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnOk = new DevExpress.XtraEditors.SimpleButton();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitMain)).BeginInit();
|
|
this.splitMain.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_left)).BeginInit();
|
|
this.pl_left.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_gridandtree_container)).BeginInit();
|
|
this.pl_gridandtree_container.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.treeLeft)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_left_top)).BeginInit();
|
|
this.pl_left_top.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.PrimaryDirectory.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitMain_Right)).BeginInit();
|
|
this.splitMain_Right.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
|
|
this.panelControl3.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
|
|
this.panelControl2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl4)).BeginInit();
|
|
this.panelControl4.SuspendLayout();
|
|
this.groupBox2.SuspendLayout();
|
|
this.groupBox1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
|
|
this.panelControl1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// splitMain
|
|
//
|
|
this.splitMain.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.splitMain.Location = new System.Drawing.Point(0, 0);
|
|
this.splitMain.Name = "splitMain";
|
|
this.splitMain.Panel1.Controls.Add(this.pl_left);
|
|
this.splitMain.Panel1.Text = "Panel1";
|
|
this.splitMain.Panel2.Controls.Add(this.splitMain_Right);
|
|
this.splitMain.Panel2.Text = "Panel2";
|
|
this.splitMain.Size = new System.Drawing.Size(1091, 577);
|
|
this.splitMain.SplitterPosition = 268;
|
|
this.splitMain.TabIndex = 3;
|
|
this.splitMain.Text = "splitContainerControl1";
|
|
//
|
|
// pl_left
|
|
//
|
|
this.pl_left.Appearance.BackColor = System.Drawing.Color.Transparent;
|
|
this.pl_left.Appearance.Options.UseBackColor = true;
|
|
this.pl_left.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.pl_left.Controls.Add(this.pl_gridandtree_container);
|
|
this.pl_left.Controls.Add(this.pl_left_top);
|
|
this.pl_left.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.pl_left.Location = new System.Drawing.Point(0, 0);
|
|
this.pl_left.Name = "pl_left";
|
|
this.pl_left.Size = new System.Drawing.Size(268, 577);
|
|
this.pl_left.TabIndex = 2;
|
|
//
|
|
// pl_gridandtree_container
|
|
//
|
|
this.pl_gridandtree_container.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.pl_gridandtree_container.Controls.Add(this.treeLeft);
|
|
this.pl_gridandtree_container.Controls.Add(this.gridLeft);
|
|
this.pl_gridandtree_container.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.pl_gridandtree_container.Location = new System.Drawing.Point(0, 23);
|
|
this.pl_gridandtree_container.Name = "pl_gridandtree_container";
|
|
this.pl_gridandtree_container.Size = new System.Drawing.Size(268, 554);
|
|
this.pl_gridandtree_container.TabIndex = 10;
|
|
//
|
|
// treeLeft
|
|
//
|
|
this.treeLeft.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.treeLeft.Location = new System.Drawing.Point(0, 0);
|
|
this.treeLeft.Name = "treeLeft";
|
|
this.treeLeft.OptionsClipboard.AllowCopy = DevExpress.Utils.DefaultBoolean.True;
|
|
this.treeLeft.OptionsClipboard.CopyNodeHierarchy = DevExpress.Utils.DefaultBoolean.True;
|
|
this.treeLeft.Size = new System.Drawing.Size(268, 554);
|
|
this.treeLeft.TabIndex = 8;
|
|
//
|
|
// gridLeft
|
|
//
|
|
this.gridLeft.AdapterObj = null;
|
|
this.gridLeft.BackColor = System.Drawing.SystemColors.Control;
|
|
this.gridLeft.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.gridLeft.Location = new System.Drawing.Point(0, 0);
|
|
this.gridLeft.Margin = new System.Windows.Forms.Padding(7);
|
|
this.gridLeft.Name = "gridLeft";
|
|
this.gridLeft.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum;
|
|
this.gridLeft.Size = new System.Drawing.Size(268, 554);
|
|
this.gridLeft.SysModel = null;
|
|
this.gridLeft.TabIndex = 7;
|
|
//
|
|
// pl_left_top
|
|
//
|
|
this.pl_left_top.Appearance.BackColor = System.Drawing.SystemColors.Control;
|
|
this.pl_left_top.Appearance.Options.UseBackColor = true;
|
|
this.pl_left_top.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.pl_left_top.Controls.Add(this.PrimaryDirectory);
|
|
this.pl_left_top.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.pl_left_top.Location = new System.Drawing.Point(0, 0);
|
|
this.pl_left_top.Name = "pl_left_top";
|
|
this.pl_left_top.Size = new System.Drawing.Size(268, 23);
|
|
this.pl_left_top.TabIndex = 9;
|
|
//
|
|
// PrimaryDirectory
|
|
//
|
|
this.PrimaryDirectory.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.PrimaryDirectory.Location = new System.Drawing.Point(0, 0);
|
|
this.PrimaryDirectory.Margin = new System.Windows.Forms.Padding(2);
|
|
this.PrimaryDirectory.Name = "PrimaryDirectory";
|
|
this.PrimaryDirectory.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.PrimaryDirectory.Size = new System.Drawing.Size(268, 20);
|
|
this.PrimaryDirectory.TabIndex = 1;
|
|
//
|
|
// splitMain_Right
|
|
//
|
|
this.splitMain_Right.CollapsePanel = DevExpress.XtraEditors.SplitCollapsePanel.Panel2;
|
|
this.splitMain_Right.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.splitMain_Right.Horizontal = false;
|
|
this.splitMain_Right.Location = new System.Drawing.Point(0, 0);
|
|
this.splitMain_Right.Name = "splitMain_Right";
|
|
this.splitMain_Right.Panel1.Controls.Add(this.panelControl3);
|
|
this.splitMain_Right.Panel1.Controls.Add(this.panelControl2);
|
|
this.splitMain_Right.Panel1.Text = "Panel1";
|
|
this.splitMain_Right.Panel2.Controls.Add(this.panelControl4);
|
|
this.splitMain_Right.Panel2.Controls.Add(this.panelControl1);
|
|
this.splitMain_Right.Panel2.Text = "Panel2";
|
|
this.splitMain_Right.Size = new System.Drawing.Size(818, 577);
|
|
this.splitMain_Right.SplitterPosition = 233;
|
|
this.splitMain_Right.TabIndex = 4;
|
|
this.splitMain_Right.Text = "splitContainerControl1";
|
|
//
|
|
// panelControl3
|
|
//
|
|
this.panelControl3.Controls.Add(this.AllQuickControlEx);
|
|
this.panelControl3.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panelControl3.Location = new System.Drawing.Point(0, 0);
|
|
this.panelControl3.Name = "panelControl3";
|
|
this.panelControl3.Size = new System.Drawing.Size(818, 195);
|
|
this.panelControl3.TabIndex = 25;
|
|
//
|
|
// AllQuickControlEx
|
|
//
|
|
this.AllQuickControlEx.AdapterObj = null;
|
|
this.AllQuickControlEx.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.AllQuickControlEx.Location = new System.Drawing.Point(2, 2);
|
|
this.AllQuickControlEx.Margin = new System.Windows.Forms.Padding(8);
|
|
this.AllQuickControlEx.Name = "AllQuickControlEx";
|
|
this.AllQuickControlEx.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum;
|
|
this.AllQuickControlEx.Size = new System.Drawing.Size(814, 191);
|
|
this.AllQuickControlEx.SysModel = null;
|
|
this.AllQuickControlEx.TabIndex = 5;
|
|
//
|
|
// panelControl2
|
|
//
|
|
this.panelControl2.Controls.Add(this.SettingReport);
|
|
this.panelControl2.Controls.Add(this.SettingOperation);
|
|
this.panelControl2.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.panelControl2.Location = new System.Drawing.Point(0, 195);
|
|
this.panelControl2.Name = "panelControl2";
|
|
this.panelControl2.Size = new System.Drawing.Size(818, 38);
|
|
this.panelControl2.TabIndex = 11;
|
|
//
|
|
// SettingReport
|
|
//
|
|
this.SettingReport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.SettingReport.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.SettingReport.Appearance.Options.UseFont = true;
|
|
this.SettingReport.Location = new System.Drawing.Point(680, 5);
|
|
this.SettingReport.Name = "SettingReport";
|
|
this.SettingReport.Size = new System.Drawing.Size(126, 28);
|
|
this.SettingReport.TabIndex = 25;
|
|
this.SettingReport.TabStop = false;
|
|
this.SettingReport.Text = "设置报表快捷通道";
|
|
//
|
|
// SettingOperation
|
|
//
|
|
this.SettingOperation.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.SettingOperation.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.SettingOperation.Appearance.Options.UseFont = true;
|
|
this.SettingOperation.Location = new System.Drawing.Point(533, 5);
|
|
this.SettingOperation.Name = "SettingOperation";
|
|
this.SettingOperation.Size = new System.Drawing.Size(126, 28);
|
|
this.SettingOperation.TabIndex = 24;
|
|
this.SettingOperation.TabStop = false;
|
|
this.SettingOperation.Text = "设置操作快捷通道";
|
|
//
|
|
// panelControl4
|
|
//
|
|
this.panelControl4.Controls.Add(this.groupBox2);
|
|
this.panelControl4.Controls.Add(this.groupBox1);
|
|
this.panelControl4.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panelControl4.Location = new System.Drawing.Point(0, 0);
|
|
this.panelControl4.Name = "panelControl4";
|
|
this.panelControl4.Size = new System.Drawing.Size(818, 305);
|
|
this.panelControl4.TabIndex = 27;
|
|
//
|
|
// groupBox2
|
|
//
|
|
this.groupBox2.Controls.Add(this.QuickReportFormControlEx);
|
|
this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.groupBox2.Location = new System.Drawing.Point(412, 2);
|
|
this.groupBox2.Name = "groupBox2";
|
|
this.groupBox2.Size = new System.Drawing.Size(404, 301);
|
|
this.groupBox2.TabIndex = 3;
|
|
this.groupBox2.TabStop = false;
|
|
this.groupBox2.Text = "快捷报表通道";
|
|
//
|
|
// QuickReportFormControlEx
|
|
//
|
|
this.QuickReportFormControlEx.AdapterObj = null;
|
|
this.QuickReportFormControlEx.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.QuickReportFormControlEx.Location = new System.Drawing.Point(3, 18);
|
|
this.QuickReportFormControlEx.Margin = new System.Windows.Forms.Padding(6);
|
|
this.QuickReportFormControlEx.Name = "QuickReportFormControlEx";
|
|
this.QuickReportFormControlEx.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum;
|
|
this.QuickReportFormControlEx.Size = new System.Drawing.Size(398, 280);
|
|
this.QuickReportFormControlEx.SysModel = null;
|
|
this.QuickReportFormControlEx.TabIndex = 3;
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.QuickOperationControlEx);
|
|
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.groupBox1.Location = new System.Drawing.Point(2, 2);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(410, 301);
|
|
this.groupBox1.TabIndex = 2;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "快捷操作通道";
|
|
//
|
|
// QuickOperationControlEx
|
|
//
|
|
this.QuickOperationControlEx.AdapterObj = null;
|
|
this.QuickOperationControlEx.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.QuickOperationControlEx.Location = new System.Drawing.Point(3, 18);
|
|
this.QuickOperationControlEx.Margin = new System.Windows.Forms.Padding(7);
|
|
this.QuickOperationControlEx.Name = "QuickOperationControlEx";
|
|
this.QuickOperationControlEx.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum;
|
|
this.QuickOperationControlEx.Size = new System.Drawing.Size(404, 280);
|
|
this.QuickOperationControlEx.SysModel = null;
|
|
this.QuickOperationControlEx.TabIndex = 4;
|
|
//
|
|
// panelControl1
|
|
//
|
|
this.panelControl1.Controls.Add(this.SetRemovePermissions);
|
|
this.panelControl1.Controls.Add(this.btnCancel);
|
|
this.panelControl1.Controls.Add(this.btnOk);
|
|
this.panelControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.panelControl1.Location = new System.Drawing.Point(0, 305);
|
|
this.panelControl1.Name = "panelControl1";
|
|
this.panelControl1.Size = new System.Drawing.Size(818, 34);
|
|
this.panelControl1.TabIndex = 8;
|
|
//
|
|
// SetRemovePermissions
|
|
//
|
|
this.SetRemovePermissions.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.SetRemovePermissions.Appearance.Options.UseFont = true;
|
|
this.SetRemovePermissions.Location = new System.Drawing.Point(18, 4);
|
|
this.SetRemovePermissions.Name = "SetRemovePermissions";
|
|
this.SetRemovePermissions.Size = new System.Drawing.Size(126, 28);
|
|
this.SetRemovePermissions.TabIndex = 26;
|
|
this.SetRemovePermissions.TabStop = false;
|
|
this.SetRemovePermissions.Text = "删除已选择权限";
|
|
//
|
|
// btnCancel
|
|
//
|
|
this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnCancel.Location = new System.Drawing.Point(747, 4);
|
|
this.btnCancel.Name = "btnCancel";
|
|
this.btnCancel.Size = new System.Drawing.Size(59, 28);
|
|
this.btnCancel.TabIndex = 24;
|
|
this.btnCancel.Text = "取消(&C)";
|
|
//
|
|
// btnOk
|
|
//
|
|
this.btnOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnOk.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnOk.Appearance.Options.UseFont = true;
|
|
this.btnOk.Location = new System.Drawing.Point(685, 4);
|
|
this.btnOk.Name = "btnOk";
|
|
this.btnOk.Size = new System.Drawing.Size(57, 28);
|
|
this.btnOk.TabIndex = 23;
|
|
this.btnOk.TabStop = false;
|
|
this.btnOk.Text = "确定(&O)";
|
|
//
|
|
// FrmShortcutSettings
|
|
//
|
|
this.Appearance.BackColor = System.Drawing.SystemColors.Control;
|
|
this.Appearance.Options.UseBackColor = true;
|
|
this.Appearance.Options.UseFont = true;
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1091, 577);
|
|
this.Controls.Add(this.splitMain);
|
|
this.Name = "FrmShortcutSettings";
|
|
this.Text = "快捷通道设置";
|
|
((System.ComponentModel.ISupportInitialize)(this.splitMain)).EndInit();
|
|
this.splitMain.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_left)).EndInit();
|
|
this.pl_left.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_gridandtree_container)).EndInit();
|
|
this.pl_gridandtree_container.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.treeLeft)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_left_top)).EndInit();
|
|
this.pl_left_top.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.PrimaryDirectory.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitMain_Right)).EndInit();
|
|
this.splitMain_Right.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
|
|
this.panelControl3.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
|
|
this.panelControl2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl4)).EndInit();
|
|
this.panelControl4.ResumeLayout(false);
|
|
this.groupBox2.ResumeLayout(false);
|
|
this.groupBox1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
|
|
this.panelControl1.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraEditors.SplitContainerControl splitMain;
|
|
private DevExpress.XtraEditors.SplitContainerControl splitMain_Right;
|
|
private DevExpress.XtraEditors.PanelControl panelControl3;
|
|
private DevExpress.XtraEditors.PanelControl panelControl2;
|
|
private DevExpress.XtraEditors.SimpleButton SettingOperation;
|
|
private DevExpress.XtraEditors.PanelControl panelControl1;
|
|
private DevExpress.XtraEditors.SimpleButton SetRemovePermissions;
|
|
private DevExpress.XtraEditors.SimpleButton btnCancel;
|
|
private DevExpress.XtraEditors.SimpleButton btnOk;
|
|
private DevExpress.XtraEditors.PanelControl panelControl4;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private DevExpress.XtraEditors.SimpleButton SettingReport;
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|
private Control.GridControlEx QuickReportFormControlEx;
|
|
private DevExpress.XtraEditors.PanelControl pl_left;
|
|
private DevExpress.XtraEditors.PanelControl pl_left_top;
|
|
private DevExpress.XtraEditors.PanelControl pl_gridandtree_container;
|
|
private DevExpress.XtraEditors.ComboBoxEdit PrimaryDirectory;
|
|
private Control.GridControlEx gridLeft;
|
|
private Control.GridControlEx AllQuickControlEx;
|
|
private Control.GridControlEx QuickOperationControlEx;
|
|
private DevExpress.XtraTreeList.TreeList treeLeft;
|
|
}
|
|
} |