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