feat: 更新业务、控件及单据功能

This commit is contained in:
cyf
2026-08-10 09:59:46 +08:00
parent c07220bbf0
commit 000a69ce15
29 changed files with 919 additions and 359 deletions
+66 -65
View File
@@ -28,9 +28,10 @@
/// </summary>
private void InitializeComponent()
{
this.MenuStrip = new System.Windows.Forms.ContextMenuStrip();
this.components = new System.ComponentModel.Container();
this.MenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
this.btn_delete = new System.Windows.Forms.ToolStripMenuItem();
this.contextMenuStrip = new System.Windows.Forms.ContextMenuStrip();
this.contextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
this.ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
@@ -238,7 +239,7 @@
this.splitContainerControl1.Panel1.Text = "Panel1";
this.splitContainerControl1.Panel2.Controls.Add(this.xtraTabControl2);
this.splitContainerControl1.Panel2.Text = "Panel2";
this.splitContainerControl1.Size = new System.Drawing.Size(1284, 641);
this.splitContainerControl1.Size = new System.Drawing.Size(1605, 801);
this.splitContainerControl1.SplitterPosition = 340;
this.splitContainerControl1.TabIndex = 2;
this.splitContainerControl1.Text = "splitContainerControl1";
@@ -250,7 +251,7 @@
this.xtraTabControl1.Location = new System.Drawing.Point(0, 0);
this.xtraTabControl1.Name = "xtraTabControl1";
this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1;
this.xtraTabControl1.Size = new System.Drawing.Size(340, 641);
this.xtraTabControl1.Size = new System.Drawing.Size(340, 801);
this.xtraTabControl1.TabIndex = 1;
this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
this.xtraTabPage1,
@@ -260,7 +261,7 @@
//
this.xtraTabPage1.Controls.Add(this.splitContainer1);
this.xtraTabPage1.Name = "xtraTabPage1";
this.xtraTabPage1.Size = new System.Drawing.Size(334, 612);
this.xtraTabPage1.Size = new System.Drawing.Size(334, 772);
this.xtraTabPage1.Text = "角色";
//
// splitContainer1
@@ -278,8 +279,8 @@
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.RoleOwnerControl);
this.splitContainer1.Size = new System.Drawing.Size(334, 612);
this.splitContainer1.SplitterDistance = 288;
this.splitContainer1.Size = new System.Drawing.Size(334, 772);
this.splitContainer1.SplitterDistance = 363;
this.splitContainer1.SplitterWidth = 3;
this.splitContainer1.TabIndex = 3;
//
@@ -291,7 +292,7 @@
this.RoleControlEx.Margin = new System.Windows.Forms.Padding(4);
this.RoleControlEx.Name = "RoleControlEx";
this.RoleControlEx.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum;
this.RoleControlEx.Size = new System.Drawing.Size(334, 261);
this.RoleControlEx.Size = new System.Drawing.Size(334, 336);
this.RoleControlEx.SysModel = null;
this.RoleControlEx.TabIndex = 2;
//
@@ -302,7 +303,7 @@
this.panelControl1.Controls.Add(this.btn_deleteRole);
this.panelControl1.Controls.Add(this.btn_Add);
this.panelControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panelControl1.Location = new System.Drawing.Point(0, 261);
this.panelControl1.Location = new System.Drawing.Point(0, 336);
this.panelControl1.Name = "panelControl1";
this.panelControl1.Size = new System.Drawing.Size(334, 27);
this.panelControl1.TabIndex = 3;
@@ -351,7 +352,7 @@
this.RoleOwnerControl.Margin = new System.Windows.Forms.Padding(4);
this.RoleOwnerControl.Name = "RoleOwnerControl";
this.RoleOwnerControl.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum;
this.RoleOwnerControl.Size = new System.Drawing.Size(334, 321);
this.RoleOwnerControl.Size = new System.Drawing.Size(334, 406);
this.RoleOwnerControl.SysModel = null;
this.RoleOwnerControl.TabIndex = 3;
//
@@ -380,7 +381,7 @@
this.xtraTabControl2.Location = new System.Drawing.Point(0, 0);
this.xtraTabControl2.Name = "xtraTabControl2";
this.xtraTabControl2.SelectedTabPage = this.xtraTabPage9;
this.xtraTabControl2.Size = new System.Drawing.Size(939, 641);
this.xtraTabControl2.Size = new System.Drawing.Size(1260, 801);
this.xtraTabControl2.TabIndex = 4;
this.xtraTabControl2.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
this.xtraTabPage3,
@@ -396,7 +397,7 @@
//
this.xtraTabPage9.Controls.Add(this.splitMain);
this.xtraTabPage9.Name = "xtraTabPage9";
this.xtraTabPage9.Size = new System.Drawing.Size(933, 612);
this.xtraTabPage9.Size = new System.Drawing.Size(1254, 772);
this.xtraTabPage9.Text = "快捷通道设置";
//
// splitMain
@@ -408,7 +409,7 @@
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(933, 612);
this.splitMain.Size = new System.Drawing.Size(1254, 772);
this.splitMain.SplitterPosition = 268;
this.splitMain.TabIndex = 4;
this.splitMain.Text = "splitContainerControl1";
@@ -423,7 +424,7 @@
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, 612);
this.pl_left.Size = new System.Drawing.Size(268, 772);
this.pl_left.TabIndex = 2;
//
// pl_gridandtree_container
@@ -433,7 +434,7 @@
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, 589);
this.pl_gridandtree_container.Size = new System.Drawing.Size(268, 749);
this.pl_gridandtree_container.TabIndex = 10;
//
// gridLeft
@@ -445,7 +446,7 @@
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, 589);
this.gridLeft.Size = new System.Drawing.Size(268, 749);
this.gridLeft.SysModel = null;
this.gridLeft.TabIndex = 7;
//
@@ -485,7 +486,7 @@
this.splitMain_Right.Panel2.Controls.Add(this.panelControl16);
this.splitMain_Right.Panel2.Controls.Add(this.panelControl17);
this.splitMain_Right.Panel2.Text = "Panel2";
this.splitMain_Right.Size = new System.Drawing.Size(660, 612);
this.splitMain_Right.Size = new System.Drawing.Size(981, 772);
this.splitMain_Right.SplitterPosition = 233;
this.splitMain_Right.TabIndex = 4;
this.splitMain_Right.Text = "splitContainerControl1";
@@ -496,7 +497,7 @@
this.panelControl14.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelControl14.Location = new System.Drawing.Point(0, 0);
this.panelControl14.Name = "panelControl14";
this.panelControl14.Size = new System.Drawing.Size(660, 195);
this.panelControl14.Size = new System.Drawing.Size(981, 195);
this.panelControl14.TabIndex = 25;
//
// AllQuickControlEx
@@ -507,7 +508,7 @@
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(656, 191);
this.AllQuickControlEx.Size = new System.Drawing.Size(977, 191);
this.AllQuickControlEx.SysModel = null;
this.AllQuickControlEx.TabIndex = 5;
//
@@ -518,7 +519,7 @@
this.panelControl15.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panelControl15.Location = new System.Drawing.Point(0, 195);
this.panelControl15.Name = "panelControl15";
this.panelControl15.Size = new System.Drawing.Size(660, 38);
this.panelControl15.Size = new System.Drawing.Size(981, 38);
this.panelControl15.TabIndex = 11;
//
// SettingReport
@@ -526,7 +527,7 @@
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(522, 5);
this.SettingReport.Location = new System.Drawing.Point(843, 5);
this.SettingReport.Name = "SettingReport";
this.SettingReport.Size = new System.Drawing.Size(126, 28);
this.SettingReport.TabIndex = 25;
@@ -538,7 +539,7 @@
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(375, 5);
this.SettingOperation.Location = new System.Drawing.Point(696, 5);
this.SettingOperation.Name = "SettingOperation";
this.SettingOperation.Size = new System.Drawing.Size(126, 28);
this.SettingOperation.TabIndex = 24;
@@ -552,7 +553,7 @@
this.panelControl16.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelControl16.Location = new System.Drawing.Point(0, 0);
this.panelControl16.Name = "panelControl16";
this.panelControl16.Size = new System.Drawing.Size(660, 340);
this.panelControl16.Size = new System.Drawing.Size(981, 500);
this.panelControl16.TabIndex = 27;
//
// groupBox2
@@ -561,7 +562,7 @@
this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox2.Location = new System.Drawing.Point(319, 2);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(339, 336);
this.groupBox2.Size = new System.Drawing.Size(660, 496);
this.groupBox2.TabIndex = 3;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "快捷报表通道";
@@ -574,7 +575,7 @@
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(333, 315);
this.QuickReportFormControlEx.Size = new System.Drawing.Size(654, 475);
this.QuickReportFormControlEx.SysModel = null;
this.QuickReportFormControlEx.TabIndex = 3;
//
@@ -584,7 +585,7 @@
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(317, 336);
this.groupBox1.Size = new System.Drawing.Size(317, 496);
this.groupBox1.TabIndex = 2;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "快捷操作通道";
@@ -597,7 +598,7 @@
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(311, 315);
this.QuickOperationControlEx.Size = new System.Drawing.Size(311, 475);
this.QuickOperationControlEx.SysModel = null;
this.QuickOperationControlEx.TabIndex = 4;
//
@@ -606,9 +607,9 @@
this.panelControl17.Controls.Add(this.SetRemovePermissions);
this.panelControl17.Controls.Add(this.btnOk);
this.panelControl17.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panelControl17.Location = new System.Drawing.Point(0, 340);
this.panelControl17.Location = new System.Drawing.Point(0, 500);
this.panelControl17.Name = "panelControl17";
this.panelControl17.Size = new System.Drawing.Size(660, 34);
this.panelControl17.Size = new System.Drawing.Size(981, 34);
this.panelControl17.TabIndex = 8;
//
// SetRemovePermissions
@@ -616,7 +617,7 @@
this.SetRemovePermissions.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
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(529, 4);
this.SetRemovePermissions.Location = new System.Drawing.Point(850, 4);
this.SetRemovePermissions.Name = "SetRemovePermissions";
this.SetRemovePermissions.Size = new System.Drawing.Size(126, 28);
this.SetRemovePermissions.TabIndex = 26;
@@ -628,7 +629,7 @@
this.btnOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | 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(466, 4);
this.btnOk.Location = new System.Drawing.Point(787, 4);
this.btnOk.Name = "btnOk";
this.btnOk.Size = new System.Drawing.Size(57, 28);
this.btnOk.TabIndex = 23;
@@ -639,7 +640,7 @@
//
this.xtraTabPage3.Controls.Add(this.scc_container);
this.xtraTabPage3.Name = "xtraTabPage3";
this.xtraTabPage3.Size = new System.Drawing.Size(933, 612);
this.xtraTabPage3.Size = new System.Drawing.Size(1254, 772);
this.xtraTabPage3.Text = "权限设置表";
//
// scc_container
@@ -656,7 +657,7 @@
this.scc_container.Panel2.Controls.Add(this.splitMain_LowerRight);
this.scc_container.Panel2.Text = "Panel2";
this.scc_container.PanelVisibility = DevExpress.XtraEditors.SplitPanelVisibility.Panel1;
this.scc_container.Size = new System.Drawing.Size(933, 612);
this.scc_container.Size = new System.Drawing.Size(1254, 772);
this.scc_container.SplitterPosition = 246;
this.scc_container.TabIndex = 12;
this.scc_container.Text = "splitContainerControl1";
@@ -667,7 +668,7 @@
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(929, 578);
this.panelControl3.Size = new System.Drawing.Size(1250, 738);
this.panelControl3.TabIndex = 2;
//
// ModulePermissionsControl
@@ -678,7 +679,7 @@
this.ModulePermissionsControl.Margin = new System.Windows.Forms.Padding(4);
this.ModulePermissionsControl.Name = "ModulePermissionsControl";
this.ModulePermissionsControl.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum;
this.ModulePermissionsControl.Size = new System.Drawing.Size(925, 574);
this.ModulePermissionsControl.Size = new System.Drawing.Size(1246, 734);
this.ModulePermissionsControl.SysModel = null;
this.ModulePermissionsControl.TabIndex = 4;
//
@@ -687,15 +688,15 @@
this.panelControl4.Controls.Add(this.btn_unfold);
this.panelControl4.Controls.Add(this.btn_save);
this.panelControl4.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panelControl4.Location = new System.Drawing.Point(0, 578);
this.panelControl4.Location = new System.Drawing.Point(0, 738);
this.panelControl4.Name = "panelControl4";
this.panelControl4.Size = new System.Drawing.Size(929, 30);
this.panelControl4.Size = new System.Drawing.Size(1250, 30);
this.panelControl4.TabIndex = 1;
//
// btn_unfold
//
this.btn_unfold.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btn_unfold.Location = new System.Drawing.Point(787, 6);
this.btn_unfold.Location = new System.Drawing.Point(1108, 6);
this.btn_unfold.Name = "btn_unfold";
this.btn_unfold.Size = new System.Drawing.Size(64, 20);
this.btn_unfold.TabIndex = 0;
@@ -704,7 +705,7 @@
// btn_save
//
this.btn_save.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btn_save.Location = new System.Drawing.Point(857, 6);
this.btn_save.Location = new System.Drawing.Point(1178, 6);
this.btn_save.Name = "btn_save";
this.btn_save.Size = new System.Drawing.Size(64, 20);
this.btn_save.TabIndex = 0;
@@ -727,7 +728,7 @@
//
this.xtraTabPage10.Controls.Add(this.gridControlEx1);
this.xtraTabPage10.Name = "xtraTabPage10";
this.xtraTabPage10.Size = new System.Drawing.Size(933, 612);
this.xtraTabPage10.Size = new System.Drawing.Size(1254, 772);
this.xtraTabPage10.Text = "添加人员";
//
// gridControlEx1
@@ -738,7 +739,7 @@
this.gridControlEx1.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
this.gridControlEx1.Name = "gridControlEx1";
this.gridControlEx1.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum;
this.gridControlEx1.Size = new System.Drawing.Size(933, 612);
this.gridControlEx1.Size = new System.Drawing.Size(1254, 772);
this.gridControlEx1.SysModel = null;
this.gridControlEx1.TabIndex = 1;
//
@@ -746,7 +747,7 @@
//
this.xtraTabPage11.Controls.Add(this.moduleAssociationRole);
this.xtraTabPage11.Name = "xtraTabPage11";
this.xtraTabPage11.Size = new System.Drawing.Size(933, 612);
this.xtraTabPage11.Size = new System.Drawing.Size(1254, 772);
this.xtraTabPage11.Text = "菜单功能明细";
//
// moduleAssociationRole
@@ -754,14 +755,14 @@
this.moduleAssociationRole.Dock = System.Windows.Forms.DockStyle.Fill;
this.moduleAssociationRole.Location = new System.Drawing.Point(0, 0);
this.moduleAssociationRole.Name = "moduleAssociationRole";
this.moduleAssociationRole.Size = new System.Drawing.Size(933, 612);
this.moduleAssociationRole.Size = new System.Drawing.Size(1254, 772);
this.moduleAssociationRole.TabIndex = 0;
//
// xtraTabPage12
//
this.xtraTabPage12.Controls.Add(this.personnelInformation);
this.xtraTabPage12.Name = "xtraTabPage12";
this.xtraTabPage12.Size = new System.Drawing.Size(933, 612);
this.xtraTabPage12.Size = new System.Drawing.Size(1254, 772);
this.xtraTabPage12.Text = "人员权限信息";
//
// personnelInformation
@@ -769,14 +770,14 @@
this.personnelInformation.Dock = System.Windows.Forms.DockStyle.Fill;
this.personnelInformation.Location = new System.Drawing.Point(0, 0);
this.personnelInformation.Name = "personnelInformation";
this.personnelInformation.Size = new System.Drawing.Size(933, 612);
this.personnelInformation.Size = new System.Drawing.Size(1254, 772);
this.personnelInformation.TabIndex = 0;
//
// xtraTabPage8
//
this.xtraTabPage8.Controls.Add(this.panelControl6);
this.xtraTabPage8.Name = "xtraTabPage8";
this.xtraTabPage8.Size = new System.Drawing.Size(933, 612);
this.xtraTabPage8.Size = new System.Drawing.Size(1254, 772);
this.xtraTabPage8.Text = "员工日志记录";
//
// panelControl6
@@ -786,7 +787,7 @@
this.panelControl6.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelControl6.Location = new System.Drawing.Point(0, 0);
this.panelControl6.Name = "panelControl6";
this.panelControl6.Size = new System.Drawing.Size(933, 612);
this.panelControl6.Size = new System.Drawing.Size(1254, 772);
this.panelControl6.TabIndex = 4;
//
// panelControl7
@@ -796,7 +797,7 @@
this.panelControl7.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelControl7.Location = new System.Drawing.Point(2, 2);
this.panelControl7.Name = "panelControl7";
this.panelControl7.Size = new System.Drawing.Size(929, 578);
this.panelControl7.Size = new System.Drawing.Size(1250, 738);
this.panelControl7.TabIndex = 5;
//
// panelControl11
@@ -807,7 +808,7 @@
this.panelControl11.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelControl11.Location = new System.Drawing.Point(2, 46);
this.panelControl11.Name = "panelControl11";
this.panelControl11.Size = new System.Drawing.Size(925, 530);
this.panelControl11.Size = new System.Drawing.Size(1246, 690);
this.panelControl11.TabIndex = 4;
//
// LogControl
@@ -818,7 +819,7 @@
this.LogControl.Margin = new System.Windows.Forms.Padding(5);
this.LogControl.Name = "LogControl";
this.LogControl.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum;
this.LogControl.Size = new System.Drawing.Size(921, 526);
this.LogControl.Size = new System.Drawing.Size(1242, 686);
this.LogControl.SysModel = null;
this.LogControl.TabIndex = 2;
//
@@ -834,7 +835,7 @@
this.panelControl9.Dock = System.Windows.Forms.DockStyle.Top;
this.panelControl9.Location = new System.Drawing.Point(2, 2);
this.panelControl9.Name = "panelControl9";
this.panelControl9.Size = new System.Drawing.Size(925, 44);
this.panelControl9.Size = new System.Drawing.Size(1246, 44);
this.panelControl9.TabIndex = 3;
//
// btn_query
@@ -903,15 +904,15 @@
//
this.panelControl5.Controls.Add(this.btn_export);
this.panelControl5.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panelControl5.Location = new System.Drawing.Point(2, 580);
this.panelControl5.Location = new System.Drawing.Point(2, 740);
this.panelControl5.Name = "panelControl5";
this.panelControl5.Size = new System.Drawing.Size(929, 30);
this.panelControl5.Size = new System.Drawing.Size(1250, 30);
this.panelControl5.TabIndex = 4;
//
// btn_export
//
this.btn_export.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btn_export.Location = new System.Drawing.Point(860, 5);
this.btn_export.Location = new System.Drawing.Point(1181, 5);
this.btn_export.Name = "btn_export";
this.btn_export.Size = new System.Drawing.Size(64, 20);
this.btn_export.TabIndex = 1;
@@ -921,7 +922,7 @@
//
this.xtraTabPage4.Controls.Add(this.panelControl8);
this.xtraTabPage4.Name = "xtraTabPage4";
this.xtraTabPage4.Size = new System.Drawing.Size(933, 612);
this.xtraTabPage4.Size = new System.Drawing.Size(1254, 772);
this.xtraTabPage4.Text = "审核权限";
//
// panelControl8
@@ -934,7 +935,7 @@
this.panelControl8.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelControl8.Location = new System.Drawing.Point(0, 0);
this.panelControl8.Name = "panelControl8";
this.panelControl8.Size = new System.Drawing.Size(933, 612);
this.panelControl8.Size = new System.Drawing.Size(1254, 772);
this.panelControl8.TabIndex = 4;
//
// panelControl13
@@ -947,7 +948,7 @@
this.panelControl13.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelControl13.Location = new System.Drawing.Point(0, 111);
this.panelControl13.Name = "panelControl13";
this.panelControl13.Size = new System.Drawing.Size(933, 501);
this.panelControl13.Size = new System.Drawing.Size(1254, 661);
this.panelControl13.TabIndex = 6;
//
// panel1
@@ -957,7 +958,7 @@
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(188, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(745, 501);
this.panel1.Size = new System.Drawing.Size(1066, 661);
this.panel1.TabIndex = 14;
//
// frmWork1
@@ -967,7 +968,7 @@
this.frmWork1.Location = new System.Drawing.Point(0, 0);
this.frmWork1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.frmWork1.Name = "frmWork1";
this.frmWork1.Size = new System.Drawing.Size(745, 501);
this.frmWork1.Size = new System.Drawing.Size(1066, 661);
this.frmWork1.TabIndex = 0;
//
// panelControl10
@@ -980,7 +981,7 @@
this.panelControl10.Dock = System.Windows.Forms.DockStyle.Left;
this.panelControl10.Location = new System.Drawing.Point(0, 0);
this.panelControl10.Name = "panelControl10";
this.panelControl10.Size = new System.Drawing.Size(188, 501);
this.panelControl10.Size = new System.Drawing.Size(188, 661);
this.panelControl10.TabIndex = 13;
//
// panelControl19
@@ -992,7 +993,7 @@
this.panelControl19.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelControl19.Location = new System.Drawing.Point(0, 40);
this.panelControl19.Name = "panelControl19";
this.panelControl19.Size = new System.Drawing.Size(188, 461);
this.panelControl19.Size = new System.Drawing.Size(188, 621);
this.panelControl19.TabIndex = 13;
//
// moduleControl
@@ -1003,7 +1004,7 @@
this.moduleControl.Margin = new System.Windows.Forms.Padding(6, 10, 6, 10);
this.moduleControl.Name = "moduleControl";
this.moduleControl.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum;
this.moduleControl.Size = new System.Drawing.Size(188, 461);
this.moduleControl.Size = new System.Drawing.Size(188, 621);
this.moduleControl.SysModel = null;
this.moduleControl.TabIndex = 3;
//
@@ -1085,14 +1086,14 @@
this.panelControl12.Dock = System.Windows.Forms.DockStyle.Top;
this.panelControl12.Location = new System.Drawing.Point(0, 0);
this.panelControl12.Name = "panelControl12";
this.panelControl12.Size = new System.Drawing.Size(933, 111);
this.panelControl12.Size = new System.Drawing.Size(1254, 111);
this.panelControl12.TabIndex = 5;
//
// xtraTabPage13
//
this.xtraTabPage13.Controls.Add(this.permissionSettings1);
this.xtraTabPage13.Name = "xtraTabPage13";
this.xtraTabPage13.Size = new System.Drawing.Size(933, 612);
this.xtraTabPage13.Size = new System.Drawing.Size(1254, 772);
this.xtraTabPage13.Text = "模块元素权限";
//
// permissionSettings1
@@ -1100,7 +1101,7 @@
this.permissionSettings1.Dock = System.Windows.Forms.DockStyle.Fill;
this.permissionSettings1.Location = new System.Drawing.Point(0, 0);
this.permissionSettings1.Name = "permissionSettings1";
this.permissionSettings1.Size = new System.Drawing.Size(933, 612);
this.permissionSettings1.Size = new System.Drawing.Size(1254, 772);
this.permissionSettings1.TabIndex = 0;
//
// FrmMain