Example #1
0
 public DenseGridParas(AGIS f)
 {
     InitializeComponent();
     textBox1.Text = "2";
     textBox2.Text = "2";
     owner         = f;
 }
Example #2
0
 public IsolineParasDialog(AGIS f, bool fl)
 {
     InitializeComponent();
     owner         = f;
     textBox1.Text = "0";
     textBox2.Text = "100";
     flag          = fl;
 }
Example #3
0
 public GridParasDialog(AGIS f)
 {
     InitializeComponent();
     textBox1.Text        = "15";
     textBox2.Text        = "10";
     radioButton1.Checked = true;
     // checkedListBox1.SelectedIndex = 0;
     // checkedListBox1.SetItemChecked(0,true);
     owner = f;
 }
Example #4
0
 public TopologyForm(AGIS o)
 {
     InitializeComponent();
     owner = o;
     showTable();
 }