Переглянути джерело

导入缺口信息数据表

mux 4 місяців тому
батько
коміт
e1baf78e2e

+ 165 - 102
DPTools/DevFrmMain.Designer.cs

@@ -1012,6 +1012,7 @@
             this.barButtonItem30,
             this.barButtonItem31});
             this.ribbon.Location = new System.Drawing.Point(0, 0);
+            this.ribbon.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.ribbon.MaxItemId = 216;
             this.ribbon.MiniToolbars.Add(this.ribbonMiniToolbar1);
             this.ribbon.Name = "ribbon";
@@ -1028,7 +1029,7 @@
             this.repositoryItemCheckedComboBoxEdit1,
             this.repositoryItemCheckEdit1});
             this.ribbon.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonControlStyle.Office2007;
-            this.ribbon.Size = new System.Drawing.Size(1331, 148);
+            this.ribbon.Size = new System.Drawing.Size(1664, 188);
             this.ribbon.StatusBar = this.ribbonStatusBar;
             this.ribbon.TransparentEditors = true;
             this.ribbon.Click += new System.EventHandler(this.ribbon_Click);
@@ -3762,10 +3763,11 @@
             this.ribbonStatusBar.ItemLinks.Add(this.barButtonItem8);
             this.ribbonStatusBar.ItemLinks.Add(this.printPreviewStaticItem2);
             this.ribbonStatusBar.ItemLinks.Add(this.zoomTrackBarEditItem1);
-            this.ribbonStatusBar.Location = new System.Drawing.Point(0, 673);
+            this.ribbonStatusBar.Location = new System.Drawing.Point(0, 840);
+            this.ribbonStatusBar.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.ribbonStatusBar.Name = "ribbonStatusBar";
             this.ribbonStatusBar.Ribbon = this.ribbon;
-            this.ribbonStatusBar.Size = new System.Drawing.Size(1331, 32);
+            this.ribbonStatusBar.Size = new System.Drawing.Size(1664, 41);
             this.ribbonStatusBar.Visible = false;
             // 
             // xrDesignDockManager1
@@ -4079,27 +4081,31 @@
             // 
             // xtraTabDataManager
             // 
+            this.xtraTabDataManager.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.xtraTabDataManager.Name = "xtraTabDataManager";
-            this.xtraTabDataManager.Size = new System.Drawing.Size(1325, 496);
+            this.xtraTabDataManager.Size = new System.Drawing.Size(1657, 620);
             this.xtraTabDataManager.Text = "数据展示";
             // 
             // xtraTabPageLGL
             // 
             this.xtraTabPageLGL.Controls.Add(this.gridControl3);
             this.xtraTabPageLGL.Controls.Add(this.panelControl4);
+            this.xtraTabPageLGL.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.xtraTabPageLGL.Name = "xtraTabPageLGL";
-            this.xtraTabPageLGL.Size = new System.Drawing.Size(1325, 496);
+            this.xtraTabPageLGL.Size = new System.Drawing.Size(1657, 620);
             this.xtraTabPageLGL.Text = "轮轨力数据分析";
             // 
             // gridControl3
             // 
             this.gridControl3.Dock = System.Windows.Forms.DockStyle.Fill;
-            this.gridControl3.Location = new System.Drawing.Point(0, 48);
+            this.gridControl3.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
+            this.gridControl3.Location = new System.Drawing.Point(0, 60);
             this.gridControl3.MainView = this.gridView3;
+            this.gridControl3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.gridControl3.Name = "gridControl3";
             this.gridControl3.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
             this.repositoryItemCheckEdit2});
-            this.gridControl3.Size = new System.Drawing.Size(1325, 448);
+            this.gridControl3.Size = new System.Drawing.Size(1657, 560);
             this.gridControl3.TabIndex = 15;
             this.gridControl3.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
             this.gridView3});
@@ -4268,24 +4274,27 @@
             this.panelControl4.Controls.Add(this.LGLjiancecheBtn);
             this.panelControl4.Dock = System.Windows.Forms.DockStyle.Top;
             this.panelControl4.Location = new System.Drawing.Point(0, 0);
+            this.panelControl4.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.panelControl4.Name = "panelControl4";
-            this.panelControl4.Size = new System.Drawing.Size(1325, 48);
+            this.panelControl4.Size = new System.Drawing.Size(1657, 60);
             this.panelControl4.TabIndex = 11;
             // 
             // LGLTQBtn
             // 
-            this.LGLTQBtn.Location = new System.Drawing.Point(346, 15);
+            this.LGLTQBtn.Location = new System.Drawing.Point(432, 19);
+            this.LGLTQBtn.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.LGLTQBtn.Name = "LGLTQBtn";
-            this.LGLTQBtn.Size = new System.Drawing.Size(75, 23);
+            this.LGLTQBtn.Size = new System.Drawing.Size(94, 29);
             this.LGLTQBtn.TabIndex = 5;
             this.LGLTQBtn.Text = "轮轨力分析";
             this.LGLTQBtn.Click += new System.EventHandler(this.LGLTQBtn_Click);
             // 
             // LGLFXBtn
             // 
-            this.LGLFXBtn.Location = new System.Drawing.Point(457, 15);
+            this.LGLFXBtn.Location = new System.Drawing.Point(571, 19);
+            this.LGLFXBtn.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.LGLFXBtn.Name = "LGLFXBtn";
-            this.LGLFXBtn.Size = new System.Drawing.Size(75, 23);
+            this.LGLFXBtn.Size = new System.Drawing.Size(94, 29);
             this.LGLFXBtn.TabIndex = 5;
             this.LGLFXBtn.Text = "道岔分析";
             this.LGLFXBtn.Visible = false;
@@ -4294,49 +4303,54 @@
             // LGLdelBtn
             // 
             this.LGLdelBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
-            this.LGLdelBtn.Location = new System.Drawing.Point(1217, 15);
+            this.LGLdelBtn.Location = new System.Drawing.Point(1522, 19);
+            this.LGLdelBtn.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.LGLdelBtn.Name = "LGLdelBtn";
-            this.LGLdelBtn.Size = new System.Drawing.Size(72, 23);
+            this.LGLdelBtn.Size = new System.Drawing.Size(90, 29);
             this.LGLdelBtn.TabIndex = 5;
             this.LGLdelBtn.Text = " 删除选中";
             this.LGLdelBtn.Click += new System.EventHandler(this.DelJHFXBtn_Click);
             // 
             // LGLJCCcomboBoxEdit
             // 
-            this.LGLJCCcomboBoxEdit.Location = new System.Drawing.Point(71, 16);
+            this.LGLJCCcomboBoxEdit.Location = new System.Drawing.Point(89, 20);
+            this.LGLJCCcomboBoxEdit.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.LGLJCCcomboBoxEdit.MenuManager = this.xrDesignRibbonController1;
             this.LGLJCCcomboBoxEdit.Name = "LGLJCCcomboBoxEdit";
             this.LGLJCCcomboBoxEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
             new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
-            this.LGLJCCcomboBoxEdit.Size = new System.Drawing.Size(122, 20);
+            this.LGLJCCcomboBoxEdit.Size = new System.Drawing.Size(152, 24);
             this.LGLJCCcomboBoxEdit.TabIndex = 9;
             // 
             // LGLcheckEdit
             // 
             this.LGLcheckEdit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
-            this.LGLcheckEdit.Location = new System.Drawing.Point(1075, 16);
+            this.LGLcheckEdit.Location = new System.Drawing.Point(1345, 20);
+            this.LGLcheckEdit.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.LGLcheckEdit.MenuManager = this.xrDesignRibbonController1;
             this.LGLcheckEdit.Name = "LGLcheckEdit";
             this.LGLcheckEdit.Properties.Caption = "浏览文件夹";
-            this.LGLcheckEdit.Size = new System.Drawing.Size(89, 19);
+            this.LGLcheckEdit.Size = new System.Drawing.Size(111, 22);
             this.LGLcheckEdit.TabIndex = 5;
             this.LGLcheckEdit.Visible = false;
             // 
             // LGLOpenfileBtn
             // 
             this.LGLOpenfileBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
-            this.LGLOpenfileBtn.Location = new System.Drawing.Point(993, 15);
+            this.LGLOpenfileBtn.Location = new System.Drawing.Point(1242, 19);
+            this.LGLOpenfileBtn.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.LGLOpenfileBtn.Name = "LGLOpenfileBtn";
-            this.LGLOpenfileBtn.Size = new System.Drawing.Size(75, 23);
+            this.LGLOpenfileBtn.Size = new System.Drawing.Size(94, 29);
             this.LGLOpenfileBtn.TabIndex = 0;
             this.LGLOpenfileBtn.Text = "浏览";
             this.LGLOpenfileBtn.Click += new System.EventHandler(this.LGLOpenfileBtn_Click);
             // 
             // LGLgengxinBtn
             // 
-            this.LGLgengxinBtn.Location = new System.Drawing.Point(21, 15);
+            this.LGLgengxinBtn.Location = new System.Drawing.Point(26, 19);
+            this.LGLgengxinBtn.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.LGLgengxinBtn.Name = "LGLgengxinBtn";
-            this.LGLgengxinBtn.Size = new System.Drawing.Size(44, 23);
+            this.LGLgengxinBtn.Size = new System.Drawing.Size(55, 29);
             this.LGLgengxinBtn.TabIndex = 5;
             this.LGLgengxinBtn.Text = "更新";
             this.LGLgengxinBtn.ToolTip = "更新检测车信息";
@@ -4344,9 +4358,10 @@
             // 
             // LGLjiancecheBtn
             // 
-            this.LGLjiancecheBtn.Location = new System.Drawing.Point(199, 15);
+            this.LGLjiancecheBtn.Location = new System.Drawing.Point(249, 19);
+            this.LGLjiancecheBtn.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.LGLjiancecheBtn.Name = "LGLjiancecheBtn";
-            this.LGLjiancecheBtn.Size = new System.Drawing.Size(100, 23);
+            this.LGLjiancecheBtn.Size = new System.Drawing.Size(125, 29);
             this.LGLjiancecheBtn.TabIndex = 5;
             this.LGLjiancecheBtn.Text = " 修正检测车信息";
             this.LGLjiancecheBtn.ToolTip = "修正选中文件的检测车信息";
@@ -4356,19 +4371,22 @@
             // 
             this.xtraTabPageJH.Controls.Add(this.gridControl2);
             this.xtraTabPageJH.Controls.Add(this.panelControl1);
+            this.xtraTabPageJH.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.xtraTabPageJH.Name = "xtraTabPageJH";
-            this.xtraTabPageJH.Size = new System.Drawing.Size(1325, 496);
+            this.xtraTabPageJH.Size = new System.Drawing.Size(1657, 620);
             this.xtraTabPageJH.Text = "轨道几何数据分析";
             // 
             // gridControl2
             // 
             this.gridControl2.Dock = System.Windows.Forms.DockStyle.Fill;
-            this.gridControl2.Location = new System.Drawing.Point(0, 48);
+            this.gridControl2.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
+            this.gridControl2.Location = new System.Drawing.Point(0, 60);
             this.gridControl2.MainView = this.gridView2;
+            this.gridControl2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.gridControl2.Name = "gridControl2";
             this.gridControl2.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
             this.repositoryItemCheckEdit3});
-            this.gridControl2.Size = new System.Drawing.Size(1325, 448);
+            this.gridControl2.Size = new System.Drawing.Size(1657, 560);
             this.gridControl2.TabIndex = 14;
             this.gridControl2.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
             this.gridView2});
@@ -4550,16 +4568,18 @@
             this.panelControl1.Controls.Add(this.JHFXJCCcomboBoxEdit);
             this.panelControl1.Dock = System.Windows.Forms.DockStyle.Top;
             this.panelControl1.Location = new System.Drawing.Point(0, 0);
+            this.panelControl1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.panelControl1.Name = "panelControl1";
-            this.panelControl1.Size = new System.Drawing.Size(1325, 48);
+            this.panelControl1.Size = new System.Drawing.Size(1657, 60);
             this.panelControl1.TabIndex = 3;
             // 
             // JHdelBtn
             // 
             this.JHdelBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
-            this.JHdelBtn.Location = new System.Drawing.Point(1217, 15);
+            this.JHdelBtn.Location = new System.Drawing.Point(1522, 19);
+            this.JHdelBtn.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.JHdelBtn.Name = "JHdelBtn";
-            this.JHdelBtn.Size = new System.Drawing.Size(72, 23);
+            this.JHdelBtn.Size = new System.Drawing.Size(90, 29);
             this.JHdelBtn.TabIndex = 9;
             this.JHdelBtn.Text = " 删除选中";
             this.JHdelBtn.Click += new System.EventHandler(this.DelJHFXBtn_Click);
@@ -4567,37 +4587,41 @@
             // JHFXcheckEdit
             // 
             this.JHFXcheckEdit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
-            this.JHFXcheckEdit.Location = new System.Drawing.Point(1075, 16);
+            this.JHFXcheckEdit.Location = new System.Drawing.Point(1345, 20);
+            this.JHFXcheckEdit.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.JHFXcheckEdit.MenuManager = this.xrDesignRibbonController1;
             this.JHFXcheckEdit.Name = "JHFXcheckEdit";
             this.JHFXcheckEdit.Properties.Caption = "浏览文件夹";
-            this.JHFXcheckEdit.Size = new System.Drawing.Size(89, 19);
+            this.JHFXcheckEdit.Size = new System.Drawing.Size(111, 22);
             this.JHFXcheckEdit.TabIndex = 4;
             this.JHFXcheckEdit.Visible = false;
             // 
             // WXSFBtn
             // 
-            this.WXSFBtn.Location = new System.Drawing.Point(459, 15);
+            this.WXSFBtn.Location = new System.Drawing.Point(574, 19);
+            this.WXSFBtn.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.WXSFBtn.Name = "WXSFBtn";
-            this.WXSFBtn.Size = new System.Drawing.Size(75, 23);
+            this.WXSFBtn.Size = new System.Drawing.Size(94, 29);
             this.WXSFBtn.TabIndex = 5;
             this.WXSFBtn.Text = "微小算法";
             this.WXSFBtn.Click += new System.EventHandler(this.WXSFBtn_Click);
             // 
             // JHTQBtn
             // 
-            this.JHTQBtn.Location = new System.Drawing.Point(346, 15);
+            this.JHTQBtn.Location = new System.Drawing.Point(432, 19);
+            this.JHTQBtn.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.JHTQBtn.Name = "JHTQBtn";
-            this.JHTQBtn.Size = new System.Drawing.Size(75, 23);
+            this.JHTQBtn.Size = new System.Drawing.Size(94, 29);
             this.JHTQBtn.TabIndex = 5;
             this.JHTQBtn.Text = "几何分析";
             this.JHTQBtn.Click += new System.EventHandler(this.JHTQBtn_Click);
             // 
             // JHgengxinBtn
             // 
-            this.JHgengxinBtn.Location = new System.Drawing.Point(23, 15);
+            this.JHgengxinBtn.Location = new System.Drawing.Point(29, 19);
+            this.JHgengxinBtn.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.JHgengxinBtn.Name = "JHgengxinBtn";
-            this.JHgengxinBtn.Size = new System.Drawing.Size(44, 23);
+            this.JHgengxinBtn.Size = new System.Drawing.Size(55, 29);
             this.JHgengxinBtn.TabIndex = 10;
             this.JHgengxinBtn.Text = "更新";
             this.JHgengxinBtn.ToolTip = "更新检测车信息";
@@ -4605,9 +4629,10 @@
             // 
             // JHFXjiancecheBtn
             // 
-            this.JHFXjiancecheBtn.Location = new System.Drawing.Point(201, 15);
+            this.JHFXjiancecheBtn.Location = new System.Drawing.Point(251, 19);
+            this.JHFXjiancecheBtn.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.JHFXjiancecheBtn.Name = "JHFXjiancecheBtn";
-            this.JHFXjiancecheBtn.Size = new System.Drawing.Size(100, 23);
+            this.JHFXjiancecheBtn.Size = new System.Drawing.Size(125, 29);
             this.JHFXjiancecheBtn.TabIndex = 8;
             this.JHFXjiancecheBtn.Text = " 修正检测车信息";
             this.JHFXjiancecheBtn.ToolTip = "修正选中文件的检测车信息";
@@ -4616,38 +4641,41 @@
             // JHFXopenfileBtn
             // 
             this.JHFXopenfileBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
-            this.JHFXopenfileBtn.Location = new System.Drawing.Point(993, 15);
+            this.JHFXopenfileBtn.Location = new System.Drawing.Point(1242, 19);
+            this.JHFXopenfileBtn.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.JHFXopenfileBtn.Name = "JHFXopenfileBtn";
-            this.JHFXopenfileBtn.Size = new System.Drawing.Size(75, 23);
+            this.JHFXopenfileBtn.Size = new System.Drawing.Size(94, 29);
             this.JHFXopenfileBtn.TabIndex = 0;
             this.JHFXopenfileBtn.Text = "浏览";
             this.JHFXopenfileBtn.Click += new System.EventHandler(this.JHFXopenfileBtn_Click);
             // 
             // JHFXJCCcomboBoxEdit
             // 
-            this.JHFXJCCcomboBoxEdit.Location = new System.Drawing.Point(73, 16);
+            this.JHFXJCCcomboBoxEdit.Location = new System.Drawing.Point(91, 20);
+            this.JHFXJCCcomboBoxEdit.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.JHFXJCCcomboBoxEdit.MenuManager = this.xrDesignRibbonController1;
             this.JHFXJCCcomboBoxEdit.Name = "JHFXJCCcomboBoxEdit";
             this.JHFXJCCcomboBoxEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
             new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
-            this.JHFXJCCcomboBoxEdit.Size = new System.Drawing.Size(122, 20);
+            this.JHFXJCCcomboBoxEdit.Size = new System.Drawing.Size(152, 24);
             this.JHFXJCCcomboBoxEdit.TabIndex = 7;
             this.JHFXJCCcomboBoxEdit.SelectedIndexChanged += new System.EventHandler(this.JHFXJCCcomboBoxEdit_SelectedIndexChanged);
             // 
             // xtraTabPageGJ
             // 
             this.xtraTabPageGJ.Controls.Add(this.gjInform9);
+            this.xtraTabPageGJ.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.xtraTabPageGJ.Name = "xtraTabPageGJ";
-            this.xtraTabPageGJ.Size = new System.Drawing.Size(1325, 496);
+            this.xtraTabPageGJ.Size = new System.Drawing.Size(1657, 620);
             this.xtraTabPageGJ.Text = "管界信息管理";
             // 
             // gjInform9
             // 
             this.gjInform9.Dock = System.Windows.Forms.DockStyle.Fill;
             this.gjInform9.Location = new System.Drawing.Point(0, 0);
-            this.gjInform9.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+            this.gjInform9.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
             this.gjInform9.Name = "gjInform9";
-            this.gjInform9.Size = new System.Drawing.Size(1325, 496);
+            this.gjInform9.Size = new System.Drawing.Size(1657, 620);
             this.gjInform9.TabIndex = 0;
             this.gjInform9.Load += new System.EventHandler(this.gjInform9_Load);
             // 
@@ -4656,19 +4684,22 @@
             this.xtraTabPageQX.Controls.Add(this.gridControl1);
             this.xtraTabPageQX.Controls.Add(this.panelControl3);
             this.xtraTabPageQX.Controls.Add(this.panelControl2);
+            this.xtraTabPageQX.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.xtraTabPageQX.Name = "xtraTabPageQX";
             this.xtraTabPageQX.ShowCloseButton = DevExpress.Utils.DefaultBoolean.False;
-            this.xtraTabPageQX.Size = new System.Drawing.Size(1325, 496);
+            this.xtraTabPageQX.Size = new System.Drawing.Size(1657, 616);
             this.xtraTabPageQX.Text = "曲线信息管理";
             // 
             // gridControl1
             // 
             this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
-            this.gridControl1.Location = new System.Drawing.Point(0, 37);
+            this.gridControl1.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
+            this.gridControl1.Location = new System.Drawing.Point(0, 46);
             this.gridControl1.MainView = this.railwaybureau;
+            this.gridControl1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.gridControl1.MenuManager = this.xrDesignRibbonController1;
             this.gridControl1.Name = "gridControl1";
-            this.gridControl1.Size = new System.Drawing.Size(1325, 459);
+            this.gridControl1.Size = new System.Drawing.Size(1657, 570);
             this.gridControl1.TabIndex = 0;
             this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
             this.railwaybureau,
@@ -4910,9 +4941,10 @@
             // panelControl3
             // 
             this.panelControl3.Dock = System.Windows.Forms.DockStyle.Fill;
-            this.panelControl3.Location = new System.Drawing.Point(0, 37);
+            this.panelControl3.Location = new System.Drawing.Point(0, 46);
+            this.panelControl3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.panelControl3.Name = "panelControl3";
-            this.panelControl3.Size = new System.Drawing.Size(1325, 459);
+            this.panelControl3.Size = new System.Drawing.Size(1657, 570);
             this.panelControl3.TabIndex = 2;
             // 
             // panelControl2
@@ -4920,15 +4952,17 @@
             this.panelControl2.Controls.Add(this.deleteroebtnqx);
             this.panelControl2.Dock = System.Windows.Forms.DockStyle.Top;
             this.panelControl2.Location = new System.Drawing.Point(0, 0);
+            this.panelControl2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.panelControl2.Name = "panelControl2";
-            this.panelControl2.Size = new System.Drawing.Size(1325, 37);
+            this.panelControl2.Size = new System.Drawing.Size(1657, 46);
             this.panelControl2.TabIndex = 1;
             // 
             // deleteroebtnqx
             // 
-            this.deleteroebtnqx.Location = new System.Drawing.Point(21, 8);
+            this.deleteroebtnqx.Location = new System.Drawing.Point(26, 10);
+            this.deleteroebtnqx.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.deleteroebtnqx.Name = "deleteroebtnqx";
-            this.deleteroebtnqx.Size = new System.Drawing.Size(75, 23);
+            this.deleteroebtnqx.Size = new System.Drawing.Size(94, 29);
             this.deleteroebtnqx.TabIndex = 0;
             this.deleteroebtnqx.Text = "删除选中行";
             this.deleteroebtnqx.Click += new System.EventHandler(this.deleteroebtnqx_Click);
@@ -4937,10 +4971,11 @@
             // 
             this.xtraTabControl1.ClosePageButtonShowMode = DevExpress.XtraTab.ClosePageButtonShowMode.InAllTabPageHeaders;
             this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
-            this.xtraTabControl1.Location = new System.Drawing.Point(0, 148);
+            this.xtraTabControl1.Location = new System.Drawing.Point(0, 188);
+            this.xtraTabControl1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.xtraTabControl1.Name = "xtraTabControl1";
             this.xtraTabControl1.SelectedTabPage = this.xtraTabPageQX;
-            this.xtraTabControl1.Size = new System.Drawing.Size(1331, 525);
+            this.xtraTabControl1.Size = new System.Drawing.Size(1664, 652);
             this.xtraTabControl1.TabIndex = 2;
             this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
             this.xtraTabPageQX,
@@ -4962,8 +4997,9 @@
             // xtraTabPageDC
             // 
             this.xtraTabPageDC.Controls.Add(this.dcInform8);
+            this.xtraTabPageDC.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.xtraTabPageDC.Name = "xtraTabPageDC";
-            this.xtraTabPageDC.Size = new System.Drawing.Size(1325, 496);
+            this.xtraTabPageDC.Size = new System.Drawing.Size(1657, 620);
             this.xtraTabPageDC.Text = "道岔信息管理";
             this.xtraTabPageDC.Paint += new System.Windows.Forms.PaintEventHandler(this.xtraTabPage2_Paint);
             // 
@@ -4971,9 +5007,9 @@
             // 
             this.dcInform8.Dock = System.Windows.Forms.DockStyle.Fill;
             this.dcInform8.Location = new System.Drawing.Point(0, 0);
-            this.dcInform8.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+            this.dcInform8.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
             this.dcInform8.Name = "dcInform8";
-            this.dcInform8.Size = new System.Drawing.Size(1325, 496);
+            this.dcInform8.Size = new System.Drawing.Size(1657, 620);
             this.dcInform8.TabIndex = 0;
             this.dcInform8.Load += new System.EventHandler(this.dcInform8_Load);
             // 
@@ -4983,18 +5019,20 @@
             this.xtraTabPageGLData.Controls.Add(this.panelControl7);
             this.xtraTabPageGLData.Margin = new System.Windows.Forms.Padding(2);
             this.xtraTabPageGLData.Name = "xtraTabPageGLData";
-            this.xtraTabPageGLData.Size = new System.Drawing.Size(1325, 496);
+            this.xtraTabPageGLData.Size = new System.Drawing.Size(1657, 616);
             this.xtraTabPageGLData.Text = "功率数据管理";
             // 
             // gridControl6
             // 
             this.gridControl6.Dock = System.Windows.Forms.DockStyle.Fill;
-            this.gridControl6.Location = new System.Drawing.Point(0, 48);
+            this.gridControl6.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
+            this.gridControl6.Location = new System.Drawing.Point(0, 60);
             this.gridControl6.MainView = this.gridView6;
+            this.gridControl6.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.gridControl6.Name = "gridControl6";
             this.gridControl6.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
             this.repositoryItemCheckEdit6});
-            this.gridControl6.Size = new System.Drawing.Size(1325, 448);
+            this.gridControl6.Size = new System.Drawing.Size(1657, 556);
             this.gridControl6.TabIndex = 20;
             this.gridControl6.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
             this.gridView6});
@@ -5074,16 +5112,18 @@
             this.panelControl7.Controls.Add(this.deleteGLdata);
             this.panelControl7.Dock = System.Windows.Forms.DockStyle.Top;
             this.panelControl7.Location = new System.Drawing.Point(0, 0);
+            this.panelControl7.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.panelControl7.Name = "panelControl7";
-            this.panelControl7.Size = new System.Drawing.Size(1325, 48);
+            this.panelControl7.Size = new System.Drawing.Size(1657, 60);
             this.panelControl7.TabIndex = 19;
             // 
             // importGLData
             // 
             this.importGLData.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
-            this.importGLData.Location = new System.Drawing.Point(1131, 15);
+            this.importGLData.Location = new System.Drawing.Point(1415, 19);
+            this.importGLData.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.importGLData.Name = "importGLData";
-            this.importGLData.Size = new System.Drawing.Size(72, 23);
+            this.importGLData.Size = new System.Drawing.Size(90, 29);
             this.importGLData.TabIndex = 6;
             this.importGLData.Text = "导入";
             this.importGLData.Click += new System.EventHandler(this.importGLData_Click);
@@ -5091,9 +5131,10 @@
             // deleteGLdata
             // 
             this.deleteGLdata.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
-            this.deleteGLdata.Location = new System.Drawing.Point(1217, 15);
+            this.deleteGLdata.Location = new System.Drawing.Point(1522, 19);
+            this.deleteGLdata.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.deleteGLdata.Name = "deleteGLdata";
-            this.deleteGLdata.Size = new System.Drawing.Size(72, 23);
+            this.deleteGLdata.Size = new System.Drawing.Size(90, 29);
             this.deleteGLdata.TabIndex = 5;
             this.deleteGLdata.Text = " 删除选中";
             this.deleteGLdata.Click += new System.EventHandler(this.deleteGLdata_Click);
@@ -5104,18 +5145,20 @@
             this.xtraTabPageQKData.Controls.Add(this.panelControl8);
             this.xtraTabPageQKData.Margin = new System.Windows.Forms.Padding(2);
             this.xtraTabPageQKData.Name = "xtraTabPageQKData";
-            this.xtraTabPageQKData.Size = new System.Drawing.Size(1325, 496);
+            this.xtraTabPageQKData.Size = new System.Drawing.Size(1657, 616);
             this.xtraTabPageQKData.Text = "缺口数据管理";
             // 
             // gridControl7
             // 
             this.gridControl7.Dock = System.Windows.Forms.DockStyle.Fill;
-            this.gridControl7.Location = new System.Drawing.Point(0, 48);
+            this.gridControl7.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
+            this.gridControl7.Location = new System.Drawing.Point(0, 60);
             this.gridControl7.MainView = this.gridView7;
+            this.gridControl7.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.gridControl7.Name = "gridControl7";
             this.gridControl7.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
             this.repositoryItemCheckEdit7});
-            this.gridControl7.Size = new System.Drawing.Size(1325, 448);
+            this.gridControl7.Size = new System.Drawing.Size(1657, 556);
             this.gridControl7.TabIndex = 22;
             this.gridControl7.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
             this.gridView7});
@@ -5205,45 +5248,52 @@
             this.panelControl8.Controls.Add(this.deleteQKdata);
             this.panelControl8.Dock = System.Windows.Forms.DockStyle.Top;
             this.panelControl8.Location = new System.Drawing.Point(0, 0);
+            this.panelControl8.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.panelControl8.Name = "panelControl8";
-            this.panelControl8.Size = new System.Drawing.Size(1325, 48);
+            this.panelControl8.Size = new System.Drawing.Size(1657, 60);
             this.panelControl8.TabIndex = 21;
             // 
             // simpleButton1
             // 
             this.simpleButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
-            this.simpleButton1.Location = new System.Drawing.Point(1131, 15);
+            this.simpleButton1.Location = new System.Drawing.Point(1415, 19);
+            this.simpleButton1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.simpleButton1.Name = "simpleButton1";
-            this.simpleButton1.Size = new System.Drawing.Size(72, 23);
+            this.simpleButton1.Size = new System.Drawing.Size(90, 29);
             this.simpleButton1.TabIndex = 6;
             this.simpleButton1.Text = "导入";
+            this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
             // 
             // deleteQKdata
             // 
             this.deleteQKdata.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
-            this.deleteQKdata.Location = new System.Drawing.Point(1217, 15);
+            this.deleteQKdata.Location = new System.Drawing.Point(1522, 19);
+            this.deleteQKdata.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.deleteQKdata.Name = "deleteQKdata";
-            this.deleteQKdata.Size = new System.Drawing.Size(72, 23);
+            this.deleteQKdata.Size = new System.Drawing.Size(90, 29);
             this.deleteQKdata.TabIndex = 5;
             this.deleteQKdata.Text = " 删除选中";
             this.deleteQKdata.Click += new System.EventHandler(this.deleteQKdata_Click);
             // 
             // xtraTabPageMTLF
             // 
+            this.xtraTabPageMTLF.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.xtraTabPageMTLF.Name = "xtraTabPageMTLF";
-            this.xtraTabPageMTLF.Size = new System.Drawing.Size(1325, 496);
+            this.xtraTabPageMTLF.Size = new System.Drawing.Size(1657, 620);
             this.xtraTabPageMTLF.Text = "密贴离缝";
             // 
             // xtraTabPageZZJH
             // 
+            this.xtraTabPageZZJH.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.xtraTabPageZZJH.Name = "xtraTabPageZZJH";
-            this.xtraTabPageZZJH.Size = new System.Drawing.Size(1325, 496);
+            this.xtraTabPageZZJH.Size = new System.Drawing.Size(1657, 620);
             this.xtraTabPageZZJH.Text = "逐枕几何";
             // 
             // xtraTabPageXXXW
             // 
+            this.xtraTabPageXXXW.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.xtraTabPageXXXW.Name = "xtraTabPageXXXW";
-            this.xtraTabPageXXXW.Size = new System.Drawing.Size(1325, 496);
+            this.xtraTabPageXXXW.Size = new System.Drawing.Size(1657, 620);
             this.xtraTabPageXXXW.Text = "线形线位";
             // 
             // xtraTabPageGL
@@ -5252,18 +5302,20 @@
             this.xtraTabPageGL.Controls.Add(this.panelControl5);
             this.xtraTabPageGL.Margin = new System.Windows.Forms.Padding(2);
             this.xtraTabPageGL.Name = "xtraTabPageGL";
-            this.xtraTabPageGL.Size = new System.Drawing.Size(1325, 496);
+            this.xtraTabPageGL.Size = new System.Drawing.Size(1657, 620);
             this.xtraTabPageGL.Text = "功率分析";
             // 
             // gridControl4
             // 
             this.gridControl4.Dock = System.Windows.Forms.DockStyle.Fill;
-            this.gridControl4.Location = new System.Drawing.Point(0, 48);
+            this.gridControl4.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
+            this.gridControl4.Location = new System.Drawing.Point(0, 60);
             this.gridControl4.MainView = this.gridView4;
+            this.gridControl4.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.gridControl4.Name = "gridControl4";
             this.gridControl4.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
             this.repositoryItemCheckEdit4});
-            this.gridControl4.Size = new System.Drawing.Size(1325, 448);
+            this.gridControl4.Size = new System.Drawing.Size(1657, 560);
             this.gridControl4.TabIndex = 16;
             this.gridControl4.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
             this.gridView4});
@@ -5403,16 +5455,18 @@
             this.panelControl5.Controls.Add(this.DWGLanalysisBtn);
             this.panelControl5.Dock = System.Windows.Forms.DockStyle.Top;
             this.panelControl5.Location = new System.Drawing.Point(0, 0);
+            this.panelControl5.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.panelControl5.Name = "panelControl5";
-            this.panelControl5.Size = new System.Drawing.Size(1325, 48);
+            this.panelControl5.Size = new System.Drawing.Size(1657, 60);
             this.panelControl5.TabIndex = 12;
             // 
             // DWGLdelBtn
             // 
             this.DWGLdelBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
-            this.DWGLdelBtn.Location = new System.Drawing.Point(1217, 15);
+            this.DWGLdelBtn.Location = new System.Drawing.Point(1522, 19);
+            this.DWGLdelBtn.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.DWGLdelBtn.Name = "DWGLdelBtn";
-            this.DWGLdelBtn.Size = new System.Drawing.Size(72, 23);
+            this.DWGLdelBtn.Size = new System.Drawing.Size(90, 29);
             this.DWGLdelBtn.TabIndex = 5;
             this.DWGLdelBtn.Text = " 删除选中";
             this.DWGLdelBtn.Click += new System.EventHandler(this.DWGLdelBtn_Click);
@@ -5420,18 +5474,20 @@
             // DWGLimportfileBtn
             // 
             this.DWGLimportfileBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
-            this.DWGLimportfileBtn.Location = new System.Drawing.Point(993, 15);
+            this.DWGLimportfileBtn.Location = new System.Drawing.Point(1242, 19);
+            this.DWGLimportfileBtn.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.DWGLimportfileBtn.Name = "DWGLimportfileBtn";
-            this.DWGLimportfileBtn.Size = new System.Drawing.Size(75, 23);
+            this.DWGLimportfileBtn.Size = new System.Drawing.Size(94, 29);
             this.DWGLimportfileBtn.TabIndex = 0;
             this.DWGLimportfileBtn.Text = "导入";
             this.DWGLimportfileBtn.Click += new System.EventHandler(this.DWGLopenfileBtn_Click);
             // 
             // DWGLanalysisBtn
             // 
-            this.DWGLanalysisBtn.Location = new System.Drawing.Point(22, 13);
+            this.DWGLanalysisBtn.Location = new System.Drawing.Point(28, 16);
+            this.DWGLanalysisBtn.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.DWGLanalysisBtn.Name = "DWGLanalysisBtn";
-            this.DWGLanalysisBtn.Size = new System.Drawing.Size(100, 23);
+            this.DWGLanalysisBtn.Size = new System.Drawing.Size(125, 29);
             this.DWGLanalysisBtn.TabIndex = 5;
             this.DWGLanalysisBtn.Text = "分析算法";
             this.DWGLanalysisBtn.ToolTip = "未定义";
@@ -5442,19 +5498,21 @@
             this.xtraTabPageQK.Controls.Add(this.panelControl6);
             this.xtraTabPageQK.Margin = new System.Windows.Forms.Padding(2);
             this.xtraTabPageQK.Name = "xtraTabPageQK";
-            this.xtraTabPageQK.Size = new System.Drawing.Size(1325, 496);
+            this.xtraTabPageQK.Size = new System.Drawing.Size(1657, 620);
             this.xtraTabPageQK.Text = "缺口分析";
             this.xtraTabPageQK.Paint += new System.Windows.Forms.PaintEventHandler(this.xtraTabPage2_Paint_1);
             // 
             // gridControl5
             // 
             this.gridControl5.Dock = System.Windows.Forms.DockStyle.Fill;
-            this.gridControl5.Location = new System.Drawing.Point(0, 48);
+            this.gridControl5.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
+            this.gridControl5.Location = new System.Drawing.Point(0, 60);
             this.gridControl5.MainView = this.gridView5;
+            this.gridControl5.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.gridControl5.Name = "gridControl5";
             this.gridControl5.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
             this.repositoryItemCheckEdit5});
-            this.gridControl5.Size = new System.Drawing.Size(1325, 448);
+            this.gridControl5.Size = new System.Drawing.Size(1657, 560);
             this.gridControl5.TabIndex = 18;
             this.gridControl5.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
             this.gridView5});
@@ -5595,34 +5653,38 @@
             this.panelControl6.Controls.Add(this.DWQKanalysisBtn);
             this.panelControl6.Dock = System.Windows.Forms.DockStyle.Top;
             this.panelControl6.Location = new System.Drawing.Point(0, 0);
+            this.panelControl6.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.panelControl6.Name = "panelControl6";
-            this.panelControl6.Size = new System.Drawing.Size(1325, 48);
+            this.panelControl6.Size = new System.Drawing.Size(1657, 60);
             this.panelControl6.TabIndex = 17;
             // 
             // DWQKdelBtn
             // 
             this.DWQKdelBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
-            this.DWQKdelBtn.Location = new System.Drawing.Point(1217, 15);
+            this.DWQKdelBtn.Location = new System.Drawing.Point(1522, 19);
+            this.DWQKdelBtn.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.DWQKdelBtn.Name = "DWQKdelBtn";
-            this.DWQKdelBtn.Size = new System.Drawing.Size(72, 23);
+            this.DWQKdelBtn.Size = new System.Drawing.Size(90, 29);
             this.DWQKdelBtn.TabIndex = 5;
             this.DWQKdelBtn.Text = " 删除选中";
             // 
             // DWQKimportfileBtn
             // 
             this.DWQKimportfileBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
-            this.DWQKimportfileBtn.Location = new System.Drawing.Point(993, 15);
+            this.DWQKimportfileBtn.Location = new System.Drawing.Point(1242, 19);
+            this.DWQKimportfileBtn.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.DWQKimportfileBtn.Name = "DWQKimportfileBtn";
-            this.DWQKimportfileBtn.Size = new System.Drawing.Size(75, 23);
+            this.DWQKimportfileBtn.Size = new System.Drawing.Size(94, 29);
             this.DWQKimportfileBtn.TabIndex = 0;
             this.DWQKimportfileBtn.Text = "导入";
             this.DWQKimportfileBtn.Click += new System.EventHandler(this.DWQKopenfileBtn_Click);
             // 
             // DWQKanalysisBtn
             // 
-            this.DWQKanalysisBtn.Location = new System.Drawing.Point(34, 15);
+            this.DWQKanalysisBtn.Location = new System.Drawing.Point(42, 19);
+            this.DWQKanalysisBtn.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.DWQKanalysisBtn.Name = "DWQKanalysisBtn";
-            this.DWQKanalysisBtn.Size = new System.Drawing.Size(100, 23);
+            this.DWQKanalysisBtn.Size = new System.Drawing.Size(125, 29);
             this.DWQKanalysisBtn.TabIndex = 5;
             this.DWQKanalysisBtn.Text = "分析算法";
             this.DWQKanalysisBtn.ToolTip = "未定义";
@@ -5631,19 +5693,20 @@
             // 
             this.xtraTabPageDWZS.Margin = new System.Windows.Forms.Padding(2);
             this.xtraTabPageDWZS.Name = "xtraTabPageDWZS";
-            this.xtraTabPageDWZS.Size = new System.Drawing.Size(1325, 496);
+            this.xtraTabPageDWZS.Size = new System.Drawing.Size(1657, 620);
             this.xtraTabPageDWZS.Text = "电务数据展示";
             // 
             // DevFrmMain
             // 
             this.AllowFormGlass = DevExpress.Utils.DefaultBoolean.False;
-            this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
+            this.AutoScaleDimensions = new System.Drawing.SizeF(120F, 120F);
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
-            this.ClientSize = new System.Drawing.Size(1331, 705);
+            this.ClientSize = new System.Drawing.Size(1664, 881);
             this.Controls.Add(this.xtraTabControl1);
             this.Controls.Add(this.ribbonStatusBar);
             this.Controls.Add(this.ribbon);
             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
+            this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.Name = "DevFrmMain";
             this.Ribbon = this.ribbon;
             this.StatusBar = this.ribbonStatusBar;

+ 10 - 0
DPTools/DevFrmMain.cs

@@ -934,5 +934,15 @@ namespace Uninpho.Tools
         {
 
         }
+
+        private void simpleButton1_Click(object sender, EventArgs e)
+        {
+            ImportGLdataForm frm = new ImportGLdataForm();
+            frm.StartPosition = FormStartPosition.CenterParent;
+            frm.Text = "导入缺口配置文件";
+            if (frm.ShowDialog(this) == DialogResult.OK)
+            {
+            }
+        }
     }
 }

+ 12 - 12
DPTools/DevFrmMain.resx

@@ -118,10 +118,10 @@
     <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
   </resheader>
   <metadata name="xrDesignRibbonController1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
-    <value>17, 55</value>
+    <value>832, 17</value>
   </metadata>
   <metadata name="applicationMenu1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
-    <value>230, 55</value>
+    <value>1090, 17</value>
   </metadata>
   <assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
   <data name="barButtonImageTile.Glyph" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
@@ -1766,10 +1766,10 @@
 </value>
   </data>
   <metadata name="ribbonMiniToolbar1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
-    <value>444, 93</value>
+    <value>527, 59</value>
   </metadata>
   <metadata name="xrDesignDockManager1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
-    <value>389, 55</value>
+    <value>1280, 17</value>
   </metadata>
   <metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
     <value>113</value>
@@ -1937,7 +1937,7 @@
 </value>
   </data>
   <metadata name="galleryDropDown1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
-    <value>530, 17</value>
+    <value>636, 17</value>
   </metadata>
   <data name="barButtonItem2.Glyph" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
     <value>
@@ -1975,7 +1975,7 @@
 </value>
   </data>
   <metadata name="defaultLookAndFeel1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
-    <value>353, 17</value>
+    <value>422, 17</value>
   </metadata>
   <data name="barButtonItem3.Glyph" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
     <value>
@@ -2105,19 +2105,19 @@
 </value>
   </data>
   <metadata name="reportDesigner1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
-    <value>205, 17</value>
+    <value>245, 17</value>
   </metadata>
   <metadata name="popupMenu1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
-    <value>583, 55</value>
+    <value>1514, 17</value>
   </metadata>
   <metadata name="galleryDropDown2.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
-    <value>17, 93</value>
+    <value>17, 59</value>
   </metadata>
   <metadata name="popupMenu2.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
-    <value>180, 93</value>
+    <value>213, 59</value>
   </metadata>
   <metadata name="popupMenu3.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
-    <value>312, 93</value>
+    <value>370, 59</value>
   </metadata>
   <data name="barButtonItem15.Glyph" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
     <value>
@@ -2161,6 +2161,6 @@
 </value>
   </data>
   <metadata name="pageSetupDialog1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
-    <value>614, 93</value>
+    <value>727, 59</value>
   </metadata>
 </root>

+ 11 - 5
DPTools/Properties/licenses.licx

@@ -1,8 +1,14 @@
-DevExpress.Patch.InMemoryPatch, DevExpress.Patch.Common, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7fc7bfca2443de66
+DevExpress.XtraEditors.CheckEdit, DevExpress.XtraEditors.v15.2, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
 DevExpress.XtraEditors.ComboBoxEdit, DevExpress.XtraEditors.v15.2, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
-DevExpress.XtraBars.Ribbon.RibbonControl, DevExpress.XtraBars.v15.2, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
-DevExpress.XtraEditors.Repository.RepositoryItemProgressBar, DevExpress.XtraEditors.v15.2, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
-DevExpress.XtraGrid.GridControl, DevExpress.XtraGrid.v15.2, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
+DevExpress.XtraEditors.Repository.RepositoryItemComboBox, DevExpress.XtraEditors.v15.2, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
+DevExpress.XtraEditors.PictureEdit, DevExpress.XtraEditors.v15.2, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
 DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit, DevExpress.XtraEditors.v15.2, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
+DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit, DevExpress.XtraEditors.v15.2, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
+DevExpress.XtraEditors.Repository.RepositoryItemProgressBar, DevExpress.XtraEditors.v15.2, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
+DevExpress.XtraEditors.TextEdit, DevExpress.XtraEditors.v15.2, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
+DevExpress.XtraEditors.DateEdit, DevExpress.XtraEditors.v15.2, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
 DevExpress.XtraReports.UserDesigner.XRDesignDockManager, DevExpress.XtraReports.v15.2.Extensions, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
-DevExpress.XtraEditors.CheckEdit, DevExpress.XtraEditors.v15.2, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
+DevExpress.Patch.InMemoryPatch, DevExpress.Patch.Common, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7fc7bfca2443de66
+DevExpress.XtraBars.Ribbon.RibbonControl, DevExpress.XtraBars.v15.2, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
+DevExpress.XtraSpreadsheet.SpreadsheetControl, DevExpress.XtraSpreadsheet.v15.2, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
+DevExpress.XtraGrid.GridControl, DevExpress.XtraGrid.v15.2, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a

+ 29 - 21
DPTools/components/DWForm/ImportGLdataForm.Designer.cs

@@ -43,29 +43,32 @@
             // 
             // labelControl7
             // 
-            this.labelControl7.Location = new System.Drawing.Point(58, 35);
+            this.labelControl7.Location = new System.Drawing.Point(66, 45);
+            this.labelControl7.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
             this.labelControl7.Name = "labelControl7";
-            this.labelControl7.Size = new System.Drawing.Size(48, 14);
+            this.labelControl7.Size = new System.Drawing.Size(60, 18);
             this.labelControl7.TabIndex = 5;
             this.labelControl7.Text = "线路名:";
             this.labelControl7.Click += new System.EventHandler(this.labelControl7_Click);
             // 
             // labelControl1
             // 
-            this.labelControl1.Location = new System.Drawing.Point(36, 79);
+            this.labelControl1.Location = new System.Drawing.Point(41, 102);
+            this.labelControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
             this.labelControl1.Name = "labelControl1";
-            this.labelControl1.Size = new System.Drawing.Size(72, 14);
+            this.labelControl1.Size = new System.Drawing.Size(90, 18);
             this.labelControl1.TabIndex = 6;
             this.labelControl1.Text = "站(所)名:";
             this.labelControl1.Click += new System.EventHandler(this.labelControl1_Click);
             // 
             // xianlumingText
             // 
-            this.xianlumingText.Location = new System.Drawing.Point(118, 32);
+            this.xianlumingText.Location = new System.Drawing.Point(135, 41);
+            this.xianlumingText.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
             this.xianlumingText.Name = "xianlumingText";
             this.xianlumingText.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
             new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
-            this.xianlumingText.Size = new System.Drawing.Size(302, 20);
+            this.xianlumingText.Size = new System.Drawing.Size(345, 24);
             this.xianlumingText.TabIndex = 3;
             this.xianlumingText.SelectedIndexChanged += new System.EventHandler(this.xianlumingText_SelectedIndexChanged);
             this.xianlumingText.EditValueChanged += new System.EventHandler(this.xianlumingText_TextChanged);
@@ -73,28 +76,31 @@
             // zhanmingText
             // 
             this.zhanmingText.Enabled = false;
-            this.zhanmingText.Location = new System.Drawing.Point(117, 76);
+            this.zhanmingText.Location = new System.Drawing.Point(134, 98);
+            this.zhanmingText.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
             this.zhanmingText.Name = "zhanmingText";
             this.zhanmingText.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
             new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
-            this.zhanmingText.Size = new System.Drawing.Size(303, 20);
+            this.zhanmingText.Size = new System.Drawing.Size(346, 24);
             this.zhanmingText.TabIndex = 4;
             this.zhanmingText.SelectedIndexChanged += new System.EventHandler(this.zhanmingText_SelectedIndexChanged);
             // 
             // NewcancelBtn
             // 
-            this.NewcancelBtn.Location = new System.Drawing.Point(356, 173);
+            this.NewcancelBtn.Location = new System.Drawing.Point(407, 222);
+            this.NewcancelBtn.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
             this.NewcancelBtn.Name = "NewcancelBtn";
-            this.NewcancelBtn.Size = new System.Drawing.Size(64, 22);
+            this.NewcancelBtn.Size = new System.Drawing.Size(73, 28);
             this.NewcancelBtn.TabIndex = 7;
             this.NewcancelBtn.Text = "取消";
             this.NewcancelBtn.Click += new System.EventHandler(this.NewcancelBtn_Click);
             // 
             // newCreateBtnSon
             // 
-            this.newCreateBtnSon.Location = new System.Drawing.Point(249, 173);
+            this.newCreateBtnSon.Location = new System.Drawing.Point(285, 222);
+            this.newCreateBtnSon.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
             this.newCreateBtnSon.Name = "newCreateBtnSon";
-            this.newCreateBtnSon.Size = new System.Drawing.Size(64, 22);
+            this.newCreateBtnSon.Size = new System.Drawing.Size(73, 28);
             this.newCreateBtnSon.TabIndex = 8;
             this.newCreateBtnSon.Text = "导入";
             this.newCreateBtnSon.Click += new System.EventHandler(this.newCreateBtnSon_Click);
@@ -102,18 +108,20 @@
             // simpleButton2
             // 
             this.simpleButton2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
-            this.simpleButton2.Location = new System.Drawing.Point(346, 119);
+            this.simpleButton2.Location = new System.Drawing.Point(395, 153);
+            this.simpleButton2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
             this.simpleButton2.Name = "simpleButton2";
-            this.simpleButton2.Size = new System.Drawing.Size(75, 23);
+            this.simpleButton2.Size = new System.Drawing.Size(86, 30);
             this.simpleButton2.TabIndex = 7;
             this.simpleButton2.Text = "浏览...";
             this.simpleButton2.Click += new System.EventHandler(this.simpleButton2_Click);
             // 
             // lblShow
             // 
-            this.lblShow.Location = new System.Drawing.Point(45, 124);
+            this.lblShow.Location = new System.Drawing.Point(51, 159);
+            this.lblShow.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
             this.lblShow.Name = "lblShow";
-            this.lblShow.Size = new System.Drawing.Size(52, 14);
+            this.lblShow.Size = new System.Drawing.Size(65, 18);
             this.lblShow.TabIndex = 10;
             this.lblShow.Text = "文件目录:";
             this.lblShow.Click += new System.EventHandler(this.lblShow_Click);
@@ -122,17 +130,18 @@
             // 
             this.txtindir.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
             | System.Windows.Forms.AnchorStyles.Right)));
-            this.txtindir.Location = new System.Drawing.Point(119, 121);
+            this.txtindir.Location = new System.Drawing.Point(136, 156);
+            this.txtindir.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
             this.txtindir.Name = "txtindir";
-            this.txtindir.Size = new System.Drawing.Size(221, 22);
+            this.txtindir.Size = new System.Drawing.Size(252, 26);
             this.txtindir.TabIndex = 4;
             this.txtindir.TextChanged += new System.EventHandler(this.txtindir_TextChanged);
             // 
             // ImportGLdataForm
             // 
-            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
+            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
-            this.ClientSize = new System.Drawing.Size(465, 219);
+            this.ClientSize = new System.Drawing.Size(531, 282);
             this.Controls.Add(this.simpleButton2);
             this.Controls.Add(this.lblShow);
             this.Controls.Add(this.NewcancelBtn);
@@ -142,7 +151,6 @@
             this.Controls.Add(this.labelControl1);
             this.Controls.Add(this.xianlumingText);
             this.Controls.Add(this.zhanmingText);
-            this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
             this.MaximizeBox = false;
             this.MinimizeBox = false;
             this.Name = "ImportGLdataForm";

+ 91 - 21
DPTools/components/DWForm/ImportGLdataForm.cs

@@ -83,14 +83,14 @@ namespace Uninpho.Tools.components.DWForm
 
         private void newCreateBtnSon_Click(object sender, EventArgs e)
         {
-            saveData2PG(txtindir.Text, xianlumingText.Text, zhanmingText.Text);
-            //打开表格数据转成实体类
-            //if (TZCommonFunc.GetTabledata(TableName.T_gonglv_account))
-            //{
-                //插入数据
-               // SqlQueryable_QX.Insertdata_GL(TZCommonFunc.Listdata_gl);
-               // this.data_binding();
-           // }
+            if (this.Text == "导入缺口配置文件")
+            {
+                saveqkData2PG(txtindir.Text, xianlumingText.Text, zhanmingText.Text);
+
+            }else            {
+                saveData2PG(txtindir.Text, xianlumingText.Text, zhanmingText.Text);
+
+            }
         }
 
 
@@ -115,6 +115,71 @@ namespace Uninpho.Tools.components.DWForm
             }
         }
 
+        /// <summary>
+        /// 读scv
+        /// </summary>
+        /// <param name="url"></param>
+        private static void readqkSCV(string url, string xianlu, string chezhan, ref List<T_quekou_account> gonglvCsvdata)
+        {
+            StreamReader sr = new StreamReader(url, GetEncoding(url));
+            sr.ReadLine();
+            sr.ReadLine();
+            while (!sr.EndOfStream)
+            {
+                string origonss = sr.ReadLine();
+                origonss = origonss.Replace("  ", " ");
+                origonss = origonss.Replace("/t", ",");
+                origonss = origonss.Replace(" ", ",");
+                var arrayarr = origonss.ToCharArray();
+                if (arrayarr[0] == ',' && arrayarr[1] == ',')
+                {
+                    //简单判断这行是否是多余,例如“,,,,,,,,,,,,,,,,”这种行的录入
+                    continue;
+                }
+                T_quekou_account onescvdata = new T_quekou_account();
+                onescvdata.Chezhan = chezhan;
+                onescvdata.Xianlu = xianlu;
+                onescvdata.Qxxh = arrayarr[0].ToString();
+                // onescvdata.Id = Guid.NewGuid().ToString(); 
+                List<string> loopstring = new List<string>();
+
+                //使用正则去除属性字段中的逗号的影响
+                Regex re = new Regex("(?<=,\").*?(?=\",)", RegexOptions.None);
+                MatchCollection mc = re.Matches(origonss);
+                //保存原始
+                foreach (var item in mc)
+                {
+                    //string ddd = item.ToString().Replace("\"\"", "\"");
+                    loopstring.Add(item.ToString());
+                }
+                //替换属性字段中的逗号为"$$$$$$$$$$$$$yxc$$$$$$$$$$$$$$$"
+                origonss = Regex.Replace(origonss, "(?<=,\").*?(?=\",)", "$$$$$$$$$$$$$yxc$$$$$$$$$$$$$$$");
+                string[] looparr = origonss.Split(',');
+                //还原之前被替换的字段属性值
+                int ii = 0;
+                for (int i = 0; i < looparr.Length; i++)
+                {
+                    if (looparr[i] == "\"$$$$$$$yxc$$$$$$$$\"")
+                    {
+                        looparr[i] = loopstring[ii++];
+                    }
+                }
+                ii = 0;
+                //存入T_xxxw_csvdata
+                //string[] propnames = new string[] { "Id", "Listid", "Cld", "Gzidh", "Nc", "Lc", "Gc", "Pmwz", "Spcg", "Gj", "Gddhdb", "Gddb", "Gddhcb", "Gdcb", "Gxdhdb", "Gxdb", "Gxdbcb", "Gxcb", "Dxg", "Zggc", "Yggc", "Zgpm", "Ygpm", "Sygc", "Sygddb", "Sygdcb", "Sypmwz", "Sygxdb", "Sygxcb", "Syspcg", "Sygj", "Fjzj", "Fjidh", "Fjsjcg", "Fjsccg", "Fjsjgj", "Fjscgj", "Fjsj5mgd", "Fjsc5mgd", "Fjsj150mgd", "Fjsc150mgd", "Fjsj5mgx", "Fjsc5mgx", "Fjsj150mgx", "Fjsc150mgx" };
+                Type t = onescvdata.GetType();//获得该类的Type
+                foreach (PropertyInfo pi in t.GetProperties())
+                {
+                    if (pi.Name != "Id" && pi.Name != "Qxxh" && pi.Name != "Xianlu" && pi.Name != "Chezhan")
+                    {
+                        pi.SetValue(onescvdata, looparr[ii++]);
+                    }
+                }
+                gonglvCsvdata.Add(onescvdata);
+            }
+            sr.Close();
+        }
+
         /// <summary>
         /// 读scv
         /// </summary>
@@ -184,22 +249,9 @@ namespace Uninpho.Tools.components.DWForm
         {
             string uuid = uuid_;
             List<T_gonglv_account> gonglvCsvdata = new List<T_gonglv_account>();
-            //string[] filename = Path.GetFileNameWithoutExtension(url).Split('_');
             try
             {
                 readSCV(url, xianlu, chezhan, ref gonglvCsvdata);
-                //uuid = DataAnalysisToPG.Insertdata_gl_CsvList(new T_gonglv_account()
-                //{
-                //    Qxxh = filename[0],
-                //    Xianlu = xianlu,
-                //    Chezhan = chezhan,
-                //    Dcbh = filename[1],
-
-                //});
-                //foreach (var item in gonglvCsvdata)
-                //{
-                //    item.Id = uuid;
-                //}
                 DataAnalysisToPG.Insert_gl_data_CsvData(gonglvCsvdata);
                 XtraMessageBox.Show("导入成功!", "提示", MessageBoxButtons.OK, MessageBoxIcon.Information);
 
@@ -211,6 +263,24 @@ namespace Uninpho.Tools.components.DWForm
             return uuid;
         }
 
+        public static string saveqkData2PG(string url, string xianlu, string chezhan)
+        {
+            string uuid = uuid_;
+            List<T_quekou_account> quekouCsvdata = new List<T_quekou_account>();
+            try
+            {
+                readqkSCV(url, xianlu, chezhan, ref quekouCsvdata);
+                DataAnalysisToPG.Insert_qk_data_CsvData(quekouCsvdata);
+                XtraMessageBox.Show("导入成功!", "提示", MessageBoxButtons.OK, MessageBoxIcon.Information);
+
+            }
+            catch (Exception)
+            {
+                XtraMessageBox.Show("导入失败!", "提示", MessageBoxButtons.OK, MessageBoxIcon.Information);
+            }
+            return uuid;
+        }
+
         private void NewcancelBtn_Click(object sender, EventArgs e)
         {
             this.Close();

+ 9 - 0
Uninpho.DBOperation/Operation/DataAnalysisToPG.cs

@@ -170,6 +170,15 @@ namespace Uninpho.DBOperation.Operation
             db.Insertable<T_gonglv_account>(gonglvCsvdata).ExecuteCommand();//get change row count
         }
         /// <summary>
+        /// 插入缺口信息数据表
+        /// </summary>
+        /// <param name="listqx"></param>
+        public static void Insert_qk_data_CsvData(List<T_quekou_account> quekouCsvdata)
+        {
+            // db.Insertable(gonglvCsvdata).ExecuteCommand();
+            db.Insertable<T_quekou_account>(quekouCsvdata).ExecuteCommand();//get change row count
+        }
+        /// <summary>
         /// 插入功率信息数据表
         /// </summary>
         /// <param name="listqx"></param>