示例#1
0
 public NewGPModel()
 {
     InitializeComponent();
     this.pictureBox1.Image  = GPModelGlobals.LoadImageFromName("GPdotNET.App.Resources.gpdotnet_ico48.png");
     comboBox1.SelectedIndex = 0;
     comboBox2.SelectedIndex = 0;
 }
示例#2
0
 public ExportDialog()
 {
     InitializeComponent();
     listBox1.SelectedIndex = 1;
     this.pictureBox1.Image = GPModelGlobals.LoadImageFromName("GPdotNET.App.Resources.gpdotnet_ico48.png");
 }