SVN-Revision: r876
This commit is contained in:
wyf
2025-07-17 14:40:21 +00:00
parent 647a079333
commit b1375c708e
2 changed files with 713 additions and 59 deletions
+105 -44
View File
@@ -28,10 +28,9 @@
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.dpb_Tools = new DevExpress.XtraEditors.DropDownButton();
this.pMenu = new DevExpress.XtraBars.PopupMenu(this.components);
this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
this.pMenu = new DevExpress.XtraBars.PopupMenu();
this.barManager1 = new DevExpress.XtraBars.BarManager();
this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
@@ -41,10 +40,11 @@
this.btnSave = new DevExpress.XtraEditors.SimpleButton();
this.btnAccradit = new DevExpress.XtraEditors.SimpleButton();
this.btnPrint = new DevExpress.XtraEditors.DropDownButton();
this.pMprint = new DevExpress.XtraBars.PopupMenu(this.components);
this.pMprint = new DevExpress.XtraBars.PopupMenu();
this.btnAttach = new DevExpress.XtraEditors.SimpleButton();
this.btnSpare = new DevExpress.XtraEditors.SimpleButton();
this.pcTool = new DevExpress.XtraEditors.PanelControl();
this.dbpFP = new DevExpress.XtraEditors.DropDownButton();
this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
this.btnAdditional = new DevExpress.XtraEditors.SimpleButton();
this.btnRecord = new DevExpress.XtraEditors.SimpleButton();
@@ -68,6 +68,12 @@
this.gcDetail = new Lskj.Control.GridControlEx();
this.pcBillMain = new DevExpress.XtraEditors.XtraScrollableControl();
this.txt_billDocumentId = new Lskj.Control.LabelTextEdit();
this.pmFP = new DevExpress.XtraBars.PopupMenu();
this.barManager2 = new DevExpress.XtraBars.BarManager();
this.barDockControl1 = new DevExpress.XtraBars.BarDockControl();
this.barDockControl2 = new DevExpress.XtraBars.BarDockControl();
this.barDockControl3 = new DevExpress.XtraBars.BarDockControl();
this.barDockControl5 = new DevExpress.XtraBars.BarDockControl();
((System.ComponentModel.ISupportInitialize)(this.pMenu)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pMprint)).BeginInit();
@@ -89,6 +95,8 @@
((System.ComponentModel.ISupportInitialize)(this.pcBillDetail)).BeginInit();
this.pcBillDetail.SuspendLayout();
this.pcBillMain.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pmFP)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.barManager2)).BeginInit();
this.SuspendLayout();
//
// dpb_Tools
@@ -98,7 +106,7 @@
this.dpb_Tools.Appearance.Options.UseFont = true;
this.dpb_Tools.DropDownArrowStyle = DevExpress.XtraEditors.DropDownArrowStyle.Show;
this.dpb_Tools.DropDownControl = this.pMenu;
this.dpb_Tools.Location = new System.Drawing.Point(465, 6);
this.dpb_Tools.Location = new System.Drawing.Point(585, 6);
this.dpb_Tools.Name = "dpb_Tools";
this.dpb_Tools.Size = new System.Drawing.Size(75, 26);
this.dpb_Tools.TabIndex = 24;
@@ -125,7 +133,7 @@
this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
this.barDockControlTop.Margin = new System.Windows.Forms.Padding(4);
this.barDockControlTop.Size = new System.Drawing.Size(1032, 0);
this.barDockControlTop.Size = new System.Drawing.Size(1152, 0);
//
// barDockControlBottom
//
@@ -133,7 +141,7 @@
this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
this.barDockControlBottom.Location = new System.Drawing.Point(0, 780);
this.barDockControlBottom.Margin = new System.Windows.Forms.Padding(4);
this.barDockControlBottom.Size = new System.Drawing.Size(1032, 0);
this.barDockControlBottom.Size = new System.Drawing.Size(1152, 0);
//
// barDockControlLeft
//
@@ -147,7 +155,7 @@
//
this.barDockControlRight.CausesValidation = false;
this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
this.barDockControlRight.Location = new System.Drawing.Point(1032, 0);
this.barDockControlRight.Location = new System.Drawing.Point(1152, 0);
this.barDockControlRight.Margin = new System.Windows.Forms.Padding(4);
this.barDockControlRight.Size = new System.Drawing.Size(0, 780);
//
@@ -157,7 +165,7 @@
this.btnClose.Appearance.Font = new System.Drawing.Font("宋体", 9F);
this.btnClose.Appearance.Options.UseFont = true;
this.btnClose.Enabled = false;
this.btnClose.Location = new System.Drawing.Point(951, 6);
this.btnClose.Location = new System.Drawing.Point(1071, 6);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(75, 26);
this.btnClose.TabIndex = 22;
@@ -169,7 +177,7 @@
this.btnBack.Appearance.Font = new System.Drawing.Font("宋体", 9F);
this.btnBack.Appearance.Options.UseFont = true;
this.btnBack.Enabled = false;
this.btnBack.Location = new System.Drawing.Point(870, 6);
this.btnBack.Location = new System.Drawing.Point(990, 6);
this.btnBack.Name = "btnBack";
this.btnBack.Size = new System.Drawing.Size(75, 26);
this.btnBack.TabIndex = 21;
@@ -182,7 +190,7 @@
this.btnSave.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnSave.Appearance.Options.UseFont = true;
this.btnSave.Enabled = false;
this.btnSave.Location = new System.Drawing.Point(708, 6);
this.btnSave.Location = new System.Drawing.Point(828, 6);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(75, 26);
this.btnSave.TabIndex = 25;
@@ -195,7 +203,7 @@
this.btnAccradit.Appearance.Font = new System.Drawing.Font("宋体", 9F);
this.btnAccradit.Appearance.Options.UseFont = true;
this.btnAccradit.Enabled = false;
this.btnAccradit.Location = new System.Drawing.Point(789, 6);
this.btnAccradit.Location = new System.Drawing.Point(909, 6);
this.btnAccradit.Name = "btnAccradit";
this.btnAccradit.Size = new System.Drawing.Size(75, 26);
this.btnAccradit.TabIndex = 20;
@@ -210,7 +218,7 @@
this.btnPrint.Appearance.Options.UseFont = true;
this.btnPrint.DropDownArrowStyle = DevExpress.XtraEditors.DropDownArrowStyle.Show;
this.btnPrint.DropDownControl = this.pMprint;
this.btnPrint.Location = new System.Drawing.Point(546, 6);
this.btnPrint.Location = new System.Drawing.Point(666, 6);
this.btnPrint.Name = "btnPrint";
this.btnPrint.Size = new System.Drawing.Size(75, 26);
this.btnPrint.TabIndex = 26;
@@ -226,7 +234,7 @@
this.btnAttach.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnAttach.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnAttach.Appearance.Options.UseFont = true;
this.btnAttach.Location = new System.Drawing.Point(627, 6);
this.btnAttach.Location = new System.Drawing.Point(747, 6);
this.btnAttach.Name = "btnAttach";
this.btnAttach.Size = new System.Drawing.Size(75, 26);
this.btnAttach.TabIndex = 23;
@@ -238,7 +246,7 @@
this.btnSpare.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnSpare.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnSpare.Appearance.Options.UseFont = true;
this.btnSpare.Location = new System.Drawing.Point(384, 6);
this.btnSpare.Location = new System.Drawing.Point(504, 6);
this.btnSpare.Name = "btnSpare";
this.btnSpare.Size = new System.Drawing.Size(75, 26);
this.btnSpare.TabIndex = 27;
@@ -248,6 +256,7 @@
// pcTool
//
this.pcTool.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.pcTool.Controls.Add(this.dbpFP);
this.pcTool.Controls.Add(this.simpleButton2);
this.pcTool.Controls.Add(this.btnAdditional);
this.pcTool.Controls.Add(this.btnRecord);
@@ -263,15 +272,28 @@
this.pcTool.Dock = System.Windows.Forms.DockStyle.Bottom;
this.pcTool.Location = new System.Drawing.Point(0, 743);
this.pcTool.Name = "pcTool";
this.pcTool.Size = new System.Drawing.Size(1032, 37);
this.pcTool.Size = new System.Drawing.Size(1152, 37);
this.pcTool.TabIndex = 3;
//
// dbpFP
//
this.dbpFP.AllowFocus = false;
this.dbpFP.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.dbpFP.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.dbpFP.Appearance.Options.UseFont = true;
this.dbpFP.DropDownControl = this.pmFP;
this.dbpFP.Location = new System.Drawing.Point(84, 6);
this.dbpFP.Name = "dbpFP";
this.dbpFP.Size = new System.Drawing.Size(75, 26);
this.dbpFP.TabIndex = 37;
this.dbpFP.Text = "分配";
//
// simpleButton2
//
this.simpleButton2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.simpleButton2.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.simpleButton2.Appearance.Options.UseFont = true;
this.simpleButton2.Location = new System.Drawing.Point(221, 6);
this.simpleButton2.Location = new System.Drawing.Point(341, 6);
this.simpleButton2.Name = "simpleButton2";
this.simpleButton2.Size = new System.Drawing.Size(75, 26);
this.simpleButton2.TabIndex = 28;
@@ -283,7 +305,7 @@
this.btnAdditional.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnAdditional.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnAdditional.Appearance.Options.UseFont = true;
this.btnAdditional.Location = new System.Drawing.Point(45, 6);
this.btnAdditional.Location = new System.Drawing.Point(165, 6);
this.btnAdditional.Name = "btnAdditional";
this.btnAdditional.Size = new System.Drawing.Size(89, 26);
this.btnAdditional.TabIndex = 27;
@@ -295,7 +317,7 @@
this.btnRecord.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnRecord.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnRecord.Appearance.Options.UseFont = true;
this.btnRecord.Location = new System.Drawing.Point(140, 6);
this.btnRecord.Location = new System.Drawing.Point(260, 6);
this.btnRecord.Name = "btnRecord";
this.btnRecord.Size = new System.Drawing.Size(75, 26);
this.btnRecord.TabIndex = 27;
@@ -307,7 +329,7 @@
this.btnReflash.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnReflash.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnReflash.Appearance.Options.UseFont = true;
this.btnReflash.Location = new System.Drawing.Point(303, 6);
this.btnReflash.Location = new System.Drawing.Point(423, 6);
this.btnReflash.Name = "btnReflash";
this.btnReflash.Size = new System.Drawing.Size(75, 26);
this.btnReflash.TabIndex = 27;
@@ -320,7 +342,7 @@
this.panelControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelControl1.Location = new System.Drawing.Point(0, 0);
this.panelControl1.Name = "panelControl1";
this.panelControl1.Size = new System.Drawing.Size(1032, 743);
this.panelControl1.Size = new System.Drawing.Size(1152, 743);
this.panelControl1.TabIndex = 4;
//
// splitMain
@@ -333,7 +355,7 @@
this.splitMain.Panel1.Text = "Panel1";
this.splitMain.Panel2.Controls.Add(this.pcBillDetail);
this.splitMain.Panel2.Text = "Panel2";
this.splitMain.Size = new System.Drawing.Size(1028, 739);
this.splitMain.Size = new System.Drawing.Size(1148, 739);
this.splitMain.SplitterPosition = 376;
this.splitMain.TabIndex = 0;
this.splitMain.Text = "splitContainerControl1";
@@ -347,7 +369,7 @@
this.tabMain.Location = new System.Drawing.Point(0, 0);
this.tabMain.Name = "tabMain";
this.tabMain.SelectedTabPage = this.tabpage_finish;
this.tabMain.Size = new System.Drawing.Size(1028, 376);
this.tabMain.Size = new System.Drawing.Size(1148, 376);
this.tabMain.TabIndex = 21;
this.tabMain.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
this.tabpage_finish});
@@ -358,7 +380,7 @@
this.tabpage_finish.Controls.Add(this.gridFinish);
this.tabpage_finish.Controls.Add(this.pl_top);
this.tabpage_finish.Name = "tabpage_finish";
this.tabpage_finish.Size = new System.Drawing.Size(1022, 347);
this.tabpage_finish.Size = new System.Drawing.Size(1142, 347);
this.tabpage_finish.Text = "已完成单据";
//
// gridFinish
@@ -369,7 +391,8 @@
this.gridFinish.Margin = new System.Windows.Forms.Padding(4);
this.gridFinish.Name = "gridFinish";
this.gridFinish.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum;
this.gridFinish.Size = new System.Drawing.Size(1022, 308);
this.gridFinish.Size = new System.Drawing.Size(1142, 308);
this.gridFinish.SysModel = null;
this.gridFinish.TabIndex = 26;
//
// pl_top
@@ -379,7 +402,7 @@
this.pl_top.Dock = System.Windows.Forms.DockStyle.Top;
this.pl_top.Location = new System.Drawing.Point(0, 0);
this.pl_top.Name = "pl_top";
this.pl_top.Size = new System.Drawing.Size(1022, 39);
this.pl_top.Size = new System.Drawing.Size(1142, 39);
this.pl_top.TabIndex = 25;
//
// pl_top_searchCond
@@ -393,7 +416,7 @@
this.pl_top_searchCond.Dock = System.Windows.Forms.DockStyle.Fill;
this.pl_top_searchCond.Location = new System.Drawing.Point(2, 2);
this.pl_top_searchCond.Name = "pl_top_searchCond";
this.pl_top_searchCond.Size = new System.Drawing.Size(850, 35);
this.pl_top_searchCond.Size = new System.Drawing.Size(970, 35);
this.pl_top_searchCond.TabIndex = 23;
//
// labeldate_start
@@ -477,7 +500,7 @@
this.pl_top_right.Controls.Add(this.simpleButton1);
this.pl_top_right.Controls.Add(this.btnBackTop);
this.pl_top_right.Dock = System.Windows.Forms.DockStyle.Right;
this.pl_top_right.Location = new System.Drawing.Point(852, 2);
this.pl_top_right.Location = new System.Drawing.Point(972, 2);
this.pl_top_right.Name = "pl_top_right";
this.pl_top_right.Size = new System.Drawing.Size(168, 35);
this.pl_top_right.TabIndex = 24;
@@ -510,7 +533,7 @@
this.pcBillDetail.Dock = System.Windows.Forms.DockStyle.Fill;
this.pcBillDetail.Location = new System.Drawing.Point(0, 0);
this.pcBillDetail.Name = "pcBillDetail";
this.pcBillDetail.Size = new System.Drawing.Size(1028, 358);
this.pcBillDetail.Size = new System.Drawing.Size(1148, 358);
this.pcBillDetail.TabIndex = 0;
//
// gcDetail
@@ -521,7 +544,8 @@
this.gcDetail.Margin = new System.Windows.Forms.Padding(8, 10, 8, 10);
this.gcDetail.Name = "gcDetail";
this.gcDetail.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum;
this.gcDetail.Size = new System.Drawing.Size(1024, 236);
this.gcDetail.Size = new System.Drawing.Size(1144, 236);
this.gcDetail.SysModel = null;
this.gcDetail.TabIndex = 12;
//
// pcBillMain
@@ -530,7 +554,7 @@
this.pcBillMain.Dock = System.Windows.Forms.DockStyle.Top;
this.pcBillMain.Location = new System.Drawing.Point(2, 2);
this.pcBillMain.Name = "pcBillMain";
this.pcBillMain.Size = new System.Drawing.Size(1024, 118);
this.pcBillMain.Size = new System.Drawing.Size(1144, 118);
this.pcBillMain.TabIndex = 10;
//
// txt_billDocumentId
@@ -550,9 +574,55 @@
this.txt_billDocumentId.TabIndex = 0;
this.txt_billDocumentId.Visible = false;
//
// pmFP
//
this.pmFP.Manager = this.barManager2;
this.pmFP.Name = "pmFP";
//
// barManager2
//
this.barManager2.DockControls.Add(this.barDockControl1);
this.barManager2.DockControls.Add(this.barDockControl2);
this.barManager2.DockControls.Add(this.barDockControl3);
this.barManager2.DockControls.Add(this.barDockControl5);
this.barManager2.Form = this;
this.barManager2.MaxItemId = 0;
//
// barDockControl1
//
this.barDockControl1.CausesValidation = false;
this.barDockControl1.Dock = System.Windows.Forms.DockStyle.Top;
this.barDockControl1.Location = new System.Drawing.Point(0, 0);
this.barDockControl1.Size = new System.Drawing.Size(1152, 0);
//
// barDockControl2
//
this.barDockControl2.CausesValidation = false;
this.barDockControl2.Dock = System.Windows.Forms.DockStyle.Bottom;
this.barDockControl2.Location = new System.Drawing.Point(0, 743);
this.barDockControl2.Size = new System.Drawing.Size(1152, 0);
//
// barDockControl3
//
this.barDockControl3.CausesValidation = false;
this.barDockControl3.Dock = System.Windows.Forms.DockStyle.Left;
this.barDockControl3.Location = new System.Drawing.Point(0, 0);
this.barDockControl3.Size = new System.Drawing.Size(0, 743);
//
// barDockControl5
//
this.barDockControl5.CausesValidation = false;
this.barDockControl5.Dock = System.Windows.Forms.DockStyle.Right;
this.barDockControl5.Location = new System.Drawing.Point(1152, 0);
this.barDockControl5.Size = new System.Drawing.Size(0, 743);
//
// AuditPanel2
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.Controls.Add(this.barDockControl3);
this.Controls.Add(this.barDockControl5);
this.Controls.Add(this.barDockControl2);
this.Controls.Add(this.barDockControl1);
this.Controls.Add(this.panelControl1);
this.Controls.Add(this.pcTool);
this.Controls.Add(this.barDockControlLeft);
@@ -560,7 +630,7 @@
this.Controls.Add(this.barDockControlBottom);
this.Controls.Add(this.barDockControlTop);
this.Name = "AuditPanel2";
this.Size = new System.Drawing.Size(1032, 780);
this.Size = new System.Drawing.Size(1152, 780);
((System.ComponentModel.ISupportInitialize)(this.pMenu)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pMprint)).EndInit();
@@ -582,6 +652,8 @@
((System.ComponentModel.ISupportInitialize)(this.pcBillDetail)).EndInit();
this.pcBillDetail.ResumeLayout(false);
this.pcBillMain.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pmFP)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.barManager2)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
@@ -618,15 +690,4 @@
private DevExpress.XtraTab.XtraTabPage tabpage_finish;
private GridControlEx gridFinish;
private DevExpress.XtraEditors.PanelControl pl_top;
private DevExpress.XtraEditors.PanelControl pl_top_searchCond;
private LabelCheckDateEdit labeldate_start;
private LabelCheckAutoTextEdit labelcheck_finalAuditor;
private LabelTextEdit labeltxt_dataFlag;
private DevExpress.XtraEditors.SimpleButton btnSearch;
private LabelCheckDateEdit labeldate_end;
private DevExpress.XtraEditors.PanelControl pl_top_right;
private DevExpress.XtraEditors.SimpleButton simpleButton1;
private DevExpress.XtraEditors.SimpleButton btnBackTop;
public DevExpress.XtraEditors.SimpleButton simpleButton2;
}
}
private DevExpress.XtraEditors.PanelControl pl_top_s