Example #1
0
 public _28_相对模式(_20_运动类型选择 F20, _19_文件编辑 F19, _14_文件管理 F14)
 {
     InitializeComponent();
     this.return_20_运动类型选择 = F20;
     this.return_19_文件编辑   = F19;
     this.return_14_文件管理   = F14;
 }
Example #2
0
 public _20_运动类型选择(_19_文件编辑 F19, _14_文件管理 F14, _21_直线指令 F21, _22_三点圆弧指令 F22, _23_延时指令 F23, _24_输出指令_ F24, _25_输出复位指令 F25, _26_圆心圆弧指令 F26, _27_绝对模式 F27, _28_相对模式 F28)
 {
     InitializeComponent();
     this.return_19_文件编辑   = F19;
     this.return_14_文件管理   = F14;
     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;
 }
Example #3
0
 //文件管理
 private void button4_Click(object sender, EventArgs e)
 {
     if (g_handle != (IntPtr)0)
     {
         _14_文件管理 f14 = new _14_文件管理(this);
         f14.g_handle      = g_handle;
         f14.filetempnum   = filetempnum;
         f14.filelinepara  = filelinepara;  //总行
         f14.manulradio    = manulradio;
         f14.vr            = vr;
         f14.linenum       = linenum;
         f14.codetempspace = codetempspace;
         this.Hide(); //隐藏现在这个窗口
         f14.Show();  //新窗口显现
     }
 }
Example #4
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;
 }
Example #5
0
 public _53_删除提示(_14_文件管理 F14)
 {
     InitializeComponent();
     this.return_14_文件管理 = F14;
 }
Example #6
0
 public _19_文件编辑(_14_文件管理 F14)
 {
     InitializeComponent();
     this.return_14_文件管理 = F14;
 }
Example #7
0
 public _30_游览文件(_14_文件管理 F14)
 {
     InitializeComponent();
     this.return_14_文件管理 = F14;
 }