提交单据管理和修改密码功能
This commit is contained in:
+26
-16
@@ -28,7 +28,6 @@
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
this.components = new System.ComponentModel.Container();
|
||||
this.tabMain = new DevExpress.XtraTab.XtraTabControl();
|
||||
this.tabpage_finish = new DevExpress.XtraTab.XtraTabPage();
|
||||
this.gridFinish = new Lskj.Control.GridControlEx();
|
||||
@@ -51,8 +50,8 @@
|
||||
this.btnReverseSelection = new DevExpress.XtraEditors.SimpleButton();
|
||||
this.btnSelectAll = new DevExpress.XtraEditors.SimpleButton();
|
||||
this.dpb_Tools = new DevExpress.XtraEditors.DropDownButton();
|
||||
this.p_menu = new DevExpress.XtraBars.PopupMenu(this.components);
|
||||
this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
|
||||
this.p_menu = 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();
|
||||
@@ -85,7 +84,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(1051, 683);
|
||||
this.tabMain.Size = new System.Drawing.Size(1051, 701);
|
||||
this.tabMain.TabIndex = 20;
|
||||
this.tabMain.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
|
||||
this.tabpage_finish});
|
||||
@@ -96,7 +95,7 @@
|
||||
this.tabpage_finish.Controls.Add(this.splitBelow);
|
||||
this.tabpage_finish.Controls.Add(this.pl_top);
|
||||
this.tabpage_finish.Name = "tabpage_finish";
|
||||
this.tabpage_finish.Size = new System.Drawing.Size(1045, 654);
|
||||
this.tabpage_finish.Size = new System.Drawing.Size(1045, 672);
|
||||
this.tabpage_finish.Text = "已完成单据";
|
||||
//
|
||||
// gridFinish
|
||||
@@ -108,13 +107,14 @@
|
||||
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(1045, 322);
|
||||
this.gridFinish.Size = new System.Drawing.Size(1045, 340);
|
||||
this.gridFinish.SysModel = null;
|
||||
this.gridFinish.TabIndex = 29;
|
||||
//
|
||||
// splitBelow
|
||||
//
|
||||
this.splitBelow.Dock = System.Windows.Forms.DockStyle.Bottom;
|
||||
this.splitBelow.Location = new System.Drawing.Point(0, 361);
|
||||
this.splitBelow.Location = new System.Drawing.Point(0, 379);
|
||||
this.splitBelow.Name = "splitBelow";
|
||||
this.splitBelow.Panel1.Controls.Add(this.gridFlow);
|
||||
this.splitBelow.Panel1.Text = "Panel1";
|
||||
@@ -134,6 +134,7 @@
|
||||
this.gridFlow.Name = "gridFlow";
|
||||
this.gridFlow.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum;
|
||||
this.gridFlow.Size = new System.Drawing.Size(453, 293);
|
||||
this.gridFlow.SysModel = null;
|
||||
this.gridFlow.TabIndex = 19;
|
||||
//
|
||||
// gridDetail
|
||||
@@ -145,6 +146,7 @@
|
||||
this.gridDetail.Name = "gridDetail";
|
||||
this.gridDetail.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum;
|
||||
this.gridDetail.Size = new System.Drawing.Size(587, 293);
|
||||
this.gridDetail.SysModel = null;
|
||||
this.gridDetail.TabIndex = 20;
|
||||
//
|
||||
// pl_top
|
||||
@@ -174,6 +176,8 @@
|
||||
// labeldate_start
|
||||
//
|
||||
this.labeldate_start.BackColor = System.Drawing.Color.Transparent;
|
||||
this.labeldate_start.BackgroundColor = System.Drawing.Color.Empty;
|
||||
this.labeldate_start.ContentBold = false;
|
||||
this.labeldate_start.EditText = null;
|
||||
this.labeldate_start.FontSize = 0F;
|
||||
this.labeldate_start.LabelText = "终审时间起";
|
||||
@@ -190,6 +194,8 @@
|
||||
// labelcheck_finalAuditor
|
||||
//
|
||||
this.labelcheck_finalAuditor.BackColor = System.Drawing.Color.Transparent;
|
||||
this.labelcheck_finalAuditor.BackgroundColor = System.Drawing.Color.Empty;
|
||||
this.labelcheck_finalAuditor.ContentBold = false;
|
||||
this.labelcheck_finalAuditor.EditText = null;
|
||||
this.labelcheck_finalAuditor.FontSize = 0F;
|
||||
this.labelcheck_finalAuditor.LabelText = "终审人";
|
||||
@@ -206,6 +212,8 @@
|
||||
// labeltxt_dataFlag
|
||||
//
|
||||
this.labeltxt_dataFlag.BackColor = System.Drawing.Color.Transparent;
|
||||
this.labeltxt_dataFlag.BackgroundColor = System.Drawing.Color.Empty;
|
||||
this.labeltxt_dataFlag.ContentBold = false;
|
||||
this.labeltxt_dataFlag.EditText = "";
|
||||
this.labeltxt_dataFlag.FontSize = 0F;
|
||||
this.labeltxt_dataFlag.LabelText = "数据标识号";
|
||||
@@ -233,6 +241,8 @@
|
||||
// labeldate_end
|
||||
//
|
||||
this.labeldate_end.BackColor = System.Drawing.Color.Transparent;
|
||||
this.labeldate_end.BackgroundColor = System.Drawing.Color.Empty;
|
||||
this.labeldate_end.ContentBold = false;
|
||||
this.labeldate_end.EditText = null;
|
||||
this.labeldate_end.FontSize = 0F;
|
||||
this.labeldate_end.LabelText = "终审时间止";
|
||||
@@ -313,9 +323,9 @@
|
||||
this.pl_bottom.Controls.Add(this.label_tips);
|
||||
this.pl_bottom.Controls.Add(this.label_date);
|
||||
this.pl_bottom.Dock = System.Windows.Forms.DockStyle.Bottom;
|
||||
this.pl_bottom.Location = new System.Drawing.Point(0, 683);
|
||||
this.pl_bottom.Location = new System.Drawing.Point(0, 693);
|
||||
this.pl_bottom.Name = "pl_bottom";
|
||||
this.pl_bottom.Size = new System.Drawing.Size(1051, 32);
|
||||
this.pl_bottom.Size = new System.Drawing.Size(1051, 21);
|
||||
this.pl_bottom.TabIndex = 21;
|
||||
//
|
||||
// btnReverseSelection
|
||||
@@ -323,7 +333,7 @@
|
||||
this.btnReverseSelection.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.btnReverseSelection.Appearance.Font = new System.Drawing.Font("宋体", 9F);
|
||||
this.btnReverseSelection.Appearance.Options.UseFont = true;
|
||||
this.btnReverseSelection.Location = new System.Drawing.Point(586, 3);
|
||||
this.btnReverseSelection.Location = new System.Drawing.Point(586, -8);
|
||||
this.btnReverseSelection.Name = "btnReverseSelection";
|
||||
this.btnReverseSelection.Size = new System.Drawing.Size(55, 26);
|
||||
this.btnReverseSelection.TabIndex = 13;
|
||||
@@ -336,7 +346,7 @@
|
||||
this.btnSelectAll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.btnSelectAll.Appearance.Font = new System.Drawing.Font("宋体", 9F);
|
||||
this.btnSelectAll.Appearance.Options.UseFont = true;
|
||||
this.btnSelectAll.Location = new System.Drawing.Point(647, 3);
|
||||
this.btnSelectAll.Location = new System.Drawing.Point(647, -8);
|
||||
this.btnSelectAll.Name = "btnSelectAll";
|
||||
this.btnSelectAll.Size = new System.Drawing.Size(55, 26);
|
||||
this.btnSelectAll.TabIndex = 12;
|
||||
@@ -351,7 +361,7 @@
|
||||
this.dpb_Tools.Appearance.Options.UseFont = true;
|
||||
this.dpb_Tools.DropDownArrowStyle = DevExpress.XtraEditors.DropDownArrowStyle.Show;
|
||||
this.dpb_Tools.DropDownControl = this.p_menu;
|
||||
this.dpb_Tools.Location = new System.Drawing.Point(888, 3);
|
||||
this.dpb_Tools.Location = new System.Drawing.Point(888, -8);
|
||||
this.dpb_Tools.Name = "dpb_Tools";
|
||||
this.dpb_Tools.Size = new System.Drawing.Size(80, 26);
|
||||
this.dpb_Tools.TabIndex = 11;
|
||||
@@ -405,7 +415,7 @@
|
||||
this.btnOkAudit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.btnOkAudit.Appearance.Font = new System.Drawing.Font("宋体", 9F);
|
||||
this.btnOkAudit.Appearance.Options.UseFont = true;
|
||||
this.btnOkAudit.Location = new System.Drawing.Point(708, 3);
|
||||
this.btnOkAudit.Location = new System.Drawing.Point(708, -8);
|
||||
this.btnOkAudit.Name = "btnOkAudit";
|
||||
this.btnOkAudit.Size = new System.Drawing.Size(82, 26);
|
||||
this.btnOkAudit.TabIndex = 7;
|
||||
@@ -418,7 +428,7 @@
|
||||
this.btnBackAudit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.btnBackAudit.Appearance.Font = new System.Drawing.Font("宋体", 9F);
|
||||
this.btnBackAudit.Appearance.Options.UseFont = true;
|
||||
this.btnBackAudit.Location = new System.Drawing.Point(796, 3);
|
||||
this.btnBackAudit.Location = new System.Drawing.Point(796, -8);
|
||||
this.btnBackAudit.Name = "btnBackAudit";
|
||||
this.btnBackAudit.Size = new System.Drawing.Size(86, 26);
|
||||
this.btnBackAudit.TabIndex = 6;
|
||||
@@ -431,7 +441,7 @@
|
||||
this.btnRefresh.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.btnRefresh.Appearance.Font = new System.Drawing.Font("宋体", 9F);
|
||||
this.btnRefresh.Appearance.Options.UseFont = true;
|
||||
this.btnRefresh.Location = new System.Drawing.Point(974, 3);
|
||||
this.btnRefresh.Location = new System.Drawing.Point(974, -8);
|
||||
this.btnRefresh.Name = "btnRefresh";
|
||||
this.btnRefresh.Size = new System.Drawing.Size(72, 26);
|
||||
this.btnRefresh.TabIndex = 5;
|
||||
@@ -448,7 +458,7 @@
|
||||
this.Controls.Add(this.barDockControlBottom);
|
||||
this.Controls.Add(this.barDockControlTop);
|
||||
this.Name = "AuditPanelEx";
|
||||
this.Size = new System.Drawing.Size(1051, 715);
|
||||
this.Size = new System.Drawing.Size(1576, 1072);
|
||||
((System.ComponentModel.ISupportInitialize)(this.tabMain)).EndInit();
|
||||
this.tabMain.ResumeLayout(false);
|
||||
this.tabpage_finish.ResumeLayout(false);
|
||||
|
||||
Reference in New Issue
Block a user