欢迎光临散文网 会员登陆 & 注册

ABB PU515A 3BSE032401R1 读取FileName属性以检索此路径

2023-03-31 09:41 作者:何工15859219118  | 我要投稿

以下是GTPUSaveFileDialog的屏幕截图。其他文件对话框

盒子的外观几乎相同,它们的工作方式也非常相似。使用

命令栏的图标用于创建新文件夹和浏览控制器

文件系统。与列表和文本框一起指定远程路径。这个

应读取FileName属性以检索此路径。它返回完整的

控制器文件系统的路径,即使在

文件名文本框?

数据绑定是将GUI控件的属性绑定到数据源的过程,

使得该属性自动反映数据源的值。在.NET CF中

2.0使用BindingSource类简化了此功能。这节课

封装了与设置和管理数据绑定相关的复杂性。它

允许您连接RapidDataBindingSource或SignalBindingSource

而无需编写单行代码。(处置除外

不再需要绑定源时调用。)

在FlexPendant SDK中,有两个类继承.NET BindingSource:

RapidDataBindingSource和SignalBindingSource。这些类启用

分别绑定到RAPID数据和IO信号。它们属于

ABB.Robotics.DataBinding命名空间和需要引用的程序集

是ABB.Robotics.DataBinding.dll。

The following is a screenshot of the GTPUSaveFileDialog. The other file dialog

box have almost the same appearance and the way they work is very similar. Using

the icons of the command bar you create new folders and browse the controller

file system. Together with the list and the textbox, you specify a remote path. The

FileName property should be read to retrieve this path. It returns the complete

path to the controller file system, even though only the file name is visible in the

File name textboxg?

Databinding is the process of binding a property of a GUI control to a data source,

so that the property automatically reflects the value of the data source. In .NET CF

2.0 this functionality was simplified with the BindingSource class. This class

encapsulates the complexity related to setting up and managing databinding. It

allows you to connecta RapidDataBindingSource ora SignalBindingSource

to a GUI control without having to write a single line of code. (Except the Dispose

call when the binding sources are no longer needed.)

In the FlexPendant SDK there are two classes that inherit .NET BindingSource:

RapidDataBindingSource and SignalBindingSource.These classes enable

binding to RAPID data and IO signals respectively. They belong to the

ABB.Robotics.DataBinding namespace and the assembly you need to reference

is ABB.Robotics.DataBinding.dll.


ABB PU515A 3BSE032401R1 读取FileName属性以检索此路径的评论 (共 条)

分享到微博请遵守国家法律