yuanchaost

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2021年3月15日

摘要: private void button1_Click(object sender, EventArgs e) { BuildBarcode(); } void BuildBarcode() { System.Drawing.Image image; int width = 200, height = 阅读全文
posted @ 2021-03-15 16:48 yuanchaost 阅读(86) 评论(0) 推荐(0) 编辑

2020年10月20日

摘要: System.Runtime.Serialization private void InitData() { string url = GetConfigValue("UpgradeUrl"); string localExe = GetConfigValue("UpgradeExe");//Upg 阅读全文
posted @ 2020-10-20 17:39 yuanchaost 阅读(150) 评论(0) 推荐(0) 编辑

2020年8月12日

摘要: private void Button_Click(object sender, RoutedEventArgs e) { SpeechVideo_Read(2, 100, "You came to me Like the dawn through the night Just shining li 阅读全文
posted @ 2020-08-12 18:00 yuanchaost 阅读(533) 评论(0) 推荐(0) 编辑

2020年8月1日

摘要: private void UpgradeFont(object o) { if (CheckUpdate()) { dt = DateTime.Now; if (string.IsNullOrEmpty(FilePath) || !File.Exists(FilePath)) { ShowTip(" 阅读全文
posted @ 2020-08-01 16:49 yuanchaost 阅读(98) 评论(0) 推荐(0) 编辑

2020年7月31日

摘要: DispatcherTimer timer; DispatcherTimer fontTimer; public int Port = 0; TestItemsModel ConfigModel = new TestItemsModel(); bool isFirstLoad = true; str 阅读全文
posted @ 2020-07-31 16:20 yuanchaost 阅读(171) 评论(0) 推荐(0) 编辑

2020年7月27日

摘要: class _SERIAL_PORT_DATA{public: //Constructors /Destructors _SERIAL_PORT_DATA(); ~_SERIAL_PORT_DATA(); HINSTANCE m_hKernel32; typedef BOOL (WINAPI CAN 阅读全文
posted @ 2020-07-27 15:28 yuanchaost 阅读(482) 评论(0) 推荐(0) 编辑

摘要: #ifndef __GLOBAL_DEFINE_H__#define __GLOBAL_DEFINE_H__ #define EDIT_INPUT_NOTICE L"选择字库文件..." #define ACK_TIME_OUT (10)#define ERASE_FLASH_ACK_TIME_OU 阅读全文
posted @ 2020-07-27 15:20 yuanchaost 阅读(194) 评论(0) 推荐(0) 编辑

摘要: #region 字段 DispatcherTimer timer; DispatcherTimer fontTimer; public int Port = 0; TestItemsModel ConfigModel = new TestItemsModel(); bool isFirstLoad 阅读全文
posted @ 2020-07-27 14:08 yuanchaost 阅读(149) 评论(0) 推荐(0) 编辑

摘要: #region 字段 DispatcherTimer timer; DispatcherTimer fontTimer; public int Port = 0; TestItemsModel ConfigModel = new TestItemsModel(); bool isFirstLoad 阅读全文
posted @ 2020-07-27 11:28 yuanchaost 阅读(144) 评论(0) 推荐(0) 编辑

摘要: BOOL CFontUpdate::OnInitDialog(){ CDialog::OnInitDialog(); // TODO: 在此添加额外的初始化 FontUpdateInitial(); return TRUE; // return TRUE unless you set the foc 阅读全文
posted @ 2020-07-27 11:21 yuanchaost 阅读(158) 评论(0) 推荐(0) 编辑