public Form_BlockNameAndCorrdinate(Form callingForm,Dictionary<String,int> DIX)
 {
     //新創一個Block時.
     DI = DIX;
     RDExamMainForm = callingForm as Form_RDExamProgress;
     InitializeComponent();
 }
 //Form callingForm)
 public Form_BlockNameAndCorrdinate(Form callingForm,Class_BlockSect IX,Dictionary<string,int> DIX)
 {
     //修改Block
     II = IX;
     RDExamMainForm = callingForm as Form_RDExamProgress ;
     DI = DIX;
     InitializeComponent();
 }
Esempio n. 3
0
 private void btn_StandardRDC_Click(object sender, EventArgs e)
 {
     if (_提供服務訊息)
     {
         this.發送操作指令("電腦主機'" + Dns.GetHostName() + "'(MAC IP = '" + GetMacAddress() + "', IP(IPV4) = '" + MyIP() + "')開啟了標準海堤檢核工具,員工編號為'" + _LoginInUserID + "',員工名稱為'" + _LoginInUserName + "',時間為:" + DateTime.Now.ToString("yyyy/MM/dd HH:mm"));
     }
     Form_RDExamProgress frdexam = new Form_RDExamProgress(this);
     frdexam.ShowDialog();
 }
Esempio n. 4
0
        private void 海堤檢核ToolStripMenuItem_Click(object sender, EventArgs e)
        {
            //此功能已取消,目前主表單已直接改為海堤檢核主表單.
            //開啟海堤檢核主表單.
            if (_提供服務訊息)
            {
                this.發送操作指令("電腦主機'" + Dns.GetHostName() + "'(MAC IP = '" + GetMacAddress() + "', IP(IPV4) = '" + MyIP() + "')開啟了標準海堤檢核工具,員工編號為'" + _LoginInUserID + "',員工名稱為'" + _LoginInUserName + "',時間為:" + DateTime.Now.ToString("yyyy/MM/dd HH:mm"));
            }
            Form_RDExamProgress frdexam = new Form_RDExamProgress(this);
            frdexam.ShowDialog();
            //return;

            //Form_SDM fsdm = new Form_SDM();
            //fsdm.ShowDialog();
        }
Esempio n. 5
0
 private void linkLabel1_MouseDoubleClick(object sender, MouseEventArgs e)
 {
     //滑鼠點按兩下,進入此檢核項目視窗.
     Form_RDExamProgress frdexam = new Form_RDExamProgress();
     frdexam.ShowDialog();
 }
Esempio n. 6
0
 private void linkLabel1_DoubleClick(object sender, EventArgs e)
 {
     Form_RDExamProgress frdexam = new Form_RDExamProgress();
     frdexam.ShowDialog();
 }