日期:2014-05-20 浏览次数:20728 次
public EmergenceAddProcessFrm(string[] temp) { InitializeComponent(); m_strRecords = new string[temp.Length]; for (int i = 0; i < temp.Length; i++) { m_strRecords[i] = temp[i];//0-planinfono,1-typeno,2-typename,3-corpno } this.MaximizeBox = false; this.Top = (Screen.PrimaryScreen.WorkingArea.Height - this.Height) / 2; this.Left = (Screen.PrimaryScreen.WorkingArea.Width - this.Width) / 2; }