コード例 #1
0
ファイル: a.cs プロジェクト: jabastien/seemapcell
 public a(SqlSpatial.a.a A_0)
 {
     this.a();
     if (A_0 != null)
     {
         this.f.Checked = A_0.c();
         this.e.Checked = !A_0.c();
         this.c.Text    = A_0.h();
         this.i.Checked = A_0.i();
         if (!A_0.c())
         {
             this.h.Text = A_0.e();
             this.g.Text = A_0.a();
         }
         if (!string.IsNullOrEmpty(A_0.d()))
         {
             this.m.Checked = true;
             this.s.Text    = A_0.d();
         }
         else if (!string.IsNullOrEmpty(A_0.b()))
         {
             this.r.Checked = true;
             this.p.Text    = A_0.b();
             this.n.Text    = A_0.f();
         }
         else
         {
             this.m.Checked = true;
         }
     }
     else
     {
         this.f.Checked = this.m.Checked = true;
     }
 }
コード例 #2
0
ファイル: d.cs プロジェクト: jabastien/seemapcell
 private void c(object A_0, EventArgs A_1)
 {
     SqlSpatial.a a = new SqlSpatial.a(this.ag);
     if (a.ShowDialog() == DialogResult.OK)
     {
         this.ag = a.c();
         this.a();
     }
 }
コード例 #3
0
ファイル: d.cs プロジェクト: jabastien/seemapcell
 private void d(object A_0, EventArgs A_1)
 {
     this.d.Text = Shape2Sql.b.a("LastFile") as string;
     this.x.Text = (Shape2Sql.b.a("GeomColumnName") as string) ?? "geom";
     this.v.Text = (Shape2Sql.b.a("IDColumnName") as string) ?? "ID";
     this.h.Text = (Shape2Sql.b.a("SRID") as string) ?? "4326";
     this.j(null, null);
     this.ag = Shape2Sql.b.GetValue <SqlSpatial.a.a>("Connection");
     if (this.ag == null)
     {
         this.c(null, null);
     }
     else
     {
         this.a();
     }
 }
コード例 #4
0
ファイル: d.cs プロジェクト: rupeshkumar399/seemapcell
 private void d(object A_0, EventArgs A_1)
 {
     this.d.Text = Shape2Sql.b.a("LastFile") as string;
     this.x.Text = (Shape2Sql.b.a("GeomColumnName") as string) ?? "geom";
     this.v.Text = (Shape2Sql.b.a("IDColumnName") as string) ?? "ID";
     this.h.Text = (Shape2Sql.b.a("SRID") as string) ?? "4326";
     this.j(null, null);
     this.ag = Shape2Sql.b.GetValue<SqlSpatial.a.a>("Connection");
     if (this.ag == null)
     {
         this.c(null, null);
     }
     else
     {
         this.a();
     }
 }
コード例 #5
0
ファイル: d.cs プロジェクト: rupeshkumar399/seemapcell
 private void c(object A_0, EventArgs A_1)
 {
     SqlSpatial.a a = new SqlSpatial.a(this.ag);
     if (a.ShowDialog() == DialogResult.OK)
     {
         this.ag = a.c();
         this.a();
     }
 }