Ejemplo n.º 1
0
 //回零设置
 private void button4_Click(object sender, EventArgs e)
 {
     if (g_handle != (IntPtr)0)
     {
         _31_复位设置 f31 = new _31_复位设置(this);
         f31.g_handle = g_handle;
         f31.vr       = vr;
         f31.PARANUM  = PARANUM;
         this.Hide(); //隐藏现在这个窗口
         f31.Show();  //新窗口显现
     }
 }
Ejemplo n.º 2
0
 public _50未保存提示(_13参数设置 F13, _15_轴参数设置 F15, _16_机械参数设置 F16, _18_IO映射 F18, _31_复位设置 F31, _14_文件管理 F14, _19_文件编辑 F19, _20_运动类型选择 F20, _21_直线指令 F21, _22_三点圆弧指令 F22, _23_延时指令 F23, _24_输出指令_ F24, _25_输出复位指令 F25, _26_圆心圆弧指令 F26, _27_绝对模式 F27, _28_相对模式 F28)
 {
     InitializeComponent();
     this.return_13参数设置    = F13;
     this.return_15_轴参数设置  = F15;
     this.return_16_机械参数设置 = F16;
     this.return_18_IO映射   = F18;
     this.return_31_复位设置   = F31;
     this.return_14_文件管理   = F14;
     this.return_19_文件编辑   = F19;
     this.return_20_运动类型选择 = F20;
     this.return_21_直线指令   = F21;
     this.return_22_三点圆弧指令 = F22;
     this.return_23_延时指令   = F23;
     this.return_24_输出指令_  = F24;
     this.return_25_输出复位指令 = F25;
     this.return_26_圆心圆弧指令 = F26;
     this.return_27_绝对模式   = F27;
     this.return_28_相对模式   = F28;
 }