Beispiel #1
0
 private void Form27_Load(object sender, EventArgs e)
 {
     m_ss = G.SS;
     DDX(true);
     //---
     radioButton3_CheckedChanged(null, null);
 }
Beispiel #2
0
 private void Form20_Load(object sender, EventArgs e)
 {
     m_ss = G.SS;
     if (string.IsNullOrEmpty(m_ss.PLM_AUT_FOLD))
     {
         string path;
         path  = System.Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments);
         path += @"\KOP";
         path += @"\" + Application.ProductName;
         m_ss.PLM_AUT_FOLD = path;
     }
     DDX(true);
     radioButton1_Click(null, null);
     checkBox2_Click(null, null);
     comboBox3_SelectedIndexChanged(null, null);
     //---
     numericUpDown17_ValueChanged(null, null);
     checkBox4_Click(null, null);
     //---
 }
Beispiel #3
0
        private void Form22_Load(object sender, EventArgs e)
        {
            m_ss = G.SS;
#if true//2019.01.05(キューティクル検出欠損修正)
            if (string.IsNullOrEmpty(m_ss.PLM_AUT_FOLD))
            {
                string path;
                path  = System.Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments);
                path += @"\KOP";
                path += @"\" + Application.ProductName;
                m_ss.PLM_AUT_FOLD = path;
            }
#endif
            DDX(true);

#if true//2018.07.10
            checkBox2_CheckedChanged(null, null);
            checkBox6_CheckedChanged(null, null);
#endif
        }