SVN-Revision: r978
This commit is contained in:
cyf
2025-09-09 02:08:04 +00:00
parent 3d82312951
commit 1c4ae14cd2
+91 -48
View File
@@ -39,8 +39,6 @@
this.grouptip = new System.Windows.Forms.GroupBox();
this.TipsPanel = new System.Windows.Forms.Panel();
this.scc_container = new DevExpress.XtraEditors.SplitContainerControl();
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
this.gcMain = new Lskj.Control.GridControlEx();
this.pl_buttom = new DevExpress.XtraEditors.PanelControl();
this.dpbTools = new DevExpress.XtraEditors.DropDownButton();
this.btnSave = new DevExpress.XtraEditors.SimpleButton();
@@ -50,6 +48,8 @@
this.btnImport = new DevExpress.XtraEditors.SimpleButton();
this.btnDel = new DevExpress.XtraEditors.SimpleButton();
this.btnAdd = new DevExpress.XtraEditors.SimpleButton();
this.pl_SweepCode = new DevExpress.XtraEditors.PanelControl();
this.pl_top_RightMenus = new DevExpress.XtraEditors.PanelControl();
this.pl_top = new DevExpress.XtraEditors.PanelControl();
this.pl_top_right = new DevExpress.XtraEditors.PanelControl();
this.btnRefresh = new DevExpress.XtraEditors.SimpleButton();
@@ -63,7 +63,10 @@
this.btnFixSearch = new DevExpress.XtraEditors.SimpleButton();
this.txtFixKey = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.pl_top_RightMenus = new DevExpress.XtraEditors.PanelControl();
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
this.gcMain = new Lskj.Control.GridControlEx();
this.txt_SweepCode = new DevExpress.XtraEditors.TextEdit();
this.label2 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.pm_print)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pm_oper)).BeginInit();
@@ -71,10 +74,11 @@
this.grouptip.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.scc_container)).BeginInit();
this.scc_container.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
this.panelControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pl_buttom)).BeginInit();
this.pl_buttom.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pl_SweepCode)).BeginInit();
this.pl_SweepCode.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pl_top_RightMenus)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pl_top)).BeginInit();
this.pl_top.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pl_top_right)).BeginInit();
@@ -83,7 +87,9 @@
this.pl_top_search.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pl_top_fix_search)).BeginInit();
this.pl_top_fix_search.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pl_top_RightMenus)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
this.panelControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txt_SweepCode.Properties)).BeginInit();
this.SuspendLayout();
//
// pm_print
@@ -147,12 +153,12 @@
this.grouptip.Size = new System.Drawing.Size(0, 0);
this.grouptip.TabIndex = 12;
this.grouptip.TabStop = false;
this.grouptip.Text = "备注提示";
this.grouptip.Text = "项目整体状态";
//
// TipsPanel
//
this.TipsPanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.TipsPanel.Location = new System.Drawing.Point(3, 25);
this.TipsPanel.Location = new System.Drawing.Point(3, 18);
this.TipsPanel.Name = "TipsPanel";
this.TipsPanel.Size = new System.Drawing.Size(0, 0);
this.TipsPanel.TabIndex = 12;
@@ -168,9 +174,10 @@
this.scc_container.Panel1.Controls.Add(this.grouptip);
this.scc_container.Panel1.Text = "Panel1";
this.scc_container.Panel2.Controls.Add(this.panelControl1);
this.scc_container.Panel2.Controls.Add(this.pl_buttom);
this.scc_container.Panel2.Controls.Add(this.pl_top);
this.scc_container.Panel2.Controls.Add(this.pl_top_RightMenus);
this.scc_container.Panel2.Controls.Add(this.pl_SweepCode);
this.scc_container.Panel2.Controls.Add(this.pl_buttom);
this.scc_container.Panel2.Text = "Panel2";
this.scc_container.PanelVisibility = DevExpress.XtraEditors.SplitPanelVisibility.Panel2;
this.scc_container.Size = new System.Drawing.Size(1147, 719);
@@ -178,27 +185,6 @@
this.scc_container.TabIndex = 1;
this.scc_container.SplitterMoved += new System.EventHandler(this.OnSplitterMoved);
//
// panelControl1
//
this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl1.Controls.Add(this.gcMain);
this.panelControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelControl1.Location = new System.Drawing.Point(0, 69);
this.panelControl1.Name = "panelControl1";
this.panelControl1.Size = new System.Drawing.Size(1147, 614);
this.panelControl1.TabIndex = 23;
//
// gcMain
//
this.gcMain.AdapterObj = null;
this.gcMain.Dock = System.Windows.Forms.DockStyle.Fill;
this.gcMain.Location = new System.Drawing.Point(0, 0);
this.gcMain.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
this.gcMain.Name = "gcMain";
this.gcMain.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum;
this.gcMain.Size = new System.Drawing.Size(1147, 614);
this.gcMain.TabIndex = 0;
//
// pl_buttom
//
this.pl_buttom.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
@@ -318,16 +304,38 @@
this.btnAdd.Text = "增加(&A)";
this.btnAdd.Click += new System.EventHandler(this.OnAddClick);
//
// pl_SweepCode
//
this.pl_SweepCode.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.pl_SweepCode.Controls.Add(this.label2);
this.pl_SweepCode.Controls.Add(this.txt_SweepCode);
this.pl_SweepCode.Dock = System.Windows.Forms.DockStyle.Top;
this.pl_SweepCode.Location = new System.Drawing.Point(0, 0);
this.pl_SweepCode.Name = "pl_SweepCode";
this.pl_SweepCode.Size = new System.Drawing.Size(1147, 35);
this.pl_SweepCode.TabIndex = 24;
this.pl_SweepCode.Visible = false;
//
// pl_top_RightMenus
//
this.pl_top_RightMenus.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.pl_top_RightMenus.Dock = System.Windows.Forms.DockStyle.Top;
this.pl_top_RightMenus.Location = new System.Drawing.Point(0, 35);
this.pl_top_RightMenus.Name = "pl_top_RightMenus";
this.pl_top_RightMenus.Size = new System.Drawing.Size(1147, 35);
this.pl_top_RightMenus.TabIndex = 26;
this.pl_top_RightMenus.Visible = false;
//
// pl_top
//
this.pl_top.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.pl_top.Controls.Add(this.pl_top_right);
this.pl_top.Controls.Add(this.pl_top_search);
this.pl_top.Dock = System.Windows.Forms.DockStyle.Top;
this.pl_top.Location = new System.Drawing.Point(0, 35);
this.pl_top.Location = new System.Drawing.Point(0, 70);
this.pl_top.Name = "pl_top";
this.pl_top.Size = new System.Drawing.Size(1147, 34);
this.pl_top.TabIndex = 21;
this.pl_top.TabIndex = 27;
//
// pl_top_right
//
@@ -435,7 +443,7 @@
this.cbField.FormattingEnabled = true;
this.cbField.Location = new System.Drawing.Point(38, 6);
this.cbField.Name = "cbField";
this.cbField.Size = new System.Drawing.Size(107, 30);
this.cbField.Size = new System.Drawing.Size(107, 22);
this.cbField.TabIndex = 1;
this.cbField.Tag = "";
//
@@ -453,7 +461,7 @@
//
this.txtFixKey.Location = new System.Drawing.Point(149, 6);
this.txtFixKey.Name = "txtFixKey";
this.txtFixKey.Size = new System.Drawing.Size(154, 29);
this.txtFixKey.Size = new System.Drawing.Size(154, 22);
this.txtFixKey.TabIndex = 32;
//
// label1
@@ -461,19 +469,47 @@
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(7, 10);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(46, 22);
this.label1.Size = new System.Drawing.Size(31, 14);
this.label1.TabIndex = 0;
this.label1.Text = "查询";
//
// pl_top_RightMenus
// panelControl1
//
this.pl_top_RightMenus.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.pl_top_RightMenus.Dock = System.Windows.Forms.DockStyle.Top;
this.pl_top_RightMenus.Location = new System.Drawing.Point(0, 0);
this.pl_top_RightMenus.Name = "pl_top_RightMenus";
this.pl_top_RightMenus.Size = new System.Drawing.Size(1147, 35);
this.pl_top_RightMenus.TabIndex = 20;
this.pl_top_RightMenus.Visible = false;
this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl1.Controls.Add(this.gcMain);
this.panelControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelControl1.Location = new System.Drawing.Point(0, 104);
this.panelControl1.Name = "panelControl1";
this.panelControl1.Size = new System.Drawing.Size(1147, 579);
this.panelControl1.TabIndex = 28;
//
// gcMain
//
this.gcMain.AdapterObj = null;
this.gcMain.Dock = System.Windows.Forms.DockStyle.Fill;
this.gcMain.Location = new System.Drawing.Point(0, 0);
this.gcMain.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
this.gcMain.Name = "gcMain";
this.gcMain.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum;
this.gcMain.Size = new System.Drawing.Size(1147, 579);
this.gcMain.SysModel = null;
this.gcMain.TabIndex = 0;
//
// txt_SweepCode
//
this.txt_SweepCode.Location = new System.Drawing.Point(44, 9);
this.txt_SweepCode.Name = "txt_SweepCode";
this.txt_SweepCode.Size = new System.Drawing.Size(122, 20);
this.txt_SweepCode.TabIndex = 1;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(7, 12);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(31, 14);
this.label2.TabIndex = 2;
this.label2.Text = "扫码";
//
// ModuleGridEx
//
@@ -493,10 +529,12 @@
this.grouptip.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.scc_container)).EndInit();
this.scc_container.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
this.panelControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pl_buttom)).EndInit();
this.pl_buttom.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pl_SweepCode)).EndInit();
this.pl_SweepCode.ResumeLayout(false);
this.pl_SweepCode.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pl_top_RightMenus)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pl_top)).EndInit();
this.pl_top.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pl_top_right)).EndInit();
@@ -506,7 +544,9 @@
((System.ComponentModel.ISupportInitialize)(this.pl_top_fix_search)).EndInit();
this.pl_top_fix_search.ResumeLayout(false);
this.pl_top_fix_search.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pl_top_RightMenus)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
this.panelControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.txt_SweepCode.Properties)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
@@ -524,8 +564,6 @@
public DevExpress.XtraEditors.SplitContainerControl scc_container;
private System.Windows.Forms.GroupBox grouptip;
private System.Windows.Forms.Panel TipsPanel;
private DevExpress.XtraEditors.PanelControl panelControl1;
private GridControlEx gcMain;
private DevExpress.XtraEditors.PanelControl pl_buttom;
private DevExpress.XtraEditors.DropDownButton dpbTools;
private DevExpress.XtraEditors.SimpleButton btnSave;
@@ -533,3 +571,8 @@
private DevExpress.XtraEditors.SimpleButton btnPrint;
private DevExpress.XtraEditors.SimpleButton btnExport;
private DevExpress.XtraEditors.SimpleButton btnImport;
private DevExpress.XtraEditors.SimpleButton btnDel;
private DevExpress.XtraEditors.SimpleButton btnAdd;
private DevExpress.XtraEditors.PanelControl panelControl1;
private GridControlEx gcMain;
private DevExpress.XtraEditors.PanelControl pl_top;