Example #1
0
 public IDEForm()
 {
     InitializeComponent();
     this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
     this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
     this.Text           = "无标题 - " + EditorName;
     compileMsgForm      = new CompileMsgForm();
 }