diff --git a/Cyberpipe.suo b/Cyberpipe.suo index c85d567..3e7dde7 100644 --- a/Cyberpipe.suo +++ b/Cyberpipe.suo Binary files differ diff --git a/Cyberpipe.suo b/Cyberpipe.suo index c85d567..3e7dde7 100644 --- a/Cyberpipe.suo +++ b/Cyberpipe.suo Binary files differ diff --git a/Forms/FrmGongShuiAttribute.cs b/Forms/FrmGongShuiAttribute.cs index 604dd38..880f478 100644 --- a/Forms/FrmGongShuiAttribute.cs +++ b/Forms/FrmGongShuiAttribute.cs @@ -124,7 +124,7 @@ if (combBianMa.SelectedItem != null) { - feat.SetValue("管线编码", combBianMa.SelectedItem); + feat.SetValue("编码", combBianMa.SelectedItem); } if (txtGuanJing.Text != "") { @@ -282,7 +282,7 @@ continue; combMaiShe.Items.Add(colString1); } - + /* string sqltype = "select distinct 使用类型 from 给水管线"; DataTable table = OledbHelper.QueryTable(sqltype); combUserType.Items.Add("无"); @@ -294,6 +294,8 @@ continue; combUserType.Items.Add(colString1); } + * */ + } } diff --git a/Cyberpipe.suo b/Cyberpipe.suo index c85d567..3e7dde7 100644 --- a/Cyberpipe.suo +++ b/Cyberpipe.suo Binary files differ diff --git a/Forms/FrmGongShuiAttribute.cs b/Forms/FrmGongShuiAttribute.cs index 604dd38..880f478 100644 --- a/Forms/FrmGongShuiAttribute.cs +++ b/Forms/FrmGongShuiAttribute.cs @@ -124,7 +124,7 @@ if (combBianMa.SelectedItem != null) { - feat.SetValue("管线编码", combBianMa.SelectedItem); + feat.SetValue("编码", combBianMa.SelectedItem); } if (txtGuanJing.Text != "") { @@ -282,7 +282,7 @@ continue; combMaiShe.Items.Add(colString1); } - + /* string sqltype = "select distinct 使用类型 from 给水管线"; DataTable table = OledbHelper.QueryTable(sqltype); combUserType.Items.Add("无"); @@ -294,6 +294,8 @@ continue; combUserType.Items.Add(colString1); } + * */ + } } diff --git a/Forms/FrmRanQiAttribute.cs b/Forms/FrmRanQiAttribute.cs index f46ecfc..dea6cda 100644 --- a/Forms/FrmRanQiAttribute.cs +++ b/Forms/FrmRanQiAttribute.cs @@ -190,7 +190,7 @@ if (combBianMa.SelectedItem != null) { - feat.SetValue("管线编码", combBianMa.SelectedItem); + feat.SetValue("编码", combBianMa.SelectedItem); } if (combMaterial.SelectedIndex > 0) diff --git a/Cyberpipe.suo b/Cyberpipe.suo index c85d567..3e7dde7 100644 --- a/Cyberpipe.suo +++ b/Cyberpipe.suo Binary files differ diff --git a/Forms/FrmGongShuiAttribute.cs b/Forms/FrmGongShuiAttribute.cs index 604dd38..880f478 100644 --- a/Forms/FrmGongShuiAttribute.cs +++ b/Forms/FrmGongShuiAttribute.cs @@ -124,7 +124,7 @@ if (combBianMa.SelectedItem != null) { - feat.SetValue("管线编码", combBianMa.SelectedItem); + feat.SetValue("编码", combBianMa.SelectedItem); } if (txtGuanJing.Text != "") { @@ -282,7 +282,7 @@ continue; combMaiShe.Items.Add(colString1); } - + /* string sqltype = "select distinct 使用类型 from 给水管线"; DataTable table = OledbHelper.QueryTable(sqltype); combUserType.Items.Add("无"); @@ -294,6 +294,8 @@ continue; combUserType.Items.Add(colString1); } + * */ + } } diff --git a/Forms/FrmRanQiAttribute.cs b/Forms/FrmRanQiAttribute.cs index f46ecfc..dea6cda 100644 --- a/Forms/FrmRanQiAttribute.cs +++ b/Forms/FrmRanQiAttribute.cs @@ -190,7 +190,7 @@ if (combBianMa.SelectedItem != null) { - feat.SetValue("管线编码", combBianMa.SelectedItem); + feat.SetValue("编码", combBianMa.SelectedItem); } if (combMaterial.SelectedIndex > 0) diff --git a/Forms/FrmTongXunAttribute.cs b/Forms/FrmTongXunAttribute.cs index dbcb5cf..b71b381 100644 --- a/Forms/FrmTongXunAttribute.cs +++ b/Forms/FrmTongXunAttribute.cs @@ -255,7 +255,7 @@ //} //combBianMa.SelectedIndex = 0; - string sqltype3 = "select distinct 管线编码 from " + layer.Caption; + string sqltype3 = "select distinct 编码 from " + layer.Caption; DataTable table3 = OledbHelper.QueryTable(sqltype3); txtBianMa.Text = table3.Rows[0][0].ToString(); if (layer.Caption.Contains("移动"))