彩票走势图

Windows Forms界面开发:条形码开发入门

转帖|使用教程|编辑:鲍佳佳|2021-05-14 10:26:52.810|阅读 169 次

概述:Essential Studio for Windows Forms界面控件包含了高性能的Windows应用程序开发中所需的所有控件,本节提供了使用WinForms条形码的快速概述。

# 慧都年终大促·界面/图表报表/文档/IDE等千款热门软控件火热促销中 >>

Essential Studio for Windows Forms界面控件包含了高性能的Windows应用程序开发中所需的所有控件,如Grids、Charts、Gauges、Menus、Calendars、Editors等等。 到目前为止, Syncfusion开发Windows Forms 控件包已达十几年,所以该控件包是功能最齐全的控件集。

Essential Studio for Windows Forms

本节提供了使用WinForms条形码的快速概述。

组装部署

部署条形码需要以下程序集参考。

 Namespace: Syncfusion.Windows.Forms.Barcode    Assembly: Syncfusion.SfBarcode.Windows

使用SfBarcode创建应用

在本演练中,用户将创建包含SfBarcode控件的WinForms应用程序。

创建项目

在Visual Studio中创建新的Windows窗体项目以显示SfBarcode。

通过Designer添加控件

可以通过从工具箱中将SfBarcode控件拖放到Designer中来将其添加到应用程序中。所需的程序集引用将自动添加。

Getting_Started_img1

在代码中添加控件

为了手动添加控件,请执行以下步骤,

1)将以下必需的程序集引用添加到项目中,

  • Syncfusion.SfBarcode.Windows

2)创建SfBarcode控件实例并将其添加到Form

using Syncfusion.Windows.Forms.Barcode;

namespace WindowsFormsApplication1
{
    public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();
            SfBarcode sfDataGrid1 = new SfBarcode();
            sfBarcode1.Text = "//www.google.com";
            this.Controls.Add(this.sfBarcode1);
        }
    }
}


标签:

本站文章除注明转载外,均为本站原创或翻译。欢迎任何形式的转载,但请务必注明出处、不得修改原文相关链接,如果存在内容上的异议请邮件反馈至chenjj@pclwef.cn

文章转载自:

为你推荐

  • 推荐视频
  • 推荐活动
  • 推荐产品
  • 推荐文章
  • 慧都慧问
扫码咨询


添加微信 立即咨询

电话咨询

客服热线
023-68661681

TOP